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

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.35;
    color: #141414;
    position: relative;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

input {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

ul, ol {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
}

svg {
    transition: fill 0.3s;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.collapse:after {
    content: "";
    display: block;
    clear: both;
    overflow-y: hidden;
}

input, textarea, button, select {
    outline: none !important;
    font-family: 'Roboto', sans-serif;
}

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

.no-display,
.mobile,
.range-mob {
    display: none;
}

.container__flex {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    align-items: center;
}


.container {
    max-width: 1220px;
    padding: 0 25px;
    margin: 0 auto;
}

.block {
    padding: 100px 0;
    box-shadow: inset 0px -1px 0px #E0E0E0;
}

.title-wrap {
    margin-bottom: 80px;
    opacity: 0;
    transform: translate(-10px, 0);
    transition: all ease-in-out 0.3s;
}

.scroll-js--active.title-wrap {
    transform: translate(0);
    opacity: 1;
}

.title {
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    color: #000;
}

.measurements__item .measurements__input-wrap-container{
    display: none;
    width: 256px;
}

.subtitle {
    font-size: 18px;
    color: #258E00;
}

.header_wrap {
    position: fixed;
    width: 100%;
    transition: all ease-in-out 0.3s;
    z-index: 1;
}

.header_wrap.header_fixed {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.white-version.header_wrap .header_bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

ul li {
    list-style: none;
}

section {
    position: relative;
    z-index: 0;
}

/* header */
.header.container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px 25px 20px;
}

.header-left, .header-right, .header-right .social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-header {
    margin-left: 83px;
}

.menu-header ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.menu-header ul li {
    position: relative;
}

.menu-header ul li a {
    padding: 17px 12px;
    display: block;
}

.menu-header ul li:after {
    content: '';
    width: 100%;
    bottom: 0;
    height: 2px;
    left: 0;
    background: none;
    display: block;
    transition: all ease-in-out 300ms 0s;
}

.menu-header li.header_highlight a,
.menu-header ul li:hover a {
    color: #27A300;
}

.menu-header li.header_highlight:after,
.menu-header ul li:hover:after {
    background: #27A300;
}

.nav--mob.main_nav .menu {
    flex-direction: column;
    font-weight: 700;
}

.header-right .icon-cart {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 18px;
    width: 60px;
    height: 60px;
}

.header-right .social .item {
    margin: 0 12px;
    width: 20px;
}

.header-right .social img {
    filter: brightness(0.1);
    transition: .3s;
}


.header-right .social .item:active img {
    filter: brightness(1);
}

@media screen and (min-width: 1024px) {
    .header-right .social .item:hover img {
        filter: brightness(1);
    }

    .social__item:hover {
        border-color: #141414;
    }

}

.header-right .icon-cart:hover {
    background: rgba(255, 255, 255, 0.2);
}

.header-right .icon-cart .count {
    position: absolute;
    top: 12px;
    right: 10px;
    background: #39A0FF;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    min-width: 16px;
    min-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.header-right .icon-cart .count span {
    padding: 0 3px;
}

/* banner */
.banner {
    /*background: url(../images/bg_cube2.svg) no-repeat;*/
    overflow: hidden;
    height: 970px;
    position: relative;
    background: #F5F5F5;
    padding: 0;
}

.bg_section {
    position: relative;
}

.banner:after,
.products:after {
    content: "";
    position: absolute;
    width: 270%;
    height: 405%;
    top: -100%;
    left: -100%;
    z-index: -1;
    background: url(../images/bg_cube_min.svg);
    -webkit-transform: rotate(
            45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
            45deg);
    opacity: 0.3;
}


.banner__panels {
    display: flex;
    flex-wrap: wrap;
    max-width: 438px;
    transform: rotate(45deg);
    transition: opacity ease-in-out 0.4s;
    opacity: 0;
}

.banner.scroll-js--active .banner__panels {
    opacity: 1;
    transition-delay: 2.0s;
}


.banner__panel {
    margin: 7.5px;
    width: 203px;
    height: 203px;
    overflow: hidden;
    border-radius: 15px;
    transition: transform 1s;
    transform-style: preserve-3d;
    position: relative;
}

.banner__panel:hover {
    transform: rotate3d(7, 7, 0, 180deg);
}

.banner__panel-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #9ca2a7;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.banner__panel-img {
    transform: rotate(315deg) scale(1.45);
}

h1 {
    margin-bottom: 3px;
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
}

.content_banner h1 {
    transition: all ease-in-out 0.5s;
    transform: translate(-100%, 0);
    opacity: 0;
}

h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
}

.content_banner h3 {
    transition: all ease-in-out 0.5s;
    transform: translate(0, 20%);
    opacity: 0;
}


.banner h3 {
    color: #27A300;
    margin-bottom: 20px;
}

h6 {
    font-size: 24px;
    line-height: 28px;
}

.banner h6 {
    margin-bottom: 40px;
    color: #757575;
    font-style: normal;
    font-weight: normal;
    transform: translate(0, 20%);
    opacity: 0;
    transition: all ease-in-out 0.5s;
}


.btn a {
    width: 257px;
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 25px 15px;
    background: #3aab17;
    border-radius: 102px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.btn a:hover {
    background: #2EC200;
}

.btn a:active {
    background: #208500;
}

.banner .btn {
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.banner .btn a {
    position: relative;
    overflow: hidden;
}

.banner .btn a:before {
    display: block;
    content: '';
    position: absolute;
    top: -40px;
    bottom: 0;
    right: -50px;
    width: 0px;
    height: 200%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 10px 8px rgba(255, 255, 255, 0.4);
    transform: rotate(45deg);
    transition: ease-in-out 0.7s;
}

.banner.scroll-js--active h1,
.banner.scroll-js--active h3,
.banner.scroll-js--active .btn,
.banner.scroll-js--active h6 {
    transform: translate(0);
    opacity: 1;
}

.banner.scroll-js--active h3 {
    transition-delay: 0.5s;
}

.banner.scroll-js--active h6 {
    transition-delay: 0.9s;
}

.banner.scroll-js--active .btn {
    transition-delay: 1.4s;
}

.banner.scroll-js--active .btn a:before {
    right: 350px;
    transition-delay: 1.8s;
}

.banner .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-right: 65px;
}

.image_fon {
    clip-path: polygon(80% 0%, 168% 0%, 77.5% 100%, 100% 100%, 100% 100%, 0% 100%);
    position: absolute;
    right: 0;
    top: 0;
    max-width: 1156px;
    overflow: hidden;
    height: 100%;
}

.image_fon img {
    height: 100%;
    object-fit: cover;
}

.advantages__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -19px;
    margin-right: -19px;
}

.advantage__item {
    margin: 0 19px;
    width: 29%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
}

.advantages__list.scroll-js--active .advantage__item {
    opacity: 1;
}

.advantage__item:nth-child(-n+3) {
    transition-delay: .3s;
}

.advantage__item:nth-last-child(-n+3) {
    transition-delay: .6s;
}


.advantage__item:nth-of-type(-n+3) {
    margin-bottom: 80px;
}

.advantage__icon-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 20px;
    padding: 20px;
    width: 100px;
    height: 100px;
    background: #F7F7F7;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
}

