.big-slide {
    
}
.big-slide__box {
    position: relative;
}
.big-slide__box img {
    width: 100%;
}
.big-slide__text {
    font-weight: 700;
    font-size: 48px;
    position: absolute;
    bottom: 5%;
    max-width: 55%;
    padding-left: 20px;
}
.big-slide__sub-text {
    font-weight: 400;
    font-size: 48px;
    margin-top: 40px;
    margin-left: calc(50% - 100px);
}

@media only screen and (max-width: 1399.98px) {

    .big-slide__text {
        font-size: 40px;
    }
    .big-slide__sub-text {
        font-size: 40px;
    }

}

@media only screen and (max-width: 1199.98px) {

    .big-slide__text {
        font-size: 32px;
    }
    .big-slide__sub-text {
        font-size: 32px;
    }

}

@media only screen and (max-width: 991.98px) {

    .big-slide__text {
        font-size: 24px;
    }
    .big-slide__sub-text {
        font-size: 24px;
    }

}

@media only screen and (max-width: 767.98px) {

    .big-slide__text {
        font-size: 12px;
        padding-left: 0;
        max-width: 180px;
    }
    .big-slide__sub-text {
        font-size: 14px;
        margin-top: 20px;
        margin-left: calc(50% - 30px);
    }

}


.bonuses {
    
}
.bonuses__list {
    display: flex;
    gap: 20px;
    width: calc(100% - 60px);
}
.bonuses__item {
    font-weight: 600;
    font-size: 22px;
    border-radius: 30px;
    height: 300px;
    position: relative;
    background: rgba(217, 217, 217, 0.5);
    display: flex;
    align-items: flex-end;
    padding: 15px;
    width: 25%;
    flex: 0 0 auto;
    justify-content: flex-end;
}
.bonuses__item:after {
    content: '';
    position: absolute;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    top: 20px;
    left: 20px;
}
.bonuses__item span {
    width: max-content;
}
.bonuses__item_1:after {
    background: #fff url(../img/icons/bonuses_1.svg) no-repeat center / 33px auto;
}
.bonuses__item_2:after {
    background: #fff url(../img/icons/bonuses_2.svg) no-repeat center / 30px auto;
}
.bonuses__item_3:after {
    background: #fff url(../img/icons/bonuses_3.svg) no-repeat center / 30px auto;
}
.bonuses__item_4:after {
    background: #fff url(../img/icons/bonuses_4.svg) no-repeat center / 30px auto;
}

@media only screen and (max-width: 1399.98px) {

    .bonuses__item {
        font-size: 20px;
        height: 260px;
    }

}

@media only screen and (max-width: 1199.98px) {

    .bonuses__item {
        font-size: 18px;
        height: 220px;
    }

}

@media only screen and (max-width: 991.98px) {

    .bonuses__list {
        width: 100%;
        flex-wrap: wrap;
    }
    .bonuses__item {
        font-size: 20px;
        height: 220px;
        width: calc(50% - 10px);
    }

}

@media only screen and (max-width: 767.98px) {

    .bonuses__item {
        font-size: 17px;
        height: 130px;
        width: 100%;
    }

}


.why {

}
.why__inner {
    display: flex
}
.why__left {
    width: calc(100% - 783px);
}
.why__title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
.why__right {
    width: 783px;
}
.why__reasons {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.why__reason {
    border-radius: 30px;
    padding: 20px 30px;
    background: #f5f5f5;
    position: relative;
}
.why__reason:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 48px;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    color: #1295f0;
}
.why__reason-title {
    font-weight: 600;
    font-size: 22px;
}
.why__reason-desc {
    font-size: 18px;
    margin-top: 12px;
}
.why__reason_1:after {
    content: '01';
}
.why__reason_2:after {
    content: '02';
}
.why__reason_3:after {
    content: '03';
}
.why__reason_4:after {
    content: '04';
}

@media only screen and (max-width: 1399.98px) {

    .why__left {
        width: calc(100% - 580px);
    }
    .why__right {
        width: 580px;
    }

}

