html body input[disabled] {
    background-color: #ececec;
    cursor: not-allowed;
}

.dropdown.change-lang, .dropdown.change-lang button {
    text-transform: uppercase;
}

/* Drydry item carousel */
ul.hide-bullets li:before {
    background: none;
}
.hide-bullets {
    margin-top:40px;
}
.hide-bullets img {
    /*
    width: 100%;
    */
    width:100px;
    margin-bottom: 20px;
}
.product__header .catalog-item__image {
    margin-bottom: 0px;
    max-width: 380px;
}
.product__header .catalog-item__image img {
    margin: auto;
}
.product__header {
    padding-bottom: 0px;
}
.catalog-item__right .hide-bullets {
    position: absolute;
    /*top: 382px;*/
    right: 18px;
}

.drydry-carousel-selector {
    float: left;
    width: 100px;
    height: 100px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: 10px 10px 10px 0px;
    opacity: 0.4;
    cursor: pointer;
}

.drydry-carousel-selector.active {
    opacity: 1;
}

/*product margin on mobile screens*/
@media only screen and (max-width: 767px) {
    .drydry-carousel-selectors {
        min-height: 250px;
    }
}

/* product features */
.product__features {
    min-height: 235px;
}


/* buy btn at product page */
div.catalog-item__controls {
    max-width: 300px;
}

/* Gritter */
.gritter-item a {
    color: #fffddb;
}

/* Product add to basket and info tabs */
div div.catalog-item__controls {
    max-width:565px;
    margin-right: 0px;
}
div .tabs li {
    margin-right: 0px;
}
@media only screen and (max-width: 991px) {
    .catalog-item__controls .btn {
        font-size: 14px;
        padding: 6px 20px;
    }
}

/* modal popups */
.modal--video-popup .modal-body {
    padding: 0;
    line-height: 0;
}
.modal--video-popup .modal-body iframe {
    width: 800px;
    height: 450px;
}
@media only screen and (max-width: 991px) {
    .modal--video-popup .modal-body iframe {
        width: 600px;
        height: 337px;
    }
    .modal .modal-dialog {
        max-width: 600px;
    }
}
@media only screen and (max-width: 600px) {
    .modal--video-popup .modal-body iframe {
        width: 400px;
        height: 225px;
    }
    .modal .modal-dialog {
        max-width: 400px;
    }
}
@media only screen and (max-width: 400px) {
    .modal--video-popup .modal-body iframe {
        width: 300px;
        height: 168px;
    }
    .modal .modal-dialog {
        max-width: 300px;
    }
}

/*video gallery*/
a.video-review {
    width: 100%;
}


/*reviews*/
.review-item__body {
    width: 100%;
    display: block;
}

/* flag links */
.flag_icon {
    width:30px;
    height:33px;
    background-image: url(/interface/images/lang_buttons_3.png);
    background-repeat: no-repeat;
    text-decoration:none;
    display:inline-block;
    position:relative;
    left: -3px;
    top: -45px;
}
.flag_icon.en { background-position: 0 0; }
.flag_icon.en:hover { background-position: 0 -30px; }
.active .flag_icon.en { background-position: 0 -30px; }

.flag_icon.ru { background-position: -30px 0; }
.flag_icon.ru:hover { background-position: -30px -30px; }
.active .flag_icon.ru { background-position: -30px -30px; }

.flag_icon.lv { background-position: -60px 0; }
.flag_icon.lv:hover { background-position: -60px -30px; }
.active .flag_icon.lv { background-position: -60px -30px; }

.flag_icon.lt { background-position: -90px 0; }
.flag_icon.lt:hover { background-position: -90px -30px; }
.active .flag_icon.lt { background-position: -90px -30px; }

.flag_icon.ee { background-position: -120px 0; }
.flag_icon.ee:hover { background-position: -120px -30px; }
.active .flag_icon.ee { background-position: -120px -30px; }

.change-lang .dropdown__toggle:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 33px;
    background-image: url(/interface/images/lang_buttons_3.png);
    background-repeat: no-repeat;
    left: 9px;
    top: 8px;
}
.change-lang .dropdown__toggle {
    text-align: right;
    padding-right: 28px;
}

