.container{
    max-width: 1276px;
}
.hero {
    margin-top: 138px;
}
.hero__back{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 30px;
    width: max-content;
}
.hero__back:hover{
    color: #626262;
}
.hero__back:hover svg path{
    fill: #626262;
}
.hero__video{
    margin-top: 50px;
    position:relative;
    padding-bottom:54.334%;
    padding-top:25px;
    height:0;}
.hero__video iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
.hero__title{
    margin-top: 65px;
    font-size: 60px;
    font-weight: 700;
    line-height: 75.5px;
}
.hero__descr{
    margin-top: 50px;
    max-width: 874px;
}
@media (max-width: 1366px) {
    .hero {
        margin-top: 100px;
    }
    .hero__back {
        display: flex;
        align-items: center;
        gap: 11px;
        font-size: 15.997px;
        width: max-content;
    }
    .hero__back svg {
        width: 11px;
    }
    .hero .container {
        max-width: 694px;
    }
    .hero__video {
        margin-top: 26px;
        padding-bottom: 52.712%;
    }
    .hero__title {
        margin-top: 35px;
        font-size: 31.994px;
        font-weight: 700;
        line-height: 40.259px;
    }
    .hero__descr {
        margin-top: 50px;
        max-width: 466px;
        font-size: 10.665px;
        line-height: 18.663px;
    }
}
@media (max-width: 1064px) {
    .hero {
        margin-top: 74px;
    }
}
@media (max-width: 620px) {
    .hero__back{
        display: none;
    }
    .hero__video {
        padding-bottom: 47.83%;
    }
    .container {
        padding: 0 38px;
    }
    .hero__title {
        margin-top: 35px;
        font-size: 25px;
        font-weight: 700;
        line-height: 75.5px;
    }
    .hero__descr {
        margin-top: 10px;
        max-width: 466px;
        font-size: 16px;
        line-height: 35px;
    }
    .hero__descr + .hero__descr{
        margin-top: 35px;
    }
}

.feedback{
    margin-top: 330px;
}
@media (max-width: 1366px) {
    .feedback {
        margin-top: 164px;
    }
}
@media (max-width: 620px) {
    .feedback {
        margin-top: 70px;
    }
    .feedback__form {
        padding: 36px 27px 43px;
    }
}

.other{
    margin-top: 149px;
}
.other .container {
    max-width: 1565px;
}
.other__icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.other__title{
    margin-top: 110px;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 75.5px; /* 125.833% */
    text-transform: capitalize;
}
.other__block{
    display: flex;
    gap: 30px;
    margin-top: 90px;
    justify-content: space-between;
}
.other__item{
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-height: 279px;
    max-width: 455px;
    width: 100%;
}
.other__item::before{
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    z-index: 1;
}
.other__item-image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.other__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 7.75s ease;
}
.other__item-name{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 200% */
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    z-index: 2;
}
.other__item-image img {
    width: 100%;
    transition: transform 7.75s ease;
}
.other__item:hover img {
    transform: scale(1.5);
    transition-duration: 7.75s;
}
.other__item:not(:hover) img {
    transform: scale(1);
    transition-duration: 1.32s;
}
@media (max-width: 1366px) {
    .other {
        margin-top: 76px;
    }
    .other__icon svg{
        width: 37px;
    }
    .other__title {
        margin-top: 59px;
        font-size: 31.994px;
        line-height: 40.259px;
    }
    .other__block {
        display: flex;
        margin-top: 47px;
    }
}
@media (max-width: 838px) {
    .other__block{
        gap: 30px;
    }
    .other__item-name{
        font-size: 18px;
        line-height: normal;
    }
}
@media (max-width: 700px) {
    .other__block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 47px 30px 0;
    }

}
@media (max-width: 620px) {
    .other {
        margin-top: 92px;
    }
    .other__title {
        margin-top: 15px;
        font-size: 25px;
        line-height: 75.5px;
    }
    .other__block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 47px 30px 0;
    }
    .other__item{
        min-width: 240px;
    }
    .other__icon svg {
        width: 51px;
    }
    .other__item-name{
        font-size: 12px;
    }
}

.footer{
    margin-top: 220px;
}
@media (max-width: 1366px) {
    .footer {
        margin-top: 118px;
    }
}
@media (max-width: 1065px) {
    .footer {
        margin-top: 120px;
    }
}