

/* Start:/local/components/pages/about/templates/.default/style.css?17794019664769*/

.about {
    margin-top: 108px;
    margin-bottom: 351px;
}
.about__flex {
    display: flex;
}
.about__left {
    width: 50%;
}
.about__left__h1 {
    font-size: 52px;
    font-weight: 400;
}
.about__left__h1__mob {
    display: none;
    font-size: 52px;
    font-weight: 400;
}
.about__left__desc {
    font-size: 24px;
    font-weight: 400;
}
.about__left__desc__mob {
    font-size: 24px;
    font-weight: 400;
    display: none;
}
.about__left__flex {
    display: flex;
    gap: 273px;
    flex-direction: column;
}
.about__right {
    width: 50%;
    position: relative;
}
.about__right img {
    position: absolute;
    top: -180px;
    left: 30px;
}

.rewards {
    margin-bottom: 235px;
}
.rewards__flex {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rewards__flex__block {
    flex: 0 0 calc(50% - 20px);
    background: #fff4e4;
    border-radius: 32px;
    padding: 40px;
    display: flex;
    gap: 75px;
    flex-direction: column;
    position: relative;
}
.rewards__flex__block__img {
    position: absolute;
    right: 47px;
    top: 50px;
}
.rewards__flex__block__title {
    font-size: 40px;
    font-weight: 400;
}
.rewards__flex__block__desc {
    font-size: 20px;
    font-weight: 400;
}
.rewards__flex__block__desc__mob {
    display: none;
}
.photo {
    display: flex;
    flex-wrap: wrap;
}
.photo__block {
    background-repeat: no-repeat;
    width: 33%;
    height: 768px;
    background-size: cover;
}

@media (max-width: 1440px) {
    .about {
        margin-top: 50px;
        margin-bottom: 180px;
    }
    .about__left__flex {
        gap: 160px;
    }
    .about__left__h1 {
        font-size: 45px;
    }
    .about__left__desc {
        font-size: 20px;
    }
    .about__left__desc__mob {
        font-size: 20px;
    }
    .about__right img {
        height: 650px;
        top: -120px;
    }
    .rewards {
        margin-bottom: 100px;
    }
    .rewards__flex {
        gap: 30px;
    }
    .rewards__flex__block {
        gap: 40px;
    }
    .rewards__flex__block__img {
        right: 41px;
        top: 21px;
    }
    .rewards__flex__block__img img {
        height: 100px;
    }
    .rewards__flex__block__title {
        font-size: 30px;
    }
    .rewards__flex__block__desc {
        font-size: 16px;
    }
    .photo__block {
        height: 644px;
    }
}
@media (max-width: 1200px) {
    .about__right img {
        height: 500px;
    }
    .rewards__flex__block__title {
        font-size: 26px;
    }
}
@media (max-width: 900px) {
    .about {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .about__left {
        width: 100%;
    }
    .about__left__h1 {
        font-size: 32px;
        display: none;
    }
    .about__left__h1__mob {
        display: block;
        font-size: 32px;
        font-weight: 400;
    }
    .about__left__flex {
        gap: 18px;
    }
    .about__left__desc {
        font-size: 18px;
    }
    .about__left__desc__mob {
        font-size: 18px;
    }
    .about__right {
        width: 100%;
        text-align: center;
    }
    .about__right img {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
    }
    .about__flex {
        flex-direction: column;
    }
    .rewards {
        margin-bottom: 60px;
    }
    .rewards__flex {
        flex-direction: column;
        gap: 32px;
    }
    .rewards__flex__block {
        width: 100%;
        padding: 24px;
        gap: 24px;
    }
    .rewards__flex__block__title {
        font-size: 20px;
    }
    .rewards__flex__block__img {
        top: 9px;
        right: 19px;
    }
    .rewards__flex__block__img img {
        width: 74px;
        height: 63px;
    }
    .rewards__flex__block__desc {
        font-size: 12px;
    }
    .photo__block {
        width: 50%;
        height: 268px;
    }
}

@media (max-width: 600px)
{
    .about__left__h1__mob {
        text-transform: uppercase;
    }
    .about__left__desc {
       display: none;
    }
    .about__left__desc__mob {
        display: block;
    }
    .about__right img {
        top: -37px;
        left: 0;
    }
    .about {
        max-height: 683px;
    }
.rewards__flex__block__desc {
    display: none;
}
.rewards__flex__block__desc__mob {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
    .rewards__flex__block {
        gap: 26px;
    }

    .rewards__flex__block__img {
        top: 12px;
        right: 26px;
    }



}



























/* End */
/* /local/components/pages/about/templates/.default/style.css?17794019664769 */