.change-lang .dropdown-menu a.lang-option-flag {
    text-align: right;
    padding-right: 20px;
}
.lang-option-flag:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 33px;
    background-image: url(/interface/images/lang_buttons_3.png);
    background-repeat: no-repeat;
    left: 12px;
    top: -2px;
}
.lang-option-flag-en:before { background-position: 0 0;}
a:hover.lang-option-flag-en:before,
.active.lang-option-flag-en:before,
.change-lang .dropdown__toggle.dropdown__toggle-en:before { background-position: 0 -30px;}

.lang-option-flag-ru:before { background-position: -30px 0;}
a:hover.lang-option-flag-ru:before,
.active.lang-option-flag-ru:before,
.change-lang .dropdown__toggle.dropdown__toggle-ru:before { background-position: -30px -30px;}

.lang-option-flag-lv:before { background-position: -60px 0;}
a:hover.lang-option-flag-lv:before,
.active.lang-option-flag-lv:before,
.change-lang .dropdown__toggle.dropdown__toggle-lv:before { background-position: -60px -30px;}

.lang-option-flag-lt:before { background-position: -90px 0;}
a:hover.lang-option-flag-lt:before,
.active.lang-option-flag-lt:before,
.change-lang .dropdown__toggle.dropdown__toggle-lt:before { background-position: -90px -30px;}

.lang-option-flag-ee:before { background-position: -120px 0;}
a:hover.lang-option-flag-ee:before,
.active.lang-option-flag-ee:before,
.change-lang .dropdown__toggle.dropdown__toggle-ee:before { background-position: -120px -30px;}

.mobile-option-flag:before { background-position-y: -30px !important; }

/* product features*/
.catalog-item__feature .img {
    position: absolute;
    left: 4px;
    top: 5px;
}


/* ==========================================================================
   hero
   ========================================================================== */
