@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Lato:wght@400;700&display=swap');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}

body {
	/* position: relative; */
	min-width: 100%; min-height: 100%; font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 1.0; color: #000; overflow: auto; background: #FFF; -webkit-font-smoothing: antialiased;
}

textarea, select, input {font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 1.0; color: #000; outline: none !important;}

input[type="button"],
input[type="submit"] {-webkit-appearance: none;}

ul, ol, li {list-style-type:none; padding: 0; margin: 0;}

a {text-decoration: none;}
a:hover {text-decoration: none;}

h1, h2, h3, h4, h5 {font-weight: normal;}

h2 {position: relative; margin: 0 0 50px; font-size: 36px; font-weight: 600; color: #000;}

::selection {background: #ff5500; color: black;}
::-moz-selection {background: #ff5500; color: black;}

.button {display: inline-block; position: relative; border: 0; text-align: center; line-height: 1.0; text-transform: uppercase; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}
.button:hover {cursor: pointer;}

.button_orange {box-shadow: 0 0 10px #f26500;font-weight: bold; border:2px solid #f26500; text-transform: uppercase; font-size: 16px; color: #FFF; height: 58px; padding: 0 50px 1px; font-family: 'Montserrat', sans-serif; background: #ff884d; background: -moz-linear-gradient(top,  #ff884d 0%, #ff5601 100%); background: -webkit-linear-gradient(top,  #ff884d 0%,#ff5601 100%); background: linear-gradient(to bottom,  #ff884d 0%,#ff5601 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff884d', endColorstr='#ff5601',GradientType=0 );}

.button_orange:hover {background: #f9a263; background: -moz-linear-gradient(top,  #f9a263 0%, #ff5601 100%); background: -webkit-linear-gradient(top,  #f9a263 0%,#ff5601 100%); background: linear-gradient(to bottom,  #f9a263 0%,#ff5601 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a263', endColorstr='#ff5601',GradientType=0 );}

.bx-wrapper {position: static; margin: 0;}
.bx-wrapper .bx-pager {display:none;}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block; *zoom: 1;}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
.bx-wrapper .bx-controls-auto {text-align: center;}
.bx-wrapper a:focus {box-shadow: none; outline:none;}

.bx-controls-direction a {position: absolute; display: block; outline: 0; width: 50px; height: 50px; top: 50%; margin-top: -25px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.bx-controls-direction a:before {content:""; position: absolute; left: 50%; top: 25%; width: 18px; height: 25px; background-repeat: no-repeat;}
.bx-prev {left: 0;}
.bx-prev:before {background-image: url('../images/vlevo.png');}
.bx-next {right: 0;}
.bx-next:before {background-image: url('../images/vpravo.png');}

.cart_box {position: fixed; right: 0; top: 50%; width: 100px; height: 100px; margin-top: -50px; text-align: center; z-index: 997; background: #ff5500; -moz-border-radius: 10px 0 0 10px; -webkit-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px; -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.25);}
.cart_box .icon {position: relative; margin: 28px 28px 12px;}
.cart_box .icon:before {content:""; position: absolute; left: 0; top: 0; margin: 0; width: 26px; height: 22px; background: url('../images/sprite.png') -130px 0 no-repeat; background-size: 300px auto;}
.cart_box .icon span {font-size: 18px; color: #ffccb3; margin: 0 0 0 29px;}
.cart_box .title {display: inline-block; font-size: 15px; color: #FFF; border-bottom: 1px solid #FFF; transition: all 0.2s ease-in-out;}
.cart_box:hover {cursor: pointer;}
.cart_box:hover .title {border-bottom: 1px solid transparent;}

.container {position: relative;}
.container .block {position: relative; margin: 0 auto;}

.more_box {position: relative;}
.more_box .short {display: block;}
.more_box .full {display: none;}

.phone {white-space: nowrap;}

.spacer {clear:both;}


/* COLORBOX */


#colorbox, 
#cboxOverlay, 
#cboxWrapper {position:absolute; top:0; left:0; z-index:9999; overflow:hidden; outline:0;}
#cboxOverlay {position:fixed; width:100%; height:100%;}
#cboxContent {position:relative; padding: 0 36px; overflow:hidden;}
#cboxTitle {display: none;}
#cboxLoadedContent {overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxLoadingOverlay, 
#cboxLoadingGraphic {position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxLoadingGraphic {background: #000 url('../images/loading.gif') 50% 50% no-repeat; background-size: 36px auto;}
#colorbox, 
#cboxContent, 
#cboxLoadedContent {box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay {background: #000;}
#cboxClose, 
#cboxCurrent {display:none !important;}
.cboxPhoto {float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe {width:100%; height:100%; display:block; background:#000; border:0;}

#cboxPrevious,
#cboxNext {position: absolute; display: block; border: 0; font-size: 0; width: 18px; height: 25px; top: 50%; margin-top: -12px; background-color: transparent; background-image: url('../images/sprite.png'); background-repeat: no-repeat; background-size: 300px auto; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
#cboxPrevious {left: 0; background-position: -59px -81px;}
#cboxNext {right: 0; background-position: -79px -81px;}
#cboxPrevious:focus,
#cboxNext:focus {box-shadow: none; outline: none;}
#cboxPrevious:hover,
#cboxNext:hover {cursor: pointer;}


/* UI SLIDER */


.ui-helper-hidden {display: none;}
.ui-helper-hidden-accessible {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.ui-helper-reset {margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {content: ""; display: table; border-collapse: collapse;}
.ui-helper-clearfix:after {clear: both;}
.ui-helper-zfix {width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0);}
.ui-front {z-index: 100;}

.ui-state-disabled {cursor: default !important;pointer-events: none;}

.ui-icon {display: inline-block;vertical-align: middle; position: relative;text-indent: -99999px; overflow: hidden;background-repeat: no-repeat;}
.ui-slider .ui-widget-icon-block {left: 50%; margin-left: -8px; display: block;}

.ui-widget-overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%;}
.ui-slider {position: relative;text-align: left;}

.ui-slider .ui-slider-handle {position: absolute;z-index: 2; width: 20px; height: 20px; cursor: default; -ms-touch-action: none; touch-action: none; background: url('../images/sprite.png') -200px -162px no-repeat; outline: none !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.25); box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.25);}
.ui-slider .ui-slider-handle:hover {cursor: pointer;}

.ui-slider .ui-slider-range {position: absolute; z-index: 1; display: block; border: 0; background: #ff5500; height: 5px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {filter: inherit;}

.ui-slider-horizontal {height: 5px;}
.ui-slider-horizontal .ui-slider-handle {margin: -11px 0 0 -10px; top: 50%;}

.ui-slider.ui-widget-content {background: #fff; border: 5px solid #e0e0e0; border-radius: 50px;}


/* MCUSTOMSCROLL */


.mCustomScrollbar {-ms-touch-action: pinch-zoom; touch-action: pinch-zoom;}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {-ms-touch-action: auto; touch-action: auto;}
.mCustomScrollBox {position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: 0; direction: ltr;}
.mCSB_container {overflow: hidden; width: auto; padding-right: 0; height: auto;}
.mCS_no_scrollbar .mCSB_container {padding-right: 0;}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {margin-right: 0;}
.mCSB_scrollTools {position: absolute; height: auto; left: auto; width: 8px; top: 0; bottom: 0;}
.mCSB_scrollTools .mCSB_draggerContainer {position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto;}
.mCSB_scrollTools .mCSB_draggerRail {height: 100%; margin: 0 auto; width: 8px; background: #e8efed; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.mCSB_scrollTools .mCSB_dragger {cursor: pointer; width: 100%; height: 180px; z-index: 1; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {position: relative; background: #ff6a00; height: 100%; width: 8px; margin: 0 auto; text-align: center; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.mCSB_container_wrapper {position: absolute; height: auto; width: auto; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0;}


/* ФОРМЫ */


.form_agreement {position: relative; padding: 0 0 0 34px; margin-bottom: 30px; text-align: left;}
.form_agreement .checkbox_icon {position: absolute; left: 1px; top: 0; width: 18px; height: 18px; z-index: 990; border: 1px solid #d7d7d7; background: #FFF; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1);}
.form_agreement .checkbox_icon:before {content:""; position: absolute; left: 5px; top: 5px; width: 10px; height: 8px; opacity: 0; background: url('../images/sprite.png') -65px 0 no-repeat; background-size: 300px auto; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.form_agreement input {position: absolute; left: 0; top: 0; width: 20px; height: 100%; z-index: 991; opacity: 0;}
.form_agreement input:hover {cursor: pointer;}
.form_agreement .checkbox_label {font-size: 14px; line-height: 1.4; z-index: 990; position: relative;}
.form_agreement .checkbox_label a {text-decoration: underline; color: #000;}
.form_agreement .checkbox_label a:hover {text-decoration: none;}

.form_agreement.checked .checkbox_icon:before {opacity: 1;}

.form_cover {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none; z-index: 995;}
.form_cover:hover {cursor: default;}

form {text-align: center;}

form .field_wrap {position: relative; margin-bottom: 18px; text-align: left;}
form .field_wrap:before {content:""; position: absolute; left: 16px; top: 50%; background-repeat: no-repeat;}

form .field_wrap.wrap_name:before { width: 14px; height: 16px; margin: -8px 0 0 0; background-image: url('../images/icons/icon_input_name.svg'); }
form .field_wrap.wrap_phone:before { width: 14px; height: 19px; margin: -10px 0 0 0; background-image: url('../images/icons/icon_input_phone.svg'); }
form .field_wrap.wrap_mail:before { width: 17px; height: 12px; margin: -6px 0 0 0; background-image: url('../images/icons/icon_input_email.svg'); }

form .form_field {width: 100%; box-sizing: border-box; border: 1px solid transparent; background: #FFF; font-size: 16px; color: #000; height: 50px; padding: 0 15px 1px 45px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #e3e2e0;}
form textarea.form_field {height: 80px; line-height: 1.4; padding: 15px 15px 15px;}

form .multiple_fields .field_wrap {float:right; width: 48.2%;}
form .multiple_fields .field_wrap:first-of-type {float:left;}

form .submit_wrap {display: inline-block; position: relative; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; -webkit-box-shadow: 0 10px 25px 1px rgba(0, 0, 0, 0.36); -moz-box-shadow: 0 10px 25px 1px rgba(0, 0, 0, 0.36); box-shadow: 0 10px 25px 1px rgba(0, 0, 0, 0.36);}

::-webkit-input-placeholder {font-family: 'Montserrat', sans-serif; font-size: 14px; color: #000; line-height: 1.0;}
:-ms-input-placeholder {font-family: 'Montserrat', sans-serif; font-size: 14px; color: #000; line-height: 1.0;}
:-moz-placeholder {font-family: 'Montserrat', sans-serif; font-size: 14px; color: #000; line-height: 2.8;}
::-moz-placeholder {font-family: 'Montserrat', sans-serif; font-size: 14px; color: #000; line-height: 2.8;}

form .wrap_message ::-webkit-input-placeholder {line-height: 1.5;}
form .wrap_message :-ms-input-placeholder {line-height: 1.5;}
form .wrap_message :-moz-placeholder {line-height: 1.5;}
form .wrap_message ::-moz-placeholder {line-height: 1.5;}


/* ПОПАПЫ */


.popup_back {display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.6; z-index: 998;}
.popup_back:hover {cursor: pointer;}

.popup {display:none; position: fixed; left: 50%; top: 50%; background: #FFF; z-index: 999; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
.popup .close {position: absolute; right: 20px; top: 20px; width: 18px; height: 18px; background: url('../images/sprite.png') -60px -109px no-repeat; z-index: 992; background-size: 300px auto;}
.popup .close:hover {cursor: pointer; background-position: -80px -109px;}
.popup .popup_header {position: relative; color: #FFF; text-align: left; background: #ff5500; -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;}
.popup .popup_title {font-size: 30px; margin-bottom: 5px; }
.popup .popup_subtitle {font-size: 18px; line-height: 1.3;}
.popup .popup_content {position: relative; padding: 40px 35px 0; text-align: center;}
.popup .submit_wrap {-webkit-box-shadow: 0 10px 20px 5px rgba(255, 85, 0, 0.2); -moz-box-shadow: 0 10px 20px 5px rgba(255, 85, 0, 0.2); box-shadow: 0 10px 20px 5px rgba(255, 85, 0, 0.2);}
.popup .submit {padding: 0 50px;}

.popup_callback {width: 450px; height: 520px; margin: -260px 0 0 -225px;}
.popup_callback .form_agreement {margin-bottom: 35px;}
.popup_callback .popup_header {padding: 32px 35px 28px;}

.popup_review {width: 450px; height: 600px; margin: -300px 0 0 -225px;}
.popup_review .form_agreement {margin-bottom: 35px;}
.popup_review .popup_header {padding: 32px 35px 28px;}



.popup_thanks {width: 450px; height: 240px; margin: -120px 0 0 -225px; text-align: center;}
.popup_thanks .close {background-position: -80px -109px;}
.popup_thanks .popup_title {padding: 72px 0 0 0; margin-bottom: 12px;}

.popup_cart {width: 780px; height: 650px; margin: -325px 0 0 -390px;}
.popup_cart .customscroll {margin-top: 25px;}
.popup_cart .mCSB_scrollTools {right: 20px;}
.popup_cart .popup_header {padding: 32px 30px 28px;}

.popup_cart .cart_content {background: #FFF;}
.popup_cart .cart_content ul {position: relative; padding: 2px 30px 0 30px;}
.popup_cart .cart_content li {position: relative; padding: 6px 0; margin-bottom: 8px;}
.popup_cart .cart_content li:last-of-type {margin-bottom: 0;}
.popup_cart .cart_content .product {position: relative; margin-right: 330px;}
.popup_cart .cart_content .product a {display: inline; font-size: 15px; line-height: 1.4; color: #000; cursor:default;}
.popup_cart .cart_content .quantity {position: absolute; right: 210px; top: 0; width: 100px;}
.popup_cart .cart_content .price {position: absolute; right: 15px; top: 7px; width: 160px; text-align: left; font-size: 16px; }
.popup_cart .cart_content .remove {position: absolute; right: 0; top: 7px; width: 15px;}
.popup_cart .cart_content .remove .icon {display: inline-block; width: 15px; height: 15px; background: url('../images/sprite.png') 0 -82px no-repeat; background-size: 300px auto;}
.popup_cart .cart_content .remove .icon:hover {cursor: pointer; background-position: -17px -82px;}

.popup_cart .total_box {position: relative; text-align: right; padding: 17px 30px 27px 0;}
.popup_cart .total_box .total_title {position: relative; display: inline-block; font-size: 16px; text-align: left; }
.popup_cart .total_box .total_content {position: relative; display: inline-block; text-align: left; min-width: 175px; margin-left: 25px; }
.popup_cart .total_box .total_content .sum {font-size: 28px;}
.popup_cart .total_box .total_content .rub {font-size: 22px;}

.popup_cart .ui-spinner {position: relative; display: block; width: 100%;}
.popup_cart .ui-spinner-input {display: block; margin: 0 auto; width: 40px; height: 30px; padding: 0 0 1px; text-align: center; border: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.22); -moz-box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.22); box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.22);}
.popup_cart .ui-button {position: absolute; top: 5px; width: 20px; height: 20px; background: url('../images/sprite.png') -200px -162px no-repeat; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.25); box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.25);}
.popup_cart .ui-button:before {position: absolute; color: #FFF; font-family:'Arial';}
.popup_cart .ui-button:hover {cursor: pointer;}
.popup_cart .ui-spinner-down {left: 0;}
.popup_cart .ui-spinner-down:before {content: "_"; font-size: 20px; left: 5px; top: -10px; font-weight: bold;}
.popup_cart .ui-spinner-up {right: 0;}
.popup_cart .ui-spinner-up:before {content: "+"; font-size: 23px; left: 4px; top: -1px;}

.popup_cart .popup_formbox {padding: 36px 30px 30px 30px; -webkit-box-shadow: inset 0 6px 14px 0 rgba(0, 0, 0, 0.07); -moz-box-shadow: inset 0 6px 14px 0 rgba(0, 0, 0, 0.07); box-shadow: inset 0 6px 14px 0 rgba(0, 0, 0, 0.07);}
.popup_cart .multiple_fields .field_wrap {width: 48.85%;}
.popup_cart .form_agreement {float:left; width: 45%; margin-top: 8px; margin-bottom: 30px;}
.popup_cart .submit_wrap {float:right; margin-top: 10px;}

.popup_cart .customscroll.mCustomScrollbar .popup_header,
.popup_cart .customscroll.mCustomScrollbar .cart_content ul,
.popup_cart .customscroll.mCustomScrollbar .total_box,
.popup_cart .customscroll.mCustomScrollbar .popup_formbox {padding-right: 50px;}
.popup_cart .customscroll.mCustomScrollbar ul {padding-top: 2px;}


/* ШАПКА */
.header_container_wrap {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 996;
}
.header_container {
	position: relative;
    width: 100%;
    background: #f5f4f2;
    z-index: 996;
}
.header_container .header_block {
	width: 1180px;
    display: flex;
    align-items: center;
    padding: 20px 0 32px 0;
}
.header_container .logo {
	margin-right: 30px;
}
.header_container .header_title {
	position: relative;
    top: 6px;
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    margin-right: 45px;
    width: 100%;
    min-width: 220px;
}
.header_container .mail {
	position: relative;
    top: 6px;
    width: 100%;
    color: #000;
    margin-right: 45px;
    background: url(../images/icons/email.svg) no-repeat left center;
    padding-left: 30px;
}
.header_container .mail span {font-size: 15px;}

.header_container .phone_box {
    position: relative;
    top: 6px;
    line-height: 1.4;
    margin-right: 25px;
    width: 100%;
    min-width: 220px;
    background: url(../images/icons/phone.svg) no-repeat left center;
    padding-left: 30px;
}
.header_container .phone_box .phone {
	font-size: 20px;
    font-weight: 700;
    color: #000;
}
.header_container .phone_box .time {
    font-size: 13px;
    color: #000;
}
.header_container .button {
	position: relative;
    top: 6px;
    width: 100%;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 26px;
    background: linear-gradient(to bottom, #fe9200, #f26600);
    border: none;
    box-sizing: border-box;
    border-radius: 2px;
    transition: .3s;
}
.header_container .button:hover {
	 opacity: 0.8;
}

/* ПОДВАЛ */
.footertop_container {background: #f5f5f5;}
.footertop_container .footertop_block {display: flex; align-items: center; max-width: 1180px; padding: 45px 0 45px; font-size: 13px; color: black; border-bottom: 1px solid #e3e2e0}
.footertop_container .phone_box {position: relative; line-height: 1.4; margin: 0 36px 0 0; padding: 0 0 0 29px;}
.footertop_container .phone_box:before {content: ""; position: absolute; left: 0; top: 11px; width: 15px; height: 26px; background: url('../images/phone_icon.png') no-repeat; background-size: auto auto; background-size: 15px 25px;}
.footertop_container .phone_box .phone {font-size: 20px; font-weight: bold;}
.footertop_container .button { height: 40px; padding: 0px 36px; background: #ff5500; font-size: 12px; font-weight: bold; color: #fff; background: linear-gradient(to top, #f26500, #ff9500); margin-right: 35px; }
.footertop_container .button:hover { opacity: 0.8; }
.footertop_container .mail { position: relative;  font-size: 15px;  color: black; padding: 0 0 0 35px; display: inline-block; margin-right: 55px; }
.footertop_container .mail:hover { text-decoration: none; }
.footertop_container .mail:before { content: ""; position: absolute; left: 5px; top: 1px; width: 20px; height: 16px; background: url('../images/email_icon.png') no-repeat; background-size: auto auto; background-size: 19px 16px; }
.footertop_container .mail span {font-size: 16px; border-bottom: 1px solid #FFF; transition: all 0.2s ease-in-out;}
.footertop_container .mail:hover span {border-bottom: 1px solid transparent;}
.footertop_container .oferta {line-height: 1.4; margin-right: 55px; white-space: nowrap;}
.footertop_container .copyright {line-height: 1.4;}
.footerbottom_container {background: #f5f5f5;}
.footerbottom_container .footerbottom_block {max-width: 1180px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; }
.footerbottom_container .footerbottom_block .privacy {font-size: 13px; color: black; border-bottom: 1px solid black; transition: .2s; margin-right: 60px;}
.footerbottom_container .footerbottom_block .privacy:hover {border-bottom: 1px solid transparent;}

/* ТОПБОКС */
.hometop_container {min-height: 600px; background-position: 50% 0; background-repeat: no-repeat;}
.hometop_container .hometop_block {width: 1180px; padding: 130px 0 40px; color: black;}
.hometop_container .topbox_content {
	width: 530px;
	margin: 0;
	box-sizing: border-box;
}
.hometop_container h1 {
	position: relative;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 30px;
}
.hometop_container .price {
	color: white;
	line-height: 1;
	margin: 0 0 80px 0;
	position: relative;
	font-weight: bold;
	font-size: 32px;
	background: #f36700;
	display: inline-block;
	padding: 9px 11px 9px 11px;
}
.hometop_container .points_box {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.hometop_container .points_box .point {
	box-sizing: border-box;
	padding-left: 55px;
	font-size: 15px;
	line-height: 1.4;
}
.hometop_container .points_box .point1 {background: url('../images/icons/icon_point1.svg') no-repeat left center;}
.hometop_container .points_box .point2 {background: url('../images/icons/icon_point2.svg') no-repeat left center;}
.hometop_container .points_box .point3 {background: url('../images/icons/icon_point3.svg') no-repeat left center;}

.hometop_container .mob_back1 {display: none;}

body.fixed .header_container {
	transition: .5s;
}
body.fixed .header_container .header_block {
	padding: 5px 0 15px 0;
}

/* TOP FORM */
.top-form-container {
	background: #f5f4f2;
	padding-bottom: 60px;
}
.top-form {
	max-width: 1180px;
	display: flex;
	box-sizing: border-box;
	position: relative;
	top: -45px;
	border: 6px solid #e9863e;
	border-radius: 10px;
	box-shadow: 0px 20px 40px 0px rgba(65, 65, 77, 0.2);
	background: #f5f4f2;
	margin: 0 auto;
	padding: 60px 50px 50px 60px;
}
  
.top-form-left {
	max-width: 200px;
	min-width: 200px;
	margin-right: 50px;
	border-bottom: 10px solid #f36700;
}
.top-form-title {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 30px;
}
.top-form-text {
	font-size: 16px;
	line-height: 1.3;
}
.top-form-text + .top-form-text {
	margin-top: 30px;
	margin-bottom: 20px;
}
.top-form-phone {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
}
.top-form-right {
	width: 100%;
}
.top-form-right .top-form-title {
	font-size: 20px;
	margin-bottom: 20px;
}
.top-form-params {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.top-form-param {
	width: 160px;
	margin-right: 30px;
}
.top-form-param:nth-of-type(3) {
	width: 170px;
}
.top-form-param:nth-of-type(4) {
	width: 230px;
}
.top-form-param:last-child {
	margin-right: 0;
}
.top-form-param label {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.top-form-param select {
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	background: #fff url('../images/icons/icon_check.svg') no-repeat right;
	background-position-x: calc(100% - 15px);
	border-radius: 0;
	border: none;
    padding: 15px 15px;
	appearance: none;
}
.param-colors {
	display: flex;
	align-items: center;
}
.param-color {
	cursor: pointer;
	font-size: 14px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	margin-right: 10px;
}
.param-color:last-child {
	margin-right: 0;
}
.param-color.active {
	color: #fff;
	background: #f36700;
}
.param-count {
	display: flex;
	align-items: center;
}
.param-count div {
	font-size: 13px;
	color: #8c8c8b;
	line-height: 1.2;
	min-width: 125px;
	margin-right: 20px;
}
.param-count input {
	border: none;
	background: #fff;
	font-size: 14px;
	padding: 15px 15px;
	width: 100%;
}


.top-form form .form_field  {
	font-size: 14px;
	border: none;
}
.field_wrap_half {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.field_wrap_half > div:first-child {
	width: 100%;
	margin-right: 20px;
}
.field_wrap_half > div:last-child {
	min-width: 240px;
}
.top-form .form_agreement {
	max-width: 500px;
	margin-bottom: 0;
	box-sizing: border-box;
}
.top-form .form_agreement .checkbox_label {
	font-size: 13px;
}
.top-form form .submit_wrap {
	box-shadow: none;
	border-radius: 0;
	max-width: 220px;
	min-width: 220px;
}
.top-form .button_orange {
	box-shadow: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	box-sizing: border-box;
	height: 50px;
    padding: 0;
    width: 100%;
    display: block;
}

/* ПАРАМЕТРЫ */


.configorder_container {background: #f5f4f2;}
.configorder_container .configorder_block {width: 1120px; min-height: 590px; z-index: 994;}
.configorder_container:before {content:""; position: absolute; left: 0; right: 0; bottom: 0; height: 100px;}

.configorder_container .config_box {float:left; width: 53.5%; padding: 62px 0 0 0;}
.configorder_container .config_box_title {font-size: 24px; margin-bottom: 32px;}

.configorder_container .config_row {position: relative; margin-bottom: 12px; padding: 10px 0;}
.configorder_container .config_row .row_title {position: absolute; left: 0; top: 8px; font-size: 16px;}
.configorder_container .config_row .config_slider {position: relative; margin-left: 260px; margin-right: 85px;}
.configorder_container .config_row .config_output {position: absolute; right: 0; top: 0; width: 50px; height: 36px; text-align: right; padding: 0 8px 1px; border: 0; box-sizing: border-box; border-radius: 2px; box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.22); background: #fff;}

.configorder_container .config_out {padding: 30px 0 0 0;}
.configorder_container .config_out .visual_out {margin-right: 65px; float:left;} 

.configorder_container .out_length {float:left; position: relative; width: 200px; height: 200px; margin-right: 25px;}
/* .configorder_container .out_length:before {content:""; position: absolute; left: 50%; top: 50%; width: 70px; height: 70px; margin: -45px 0 0 -45px; z-index: 992; background: #FFF; border: 10px solid #f7e9cf; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}  */
.configorder_container .out_length .out_length_core {position: absolute; left: 50%; top: 50%; width: 200px; height: 200px; margin: -100px 0 0 -100px; z-index: 991; background: url('../images/texture1.jpg') 50% 50% no-repeat; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}

.configorder_container .out_width {float:left; position: relative; width: 100px; height: 200px;}
.configorder_container .out_width .out_width_core {position: absolute; left: 0; top: 50%; width: 100px; height: 200px; margin-top: -100px; background: url('../images/texture2.jpg') 0 0 repeat-x; background-size: auto 100%;}

.configorder_container .out_num {float:left; padding: 80px 0 0 0; line-height: 0.95; color: black; }
.configorder_container .out_num .title {position: relative; font-size: 44px; margin-left: 4px; font-family: 'Montserrat', sans-serif; font-weight: bold;}
.configorder_container .out_num .title:before {content:"х"; position: absolute; left: -20px; top: 15px; font-size: 24px;}
.configorder_container .out_num .subtitle {position: relative; left: 5px; font-size: 22px;}

.configorder_container .form_box {position: absolute; background: #FFF; right: 0; top: -75px; width: 40.179%; -webkit-box-shadow: 0 0 35px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 35px 1px rgba(0, 0, 0, 0.15); box-shadow: 0 0 35px 1px rgba(0, 0, 0, 0.15); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.configorder_container .form_header {position: relative; text-align: left; background: #f36700; color: #FFF; padding: 30px 0 30px 40px; -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 2px 2px 0 0;}
/*.configorder_container .form_header:after {content:""; position: absolute; left: 0; right: 0; bottom: -30px; height: 30px; background: url('../images/form_cover.png') 0 0 no-repeat; background-size: 100% auto;}*/
.configorder_container .form_inside {position: relative; padding: 58px 40px 45px;}
.configorder_container .form_title {position: relative; left: -1px; font-size: 30px; margin-bottom: 8px;}
.configorder_container .form_subtitle {font-size: 18px; line-height: 1.4;}
.configorder_container .orcall {font-size: 18px; line-height: 1.4; margin-bottom: 8px;}
.configorder_container .phone {display: inline-block; font-size: 24px; font-family: 'Montserrat', sans-serif; font-weight: bold; color: #FFF;}
.configorder_container .submit_wrap {-webkit-box-shadow: 0 10px 20px 5px rgba(255, 85, 0, 0.2); -moz-box-shadow: 0 10px 20px 5px rgba(255, 85, 0, 0.2); box-shadow: 0 10px 20px 5px rgba(255, 85, 0, 0.2);}


/* ПРОБЛЕМЫ */
.problems_container {
	z-index: 993;
	background: #f5f4f2
}
.problems_container .problems_block {
	width: 1180px;
	padding: 0 0 80px 0;
}
.problems_container .items_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.problems_container .item {
    width: 100%;
    max-width: 380px;
	/* min-width: 380px; */
    margin-right: 20px;
}
.problems_container .item:last-child {
	margin-right: 0;
}
.problems_container .item .icon {
    margin-bottom: 30px;
    width: 50px;
    height: 45px;
    background: url(../images/icons/icon_problem.svg) no-repeat center left;
}
.problems_container .item h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
.problems_container .item .subtitle {
    font-size: 15px;
    line-height: 1.4;
}


/* ЧТО МЫ ПРЕДЛАГАЕМ */
.offer_container {background: #f5f4f2;}
.offer_container .offer_block {
    max-width: 1180px;
    padding: 0 0 40px 0;
}
.offer_container .items_box {
    display: flex;
    flex-wrap: wrap;
}
.offer_container .item {
    width: 100%;
    max-width: 380px;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.offer_container .item:nth-of-type(3n) {
    margin-right: 0;
}
.offer_container .item .wrapper {
    padding: 35px 30px 35px 30px;
}
.offer_container .item .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}
.offer_container .item h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}
.offer_container .item .subtitle {
    font-size: 15px;
    line-height: 1.4;
}
.offer_container .item1 .icon {background-image: url('../images/icons/icon_o1.svg');}
.offer_container .item2 .icon {background-image: url('../images/icons/icon_o2.svg');}
.offer_container .item3 .icon {background-image: url('../images/icons/icon_o3.svg');}
.offer_container .item4 .icon {background-image: url('../images/icons/icon_o4.svg');}
.offer_container .item5 .icon {background-image: url('../images/icons/icon_o5.svg');}

/* Actions */
.actions_container {
	background: #f5f4f2;
}
.actions_block {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}
.action-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.action-item {
	width: 580px;
	height: 220px;
	box-sizing: border-box;
	box-shadow: 0px 20px 40px 0px rgba(65, 65, 77, 0.2);
	border-radius: 10px;
	padding: 50px 50px 50px 50px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.action-item:nth-of-type(2n) {
	margin-right: 0;
}
.action-item-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
	max-width: 280px;
}
.action-item-text {
	font-size: 15px;
	line-height: 1.4;
	max-width: 255px;
}
.action-item1 {
	background: url('../images/actions/a1.jpg') no-repeat left top;
}
.action-item2 {
	background: url('../images/actions/a2.jpg') no-repeat left top;
}
.action-item3 {
	background: url('../images/actions/a3.jpg') no-repeat left top;
}
.action-item4 {
	background: url('../images/actions/a4.jpg') no-repeat left top;
}

/* БЛОК ОБРАТНОЙ СВЯЗИ 1 */
.contact1_container { min-height: 640px; background: #f5f4f2; }
.contact1_container .contact1_block { max-width: 1180px; margin: 0 auto; }
.contact1_container .contact1_block img {
	position: absolute;
    top: -75px;
    right: -170px;
}
.contact1_container .form_box { box-sizing: border-box; border: 6px solid #e9863e; border-radius: 10px; padding: 60px 50px; z-index: 1; position: relative; background: #f5f4f2; max-width: 680px; box-shadow: 0px 20px 40px 0px rgba(65, 65, 77, 0.2); }
.contact1_container .form_box form { text-align: left; }
.contact1_container .form_title {font-size: 36px; font-weight: 600; margin-bottom: 20px;}
.contact1_container .form_subtitle {font-size: 16px; line-height: 1.3; margin-bottom: 20px;}
.contact1_container .orcall {font-size: 18px; font-weight: 600; line-height: 1.3; margin-bottom: 20px;}
.contact1_container .phone {color: #000;}
.contact1_container .checkbox_label a {color: black;}
.contact1_container .form_bottom { display: flex; justify-content: space-between; }
.contact1_container .form_agreement { margin: 0 20px 0 0; }
.contact1_container .form_agreement + div { text-align: right; }
.contact1_container .form_agreement .checkbox_label { font-size: 13px; }
.contact1_container .form_bottom .button { cursor: pointer; position: relative; font-size: 14px; font-weight: bold; text-transform: uppercase; color: #fff; padding: 14px 26px; background: linear-gradient(to bottom, #fe9200, #f26600); border: none; box-sizing: border-box; border-radius: 2px; transition: .3s; padding: 20px 47px; }
.contact1_container .form_bottom .button:hover { opacity: .7; }
.contact1_container form .form_field { border: none; }
.contact1_container form .field_wrap { margin-bottom: 10px; }
.contact1_container form .field_wrap.wrap_message { margin-bottom: 10px; }
.contact1_container form .multiple_fields { display: flex; align-items: center; justify-content: space-between; }
.contact1_container form .multiple_fields .field_wrap { width: 100%; }
.contact1_container form .multiple_fields .field_wrap + .field_wrap { margin-left: 10px; }
.contact1_container form .field_wrap.wrap_phone { max-width: 250px; }

/* КАРУСЕЛЬ */
.carousel_container {position:relative; background: url('../images/back-slider.png') no-repeat center; min-height:515px; padding-bottom:20px; padding-top:75px;background-size: auto 100%;}

/*.carousel_container:before {content:""; position: absolute; left: 0; right: 0; top: 0; height: 100px; background: url('../images/white_cover_2.png') top center no-repeat; background-size: 100% auto;}*/
.carousel_container .carousel_block {position:relative; width: 1160px; padding: 48px 0 0; text-align: center;}
.carousel_container .carousel_block .c_block>*{display:inline-block; vertical-align: top;}
.carousel_container .carousel_block .left {width:35%;}
.carousel_container .carousel_block .right{width:45%; padding:40px;text-align: left;}
.carousel_container .carousel_block .right h4 {font-size:44px; line-height: 48px;}
.carousel_container .carousel_block .right h4 span{text-transform: uppercase; color:#ff5500;}
.carousel_container .carousel_block .right>span>p { font-size:30px; line-height: 35px; margin:25px 0;}

.owl-theme .owl-dots .owl-dot span{width:15px; height:15px;background:#b3b3b3;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#ff5500;}

.carousel_container .owl_prev, .carousel_container .owl_next{position:absolute;display:block; width:50px; height:50px;cursor:pointer;z-index:999;background: no-repeat;}
.carousel_container .owl_prev{left:-50px; top:50%; background-image: url('../images/vlevo.png');}
.carousel_container .owl_next{right:-50px; top:50%; background-image: url('../images/vpravo.png');}

/* СКОТЧ ЭТО */
.scotch_container {background: #f5f4f2;}
.scotch_container .scotch_block {width: 1180px; color: #000; padding: 75px 0 40px;}
.scotch_container h2 {color: #000;}
.scotch_container .items_box {
	display: flex;
	flex-wrap: wrap;
}
.scotch_container .item {
	position: relative;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 30px;
	color: #000;
	vertical-align: top;
}
.scotch_container .item:last-child {
	margin-right: 0;
}
.scotch_container .item .wrapper {padding: 0;}
.scotch_container .item .icon {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
.scotch_container .item h3 {
	font-size: 19px; 
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-right: 90px;
}
.scotch_container .item .subtitle {
	font-size: 15px;
	line-height: 1.4;
}
.scotch_container .item1 .icon {
	background-image: url('../images/icons/prefs2/icon_pref1.svg');
}
.scotch_container .item2 .icon {
	background-image: url('../images/icons/prefs2/icon_pref2.svg');
}
.scotch_container .item3 .icon {
	background-image: url('../images/icons/prefs2/icon_pref3.svg');
}
.scotch_container .item4 .icon {
	background-image: url('../images/icons/prefs2/icon_pref4.svg');
}

/* ПРОДУКТЫ */
.products_container {background: #f5f4f2;}
.products_container .products_block {
	max-width: 1180px;
	color: #000;
	padding: 0 0 40px;
}
.products_container .wr_pr {
	position: relative;
	padding: 40px 40px;
	box-sizing: border-box;
	border-radius: 10px; 
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
}
.products-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.products-wrapper .img-box {
	width: 100%;
	max-width: 440px;
	min-height: 420px;
	background: #f5f4f2 url('../images/products48.png') no-repeat center;
	background-size: contain;
	border-radius: 10px;
}
.products_container .products {
	width: 100%;
	max-width: 640px;
	border-radius: 10px;
	margin-right: 20px;
	border-spacing: 0;
	border: 1px solid #e5e5e3;
	overflow: hidden;
}
.products_container .products thead {
	background: #f36700;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.products_container .products th {
	padding: 15px 25px;
	line-height: 1.4;
	vertical-align: middle;
    text-align: center;
}
.products_container .products th + th {
	border-left: 1px solid #f28f49;
}
.products_container .products thead .tl {text-align: left;}

.products_container .products tr + tr td {
	border-top: 1px solid #e6e5e3;
}
.products_container .products tbody {
	font-size: 15px;
}
.products_container .products tbody td:first-child {
	width: 220px;
	text-align: left;
	cursor: default;
}
.products_container .products tbody td + td {
	border-left: 1px solid #e6e5e3;
}
.products_container .products tbody td {
	position: relative; 
	cursor: pointer;
	text-align: center;
	padding: 17px 25px;
}
.products_container .products tbody td:hover .button.tobasket {
	opacity: 1;
	z-index:3;
}
.products_container .products tbody td .button.tobasket {
	display: block; 
	position: absolute; 
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	border-radius: 0;
	text-transform: uppercase;
	color:#fff; 
	background: linear-gradient(to bottom, #ff9400, #f36800);
	font-size: 12px;
	font-weight: bold;
	opacity: 0;
	z-index: -3;
	padding: 5px 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: calc(100% - 10px);
}

/* БЛОК ОБРАТНОЙ СВЯЗИ 2 */
.contact2_container {background: #e3e2e0;}
.contact2_container .contact2_block {
    max-width: 1180px;
    padding: 60px 0 60px 0;
    color: #000;
    background: url('../images/img_2.png') no-repeat right top;
}
.contact2_container .form_box {
	position: relative;
	max-width: 800px;
}
.contact2_container .form_title {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 25px;	
}
.contact2_container .form_subtitle {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 35px;
}
.contact2_container .form_subtitle span {display: block;}

.contact2_container .fields {
	display: flex;
    margin-bottom: 35px;
}
.contact2_container .field_wrap {
	width: 100%;
    margin-bottom: 0;
}
.contact2_container .field_wrap + .field_wrap {
    margin-left: 10px;
}
.contact2_container .form_bottom {
    display: flex;
    align-items: center;
}
.contact2_container .form_bottom > div {
    text-align: left;
    margin-right: 35px;
}
.contact2_container .form_bottom .button {
    font-size: 14px;
	font-weight: bold;
	color: #fff;
    padding: 18px 45px;
	background: linear-gradient(to bottom, #ff9500, #f26600);
}
.contact2_container .form_bottom .button:hover {
	opacity: .7;
}
.contact2_container .form_agreement {
    max-width: 365px;
    margin-bottom: 0;
}

.contact2_container .checkbox_label a {color: black;}

input::-moz-placeholder { color: black; }

/* ПРИЧИНЫ */
.reasons_container {background: #f5f4f2;}
.reasons_container .reasons_block { max-width: 1180px; padding: 85px 0 60px; }
.reasons_container .items_box { display: flex; flex-wrap: wrap; }
.reasons_container .item { background: #fff; position: relative; box-sizing: border-box; width: 280px; padding: 35px 25px 30px 25px; margin-right: 20px; margin-bottom: 20px; vertical-align: top; border-radius: 5px; }
.reasons_container .item:last-child { margin-right: 0; }
.reasons_container .item .wrapper {padding: 0;}
.reasons_container .item .icon { width: 50px; height: 50px; background-repeat: no-repeat; background-position: center; margin-bottom: 25px; }
.reasons_container .item h3 { font-size: 18px; font-weight: 600; margin-bottom: 15px; }
.reasons_container .item .subtitle { font-size: 15px; line-height: 1.4; }
.reasons_container .item1 .icon {background-image: url('../images/icons/prefs3/icon_pref1.svg');}
.reasons_container .item2 .icon {background-image: url('../images/icons/prefs3/icon_pref2.svg');}
.reasons_container .item3 .icon {background-image: url('../images/icons/prefs3/icon_pref3.svg');}
.reasons_container .item4 .icon {background-image: url('../images/icons/prefs3/icon_pref4.svg');}

/* КОМПАНИЯ В ЦИФРАХ */
.digits_container {
	background: #f5f4f2;
}
.digits_container .digits_block {
	box-sizing: border-box;
	max-width: 1180px;
	background: #e3e2e0;
	border-radius: 10px;
	padding: 60px 50px 30px 50px;
}
.digits_container .digits_content {position: relative;}
.digits_container h2 {padding: 0; margin-bottom: 40px;}
.digits_container .items-list {
	display: flex;
	flex-wrap: wrap;
}
.digits_container .item {
	width: 240px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.digits_container .item:last-child {
	margin-right: 0;
}
.digits_container .item .title {
	font-size: 54px;
	color: #ff5500;
	margin-bottom: 20px;
	font-weight: 900;
}
.digits_container .item .subtitle {
	font-size: 16px;
	line-height: 1.4;
}

/* КЛИЕНТЫ */
.clients_container {background: #f5f4f2;}
.clients_container .clients_block {max-width: 1180px; padding: 75px 0 0 0;}
.clients_container .slider_wrap {position: relative;}
.clients_container img {width: 100%; height: auto; display: block; vertical-align: middle;}
.clients_container .mob_items {display: none;}
.works_block .slide {
	border-radius: 10px;
	overflow: hidden;
}
.works_block .slide img {
	max-width: 100%;
	height: auto;
}


/* ОТЗЫВЫ */
.reviews_container { background: #f5f4f2; }
.reviews_container .reviews_block { max-width: 1180px; padding: 55px 0 70px; }
.reviews_container .slide { position: absolute; text-align: left; display: flex; }
.reviews_container .slide1 { position: relative; }
.reviews_container .half { margin-left: 10px; margin-right: 10px; margin-bottom: 20px; float: left; width: 49%; color: #000; background: #ffffff; border-radius: 10px; box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%); }
.reviews_container .half .wrapper { position: relative; padding: 55px 55px 55px 55px; }
.reviews_container .half2 { float:right; }
.reviews_container img { float:left; width: 136px; height: auto; margin: 5px 30px 20px 0; border:1px solid #e5e5e5; }
.reviews_container h3 { font-size: 16px; font-weight: 600; line-height: 1.4; margin: 0 0 25px 0;}
.reviews_container .message { font-size: 15px; line-height: 1.4; }
.reviews_container .leave_review {font-size: 18px; line-height: 1.0; color: #000; border-bottom: 1px solid #000; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.reviews_container .leave_review:hover {border-bottom: 1px solid transparent;}
.reviews_container .more_less .full {display: none;}
.reviews_container .more_less .less {display: none;}
.reviews_container .more_less .more,
.reviews_container .more_less .less {font-size: 16px; color: black; text-decoration: underline;}
.reviews_container .more_less .more:hover,
.reviews_container .more_less .less:hover {cursor: pointer; text-decoration: none;}
.reviews_container .mob_reviews {display: none;}
.reviews_container .bx-controls-direction a.bx-next { right: 20px; background: url(../images/icons/icon_next.svg) no-repeat center center; }
.reviews_container .bx-controls-direction a.bx-prev { left: 20px; background: url(../images/icons/icon_prev.svg) no-repeat center center; }
.reviews_container .bx-controls-direction a { width: 26px; height: 26px; margin-top: 13px; position: absolute; top: 50%; }
.reviews_container .bx-controls-direction a:before { display: none; }

/* БЛОК ОБРАТНОЙ СВЯЗИ 2 */


.contact3_container {background: #e3e2e0;}
.contact3_container .contact3_block {width: 1060px; padding: 40px 0 60px;}

.contact3_container .girl {position: absolute; left: -100px; bottom: 0; width: 529px; height: 100%; background: url('../images/girl.png') 0 100% no-repeat; background-size: 100% auto;}
.contact3_container .form_box {position: relative; margin-left: 500px;}
.contact3_container .form_box form {width: 510px;}
.contact3_container .form_title {position: relative; left: -1px; font-size: 36px; margin-bottom: 12px;}
.contact3_container .form_subtitle {font-size: 20px; line-height: 1.3; margin-bottom: 10px;}
.contact3_container .orcall {font-size: 20px; line-height: 1.3; margin-bottom: 10px; display:inline-block; margin-right: 10px;}
.contact3_container .phone {display: inline-block; font-size: 24px; font-family: 'Montserrat', sans-serif; margin-bottom: 24px; color: #000; font-weight: bold;}

.hidden {
	display: none;
}
#config_title {
	float: right;
    max-width: 300px;
}

/* @media screen and (max-width: 1200px) {
	.product_item.item1 h3 {
		max-width: 300px;
	}
}
@media screen and (max-width: 1110px) {
	.product_item.item1 h3 {
		max-width: 250px;
	}
} */

.wrap_file {
	text-align: center !important;
}
.wrap_file span {
	cursor: pointer;
	font-size: 16px;
    line-height: 1.0;
    color: #000;
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.wrap_file span:hover {
	border-bottom: 1px solid transparent;
}

.page_block {
	width: 1220px;
    color: #000;
    padding: 145px 0 40px !important;
}

.page_block h1 {
	color: #000;
	position: relative;
    padding: 0 0 20px;
    text-align: center;
    font-size: 32px;
}
.page_text {
	line-height: 1.4;
}
.page_text li {
	margin-bottom: 10px;
    margin-left: 25px;
}
.page_text ul li {
	list-style: disc;
}
.page_text ol li {
	/* list-style: decimal; */
	    margin-left: 7px;
}
.page_text ol {
	list-style: none; 
	counter-reset: li; 
	margin-top: 10px;
}
.page_text ol li:before {
	counter-increment: li; 
	content: counters(li,".") ". ";
	margin-right: 5px;
}
.page_text strong {
	font-weight: bold;
}
@media screen and (max-width: 1220px) {
	.page_block {
		width: auto;
		padding: 0 20px;
	}
	.page_block h1 { 
		margin-top: 30px;
	}
}
@media screen and (max-width: 600px) {
	.page_block {
		margin-top: 0px !important;
		padding-top: 85px !important;
	}
}

.reviews_block .bx-viewport {
	height: auto !important;
}
.cat_wrapper_helper {
	height: 125px;
}
.hometop_container {
	margin-top: 110px;
    background-color: #f5f4f2;
}

@media screen and (max-width: 1100px) {
	.hometop_container {
		margin-top: 96px;
	}
}
@media screen and (max-width: 600px) {
	.hometop_container {
		margin-top: 0;
	}
}

.text_block {
	font-size: 16px;
	line-height: 1.6;
	padding: 0 0 40px !important;
}
.text_block h3 { margin: 10px 0; font-size: 16px; font-weight: 600; }
.text_block p { margin: 10px 0; }
.text_block ul { list-style: none; margin: 0 0 40px 0; margin-left: 25px;}
.text_block ul li { }
.text_block ul li::before {
	content: "\2022";
	color: #f36700;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
  }

.attach-wrapper { margin-bottom: 40px; }
.file-attach { display: inline-block; box-sizing: border-box; border: 1px solid #e0e0de; border-radius: 4px; background: #edeceb url('../images/icons/icon_link.svg') no-repeat; background-position: 10px center; padding: 7px 16px 7px 35px; font-size: 13px; color: #000; text-decoration: none; transition: .3s; }
.file-attach:hover { opacity: .8; }
.file-attach a { margin-left: 20px; }

.items-counter {
	display: block;
	margin-top: 5px;
}

.bottom_menu li {color: #000; display: block; float: left; margin-left: 20px; list-style-type: none; font-size: 12px;}
.bottom_menu ul li {display: none;}
.bottom_menu a {cursor: pointer; font-size: 12px; color: #000;}
.bottom_menu a:hover {color: #000;}

.header_title_link {color: #000;}
.header_title_link:hover {color: #000;}

.text_block a {color: #000; text-decoration: underline;}
.text_block a:hover {color: #000; text-decoration: none;}

.desc_pr a {color: #000;}
.desc_pr a:hover {color: #000;}

.types_container {
	padding-top: 75px;
	background: #f5f4f2;
}
.types_block {
	max-width: 1180px;
	margin: 0 auto;
}
.type {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
	padding: 70px 70px;
	border-radius: 10px;
}
.type.type1 {
	background-image: url('../images/type1.jpg');
	margin-bottom: 20px;
	padding: 50px 70px;
}
.type.type2 {
	background-image: url('../images/type2.jpg');
}
.type_title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.type_description {
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 1.4;
}
.type.type1 .type_description {
	max-width: 320px;
}
.type.type2 .type_description {
	max-width: 400px;
}
.type_feature {
	margin-bottom: 10px;
	padding-left: 45px;
	font-size: 18px;
	line-height: 30px;
}
.type_feature.plus {
	background: url('../images/plus.jpg') no-repeat left top;
}
.type_feature.minus {
	background: url('../images/minus.jpg') no-repeat left top;
}

.requires_container {
	padding-top: 75px;
	background: #f5f4f2;
}
.requires_block {
	max-width: 1180px;
	margin: 0 auto;
}
.requires {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background: #f5f4f2;
	border: 5px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
.requires-left {
	width: 100%;
	display: flex;
    align-items: center;
}
.requires-left img {
	max-width: 100%;
	height: auto;
}
.requires-right {
	min-width: 256px;
	max-width: 256px;
	padding-top: 40px;
}
.requires-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 35px;
}
.require {
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 16px;
}
.require span {
	font-weight: 600;
	color: #f36700;
	margin-right: 15px;
}
@media screen and (max-width: 760px) {
	.requires { padding: 20px 25px;  }
	.requires_container { padding-top: 40px; }
	.requires_container h2 { margin-bottom: 30px; }
	.requires_block { margin: 0 40px; }
	.requires-left { display: none; }
	.requires-right { padding: 0; max-width: 100%; min-width: 100%; }
}

.design_block {
	margin-top: 25px;
	background: #fff;
	border-radius: 10px;
	padding: 50px 40px;
	line-height: 1.3;
}
.design_top {
	border-bottom: 1px solid #ebeae8;
	padding-left: 80px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url('../images/check.jpg') no-repeat left top;
}
.design_top_title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.design_top_description {
	font-size: 16px;
}
.design_bottom {
	font-size: 16px;
}
.design_bottom ul {
	margin-top: 35px;
	padding-left: 20px;
	list-style: none;
}
.design_bottom ul li {
	position: relative;
}
.design_bottom ul li:before {
	content: "";
	display: inline-block;
	background: #ff5500;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
	top: -2px;
}
.design_bottom ul li + li {
	margin-top: 20px;
}

.scheme_container {
	background: #f5f4f2;
}
.scheme_block {
	max-width: 1180px;
	padding-bottom: 30px;
}
.scheme-items {
	display: flex;
	flex-wrap: wrap;
}
.scheme-item {
	margin-right: 20px;
	margin-bottom: 45px;
	min-width: 280px;
	max-width: 280px;
	min-height: 72px;
	display: flex;
}
.scheme-item:nth-of-type(4n) {
	margin-right: 0;
}
.scheme-content {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1.3;
	margin-top: 20px;
}
.scheme-item .img-box {
	min-width: 80px;
	max-width: 80px;
	background-repeat: no-repeat;
}
.scheme-item1 .img-box {background-image: url('../images/sc/1.svg');}
.scheme-item2 .img-box {background-image: url('../images/sc/2.svg');}
.scheme-item3 .img-box {background-image: url('../images/sc/3.svg');}
.scheme-item4 .img-box {background-image: url('../images/sc/4.svg');}
.scheme-item5 .img-box {background-image: url('../images/sc/5.svg');}
.scheme-item6 .img-box {background-image: url('../images/sc/6.svg');}
.scheme-item7 .img-box {background-image: url('../images/sc/7.svg');}
.scheme-item8 .img-box {background-image: url('../images/sc/8.svg');}
@media screen and (max-width: 960px) {
	.scheme-item:nth-of-type(4n) {
		margin-right: 20px;
	}
}

.min-part-wrapper {
	display: flex;
	/* flex-wrap: wrap; */
	margin-bottom: 20px;
}
.min-part-block {
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	min-width: 380px;
	margin-right: 20px;
	padding: 45px 40px 40px 40px;
}
.min-part-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.min-part-subtitle {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.min-part-item {
	box-sizing: border-box;
	border: 1px solid #f36700;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 20px;
	display: flex;
	align-items: center;
	min-height: 82px;
}
.min-part-item:last-child {
	margin-bottom: 0;
}
.min-part-item-left {
	width: 100%;
}
.min-part-item-right {
	box-sizing: border-box;
	background: #f36700;
	border-radius: 5px;
	padding: 12px 14px;
	font-size: 12px;
	color: #fff;
	line-height: 1.2;
}
.min-part-item-name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.min-part-item-value {
	font-size: 14px;
	color: #999999;
}
.params-block {
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	width: 100%;
	padding: 45px 0 40px 40px;
}
.params-block .min-part-title {
	margin-bottom: 45px;
}
.params-items {
	display: flex;
}
.params-item {
	margin-right: 80px;
}
.params-item:last-child {
	margin-right: 0;
}
.params-item-title {
	font-size: 18px;
	margin-bottom: 35px;
}
.params-item .img-box {
	height: 140px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.params-item1 .img-box {
	background-image: url('../images/params/1.png');
}
.params-item2 .img-box {
	background-image: url('../images/params/2.png');
}
.params-item3 .img-box {
	background-image: url('../images/params/3.png');
}
.params-item-block {
	margin-bottom: 30px;
}
.params-item-block:last-child {
	margin-bottom: 0;
}
.params-item-name {
	font-size: 14px;
	color: #999999;
	margin-bottom: 8px;
	white-space: nowrap;
}
.params-item-value {
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}
@media screen and (max-width: 1200px) {
	.min-part-wrapper {
		flex-wrap: wrap;
	}
	.min-part-block {
		min-width: auto;
		width: 100%;
		margin: 0 0 20px;
	}
	.min-part-item-right {
		white-space: nowrap;
	}
}
@media screen and (max-width: 720px) {
	.params-items {
		flex-wrap: wrap;
	}
	.params-item {
		margin-bottom: 50px;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.params-item .img-box {
		background-position: center;
	}
}
@media screen and (max-width: 460px) {
	.min-part-block, .params-block {
		padding: 20px;
	}
	.min-part-item {
		display: block;
		text-align: center;
	}
	.min-part-item-right {
		white-space: break-spaces;
		margin-top: 10px;
	}	
}

.colors {
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
	padding: 45px 40px 40px 40px;
	margin-bottom: 40px;
}
.colors-title {
	font-size: 24px;
    font-weight: bold;
	margin-bottom: 40px;
}
.colors-subtitle {
	font-size: 18px;
	margin-bottom: 20px;
	white-space: nowrap;
}
.colors-blocks {
	display: flex;
	margin-bottom: 30px;
}
.colors-left {
	margin-right: 70px;
}
.colors-items {
	display: flex;
	flex-wrap: wrap;
}
.colors-item {
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.colors-item .img-box {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 1px solid #dadadc;
}
.colors-item .img-box img {
	max-width: 100%;
	height: auto;
}
.colors-name {
	font-size: 14px;
	color: #808080;
	line-height: 1;
}
.colors-bottom {
	display: flex;
	align-items: center;
}
.colors-bottom .img-box {
	margin-right: 20px;
	max-width: 90px;
	min-width: 90px;
}
.colors-bottom .img-box img {
	max-width: 100%;
	height: auto;
}
.colors-bottom > div {
	width: 100%;
}
.colors-bottom-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.2;
}
.colors-bottom-content {
	font-size: 16px;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.colors-blocks {
		display: block;
	}
	.colors-left {
		margin-bottom: 25px;
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.colors {
		padding: 20px;
	}
	.colors-subtitle {
		white-space: break-spaces;
	}
}

.faqs {
	padding-top: 40px;
}
.faqs h2 {

}
.faqs-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.faqs-left {
	width: 100%;
	max-width: 580px;
	margin-right: 20px;
}
.faqs-right {
	width: 100%;
	max-width: 580px;
}
.faq {
	font-size: 15px;
	line-height: 1.4;
	padding-left: 40px;
	padding-right: 60px;
	margin-bottom: 50px;
	background: url('../images/icons/icon_answer.svg') no-repeat left top;
}
@media screen and (max-width: 1220px) {
	.faqs-left, .faqs-right {
		max-width: 48%;
	}
}
@media screen and (max-width: 760px) {
	.faqs {
		padding-top: 0;
	}
	.faq {
		padding-right: 0;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 560px) {
	.faqs-wrapper {
		display: block;
	}
	.faqs-left, .faqs-right {
		max-width: 100%;
		margin-right: 0;
	}
}

.clients-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.clients-list div {
	width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.clients-list div img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0;
}

.h2-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 55px;
}
.h2-wrapper h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer_form_container {
    min-height: 600px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-image: url('../images/img_4.jpg');
}
.footer_form_container .contact1_block {
    padding: 60px 0 60px 0;
}
.footer_form_container .form_box {
    padding: 50px 50px 50px 50px;
    border: 0;
    box-shadow: none;
}
.footer_form_container form .field_wrap.wrap_message { margin-bottom: 20px; }