.s_0066 {
    position: relative;
    overflow: hidden;
}

.s_0066__lines {
    max-width: none;
    width: 100%;
    position: absolute;
    padding: 0;
    bottom: 40px;
    z-index: -1;
}

.s_0066__lines img {
    width: 100%;
    display: flex;
    height: 100%;
    max-height: 461px;
    object-fit: cover;
    object-position: bottom;
}

.s_0066__bg {
    max-width: none;
    width: 100%;
    position: absolute;
    padding: 0;
}

.s_0066__bg img {
    width: 100%;
    display: flex;
    height: 100%;
    max-height: 461px;
    object-fit: cover;
    object-position: top;
}

.s_0066__container {
    position: relative;
    z-index: 3;
}

.s_0066__container {
    display: flex;
    justify-content: space-between;
}

.s_0066__subtitle {
    font-family: "Apercu", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #1d1916;
    margin-bottom: 8px;
}

.s_0066__title {
    font-family: "MabryPro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1px;
    color: #1d1916;
    margin-bottom: 8px;
}

.s_0066__text {
    font-family: "Apercu", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #1d1916;
    margin-bottom: 32px;
}

.s__0066__link {
    font-family: "Apercu", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #1d1916;
    background-color: transparent;
    border: 1.2px solid #1d1916;
    border-radius: 4px;
    max-width: 134px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
}

.s__0066__link:hover {
    background-color: #1d1916;
    color: #fff;
}

.s_0066__inner {
    max-width: 374px;
}

@media (max-width: 1300px) {
    .s_0066__title {
        font-size: 46px;
        line-height: 52px;
    }
    .s_0066__text {
        font-size: 18px;
        line-height: 26px;
    }
    .s_0066__bg img {
        max-height: 380px;
    }
    .s_0066__inner {
        max-width: 350px;
    }
}

@media (max-width: 990px) {
    .s_0066__lines {
        bottom: 70px;
    }
    .s_0066__inner {
        max-width: 277px;
    }
    .s_0066__subtitle {
        font-size: 12px;
        line-height: 17px;
    }
    .s_0066__title {
        font-size: 38px;
        line-height: 40px;
    }
    .s_0066__text {
        font-size: 14px;
        line-height: 20px;
    }
    .s__0066__link {
        font-size: 14px;
        line-height: 17px;
        max-width: 122px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .s_0066__lines {
        bottom: 35px;
    }
    .s_0066__bg {
        bottom: 20px;
    }
    .s_0066__container {
        flex-direction: column;
    }
    .s_0066__bg img {
        max-height: none;
    }
    .s__0066__link {
        margin-bottom: 76px;
    }
}