@import url(reset.css);
/*fonts*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic');
@font-face {
    font-family:'Museo Cyrl 100';
    src: url('fonts/Museo Cyrl 100.eot');
	src: url('fonts/Museo Cyrl 100.eot?#iefix') format('embedded-opentype'),
		url('fonts/Museo Cyrl 100.woff2') format('woff2'),
		url('fonts/Museo Cyrl 100.woff') format('woff'),
		url('fonts/Museo Cyrl 100.ttf') format('truetype'),
		url('fonts/Museo Cyrl 100.otf') format('opentype'),
		url('fonts/Museo Cyrl 100.svg#Museo Cyrl 100') format('svg');
    font-weight: 250;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0525;
    font-display: swap;
}
@font-face {
	font-family: 'MuseoCyrl-300';
	src: url('fonts/MuseoCyrl-300.eot');
	src: local('вє'), url('fonts/MuseoCyrl-300.woff') format('woff'), url('fonts/MuseoCyrl-300.ttf') format('truetype'), url('fonts/MuseoCyrl-300.svg') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}
@font-face {
    font-family:'Museo Cyrl 500';
    src: url('fonts/Museo Cyrl 500.eot');
	src: url('fonts/Museo Cyrl 500.eot?#iefix') format('embedded-opentype'),
		url('fonts/Museo Cyrl 500.woff2') format('woff2'),
		url('fonts/Museo Cyrl 500.woff') format('woff'),
		url('fonts/Museo Cyrl 500.ttf') format('truetype'),
		url('fonts/Museo Cyrl 500.otf') format('opentype'),
		url('fonts/Museo Cyrl 500.svg#Museo Cyrl 500') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0525;
    font-display: swap;
}
@font-face {
    font-family:'Museo Cyrl 700';
    src: url('fonts/Museo Cyrl 700.eot');
	src: url('fonts/Museo Cyrl 700.eot?#iefix') format('embedded-opentype'),
		url('fonts/Museo Cyrl 700.woff2') format('woff2'),
		url('fonts/Museo Cyrl 700.woff') format('woff'),
		url('fonts/Museo Cyrl 700.ttf') format('truetype'),
		url('fonts/Museo Cyrl 700.otf') format('opentype'),
		url('fonts/Museo Cyrl 700.svg#Museo Cyrl 700') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0525;
    font-display: swap;
}
@font-face {
    font-family:'Museo Cyrl 900';
    src: url('fonts/Museo Cyrl 900.eot');
	src: url('fonts/Museo Cyrl 900.eot?#iefix') format('embedded-opentype'),
		url('fonts/Museo Cyrl 900.woff2') format('woff2'),
		url('fonts/Museo Cyrl 900.woff') format('woff'),
		url('fonts/Museo Cyrl 900.ttf') format('truetype'),
		url('fonts/Museo Cyrl 900.otf') format('opentype'),
		url('fonts/Museo Cyrl 900.svg#Museo Cyrl 900') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0525;
    font-display: swap;
}
/*end fonts*/