.advantage__info {
    font-size: 20px;
    line-height: 24px;
    flex: 1 0 0;
}

/* Slider */

.slider__button {
    cursor: pointer;
    position: relative;
    width: 25px;
    background: transparent;
}

.slider__button svg {
    display: block;
    width: 10px;
    fill: #141414;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.slider__button.slick-disabled svg {
    fill: #C2C2C2
}


.instruction__content {
    margin-bottom: 60px;
    display: flex;
}

.panel {
    margin-right: 48px;
    max-width: 290px;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    transform: translate(0, 20px);
}

.instruction__content.scroll-js--active .panel {
    opacity: 1;
    transform: translate(0);
}

.panel__image--main {
    max-height: 290px;
    border-radius: 8px;
    overflow: hidden;
}

.panel__image img {
    border-radius: 8px;
}


.panel__slider-top {
    margin-bottom: 10px;
    max-height: 290px;
    overflow: hidden;
}

.panel__slider-bottom {
    max-width: 264px;
    margin: 0 auto;
    display: flex;
}

.panel__slider-bottom .slick-list {
    margin: 0 9px;
    cursor: pointer;
}

.panel__slider-bottom .panel__image {
    margin: 0 4px;
    width: 60px;
    overflow: hidden;
}

.instruction__video {
    max-width: 832px;
    max-height: 360px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.instruction__content.scroll-js--active .instruction__video {
    opacity: 1;
    transition-delay: .3s;
}

.video_screen img {
    height: 100%;
    width: auto;
}

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play_icon svg {
    width: 100%;
}

.use {
    transition: all ease-in-out 0.8s;
    transform: translate(-300%, 0);
}

.scroll-js--active.use {
    transform: translate(0);
}

.use__title {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 900;
}

.use__list {
    display: flex;
    flex-wrap: wrap;
}

.use__item {
    margin-left: 29px;
    margin-bottom: 24px;
    font-size: 18px;
    list-style: inherit;
    width: 14%;
    max-width: 160px;
}

.use__item:nth-of-type(6n) {
    margin-right: 0;
}

.use__item:nth-last-of-type(-n+6) {
    margin-bottom: 0;
}

/* products */

.products {
    padding-bottom: 87px;
    position: relative;
    overflow: hidden;
}


.products__content {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 20px 60px 40px;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transform: translate(0, 15%);
    transition: all ease-in-out 0.5s;
justify-content: center;
}

.products.scroll-js--active .products__content,
.products__title-wrap.scroll-js--active + .products__content {
    transform: translate(0);
}

.products__sidebar {
    margin-right: 18px;
    width: 20.85%;
}

/* Filter */

.filter__item:not(:last-of-type) {
    margin-bottom: 20px;
}

.filter__properties-list {
    padding-left: 10px;
}

.filter__title {
    font-size: 14px;
    margin-bottom: 10px;
}

.checkbox {
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
}

.checkbox label {
    cursor: pointer;
}

.filter__radio-link:last-of-type,
.filter__checkgroup-link:last-of-type {
    margin-bottom: 0;
}

.checkbox-control {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.checkbox-check {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    position: relative;
}

.checkbox-check:before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: url("../images/check.svg") no-repeat center / contain;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
}

.checkbox-control:checked + .checkbox-check:before {
    opacity: 1;
}

.filter__properties-list--select {
    padding-left: 0;
}

.filter__select-control {
    -webkit-appearance: none;
    width: 99.9%;
    padding: 10px 16px;
    display: block;
    background: url("../images/select-arrow.svg") no-repeat center right 20px / contain;
    background-size: 10px 10px;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
}

.filter__radio-check {
    border-radius: 50%;
}

.filter__radio-link--sale {
    color: #C80000;
}

.filter__radio-check:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C80000;
    position: absolute;
    transition: opacity 0.3s;
    opacity: 0;
}

.filter__radio-control:checked + .filter__radio-check:before {
    opacity: 1;
}

