
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}


.table {
	width: 100%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	border-top: 5px solid #fff;
	border-bottom: 3px solid #fff;
	border-collapse: collapse; 
	outline: 3px solid #ffd300;
	font-size: 15px;
	background: #fff!important;
}
.table th {
	font-weight: bold;
	padding: 7px;
	background: #ffd300;
	border: none;
	text-align: left;
	font-size: 15px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #ffd300;
}
.table td {
	padding: 7px;
	border: none;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 15px;
}
.table tbody tr:nth-child(even){
	background: #f8f8f8!important;
}

.main-content .left img {
    width: 382px;
    margin-top: 20px;
}


.video-widget {
    position: fixed;
    left: 0px;
    z-index: 999999;
    bottom: 0px;
}

.video-widget__container {
        font-family: Helvetica;
        z-index: 999999;
        overflow: hidden;
        border-style: solid;
        background: rgb(238, 238, 238);
        -webkit-transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
        transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
        -o-transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
        -moz-transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s;
        transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s;
        transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
        outline: none;
        cursor: pointer;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-box-shadow: rgba(0, 0, 0, .2) 0px 10px 20px;
                box-shadow: rgba(0, 0, 0, .2) 0px 10px 20px;
        position: absolute;
        left: 50px;
        bottom: 50px;
        border-radius: 20px;
        border-width: 5px;
        width: 130px;
        height: 180px;
        border-color: rgb(255, 255, 255);
    }

.video-widget__container:hover {
            -webkit-transform: scale(1.05) translate(5px, -5px);
               -moz-transform: scale(1.05) translate(5px, -5px);
                -ms-transform: scale(1.05) translate(5px, -5px);
                 -o-transform: scale(1.05) translate(5px, -5px);
                    transform: scale(1.05) translate(5px, -5px);
            border-color: rgb(19, 19, 68);
        }

.video-widget__video {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        z-index: 200;
        -webkit-transition: opacity 0.4s ease-in-out 0s;
        -o-transition: opacity 0.4s ease-in-out 0s;
        -moz-transition: opacity 0.4s ease-in-out 0s;
        transition: opacity 0.4s ease-in-out 0s;
        opacity: 0.8;
    }

.video-widget__close {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 20px;
        height: 20px;
        z-index: 250;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
        transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
        -o-transition: opacity 0.2s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
        -moz-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s, -moz-transform 0.3s ease-in-out 0s;
        transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
        transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s, -moz-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
    }

.video-widget__close:before, .video-widget__close:after {
            position: absolute;
            left: 9px;
            top: 1px;
            content: " ";
            height: 18px;
            width: 2px;
            background: white;
            -webkit-box-shadow: rgba(0, 0, 0, .5) 1px 1px 10px;
                    box-shadow: rgba(0, 0, 0, .5) 1px 1px 10px;
        }

.video-widget__close:before {
            -webkit-transform: rotate(45deg);
               -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                 -o-transform: rotate(45deg);
                    transform: rotate(45deg);
        }

.video-widget__close:after {
            -webkit-transform: rotate(-45deg);
               -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                 -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
        }

.video-widget__container:hover .video-widget__close {
        opacity: .5;
    }

.video-widget__container:hover .video-widget__close:before, .video-widget__container:hover .video-widget__close:after {}

.video-widget.video-widget[data-state="opened"] .video-widget__container {
        width: 280px;
        height: 500px;
        border-radius: 20px;
        border-color: rgb(255, 255, 255);
    }

.video-widget.video-widget[data-state="opened"] .video-widget__close {
        opacity: .5;
    }

.video-widget.video-widget[data-state="opened"] .video-widget__close:before {
            display: none;
        }

.video-widget.video-widget[data-state="opened"] .video-widget__close:after {
            -webkit-transform: rotate(90deg);
               -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                 -o-transform: rotate(90deg);
                    transform: rotate(90deg);
        }

.video-widget.video-widget[data-state="opened"] .video-widget__close:hover {
            opacity: 1;
        }

