body > .page-wrapper {
    padding-bottom: 17.25em;
}

section:not(:first-of-type) {
    margin-top: 15px;
}

.angle-block {
    position: relative;
    overflow: hidden;
}

.angle-block::before,
.angle-block::after {
    content: "";
    aspect-ratio: 151 / 99;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    max-width: 197px;
    width: 100%;

}

.angle-block::before {
    background: url("/local/templates/rolit.pro/assets/img/svg/angle-left.svg");
    left: 0;
    bottom: 0;
}

.angle-block::after {
    background: url("/local/templates/rolit.pro/assets/img/svg/angle-right.svg");
    aspect-ratio: 146 / 115;
    top: 0;
    right: 0;
}

@media screen and (max-width: 1199px) {
    section {
        margin-left: -2.5px;
        margin-right: -2.5px;
    }

    section:not(:first-of-type) {
        margin-top: 12px;
    }
}
.page-wrapper .d-none .head-title{
    display: none !important;
}
#about-hiw .container,
.partner-slider-sect .container{
    max-width: 1320px;
}

/********* promo ************************** START */
.promo-welcome {
    height: 405px;

    border: 1px solid #FFFFFF;
    background: rgb(255, 255, 255, 0.75);
    backdrop-filter: blur(32px);
    margin-top: 42px;
    border-radius: 25px;

    box-shadow: 0 4px 4px 0 #00000040;
}

.promo-welcome--inner > * {
    flex: 1 1 50%;
}

.promo-welcome--content {
    padding: 25px 20px 35px 42px;
}

.promo-welcome--content .h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.03em;
    margin-bottom: 1.4rem;
}

.promo-welcome--content .text {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.0725em;
    color: #3D3D3D;
}

.promo-welcome--content .btn {
    /* height: 115px; */
    /* width: 445px; */
    font-size: 32px;
    font-weight: 800;
    padding: 43px 59px;
    letter-spacing: 0.045em;
    background: linear-gradient(178.78deg, #EB5649 -20.77%, #F48665 51.7%, #FFD977 124.16%);
    color: #fff;
}

.promo-welcome--image {
}

.promo-welcome--image::before {
    content: "";
    filter: blur(159px);
    background: #ff823f;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.promo-welcome--image img {
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .promo-welcome {
        height: auto;
        margin-top: 12px;
        border-radius: 5px;
        backdrop-filter: blur(10px);
    }

    .promo-welcome--content {
        padding: 0 28px 16px;
    }

    .promo-welcome--content .h1 {
        font-size: 20px;
        text-align: center;
        line-height: 2.3;
        margin-bottom: 0;
    }

    .promo-welcome--content .text {
        font-size: 10px;
        text-align: center;
        line-height: 1.1;
        text-wrap-style: balance;
        margin-bottom: 0.35rem;
    }

    .promo-welcome--content .btn {
        font-size: 16px;
        padding: 8px 0;
        width: 100%;
        border: none;
    }
}
/********* promo ************************** END */

/********* about-hiw ************************** START */
.about-hiw {
    gap: 24px;
    grid-template-columns: minmax(300px, 45.2%) 1fr;
}

.about-hiw > * {
    padding: 16px 34px 50px;
    background: var(--color-white);
    border-radius: var(--radius-20);
    box-shadow: var(--shadow);
}


.hiw--title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
    padding: 5px 0;
    margin-bottom: 14px;
    letter-spacing: 0.0325em;
}

.hiw-layer {
    position: relative;
    overflow: hidden;
}

.hiw-layer::after {
    content: "";
    background: url("/local/templates/rolit.pro/assets/img/svg/about_angle-right.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 40px;
    transform: scaleY(-1);
}

.partner-slider--container .swiper-slide {
    width: 640px;
}

@media screen and (min-width: 1200px) {
    .hiw-layer::after {
        display: none;
    }
}

.hiw-list {
    counter-reset: heading;
    gap: 24px;
}

.hiw-item {
    font-size: 15px;
    font-weight: 600;
    gap: 25px;
}

.hiw-item::before {
    content: counter(heading);
    counter-increment: heading;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #F06F57;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 50%;
}

@media screen and (max-width: 1199px) {
    .about-hiw {
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .about-hiw > * {

    }

    .hiw--title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hiw-layer {
        border-radius: 5px;
        padding: 9px 24px 22px 18px;
    }

    .hiw-list {
        gap: 16px;
        text-wrap-style: balance;
    }

    .hiw-item {
        font-size: 9px;
        gap: 15px;
        line-height: 1.1;
        letter-spacing: 0.04em;
    }

    .hiw-item img {
        width: 30px;
        height: 30px;
    }

    .hiw-item::before {
        font-size: 14px;
        width: 17px;
        height: 17px;
        flex: 0 0 17px;
    }
}
#about-hiw .angle-block::before {
    z-index: 0;
}

#about-hiw .angle-block::after {
    display: none;
}

.video-block {
    height: 100%;
}

.video-item {
    position: relative;
    background-color: black;
    cursor: pointer;
    overflow: hidden;
    border-radius: var(--radius-20);
    max-width: 474px;
    width: 100%;
    height: auto;
    margin: auto;
    aspect-ratio: 474 / 274;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.youtube-icon {
    width: 80px;
    height: 80px;
    opacity: 0.8;
    transition: transform 0.3s ease;
}

.youtube-icon:hover {
    transform: scale(1.1);
}

.video-player {
    width: 100%;
    height: 100%;
    display: none;
}

#about-hiw {

}

@media screen and (max-width: 1199px) {
    .about-hiw .angle-block {
        padding: 0;
        border-radius: 10px;

    }

    .video-block .hiw--title {
        margin-bottom: 3px;
    }

    .video-block {
        padding: 0 0 18px 0;;
        border-radius: 5px;
    }

    .video-item {

        min-height: 110px;
        border-radius: 10px;
        max-width: 260px;
    }

    .youtube-icon {
        width: 54px;
        height: 38px;
    }

    #video .rt-tooltip img {
        width: 50px;
        height: auto;
    }

    #about-hiw .angle-block::before {
        max-width: 57px;
        background-size: cover !important;
    }
}
/********* about-hiw ************************** END */