@charset "windows-1251";

@import "layout.css";
@import "fonts/fonts.css";



/* CSS Document */
.clear {
    clear: both;
}
.l {
    float: left;
}
.r {
    float: right;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
*{
    margin: 0;
    padding: 0;
}

img{
  max-width: 100%;
}

.ap{color:#fff;}
.ap:hover{border-bottom:1px solid;color:#fff;}
/** Common **/
.centerCnt {

  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;

    
}
.centerCntBig{
    /* margin: 0 auto;
    width: 1280px; */
}
.container-full {
    min-width: 1200px;
    width: 100%; 

}

.my-table {
    display: table;
}
.my-table-cell{
    display: table-cell;
}
html {

}

body {
  color: #444;
  font-family: 'Lato', sans-serif;
  font-size:16px;
  background-color:#ededed;


}
h1, h2, h3, h4{
   
}


a {
    color: #2c90c4;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #2c90c4;
}
p {
    margin-bottom: 19px;
}
input, button {
    border: none;
}
button, input[type=submit]{
    cursor: pointer;
}

.btn{}

button, input[type=submit] {

}
blockquote {
   
}

.my-btn, button, input[type=submit] {
    height:44px;
    line-height: 44px;
    padding: 0 18px;
    text-align: center;
    text-decoration: none;
    
    background-color: white;
    background-image: linear-gradient(to top, #ecca56 0%, #fddb5d 100%);
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.42);
    
    color: #444;
    font-size: 18px;
    font-weight: 700;
    
}
.my-btn:hover,
button:hover,
input[type=submit]:hover {
    text-decoration: none;
    background-color: white;
    background-image: linear-gradient(to top, #ecca56 0%, #fddb5d 100%);
    color: #444;
}
.my-btn.small{
  line-height: 39px;
  height: 39px;
  font-size: 16px;
}
input:focus, button:focus, textarea:focus {
    outline: none;
}
input[type=text]{
    padding: 0 20px;
    height: 44px;
    
    font-size: 18px;
    background-color: #fff;
    border-radius: 6px;
    
}

input[type=text].white::placeholder {
    
}
textarea {
    padding: 20px;
    border: none;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
}
#page {


}


.header{
  min-height: 74px;
  background-color: #0e90c2;
  position: relative;
  overflow: visible;
}
.header .centerCnt{
  position: relative;
}

.logo{
  float: left;
  margin-top: 8px;
}
.logo, 
.logo a{
  width: 156px;
  height: 55px;
}
.logo a{
  background: url(img/logo.png) no-repeat;
  display: block;
  text-decoration: none;
}
.menu{
  float: right;
  width: 886px;/*982*/
  margin-top: 21px;
}
.menu ul{
  text-align: right;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.menu ul li{
  display: inline-block;
  margin-left: 2px;
}
.menu ul li a{
  display: block;
  padding: 0 5px;
  line-height: 30px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
}
.menu ul li a:hover,
.menu ul li.active a{
  color: #454545;
  background: #fff;
  text-decoration: none;
}


.big_btm_menu{
  background: none;
  padding: 0;
  border-radius: 0;
  display: none;
  position: absolute;
  
  right: 25px;
  top: 50%;
  margin-top: -4px;
  height: 17px;
  box-shadow: none;
}

.hamburger{
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding:0px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    height: 17px;
    position: relative;
    top:0;
    left: 0;
}
.hamburger-box{
    position: relative;
    display: inline-block;
    width: 23px;
    height: 17px;
    vertical-align: top;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before{
    position: absolute;
    width: 23px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 1px;
    background-color: #fff;
}
.menu_left_bl .hamburger--collapse .hamburger-inner,
.open .hamburger--collapse .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-7px,0) rotate(-45deg);
}

.menu_left_bl .hamburger--collapse .hamburger-inner:after,
.open .hamburger--collapse .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity: 0
}
.menu_left_bl .hamburger--collapse .hamburger-inner:before,
.open .hamburger--collapse .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform: rotate(-90deg)
}

 .hamburger-inner:before {
    top: -7px;
}
 .hamburger--collapse .hamburger-inner:after{
    top: -14px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
}


.categories-menu-bg, .m-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,.2);
}