.video-widget__button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    height: 65px;
    border-radius: 10px;
    z-index: 300;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 4px 15px;
    box-shadow: rgb(0 0 0 / 25%) 0px 4px 15px;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
    -moz-transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
    opacity: 1;
    visibility: visible;
    background-color: rgb(254 80 0);
    font-size: 14px;

    color: #ffffff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    line-height: 65px;
    text-transform: uppercase;
    opacity: 0;
}
	
	.video-widget__button:hover {background-color: rgb(255, 226, 87); text-decoration: none;}

.video-widget.video-widget[data-state="opened"] .video-widget__button {
        opacity: 1;
    }

@media only screen and (min-width: 960px) {
    }

@media only screen and (min-width: 769px) {
    }

@media only screen and (max-width: 1920px) {
    }

@media only screen and (max-width: 1740px) {
    }

@media only screen and (max-width: 1640px) {
    }

@media only screen and (max-width: 1540px) {
    }

@media only screen and (max-width: 1440px) {
    }

@media only screen and (max-width: 1340px) {
    }

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1160px) {
    }

@media only screen and (max-width: 1100px) {
    }

@media only screen and (max-width: 1023px) {

.video-widget__close {
            opacity: .5
    }
    }

@media only screen and (max-width: 959px) {
    }

@media only screen and (max-width: 840px) {
    }

@media only screen and (max-width: 767px) {
    }

@media only screen and (max-width: 700px) {
    }

@media only screen and (max-width: 640px) {
    }

@media only screen and (max-width: 580px) {
    }

@media only screen and (max-width: 540px) {
    }

@media only screen and (max-width: 479px) {

.video-widget__container {
            left: 15px;
            bottom: 15px;
			width: 90px;
			height: 125px;
    }
    }

@media only screen and (max-width: 420px) {
    }

@media only screen and (max-width: 380px) {
    }

@media only screen and (max-width: 360px) {
    }

@media only screen and (max-width: 340px) {
    }

@media only screen and (max-width: 320px) {
    }









