*::-webkit-input-placeholder        {color: #828282;	opacity: 1;}
*:-moz-placeholder                  {color: #828282;	opacity: 1;}
*::-moz-placeholder                 {color: #828282; opacity: 1;}
*:-ms-input-placeholder             {color: #828282; opacity: 1;}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

::-moz-selection {background-color: #ff7845; color: #ffffff;}
::selection      {background-color: #ff7845; color: #ffffff;}

body{
	font-family: "Montserrat", "RobotoRegular", sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #2d2d2d;
}

a{
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.relative{position: relative;}
.absolute{position: absolute;}
.fixed{position: fixed;}
.static{position: static;}

.null{padding-left: 0; padding-right: 0;}
.null-left{padding-left: 0;}
.null-right{padding-right: 0;}

.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-responsive{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.popup{display: none;}
.popup .popup-title{
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
	padding: 10px 15px;
}

/* Селекторы для стилизации форм */
.form{}
.form .form-title{
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.form .form-title span{
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	padding: 10px 0 20px;
	text-transform: none;
}
.form input[type="text"], .form textarea{
	display: block;
	width: 100%;
	height: 45px;
	border: none;
	border-bottom: 1px solid #2d2d2d;
	padding: 0 20px;
	outline: none;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.form textarea{
    height: 120px;
    resize: none;
    padding: 15px 20px;
}
.form input[type="text"]:focus, .form textarea:focus{border-bottom: 1px solid #ec8a38;}
.form button[type="submit"], .form button[type="reset"]{
	display: inline-block;
	border: none;
	outline: none;
}
.form button[type="submit"]:hover, .form button[type="reset"]:hover{}
.form label.error{
	font-size: 12px;
	line-height: 1.4;
	color: #ec8a38;
	position: absolute;
	top: 50px;
	left: 15px;
	z-index: 10;
}

/* Селекторы для стилизации контента */
.content.mg{
    margin-bottom:50px;
}
.content h1, .content h2, .content h3{
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	padding: 70px 0 30px;
}
.content h2{font-size: 32px; padding: 50px 0 20px;}
.content h3{font-size: 28px; padding: 40px 0 15px;}
#complect-tabs-content,.custom-catalog-item .product table, .custom-catalog-item .product p,
.custom-catalog-item .product ul li, .opensans, 
.about .content p, .about .content ul, .about .content ul li,
.about-us .content p, .about-us .content ul li{
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
}
.about-us ol{
    list-style-type: decimal;
    
}
.about-us .content table, .about-us .content ol li{
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.about-us .content table th{
    font-size:16px;
    font-weight:bold;
    text-align:center;
}
.about-us .content table td{
    line-height:1.4;
    padding:10px;
}
.about-us .content ol li{
    margin-left:15px;
    padding-left:0;
    background:none;
}
.content p{
	font-size: 16px;
	line-height: 1.6;
	padding: 5px 0;
}
.content strong{font-weight: 700;}
.content em{}
.content a{}
.content a:hover{}
.content img{}
.content table{width: 100%; margin: 20px 0 40px;}
.content table tr th, .content table tr td{
    border: 1px solid #cccccc;
    vertical-align: top;
    padding: 5px 10px;
}
.content table tr td{}
.content ul, .content ol{}
.content ul li, .content ol li{
	font-size: 16px;
	line-height: 1.4;
	padding: 0 0 0 18px;
	background: url(../images/li.png) left 6px no-repeat;
	margin-bottom: 10px;
}
.work .text.content ol{counter-reset: customcounter;}
.work .col-sm-6:nth-child(2) .content ol {counter-reset: customcounter 4;}
.content .list.custom li{
	font-size: 16px;
	line-height: 41px;
	padding: 0 0 0 54px;
	/* background: url(../images/li.png) left 6px no-repeat; */
	background: url(/assets/images/customcirlce.png) left 0 no-repeat;
	margin-bottom: 10px;
}
.content .list.custom li::before {
    display:block;
    position:absolute;
    left:30px;
    content: counter(customcounter); 
    counter-increment: customcounter; 
    color: #de8a38; 
    font-size:20px;
    font-weight:bold;
    margin-right: 0.5em;
}
.content .list.custom li:nth-child(1)::before{
    left:32px;
}
.work .col-sm-6:nth-child(2) .content ol li:nth-child(1)::before,
.work .col-sm-6:nth-child(2) .content ol li:nth-child(2)::before{
 left:29px;
}
.header .logo{
	display: inline-block;
	padding-top: 25px;
	font-size: 24px;
	text-transform: uppercase;
	color: #2d2d2d;
}
.header .info{
	display: inline-block;
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}
.header .info.adres{
	/* background: url(../images/adres.svg) left 3px no-repeat;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	padding-left: 40px; */
}
.header .info.time{
	/* background: url(../images/clock.svg) left 3px no-repeat;
	-webkit-background-size: 35px auto;
	background-size: 35px auto;
	padding-left: 50px; */
}
.header .info.phone{
	/* background: url(../images/telephone.svg) left 3px no-repeat;
	-webkit-background-size: 35px auto;
	background-size: 35px auto;
	padding-left: 50px; */
}
.header .info sup{padding-left: 2px;}
.header .info p span{
/*     line-height: 1.2;    
color: #ff7845;
font-weight: 500;
display: block;
padding-top: 5px; */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color:#CA8A4C;
    line-height: 22px;
    display: block;
    padding-top: 5px;
}
.header .info p span a{
	/* color: #ff7845; */
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
	color:#CA8A4C;
}
.header .info b{/* font-weight: normal; */font-weight:500;line-height: 20px;}

.menubox{
	background: #ffffff;
	border-top: 1px solid #e2e2e2;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
	z-index: 100 !important;
}
.is-sticky .menubox{border-top-color: #ffffff;}

.menu > ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.menu > ul > li{position: relative;}
.menu > ul > li > a{
	display: block;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 500;
	padding: 21px 0;
}
.menu > ul > li > a:hover,
.menu > ul > li.active > a{
	/* color: #ec8a38; */
	color:#CA8A4C;
}
.menu > ul > li > ul{
    position: absolute;
    top: 60px;
    left: -15px;
    z-index: 100;
    background: #ffffff;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .2s;
}
.menu > ul > li:hover > ul{opacity: 1; visibility: visible;}
.menu > ul > li > ul > li > a{
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #2d2d2d;
    padding: 10px 15px;
}
.menu > ul > li > ul > li:hover > a,
.menu > ul > li > ul > li.active > a{background: #ec8a38; color: #ffffff;}

.main-slide{
	height: 600px;
	background: url(/main.jpg) center bottom no-repeat;
}
.main-slide .flex .price strong{
    font-size:40px;
    font-weight: 700;
}
.main-slide .flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.main-slide .title{
	font-size: 40px;
	line-height: 1.4;
	font-weight: 700;
	padding: 20px 0 0 35px;
}
.main-slide .price{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2d2d2d;
	width: 214px;
	height: 214px;
	margin: 55px 20px 0 0;
	border-radius: 50%;
	background: linear-gradient(to bottom, #f7a55e 0%, #fbcb5c 100%);
	border: 17px solid #fae2a0;
	box-shadow: 0 0 0 1px #efd899, 0 0 0 17px #fae2a0;
	-webkit-transition: cubic-bezier(0.39, 0.58, 0.57, 1) .5s;
	-o-transition: cubic-bezier(0.39, 0.58, 0.57, 1) .5s;
	transition: cubic-bezier(0.39, 0.58, 0.57, 1) .5s;
	opacity: 0;
	animation: zoomIn 1s .2s forwards;
}
.main-slide .price:hover{box-shadow: 0 0 0 1px #efd899, 0 0 0 0 #fae2a0;}
.main-slide .price p{
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.main-slide .price p span{
	display: block;
	font-size: 33px;
	font-weight: 700;
}
.main-slide .buttonbox{
	padding-top: 232px;
	text-align: center;
}

.order-btn{
	display: inline-block;
	/* background: #ec8a38; */
	background:#DE8A38;
	border-radius: 30px;
	padding: 18px 93px 18px 60px;
	position: relative;
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}
.order-btn:before{
	content: "";
	width: 16px;
	height: 14px;
	background: url(../images/arrow.png) center no-repeat;
	position: absolute;
	right: 65px;
	top: calc(50% - 7px);
	z-index: 10;
}
.order-btn:hover{
	/* background: #ec8a38 linear-gradient(to bottom, #f37335 0%, #fdc830 100%); */
	background: #D17923;
}
.order-btn:active{
	/* background: #ec8a38 linear-gradient(to bottom, #fdc830 0%, #f37335 100%); */
	background: #D17923;
}

.section-title{
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	padding: 90px 0 45px;
}
.advantages{
    margin-top:20px;
}
.advantages .item{
    padding-bottom: 20px;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}
.advantages .item .caption{
    display:flex;
    align-items:center;
    width:235px;
	font-size: 20px;
	line-height: 1.2;
	padding-left:10px;
	/* font-weight: 700; */
	font-weight:normal;
	padding-top: 15px;
}
.advantages h3{
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    font-size:30px;
    margin-bottom:40px;
    padding:20px;
    -webkit-box-shadow: 0px 0px 36px 0px rgba(239,197,156,0.6);
-moz-box-shadow: 0px 0px 36px 0px rgba(239,197,156,0.6);
box-shadow: 0px 0px 36px 0px rgba(239,197,156,0.6);
border-radius: 67px 67px 67px 67px;
-moz-border-radius: 67px 67px 67px 67px;
-webkit-border-radius: 67px 67px 67px 67px;
border: 0px solid #000000;
}
.advantages .item .text{
	font-size: 16px;
	line-height: 1.4;
	padding-top: 5px;
}
.advantages .item p img{
    margin-right:20px;
}
.work{
    margin-bottom:120px;
}

.work .title{
	font-size: 30px;
	line-height: 1.4;
	font-weight: 500;
	padding-bottom: 15px;
}
.work .text p{
	font-size: 16px;
	line-height: 1.4;
	padding: 10px 0;
}
.work img{border-radius: 5px;}

.pricebox {padding-bottom:40px;}
.pricebox .section-title{padding-bottom: 100px;}
.pricebox .item{
    display: block;
	background: #ffffff;
	position: relative;
	border-radius: 10px;
	padding-bottom: 20px;
	/* box-shadow: 0 0 11px rgba(0, 0, 0, .3); */
	box-shadow: 0 0 11px rgba(239,197,156,.6);
	color: #2d2d2d;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.pricebox .item:before{
	content: "";
	display: block;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	position: absolute;
	top: -51px;
	left: calc(50% - 51px);
	z-index: -1;
	/* box-shadow: 0 0 11px rgba(0, 0, 0, .3); */
	box-shadow: 0 0 11px rgba(239,197,156,.6);
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.pricebox .item:hover, .pricebox .item:hover:before{
	/* box-shadow: 0 0 19px rgba(0, 0, 0, .3); */
	box-shadow: 0 0 19px rgba(239,197,156,.6);
}
.pricebox .item .icon{
	position: absolute;
	top: -51px;
	left: calc(50% - 51px);
	z-index: 10;
}
.pricebox .item .name{
	font-size: 30px;
	text-align: center;
	padding-top: 65px;
	border-bottom: 1px solid #e5e5e5;
}
.pricebox .item .name span{
	display: block;
	font-weight: 700;
	padding: 15px 0;
}
.pricebox .item .list{
	min-height: 100px;
	padding: 25px 30px 0;
}
.pricebox .item .list li{
	/* font-size: 16px; */
	font-size: 18px;
	line-height: 1.4;
	padding: 0 0 15px 25px;
	/* background: url(../images/check.png) left 5px no-repeat; */
}
.pricebox .item .period{
	padding: 12px 0 18px;
	text-align: center;
	font-weight: 500;
}
.pricebox .item .more{
	display: inline-block;
	/* background: #ec8a38; */
	background:#DE8A38;;
	border-radius: 30px;
	padding: 16px 51px;
	position: relative;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}
.pricebox .item:hover .more{/* background: #ec8a38 linear-gradient(to bottom, #f37335 0%, #fdc830 100%); */background:#D17923;}
.pricebox .item:active .more{/* background: #ec8a38 linear-gradient(to bottom, #fdc830 0%, #f37335 100%); */background:#D17923;}

.catalog .item{
	display: block;
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #2d2d2d;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.catalog .item:hover{/* box-shadow: 0 0 19px rgba(0, 0, 0, .3); */box-shadow: 0 0 19px rgba(239,197,156,.6);}
.catalog .item:active{/* box-shadow: 0 0 8px rgba(0, 0, 0, .3); */box-shadow: 0 0 8px rgba(239,197,156,.6);}
.catalog .item .info{padding: 0 20px;}
.catalog .item .slider img{border-radius: 10px;}
.catalog .item .slider .owl-dots{
	text-align: center;
	margin: -35px 0 20px;
	position: relative;
	z-index: 10;
}
.catalog .item .slider .owl-dot{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #EA8A2C;
	/* border: 2px solid #fbb731; */
	margin: 0 8px;
	outline: none;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.catalog .item .slider .owl-dot.active,
.catalog .item .slider .owl-dot:hover{
	/* background: #fbb731; */
	background: #EA8A2C;
}
.catalog .item .name{
	font-size: 16px;
	line-height: 1.2;
	/* font-weight: 500; */
	font-weight: 700;
	padding: 10px 0 5px;
}
.catalog .item .line{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	font-size: 16px;
	line-height: 1.2;
}
.catalog .item .cost span{
    font-weight:700;
}
.catalog .item .cost{padding-top: 15px;}
.catalog .item .cost .old{
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}
.catalog .item .cost .new{
	/* color: #ec8a38; */
	color: #DE8A38;
	font-size:18px;
	font-weight: 700;
	padding-left: 15px;
}

.about .content .inner{
	column-count: 2;
	column-gap: 30px;
	padding-bottom: 80px;
}

.map{
	height: 540px;
	position: relative;
	background: #cccccc;
}
.map .title{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	padding: 25px 0;
	background: rgba(255, 255, 255, .6);
}

.consult{padding-bottom: 100px;}
.consult .form input[type="text"]{margin-top: 15px;}
.consult .form label.error{top: 65px; left: 30px;}

.footer{background: #2d2d2d; padding: 5px 0 20px;}
.footer .logo{
	display: block;
	padding: 33px 0;
	font-size: 24px;
	color: #d8d8d8;
	text-transform: uppercase;
}
.footer .footer-pic{
    margin-top: 65px;
    width: 315px;
}
.footer .bottom-menu{padding: 10px 0;}
.footer .bottom-menu a{
	display: inline-block;
	font-size: 16px;
	line-height: 1.6;
	color: #ffffff;
}
.footer .bottom-menu a:hover, .footer .bottom-menu .active a{color: #ec8a38;}
.footer .copy{color: #8e8e8e; padding-top: 30px;}
.footer .text{
	font-size: 16px;
	line-height: 1.4;
	color: #ffffff;
	padding: 20px 0 5px;
}
.footer .info p{
	font-size: 20px;
	line-height: 1.2;
	color: #ec8a38;
	font-weight: 500;
}
.footer .info a{color: #ec8a38;}
.footer .info a:hover{text-decoration: underline;}
.footer .soc-btn a{
	display: inline-block;
	font-size: 32px;
	color: #ec8a38;
	margin-right: 25px;
}
.footer .soc-btn a:hover{color: #ffffff;}

#order-form input[type="text"]{margin-bottom: 15px;}
#order-form button[type="submit"]{margin-top: 30px;}

#nav-icon{display: none;}

.breadcrumbs{
	padding-top: 50px;
}
.breadcrumbs li{display: inline-block;}
.breadcrumbs li a, .breadcrumbs li{
	font-size: 16px;
	line-height: 1.2;
	color: #2d2d2d;
}
.breadcrumbs li a:hover{text-decoration: underline;}
.breadcrumbs li{color: #888888;}

.pagetitle{
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	padding: 50px 0 15px;
}
.pagesubtitle{
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 43px;
}

.page .intro{padding-bottom: 27px;}
.page .intro p{font-size: 16px; line-height: 1.6;}

.tags li{display: inline-block; vertical-align: middle; margin: 0 7px 12px 0;}
.tags li a{
	display: block;
	font-size: 16px;
	color: #2d2d2d;
	text-align: center;
	border: 1px solid #2d2d2d;
	padding: 10px 23px;
	border-radius: 20px;
}
.tags li a:hover, .tags li.active a, .tags .more:active{
	background: #ec8a38;
	color: #ffffff;
	border: 1px solid #ec8a38;
}
.tags .more{
	cursor: pointer;
	font-size: 16px;
	color: #ec8a38;
	border: 1px solid transparent;
	padding: 10px 23px;
	border-radius: 20px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.tags .more:hover{border-color: #ec8a38;}

.filter{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 28px 0 40px;
}
.filter select{opacity: 0;}
.filter .selecter{max-width: 100%; width: 100%; margin: 0; margin-left: 6px;}
.filter .selecter-selected{
	font-size: 16px;
	color: #2d2d2d;
	border: 1px solid #ec8a38;
	border-radius: 10px;
	white-space: nowrap;
}
.filter .selecter-selected:after{border-top-color: #ec8a38;}
.filter .selecter.open .selecter-selected{border-radius: 10px 10px 0 0;}
.filter .selecter-options{border-color: #ec8a38;}
.filter .selecter-item{font-size: 14px; color: #2d2d2d;}
.filter .reset{
	display: block;
	border-radius: 10px;
	font-size: 16px;
	color: #ffffff;
	background: #ec8a38;
	border: 1px solid #ec8a38;
	padding: 10px 39px;
	white-space: nowrap;
}
.filter .reset:hover{
	background: #ffffff;
	color: #ec8a38;
}

.pagination{
	text-align: center;
	padding: 10px 0 5px;
}
.pagination li{
	display: inline-block;
	margin: 0 3px;
}
.pagination li a{
	display: block;
	width: 30px;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #2d2d2d;
	font-weight: 500;
}
.pagination li a:hover{color: #ec8a38;}
.pagination li.active a{
	/* background: linear-gradient(to bottom, #f46d1a 0%, #fbb317 100%); */
	background:#DE8A38;
	color: #ffffff;
}

.product .product-wrapper{padding-right: 30px;}
.product-slider img{border-radius: 10px;}
.product-slider .item > a{
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.product-slider .item > a:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}
.product-slider .item > a:hover:before{opacity: 1;}
.product-slider .owl-dots,
.works-slider .owl-dots{
	text-align: center;
	position: relative;
	z-index: 10;
	padding: 20px 0 35px;
	color:#EA8A2C;
}
.product-slider .owl-dots .owl-dot,
.works-slider .owl-dots .owl-dot{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	/* border: 2px solid #fbb731; */
	border: 2px solid #EA8A2C;
	margin: 0 8px;
	outline: none;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.product-slider .owl-dots .owl-dot.active,
.product-slider .owl-dots .owl-dot:hover,
.works-slider .owl-dots .owl-dot.active,
.works-slider .owl-dots .owl-dot:hover{
	/* background: #fbb731; */
	background: #EA8A2C;
}
/* .product .product-buttons{ */
.product-buttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 5px 0 50px;
}
/* .product .product-buttons > a{ */
.product-buttons > a{
	display: block;
	width: calc(33% - 5px);
	/* border: 1px solid #ec8a38; */
	border: 1px solid #DE8A38;
	border-radius: 10px;
	padding: 17px 5px;
	font-size: 18px;
	color: #2d2d2d;
	text-align: center;
	font-weight: 500;
}
/* .product .product-buttons > a:hover, */
/* .product .product-buttons > a.active{ */
.product-buttons > a:hover,
.product-buttons > a.active{
	/* background: #ec8a38; */
	background: #DE8A38;
	color: #ffffff;
}


#price-complect-tabs{
    padding-left:10px;
}
 #complect-tabs .complect-buttons,.complect-buttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	
}
 .complect-buttons > a,
  #complect-tabs.complect-buttons > a{
	display: block;
	width: calc(33% - 5px);
	/* border: 1px solid #ec8a38; */
	border: 1px solid #DE8A38;
	border-radius: 10px;
	padding: 17px 15px;
	font-size: 18px;
	color: #2d2d2d;
	text-align: center;
	font-weight: 500;
     background: #F8F8F8;
}
  #complect-tabs.complect-buttons > a{
      border:1px solid #fde7d2;
  }
  /* #complect-tabs .complect-buttons > a:hover, */
 .complect-buttons > a:hover,
  /* #complect-tabs .complect-buttons > a.active, */
 .complect-buttons > a.active{
	/* background: #ec8a38; */
	background: #DE8A38;
	color: #ffffff;
}
  #complect-tabs.complect-buttons > a:hover,
 #complect-tabs.complect-buttons > a.active{
     background:#fde7d2;
 }
  #complect-tabs.complect-buttons > a .name,
 .complect-buttons > a .name{
	color: #111;
    padding-bottom:10px;
    max-width: 120px;
    margin: 0 auto 10px;
    position: relative
}

 #price-complect-tabs.complect-buttons > a .name{
     padding: 0;
     margin: 0;
 }
 

  #complect-tabs.complect-buttons > a .name:after,
 .complect-buttons > a .name:after{
    content:'';
    width: 100%;
    height: 2px;
    /* background-color: #ec8a38; */
    background-color: #fde7d2;
    left: 0;
    bottom: 0;
    margin-top: 10px;
    display: block;

}

 #price-complect-tabs.complect-buttons > a .name:after{
      display:none;
  }

  #complect-tabs.complect-buttons > a:hover .name:after,
 .complect-buttons > a:hover .name:after,
  #complect-tabs.complect-buttons > a.active .name:after,
 .complect-buttons > a.active .name:after{
    /* background-color: #fff; */
    background-color: #d17923;
}

 #price-complect-tabs-content .price,
 .complect-buttons > a .price{
    color: #111;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

 #price-complect-tabs-content .price-old,
 .complect-buttons > a .price-old{
    text-decoration: line-through;
    color: #a50707;
    padding: 0;
    font-size: 17px;
    text-align: center;
}

@media(max-width:768px){
    .complect-buttons > a {
        font-size: 14px;
    }
    .menu > ul > li > ul{
        top: 40px;
        left: 14px;
    }
    .menu > ul li{
        padding: 10px 0;
    }
}

   



.product .desc .desc-title{
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	padding: 0 0 10px 15px;
}
.product .desc table{
	width: 100%;
	border-bottom: 1px solid #2d2d2d;
	margin-bottom: 20px;
}
.product .desc table tr td{
	font-size: 16px;
	line-height: 1.2;
	padding: 10px 15px;
}
.product .desc table tr td:first-child{width: 330px;}
.product .desc table tr td:last-child{font-weight: 500;}
.product .desc table tr:nth-child(odd){background: #f2f2f2;}
.product .desc .list{padding: 0 0 25px 15px;}
.product .desc .list li{
	font-size: 16px;
	line-height: 1.4;
	padding: 2px 0;
}
.product .desc .list li span{font-weight: 500;}
#price-complect-tabs-content p.price{
    font-family:"Montserrat", "RobotoRegular", sans-serif;
	font-size:30px;
	font-weight:700;
    
}
#price-complect-tabs-content p.price-old{
    color:transparent;
}
.product .desc .product-price{
	/* display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center; */
	text-align:center;
	padding: 0 0 15px 15px;
	
}
.product .desc .product-price .new{
	font-size: 24px;
	font-weight: 700;
	padding-right: 15px;
}
.product .desc .product-price .old{text-decoration: line-through;}
.product .desc .buy-btn{
	display: inline-block;
	/* background: #ec8a38; */
	background: #DE8A38;
	/* border: 1px solid #ec8a38; */
	border: 1px solid #DE8A38;
	border-radius: 30px;
	padding: 17px 105px;
	margin-left: 15px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	margin: 20px 0 70px;
}
.product .desc .buy-btn:hover{background: #ffffff; color: #ec8a38;}

.videobox{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.videobox .play{
	cursor: pointer;
	width: 71px;
	height: 51px;
	background: url(../images/play.png) center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-left: -35px;
	margin-top: -25px;
	-webkit-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	transition: all ease-out .4s;
}
.videobox .play:hover{
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95);
}

.our-work .item{
	display: block;
	margin: 50px 5px 5px;
	border-radius: 10px;
	box-shadow: 0 0 11px rgba(0, 0, 0, .3);
	color: #2d2d2d;
	padding-bottom: 20px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.our-work .item:hover{box-shadow: 0 0 19px rgba(0, 0, 0, .3);}
.our-work .item .img-wrapper{
	margin: 0 30px -50px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	top: -50px;
}
.our-work .item .img-wrapper img{
	-webkit-transition: all ease-out 2s;
	-o-transition: all ease-out 2s;
	transition: all ease-out 2s;
}
.our-work .item:hover .img-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.our-work .item .name{
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	font-weight: 500;
	padding: 15px 0 10px;
}
.our-work .item .square{
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 20px;
}
.our-work .item .cost{
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.our-work .item .more, .services .item .more{
	display: inline-block;
	padding: 16px 51px;
	margin-top: 30px;
	/* background: #ec8a38; */
	background: #DE8A38;
	/* border: 1px solid #ec8a38; */
	border: 1px solid #DE8A38;
	border-radius: 25px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.our-work .item:hover .more, .services .item:hover .more{
	background: #ffffff;
	color: #ec8a38;
}
.our-work .owl-dots{padding-bottom: 0;}
.owl-item.active .item{
-webkit-box-shadow: 0px 0px 11px 0px rgba(239,197,156,0.6);
-moz-box-shadow: 0px 0px 11px 0px rgba(239,197,156,0.6);
box-shadow: 0px 0px 11px 0px rgba(239,197,156,0.6);
    
}
.services-text{
 font-family:'Open Sans', sans-serif;   
 font-size:14px;
 font-weight:normal;
 line-height: 1.6;
 margin-top:40px;
}
.services-text p{
    padding: 5px 0;
    text-align:justify;
    /* text-indent:20px; */
}
.services-text p strong{
    font-weight:bold;
}
.services-text .list-with-heading{
    padding-left: 20px;
}
.services-text h3{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin:20px 0;
}
.services-text .list-with-heading h4{
    font-size:14px;
    font-weight:bold;
    text-transform:capitalize;
    margin-top:20px;
    
}
.services-text  ul{
    margin-top:10px;
    padding-left:30px;
}
.services-text  ul li{
    line-height:1.6;
    padding-left:18px;
    background: url(../images/li.png) left 6px no-repeat;
    
}
.services{}
.services .item{
	display: block;
	color: #2d2d2d;
	/* box-shadow: 0 0 11px rgba(0, 0, 0, .3); */
	-webkit-box-shadow: 0px 0px 11px 0px rgba(239,197,156,0.6);
-moz-box-shadow: 0px 0px 11px 0px rgba(239,197,156,0.6);
box-shadow: 0px 0px 11px 0px rgba(239,197,156,0.6);
	padding-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.services .item:hover{
    -webkit-box-shadow: 0px 0px 25px 0px rgba(239,197,156,0.6);
-moz-box-shadow: 0px 0px 25px 0px rgba(239,197,156,0.6);
box-shadow: 0px 0px 25px 0px rgba(239,197,156,0.6);
}
.services .item img{width: 100%;}
.services .item .name{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	padding: 15px 25px;
	min-height: 115px;
}
.services .item .text{
	font-size: 16px;
	line-height: 1.4;
	padding: 0 25px;
	min-height: 70px;
}
.services .item .more{margin-top: 20px;}

.service-inner .offer-info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.service-inner .offer-info .name{
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	padding: 10px 0 10px 55px;
}
.service-inner .offer-info .item:nth-child(1) .name{
    /* background: url(../images/s-item-1.png) left center no-repeat; */
    background: url(../images/pricelist.png) left center no-repeat;
}
.service-inner .offer-info .item:nth-child(2) .name{
    /* background: url(../images/s-item-2.png) left center no-repeat; */
    background: url(../images/advance.png) left center no-repeat;
    
}
.service-inner .offer-info .item:nth-child(3) .name{
    /* background: url(../images/s-item-3.png) left center no-repeat; */
    background: url(../images/times.png) left center no-repeat;
    
}
.service-inner .offer-info .text{font-size: 16px; line-height: 1.4;}
.service-inner .caption{
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	padding: 40px 0;
}
.service-inner .list{padding-bottom: 20px;}
.service-inner .list li{
	font-size: 16px;
	line-height: 1.2;
	padding: 5px 0 5px 25px;
	background: url(../images/check.png) left center no-repeat;
}

.downloadbox .title{
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	padding: 50px 0 30px;
}
.downloadbox .title span{
	display: inline-block;
	padding-right: 45px;
	background: url(../images/download.png) right center no-repeat;
}
.downloadbox .links{text-align: center;}
.downloadbox .links a{
	display: inline-block;
	border: 1px solid #f47e34;
	border-radius: 10px;
	padding: 16px 18px;
	margin: 0 8px;
	font-size: 16px;
	color: #2d2d2d;
}
.downloadbox .links a i{
	color: #f47e34;
	padding-left: 10px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.downloadbox .links a:hover{
	background: #f47e34;
	color: #ffffff;
}
.downloadbox .links a:hover i{color: #ffffff;}

.contact-info{padding-bottom: 100px;}
.contact-info .title{
	font-size: 24px;
	color: #333333;
	padding: 10px 0 15px;
}
.contact-info table{
	width: 100%;
}
.contact-info table tr td{vertical-align: top;}
.contact-info table tr td:nth-child(1){
	width: 45px;
	padding: 5px 15px 0 0;
}
.contact-info table tr td:nth-child(2) p{
	font-size: 16px;
	line-height: 1.4;
	color: #2d2d2d;
	/* background: #f5f5f5; */
	border-radius: 10px;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.contact-info table tr td a{color: #2d2d2d;}
.contact-info table tr td a:hover{color: #ec8a38;}

#contact-form input[type="text"]{height: 42px;}
#contact-form input[type="text"], #contact-form textarea{margin-bottom: 15px;}
#contact-form button[type="submit"]{margin-top: 25px;}

.gallery{padding-bottom: 100px;}
.gallery .item{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    position: relative;
}
.gallery .item:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}
.gallery .item:hover:before{opacity: 1;}

.stock{padding-bottom: 100px;}
.stock .item{
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}
.stock .item .title{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    padding: 15px 0 5px;
}
.stock .content{padding-right: 15px;}
.stock .content p{padding: 8px 0;}
.stock .content ul{padding: 5px 0;}
.stock .item .date{
    font-size: 18px;
    line-height: 1.4;
    color: #ec8a38;
    text-align: right;
    font-weight: 500;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 10;
}

.close-icon{
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 99;
    font-size: 16px;
    color: #ec8a38;
    background: rgba(255, 255, 255, .7);
}
.close-icon:before{
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: block;
    padding: 8px;
}

.filter .selecter-options .selecter-item:first-child{display: none;}

.catalog .item{position: relative; overflow: inherit;}
.catalog .item.stocks:before{
    content: "";
    width: 110px;
    height: 110px;
    background: url(../images/stock-icon.png) center no-repeat;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 10;
    background-size: 110px;
}

.catalog .item.leader:after{
    content: "Лидер продаж";
    padding: 8px 20px;
    color: #ffffff;
    background: #DE8A38;
    /* background: #ec8a38; */
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 15px;
    z-index: 10;
}

.flex-slider{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-slider .product-slider{
    width: calc(100% - 80px);
}
.flex-slider .prev, .flex-slider .next{
    display: inline-block;
    width: 20px;
    height: 41px;
    border: none;
    outline: none;
    background: url(../images/arrows.svg);
    margin-top: -35px;
}
.flex-slider .next{background-position: 20px 0;}
.flex-slider .prev:hover{background-position: 0 44px;}
.flex-slider .next:hover{background-position: 20px 44px;}

#price-complect-tabs-content > div,
#custom-tabs-content > div,
#complect-tabs-content > div
{display: none;}
#price-complect-tabs-content > .active,
#complect-tabs-content > .active,
#custom-tabs-content > .active
{display: block;}

#custom-tabs-content .content table{
    font-family:'Open Sans', sans-serif;
    line-height:20px;
}
#custom-tabs-content .content table h3{
    font-family:"Montserrat", "RobotoRegular", sans-serif;
}
.custom-catalog-item .product p.selec_complect{
    font-size:20px;
    padding-left:10px;
    padding-bottom: 15px;
/*     font-size: 16px; */
    /* font-weight: bold; */
    text-transform: capitalize;
    
}