.js-input.active {
    border: 1px solid #ebb492;
}
.product__result  {
    margin-bottom: 15px;
}
.aside__btn-order {
    display: none;
}
.spetifications__row {
    justify-content: center;
}
.spetifications__item {
    flex-grow: 1;
}
.spetifications__text.spetifications__text--grow {
    max-width: 100%;
}
.about__title {
    font-size: 48px;
    line-height: 120%;
}
@media (max-width: 575px) {
    .about__title {
        font-size: 25px;
        margin-bottom: 50px;
    }
    .forms__btn {
        margin: 0 auto;
    }
    .product__wrapper {
        max-height: 550px;
    }
}
.hero__content-wrap {
    display: flex;
    align-items: center;
}
.hero__content-image {
    margin-left: 15px;
    width: 80px;
    height: 80px;
}
.hero__content-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero__title {
    font-size: 90px;
    line-height: 100%;
    font-weight: 700;
    color: var(--color-main);
}
/* .about__content p {
    max-width: 520px;
} */
.info__item:nth-child(3n) .info__item-wrapper p {
    font-size: 42px;
    line-height: 100%;
}
.info__item-wrapper img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.info__item:nth-child(3n) .info__item-wrapper:after {
    display: none;
}
.info__item-wrapper {
    text-align: center;
}
@media (max-width: 992px) {
    .hero__content-image {
        width: 50px;
        height: 50px;
    }
    .hero__content-wrap {
        margin-top: 15px;
    }
    .hero__title {
        font-size: 60px;
    }
}
@media (max-width: 575px) {
    .about__content {
        width: 320px;
    }
    .info__item-wrapper img {
        width: 120px;
        height: 120px;
        object-fit: contain;
    } 
    .hero__title {
        font-size: 30px;
    }
    .hero__content-image {
        margin-left: 5px;
    }
}
.about:before,
.about::after {
    display: none;
}
.about__bg-image:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(35.68%,rgba(0,0,0,0)));
    background: -o-linear-gradient(bottom,#000 0,rgba(0,0,0,0) 35.68%);
    background: linear-gradient(0deg,#000 0,rgba(0,0,0,0) 35.68%);
    -webkit-transform: matrix(-1,0,0,1,0,0);
    -ms-transform: matrix(-1,0,0,1,0,0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 35.73%, rgba(0, 0, 0, 0) 65.88%), linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 35.68%), linear-gradient(180deg, #000000 2.21%, rgba(0, 0, 0, 0) 30.03%);
    width: 100%;
    height: 100%;
    z-index: 1;
}



.video--main {
    margin-bottom: 50px;
}
.video__main {
    position: relative;
    padding-bottom: 40%;
}
.video__main-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video__main-btn  {
    background-color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
}
.video__main-btn svg {
    fill: #ebb492;
    width: 120px;
    height: 120px;
}

@media (max-width: 575px) {
    .video__main-btn svg {
        width: 60px;
        height: 60px;
    }
}