@media only screen and (max-width: 991.98px) {

    .why__inner {
        display: block;
    }
    .why__left {
        width: 100%
    }
    .why__right {
        width: 100%
    }
    .why__title {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 767.98px) {

    .why__title {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .why__reason-title {
        font-size: 16px;
    }
    .why__reason-desc {
        font-size: 13px;
        margin-top: 12px;
    }

}


.sub-services {

}
.sub-services__inner {
    display: flex
}
.sub-services__left {
    width: calc(100% - 783px);
}
.sub-services__title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    max-width: 403px;
}
.sub-services__right {
    width: 783px;
}
.sub-services__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sub-services__item {
    background: #1295f0;
    border-radius: 30px;
    height: 186px;
    width: calc(50% - 10px);
    padding: 10px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sub-services__item-title {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: #fff;
}
.sub-services__item-desc {
    font-size: 18px;
    color: #000;
    text-align: right;
}

@media only screen and (max-width: 1399.98px) {

    .sub-services__left {
        width: calc(100% - 580px);
    }
    .sub-services__right {
        width: 580px;
    }

}

@media only screen and (max-width: 991.98px) {

    .sub-services__inner {
        display: block;
    }
    .sub-services__left {
        width: 100%
    }
    .sub-services__right {
        width: 100%
    }
    .sub-services__title {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 767.98px) {

    .sub-services__title {
        font-size: 20px;
    }
    .sub-services__item {
        height: 120px;
    }
    .sub-services__item-title {
        font-size: 13px;
    }
    .sub-services__item-desc {
        font-size: 11px;
    }
    .sub-services__item {
        padding: 15px;
    }

}


.sub-contacts {

}
.sub-contacts__inner {
    display: flex
}
.sub-contacts__left {
    width: calc(100% - 783px);
    padding-right: 47px;
}
.sub-contacts__title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    max-width: 300px;
}
.sub-contacts__desc {
    font-size: 22px;
    margin-top: 39px;
    max-width: 403px
}
.sub-contacts__btn {
    border-radius: 50px;
    width: 100%;
    height: 78px;
    line-height: 74px;
    background: #1295f0;
    font-size: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 70px;
}
.sub-contacts__right {
    width: 783px;
}
.sub-contacts__list {

}
.sub-contacts__item {
    border-bottom: 3px solid #1295f0;
    padding: 21px 0 18px 0;
    font-size: 30px;
    color: #000;
    text-align: right;
}
.sub-contacts__item a {
    text-decoration: none;
}
.sub-contacts__item_1 {
    background: url(../img/icons/sc_1.svg) no-repeat left center / auto 36px;
}
.sub-contacts__item_2 {
    background: url(../img/icons/sc_2.svg) no-repeat left center / auto 36px;
}
.sub-contacts__item_3 {
    background: url(../img/icons/sc_3.svg) no-repeat left center / auto 36px;
}
.sub-contacts__item_4 {
    background: url(../img/icons/sc_4.svg) no-repeat left center / auto 36px;
}

@media only screen and (max-width: 1399.98px) {

    .sub-contacts__left {
        width: calc(100% - 580px);
    }
    .sub-contacts__right {
        width: 580px;
    }

}

@media only screen and (max-width: 1199.98px) {

    .sub-contacts__btn {
        height: 66px;
        line-height: 66px;
        font-size: 23px;
        margin-top: 55px;
    }

}

@media only screen and (max-width: 991.98px) {

    .sub-contacts__inner {
        display: block;
    }
    .sub-contacts__left {
        width: 100%;
        padding-right: 0;
    }
    .sub-contacts__right {
        width: 100%;
        margin-top: 30px;
    }
    .sub-contacts__title {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 767.98px) {

    .sub-contacts__item {
        font-size: 24px;
    }

}

@media only screen and (max-width: 767.98px) {

    .sub-contacts__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sub-contacts__desc {
        font-size: 16px;
        margin-top: 20px;
    }
    .sub-contacts__btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin-top: 20px;
    }
    .sub-contacts__item {
        font-size: 17px;
        background-size: auto 20px;
        border-bottom: 2px solid #1295f0;
        padding: 15px 0 12px 0;
    }

}