@font-face {
	font-family: 'Raleway-Medium';
	src: url('../fonts/Raleway-Medium.eot');
	src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
			 url('../fonts/Raleway-Medium.woff') format('woff'),
			 url('../fonts/Raleway-Medium.ttf') format('truetype'),
			 url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg'),
			 url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype');}

@font-face {
	font-family: 'Raleway-Bold';
	src: url('../fonts/Raleway-Bold.eot');
	src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
			 url('../fonts/Raleway-Bold.woff') format('woff'),
			 url('../fonts/Raleway-Bold.ttf') format('truetype'),
			 url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg'),
			 url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype');}

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: 'Lato', sans-serif; font-size: 16px; line-height: 1.0; color: #000; overflow: auto; background: #FFF; -webkit-font-smoothing: antialiased;
}

textarea, select, input {font-family: 'Lato', 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; padding: 0 0 40px; margin: 0 0 50px; text-align: center; font-size: 40px; font-family: 'Raleway-Bold'; color: #FFF;} 
h2:after {content:""; position: absolute; left: 50%; width: 74px; height: 5px; margin: 0 0 0 -37px; background: #b30000; bottom: 0;}

::selection {background: #990000; color: #FFF;}
::-moz-selection {background: #990000; color: #FFF;}

.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: 0px 10px 25px -5px rgba(153,0,0,0.5);
font-weight: bold;
border: 2px solid #bf0000;
text-transform: uppercase;
font-size: 16px;
color: #FFF;
height: 58px;
padding: 0 50px 1px;
font-family: 'Lato', sans-serif;

background: -moz-linear-gradient(to top, #990000, #e50000);
background: -webkit-linear-gradient(to top, #990000, #e50000);
background: linear-gradient(to top, #990000, #e50000);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff884d', endColorstr='#ff5601',GradientType=0 );
}


.button_orange:hover {opacity: 0.7;}

.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: #990000; -moz-border-radius: 2px 0 0 2px; -webkit-border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px; -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; font-family: 'Raleway-Bold';}
.cart_box .title {display: inline-block; font-size: 15px; color: #FFF; border-bottom: 1px solid #FFF; font-family: 'Raleway-Bold'; -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;}
.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: 42px; height: 42px; cursor: default; -ms-touch-action: none; touch-action: none; background: url('../images/polz.png') no-repeat; outline: none !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.ui-slider .ui-slider-handle:hover {cursor: pointer;}

.ui-slider .ui-slider-range {position: absolute; z-index: 1; display: block; border: 0; background: #b30000; 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: -20px 0 0 -20px; top: 50%;}

.ui-slider.ui-widget-content {border: 5px solid #f2f2f2; -webkit-border-radius: 50px; -moz-border-radius: 50px; 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; top: 50%; background-image: url('../images/sprite.png'); background-repeat: no-repeat; background-size: 300px auto;}

form .field_wrap.wrap_name:before {left: 18px; width: 14px; height: 16px; margin: -8px 0 0 0; background-position: -99px 0;}
form .field_wrap.wrap_phone:before {left: 18px; width: 15px; height: 21px; margin: -10px 0 0 0; background-position: -114px 0;}
form .field_wrap.wrap_mail:before {left: 15px; width: 19px; height: 14px; margin: -7px 0 0 0; background-position: -78px 0;}

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-input-placeholder {font-family: 'Raleway-Medium','Helvetica','Tahoma','Arial', sans-serif; font-size: 16px; color: #000; line-height: 1.0;}
:-ms-input-placeholder {font-family: 'Raleway-Medium','Helvetica','Tahoma','Arial', sans-serif; font-size: 16px; color: #000; line-height: 1.0;}
:-moz-placeholder {font-family: 'Raleway-Medium','Helvetica','Tahoma','Arial', sans-serif; font-size: 16px; color: #000; line-height: 2.8;}
::-moz-placeholder {font-family: 'Raleway-Medium','Helvetica','Tahoma','Arial', sans-serif; font-size: 16px; 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: #b30000; -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; font-family: 'Raleway-Bold';}
.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: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; border-bottom: 1px solid #000; font-family: 'Raleway-Bold'; -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;}
.popup_cart .cart_content .product a:hover {border-bottom: 1px solid transparent;}
.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; font-family: 'Raleway-Bold';}
.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; font-family: 'Raleway-Bold';}
.popup_cart .total_box .total_content {position: relative; display: inline-block; text-align: left; width: 175px; margin-left: 25px; font-family: 'Raleway-Bold';}
.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 {position: relative; width: 100%; height: 110px; background: #f5f4f2; z-index: 996;}
.header_container .header_block {width: 1120px;}

.header_container .logo {display: block; position: absolute; left: 0; top: 35px; padding: 0 0 0 55px; color: #FFF; font-family: 'Raleway-Bold';}
.header_container .logo:before {content:""; position: absolute; left: 0; top: -15px; width: 205px; height: 60px; background: url('../images/logotype.png?v2') 0 0 no-repeat;}
.header_container .logo .company {display:block; font-size: 16px; margin: 0;}
.header_container .logo .zayavka {display:block; font-size: 28px;}

.header_container .header_title {position: absolute; left: 180px; top: 30px; color: black; font-size: 16px; font-family: "Lato", sans-serif; line-height: 1.4; max-width: 280px;}


.Продажа_клейких_лент_оптом_в_Москве {
  font-size: 16px;
  font-family: "Lato";
  color: rgb(0, 0, 0);
  line-height: 1.25;
  position: absolute;
  left: 414.937px;
  top: 56.553px;
  z-index: 4;
}


.header_container .mail {
	/* float:right;  */
	position: absolute; color: black; margin: 44px 0 0 -80px; padding: 0 0 0 31px;
	left: 50%;
}
.header_container .mail:before {content:""; position: absolute; left: 0; top: 1px; width: 20px; height: 16px; background: url('../images/email_icon.png') no-repeat; background-size: 19px 16px;}
.header_container .mail span {font-size: 16px; border-bottom: 1px solid black; -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;}
.header_container .mail:hover span {border-bottom: 1px solid transparent;}

.header_container .phone_box {float:right; position: relative; line-height: 1.4; margin: 29px 0 0 38px; padding: 0 0 0 29px;}
.header_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: 15px 25px;}
.header_container .phone_box .phone {font-size: 22px; color: black; font-family: "Lato";font-weight: 900;}




.header_container .phone_box .time {font-size: 13px; color: black; font-family: "Lato", sans-serif; font-weight: bold;}

.header_container .button {
	float:right; 
	height: 40px; 
	margin: 36px 0 0 38px; 
	padding: 0 20px 0; 
	letter-spacing: 0.5px; 
	background: #eb0000; 
	font-size: 12px; 
	font-family: 'Raleway-Bold'; 
	color: #fff; 
}
.header_container .button:hover {
	 opacity: 0.8;
}


/* ПОДВАЛ */


.footertop_container {background: #f5f5f5;}
.footertop_container .footertop_block {width: 1150px; padding: 44px 0 48px; font-size: 13px; color: black;}

.footertop_container .phone_box {float:left; 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: 22px; color: black; font-family: 'Lato', sans-serif; font-weight: 900;}
.footertop_container .phone_box .time {font-size: 13px; color: black; font-family: 'Lato', sans-serif; font-weight: bold;}

.footertop_container .button {
	float:left; 
	height: 40px; 
	margin: 5px 0 0 0; 
	padding: 1px 20px 0; 
	letter-spacing: 0.5px; 
	background: #eb0000;  
	font-size: 12px; 
	font-family: 'Raleway-Bold'; 
	color: #fff;
	
	/*background: #ff5500;
    color: #FFF;*/

}

.footertop_container .button:hover {
	 opacity: 0.8;
}

.footertop_container .mail {
	/* float:left;  */
	position: relative; 
	font-size: 16px; 
	color: black; 
	margin: 16px 0 0 51px; 
	padding: 0 0 0 31px;
	display: inline-block;
	text-decoration: underline;
}
.footertop_container .mail:hover{text-decoration: none;}

.footertop_container div.mail{
	margin-top:0;
	padding-left:0;
}

.footertop_container div.mail div{
	margin-bottom:6px;
}

.footertop_container div.mail:before{
	content: none;
	display: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; -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;}
.footertop_container .mail:hover span {border-bottom: 1px solid transparent;}

.footertop_container .oferta {position: absolute; right: 250px; top: 52px; line-height: 1.4; text-align: right;}
.footertop_container .copyright {position: absolute; right: 40px; bottom: 63px;}

.footerbottom_container {background: #f5f5f5; border-top: 1px solid #e3e2e0;}
.footerbottom_container .footerbottom_block {width: 1150px; padding: 18px 0; font-size: 13px; color: #71a0ff;}
.footerbottom_container .footerbottom_block .privacy {float:left; color: black; border-bottom: 1px solid black; -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;}
.footerbottom_container .footerbottom_block .privacy:hover {border-bottom: 1px solid transparent;}
.footerbottom_container .footerbottom_block .madeby {float: right;}
.footerbottom_container .footerbottom_block .madeby a {color: #71a0ff; border-bottom: 1px solid #71a0ff; -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;}
.footerbottom_container .footerbottom_block .madeby a:hover {border-bottom: 1px solid transparent;}


/* ТОПБОКС */


.hometop_container {min-height: 600px; background-position: 50% 0; background-repeat: no-repeat;}
.hometop_container .hometop_block {width: 1120px; padding: 60px 0 40px; color: black;}
.hometop_container .topbox_content {float:right; width: 410px; margin: 0 35px 0 0; box-sizing: border-box;}

.hometop_container h1 {position: relative; left: -2px; font-size: 48px; margin-bottom: 30px; line-height: 0.9; font-family: 'Raleway-Bold';}
.hometop_container h1 span {font-size: 60px; display: block; padding: 0 0 11px; position: relative; left: -1px;}

.hometop_container .price {background: #eb0000; padding: 0 15px 15px; line-height: 0.9; margin: 0 0 46px 0; color: #FFF; position: relative; font-size: 24px; font-family: 'Lato', sans-serif; font-weight: bold;}
.hometop_container .price span {font-size: 50px; position: relative; top: 4px; line-height: 0.9;}

.hometop_container .points_box {position: relative; text-align: center; margin-top: 65px;}
.hometop_container .points_box .point {float:left; position: relative; box-sizing: border-box; padding: 48px 0 0 0; font-size: 20px; line-height: 1.15; font-family: 'Raleway-Bold';}
.hometop_container .points_box .point:before {content: ""; position: absolute; left: 50%; background-repeat: no-repeat;}

.hometop_container .points_box .point1 {width: 24%;}
.hometop_container .points_box .point1:before {
	top: -8px;
	width: 42px;
	height: 42px;
	margin-left: -21px;
	background-image: url('../images/razmeri.png');
}

.hometop_container .points_box .point2 {width: 52%;}
.hometop_container .points_box .point2:before {
	top: -15px;
	width: 72px;
	height: 60px;
	margin-left: -32px;
	background-image: url('../images/days.png');
}

.hometop_container .points_box .point3 {width: 24%;}
.hometop_container .points_box .point3:before {
	top: -15px;
	width: 64px;
	height: 55px;
	margin-left: -32px;
	background-image: url('../images/namotka.png');
}

.hometop_container .mob_back1 {display: none;}


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


.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; font-family: 'Raleway-Bold'; 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; font-family: 'Raleway-Bold';}
.configorder_container .config_row .config_slider {position: relative; margin-left: 223px; margin-right: 70px; background: white; border:2px solid #e0e0e0;}
.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; -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);}

.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; font-family: 'Raleway-Bold';}
.configorder_container .out_num .title {position: relative; font-size: 44px; margin-left: 4px; font-family: 'Lato', 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: #b30000; color: #FFF; padding: 30px 0 30px 40px; -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0;}
.configorder_container .form_header:after {content:""; position: absolute; left: 0; right: 0; bottom: -30px; height: 30px;}
.configorder_container .form_inside {position: relative; padding: 58px 40px 45px;}
.configorder_container .form_title {position: relative; left: -1px; font-size: 30px; font-family: 'Raleway-Bold'; 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: 'Lato', 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-image: url('../images/back4.jpg')}
.problems_container:after {content:""; position: absolute; left: 0; right: 0; bottom: -100px; height: 100px;}
.problems_container .problems_block {width: 1210px; padding: 75px 0 50px;}
.problems_container h2 {margin: 0 0 50px; color: black;} 
.problems_container h2:after {background: #b30000;}

.problems_container .item {float:left; position: relative; width: 33.33%; color:black; padding: 78px 0 0 0; text-align: center;}
.problems_container .item .wrapper {padding: 0 20px;}
.problems_container .item .icon {position: absolute; left: 50%; top: 0; background-image: url('../images/problem.png'); background-repeat: no-repeat;}
.problems_container .item h3 {font-size: 18px; line-height: 1.3; font-family: "Raleway-Bold"; margin-bottom: 12px;}

.Товара_нет_в_наличии {
  font-size: 20px;
  font-family: "Lato";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 3;
  text-align: center;
  position: absolute;
  left: 300.961px;
  top: 1615.027px;
  z-index: 125;
}


.problems_container .item .subtitle {font-size: 16px; line-height: 1.4; font-family: "Raleway-Medium";}

.problems_container .item1 .icon {width: 64px; height: 64px; margin: 0 0 0 -35px;}
.problems_container .item2 .icon {width: 64px; height: 64px; margin: 0 0 0 -37px;}
.problems_container .item3 .icon {width: 64px; height: 64px; margin: 0 0 0 -37px;}


/* ЧТО МЫ ПРЕДЛАГАЕМ */


.offer_container {background: #f5f4f2;}
.offer_container .offer_block {width: 1210px; padding: 130px 0 60px; background: url('../images/sto-predlagaem.png') center no-repeat;}
.offer_container h2 {margin: 0 0 45px; color: #000;} 
.offer_container h2:after {background: #b30000;}

.offer_container .items_box {text-align: center;}

.offer_container .item {display: inline-block; position: relative; width: 33%; color: #000; padding: 114px 0 15px 0; text-align: center; vertical-align: top;}
.offer_container .item .wrapper {padding: 0 20px;}
.offer_container .item .icon {position: absolute; left: 50%; top: 0; background-image: url('../images/sprite.png'); background-repeat: no-repeat;}
.offer_container .item h3 {font-size: 22px; line-height: 1.3; font-family: "Raleway-Bold"; margin-bottom: 10px;}
.offer_container .item .subtitle {font-size: 16px; line-height: 1.4; font-family: "Raleway-Medium";}

.offer_container .item1 .icon {width: 84px; height: 92px; margin: 0 0 0 -30px; background-image: url('../images/icon_nalichie.png');}
.offer_container .item2 .icon {width: 92px; height: 88px; margin: 6px 0 0 -53px; background-image: url('../images/icon_sroki.png');}
.offer_container .item3 .icon {width: 91px; height: 80px; margin: 10px 0 0 -45px; background-image: url('../images/icon_namotka.png');}
.offer_container .item4 .icon {width: 80px; height: 84px; margin: 10px 0 0 -40px; background-image: url('../images/icon_kachestvo.png');}
.offer_container .item5 .icon {width: 112px; height: 68px; margin: 20px 0 0 -56px; background-image: url('../images/icon_dostavka.png');}


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


.contact1_container {min-height: 600px; background-position: 50% 0; background-repeat: no-repeat;}
.contact1_container .contact1_block {width: 1160px; padding: 48px 0 0; color: black;}

.contact1_container .form_box {position: relative; margin-right: 500px;}
.contact1_container .form_box form {width: 510px; text-align: left;}
.contact1_container .form_title {
	position: relative;
	left: -1px;
	font-size: 36px;
	font-family: 'Raleway-Bold';
	margin-bottom: 8px;
}
.contact1_container .form_subtitle {font-size: 24px; line-height: 1.3; margin-bottom: 10px;}
.contact1_container .orcall {font-size: 24px; line-height: 1.3;display: inline-block; margin-right: 10px; margin-bottom: 10px;}
.contact1_container .phone {
	display: inline-block;
font-size: 24px;
font-family: 'Lato', sans-serif;
margin-bottom: 24px;
color: black;
font-weight: bold;
}
.contact1_container .checkbox_label a {color: black;}
.contact1_container .form_agreement {margin-bottom: 26px;}


/* ПРОДУКТЫ */


.products_container {background: #f5f4f2;}
.products_container .products_block {width: 1180px; color: #000; padding: 68px 0 40px;}
.products_container h2 {color: #000;}

.product_item {float:left; position: relative; width: 48%; margin-right: 1.7%; margin-bottom: 1.7%; box-sizing: border-box; color: black;}
.product_item a{color:black;}
.product_item a:hover{transition: 1s; color:#b30000;}
.product_item .product_image {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: 0 0; background-repeat: no-repeat; background-size: cover; z-index: 990;}
.product_item .wrapper {position: relative; padding: 0 0 280px; z-index: 991;}
.product_item .subwrapper {position: absolute; left: 30px; top: 28px; bottom: 30px; right: 30px; padding-left: 260px;}
.product_item h3 {position: relative; font-size: 22px; line-height: 1.3; margin-bottom: 6px; font-family: 'Raleway-Bold';}
.product_item .price {font-size: 16px; color: black; font-family: 'Raleway-Bold';}
.product_item .price span {font-size: 22px; font-family: 'Lato', sans-serif; font-weight: bold;}
.product_item .button, .type-bottom .button {position: absolute; left: 260px; bottom: 30px; height: 42px; padding: 0 26px; font-size: 12px; background: #b30000; text-transform: uppercase; color: white; font-family: 'Raleway-Bold';}
.product_item .button:hover, .type-bottom .button:hover {opacity: 0.7;}

.product_item.item2,
.product_item.item4,
.product_item.item6,
.product_item.item8,
.product_item.item10,
.product_item.item12,
.product_item.item14,
.product_item.item16 {margin-right: 0;}

.product_item .categories_blue {position: relative; width: 395px; padding: 55px 0 0 0;}
.product_item .categories_blue .col {float:left; width: 50%; font-size: 14px; line-height: 1.2; box-sizing: border-box; padding: 0 30px 0 0;}
.product_item .categories_blue .cat_item {position: relative; margin-bottom: 17px; padding: 0 0 0 40px;}
.product_item .categories_blue .cat_item img {position: absolute; left: 0; top: 3px;}

.product_item .categories_white {position: absolute; left: 0; top: 0; right: 0; min-height: 100%; height: 100%; overflow: hidden; display:none; background: #FFF; z-index: 992;}
.product_item .categories_white .cat_wrapper {position: relative; padding: 24px 26px 14px;}
.product_item .categories_white .cats_title {position: relative; font-size: 22px; line-height: 1.3; margin-bottom: 6px; font-family: 'Raleway-Bold'; color: #000;}
.product_item .categories_white .price {margin-bottom: 16px;}
.product_item .categories_white .button {
	background: #b30000;
	color: #fff;
	bottom: auto;
	/*top: 205px;*/
	bottom: 30px;
	right: 25px;
}
.product_item .categories_white .button:hover {opacity: 0.7;}
.product_item .categories_white ul {padding: 8px 0 0 0;}
.product_item .categories_white li {position: relative; margin-bottom: 18px; padding: 0 0 0 40px; color: #000; line-height: 1.3;}
.product_item .categories_white li img {position: absolute; left: 0; top: -2px;}

.product_item:hover .categories_white {height: auto; display:block;}

/*.product_item.item1 {width: 74.55%; border: 4px solid #ff5500;}
.product_item.item1 .product_image {background-size: auto 100%;}
.product_item.item1 .wrapper {padding: 0 0 31.25%; margin-left: 31%;}
.product_item.item1 .subwrapper {top: 25px;}
.product_item.item1 h3 {
	padding: 0;
	display: inline-block;
     max-width: 350px; 
    word-wrap: break-word;
    word-break: break-word;
}
.product_item.item1 h3:before {content:""; position: absolute; left: 0; bottom: -20px; background: #ff5500; width: 100%; height: 2px;}
.product_item.item1 .price {
	bottom: 60px;
    position: absolute;
    right: 0;}
.product_item.item1 .categories_white {display: none;}/*


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


.contact2_container {background: #e3e2e0;}
.contact2_container .contact2_block {width: 1040px; padding: 55px 0; color: black; text-align: center;}

.contact2_container .form_box {position: relative;}
.contact2_container .form_box form {margin: 0 30px;}

.contact2_container .form_title {position: relative; left: -1px; font-size: 36px; font-family: 'Raleway-Bold'; margin-bottom: 12px;}
.contact2_container .form_subtitle {font-size: 24px; line-height: 1.5; margin-bottom: 38px;}
.contact2_container .form_subtitle span {display: block; font-size: 20px; color: black;}

.contact2_container .fields {margin-bottom: 14px;}
.contact2_container .wrap_name {float:left; width: 39%;}
.contact2_container .wrap_phone {float:left; width: 28.1%; margin: 0 1.95%;}
.contact2_container .wrap_mail {float:left; width: 29%;}

.contact2_container .checkbox_label a {color: black;}
.contact2_container .form_box .submit_wrap {-webkit-box-shadow: 0 8px 20px 5px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 8px 20px 5px rgba(0, 0, 0, 0.35); box-shadow: 0 8px 20px 5px rgba(0, 0, 0, 0.35);}
.contact2_container .form_agreement {display: inline-block; margin-bottom: 38px;}

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


/* ПРИЧИНЫ */


.reasons_container {background: #f5f4f2;}
.reasons_container .reasons_block {width: 1220px; color: #000; padding: 85px 0 100px;}
.reasons_container h2 {color: #000;}

.reasons_container .items_box {text-align: center;}
.reasons_container .row {display: inline;}
.reasons_container .row .spacer {display: none;}

.reasons_container .item {float:left; position: relative; width: 25%; color: #000; padding: 122px 0 0 0; text-align: center; vertical-align: top;}
.reasons_container .item .wrapper {padding: 0;}
.reasons_container .item .icon {position: absolute; left: 50%; top: 0; background-repeat: no-repeat;}
.reasons_container .item h3 {font-size: 22px; line-height: 1.3; font-family: 'Raleway-Bold'; margin-bottom: 10px;}
.reasons_container .item .subtitle {font-size: 16px; line-height: 1.4; font-family: 'Raleway-Medium';}

.reasons_container .item1 .icon {width: 67px; height: 99px; margin: 0 0 0 -32px; background-image: url('../images/icon_ceni.png');}
.reasons_container .item2 .icon {width: 79px; height: 100px; margin: 0 0 0 -35px; background-image: url('../images/icon_manager.png');}
.reasons_container .item3 .icon {width: 104px; height: 99px; margin: 0 0 0 -50px; background-image: url('../images/icon_otsrochka.png');}
.reasons_container .item4 .icon {width: 68px; height: 96px; margin: 0 0 0 -37px; background-image: url('../images/icon_rabotaem.png');}


/* КОМПАНИЯ В ЦИФРАХ */


.digits_container {background-image: url('../images/back_cifri.png'); height: 400px; background-position: 50% 0; background-repeat: no-repeat;}
.digits_container .digits_block {width: 1180px; padding: 28px 0 0; text-align: left;}

.digits_container .digits_content {position: relative; margin-left: 725px;}

.digits_container h2 {color: black; text-align: left; padding: 0; margin-bottom: 30px;}
.digits_container h2:after {display: none;}

.digits_container .row {position: relative; padding-bottom: 18px;}

.digits_container .item {float: left; width: 50%;}
.digits_container .item .title {font-size: 54px; color: #b30000; margin-bottom: 4px; font-family: 'Lato', sans-serif; font-weight: 900;}
.digits_container .item .subtitle {font-size: 18px; line-height: 1.3; color: black;}


/* КЛИЕНТЫ */


.clients_container {background: #f5f4f2;}
.clients_container .clients_block {width: 1140px; text-align: center; padding: 85px 0 88px;}
.clients_container h2 {color: #000;}
.clients_container .slider_wrap {position: relative; padding: 0 80px;}
.clients_container .pseudo_table {width: 100%; height: 100px; display: table; border-collapse: collapse; margin: 0; padding: 0;}
.clients_container .pseudo_td {width: 100%; height: 100%; display: table-cell; margin: 0; padding: 0; vertical-align: middle;}
.clients_container img {width: 80%; height: auto; display: inline-block; vertical-align: middle; margin: 0 0 0 10%;}
.clients_container .mob_items {display: none;}


/* ОТЗЫВЫ */


.reviews_container {background: url('../images/back_otzivi.jpg') no-repeat center; background-size: 100% 100%;}
.reviews_container .reviews_block {width: 1140px; padding: 70px 0 70px; text-align: center;}
.reviews_container h2 {color: #000;}
.reviews_container h2:after {background: #b30000;}

.reviews_container .slider_wrap {position: relative; padding: 0 80px; margin: 0 0 50px;}

.reviews_container .slide {position: absolute; text-align: left;}
.reviews_container .slide1 {position: relative;}

.reviews_container .half {float:left; width: 49%; color: black; background: white; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.reviews_container .half .wrapper {position: relative; padding: 50px 25px 30px 35px;}
.reviews_container .half2 {float:right;}
.reviews_container img {float:left; width: 136px; height: auto; margin: 5px 30px 20px 0; border:1px solid gray;}
.reviews_container h3 {font-size: 18px; line-height: 1.4; font-family: 'Raleway-Bold'; margin: 0 0 10px; }
.reviews_container .message {font-size: 16px; line-height: 1.4; margin: 0 0 15px; font-family: 'Raleway-Medium' !important;}

.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 {}
.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;}


/* БЛОК ОБРАТНОЙ СВЯЗИ 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; font-family: 'Raleway-Bold'; 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: 'Lato', 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_container {

}


.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;
    font-family: 'Raleway-Bold';
}
.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: 222px;
	z-index: 990;
}

.header_container_wrap {
	position: absolute;
	top: 0;
	/* transition: .5s; */
	width: 100%;
	z-index: 996;
}
.header_container {
	/* position: absolute; */
	/* top: 0; */
}
.header_container * {
	 transition: 0s; 
}
body.fixed .header_container {
	/* position: fixed; */
}
.hometop_container {
	margin-top: 110px;
}

@media screen and (min-width: 1200px) {
	body.fixed .header_container {
		height: 80px;
		/* transition: .5s; */
	}
	body.fixed .header_container .logo {
		top: 20px;
	}
	body.fixed .header_container .header_title {
		top: 18px;
	}
	body.fixed .header_container .mail {
		margin-top: 32px;
	}
	body.fixed .header_container .phone_box {
		margin-top: 14px;
	}
	body.fixed .header_container .button {
		margin-top: 18px;
	}
}

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

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

.text_block{
	line-height: 1.6;
	padding: 40px 0 40px !important;
}
.text_block h2 {text-align: left;}
.text_block h2:after {left: 40px;}
.text_block h3 {margin: 10px 0; font-family: 'Raleway-Bold'; font-size: 20px;}
.text_block p {margin: 10px 0; }
.text_block ul {margin: 10px 0; margin-left: 25px;}
.text_block ul li {list-style-type: disc !important;}
.text_block strong, b {font-weight:bold;}

.hometop_mobile{display: none;}

.tags-links {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.tags-title {
	font-family: 'Raleway-Bold';
	font-size: 26px;
    /* font-weight: bold; */
    color: #000;
	margin-bottom: 30px;
}
.tags-content {
	/* max-height: 65px; */
	overflow: hidden;
}
.tags-content.collapsed {
	max-height: 104px;
}
.tags-links a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-family: 'Raleway-Medium';
	background: #fff;
	border: 2px solid #ebeae8;
	border-radius: 3px;
	padding:  11px 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	transition: .3s;
}
.tags-links a:hover {
	background: #f5f4f2;
	border-color: #b30000;
}
.tags-more {
	display: none;
	/* text-align: right; */
}
.links_container {

}
.links_container .block {
	padding-top: 1px;
    padding-bottom: 40px;
}
.spheres {
	position: relative;
	column-count: 3;
	column-gap: 20px;
}
.spheres-title {
	font-family: 'Raleway-Bold';
	font-size: 40px;
	/* font-weight: bold; */
	color: #000;
	margin-bottom: 55px;
}
.sphere {
	vertical-align: top;
	background: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	margin-right: 16px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;

	page-break-inside: avoid;
  	break-inside: avoid;
}
.spheres .sphere:nth-of-type(3n)
/* .sphere:nth-of-type(6),
.sphere:nth-of-type(9),
.sphere:nth-of-type(12),
.sphere:nth-of-type(15),
.sphere:nth-of-type(18),
.sphere:nth-of-type(21),
.sphere:nth-of-type(24),
.sphere:nth-of-type(27),
.sphere:nth-of-type(30)  */
{
	margin-right: 0;
}
.sphere-name {
	display: flex;
	align-items: center;
	padding: 20px 20px;
}
.sphere-name img {
	margin-right: 25px;
}
.sphere-name span {
	font-family: 'Raleway-Bold';
	font-size: 18px;
	/* font-weight: bold; */
	color: #000;
}
.sphere-desc {
	font-family: 'Raleway-Medium';
	font-size: 13px;
	box-sizing: border-box;
	border-top: 1px solid #e3e2e0;
	padding: 20px 20px;
	color: #666666;
	line-height: 1.5;
}
.sphere-desc p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 900px) {
	.spheres {
		column-count: 2;
	}
}
@media screen and (max-width: 760px) {
	.spheres {
		column-count: 1;
	}
}

.types {

}
.types-sort {
	margin-bottom: 35px;
}
.types-sort span.label {
	margin-right: 15px;
}
.types-sort span.select-wrap {
	position: relative;
}
.types-sort span.select-wrap:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	/* margin-top: -3px; */
	height: 5px;
	width: 8px;
	background: url('../images/icon_select.svg') no-repeat right center;
}
.types-sort select {
	border: none;
	padding: 6px 50px 6px 15px;
    box-sizing: border-box;
	font-size: 16px;
	text-align: left;
	appearance: none;
	vertical-align: middle;
	background: #fff;
	
}

.types-items {

}
.type {
	float: left;
	box-sizing: border-box;
	width: 280px;
	margin-right: 15px;
	margin-bottom: 40px;
	background: #e2e2e0;
}
.type-img {

}
.type-img img {
	max-width: 100%;
	height: auto;
}
.type-content {
	padding: 20px 20px;
}
.type-name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	overflow: hidden;
	height: 50px;
}
.type-price {
	font-size: 16px;
	font-weight: bold;
}
.type-price span {
	font-size: 22px;
}
.type-bottom {
	border-top: 1px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px;
}
.type-bottom .in-stock {
	color: #00b277;
	font-size: 15px;
	background: url('../images/icon_stock.svg') no-repeat left center;
	padding-left: 20px;
}
.type-bottom .button {
	position: static;
	height: auto;
	padding: 14px 21px;
}

@media screen and (max-width: 1100px) {
	.products_container .products_block {
		padding-bottom: 0 !important;
	}
	.links_container .block {
		padding-top: 1px !important;
	}
	.tags-links {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 30px;
	}
	.spheres {
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 700px) {
	.type {
		width: 100%;
		margin-right: 0;
		text-align: center;
		padding-top: 15px;
		margin-bottom: 15px;
	}
	.type-img {
		height: 180px;
	}
	.type-img img {
		height: 100%;
	}
	.type-content {
		padding: 15px;
	}
	.type-name {
		height: auto;
		margin-bottom: 15px;
	}

	.tags-links {
		padding-top: 20px;
	}
}
@media screen and (max-width: 340px) {
	.types-sort {
		margin-bottom: 20px;
	}
	.types-sort span.label {
		display: block;
		margin-bottom: 10px;
	}
}