/* END Filter */

/* Product List */
.product {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    width: 78.52%;
    overflow-y: auto;
    scrollbar-color: #27a300 #c2c2c2; /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;
}

.product::-webkit-scrollbar {
    width: 5px;
    background-color: #c2c2c2;
    border-radius: 10px;
}

.product::-webkit-scrollbar-thumb {
    background-color: #27a300;
}

.product::-webkit-scrollbar-thumb:hover {
    background-color: #3d723d;
}

.product__item {
    width: calc(100% / 5 - 20px);
    margin: 0 10px 20px;
}

.product__item:nth-last-of-type(-n+5) {
    margin-bottom: 0;
}

.product__image {
    margin-bottom: 20px;
    border-radius: 4px;
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}

.product__title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    position: relative;
    transition: 0.3s;
}

.add-to-cart svg {
    fill: #767676
}

.add-to-cart:hover {
    background: #C2C2C2;
}

.add-to-cart:hover svg {
    fill: #fff
}

.add-to-cart.added {
    background: #27A300;
    border-color: #27A300;
}

.add-to-cart.added svg {
    display: none;
}

.add-to-cart.added:before {
    display: block;
    content: '\2714';
    color: #fff;
    text-align: center;
}

.price {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.price__wrap {
    display: flex;
    align-items: flex-end;
}

.price--sale {
    color: #C80000;
}

.price__old {
    margin-left: 3px;
    text-decoration-line: line-through;
    color: #BCBCBC;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

/* End Product List*/

/* Calculation */

.calculate__content {
    align-items: flex-start;
}

.measurements {
    margin-right: 30px;
    /*max-width: 256px;*/
    opacity: 0;
    transition: opacity ease-in-out 0.5s;
}

.calculate.scroll-js--active .measurements {
    opacity: 1;
}

.measurements__list {
    margin-bottom: 52px;
}

.measurements__item {
    margin-bottom: 12px;
}

.measurements__item:last-child {
    margin-bottom: 0;
}

.measurements__item--title {
    font-weight: 700;
}

.input-text {
    width: 123px;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
}

.measurements__item--checkbox {
    margin-left: 10px;
}

.measurements__input {
    margin-right: 10px;
}

.measurements__input:last-child {
    margin-right: 0;
}

.measurements__amount--mob,
.calculate__btn--mob {
    display: none;
}

.amount__title {
    margin-bottom: 10px;
    font-size: 18px;
}

.amount {
    margin-bottom: 40px;
}

.amount__count {
    font-weight: 700;
    font-size: 30px;
    line-height: 91%;
}

.amount__count .size {
    color: #686868;
    font-size: 24px;
    font-weight: 400;
}

.calculate__btn {
    padding-top: 0;
}


.calculate__btn a {
    padding: 9px 15px;
    width: 139px;
    font-size: 14px;
    line-height: 22px;
}

.wall {
    width: 75%;
    max-width: 698px;
    padding-left: 139px;
    position: relative;
    transition: all ease-in-out 0.5s;
    transform: translate(0, 25%);
}

.calculate.scroll-js--active .wall {
    transform: translate(0);
}

.wall__image {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    margin-bottom: 37px;
    width: 100%;
    height: 308px;
    background: url("../images/wall.jpg") no-repeat center / cover;
    position: relative;
}

.wall__image-window {
    display: none;
    width: 187px;
    align-self: center;
    position: relative;
    top: -10px;
}


.wall__image-door {
    display: none;
    width: 137px;

}

.wall__image-window.show,
.wall__image-door.show {
    display: block;
}

/* Slider Range*/


.range {
    width: 100%;
    height: 5px;
    -webkit-appearance: none;
    border: none !important;
    outline: none;
    cursor: pointer;
    background-color: #27A300;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 27px;
    letter-spacing: 2px;
}

/* Special styling for WebKit/Blink */
.range__container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none !important;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #27A300;
    cursor: pointer;
    transition: box-shadow ease-in-out 0.4s;
}

/* All the same stuff for Firefox */
.range__container input[type=range]::-moz-range-thumb {
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #27A300;
    cursor: pointer;
    transition: box-shadow ease-in-out 0.4s;
}


.range__container input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 8px rgba(39, 163, 0, 0.25);
}

.range__container input[type=range]:hover::-moz-range-thumb {
    box-shadow: 0 0 0 8px rgba(39, 163, 0, 0.25);
}

.range-value {
    font-weight: 700;
    font-size: 20px;
}

.range-value-height {
    position: absolute;
    width: 100%;
    left: 0;
    top: 35%;
    transform: translate(0, -35%);
}

.range-slider-width {
    margin-bottom: 31px;
}

.range-value-width {
    text-align: center;
}

.range__container-height {

}

.range-slider-height {
    width: 308px;
    left: -63px;
    top: 147px;
    position: absolute;
    transform: rotate(-90deg);
}

/* End Calculation */

/* Reviews*/

.reviews {
    background: #F2F9EF;
    box-shadow: inset 0px 1px 0px #A2CD90, inset 0px -1px 0px #A2CD90;
}

.reviews__list.slick-slider {
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
}

.reviews__list {
    transition: opacity ease-in-out 0.5s;
    opacity: 0;
}

.reviews.scroll-js--active .reviews__list {
    opacity: 1;
}

.reviews__item {
    margin: 0 10px;
}

.reviews__text-wrap {
    margin-bottom: 20px;
    padding: 90px 40px 40px;
    position: relative;
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
}

