.main {
    background-color: #F7F7F7 !important;
}
.main__image {
    position: relative;
    background-size: cover;
    background-position: right;
}

.main__image::after {
    content: '';
    display: block;
    /*padding-bottom: 49.1666667%;*/
    height: 944px;
    background: rgba(0, 0, 0, 0.24);
}

.main__title-wrapper{
    width: 100%;
    max-width: 1044px;
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translateX(-50%);

}

.main__title{
    font-weight: bold;
    font-size: 70px;
    line-height: 90px;
    text-align: center;
    color: #FFFFFF;
}

.main__subtitle{
    margin-top: 56px;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.main__button{
    display: none;
}

.main__want-more{
    display: none;
    max-width: 300px;
    margin: 10px auto 0;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

.offer-slider-wrapper {
    margin-top: -231px;
}

.offer-slider {
    max-width: 1448px;
    margin: 0 auto;
}

.offer-slider__slide img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 6px;
}

.offer-slider__slide {
    padding: 0 15px;
}

.offer-slider__slide button {
    display: block;
    height: 75px;
    padding: 0 15px;
    margin: 19px auto 0;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
}

.offer-slider__slide div {
    margin: 40px auto 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}

.offer-slider__slide:focus {
    outline: none;
}

.slick-dots button {
    display: none;
}

.slick-dots li {
    width: 19px;
    height: 19px;
    background: rgba(8, 8, 8, 0.2);
    border-radius: 100%;
}

.slick-dots li.slick-active {
    background: #080808;
}

.slick-dots li:not(:last-child) {
    margin-right: 17px;
}

.reputation-title{
    max-width: 830px;
    margin: 134px auto 0;
    padding: 0 15px;
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
}

.reputation-title span{
    color: #B749DA;
}

.reputation-image{
    display: flex;
    align-self: center;
    justify-content: center;
    margin-top: 30px;
}

.reputation-image img{
    max-width: 100%;
    align-self: center;
}

.reviews{
    padding: 114px 15px 155px;
    background: #F7F7F7;
}

.reviews__title{
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
}

.reviews__items{
    display: flex;
    justify-content: center;
    margin-top: 110px;
}

.reviews__item{
    display: flex;
}

.reviews__item:first-child{
    margin-right: 44px;
}

.reviews__image{
    margin-right: 20px;
}
.reviews__image img{
    width: 169px;
    border-radius: 100%;
}
.reviews__text{
    max-width: 496px;
}

.reviews__name {
    font-size: 18px;
}
.reviews__name span{
    font-weight: 700;
    font-size: 20px;
}

.reviews__rate {
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.reviews__stars {
    display: flex;
    align-items: center;
}

.reviews__rate .reviews__stars span {
    font-size: 12px;
    font-weight: bold;
    color: #FFBD4D;
}

.reviews__text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 33px;
}

.reviews__poweredby {
    display: flex;
    align-items: center;
    padding-left: 42px;
}
.reviews__poweredby span{
    font-size: 12px;
    color: #6D6D6D;
}

.reviews__poweredby img{
    width: 71px;
}

@media screen and (max-width: 992px) {
    .main__want-more{
        display: block;
    }
    
    .offer-slider-wrapper {
        margin-top: 10px;
    }

    .main__image::after {
        padding-bottom: 60.9418283%;
        height: unset;
    }

    .main__title-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 30px 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: none;
    }

    .main__title{
        max-width: 690px;
        font-size: 42px;
        line-height: 68px;
    }

    .main__subtitle{
        margin: 0;
    }

    .main__button{
        display: block;
        height: 55px;
        padding: 0 15px;
        font-size: 22px;
        font-weight: 500;
    }

    .reviews__items {
        flex-direction: column;
    }

    .reviews__item:not(:last-child){
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    .slider__slide img {
        width: 241px;
    }

    .slider__slide div {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 600px) {

    .main__title{
        max-width: 690px;
        font-size: 28px;
        line-height: 36px;
    }

    .main__subtitle{
        font-size: 22px;
        line-height: 30px;
    }

    .reputation-title{
        max-width: 376px;
        margin: 60px auto 0;
        font-weight: 500;
        font-size: 22px;
        line-height: 40px;
        text-align: center;
    }

    .reputation-title span{
        font-weight: bold;
    }

    .reviews {
        padding: 34px 15px 40px;
        background: #fff;
    }

    .reviews__title{
        padding-top: 34px;
        font-size: 24px;
        line-height: 29px;
        text-align: left;
        border-top: 1px solid #AEAEAE;
    }

    .reviews__items {
        margin-top: 40px;
    }

    .reviews__image {
        margin-top: -10px;
    }

    .reviews__image img {
        width: 70px;
    }

    .reviews__text {
        line-height: 30px;
    }


}


@media screen and (max-width: 480px) {
    .offer-slider__slide div{
        margin-top: 14px;
        font-size: 20px;
        line-height: 28px;
    }

    .offer-slider__slide button {
        height: 42px;
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .offer-slider-wrapper .slick-dots{
        margin-top: 27px;
    }

    .main{
        padding-bottom: 45px !important;
    }

    .main__title-wrapper{
        padding: 10px;
    }

    .main__title {
        max-width: 690px;
        font-size: 22px;
        line-height: 30px;
    }

    .main__subtitle {
        font-size: 20px;
        line-height: 28px;
    }


    .main__image{
        padding: 40px 25px 0;
        background-clip: content-box;
    }

    .main__title-wrapper{
        padding: 55px 40px 15px;
    }

    .main__button{
        font-size: 16px;
    }

}

@media screen and (max-width: 420px) {


    .main__button{
        width: 280px;
        height: 42px;
        padding: 0;
        font-size: 16px;
    }

    .main__title {
        font-size: 22px;
        line-height: 32px;
    }

    .main__subtitle {
        font-size: 18px;
        line-height: 24px;
    }

}

@media screen and (max-width: 380px) {
    .main__title {
        font-size: 14px;
        line-height: 24px;
    }

    .main__subtitle {
        font-size: 12px;
        line-height: 16px;
    }

    .reviews__rate{
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews__poweredby {
        margin-top: 10px;
        padding-left: 0;
    }
}