div.b-hero {
    box-sizing: border-box;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 700px;
    height: 56.25vw;
    max-height: calc(100vh - 185px);
    min-height: 501px;
    z-index: 1;
    opacity: 0;
    background: #fff;
}
.b-hero__video {
    z-index: 2;
    position: absolute;
    top: 25%;
    width: 100%;
    left: 0;
}
.b-hero__video video {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.b-hero__video video::-webkit-media-controls {
    display: none !important;
}
.b-hero-bg {
    z-index: 3;
    background: #646962 url(../img/bg_video.png) repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    pointer-events: none;
}
.b-hero .container {
    z-index: 4;
    position: relative;
    height: 100%;
}
.b-hero .container .row {
    position: absolute;
    top: 50%;
    padding: 0 20px;
    z-index: 5;
}
.offer {
    color: #fff;
}

.offer h2 {
    font-size: 48px;
    line-height: 1.2em;
}

.offer p {
    font-size: 30px;
}
.offer p:last-child {
    margin-bottom: 0;
}

.slick-slider {
    /*margin: 0;*/
}

.slick-slider .slick-slide:focus {
    outline: none;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.slick-dots {
    bottom: 47px;
}

.slick-dots li {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0 7px;
}

.slick-dots li:before {
    display: none;
}

.slick-dots li button {
    width: 17px;
    height: 17px;
    display: block;
    background: #56565a;
    transition: all 0.3s;
}

.slick-dots li button:before {
    display: none;
}

.dots-slider {
    max-width: 360px;
    float: right;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
    padding-bottom: 63px;
}
.dots-slider.single {
    padding-bottom: 0 !important;
}

.hero-slider__slide {
    padding: 24px 30px 26px;
    display: block;
    text-decoration: none;
    border: 0 none !important;
}

.hero-slider__slide h3 {
    font-size: 36px;
    margin-bottom: 16px;
}
.hero-slider__slide p:last-child {
    margin: 0;
}
@media only screen and (max-width: 1239px) {
    .dots-slider {
        margin-top: 0;
    }

    .offer h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .b-hero {
        padding: 70px 0;
    }

    .offer p {
        /*margin-bottom: 40px;*/
        margin-bottom: 0;
    }

    .dots-slider.slick-slider {
        float: none;
        margin-top: 35px;
    }
}

@media only screen and (max-width: 900px) {
    .page__homepage .dots-slider {
        padding-bottom: 50px;
    }
    .page__homepage .dots-slider.slick-slider {
        margin-top: 30px;
    }
    .hero-slider__slide {
        padding: 30px 30px 20px;
    }

    .hero-slider__slide h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .hero-slider__slide p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 639px) {
    .b-hero {
        padding: 36px 0;
    }

    .offer h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .offer p {
        font-size: 14px;
        /*margin-bottom: 40px;*/
        margin-bottom: 0;
    }

    .offer .btn {
        display: none;
    }

    .dots-slider.slick-slider {
        float: none;
        margin-top: 35px;
        padding-bottom: 42px;
    }

    .slick-dots {
        bottom: 20px;
    }

    .slick-dots li {
        width: 13px;
        height: 13px;
        margin: 0 5px;
    }

    .slick-dots li button {
        width: 13px;
        height: 13px;
    }
}
@media only screen and (max-width: 590px) {
    .hero-slider__slide {
        padding: 15px;
    }
    .dots-slider.slick-slider {
        padding-bottom: 20px;
    }
    .page__homepage .slick-dots {
        bottom: 10px;
    }
}
@media only screen and (max-width: 490px) {
    .page__homepage .dots-slider.slick-slider {
        margin-top: 10px;
    }
    .offer h2 {
        margin-bottom: 6px;
        line-height: 20px;
    }
    .b-hero .container .row {
        padding: 0;
        max-width: 100%;
    }
    .hero-slider__slide {
        padding: 10px;
    }
    .dots-slider {
        max-width: 100%;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 390px) {
    .offer h2 {
        line-height: 17px;
        font-size: 18px;
        margin: 0 0 4px;
    }
    .offer p {
        line-height: 16px;
    }
    .hero-slider__slide h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .b-hero .offer, .b-hero .dots-slider {
        margin-left: -10px;
        margin-right: -10px;
    }
    .b-hero .dots-slider {
        max-width: calc(100% + 15px);
    }
}

/* alerts and info blocks*/
div div.block-info__col:nth-child(1) {
    width: 100%;
}


/* cooperation*/

.about__efficiency-feature img {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
}


/* basket */
@media only screen and (max-width: 639px) {
    .cart-item__price small {
        font-size: 8px;
    }
}

.price_strike {
    text-decoration: line-through;
}

/* top delivery btn */
.header__cart__delivery {
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
  float: right;
  margin: 20px 0;
  min-height: 15px;
}

.header__cart__delivery:before {
  content: "";
  position: absolute;
  background: url(../img/delivery-van-globe.png) no-repeat;
  width: 19px;
  height: 19px;
  left: 0;
  top: -5px;
}

.header__cart__delivery a {
  text-decoration: none;
  /*color: #fd4f00;*/
  display: inline-block;
  border-bottom: none; /*1px solid #fea77f;*/
  box-shadow: none; /*0 1px 0 #ffbd9f;*/
  transition: all 0.3s;
}

.header__cart__delivery a:hover {
  color: #fdb525;
}

.header__cart__delivery--icon {
  padding: 0;
  display: inline-block;
  background: url(../img/delivery-van-globe.png) no-repeat;
  width: 19px;
  height: 19px;
  border: 0;
}

@media only screen and (max-width: 1239px) {
  .header__cart__delivery {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .header__cart__delivery {
    margin: 0;
    float: none;
  }
}
@media only screen and (max-width: 639px) {
  .page__header--mini .header__cart__delivery {
    display: inline-block;
  }
}

.header__scroll .header__cart__delivery {
  float: right;
  margin: 48px 0;
}

@media only screen and (max-width: 1239px) {
  .header__scroll .header__cart__delivery {
    margin: 34px 0;
  }
}
.page__header--mini .header__cart__delivery {
  margin: 0;
}

.star {
	color: red;
}