.reviews__text-wrap:before {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url("../images/quote.svg") no-repeat center / contain;
    position: absolute;
    top: 40px;
    left: 40px;
}

.reviews__avatar {
    margin-right: 21px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
}

.reviews__text {
    margin-bottom: 20px;
    font-weight: 300;
}

.reviews__info {
    display: flex;
    align-items: center;
}

.reviews__author-name {
    margin-bottom: 4px;
    font-weight: 700;
}

.reviews__author-position {
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}

.reviews .reviews__button {
    border: 1px solid #767676
}

.reviews__button.reviews__button svg {
    fill: #767676;
}


.reviews .reviews__button.slick-disabled {
    border-color: #c2c2c2;
}

.reviews .reviews__button.slick-disabled svg {
    fill: #c2c2c2;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery__image {
    margin-right: 20px;
    width: 20.2%;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;

    transition: ease-in-out .3s;
    cursor: pointer;
}

.gallery__image img {
    height: 100%;
    object-fit: cover;
}


.gallery__image:hover {
    padding: 8px;
    background: #dbe3d7;
}


.gallery__image:last-child {
    margin-right: 0;
}

.reviews__buttons {
    display: flex;
    justify-content: center;
}

.reviews__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #c2c2c2
}


.reviews__button--prev {
    margin-right: 8px;
}

/* End Reviews */

/* Contacts */

.footer__container {
    display: flex;
    align-items: center;
}

.contacts__info {
    margin-right: 40px;
    padding: 111px 40px;
    background: #F5F5F5;
    width: 36.59%;
}

.contacts__title {
    margin-bottom: 40px;
    transform: translate(0, 10%);
    opacity: 0;
    transition: all ease-in-out 0.3s;
}


.phones {
    margin-bottom: 20px;
    transform: translate(0, 10%);
    opacity: 0;
    transition: all ease-in-out 0.3s;
}


.phone__number {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.phone__number:last-child {
    margin-bottom: 0;
}

.footer-logo {
    margin-bottom: 13px;
    max-width: 166px;
    transform: translate(0, 10%);
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.social-wrap {
    margin-bottom: 20px;
    display: flex;
    transform: translate(0, 10%);
    opacity: 0;
    transition: all ease-in-out 0.3s;
}


.social__item {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    transition: 0.3s;
}

.social__item:active {
    border-color: #141414;
}

.social__item:last-child {
    margin-right: 0;
}


.social__item img {
    width: 20px;
    filter: brightness(0.1);
}

.copyright {
    font-size: 14px;
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.map {
    max-width: 701px;
    position: relative;
    opacity: 0;
    transition: ease-in-out 0.5s;
}

.footer.scroll-js--active .contacts__title,
.footer.scroll-js--active .footer-logo,
.footer.scroll-js--active .social-wrap,
.footer.scroll-js--active .phones,
.footer.scroll-js--active .map {
    transform: translate(0);
    opacity: 1;
}

.footer.scroll-js--active .phones {
    opacity: 1;
    transition-delay: 0.3s;
}

.footer.scroll-js--active .map,
.footer.scroll-js--active .social-wrap {
    transition-delay: 0.5s;
}

.footer.scroll-js--active .footer-logo {
    transition-delay: 0.7s;
}

.footer.scroll-js--active .copyright {
    transition-delay: 0.9s;
}

.map__info {
    position: absolute;
    top: 46px;
    right: 8px;
    text-align: right;
}

.map__info:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
    z-index: 0;
}

.map__title {
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    color: #30B800;
    position: relative;
}

.map__subtitle {
    font-size: 42px;
    line-height: 42px;
    position: relative;
}


/* Burger menu */

.burger {
    padding: 11px;
    width: 36px;
    height: 24px;
    display: none;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    z-index: 3;
}

.burger__btn, .burger__btn:after, .burger__btn:before {
    width: 36px;
    height: 4px;
    background: #000;
    position: absolute
}

.burger__btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s
}

.burger__btn:after, .burger__btn:before {
    content: "";
    -webkit-transition: all .5s ease-in-out .1s;
    transition: all .5s ease-in-out .1s
}

.burger__btn:before {
    top: -9px
}

.burger__btn:after {
    top: 9px
}

.burger.active .burger__btn {
    background: 0 0;
    -webkit-box-shadow: 0 2px 5px transparent;
    box-shadow: 0 2px 5px transparent
}

.burger.active .burger__btn:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px;
}

.burger.active .burger__btn:after {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-radius: 4px;
}

.header .wrap_mob {
    padding-bottom: 20px;
    padding-left: 30px;
    position: fixed;
    width: 350px;
    height: 100vh;
    top: 103px;
    bottom: 0;
    left: 0;
    transform: translate(-102%, 0);
    background: #fff;
    transition: all 0.7s;
    z-index: 4;
}

.cart__popup-title {
    margin-bottom: 24px;
    text-align: left;
    font-size: 36px;
}

#cart {
    padding: 0;
}

.cart__popup-content {
    padding: 60px 40px 40px;
}

.cart__product-item {
    display: flex;
    margin-bottom: 24px;
}

.cart__product-item:last-child {
    margin-bottom: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #E0E0E0;
}

.cart__product-info {
    margin-right: 24px;
    max-width: 116px;
}

.cart__product-image {
    margin-right: 8px;
    margin-bottom: 0;
    flex-shrink: 0;
    width: 40px;
    max-height: 40px;
    border-radius: 0;
}

.product__title.cart__product-title {
    font-size: 12px;
}

.product-quantity {
    margin-right: 42px;
}

.quantity {
    display: flex;
}