/*main styles*/
.clear:after, .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.float_l{ float:left;}
.float_r{ float:right;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection{
  background: #00a9d1;
  color:#fff;
}
body{
	background-color:#fff;
	color:#000011;
    font-family:'Museo Cyrl 500';
    font-size: 14px;
    min-width: 320px;
    padding-top: 41px;
    overflow-y: scroll!important;
}
.container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}
*::-webkit-input-placeholder {
 color: #000011;
 opacity: 1;
}
*:-moz-placeholder {
 color: #000011;
 opacity: 1;
}
*::-moz-placeholder {
 color: #000011;
 opacity: 1;
}
*:-ms-input-placeholder {
 color: #000011;
 opacity: 1;
}
*:focus::-moz-placeholder { color: #0e8eac !important;} 
*[autofocus]::-moz-placeholder:focus { color: #0e8eac !important;} 
*:focus:-moz-placeholder { color: #0e8eac !important;} 
*[autofocus]:-moz-placeholder:focus { color: #0e8eac !important;}
*:focus::-webkit-input-placeholder { color: #0e8eac !important;} 
*[autofocus]::-webkit-input-placeholder { color: #0e8eac !important;}
input[type="text"], textarea, input[type="email"], input[type="password"] {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 18px;
    border: 1px solid #363636;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family:'Museo Cyrl 500';
    font-size: 14px;
    color: #000011;
    margin-bottom: 15px;
}
.webform-component-select {
    text-align: left;
    margin-bottom:15px;
}
.page-user .description{
    display: none;
}
.page-user .block-system{
    margin-bottom: 50px;
}
input[type="text"].error, input[type="email"].error, textarea.error{
    border:1px solid #f00;
}
textarea {
    padding: 12px 18px;
    resize: inherit;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus{
    outline: none;
    border-color: #0e8eac;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(14,142,172,1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(14,142,172,1);
    box-shadow: 0px 0px 1px 1px rgba(14,142,172,1);
}
.field-name-body ul, ol {margin-bottom: 42px;}
.field-name-body ul li, .field-name-body ol li{
    color: #000011;
    font-size: 16px;
    position: relative;
    line-height: 1.429;
    font-family:'Museo Cyrl 100';
    padding: 0 20px 16px 37px;
}
.field-name-body ul li:after{
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border: 4px solid #00a9d1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 3px;
}
.field-name-body ol{counter-reset: list;}
.field-name-body ol li:before{
    display: block;
    content: counter(list) ".";
    counter-increment: list;
    position: absolute;
    color: #00a9d1;
    left: 0;
    top: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.table {
    display: table;
    height: 100%;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}
.blue_butt, .box-modal .form-submit, .checkout a {
    display: inline-block;
    padding: 0 35px;
    color:#fff;
    text-decoration: none;
    height: 46px;
    background: #00a9d1;
    border: none;
    cursor: pointer;
    position: relative;
    border-bottom: 3px solid #0e8eac;
    color: #fff;
    font-family:'Museo Cyrl 500';
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
 .box-modal .form-submit {
    width: 100%;
 }
.blue_butt:hover, .checkout a:hover {
    background: #01bce8;
    text-decoration: none !important;
}
.progress-disabled{
  opacity: 0.5;
}
.blue_butt:active {background: #0486a5;}
.title {
    font-family:'Museo Cyrl 100';
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 60px 0;
}

h3.title {
    font-family: 'Museo Cyrl 100';
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 22px 0;
}

.title span {
    display: inline-block;
    position: relative;
}
.title span:before, .title span:after {
    content: '';
    display: block;
    background: #00a9d1;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;    
    position: absolute;
    top: 13px;
}
.title span:before {left: -36px;}
.title span:after {right: -36px;}
.al_center {text-align: center;}
.al_right {text-align: right;}
a {
    color: #00a9d1;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {text-decoration: underline;}
.o_hidden {overflow: hidden;}
p {
    font-family: 'Museo Cyrl 100';
    font-size: 16px;
    line-height: 1.759;
    padding-bottom: 21px;
}
p strong{font-family:'Museo Cyrl 500';}
p i{
    display: inline-block;
    font-family:'Museo Cyrl 500';
    font-style: italic;
    padding-bottom: 18px;
}
p b{
    font-family:'Museo Cyrl 900';
}
h1, h2, h3, h4{
    color: #000011;
    font-family:'Museo Cyrl 900';
    text-transform: uppercase;
}
h1{
    font-size: 36px;
    padding-bottom: 30px;
}
h2{
    font-size: 30px;
    padding-bottom: 35px;
}
h3{
    font-size: 24px;
    padding-bottom: 36px;
}
h4{
    font-size: 18px;
    padding-bottom: 25px;
}
/*end main styles*/

/*top_panel*/
.top_panel {
    width: 100%;
    height: 41px;
    background: #f0f5f7;
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    line-height: 1;
    padding: 14px 0 0;
    min-width: 320px;
}
.address {padding-left: 29px;}
.address a {
    color: #00a9d1;
    text-decoration: underline;
}
.address a:hover {text-decoration: none;}
.ico {position: relative;}
.ico:before {
    content: '';
    display: block;
    background: url(../images/sprite.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.address:before {
    width: 15px;
    height: 15px;
}
/*end top_panel*/

/*main_header*/
.main_header {
    padding: 11px 0 12px;
}
.logo {
    display: block;
    background: url(../images/logo.png) no-repeat;
    width: 409px;
    height: 130px;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 5.3%;
}
.logo:hover {opacity: 0.9;}
#search-block-form {
    float: left;
    width: 30%;
    padding-top: 49px;
    position: relative;
}
#search-block-form input[type="text"] {
    padding: 0 49px 0 18px;
    margin-bottom: 0;
}
#search-block-form input[type="submit"] {
    width: 40px;
    height: 44px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: none;
    border: none;
    cursor: pointer;
}
html.js input.form-autocomplete{
    background-position: 200% center;
}
html.js input.form-autocomplete.throbbing{
    background-position: 90% center;
}
ul[data-sa-theme="minimal"].ui-menu{
    width:100% !important;
    min-width: 0;
    position: absolute;
}
ul[data-sa-theme="minimal"] .ui-autocomplete-field-group{
    float: none;
    padding:10px;
    font-weight: bold;
    overflow: hidden;
}

/* Interaction States */
ul[data-sa-theme="minimal"] .ui-state-hover {
  background: none;
  border: 0;
  border-radius: 0px;
  color:#fff;
  background-color: #00a9d1;
  cursor:pointer;
}
.search-results h3{
    font-family: 'Museo Cyrl 900';
    padding:0 0 10px 0;
    text-align: left;
}


.main_header{
    position: relative;
    z-index: 200;
}
#search-block-form:before {
    content: '';
    display: block;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 -15px;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 17px;
    bottom: 17px;
}
.ajax-shopping-cart-teaser{
  float:right;
  line-height: 30px;
  margin-top: 20px;
}
.cart-product-quantity{
  position: absolute;
  width: 20px;
  font-family:'Museo Cyrl 500';
  text-align:center;
  color:#fff;
  font-size: 11px;
  background: #00a9d1;
  border-radius: 100%;
  line-height: 18px;
  height: 20px;
  border:2px solid #fff;
  margin:-7px 0 0 10px;
  float:none;
}
.cart-product-total{
  font-size: 18px;
}

.cart-image img{
  width: 24px;
  height: 24px;
}

.callback {
    float: right;
    clear:right;
    line-height: 1;
    padding-top: 10px;
}
.callback div {
    font-size: 24px;
    font-family:'Museo Cyrl 100';
    padding-bottom: 3px;
}

#callback div label{
    display: none;
}

/* Исключение: <label class="option"> оборачивает чекбокс «Соглашение
   о персональных данных», его прятать нельзя — иначе пропадает и галочка. */
#callback div label.option {
    display: inline-block;
    margin: 0 0 0 4px;
    vertical-align: middle;
    cursor: pointer;
}
#callback input[type="checkbox"].form-checkbox {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 4px 0 0;
    vertical-align: middle;
}

#webform-ajax-wrapper-11 div label{
    display: none;
    margin-right: 20px;
}

#webform-ajax-wrapper-11 .description{
    margin-bottom: 20px;
}

#edit-submitted-personalnye-dannye-1{
    float: left;
}



.callback div span {font-family:'Museo Cyrl 700';}
.callback a {
    font-size: 12px;
    text-transform: uppercase;
    color: #0091be;
    text-decoration: none;
}
.callback a:hover {text-decoration: underline;}
.ico_phone:before {
    width: 16px;
    height: 16px;
    background-position: 0 -26px;
    left: -38px;
    top: 12px;
}
/*end main_header*/

/*main_nav_wrap*/
.main_nav_wrap {
    width: 100% !important;
    background: #27485b;
    height: 57px;
    border-bottom: 4px solid #00a9d1;
    position: relative;
    z-index: 100;
}
.main_nav > li {
    float: left;
    width: 11%;
    position: relative;
    padding: 0;
    font-family:'Museo Cyrl 500';
}
.main_nav > li:after{display: none;}
.main_nav > li > a {
    display: block;
    height: 53px;
    font-size: 14px;
    color: #fff;
    line-height: 53px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main_nav > li > a:hover, .main_nav > li > a.active, .main_nav > li > a.active-trail {background: #00a9d1;}
.main_nav > li > a span {
    display: inline-block;
    position: relative;
    line-height: 1;
}
.nav_link span {padding-right: 13px;}
.nav_link span:before {
    content: '';
    display: block;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 -59px;
    width: 5px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 6px;
}
.new:before {
    content: '';
    display: block;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 -42px;
    width: 23px;
    height: 12px;
    position: absolute;
    right: -31px;
    top: -9px;
}
.sub_menu {
    display: none;
    background: #0e839f;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 4px;
    white-space: nowrap;
    padding: 20px 20px 9px 21px;
    min-width: 220px;
}
.sub_menu li {
    padding:0 0 9px 0;
    font-family:'Museo Cyrl 500';
}
.sub_menu li:after{display: none;}
.sub_menu a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sub_menu a:hover {color: #75e4ff;}
/*end main_nav_wrap*/

/*main slider*/
.slider_wrap, .slider_item {position: relative;}
.slider_item{
    padding: 0;
    font-family:'Museo Cyrl 500';
}
.slider_item:after{display: none;}
.slider_wrap img {width: 100%;}
.s_cont_wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.s_cont_wrap .container {
    height: 100%;
    display: table;
}
.slider_pager {
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 0;
    z-index: 99;
}
.slider_pager li {padding: 7px 0;}
.slider_pager li:after{display: none;}
.slider_pager a {
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #ececec;
    border: 3px solid #ececec;
}
.slider_pager a.active {background: #973d75;}
.sl_content {
    background: #e7f0f4;
    background: rgba(231, 240, 244, 0.81);
    width: 538px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 32px 25px 45px 38px;
}
.sl_title {
    font-family:'Museo Cyrl 900';
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.sl_title span {color: #00a9d1;}
.node-slide .field-name-body p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 32px;
}
.catalog_butt {padding: 0 43px 0 78px;}
.catalog_butt.active{background: #1488a4;}
.catalog_butt:before, .design_butt:before {
    content: '';
    display: block;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 -62px;
    width: 19px;
    height: 5px;
    position: absolute;
    left: 39px;
    top: 20px;
}
/*end main slider*/

/*shares_wrap*/
.shares_wrap {padding: 76px 0 57px;}
.shares_list {margin: 0 -15px;}
.shares_list2{
    margin: 0 -15.5px;
    padding-bottom: 31px;
}
.shares_list li {
    width: 33.3%;
    float: left;
    padding: 0 15px 26px;
    font-family:'Museo Cyrl 500';
}
.shares_list li:after{display: none;}
.shares_list2 li{
    width: 50%;
    padding: 0 15.5px 31px;
}
.sh_item {
    display: block;
    height: 325px;
    background: #eff5f7;
    border: 1px solid #636363;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #000011;
}
.sh_item{height: 352px;}
.sh_main_block {padding: 32px 36px 0;}
.sh_title {
    font-family:'Museo Cyrl 100';
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.3;
    padding-bottom: 18px;
}
.sh_title span {font-family:'Museo Cyrl 900';}
.sh_descr {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 28px;
}
.sh_item img {width: 100%;}
.share_popup {
    width: 100%;
    position: absolute;
    left: 0;
    top: 194px;
    height: 100%;
    background: #f0f5f7;
    padding: 24px 33px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.share_popup2{
    top: 212px;
    padding-top: 22px
}
.sh_item:hover .share_popup {top: 0;}
.date {padding-bottom: 13px;}
.share_popup2 .date{padding-bottom: 14px;}
.date span {
    font-family:'Museo Cyrl 900';
    font-size: 24px;
    color: #00a9d1;
}
.share_popup p {
    font-family:'Museo Cyrl 500';]
    line-height: 1.429;
    padding-bottom: 25px;
}
.share_popup2 p {
    font-size: 15px;
    line-height: 1.442;
    padding-bottom: 24px;
}
/*end shares_wrap*/

/*news_wrap*/
.news_wrap {
    background: url(../images/news_bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 10px 0 42px;
}
.news_wrap .title {padding-bottom: 13px;}
.news_wrap .al_center {text-transform: uppercase;}
.news_list {
    margin: 0 -15px;
    padding: 50px 0 0;
}
.news_list2{padding: 0 0 37px 0;}
.news_list li {
    width: 50%;
    padding: 0 15px 27px;;
    float: left;
    font-family:'Museo Cyrl 500';
}
.news_list li:after{display: none;}
.news_item {
    display: block;
    width: 100%;
    height: 241px;
    border: 1px solid #636363;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000011;
}
.news_list2 .news_item{background: #f0f5f7;}
.news_item:hover {
    border-color: #00a9d1;
    text-decoration: none;
}
.news_image {
    float: left;
    position: relative;
    width: 284px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.news_item:hover .news_image {opacity: 0.9;}
.news_image:before {
    content: '';
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 9px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.news_list2 .news_image:before{
    border-top: 11.5px solid transparent;
    border-bottom: 11.5px solid transparent;
    border-right: 20px solid #fff;
    margin-top: -11.5px;
    right: -12px;
}
.news_image img {max-width: 300px;}
.news_list li:nth-child(3n) .news_image, .news_list li:nth-child(4n) .news_image {
    float: right;
    width: 270px;
}
.image_right .news_image:before {
    border-right: none;
    border-left: 9px solid #fff;
    right: auto;
    left: 0;
}
.news_item .o_hidden {padding: 25px 10px 0 24px;}
.news_title {
    font-family:'Museo Cyrl 900';
    font-size: 18px;
    padding-bottom: 21px;
}
.news_item p {
    font-family:'Museo Cyrl 500';]
    line-height: 1.465;
    padding-bottom: 23px;
}
/*end news_wrap*/

/*ps_wrap*/
.partners_slider li{
    padding: 0;
    font-family:'Museo Cyrl 500';
}
.partners_slider li:after{display: none;}
.ps_wrap {
    background: #404042;
    padding: 64px 0 59px;
}
.ps_wrap_inner {padding: 0 45px;}
.bx-controls-direction a.bx-prev {left: -45px;}
.bx-controls-direction a.bx-next {right: -45px;}
.partners_slider img {margin: 0 auto;}
/*end ps_wrap*/

/*text_wrap*/
.text_wrap {padding: 14px 0 50px;}
.text_wrap2{padding: 0 0 28px;}
/*end text_wrap*/

/*main_footer*/
.main_footer {
    border-top: 1px solid #3e5b6c;
    background: #27485b;
    min-height: 114px;
    line-height: 1;
    padding: 27px 0 20px;
}
.f_nav {
    float: left;
    margin-right: 5.55%;
}
.f_nav li {
    padding:0 0 14px 0;
    font-family:'Museo Cyrl 500';
}
.f_nav li:after{display: none;}
.f_nav a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.f_nav a:hover {color: #49dbfd;}
.f_contacts {
    float: left;
    padding-top: 11px;
}
.social {padding-bottom: 23px;}
.social li {
    display: inline-block;
    padding: 0 10px 0 0;
    font-family:'Museo Cyrl 500';
}
.social li:after{display: none;}
.social a {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/social.png) no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;    
}
.social a.ico_vk {background-position: 0px 0px;}
.social a.ico_fb {background-position: -28px 0px;}
.social a.ico_ok {background-position: -56px 0px;}
.social a.ico_yt {background-position: -84px 0px;}
.social a:hover {
    -webkit-box-shadow: 0 0 3px #fff;
    box-shadow: 0 0 3px #fff;
}
.f_phone {
    font-family:'Museo Cyrl 100';
    font-size: 18px;
    color: #fff;
    padding-left: 23px;
}
.f_phone span {font-family:'Museo Cyrl 700';}
.f_phone:before {
    width: 16px;
    height: 16px;
    background-position: 0 -26px;
    left: -12px;
    top: 2px;
}
.main_footer .address {
    font-size: 15px;
    color: #fff;
    line-height: 1.333;
    margin-top: 6px;
    width: 250px;
}
.main_footer .address:before {top: 4px;}
.marg_left {margin-left: 5.81%}
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	font-size: 0;
	color: transparent!important;
	bottom:54px;
	right:20px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
	width: 67px;
    height: 37px;
	border:none;
	text-indent:100%;
	background: url(../images/uphill_link.png) no-repeat 0 0;
	z-index: 250;
}
#toTop:hover{opacity: 0.85;}
#toTop:active, #toTop:focus {
	outline:none;
}
/*end main_footer*/

/*bottom_panel*/
.bottom_panel {
    background: #1e3847;
    min-height: 47px;
    padding: 16px 0 5px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
}
.developer {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    padding-left: 28px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.developer:before {
    width: 21px;
    height: 20px;
    background-position: 0 -118px;
}
.developer:hover {color: #49dbfd;}
.mob_version {
    display: inline-block;
    width: 170px;
    text-transform: uppercase;
    text-decoration: underline;
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -85px;
}
.mob_version:hover {text-decoration: none;}
/*end bottom_panel*/

/*modals*/
.modals {display: none;}
.modal_title {
    font-family:'Museo Cyrl 700';
    font-size: 22px;
    text-align: center;
    padding-bottom: 30px;
}
.box-modal form {padding: 0 30px;}
.box-modal form .blue_butt {width: 100%;}
.modal_butt {padding-top: 10px;}
/*end modals*/

/*section_title*/
.section_title{
    padding: 49px 0 48px;
    min-height: 143px;
    background: url(../images/section_title_bg.jpg) no-repeat center top;
    background-size: cover;
}
.section_title h1{
    color: #fff;
    padding-bottom: 0;
    box-sizing: border-box;
}
.bread_crumbs{
    padding:12px 15px 0 0;
    box-sizing: border-box;
}
.bread_crumbs li{
    display: inline-block;
    color: #fff;
    margin-left: 14px;
    font-family:'Museo Cyrl 500';
    padding: 0;
}
.bread_crumbs li:after{display: none;}
.bread_crumbs li:first-child{margin-left: 0;}
.bread_crumbs a{
    color: #fff;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.bread_crumbs a:hover, .bread_crumbs a.active{
    color: #30d3fa;
    border-bottom-color: #30d3fa;
}
/*section_title end*/

/*main_wrap*/
.main_wrap{padding: 61px 0 0 0; position: relative; z-index: 50;}
.main_wrap2{padding: 54px 0 0 0;}
.main_wrap3{padding: 57px 0 53px 0;}
.main_wrap4{padding: 50px 0 0 0;}
.mrg_bottom{margin-bottom: 34px;}
.sml_margin{margin-bottom: 10px;}
/*main_wrap end*/

/*main*/
.main{
    width: 100%;
    float: right;
    padding-left: 290px;
}
.main2{
    float:none;
    padding: 0;
}
.main_wrap3 .navigation{margin-bottom: 0;}
.navigation{margin-bottom: 54px;}
.navigation2, .navigation3{
    text-align: center;
    margin-bottom: 41px;
}
.navigation3{margin-bottom: 46px;}
.navigation2 ul, .navigation3 ul{display: inline-block;}
.navigation li{ 
    float: left;
    margin-right: 9px;
    list-style: none;
    padding: 0;
    font-family:'Museo Cyrl 500';
}
.navigation li:after{display: none;}
.navigation li:last-child{margin-right: 0;}
.navigation li a, .navigation li span, .pager-current, .pager-ellipsis{
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #e7f0f4;
    color: #000011;
    text-decoration: none!important;
    position: relative;
}
.navigation li a:hover,
.navigation li.pager-current{border-color: #000011;}
.pager-next a, .pager-previous a{
    text-indent: -999px;
    overflow: hidden;
}
.pager-last, .pager-first{
    display: none;
}
.pager-previous a:before, .pager-next a:before{
    content: '';
    display: block;
    width: 4px;
    height: 6px;
    background: url(../images/icon_sprite.png) no-repeat -12px -75px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -2px;
}
.pager-next a:before{background-position: -12px -81px;}
.designers_list{
    margin: 0 -15px 37px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.designers_list li{
    width: 25%;
    padding: 0 15px 30px;
    font-family:'Museo Cyrl 500';
    display: flex;
    align-items: stretch;
}
.designers_list li .field-name-body{
  padding-bottom: 48px;
}
.designers_list li .blue_butt {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  width: auto;
}
.designers_list li:after{display: none;}
.designer_wrap{
    padding: 20px 27px 27px;
    background: #eef4f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}
.designer_wrap2{
    width: 262px;
    height: auto;
	margin-left: -293px;
	float: right;
    padding: 21px 26px 14px;
}
.designer_wrap2 .designer_name{
    font-size: 16px;
    font-family:'Museo Cyrl 700';
    padding-bottom: 21px;
}
.designer_wrap2 h3{padding-bottom: 12px;}
.designer_name{
    line-height: 1.25;
    font-size: 16px;
    font-family:'Museo Cyrl 900';
    color: #000;
    padding-bottom: 20px;
}
.field-name-field-photo, .field-name-field-photo img{
    width: 100%;
    //max-height: 207px;
    max-width: 200px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
.field-name-field-photo{margin-bottom: 18px;}

.designer_wrap .field-name-body p{
    color: #000;
    font-family: "Museo Cyrl 500";
    line-height: 1.429;
    /*height: 100px;*/
    /*margin-bottom: 22px;*/
    overflow: hidden;
    font-size: 14px;
}
.designer_wrap2 .field-name-body p{height: 180px;}
.designer_wrap .blue_butt{
    width: 100%;
    height: 48px;
    line-height: 47px;
    font-family:'Museo Cyrl 900';
    font-size: 14px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
/*main end*/

/*central_block*/
.central_block{
    position: relative;
    margin-bottom: 49px;
}
.central_block h2{padding-bottom: 50px;}
.project_wrap {
	width: 100%;
	float: left;
	padding-right: 293px;
}
.pjs_wrap .bx-wrapper{
	overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.project_slider li{
	padding: 0;
	position: relative;
}
.project_slider li:after{display: none;}
.project_slider li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.project_slider li a:before{
    display: block;
    content: '';
    width: 100%;
    height: 361px;
    background: url(../images/project_bg.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.node-project .project_wrap .field-name-body{
    width: 100%;
    height: auto;
    padding: 23px 28px 25px 28px;
    line-height: 1.429;
    color: #fff;
    position: absolute;
    left: 0;
    z-index: 100;
    bottom: 0;
}
.node-project .project_wrap .field-name-body p{
    font-family: 'Museo Cyrl 700';
    padding-bottom:0;
}
.project_info{
	width: 50%;
	float: left;
	padding-right: 50px;
}
.project_info{padding: 16px 0 25px;}
.project_info ul {margin: 0;}
.project_info ul li{padding-left: 22px;}
.project_info ul li:after{
	width: 10px;
	height: 10px;
	border: 2px solid #000011;
	top: 5px;
}
.project_info a{color: #000011;}
/*central_block end*/

/*gallery_block*/
.gallery_block h2{padding-bottom: 45px;}
.gallery{padding-bottom: 11px;}
.gallery_list{
    margin: 0 -15px;
}
.gallery_list li{
    width: 25%;
    float: left;
    padding: 0 15px 30px;
    font-family:'Museo Cyrl 500';
}
.gallery_list li:after{display: none;}
.gallery_list li a{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.gallery_list li a:hover{opacity: 0.85;}
.gallery_list li a img{
    width: 100%;
    height: 100%;
}
/*gallery_block end*/

/*filter_form*/
.filter_form{margin-bottom: 27px;}
.filter_form2{margin-bottom: 24px;}
.filter_list{margin: 0 -15px;}
.filter_list > li{
    width: 25%;
    float: left;
    padding: 0 15px 25px;
    list-style: none;
    font-family:'Museo Cyrl 500';
}
.filter_list > li:after, .filter_list > li .jq-selectbox li:after{display: none;}
.filter_list > li .jq-selectbox li{padding: 0 25px;}
.sidebar_filter{margin-bottom: 22px;}
.sidebar_filter .filter_list{margin: 0;}
.sidebar_filter .filter_list > li{
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 9px;
}
/*filter_form end*/

/*product_block*/
.product_block{margin-bottom: 14px;}
.product_block2, .view-ec-products{margin-bottom: 12px;}
ul.product_list {margin: 0 -15px;}
.product_list li{
    width: 25%;
    min-height: 274px;
    float: left;
    padding: 0 5px;
    list-style: none;
    margin-bottom: 47px;
}
.product_list li:after{display: none;}
.view-ec-products .view-content {margin:0 -12px 25px;}
.view-ec-products .product_list_item{
	width: 20%;
	min-height: 239px;
	padding: 0 12px;
}
.view-ec-products .view-content .product_list_item:nth-child(5n+1){
    clear: left;
}
.product_list3 li{
	width: 33%;
	min-height: 270px;
}
.product_list li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #000011;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border:1px solid #e7f0f4;
    padding:10px;
    box-sizing:border-box;
}
.product_list li a:hover{opacity: 0.85;}
.product_img, product_img img{
    width: 100%;
    overflow: hidden;
}
.product_img{margin-bottom: 14px;}
.product_img2{margin-bottom: 17px;}
a.product_img2 {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	opacity: 1!important;
	margin-bottom: 13px;
}
/* a.product_img2:before{
    content: '';
    display: block;
    width: 36px;
    height: 37px;
    background: url(../images/plus_ico.png) no-repeat 0 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 10;
} */
a.product_img2 img{
	min-width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fancybox-inner a.product_img2 {margin: 0;}
.fancybox-inner a.product_img2:before{display: none;}
.fancybox-inner a.product_img2:hover img{ 
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.product_name{
    font-size: 18px;
    text-align: center;
    line-height: 1.111;
    padding: 0 5px;
}
.product_name2{margin-bottom: 3px;}
.product_name2, .volume{
    font-size: 13px;
    padding-left: 18px;
    position: relative;
}
.product_name2:before, .volume:before{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: url(../images/icons.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 4px;
}
.view-ec-products .product_list_item{
  float:left;
  width:20%;
  margin-bottom:20px;
  min-height: 476px;
}
.view-ec-products::after{
  display: table;
  content: "";
  width: 100%;
}
.view-ec-products .product_list_item .views-row .views-field{
  display: none;
}



.view-ec-products .product_list_item .views-row-1 .views-field{
  display: block;
}

.product_list_item .views-row .area{
    min-height: 60px;
}



.views-field-field-surface-type{
  display: none !important;
}
.volume:before{background-position: 0 -10px;}
.area{
    font-size: 15px;
    color: #000011;
    font-family:'Museo Cyrl 900';
    padding-bottom: 5px;
}
/*product_block end*/

/*poduct_wrap*/
.product_descr{
    width: 100%;
    float: right;
    padding-left: 585px;
}
.wrap_pr_slider{
    width: 555px;
    float: left;
    margin-right: -585px;
}
.tabs{
    position: relative;
    top: -5px;
}
.i_tab{border-bottom: 2px solid #ebebeb;}
.i_tab2{border-bottom: 1px solid #ebebeb;}
.i_tab div{
    display: inline-block;
    font-size: 18px;
    color:#000011;
    font-family:'Museo Cyrl 900';
    text-transform: uppercase;
    margin-right: 28px;
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
    position: relative;
    bottom: -2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.i_tab div:last-child{margin-right: 0;}
.i_tab div.active, .i_tab div:hover{
    color: #00a9d1;
    border-bottom-color: #00a9d1;
}
.i_tab2 div{
    height: 43px;
    line-height: 41px;
    padding: 0 39px;
    bottom: -1px;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    background: transparent;
    color: #656565;
    font-size: 16px;
    font-family:'Museo Cyrl 700';
    margin: 0;
}
.i_tab2 div:hover{
    border-bottom-color:#ebebeb;
    color: #000011;
}
.i_tab2 div.active{
    background: #fff;
    border-color: #ebebeb;
    color: #000011;
    border-bottom-color:#fff;
}
.tabs_main {padding: 28px 0 34px;}
.tabs2 .tabs_main{padding: 23px 0 34px;}
.tabs_main.active{display: block;}
.tabs_main p{
    color: #000011;
    font-family:'Museo Cyrl 500';
    padding: 0;
}
.tabs2 .tabs_main p{padding-bottom: 21px;}
.design_butt{
    height: 53px;
    line-height: 52px;
    padding: 0 41px 0 78px;
}
.design_butt:before{
    left: 39px;
    top: 24px;
}
.product_slider li{
    padding: 0;
    font-family:'Museo Cyrl 500';
    border:1px solid #e7f0f4;
    padding:10px;
    box-sizing:border-box;
}
.product_slider li:after{display: none;}
.product_slider, .product_slider img {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.wrap_pr_slider .bx-controls-direction a, 
.project_slider_wrap .bx-controls-direction a, 
.pjs_wrap .bx-controls-direction a{
    width: 52px;
    height: 43px;
    background: url(../images/icon_set.png) no-repeat 0 0;
    top: 50%;
    margin-top: -12.5px;
}
.wrap_pr_slider .bx-controls-direction a.bx-prev,
.project_slider_wrap .bx-controls-direction a.bx-prev,
.pjs_wrap .bx-controls-direction a.bx-prev{
    background-position: left top;
    left: 0;
}
.wrap_pr_slider .bx-controls-direction a.bx-next,
.project_slider_wrap .bx-controls-direction a.bx-next,
.pjs_wrap .bx-controls-direction a.bx-next{
    background-position: right top;
    right: 0;
}
.wrap_pr_slider .bx-controls-direction a:hover,
.project_slider_wrap .bx-controls-direction a:hover,
.pjs_wrap .bx-controls-direction a:hover {opacity: 0.92;}
/*poduct_wrap end*/

/*purchases_block*/
.purchases_block{
	padding: 47px 0 16px;
	background: #eeeeee;
}
.purchases_block h3{padding-bottom: 45px;}
.purchases_block .product_name{text-align: left;}
/*purchases_block end*/

/*catalog_block*/
.catalog_block{padding-bottom: 20px;}
.catalog_block2{padding-bottom: 0;}
.catalog_list {margin: 0 -14px;}
.catalog_list li{
    width: 33.33%;
    min-height: 292px;
    float: left;
    padding: 0 14px;
    margin-bottom: 28px;
    font-family:'Museo Cyrl 500';
}
.catalog_list li:after{display: none;}
.catalog_list2{margin: 0 -15px;}
.catalog_list2 li{
    width: 50%;
    padding: 0 15px;
    min-height: 279px;
}
.catalog_list li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.catalog_list li a .img_product{
    overflow: hidden;
}
.catalog_list li a:hover .img_product img,
a.product_img2:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.catalog_list li a:before{
    display: block;
    content: '';
    width:;
    height:;
    border: 1px solid #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    z-index: 2;
}
.catalog_list li a .img_product > img{
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.brand_block, .name_product{
    width: 288px;
    position: absolute;
    left: 50%;
    margin-left: -144px;
    bottom: -25px;
    z-index: 5;
}
.catalog_list2 .name_product{
    width: 325px;
    margin-left: -162.5px;
}
.brand_name{width: 100%;}
.brand_name, .name_product{
    display: table;
    height: 50px;
    line-height: 50px;
    background: #27485b;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0 28px;
    position: relative;
}
.name_product{
    display: table;
    position: absolute;
}
.brand_name:before, .brand_name:after,
.name_product:before, .name_product:after{
    content: '';
    display: block;
    height: 9px;
    width: 9px;
    background: #00a9d1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    visibility: visible;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    left: 19px;
}
.brand_name:after, .name_product:after{
    left: auto;
    right: 19px;
}
.name_product span, .brand_name span{
    display: table-cell;
    line-height: 1.111;
    vertical-align: middle;
    padding: 0 22px;
}
a.new_ico:after{
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/icon_set.png) no-repeat right -43px;
    visibility: visible;
    position: absolute;
    top: 9px;
    right: 9px;
}
/*catalog_block end*/

/*content_block*/
.block-block{padding-bottom: 40px;}
.block-block p, .content p{
    color: #000011;
    font-family:'Museo Cyrl 500';
    line-height: 1.429;
}
.content{padding-bottom: 36px;}
.content2{padding-bottom: 32px}
.content p{padding-bottom: 15px;}
/*content_block end*/

/*distributors_block*/
.distributors_block{margin-bottom: 4px;}
.distributors_list{margin: 0 -15px;}
.distributors_list li{
    width: 25%;
    min-height: 200px;
    float: left;
    padding: 0 15px;
    font-family:'Museo Cyrl 500';
}
.distributors_list li:after{display: none;}
.distributors_list li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none!important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.distributors_list li a:hover{opacity: 0.85;}
.d_img_wrap{
    display: table;
    width: 100%;
    height: 111px;
    background: #e7f0f4;
    overflow: hidden;
    margin-bottom: 18px;
}
.d_img{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
.d_img img{
    max-width: 100%;
    margin: 0 auto;
}
.distribut_name{
    font-size: 18px;
    font-family:'Museo Cyrl 900';
    color: #000011;
    text-align: center;
    padding: 0 10px;
}
/*distributors_block end*/

/*distribut_descr_wrap*/
.distribut_descr_wrap{margin-bottom: 35px;}
.distribut_descr_wrap .d_img_wrap{
    width: 458px;
    height: 227px;
    float: left;
    margin-right: 30px;
}
.distribut_descr{
    overflow: hidden;
    position: relative;
    top: -7px;
}
.distribut_descr h2{padding-bottom: 20px;}
.distribut_descr p{
    color: #000011;
    line-height: 1.429;
    font-family:'Museo Cyrl 500';
    padding-bottom: 16px;
}
.distribut_descr a{
    font-family:'Museo Cyrl 700';
    font-size: 18px;
    color: #00a9d1;
    text-decoration: underline;
}
.distribut_descr a:hover{text-decoration: none;}
.distribut_product h2, .poduct_wrap h2{padding-bottom: 50px;}
/*distribut_descr_wrap end*/

/*company_gallery*/
.company_gallery{
    padding: 23px 0 73px;
}
.company_gallery ul{
    position: relative;
}
.company_gallery li{
    list-style: none;
    padding: 0;
    font-family:'Museo Cyrl 500';
}
.company_gallery li:after{display: none;}
.company_gallery li.p_absolute{
    width: 488px;
    height: 341px;
    position: absolute;
    top: 50%;
    margin-top: -170.5px;
    left: 50%;
    margin-left: -244px;
	z-index: 10;
}
/*company_gallery end*/

/*quote_block*/
.quote_block{margin-bottom: 47px;}
.quote_text p{
    background: #e7f0f4;
    font-family: 'MuseoCyrl-300';
    line-height: 1.429;
    padding: 16px 60px 18px 62px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 33px;
    overflow: hidden;
    position: relative;
}
.quote_text p:before, .quote_text p:after{
    display: block;
    content: '';
    width: 21px;
    height: 16px;
    background: url(../images/icon_set.png) no-repeat 0 -56px;
    visibility: visible;
    position: absolute;
    top: 15px;
    left: 19px;
}
.quote_textp:after{
    top: auto;
    bottom: 15px;
    left: auto;
    right: 19px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    transform: rotate(180deg);
}
.quote_avtor{
    padding-left: 69px;
    position: relative;
    margin-bottom: 35px;
}
.quote_avtor img{
    height: 46px;
    width: 46px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.quote_avtor h4{
    text-transform: inherit;
    padding-bottom: 0;
}
/*quote_block end*/

/*video_block*/
.video_block{
    background: #e7f0f4;
    margin-bottom: 52px;
}
.block_video{
    min-height: 503px;
    padding: 55px 0 0 0;
    position: relative;
}
.video_descr{
    width: 390px;
    padding-right: 30px;
}
.video_descr h2{
    line-height: 1.2;
    text-transform: inherit;
    padding-bottom: 20px;
}
.video_descr p{
    font-family: 'MuseoCyrl-300';
    padding-bottom: 19px;
}
.video{
    width: 66.315%;
    max-height: 445px;
    padding: 28px 24px 0;
    background: url(../images/video_bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.player{
    position: relative;
    width: 100%;
    padding-bottom: 60%;
}
.player iframe{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}
.video img{
    width: 100%;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}
.video_link{
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/ico_list.png) no-repeat right top;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -14px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.video_link:hover{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
/*video_block end*/

/*benefits_block*/
.benefits_block{
    position: relative;
    top: -7px;
    margin-bottom: 25px;
}
.benefits_block h2{padding-bottom: 46px;}
.field-name-body ul.benefits_list li{
    list-style: none;
    padding:0 0 0 91px;
    margin-bottom: 30px;
    position: relative;
    font-family:'Museo Cyrl 500';
}
.field-name-body ul.benefits_list li:after{display: none;}
.b_ico:before{
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background: url(../images/ico_list.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.b_ico1:before{background-position: 0 0;}
.b_ico2:before{background-position: -61px 0;}
.b_ico3:before{background-position: -122px 0;}
.b_ico4:before{background-position: -183px 0;}
.b_ico5:before{background-position: -244px 0;}
.b_ico6:before{background-position: -305px 0;}
.field-name-body ul.benefits_list li h4{
    text-transform: inherit;
    padding-bottom: 7px;
}
.benefits_text{
    line-height: 1.429;
    font-family:'Museo Cyrl 100';
}
/*benefits_block end*/

/*big_img*/
.big_img {margin-bottom: 61px;}
/*big_img end*/

/*bottom_img*/
.bottom_img img{width: 100%;}
/*bottom_img end*/

/*butt_block*/
.butt_block{margin-bottom: 57px;}
.butt_block .blue_butt{margin-right: 13px;}
/*butt_block end*/

/*list_block*/
.list_block{margin-bottom: 2px;}
/*list_block end*/

/*title_block*/
.title_block{margin-bottom: 29px}
/*title_block*/

/*sidebar*/
.sidebar{
    width: 326px;
    float: left;
    margin-right: -326px;
} 
.sidebar_menu, .sidebar_filter{
    width: 263px;
}
.sidebar_menu > li {
    background: #e7f0f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 7px;
    padding: 0;
    font-family:'Museo Cyrl 500';
}
.sidebar_menu > li:after{display: none;}
.sidebar_menu > li > a{
    display: block;
    height: 60px;
    line-height: 60px;
    background: #27485b;
    text-decoration: none!important;
    color: #fff;
    font-size: 18px;
    font-family:'Museo Cyrl 900';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding-left: 67px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.sidebar_menu > li > a:hover:before{
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg); 
    -webkit-transform: rotate(360deg); 
    -o-transform: rotate(360deg); 
    transform: rotate(360deg);
}
.sidebar_menu > li > a:before{
    display: block;
    content: '';
    background: url(../images/icon_sprite.png) no-repeat;
    position: absolute;
    left: 30px;
    top: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sidebar_menu > li > a.catalog_ico:before{
    width: 18px;
    height: 12px;
    background-position: 0 0;
    left: 33px;
    top: 22px;
}
.sidebar_menu > li > a.news_ico:before{
    width: 19px;
    height: 21px;
    background-position: 0 -12px;
}
.sidebar_menu > li > a.star_ico:before{
    width: 19px;
    height: 19px;
    background-position: 0 -33px;
    top: 19px;
}
.sidebar_menu > li > a.proc_ico:before{
    width: 23px;
    height: 23px;
    background-position: 0 -52px;
    left: 24px;
}
.sidebar_menu > li > a.label_ico:before{
    width: 23px;
    height: 21px;
    background-position: 0 -97px;
    left: 24px;
}
.sidebar_menu > li > a:hover,
.sidebar_menu > li > a.active
{background: #00a9d1;}
.sidebar_menu > li:first-child > a{
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -ms-border-bottom-left-radius: 0px;
    -o-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -ms-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.sidebar_menu > li > ul{
    padding: 30px 0 9px 35px;
}
.sidebar_menu > li > ul li{
    padding:0 0 22px 0;
    font-family:'Museo Cyrl 500';
}
.sidebar_menu > li > ul li:after{display: none;}
.sidebar_menu > li > ul a{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #000011;
    text-decoration: none!important;
    position: relative;
}
.sidebar_menu > li > ul a:before{
    display: block;
    width: 12px;
    height: 22px;
    content: '';
    background: url(../images/icon_sprite.png) no-repeat left -75px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -11px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sidebar_menu > li > ul a.active:before,
.sidebar_menu > li > ul a:hover:before{
    opacity: 1;
}
.sidebar_menu > li > ul a:hover,
.sidebar_menu > li > ul a.active{color: #00a9d1;}
/*sidebar end*/

/*contact_block*/
.contact_block{padding: 60px 0 0;}
.i_tab_contact{
    padding: 0 0 34px 83px;
    border: none;
    position: relative;
}
.contact_tabs .tabs_main{padding-bottom: 0;}
.i_tab_contact:before{
    content: 'Город:';
    display: block;
    font-family:'Museo Cyrl 700';
    font-size: 18px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.i_tab_contact div{
    font-family:'Museo Cyrl 700';
    color: #a3a3a3;
    border: none;
    text-transform: inherit;
    padding: 0 0 0 72px;
    bottom: 0;
    margin-right: 30px;    
}
.i_tab_contact div.active{color: #000;}
.i_tab_contact div:hover{color: #00a9d1;}
.i_tab_contact div:last-child{margin-right: 0;}
.i_tab_contact div > b{
    display: block;
    width: 51px;
    height: 51px;
    background: #27485b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25.5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.i_tab_contact div.active > b,
.i_tab_contact div:hover > b{
    background: #00a9d1;
}
.i_tab_contact div > b:after{
    content:'';
    display: block;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 5px solid #00a9d1;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.i_tab_contact div.active > b:after{opacity: 1;}
.i_tab_contact div > b:before{
    display: block;
    content: '';
    width: 20px;
    height: 26px;
    background: url(../images/city_ico.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -13px;
}
.i_tab_contact div:last-child > b:before{
    width: 26px;
    background-position: right top;
    margin-left: -13px;
}
.adress_wrap{margin-bottom: 3.85%;}
.map{
    width: 42.8%;
    float: left;
}
.adress_block{
    width: 53.333%;
    background: #e7f0f4;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.adress_panel{
    padding: 16px 10px 24px 20px;
}
.adress_panel .address{
    font-size: 18px;
    margin-bottom: 9px;
}
.adress_panel .address:before{top: 5px;}
.adress_panel .ico_phone{
    display: inline-block;
    font-size: 18px;
    font-family:'Museo Cyrl 500';
    color: #000011;
    margin-right: 15px;
    position: relative;
    padding-left: 32px;
}
.adress_panel .ico_phone:before {
    left: 0;
    top: 4px;
}
.adress_panel .modal_btn{
    text-transform: uppercase;
    text-decoration: underline;
}
.adress_panel .modal_btn:hover{text-decoration: none;}
.adress_slider{position: relative;}
.slider_city{
    margin: 0;
    padding: 0;
}
.slider_city li{
    font-family:'Museo Cyrl 500';
    padding: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
}
.slider_city li:after{display: none;}
.adress_slider .bx-controls-direction{
    height: 35px;
    width: 100%;
    top: 50%;
    margin-top: -17.5px;
}
.adress_slider .bx-controls-direction a{
    height: 35px;
    width: 19px;
    top: 50%;
    margin-top: -17.5px;
    background: url(../images/slider_arrows.png) no-repeat;
}
.adress_slider .bx-controls-direction a.bx-prev{
    left: 29px;
    background-position: left top;
}
.adress_slider .bx-controls-direction a.bx-next{
    right: 29px;
    background-position: right top;
}
.page-node-11 .webform-client-form{margin-bottom: 55px;}
.feedback_title{
    color: #000011;
    font-size: 30px;
    padding-bottom: 25px;
}
.feedback_form > ul{
    padding: 0;
    margin: 0 -7px 14px;
}
.feedback_form > ul > li{
    width: 33.333%;
    float: left;
    padding: 0 7px;
    margin: 0 0 14px 0;
}
.feedback_form > ul > li:last-child{width: 100%;}
.feedback_form ul li:after{display: none;}
.feedback_form .jq-selectbox__select{
    border: 1px solid #363636;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.feedback_form .jq-selectbox__select:focus{
    outline: none;
    border-color: #0e8eac;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(14,142,172,1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(14,142,172,1);
    box-shadow: 0px 0px 1px 1px rgba(14,142,172,1);
}
.feedback_form .jq-selectbox__dropdown{
    border-color: #363636;
}
.feedback_form .jq-selectbox__dropdown ul{
    padding: 0;
    margin: 0;
}
.feedback_form  input[type="text"],
.feedback_form  textarea{
    margin: 0;
}
.send_btn, .form-submit{
    display: block;
    height: 52px;
    width: 195px;
    line-height: 52px;
    text-align: center;
    border: none;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #00a9d1;
    font-family:'Museo Cyrl 900';
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
}
.send_btn:hover, .form-submit:hover{background: #01bce8;}
/*contact_block end*/
.product_list li a.form-submit.form-submit{
  color:#fff;
  border:0;
  padding:0;
  display: inline-block;
  width: 195px;
}

.main_nav, .sub_menu, .main_slider, .partners_slider, .slider_pager ul, .f_nav ul, .social,
.jq-selectbox__dropdown ul, .sidebar_menu, .sidebar_menu > li > ul, .company_gallery ul,
.benefits_list, .navigation_list, .product_slider, .bread_crumbs ul {margin-bottom: 0;}
.company_gallery ul li{
    padding:0;
}
.company_gallery ul li::after{
    display: none;

}
.views-exposed-form .views-exposed-widget{
    float:none;
    width: 263px;
    padding:0;
}
.views-exposed-form .form-item{
    margin-bottom: 9px;
}
.views-exposed-form{
    display: none;
    margin-bottom: 22px;
}
.block-system{
    float:left;
    width: 100%;
    min-height: 300px;
}
.project_block{
    position: relative;
    width: 100%;
    padding-bottom:55%;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.project_block > div{
    position: absolute;
}

.node-type-project .product_slider li a:before {
    display: block;
    content: '';
    width: 100%;
    height: 361px;
    z-index: 99;
    background: url(../images/project_bg.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.block-block{padding-bottom: 40px;}
.block-block p, .content p{
    color: #000011;
    font-family:'Museo Cyrl 500';
    line-height: 1.429;
}
.admin-menu .top_panel{
    top:29px;
}
.distribut_product .product_list{
    margin:0 -15px;
}
.page-node-7 .main_wrap > .container{
    max-width: none;
    padding:0;
}
#webform-component-name, #webform-component-email{
    float:left;
    padding-right:7px;
    float:left;
    width: 50%;
    box-sizing: border-box;
}
#webform-component-email{
    padding: 0 0 0 7px;
}
div.messages{
    margin-bottom: 18px;
}
.page-catalog-60 .bread_crumbs{
    position: relative;
    top: auto;
    right:auto;
}
.field-name-field-designer .field-name-body p{
    font-family: 'PT Sans', sans-serif;
}
.view-akcii.view-display-id-page{
  margin-bottom: 60px; 
}
.box-modal #webform-component-name{
    width: 100%;
    padding:0;
}
.box-modal .messages{
    display: none;
}
.ajax-progress{
    display: none;
}
.jq-selectbox__dropdown{
    bottom: auto !important;
}

.tile-type{
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(../images/tile_sprite.png);
    margin-right: 7px;
    margin-top: 13px;
    cursor: help;
}
.tile-type-mat{
    background-position: 0 0;
}
.tile-type-gl{
    background-position: -25px 0;
}
.tile-type-lap{
    background-position: -50px 0;
}
.tile-type-str{
    background-position: -75px 0;
}
.tile-type-nap{
    background-position: -100px 0;
}
.tile-type-mor{
    background-position: -125px 0;
    margin-right: 0;
}


/*benefits_block*/
.benefits_block{
    position: relative;
    top: -7px;
    margin-bottom: 25px;
}
.benefits_block h2{padding-bottom: 46px;}
.benefits_list li{
    list-style: none;
    padding:0 0 0 91px;
    margin-bottom: 30px;
    position: relative;
    font-family:'Museo Cyrl 500';
}
.benefits_list li:after{display: none;}
.b_ico:before{
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background: url(../images/ico_list.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.b_ico1:before{background-position: 0 0;}
.b_ico2:before{background-position: -61px 0;}
.b_ico3:before{background-position: -122px 0;}
.b_ico4:before{background-position: -183px 0;}
.b_ico5:before{background-position: -244px 0;}
.b_ico6:before{background-position: -305px 0;}
.benefits_list li h4{
    text-transform: inherit;
    padding-bottom: 7px;
}
.benefits_text{
    line-height: 1.429;
    font-family:'Museo Cyrl 100';
}
.sidebar .blue_butt{
    margin: -20px 0 20px;
}
.project_slider_wrap {
    position: relative;
    width: 100%;
    height: 477px;
}
.project_slider_wrap li{
    padding:0;
    border:0;

}
.node-project .field-name-field-collections{
    margin-bottom: 40px;
}
.node-project .field-name-field-collections .field-item{
    margin-bottom: 10px;
}
/*benefits_block end*/

/*адаптивная-мобильная верисия*/
.menu_button {
    display: block;
    height: 44px;
    width: 34px;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    top: 2px;
}
.menu_button:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;    
    position: absolute;
    left: 0px;
    top: 5px;
}
/* Nav Trigger */
.ico-trigger {
    cursor: pointer;
    display: block;
    height: 17px;
    left: 8px;
    position: absolute;
    top: 13px;
    width: 18px;
}
.ico-trigger:before {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ico-trigger i {
    top: 7px;
    display: block;
    position: relative;
}
.ico-trigger i:before, .ico-trigger i:after {
    content: '';
    position: absolute;
    left: 0;
}
.ico-trigger i:before {
    top: -6px;
}
.ico-trigger i:after {
    bottom: -6px;
}
.ico-trigger i,
.ico-trigger i:before,
.ico-trigger i:after {
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ico-trigger.active:before {
    opacity: 1;
    width: 44px;
    height: 44px;
}
.ico-trigger.active i,
.ico-trigger.active i:before,
.ico-trigger.active i:after {
    background: #fff;
}
.ico-trigger.active i {
    background: transparent;
}
.ico-trigger.active i:before {
    top: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.ico-trigger.active i:after {
    bottom: 0;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.slider-item{
    padding:0;
}


#simplemeta-meta-form-ajax-wrapper{
    display: none;
}
.views-submit-button{
    display: none;
}
.offer-flag, .sale-flag{
    width: 92px;
    height: 33px;
    background: url(../images/offers-flag-2.png);
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Museo Cyrl 900';
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 35px;
    line-height: 30px;
}

.offer-flag{
    width: 39px;
    padding-left:5px;
    text-align: center;
    background: url(../images/offers-flag.png);
}


.sale-flag.with-value span{
    margin-left: -25px;
    background: #00abd4;
}

.product_link{
  position: relative;
}

.arcticmodal-container .jq-selectbox__select{
  border:1px solid #363636;
}
#webform-component-filial .jq-selectbox__dropdown ul li:last-child{
    display: none;
}
.field-name-body img{
    height: auto !important;
}

#banner{
    display: block;
    max-width:100%;
    max-height: 100%;
    background-size: cover;
    text-decoration: none;
    color:#fff;
    padding:0;
    border:0;
}

.slider-item .field-name-field-video .player{
  padding-bottom: 37.78%;
}

.slider_wrap .main_slider li{
  display: none;
}
.slider_wrap .main_slider li:first-child{
  display: block;
}

#edit-flags-wrapper{
  display: none;
}

.commerce-add-to-cart label{
  display:none;
}
.commerce-add-to-cart .form-item-quantity{
  float:left;
  margin-right: 15px;
  width: 70px;
}
.commerce-add-to-cart .form-item-quantity input{

  text-align: center;
}
.product_descr .commerce-add-to-cart .form-item-quantity input{
  height:52px;
}


.add-to-cart-overlay{
  z-index: 500;
  background: rgba(0,0,0,0.55) url(../fancybox/fancybox_overlay.png);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.add-cart-message-wrapper{
  z-index: 501;
  position: fixed;
  padding: 30px 40px;
  min-width: 400px;
  border:0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  right:auto;
  left:50%;
  top:50%;
  -webkit-box-transform: translate(-50%, -50%);
  -moz-box-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.add-to-cart-close{
      position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    border: none;
        background-image: url(../fancybox/fancybox_sprite.png);
}
.new-item-details{
  float:none;
}
.option-button-wrapper{
  float:none;
  text-align:center;
  margin-top: 15px;
  font-family:'Museo Cyrl 700';
}
.option-button-wrapper .continue{
  display: inline-block;
  margin-top: 15px;
  text-decoration: underline;
  cursor:pointer;
  transition: all .3s;

}
.option-button-wrapper .continue:hover{
  color:#0e8eac;
}
.added-product-message{
  font-size: 24px;
}
.new-item-details p{
  padding-bottom:0;
  font-family:'Museo Cyrl 500';
}

.page-checkout .cart_contents{
  float:left;
  width: 60%;
  padding-right:15px;
}
.page-checkout .commerce_fieldgroup_pane__group_order_info{
  float:right;
  width:40%;
  padding-left:15px;
}
.checkout-buttons{
  clear:both;

}
.page-checkout .fieldset-legend{
  font-family:'Museo Cyrl 700';
  font-size: 21px;
  margin-bottom: 15px;
  display: block;
}

.page-checkout  textarea{
  height: auto;
  margin-bottom: 20px;

}
.page-checkout textarea + .grippie{
  display: none;
}
.checkout-buttons{
  margin-bottom: 15px;
  padding:5px 15px 15px;
  width: 50%;
  margin-left:50%;
}
.checkout-buttons input{
  display: inline-block;
  width: auto;
  padding: 0 20px !important;
}
.button-operator{
  margin:0 0px 0 20px;
}
.view-commerce-cart-form table{
  width:100%;
  font-family:'Museo Cyrl 700';
}
.view-commerce-cart-form table input{
  margin-bottom: 0;;
}
.view-commerce-cart-form table th{
  padding-bottom:15px;
}
.view-commerce-cart-form table td{
  vertical-align: middle;
  padding:15px 0 15px;
  text-align: center;
  border-top:1px solid #e1e1e1;
  border-bottom:1px solid #e1e1e1;
}
.view-commerce-cart-form .views-field-field-image{
  width: 115px;
  padding-right:15px;
  text-align: left;
}
.view-commerce-cart-form .views-field-line-item-title{
  text-align:left;
}
.view-commerce-cart-form .views-field-edit-delete{
  width: 1px;
}
.view-commerce-cart-form .views-field-edit-quantity input{
  display: inline-block;
  width:85px;
  text-align:center;
}
.views-field-edit-delete input{
  width: 24px;
  height: 24px;
  background: url(../images/delete.svg) !important;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
.views-field-edit-delete input:hover{
  opacity: 0.7;
}
.view-commerce-cart-form .line-item-summary{
  margin: 30px 0;
  font-family:'Museo Cyrl 500';
  font-size: 24px;
}
.view-commerce-cart-form .form-actions{
  text-align: right;
  margin-bottom: 20px;
}
.view-commerce-cart-form .form-actions input.form-submit{
  display: inline-block;
  width: auto;
  margin-left: 20px !important;
  padding: 0 20px;
  font-family:'Museo Cyrl 500';
}
.view-commerce-cart-form .form-actions #edit-submit{
  background: url(../images/refresh.svg) no-repeat 20px 50%;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  color:#018fe2;
  padding-left: 50px;
}
.view-commerce-cart-form .form-actions #edit-submit:hover{
  color:#01bce8;
}
.view-commerce-cart-summary table{
  width: 100%;;
}
.view-commerce-cart-summary > .view-content > table td{
  vertical-align: middle;
  padding:15px 0 15px;
  text-align: left;
  border-top:1px solid #e1e1e1;
  border-bottom:1px solid #e1e1e1;
}
.view-commerce-cart-summary table th{
  text-align:left;
  padding-bottom:15px;
  padding-top:15px;
  font-family:'Museo Cyrl 700';
}
.view-commerce-cart-summary .view-footer{
  
  margin-top: 20px;
}
.view-commerce-cart-summary .field-name-commerce-order-total {
  /* font-size: 18px; */
}
.views-field-commerce-price,
.field-name-commerce-price{
  color:#00a9d1;
  font-size: 18px;
  margin:15px 0;
  padding-left:25px;
  background: url(../images/tag.svg) no-repeat 0 50%;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
}
.checkout-completion-message p{
  text-align: center;
  font-size: 24px;
  font-family: 'Museo Cyrl 500';
}
.views-field-add-to-cart-form .form-submit{
  height: 44px;
  line-height: 44px;
}
#banner{
  position: absolute;
  right:20px;
  bottom:20px;`
}
.show-full-form{
  text-transform: uppercase;
  border-bottom:1px #00a9d1 dotted;
  margin-bottom:20px;
  display: inline-block;
}
.show-full-form:hover{
  text-decoration: none;
}
#commerce-checkout-form-checkout .form-type-select{
  margin-bottom: 15px;
}
#commerce-checkout-form-checkout .field-name-field-order-address,
#commerce-checkout-form-checkout .field-name-field-order-comment{
  display: none;
}
#commerce-checkout-form-checkout .jq-selectbox__select{
  border-color: #363636;
}
.cart-description{
  text-align: right;
  margin-top: 20px;
}
.cart-description p{
  font-size: 15px;
  color:#000011;
  padding-bottom: 2px;
  font-family: 'Museo Cyrl 500';
}
input.checkout-cancel{
  padding-right:0 !important;
}
.views-table .price span{
  display: none;
}
.cart-description{

}
.view-commerce-cart-summary .cart-description{
  text-align: left;
}

.commerce-order-handler-area-order-total{
    margin-top: 36px;
    font-size: 18px;
}

.commerce-order-handler-area-order-total .field-item{
    font-size: 20px;
    margin-left: 10px;
}

.city_form {
  position: relative;
}
.city_form_open{
  font-family:'Museo Cyrl 500';
  background: url(../images/location.svg) 0 50% no-repeat;
  padding-left: 20px;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  display: inline-block;
  line-height: 24px;
}
.city_form_modal{
  position: absolute;
  left:8px;
  width: 250px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 0 2px #000;
  margin-top: 10px;

  text-align: center;
}

.city_form_modal::before{
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right:1px solid #999;
  border-top:1px solid #999;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -6px;
  top: -6px;
}



.city_form_modal a{
  border: none;
  background: none;
  display: inline-block;
  color: #0091be;
  padding:0 5px;
  font-family:'Museo Cyrl 700';
  text-transform: none;
}

.city_form_modal p{
  font-size: 14px;
  line-height: 1.429;
  padding-bottom: 21px;
}
.city_form_modal a span{
  text-transform: none;
}

/*
font-family: 'PT Sans', sans-serif;
font-family:'Museo Cyrl 100';
font-family: 'MuseoCyrl-300';
font-family: 'MuseoCyrl-500';
font-family:'Museo Cyrl 700';
font-family:'Museo Cyrl 900';
*/

/* .sl_content {
    display: none;
}

.form-item-commerce-fieldgroup-pane--group-order-info-field-order-filial-und{
    display: none;
}
 */

/*  Новые стили обновленного сайта */

 #block-block-4{
    text-align: center;
}

.sl_content {
    display: none;
}

.block_video_main{
    min-height: 336px;
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.video_main{
    margin-right: 16px;
    margin-left: 20px;
}
.video_main iframe {
    width: 100% !important;
}
.view-id-commerce_cart_summary td.views-field-quantity{
  padding-left:10px !important;
}
.body-wrapper {
  display: flex;
  align-items: flex-start;
}
.node-designer-page .field-name-body {
  flex: 1;
  box-sizing: border-box;
  padding-right: 30px;
}
.node-designer-page .field-name-field-photo img {
  max-width: none;
}
.node-designer-page .field-name-field-photo {
  width: 260px;
  background: #eef4f7;
  padding: 30px;
  max-width: none;
}
@media only screen and (max-width : 555px) {
  .body-wrapper {
    flex-direction: column;
  }
  .node-designer-page .field-name-field-photo {
    flex: 1;
    width: auto;
    order: -1;
  }
}
/* @media only screen and (min-width: 920px) {
  .catalog_list li:last-child {
    float: none;
    clear:left;
    margin: 0 auto;
  }
} */
@media only screen and (max-width: 690px) {
  .catalog_list.catalog_list2, .catalog_list {
      margin-bottom: 30px;
  }
}

.product_name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jq-selectbox__select {
  border: 1px solid #e7f0f4;
}
.toggle-container .body {
  display: none;
}
.dimension {
    color: #00a9d1;
    display: inline-block;
}
.view-commerce-cart-form .views-field-edit-quantity .form-type-textfield {
    display: inline-block;
    margin-right: 5px;
}

#popup{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
}
#popup figure {
  display: table-cell;
  vertical-align: middle;
}
#popup div, #popup figcaption, #popup figure:before {
  max-width: 750px; /* максимальная ширина */ 
  margin: 0 auto;
  border-style: solid; 
  border-color: rgb(88,125,164);
  background: #fff;
}
#popup figure:before { /* стиль кнопки "закрыть" */ 
    content: "ЗАКРЫТЬ Х";
    width: 99px;
    display: block;
    padding: 7px 8px;
    border-width: 4px 5px 0 4px;
    border-radius: 14px 14px 0 0;
    text-align: right;
    color: rgb(88,125,164);
}
#popup div, #popup figcaption {
  padding: 0;
  cursor: default;
}
#popup figcaption {
  position: relative;
  border-width: 4px 4px 0 4px;
  font-size: 150%;
  text-transform: uppercase;
  color: rgb(100,100,100);
}
#popup figcaption:before { /* стиль восклицательного знака, не поддерживается Google Chrome. Его можно заменить на что-то более приемлемое */ 
  content: "\26a0 \20 \20";
  color: red;
  font-size: 150%;
  vertical-align: middle;
}
#popup div {
  border-width: 4px 4px 4px 4px;
  border-radius: 5px;
}


@media only screen and (max-width: 690px) {
  .dimension {
    display: block;
  }
}

.views-field-commerce-price{
	/*display: none !important;*/
}





.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}

.youtube img {width: 100%; top: -16.82%; left: 0;}

.youtube .play-button {
    width: 68px;
    height: 48px;
    background-color: #333;
    z-index: 1;
    opacity: 0.9;
    border-radius: 13px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 12px 0px 11px 20px;
    border-color: transparent transparent transparent #fff;
    margin-left: 2px;
}
.youtube .play-button:hover{
    background-color: red;
}
.youtube img, .youtube .play-button {cursor: pointer;}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {position: absolute;}

.youtube .play-button, .youtube .play-button:before {top: 50%; left: 50%; transform: translate3d( -50%, -50%, 0 );}

.youtube iframe {height: 100%; width: 100%; top: 0; left: 0;}

.owl-carousel .owl-item img{
    margin-top: 57px;
    height: inherit;
    object-fit: cover;
}




.product_kt {
    position: relative;
    font-family: 'Museo Cyrl 500';
    font-size: 16px;
    line-height: 1.759;
    margin-bottom: 50px;
}
.product_kt .product_left{
    width: 43%;
    display: inline-block;
    vertical-align: top;
}
.product_kt .product_left .views-field-field-image img{
    max-height: 500px;
}
.product_kt .product_right{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.product_kt .block_name{
    margin-bottom: 10px;
    color: #00a9d1;
    font-size: 18px;
    font-family: 'Museo Cyrl 900';

}
.product_kt .block_charact_all .block_name,.product_kt .block_charact_all .block_value,.product_kt .block_price .block_value,.product_kt .block_price .block_name{
    display: inline-block;
}
.product_kt .block_price .block_value_text{
    font-size: 20px;
    font-weight: bold;
}
.commerce-add-to-cart .form-item-quantity{
    position: relative;
}
.commerce-add-to-cart .commerce-quantity-plusminus-link a{/* + -*/
    font-size:32px;
}

.commerce-add-to-cart .form-item-quantity .commerce-quantity-plusminus-link-decrease{/*минус*/
    position: absolute;
    top: 0px;
    width: 32px;
}
.commerce-add-to-cart .form-item-quantity .commerce-quantity-plusminus-link-increase{/*плюс*/
    position: absolute;
    top: 0px;
    right: -64px;
}
.commerce-add-to-cart .form-item-quantity  input.form-text{
    margin-left: 32px;
}
.commerce-quantity-plusminus-link a.button:hover{
    display: block;
    width: 32px;
    height: 44px;
    display:block;
    padding-top:3px !important;
}
.commerce-quantity-plusminus-link a.button{
    display:block;
    padding-top:3px !important;
}    
.product_kt .commerce-add-to-cart input.form-submit{
    margin-left:155px !important;
}
.product_kt .commerce-add-to-cart .form-item-quantity .commerce-quantity-plusminus-link-increase a{
    line-height: 1.2;
}
.product_kt .commerce-add-to-cart .form-item-quantity .commerce-quantity-plusminus-link-decrease a{
    line-height: 1.1;
}
.view-id-ec_products_one{
    display: inline-block;
/*    height: 470px;*/
    width: 33%;
    margin-bottom: 75px;
}
@media (max-width: 500px){
    .view-id-ec_products_one{
        width: 40%;
        margin-right: 25px;
    }
    .view-id-ec_products_one form input.form-submit{
        width: 90px;
        margin-left: calc(50% - 35px) !important;
    }
    .product_kt .commerce-add-to-cart input.form-submit{
        margin-left: 0 !important;
    }

}
.view-id-ec_products_one form input.form-submit{
    position: absolute;
    top:65px;
}
.view-id-ec_products_one form.commerce-add-to-cart {
    position: relative;
}
.view-id-ec_products_one .form-item-quantity{
    margin-bottom: 10px;
    margin-top: 10px;
}
.view-id-ec_products_one .poverch{
    padding-left:25px;
    display: block;
}
.navigation .pager-item-none{
    display: none;
}
.view-ec-products-one .product_name_url{
    margin-top:10px;
    width: 95%;
}
.view-ec-products-one .product_price .field-content{
    display: inline-block;
}
.view-ec-products-one .product_price{
    margin-top:15px;
    font-size: 18px;
    display: inline-block;
}
.view-ec-products-one .product_razmernost{
    display: inline-block;
    font-size: 18px;
}
.view-ec-products-one .field-content{
    display: inline-block;
}



.catalog3 {
    width: 33%;
    padding: 0px 16px;
    min-height: 40px;
}

.add-cart-message-wrapper1 {display: none;}


/* Поиск: form-item должен занимать всю ширину блока, чтобы input достигал лупы.
   D11 container-inline.module.css ставит display:inline-block, что сжимает .form-item. */
#search-block-form .form-item-search-block-form {
  display: block;
  width: 100%;
}

/* Скрыть form-actions целиком — submit и так display:none, но сам div
   как inline-block добавляет ~21px ниже input и сбивает позиционирование иконки лупы. */
#search-block-form .form-actions { display: none; }
/* Корзина: фиксируем высоту через clearfix, делаем total кликабельным. */
.ajax-shopping-cart-teaser .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.cart-product-total {
  cursor: pointer;
}

/* D7 system.base.css equivalents (отсутствуют в D11). */
.element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.element-hidden {
  display: none;
}
/* D7 dc_ajax_add_cart.css equivalent — корзина в ряд. */
.cart-image,
.cart-product-quantity,
.cart-product-total {
  float: left;
  margin-right: 10px;
}

/* Корзина: <a class="ajax-shopping-cart-teaser"> — inline-block (как в D7),
   чтобы при мобильной раскладке (когда родитель идёт block с text-align:center)
   ссылка ужималась к контенту и центрировалась внутри родителя. */
a.ajax-shopping-cart-teaser {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a.ajax-shopping-cart-teaser:hover,
a.ajax-shopping-cart-teaser:focus {
  text-decoration: none;
  color: inherit;
}

/* === /cart (page-cart) — D7-эквивалент. В D11 обёртка — .cart-form / .cart.cart-form === */
.cart-form table {
  width: 100%;
  font-family: 'Museo Cyrl 700';
}
.cart-form table input { margin-bottom: 0; }
.cart-form table th { padding-bottom: 15px; text-align: left; }
.cart-form table td {
  vertical-align: middle;
  padding: 15px 0 15px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.cart-form .views-field-field-image {
  width: 115px;
  padding-right: 15px;
  text-align: left;
}
.cart-form .views-field-line-item-title { text-align: left; }
.cart-form .views-field-edit-delete { width: 1px; }
.cart-form .views-field-edit-quantity input {
  display: inline-block;
  width: 85px;
  text-align: center;
}
/* D7 «крестик удалить» как иконка. В D11 кнопка — input.delete-order-item. */
.cart-form .views-field-edit-delete input,
.cart-form .delete-order-item {
  width: 24px;
  height: 24px;
  background: url(../images/delete.svg) !important;
  background-size: 24px 24px !important;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.cart-form .views-field-edit-delete input:hover,
.cart-form .delete-order-item:hover { opacity: 0.7; }

.cart-form .line-item-summary {
  margin: 30px 0;
  font-family: 'Museo Cyrl 500';
  font-size: 24px;
  text-align: right;
}
.cart-form .form-actions {
  text-align: right;
  margin-bottom: 20px;
}
.cart-form .form-actions input.form-submit {
  display: inline-block;
  width: auto;
  margin-left: 20px !important;
  padding: 0 20px;
  font-family: 'Museo Cyrl 500';
}
.cart-form .form-actions #edit-submit {
  background: url(../images/refresh.svg) no-repeat 20px 50%;
  background-size: 24px 24px;
  color: #018fe2;
  padding-left: 50px;
}
.cart-form .form-actions #edit-submit:hover { color: #01bce8; }

.cart-form .cart-description {
  text-align: right;
  margin-top: 20px;
}
.cart-form .cart-description p {
  font-size: 15px;
  color: #000011;
  padding-bottom: 2px;
  font-family: 'Museo Cyrl 500';
}

/* Скрыть D11-overhead: subtotal-строку в .order-total-summary (мы оставляем только .line-item-summary внутри). */
.cart-form .order-total-line__subtotal { display: none; }
/* В случае dimension у unit_price — мелкий текст справа от цены. */
.cart-form .dimension {
  font-size: 13px;
  color: #555;
  font-family: 'Museo Cyrl 500';
  font-weight: normal;
}

/* === Header search autocomplete dropdown (порт search_autocomplete minimal theme из D7). === */
#search-block-form { position: relative; }
ul.ui-autocomplete[data-sa-theme="minimal"] {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #c8c8c8;
  box-shadow: 2px 2px 2px -1px rgba(128,128,128,0.6);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 200;
  min-width: 350px;
  max-height: 450px;
  overflow-y: auto;
  font-family: Arial, Tahoma, "Bitstream Vera Sans", sans-serif;
  font-size: 1em;
  border-radius: 0;
}
ul[data-sa-theme="minimal"] div { display: block; }
ul[data-sa-theme="minimal"] .ui-menu-item {
  margin: 0;
  padding: 0;
  float: left;
  clear: left;
  width: 100%;
  line-height: 14px;
  font-size: 12px;
  list-style: none;
}
ul[data-sa-theme="minimal"] .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0;
  margin: -1px;
  font-weight: normal;
  color: inherit;
  cursor: pointer;
}
/* D7 theme overrides (sites/all/themes/frontend/style.css) — hover синий, group label не float'ит. */
ul[data-sa-theme="minimal"].ui-menu {
  width: 100% !important;
  min-width: 0;
  position: absolute;
}
ul[data-sa-theme="minimal"] .ui-autocomplete-fields {
  padding: 5px 6px;
  overflow: hidden;
}
ul[data-sa-theme="minimal"] .ui-menu-item-first { border-top: 1px solid #808080; }
ul[data-sa-theme="minimal"] .ui-autocomplete-field-term { font-weight: bold; }
ul[data-sa-theme="minimal"] .ui-autocomplete-field-group {
  float: none;
  padding: 10px;
  font-weight: bold;
  overflow: hidden;
  clear: both;
}
ul[data-sa-theme="minimal"] .ui-menu-item.ui-state-hover {
  background: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  background-color: #00a9d1;
  cursor: pointer;
}
ul[data-sa-theme="minimal"] .ui-menu-item.ui-state-hover a { color: #fff; }
ul[data-sa-theme="minimal"] .ui-menu-item-all a {
  text-align: center;
  font-weight: bold;
}

/* === /search/node — страница поиска (D7-эквивалент). === */
.search-results.node-results {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.search-results.node-results > li {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}
.search-results.node-results h3.title {
  margin: 0 0 5px 0;
  font-family: 'Museo Cyrl 700';
  font-size: 18px;
}
.search-results.node-results h3.title a {
  color: #018fe2;
  text-decoration: none;
}
.search-results.node-results h3.title a:hover { color: #01bce8; }
.search-snippet-info p { margin: 0 0 4px 0; }
.search-snippet-info .search-snippet { font-size: 14px; color: #333; }
.search-snippet-info .search-info { font-size: 12px; color: #888; font-family: 'Museo Cyrl 500'; }
#search-form .form-actions, #search-form .container-inline { margin-bottom: 15px; }
#search-form #edit-keys { width: 320px; }

/* === Адаптив owl-carousel блока видео на главной. Инлайновые width:373px;height:340px
   у .youtube ломают раскладку owl на узких экранах — оверрайдим. === */
.block_video_main .owl-item .youtube,
.block_video_main .video_main .youtube {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%; /* 16:9 aspect ratio через padding-hack */
}
.block_video_main .video_main { margin-left: 0; margin-right: 0; }


/* === D7-паритет оформления заказа === */
/* Таблица содержимого корзины: товар широкий, цена/кол-во узкие, итого — вправо. */
.page-checkout .cart_contents .views-table { width: 100%; border-collapse: collapse; }
.page-checkout .cart_contents .views-table th,
.page-checkout .cart_contents .views-table td { padding: 8px 10px; vertical-align: top; }
.page-checkout .cart_contents .views-field-line-item-title { width: 40%; }
.page-checkout .cart_contents .views-field-commerce-unit-price,
.page-checkout .cart_contents .views-field-quantity { width: 20%; }
.page-checkout .cart_contents .views-field-commerce-total { width: 20%; text-align: right; }
.page-checkout .cart_contents .dimension { font-size: 12px; color: #00a9d1; }

/* Сноски под таблицей. */
.page-checkout .cart-summary-notes p { margin: 0 0 6px 0; }

/* Поля формы — на всю ширину правой колонки, как в D7. */
.page-checkout .commerce_fieldgroup_pane__group_order_info input[type="text"],
.page-checkout .commerce_fieldgroup_pane__group_order_info input[type="tel"],
.page-checkout .commerce_fieldgroup_pane__group_order_info input[type="email"],
.page-checkout .commerce_fieldgroup_pane__group_order_info textarea,
.page-checkout .commerce_fieldgroup_pane__group_order_info select { width: 100%; box-sizing: border-box; }
.page-checkout .commerce_fieldgroup_pane__group_order_info .form-item { margin-bottom: 12px; }
.page-checkout .commerce_fieldgroup_pane__group_order_info label { display: block; margin-bottom: 4px; }
.page-checkout .commerce_fieldgroup_pane__group_order_info .form-required::after { content: ' *'; color: #c00; }

/* Кнопки: между submit и cancel — «или». */
.checkout-buttons .button-operator { margin: 0 10px; color: #666; }
.checkout-buttons .back-to-cart-link { text-transform: uppercase; }

/* Collapse «Дополнительная информация» — скрыт до клика. */
.show-full-form-wrap { display: none; }


/* Общая стоимость заказа — в одну строку (label + значение inline). */
.commerce-order-handler-area-order-total .field-label,
.commerce-order-handler-area-order-total .field-items,
.commerce-order-handler-area-order-total .field-item { display: inline-block; }
.commerce-order-handler-area-order-total .clearfix::after { content: none; }