body {margin: 0; padding: 0; width: 100%; font-family: 'Montserrat', sans-serif; font-size: 14px; min-width: 1150px; color: #000000; background-color: #f9f9f9;}
#second-page {background-image: url('images/back.png'); background-repeat: no-repeat; background-size: cover; background-position: top;}
a {color: #000000;}
a:hover {color: #ff8924;}
ul {padding-left: 20px;}
*, ::after, ::before {box-sizing: border-box;}
img, input, texarea, button {outline: none;}
.left, .alignleft {float: left;}
.right {float: right;}
.block {display: block;}
.overflow {overflow: hidden;}
.m-auto {margin: 0 auto;}
.center {text-align: center;}
.w100 {width: 100%;}
.w50 {width: 50%;}

h1 {font-size: 32px;}
h3 {font-size: 20px;}
h2.with-icon {font-size: 24px; font-weight: 700; height: 50px; margin-bottom: 80px; line-height: 55px; margin-top: 46px;}
h2.with-icon:before {content: ''; display: block; float: left; width: 50px; margin-right: 20px; height: 100%; background-repeat: no-repeat; background-position: left center; background-size: contain;}

.breadcrumb {display: block; list-style: none; font-size: 12px; margin-top: 35px; margin-bottom: 40px;}
.breadcrumb-item, .breadcrumbs__separator {float: left;}
.breadcrumbs__separator {margin: 0 4px;}
.breadcrumb-item a {text-decoration: underline;}
.breadcrumb-item.active a {text-decoration: none;}

#header-mobile {display: none;}
.content, .content p, .content li, #product-description, .step-page {line-height: 160%;}
#main-background {width: 100%; height: 390px; position: absolute; top: 120px; left: 0px; background-image: url('../bg.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; z-index: -999;}
#main-background2 {width: 585px; height: 771px; position: absolute; top: 1400px; left: 0px; background-image: url('images/main_img_2.png'); z-index: -998;}
.container {width: 1100px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; box-sizing: content-box;}
#contacts-top {margin-top: 22px; margin-bottom: 24px; height: 30px; line-height: 30px;}
#contacts-top a {display: inline-block; text-decoration: none;}
#contacts-top .address, #contacts-top .top-mail {font-size: 12px;}
#contacts-top .top-mail {margin: 0 30px;}
#contacts-top .phones {font-size: 16px; font-weight: 700;}
#contacts-top .phones span {margin: 0 15px;}
.btn-call-order {cursor: pointer; height: 30px; line-height: 30px; padding: 0 10px; font-weight: 700; font-size: 14px; background-color: #03b100; color: #fff; border-radius: 5px;  text-decoration: none;}
.btn-call-order:hover {color: #fff; background-color: #ff8924; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);}
.logo {display: block; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url('logo.png');}
#header .logo {width: 260px; height: 44px;}
#header a {text-decoration: none;}
#header .tm-one-level {display: flex; justify-content: space-between; list-style: none; float: right; margin-top: 14px; margin-left: 60px; padding: 0; width: 780px; text-align: justify; text-align-last: justify; }
#header .tm-one-level li {display: inline-block; float: left; font-weight: 700; font-size: 15px; text-transform: uppercase; position: relative; z-index: 1; }
#header .tm-one-level li a {color: #11700a; padding: 0 5px;}
#header .tm-one-level li:last-child a {padding-right: 0;}
#header .tm-one-level li a:hover {color: #ff8924;}
#header .tm-one-level li ul.sub-menu {position: absolute; padding: 0; top: 0; left: 0; display: none; padding-top: 30px; z-index: -1; width: 100%; background: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); border-radius: 5px;}
#header .tm-one-level li:hover ul.sub-menu {display: block;}
#header .tm-one-level li ul.sub-menu li {text-transform: none; font-size: 12px; float: none; font-weight: normal;}
#header .tm-one-level li ul.sub-menu li a {display: inline-block; white-space: nowrap; line-height: 22px;}
#header .tm-one-level li ul.sub-menu li a:hover {text-decoration: underline;}

#header .cm-one-level {float: right; display: block; list-style: none; padding: 0; width: 775px; margin: 0;}
#header .cm-one-level li {display: inline-block; width: 25%; float: left; text-transform: none; font-size: 14px; font-weight: normal;}
#header .cm-one-level li a {color: #11700a; display: inline-block; line-height: 25px;}
#header .cm-one-level li a:hover {text-decoration: underline; color: #ff8924;}

#main-anons {height: 360px;}
#main-anons-inner {width: 543px; padding-top: 100px; color: #fff;}
#main-anons-inner .header {font-size: 27px; font-weight: bold; text-transform: uppercase; line-height: 150%; position: relative;}
#main-anons-inner .header .cat-link {text-decoration: none; position: absolute; bottom: 3px; right: 6px; font-size: 16px; display: block; height: 32px; line-height: 32px; color: #fff; padding: 0 10px; border-radius: 4px; border: 1px solid #fff; text-transform: none;}
#main-anons-inner .header .cat-link:before {content: ''; display: block; height: 1px; width: 85px; background-color: #fff; position: absolute; top: 25px; opacity: 0.7;}
#main-anons-inner .header .cat-link:after {content: ''; display: block; float: right; margin-left: 10px; height: 100%; width: 28px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url('images/catalog_link_arrow.png');}
#main-anons-inner .caption {margin-top: 25px; font-size: 16px; line-height: 150%;}
#main-anons-inner .header .m-cat-link {display: none;}

#catalog {margin-top: 50px;}
#catalog h2.with-icon:before {background-image: url('images/catalog-icon.png');}
#catalog .product-case {position: relative; overflow: hidden; float: left; width: 260px; height: 290px; box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15); background: #fff; margin-bottom: 25px; margin-right: 20px; padding: 15px; border-radius: 6px;}
#catalog .product-case a {text-decoration: none;}
#catalog .product-case:nth-child(4n+1) {margin-right: 0;}
#catalog .product-case:before {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 0px; background-color: #ff8924; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
#catalog .product-case:hover::before {height: 10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
#catalog .product-discont {width: 49px; height: 49px; position: absolute; top: 10px; right: 10px; background-image: url('images/discont.png'); background-repeat: no-repeat; background-position: center; background-size: contain;}
#catalog .product-image {display: block; width: 100%; height: 175px; background-repeat: no-repeat; background-position: center; background-size: contain;}
#catalog .product-name {display: table; position: relative; padding-right: 70px; margin-top: 5px; width: 100%; height: 45px; line-height: 22px; font-size: 18px; font-weight: 700;}
#catalog .product-name span {display: table-caption; vertical-align: middle;}
#catalog .product-name:after {content: ''; display: block; position: absolute; right: 0; top: 0; background-repeat: no-repeat; background-position: center; background-size: contain; background-image: url('images/product_arrow_right.png'); width:28px; height: 45px; }
#catalog .product-price {font-size: 20px; position: absolute; bottom: 15px; left: 15px;}
#catalog .product-quick-order {display: block; padding-top: 4px; width: 90px; height: 35px; text-align: center; color: #fff; background: #03b100; position: absolute; right: 15px; bottom: 15px; font-size: 12px; font-weight: 700; line-height: 14px; border-radius: 5px;}
#catalog .product-quick-order:hover {box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); background: #ff8924; }
#catalog .product-case:hover .product-name:after {background-image: url('images/product_arrow_hover.png');}
/*#catalog .product-case:hover .product-name span, #catalog .product-case:hover .product-price  {color: #ff8924;}*/


.main-content {margin-top: 60px; line-height: 22px;}
.main-content ul {margin: 0;}
.main-content .left {width: 400px;}
.main-content .right {width: 700px;}
.main-content ul li, .content ul li, #product-description, #step-pages .left ul li, #about-block .right ul li{list-style-image: url('images/ls.png');}

.err404 {font-weight: 700; font-size: 26px;}
.err404 a {text-decoration: underline;}

.banner-item {display: block; margin-top: 100px; width: 1100px; color: #fff; text-decoration: none; margin: 0 auto; margin-top: 100px; padding: 30px 0 0 65px; color: #fff; height: 130px; background-repeat: no-repeat; background-size: contain; background-position: center;}
.banner-item:hover {color: #fff;}
.banner-item.page-banners {margin-top: 10px; margin-bottom: 10px;}
.banner-item .top-text {display: block; font-weight: 700; font-size: 28px; line-height: 40px;}
.banner-item .bottom-text {display: block; font-size: 24px;}

.why-us {margin-top: 100px;}
.why-us h2.with-icon {line-height: 25px; width: 550px;}
.why-us h2.with-icon span {color: #03b100;}
.why-us h2.with-icon:before {background-image: url('images/why-us-icon.png');}
.why-us-inner {height: 620px; width: 100%;}
.why-us-left {float: left; width: 820px; }
.why-us-item {position: relative; float: left; border-radius: 5px; overflow: hidden; color: #fff; margin-right: 20px; margin-bottom: 30px; width: 260px; height: 295px; padding: 30px 15px 0; background-position: center; background-size: cover; background-repeat: no-repeat;}
.why-us-item:nth-child(1) {    background: #269e23;}
.why-us-item:nth-child(2) {    background: #269e23;}
.why-us-item:nth-child(3) {    background: #269e23;}
.why-us-item:nth-child(4) {    background: #269e23;}
.why-us-item:nth-child(5) {    background: #269e23;}
.why-us-item:nth-child(6) {    background: #269e23;}
.why-us-item:nth-child(3n) {margin-right: 0;}
.why-us-item a {font-weight: 700;}
.why-us-item a:hover {text-decoration: underline;}
.why-us-item .caption {font-size: 16px; font-weight: 700; line-height: 20px;}
.why-us-item .description {position: absolute; width: 230px; top: 120px; left: 15px; line-height: 19px;}
.why-us-item .description a {color: #fff;}
.why-us-right {float: right; width: 260px; height: 100%; line-height: 140%; background:#FE8924; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 5px; overflow: hidden; padding: 60px 30px; color: #fff;}
.why-us-right .caption {font-weight: 700; font-size: 24px; margin-bottom: 20px; line-height: 110%;}
.why-us-right p {margin: 0; margin-bottom: 20px; font-size: 16px; }
.why-us-right input[type="text"] {width: 180px; margin: 8px 0; border: 1px solid #FFF; font-size: 14px; border-radius: 4px; color: #3e3e3e; text-indent: 10px; height: 33px;}
.why-us-right input[type="checkbox"] {margin-top: 5px;}
.why-us-right input[type="checkbox"] + span {font-size: 12px;}
.why-us-right input[type="submit"] {margin-top: 30px;  width: 100%; }

.submit-btn {font-weight: 700; border-radius: 5px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); background-color: #03b100; color: #fff; text-align: center; height: 40px; font-size: 14px; cursor: pointer; border: none;}

.our-photos {margin-top: 100px;}
.our-photos h2.with-icon:before {background-image: url('images/gallery-icon.png');}

.contact-block {margin-top: 100px;}
.contact-block a {text-decoration: none;}
.contact-block h2.with-icon {margin: 0;}
.contact-block h2.with-icon:before {background-image: url('images/contacts-icon.png');}
.contacts-left {float: left; width: 400px; font-size: 15px;}
.contacts-label {margin-top: 30px; margin-bottom: 5px; font-weight: 700;}
.contacts-right {width: 600px; height: 360px; float: right;}
.find-path {display: inline-block; font-weight: 700; border-radius: 5px;  margin-top: 30px; width: 275px; height: 42px; line-height: 42px; font-size: 16px; background-color: #03b100; color: #fff; text-align: center;}
.find-path:hover {color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); background-color: #ff8924;}
span.delimiter {margin: 0 8px;}

.what-buy-wrapper {margin-top: 80px;}
.what-buy-wrapper h2.with-icon:before {background-image: url('images/wb-icon.png');}
.what-buy {}
.wb-item {width: 33.3%; float: left; background-repeat: no-repeat; background-position: left top; min-height: 140px;}
.wb-content {width: 260px; float: right; margin-top: 15px; font-size: 18px;}
.wb-content ul {font-size: 14px;}
.wb-content ul li {line-height: 22px;}
.wb-item:nth-child(1) {background-image: url('images/wb-1.png'); }
.wb-item:nth-child(2) {background-image: url('images/wb-2.png'); }
.wb-item:nth-child(3) {background-image: url('images/wb-3.png'); }

#about-block {margin-top: 10px 0; width: 100%; overflow: hidden;}
#about-block .left, #about-block .right {width: 50%;}
#about-block .right ul {margin: 0;}
#about-block .right ul li {margin-bottom: 15px;}
#about-block .left img {max-width: 100%; margin: 5px 0;}

#steps-header {margin-top: 100px;}
#steps-header h2.with-icon:before {background-image: url('images/steps-icon.png'); width: 60px; margin-right: 10px;}
#steps {width: 1100px; padding: 10px; padding-left: 0; margin: 0 auto; display: table; height: 85px; margin-top: 50px; border: 2px solid #03b100; border-radius: 5px;}
#steps .step {display: table-cell; vertical-align: middle; cursor: pointer; font-size: 16px; text-align: center; width: 14%; position: relative;}
#steps .step:after {content: ''; display: block; position: absolute; width: 8px; height: 15px; right: 0; top: 50%; margin-top: -8px; background: url('images/step-arrow.png');}
#steps .step:hover {color: #ff8924; text-decoration: underline;}
#steps .step:last-child {width: 16%; padding-left: 10px;}
#steps .step:last-child:after {display: none;}
#steps .step.active {font-weight: 700; text-decoration: none; color: #000; cursor: default;}
#step-pages {margin-top: 40px;}
#step-pages .left {padding-right: 20px;}
#step-pages .left ul li {margin-bottom: 15px;}
#step-pages .left, #step-pages .right {width: 50%;}
.step-page {display: none; overflow: hidden;}
.step-gallery {width: 100%;}
.step-image {display: block; height: 380px !important; background-position: center; background-repeat: no-repeat; background-size: cover;}
.step-gallery .slick-arrow {position: absolute; width: 24px; height: 43px; top: 50%; margin-top: -25px; z-index: 1;}
.step-gallery .slick-prev {background-image: url('images/slider-left.png') !important; left: 20px;}
.step-gallery .slick-next {background-image: url('images/slider-right.png') !important; right: 20px;}
.step-gallery .slick-dots {width: 100%; text-align: center; overflow: hidden;}
.step-gallery .slick-dots li {display: inline-block; width: 12px; height: 12px; background-image: url('images/slider-dot.png') !important; margin-right: 15px;}
.step-gallery .slick-dots li:last-child {margin-right: 0;}

#footer {margin-top: 80px;}
#footer a {text-decoration: none;}
#footer .logo {float:left; display: block; width: 217px; height: 95px;}
#footer .fm-one-level {display: flex; flex-wrap: wrap; flex-direction: column; float: left; list-style: none; margin-left: 80px; padding: 0; width: 525px; max-height: 120px; margin-top: 0;}
#footer .fm-one-level li {display: block; line-height: 35px; width: 33%;}
.footer-right-links {float: right; font-weight: 700; font-size: 14px; text-align: right;}
.footer-right-links .questions {color: #03b100;}
.footer-right-links .questions:hover {color: #ff8924;}
.footer-right-links .phones, .footer-right-links .bottom-mail, .footer-right-links .questions { width: 100%; display: block; line-height: 35px;}
.footer-right-links .phones span {margin: 0 8px;}

#footer-copy {font-size: 11px; font-weight: 500; padding: 30px 0; margin-top: 25px; border-top: 1px solid #000;}
.kc-logo {display: block; background-image: url('images/kc.png'); background-repeat: no-repeat; background-position: left; height: 28px; line-height: 28px; padding-left: 120px; text-decoration: none;}


#page-contacts .contact-block {margin-top: 4px;}
#page-contacts h1 {margin-top: 0;}
#page-contacts .contacts-left {width: 350px;}
#page-contacts .contacts-right {width: 720px; height: auto;}
#contacts-route {margin-top: 90px;}
.contacts-map {margin-bottom: 30px;}

#modal-wrapper {display: none; width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999;}

.modal-forms {display: none; padding: 40px 55px; width: 383px; height: 450px; position: absolute; top: 50%; left: 50%; margin-top: -200px; margin-left: -176px; background: #fff; position: relative; border-radius: 5px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3)}
.modal-forms .head {width: 100%; font-size: 18px; font-weight: 700; line-height: 25px; margin-bottom: 25px;}
.modal-forms .head span {color: #ff861a;}
.modal-forms p {font-size: 10px;}
.modal-forms .close {position: absolute; width: 15px; height: 15px; top: 20px; right: 20px; cursor: pointer; background: url('images/close.png');}

.modal-forms input[type="text"] {width: 270px; margin: 6px 0; border: 1px solid #3e3e3e; font-size: 14px; border-radius: 4px; color: #3e3e3e; text-indent: 15px; height: 33px;}
.modal-forms input[type="submit"] { left: 55px; bottom: 50px; width: 210px;}
#modal-ok span {font-size: 30px; display: inline-block; margin-bottom: 25px;}

#page {position: relative;}
.blur {filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='2'/></filter></svg>#blur");}
li.current-menu-item a {color: #ff8924 !important;}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots li button, .slick-arrow {background: none; display: block; cursor: pointer; outline: none; border: none; font-size: 0;}
.slick-dots li {cursor: pointer;}
.slick-dots {list-style: none; margin: 0; padding: 0;}

.mobile {display: none !important;}
.desktop {display: block;}

.lb-data .lb-number {display: none !important;}