.quantity input[type="button"].button {
    color: #000;
    margin: 0;
    width: 25px;
    height: 23px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    transition: background-color 0.3s;
}

.quantity input[type="button"].button:hover {
    background-color: rgba(39, 163, 0, 0.8);
}

.quantity .minus.button {
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;

    background-image: url("../images/minus.svg");
}

.cart__products {
    margin-bottom: 21px;
}

.cart__total {
    text-align: right;
}

.total-name {
    font-size: 14px;
    display: block;
}


.cart__price-wrap {
    margin-bottom: 0;
}

.quantity .plus.button {
    border: 1px solid #c2c2c2;
    border-left: none;
    border-radius: 0 4px 4px 0;
    background-image: url("../images/plus.svg");
}

.input-text.qty {
    display: block;
    padding: 0;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    font-size: 12px;
    line-height: 14px;
    width: 25px;
    height: 23px;
    text-align: center;
    border-radius: 0;
}

.cart__popup-form {
    padding: 40px 40px 60px;
    background: #EEEEEE;
}

.cart__popup-form form {
    max-width: 340px;
}

.cart__form-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.1;
}

.cart__input {
    margin-bottom: 12px;
    display: block;
    width: 100%;
    padding: 10px 16px 11px;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.3s;
}

.cart__input.wpcf7-not-valid {
    border-color: #C80000;
}

.cart__input.wpcf7-not-valid::placeholder {
    color: #C80000;
}

.cart__popup-form br {
    display: none;
}

.cart__input-select {
    -webkit-appearance: none;
    background: #fff url("../images/select-arrow.svg") no-repeat center right 20px / 10px;
    cursor: pointer;
}

.cart__btn {
    margin-bottom: 24px;
    width: 100%;
    height: 40px;
    background: #30B800;
    border-radius: 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    order: 1;
}

.cart__inputs-delivery {
    display: flex;
}

.cart__inputs-delivery span:first-of-type {
    margin-right: 10px;
    max-width: 110px;
}

.cart__inputs-delivery span:last-of-type {
    width: 65%;
}

.cart__btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart__inputs-other {
    margin-bottom: 24px;
}

.cart__note {
    display: block;
    text-align: center;
    color: #000;
    font-size: 12px;
    order: 2;
}

.cart__btn-wrap .wpcf7-spinner {
    order: 3;
}

.cart__popup-form .wpcf7-not-valid-tip {
    font-size: 14px;
    position: relative;
    top: -13px;
    left: 5px;
}

.cart__popup-form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 10px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    border-width: 1px;
}

.cart__popup-form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #d5b000;
}

@media screen and (max-width: 1280px) {
    .banner .container {
        padding-right: 130px;
    }
}

@media screen and (max-width: 1220px) {
    .price__wrap {
        margin-bottom: 8px;
        width: 100%;
    }

    .add-to-cart {
        width: 100%;
    }

    .use__item {
        width: 13.6%;
    }
}