.mobile-menu-header{
  height: 50px;
  background: #0e90c2;
  padding: 0 20px;
}
.mobile-menu-header h2{
  color: #fff;
  line-height: 50px;
  margin: 0;
  position: relative;
}

.m-header-menu__outer {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    display: none;
    overflow: auto;
    width: 320px;
}
.m-header-menu__outer.show {
    display: block!important;
}
.m-header-menu__outer ul {
    margin: 0;
    padding: 6px 0 30px 0;
    list-style: none;
    font-size: 16x;
}
.m-header-menu__outer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.m-header-menu__outer ul li a{
    display: block;
    /* padding: 8px 0; */
    font-size: 16px;
    color: #333;
    text-decoration: none;
    padding: 0;
    margin-right: 15px;
}
.m-header-menu__outer .dropdown-menu > li > a:hover, 
.m-header-menu__outer .dropdown-menu > li > a:focus{
  background-color: #fff;
}
.m-header-menu__outer ul li a:hover{
    color: #262626;
    
}
.m-header-menu__outer ul li i{
  
  cursor: pointer;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  right: 0;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

.m-header-menu__outer ul li i::before{
  content: "\f078";
}
.m-close-popup {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
.overflow-hidden {
    overflow: hidden;
}

.js-mobile-menu ul ul{
  display: none;
}
.js-mobile-menu ul .open{
}
.js-mobile-menu ul .open>ul{
  display: block;
  padding: 0 0 0 10px;
  position: relative;
  top: 0;
  left: 0;
  border: none;
  box-shadow: none;
  float: none;
}
.js-mobile-menu ul .open>a{
  margin-bottom: 5px;
}
.js-mobile-menu ul li{
  position: relative;
  display: block;
  padding-right: 15px;
  margin-bottom: 10px;
}
.js-mobile-menu ul li .fa-chevron-down{
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  right: 0;
}

.mdw{
  padding: 15px 20px;
}

.slider-arrow{
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 2

}
.slider-next{
  background: url(img/next.png) no-repeat;
  right:  100px;

}

.slider-prev{
  background: url(img/prev.png) no-repeat;
  left: 100px;
}

.slick-dots{
  
  bottom: 50px;
}
.slick-dots li button{
  font-size: 0;
  background: url(img/noactive.png) no-repeat;
  width: 12px;
  height: 12px;
  padding: 0;
}
.slick-dots li button:before{
  display: none;
}
.slick-dots li.slick-active button{
  background: url(img/active.png) no-repeat;
}

.slider-item{
  
 
}

.slider-item-cnt{
  padding: 10% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slider-title{
  text-align: center;
  color: white;
  font-size: 46px;
  font-weight: 600;
  border-radius: 10px;
  max-width: 808px;
  margin:0 auto;
  background: rgba(14,144,194, .7);
  padding: 11px 20px;
}
.slider-text{
  border-radius: 0px 0px 10px 10px;
  background: rgba(0, 30, 41, .7);
  max-width: 548px;
  text-align: center;
  margin:0 auto;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 25px;
}
.slider-btn{
  text-align: center;
}
.slider-btn .my-btn{
  text-decoration: none;
  display: inline-block;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
}
.slider-btn .my-btn i{
  display: inline-block;
  background: url(img/movie.png) no-repeat;
  width: 31px;
  height: 31px;
  line-height: 50px;
  vertical-align: middle;
  margin-left: 5px;
}
.slider-main {
  margin-bottom: 0 !important;
}
.text20{color: #0b77c0; font-size: 100px;}
.item2{background-color: #0e90c2;border-radius:8px;display:flex;align-items: center;margin-bottom:10px}
.img_item2{width: 100px;padding: 20px;}
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #FFF;
    background: #0e90c2;
    padding: 10px 20px; 
    border-top: 4px solid #BFE2FF;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #0e90c2;
    border: 2px solid #BFE2FF;
}
.cookie_btn:hover {
    color: #FFF;
    cursor:pointer;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}
@media (min-width: 768px) {
    .t20{font-size: 40px; color: #0b77c0;}
    .tb{ width: 100%; font-size: 13px;}
    .img_t{width: 20px; padding-bottom: 10px;}
    .fl{display: flex; align-items: flex-end;}}
@media (max-width: 767px) {
    .text20{color: #0b77c0; font-size: 60px;}
    .tb{ width: 90%; font-size: 11px;}
    .t20{font-size: 20px; color: #0b77c0;}
    .img_t{width:65px;margin-top:-25px;}
}
.center-body{
  margin:40px 0;
  padding: 50px;
  background-color: white;
  border-radius: 15px;
}

.block-container{
  margin-bottom: 60px;
}
.title{
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
}

.c-items{
  font-size: 0;
}
.c-item{
  display: inline-block;
  vertical-align: top;
  width: 36.75%;
  margin-right: 13.25%;
  margin-bottom: 30px;
}
.c-item-img{
  float: left;
  width: 22.29%;
}
.c-tem-body{
  float: right;
  width: 74.71%;
  padding-top: 12px;
}
.c-tem-body h3{
  margin-top: 0;
  margin-bottom: 9px;
  color: #444;
  font-size: 16px;
  font-weight: 700;
}
.c-item-text{
  color: #444;
  font-size: 16px;
  font-weight: 400;
}

.input-item select{
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  width: 100%
}

.jq-selectbox{
  width: 100%;
}
.jq-selectbox__select {
  height: 44px;
  padding: 0 45px 0 10px;
   border: none; 
   border-bottom-color: none; 
  border-radius: 4px;
   background: #fff; 
   box-shadow: none; 
  font-size: 18px;
  line-height: 44px;
  color: #444;
  border-radius: 6px;
   text-shadow:none; 
   width: 100%;
}
.jq-selectbox__select:hover {
  background: #fff; 
}
.jq-selectbox__trigger{
  border-left: none;
}
.jq-selectbox__trigger-arrow {
  top: 20px;
}
.form-main{
  background-color: #2c90c4;
  border-radius: 10px;
  padding: 40px;
}
.input-container{
  margin-bottom: 28px;

}
.input-item{
  width: 29.89%;
  margin-right: 5.15%;
  float: left;
}
.input-item input,
.input-item .jq-selectbox{
  width: 100%;
}
.input-item p{
  margin-bottom: 5px;
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.input-item:last-child{
  margin-right: 0;
}

.resucl-calc{
  margin-bottom: 14px;
  color: white;
  font-size: 24px;
  line-height: 24px;
}
.form-main button{
  height: 44px;
  line-height: 44px;
}


.block-promo{
  padding: 4px;
  background-color: white;
  border: 1px solid #d3d8dc;
  border-radius: 10px;
}
.promo-img{
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}

.promo-img img{
  width: 100%;
  border-radius: 6px;
}
.promo-body{
  padding: 0 15px 15px 15px;
}
.promo-title{
  margin-top: 0;
  margin-bottom: 3px;
}
.promo-title a{
    color: #2c90c4;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.promo-text{

}

.otziv-item{
  border: 1px solid #d3d8dc;
  margin-bottom: 20px;
  padding: 18px;
  border-radius: 10px;
}

.otziv-avatar{
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 35px;
  overflow:hidden;
}
.otziv-avatar img{
  width: 100%;
  height: 100%;
}
.otziv-body{
  margin-left: 86px;
}
.otziv-body .fio{
  font-size: 18px;
  margin-bottom: 9px;
}

.otzivi .my-btn{
  display: inline-block;
}
.news-items{
  font-size: 0;
}
.new-item{
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d3d8dc;
  border-radius: 10px;
  padding: 4px;
}
.new-item:last-child{
  margin-right: 0;
}
.new-img{
  margin-bottom: 10px;
  border-radius: 6px;
  overflow:hidden;

}
.new-img img{
  border-radius: 6px;
  width: 100%
}
.new-body{
  padding: 0 15px 15px 15px;
}
.new-title{
  margin-top: 0;
  margin-bottom: 3px;
}
.new-title a{
  font-size: 18px;
}
.new-text{
  font-size: 16px;
}

.map{
    height: 470px;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.clms{
  font-size: 0;
  border-bottom: 1px solid #dedfe3;
 

}
.clm{
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 50px;
  margin-bottom: 40px;
}
.clm ul{
  list-style: none;
  margin-bottom: 0;
}
.clm ul li{
  margin-bottom: 17px;
  position: relative;
  padding-left: 17px;
}
.clm ul li::before{
  content: "";
  position: absolute;
  background:url(img/li.png) no-repeat;
  width: 8px;
  height: 8px;
  left: 0;
  top: 7px;
}
.clm ul li a{
  color: #202020;
  font-size: 18px;
  font-weight: 400;
}
.clm .soc{
  margin-right: 7px;
}
.container-main{
  padding-bottom: 421px;/*+40px*/
}
#footer{
  height:381px;
  background:#ffffff;
}

.clm h3{
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 12px;
}

.footer-top{
  height: 286px;
  padding-top: 55px;
}

.footer-bot{
}
.footer-bot{
  min-height: 94px;
  padding-top: 33px;
}
.copyright{
  float: left;

  margin-bottom: 20px;
  color: #909090;
  font-size: 18px;
  font-weight: 400;
  padding-top: 5px;
}

.counter{
  float: right;
  text-align: right;
  margin-bottom: 20px;
 
}

a.absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.gallery-list .element{
    margin-bottom: 70px;
    /*height: 200px;*/
}
.gallery-list .element .inner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 30px;
}
.gallery-list .element .element-bg{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    height: 200px;
    background-color: #ffffff;
}
.gallery-list .element:hover .inner{
    opacity: 1;
}
.gallery-list .element .title {
    font-size: 26px;
    text-align: center;
    padding-top: 10px;
}
.gallery-list .element a:hover .title {
    background: #2c90c4;
    color: #FFF;
    border: 1px solid #2c90c4;
}
@media (max-width: 1259px) {
    /* .gallery-list .element{
        height: 240px;
    } */
    .gallery-list .element .element-bg{
        height: 240px;
    }
    .gallery-list .element .title {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    /* .gallery-list .element{
        height: 34vw;
    } */
    .gallery-list .element .element-bg{
        height: 34vw;
    }
}
@media (max-width: 767px) {
    /* .gallery-list .element{
        height: 60vw;
    } */
    .gallery-list .element .element-bg{
        height: 34vw;
    }
}
.gallery a {
    text-decoration: none;
    display: block;
    overflow: hidden;
}
.gallery h2 {
    margin: 0 15px 20px;
}
.gallery p {
    padding: 0 15px;
}
.gallery .element img{
    webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.gallery .element img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.push20 {
    height: 20px;
}
.gallery-breadcrumbs {
    list-style: none;
}
.gallery-breadcrumbs li {
    display: inline-block;
}
.gallery-breadcrumbs li a.active {
    font-weight: 900;
}
.gallery-breadcrumbs li.separator {
    margin: 0 10px;
    color: #bdbbbb;
}
.catalog-category-list {
    margin: 1em -30px 3em;
}
.catalog-category-list > div {
    display: inline-block;
    width: 100%;
}
.catalog-category-list > div span {
    display: block;
    text-align: center;
}
.catalog-category-list .brands__item-desc {
    margin-top: 10px;
}
.vmin, .vmax {
    width: 37%;
}
.mse2_number_inputs input {
    width: 80%;
    padding: 0 10px;
    height: auto;
}
.msearch2 .btn {
    box-shadow: none;
    border: 1px solid #2c93d6;
    color: #2c93d6;
    background: transparent;
}
#mse2_filters .btn {
    margin-top: 10px;
    width: 100%;
}
.msearch2 .btn:hover {
    background: #2c93d6;
    color: #FFF;
}
.ms2_item_thumb, .ms2_item_thumb img {
    display: block;
    height: 200px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
}
.ms2_product .price, .ms2_product .old_price {
    padding: 0 ! important;
}
.popular-flag {
    display: block;
    position: absolute;
    top: 13px;
    right: 0px;
    background: rgba(217, 83, 79, 1.0);
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    width: 75px;
    height: 30px;
    font-size: 10px;
    transform: rotate(45deg);
    z-index: 1;
}
.popular-flag::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    width: 0;
    height: 0;
    border-top: 15px solid rgba(217, 83, 79, 0.0);
    border-right: 15px solid rgba(217, 83, 79, 1.0);
    border-bottom: 15px solid rgba(217, 83, 79, 1.0);
    border-left: 15px solid rgba(217, 83, 79, 0.0);
}
.popular-flag::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    width: 0;
    height: 0;
    border-top: 15px solid rgba(217, 83, 79, 0.0);
    border-right: 15px solid rgba(217, 83, 79, 0.0);
    border-bottom: 15px solid rgba(217, 83, 79, 1.0);
    border-left: 15px solid rgba(217, 83, 79, 1.0);
}
#mse2_results .ms2_product {
    margin-bottom: 0em !important;
    /* height: 340px; */
}
a.brands__item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-bottom: 3em;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 767px){
    a.brands__item{
        width:50%;
    }
}
@media (max-width: 600px){
    a.brands__item{
        width:100%;
    }
}
a.brands__item img {
    width: 100%;
    height: 200px;
    /* object-fit: cover; */
    object-fit: contain;
}
.product-title {
    display: block;
    height: 90px;
    overflow: hidden;
}
.mse2_pagination {
    text-align: center;
}
.alternative {
    height: auto !important;
    display: block;
    margin-bottom: 2em !important;
}
.alternative .text-md-left {
    margin-right: 2em;
}

.center-body ul{
    padding-left:16px;
}
.thumbnails .element {
    height: 172px;
}

.header-cart{
  float:right;
  margin-top: 10px;
  margin-left: 15px;
}
.header-cart a{
  color:#fff;
  position:relative;
  padding: 12px 12px 0 0;
  display: block;
}
.header-cart a i{
  font-size: 25px;
}
.header-cart a span{
  display:block;
  font-size: 12px;
  line-height:20px;
  background:#fff;
  height: 22px;
  min-width: 22px;
  border-radius: 11px;
  text-align:center;
  color:#0e90c2;
  position: absolute;
  top: 0px;
  right: 0;
  padding-top: 1px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (max-width:1200px){
  .header-cart{
    margin-right: 0px;
    margin-left: 0;
  }
}

.search-btn{
  float:right;
  color:#fff;
  margin: 18px 0 0 15px;
  cursor: pointer;
}
.search-btn svg{
  width:25px;
  height:25px;
}
.search-container{
  position:absolute;
  top:100%;
  margin-top: 11px;
  right: 0;
  background: #0e90c2;
  display: none;
  z-index: 1;
  max-width: 320px;
  width: 100%;
}
.search-active .search-container{
  display:block;
}

.search-form {
  position:relative;
  padding: 5px;
}
.search-form .search-input{
  display:block;
  width:100%;
  padding: 0 72px 0 15px;
}
.search-form button,
.search-form .search-close{
  position:absolute;
  top: 9px;
  height: 36px;
  cursor:pointer;
}
.search-form button {
  background:none;
  box-shadow:none;
  right: 40px;
  padding: 4px;
  height: 36px;
  line-height:1;
}
.search-form button svg,
.search-form .search-close svg{
  width:20px;
  height:20px;
}
.search-form .search-close{
  padding:8px;
  right:5px;
}
@media (max-width:1200px){
  .search-btn{
    margin: 21px 50px 0 15px;
  }
}


.basket-title{
  font-weight: bold;
  font-size: 35px;
  color: #000000;
  padding-bottom: 30px;
  border-bottom: 1px solid #363636;
}
.basket-container{
  margin-bottom: 60px;
}
.basket-header{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #363636;
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.basket-col1{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 55%;
  /* align-items: center; */
}
/*.basket-col2{
  flex-grow: 1;
  padding: 0 60px; 
}*/
.basket-col2{
  /*padding: 0 20px 0 0;*/
  /*width: 18.6%;*/
  -webkit-box-flex:0;
  -webkit-flex:none;
  -moz-box-flex:0;
  -ms-flex:none;
  flex:none;
  width: 35.83%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
}
/*.basket-col4{
  padding: 0 20px 0 0;
  width: 17.43%;
  flex:none;
}
.basket-col5{
  padding: 0 30px 0 0;
  width: 12.8%;
  flex:none;
}*/
.sub-col{
  
}

.basket-col1 .sub-col1{
  -webkit-box-flex:0;
  -webkit-flex:none;
     -moz-box-flex:0;
      -ms-flex:none;
          flex:none;
  width: 172px;
}
.basket-col1 .sub-col2{
  width:  100%;
  padding: 0 60px;
  /* align-items: center; */
  font-size:18px;

}
.basket-col1 .sub-col2 a{
  font-size:18px;
}
.basket-col2 .sub-col1{
  width: 140px;
  padding-right: 20px;
  -webkit-box-flex:0;
  -webkit-flex:none;
  -moz-box-flex:0;
  -ms-flex:none;
  flex:none;
}
.basket-col2 .sub-col1 form{
  width:100%;
}
.basket-col2 .sub-col2{
  /* width: 100%; */
  padding-right: 30px;
  -webkit-box-flex:0;
  -webkit-flex:none;
  -moz-box-flex:0;
  -ms-flex:none;
  flex:none;
}
.basket-col2 .sub-col3{
  width: 26.21%;
  padding-right: 30px;
  -webkit-box-flex:0;
  -webkit-flex:none;
     -moz-box-flex:0;
      -ms-flex:none;
          flex:none;
}
.basket-item .basket-col2 .sub-col2{
  font-size:18px;
}
.basket-col1 img{
  width: 100%;
}
.basket-item-clms{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.basket-item-clms .basket-col1{
  
}
/*.basket-item-clms .basket-col2{
  padding: 10px 60px; 
}*/
.basket-item-clms .basket-col2{
  padding: 10px 0 10px 0;
}
/*.basket-item-clms .basket-col4{
  padding: 10px 20px 10px 0;
}
.basket-item-clms .basket-col5{
  padding: 10px 30px 10px 0;
}
*/
.basket-item-clms .basket-col span{
  display: none;
  color: #000000;
}
.basket-items {
  padding-bottom: 20px;
  border-bottom: 1px solid #363636;
}
.basket-item{
  padding: 30px 0;
}

.basket-item-head{
  font-size: 18px;
  color: #BFBFBF;
  margin-bottom: 25px;
}

.basket-item-body{
  position: relative;
}
.basket-remove{
  background: url(img/icons/remove.png) no-repeat;
  /* width: 18px; */
  /* height: 19px; */
  right: 0;
  top: 10px;
  cursor: pointer;
  position: absolute;
}
.basket-remove button{
  background:none;
  box-shadow:none;
  padding:0;
  height: 22px;
  line-height: 22px;
  width: 22px;
  text-align: center;
}
.basket-items-itog{
  font-size: 20px;
  color: #000;
  padding-top: 20px;
}
.basket-items-itog span{
  color: #2c90c4;
}
@media (max-width:980px ){
  .basket-header{
    display: none;
  }
  .basket-item-clms{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .basket-col1,
  .basket-col2{
    width: 100%;
  }
  .basket-col1{
    padding-bottom: 15px;
  }
  .basket-col1 .sub-col2{
    padding-left: 25px;
  }
  .basket-item-clms .basket-col span{
    display: block;
    font-weight: bold;
  }
}
@media (max-width:480px ){
  .basket-col1{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .basket-col1 .sub-col1{
    width: 100%;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .basket-col1 .sub-col2{
    padding-left: 0;
    padding-right: 0;
  }
  .basket-col2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .basket-col2 .sub-col{
    margin-bottom: 10px;
  }
  .basket-col2 .sub-col1{
    -webkit-box-flex:0;
    -webkit-flex:none;
       -moz-box-flex:0;
        -ms-flex:none;
            flex:none;
    width: 130px;
  }
  .basket-col2 .sub-col2{
    
    width: auto;
  }
  .basket-col2 .sub-col3{
    width: 100%;
  }
}

.count-basket{
  position: relative;
  width: 105px;
  /* margin-right: 35px; */
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.count-basket input{
  height: 64px;
  padding: 0 50px 0 10px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #000000;
  background: #fff;
  border: 1px solid #ffffff;
}
.plus,
.minus{
  position: absolute;
  right: 0;
  width: 38px;
  height: 32px;
  border: 1px solid #FFFFFF;
  background: #292929;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.plus{
  top: 0;
}
.minus{
  bottom: 0;
}
#msOrder label,
#msOrder label.payment  {
  display:block !important;
  margin-bottom: 8px;
}
#msOrder input[type="text"],
#msOrder  textarea{
  border: 1px solid #e2e2e2 !important;
  width:100%;
}
#msOrder .input-field{
  margin-bottom:8px;
}
#msOrder h4{
  font-weight:bold;
  font-size:22px;
}
.mse2-row {
	font-size:14px;
	line-height:1.2;
	padding:3px 5px;
}
.ui-menu .ui-menu-item .mse2-row a {
	display:inline;
}
.listSearchProd {
	display: flex;
    flex-wrap: wrap;
}
.listSearchProd .ms2_product {
	width:100%;
	max-width:32%;
}
.listSearchProd .ms2_product .col-md-4,
.listSearchProd .ms2_product .col-md-8 {
	max-width:100%;
	width:100%;
}
#ui-id-1 {    border: 1px solid #0e90c2;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #0e90c2;
    background: #0e90c2;
    font-weight: normal;
    color: #ffffff;
}


.category-search{
    position: relative;
    margin-bottom: 16px; 
}
.category-search button{
    position: absolute;
    right: 0;
    top: 0px;
    box-shadow: none;
    border-radius: 0;
    background: transparent
}
.category-search button svg{
    position: relative;
    top: 2px
}
.basket-item-clms .basket-col span.price {
	display:block;
	white-space:nowrap;
}

.form-horizontal .control-label.label-txt {
    padding-top:0px;
}
.t-status {
    margin:12px 0 30px;
    padding:10px 15px;
    text-transform:uppercase;
    border:1px solid #000;
    display:inline-block;
    line-height:1;
    color:#fff !important;
    margin:0px;
}
.t-status.st-1 {
    color:green;
    border:1px solid green;
    background:green;
}
.t-status.st-2 {
    color:red;
    border:1px solid red;
    background:red;
}
.t-status.st-3 {
    color:orange;
    border:1px solid orange;
    background:orange;
}
.t-status.st-4 {
    color:red;
    border:1px solid red;
    background:red;
}
.innerProduct .t-status {
    margin:12px 0 30px;
    padding:5px 10px;
    font-size:12px;
    text-transform:uppercase;
    border:1px solid #000;
    display:inline-block;
    line-height:1;
    color:#fff !important;
    
}
.flexPriceWrap {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin:12px 0 30px;
}
.elemPrice {
    margin-right:30px;
    display:flex;
}