@media screen and (max-width: 1120px) {
    .banner {
        height: auto;
        padding: 200px 0 140px;
    }

    .banner__panel {
        width: 150px;
        height: 150px;

    }


    h1 {
        font-size: 58px;
    }

    .menu-header {
        margin-left: 40px;
    }

    .reviews__list.slick-slider {
        margin-bottom: 20px;
    }

    .gallery__image {
        height: auto;
    }

    .footer__container {
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .block {
        padding: 70px 0;
    }

    .banner {
        padding: 200px 0 140px;
    }

    .title-wrap {
        text-align: center;
    }

    .advantage__item {
        margin: 0 13px;
        width: 30%;
    }

    .burger {
        display: block;
    }

    .header-right .social--desk,
    .nav--desk {
        display: none;
    }

    .header.container {
        align-items: center;
    }

    .header_wrap {
        background: #fff;
    }

    .header.active .wrap_mob {
        overflow-y: auto;
        transform: translate(0, 0);
    }

    .wrap_mob .nav--mob.main_nav {
        margin: 0 0 20px;
    }

    .nav--mob .menu-header {
        margin-left: 0;
    }

    .nav--mob .menu-header li a {
        padding: 12px 12px 12px 0;
        font-size: 18px;
    }

    .advantages__list {
        align-items: center;
        flex-wrap: nowrap;
    }

    .advantage__item:nth-of-type(-n+3) {
        margin-bottom: 0;
    }

    body.lock {
        overflow: hidden;
    }

    body.lock .overlay_content {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100vh;
        background: rgba(34, 34, 34, 0.3);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        z-index: 1;
    }

    .social--mob {
        display: flex;
    }

    .title-wrap {
        margin-bottom: 70px;
    }

    h1 {
        font-size: 55px;
    }

    h3 {
        font-size: 33px;
    }

    .image_fon {
        top: auto;
        bottom: -60px;
        right: -116px;
    }

    .banner__panels {
        position: absolute;
        bottom: -59px;
        right: 0;

    }

    .advantage__item {
        text-align: center;
    }

    .advantage__icon-wrap {
        margin: 0 auto 10px;
    }

    .wall {
        padding-left: 125px;
        width: 68%;
    }

    .wall__image {
        margin-bottom: 25px;
    }

    .wall__image-window {
        width: 160px;
    }

    .wall__image-door {
        width: 120px;
    }

    .use__list {
        justify-content: center;
    }

    .calculate__content {
        justify-content: center;
    }

    .products__content {
        transform: translate(0);
    }

    .advantage__item {
        opacity: 1;
    }

}

@media screen and (max-width: 960px) {
    .banner:after, .products:after {
        top: -116%;
    }

    .product__item {
        width: calc(100% / 4 - 20px);
    }

    .product__item:nth-last-of-type(5) {
        margin-bottom: 20px;
    }

    .products__content {
        padding: 40px 0 40px 20px;
    }

    .title-wrap {
        margin-bottom: 60px;
    }

    .use__title,
    .instruction__content {
        margin-bottom: 50px;
    }

    .wall {
        width: 60%;
        padding-left: 115px;
    }

    .wall__image,
    .range__container-height .ui-slider {
        height: 270px;
    }

    .range__container-height {
        padding-left: 80px;
    }

    .wall__image-window {
        width: 140px;
    }

    .range-slider-height {
        width: 270px;
        left: -56px;
        top: 129px;
    }

    .wall__image-door {
        width: 110px;
    }
}


@media screen and (max-width: 876px) {
    .gallery {
        flex-wrap: nowrap;
    }

    .gallery .slick-track {
        display: flex;
    }

    .gallery__image {
        margin: 0 10px;
        height: 60px;
    }

    .products__sidebar {
        margin-right: 14px;
        width: 23%;
    }

    .product {
        width: 76.52%;
    }

}

@media screen and (max-width: 768px) {
    .logo {
        width: 140px;
    }

    .measurements__item .measurements__input-wrap-container {
        width: auto;
    }

    .header.container {
        padding: 15px 20px;
    }

    .banner h6 {
        margin-bottom: 30px;
    }

    .header .wrap_mob {
        top: 90px;
    }

    .container {
        padding: 0 15px;
    }

    .footer__container {
        padding-left: 0;
    }

    .banner:after, .products:after {
        top: -136%;
        left: -140%;
    }

    .block {
        padding: 60px 0;
    }

    .instruction__content {
        flex-direction: column;
        align-items: center;
    }

    .panel {
        margin: 0 0 40px;
    }

    .instruction__video {
        max-width: none;
        width: 100%;
    }

    .title-wrap {
        margin-bottom: 50px;
    }

    h1 {
        font-size: 50px;
    }

    h6 {
        font-size: 22px;
        line-height: 24px;
    }

    h3 {
        font-size: 30px;
        line-height: 34px;
    }

    .title:not(.contacts__title) {
        font-size: 36px;
    }

    .title-wrap {
        margin-bottom: 50px;
    }

    .banner {
        padding: 145px 0 80px;
    }

    .banner__panels {
        max-width: 270px;
        bottom: -28px;
        right: 83px;
        z-index: -1;
    }

    .banner__panel {
        margin: 4px;
        width: 120px;
        height: 120px;
    }

    .range-value {
        font-size: 18px;
    }

    .advantage__info {
        font-size: 18px;
        line-height: 22px;
    }

    .product__title {
        font-size: 15px;
    }

    .product__item {
        width: calc(100% / 3 - 20px);
    }

    .product__item:nth-last-of-type(4) {
        margin-bottom: 20px;
    }

    .advantages__list {
        margin: 0;
    }

    .use__title,
    .instruction__content {
        margin-bottom: 40px;
    }

    .use__item {
        margin-bottom: 15px;
    }

    .reviews__text-wrap {
        padding: 90px 20px 30px;
    }

    .reviews__text-wrap:before {
        left: 25px;
    }

    .map__title {
        font-size: 40px;
        line-height: 40px;
    }

    .map__subtitle {
        font-size: 32px;
        line-height: 32px;
    }

    .contacts__info {
        padding: 50px 30px;
    }

    .range-slider-width {
        margin-bottom: 15px;
    }

    .wall__ranges-height {
        bottom: 84px;
    }

    .measurements {
        margin-right: 20px;
    }
}

@media screen and (max-width: 720px) {
    .measurements {
        margin-bottom: 40px;
        margin-right: 0;
        min-width: 285px;
    }

    .measurements__list,
    .amount {
        margin-bottom: 30px;
    }

    .input-text {
        width: 135px;
    }

    .wall {
        margin-bottom: 30px;
        padding-left: 105px;
        width: 90%;
        position: relative;
        left: -4%;
    }

    .wall__image {
        margin-bottom: 20px;
        justify-content: center;
    }

    .wall__image-window {
        margin-right: 65px;
    }

    .range__container-height {
        padding-left: 75px;
    }

    .wall__ranges-height {
        bottom: 68px;
    }

    .measurements__amount--desk,
    .calculate__btn--desk {
        display: none;
    }

    .measurements__amount--mob,
    .calculate__btn--mob {
        display: block;
    }

    .measurements__amount-wrap {
        flex-direction: column;
    }
}


@media screen and (max-width: 640px) {
    .banner:after, .products:after {
        background-size: 15%;
    }

    h1 {
        font-size: 45px;
    }

    .title-wrap {
        margin-bottom: 40px;
    }

    .title:not(.contacts__title) {
        font-size: 34px;
    }

    .banner__panels {
        width: 256px;
        right: 27px;
    }

    .image_fon {
        bottom: -90px;
        right: -188px;
    }

    .use__title,
    .instruction__content {
        margin-bottom: 30px;
    }

    .products__sidebar {
        width: 30%;
    }

    .products:after {
        background-size: 23%;
        top: -118%;
        left: -290%;
        width: 397%;
        height: 397%;
    }

    .product {
        width: 69.52%;
    }

    .product__item {
        width: calc(100% / 2 - 20px);
    }

    .product__item:nth-last-of-type(3) {
        margin-bottom: 20px;
    }

    .gallery__image {
        height: 70px;
    }

    .use__list {
        justify-content: space-between;
    }

    .use__item {
        width: 25.5%;
    }

    .use__item:nth-last-of-type(4),
    .use__item:nth-last-of-type(5),
    .use__item:nth-last-of-type(6) {
        margin-bottom: 15px;
    }

    .instruction__video {
        max-height: 300px;
    }

    .contacts__info {
        margin-right: 20px;
        width: 45%;
    }

    .map {
        width: 48%;
    }

    .map__title {
        font-size: 33px;
        line-height: 33px;
    }

    .map__subtitle {
        font-size: 26px;
        line-height: 26px;
    }

    .play_icon svg {
        width: 70px;
    }

}


@media screen and (max-width: 540px) {
    .block {
        padding: 40px 0;
    }

    .banner {
        padding: 132px 0 40px;
    }

    .title-wrap {
        margin-bottom: 25px;
        text-align: left;
    }

    h1 {
        font-size: 43px;
    }

    h6 {
        font-size: 20px;
    }

    .title:not(.contacts__title) {
        font-size: 32px;
    }

    .banner__panels {
        right: -27px;
    }

    .slider-nav {
        display: none;
    }

    .panel__slider-top {
        margin-bottom: 0;
    }

    .panel__image--main {
        max-height: 246px;
    }

    .slider-for {
        display: flex;
    }
    /*
    .instruction__panels .slider__button--prev {
        left: -25px;
    }

    .instruction__panels .slider__button--next {
        right: -25px;
    }*/

    .products__content {
        padding: 20px;
    }

    .filter__button.mobile {
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 13.5px 15px;
        border: 1px solid #C2C2C2;
        box-sizing: border-box;
        border-radius: 8px;
        font-size: 18px;
        line-height: 21px;
        transition: 0.3s;
    }

    .filter__button.mobile:active {
        background: #c2c2c2;
    }

    .product {
        padding: 0;
        width: auto;
    }

    .products__sidebar {
        display: none;
        margin: 0 0 30px;
        width: 100%;
    }

    .product__item {
        width: calc(100% / 3 - 20px);
    }

    .filter__select-control {
        max-width: 200px;
    }

    .footer__container {
        padding: 0;
    }

    .filter__button .icon {
        margin-right: 4px;
    }

    .gallery__image {
        height: 60px;
    }

    .range__container-height {
        padding-left: 60px;
    }

    .contacts__info {
        padding: 111px 40px;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .social-wrap {
        justify-content: center;
    }

    .footer-logo {
        margin: 0 auto 13px;
    }

    .map {
        display: none;
    }

    .wall {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0;
        left: 0;
    }

    .range__container-height .ui-slider {
        width: 100%;
    }

    .wall__ranges-width {
        margin-bottom: 32px;
        order: 2;
    }

    .wall__image {
        margin-bottom: 0;
        order: 3;
    }

    .range-value {
        display: none;
    }

    .measurements__list {
        margin-bottom: 0;
    }

    .wall__ranges-height {
        margin-bottom: 24px;
        position: static;
        order: 1;
    }

    .range__container-height .ui-slider {
        width: 100%;
        height: 5px;
    }

    .range__container-height .ui-slider .ui-slider-handle {
        margin-left: -16px;
        left: auto;
        top: -10px;
    }

    .range-value-height {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .range__container-height .ui-slider .ui-slider-range {
        bottom: auto;
        height: 5px;
    }

    .range__container-height {
        padding-left: 0;
    }

    .range-mob {
        display: block;
    }

    .wall__ranges-title {
        margin-bottom: 12px;
    }

    .wall__ranges-input {
        width: 100%;
        max-width: 300px;
        margin-bottom: 24px;
        font-size: 18px;
    }

    .range-slider-height {
        position: static;
        width: 100%;
        transform: none;
    }

    .cart__popup-content,
    .cart__popup-form {
        padding: 30px 20px;
    }

    .cart__popup-form {
        padding-bottom: 10px;
    }

    .cart__popup-title {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .cart__product-info {
        margin-right: 15px;
    }

    .product-quantity {
        margin-right: 20px;
    }

    .cart__form-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .cart__inputs-delivery {
        display: block;
    }

    .cart__inputs-delivery span {
        display: block;
    }

    .cart__inputs-delivery span:first-of-type {
        max-width: none;
        width: 100%;
    }

    .cart__inputs-delivery span:last-of-type {
        width: 100%;
    }

}

@media screen and (max-width: 440px) {
    .title:not(.contacts__title) {
        font-size: 30px;
    }

    .product {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product__item {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 12px;
    }

    h1 {
        font-size: 42px;
    }

    h6 {
        font-size: 18px;
    }

    .banner h6 {
        margin-bottom: 100px;
    }

    .header.container {
        padding: 10px 20px;
    }

    .header-right .icon-cart .count {
        position: absolute;
        top: 4px;
        right: 2px;
    }

    .header-right .icon-cart {
        padding: 10px;
        width: auto;
        height: auto;
    }

    .logo {
        width: 120px;
    }

    .header .wrap_mob {
        padding-left: 20px;
        top: 63px;
    }

    .wrap_mob .social__item {
        width: 44px;
        height: 44px;
    }

    .banner__panels {
        right: -129px;
    }

    .panel__image--main {
        max-height: 202px;
    }

    .image_fon {
        bottom: -54px;
        right: -142px;
        height: 63%;
    }

    .btn a {
        width: 280px;
    }

    .panel {
        max-width: 245px;
    }

    .play_icon svg {
        width: 63px;
    }

    .instruction__video {
        max-height: 200px;
    }

    .use__item {
        width: 39%;
    }

    .use__item:nth-last-of-type(3) {
        margin-bottom: 15px;
    }

    .reviews__text {
        font-size: 14px;
    }

    .gallery {
        margin: 0 auto;
        max-width: 150px;
    }

    .gallery__image {
        height: 50px;
    }

    .wall__image {
        height: 200px;
    }

    .wall__image-door {
        width: 90px;
    }

    .wall__image-window {
        margin-right: 50px;
        width: 100px;
        top: 0;
    }

    .contacts__info {
        text-align: left;
    }

    .social-wrap {
        justify-content: flex-start;
    }

    .footer-logo {
        margin: 0 0 13px;
    }
}

@media screen and (max-width: 380px) {
    .wall__image {
        height: 180px;
    }

    .wall__image-window {
        margin-right: 30px;
        width: 93px;
    }

    .wall__image-door {
        width: 68px;
    }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .filter__radio-check:before {
        top: calc(50% - 4px);
        left: calc(50% - 4px);
    }

    .checkbox-check:before {
        top: calc(50% - 6px);
        left: calc(50% - 6px);
    }

    .image_fon img {
        display: none;
    }

    .checkbox-control {
        width: 0;
        height: 0;
    }

    .image_fon {
        max-width: none;
        width: 1190px;
        clip-path: none;
        background: url("../images/main-back.png") no-repeat bottom right / contain;
    }

    .wall__image {
        margin-bottom: 15px;
    }


    .range {
        padding: 0;
        height: 40px;
        background: transparent;
        pointer-events: all;
        overflow: visible;
    }

    .range-slider-height {
        left: -55px;
        top: 133px;
    }

    .range-slider-width {
        margin-bottom: 5px;
    }

    input[type=range]::-ms-fill-lower {
        background: #27A300;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #c2c2c2;
        border-radius: 10px;
    }

    input[type=range]::-ms-track {
        color: transparent;
        height: 5px;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        border-radius: 10px;

    }

    input[type=range]:focus {
        outline: none;
    }

    /* All the same stuff for IE */
    input[type=range]::-ms-thumb {
        border: none;
        height: 24px;
        width: 24px;
        background: #27A300;
        cursor: pointer;
        border-radius: 50%;
        transition: box-shadow ease-in-out 0.4s;
    }

    input[type=range]:hover::-ms-thumb {
        box-shadow: 0 0 0 8px rgba(39, 163, 0, 0.25);
    }

    .product {
        scrollbar-base-color: #c2c2c2;
        scrollbar-face-color: #27a300;
        scrollbar-arrow-color: #27a300;
        scrollbar-shadow-color: #27a300;
    }
}


.cart__input::-webkit-input-placeholder {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #c2c2c2
}

.cart__input:-moz-placeholder {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #c2c2c2
}

.cart__input:-ms-input-placeholder {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #c2c2c2
}

.cart__input:focus::-webkit-input-placeholder {
    color: transparent
}

.cart__input:focus:-moz-placeholder {
    color: transparent
}

.cart__input:focus:-ms-input-placeholder {
    color: transparent
}
a.video_screen{
    display: block;
}
.reviews__info img{
    width: auto;
}
.wpcf7-not-valid-tip{
    display: none;
}
.header .top-header-block{
    z-index: 1000;
}
.novapochta.open, .text-695.open{
    height: auto;
    display: block;
}
.novapochta, .text-695{
    height: 0;
    
    display: none;
}
.novapochta .select2{
    width: 100%!important;
}
.novapochta .select2-selection{
    height: 44px;
    border: 1px solid #C2C2C2;
}
.novapochta .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 42px;
    color: #9e9e9e;
}
.novapochta .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 42px;
}
.novapochta .select2-container{
    margin-bottom: 12px;
}
.novapochta .select2-container--default .select2-selection--single .select2-selection__rendered{
    -webkit-appearance: none;
    background: #fff0 url(../images/select-arrow.svg) no-repeat center right 20px/10px;
    cursor: pointer;

    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 16px 11px;
    font-size: 14px;
    line-height: 19px;
}
.novapochta .select2-selection__arrow{
    display:none;
}
.novapochta .error_np .select2-selection{
    border-color: #C80000;
}
.icon-cart img{
    width: 24px;
}
.panel__slider-top .panel__image img{
    border-radius: 10px;
}
.ZoomContainer{
    display:none;
}
/*.panel__slider-top .panel__image img{
    display:none;
}
.panel__slider-top .panel__image.slick-active img{
    display:block;
}*/
/* Up */

.up {
    display: none;
    position: fixed;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #3aab17;
    border-radius: 50%;
    right: 20px;
    z-index: 4;
}

.up a {
    display: block;
    height: 100%;
    position: relative;
    transform: rotateZ( 
-90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.up a svg path{
    fill: #3aab17;
}
/*.up a:before {
    display: block;
    content: '';
    position: absolute;
    bottom: calc(50% - 15.5px);
    left: calc(50% - 4px);
    width: 8px;
    height: 31px;
    background: url("../images/arrow-up.svg") no-repeat center;
    background-size: contain;
    transition: all 0.2s;
}*/


@media (min-width: 1024px) and (max-width: 2400px) {
    .up:hover a:before {
        background: url("../images/arrow-up-hover.svg") no-repeat center;
        background-size: contain;
        height: 61px;
        bottom: calc(50% - 5px);
    }
}

.up a:focus:before,
.up a:active:before {
    background: url("../images/arrow-up-hover.svg") no-repeat center;
    background-size: contain;
    height: 61px;
    bottom: calc(50% - 5px);
}