body.home {
    padding-top: 0;
}
@media (max-width: 1200px) {
    body.home {
        padding-top: 70px;
    }
}


.home-our-offer {
    position: relative;
    background-color: #F2F2F2;
    text-align: center;
    z-index: 100;
    overflow: hidden;
}
.home-our-offer__mask {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 575px;
    height: 575px;
}
.home-our-offer__mask-inner {
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: #fff;
}
.home-our-offer__mask-inner:not(.se-done) {
    transform: translateY(-45%);
}

.home-our-offer .section__title {
    position: relative;
    z-index: 100;
    transform: translateY(-50%);
    padding-bottom: 15px;
    margin-block-end: 60px;
    line-height: 1;
    display: inline-block;
}
.home-our-offer .section__title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #8D0006;
}
.home-our-offer__boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px;
}
.home-our-offer__box {
    position: relative;
    top: 0;
    display: block;
    width: 25%;
    padding: 30px;
    &::before {
        content: "";
        position: absolute;
        top: 95px;
        left: calc(50% - 55px);
        width: 110px;
        height: 110px;
        opacity: 0.6;
        transition: opacity 0.3s ease;
        background: #ce171e;
        clip-path: polygon(0% 80%, 0% 30%, 15% 10%, 35% 0%, 75% 30%, 100% 60%, 100% 80%, 70% 100%, 30% 100%);
    }
    &:hover::before {
        opacity: 1;
    }
}

.home-our-offer__icon-img {
    position: relative;
    height: 128px;
    margin: 0 auto 72px auto;
    transition: transform 0.3s ease;
    transform: translateY(16px);
}
.home-our-offer__box:hover .home-our-offer__icon-img {
    transform: translateY(0);
}
.home-our-offer__title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.3s ease;
    .home-our-offer__box:hover & {
        color: #CE171E;
    }
}

@media (max-width: 1440px) {
    .home-our-offer__mask {
        width: 475px;
        height: 475px;
    }
    .home-our-offer__boxes {
        margin: -15px;
    }
    .home-our-offer__box {
        padding: 15px;
    }
    .home-our-offer__box-icon-bg {
        left: calc(50% - 40px);
        width: 80px;
        height: 80px;
    }
    .home-our-offer__icon-img {
        width: 96px;
        margin: 0 auto 50px auto;
    }
    .home-our-offer__title {
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .home-our-offer__mask {
        display: none;
    }
    .home-our-offer__box {
        width: 33.3333%;
    }
    .home-our-offer .section__title {
        transform: none;
    }
}
@media (max-width: 768px) {
    .home-our-offer__box {
        width: 100%;
    }
}


.home-why-us {
    position: relative;
    background-image: url('../img/home_why_us_img.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-why-us__mask {
    content: '';
    position: absolute;
    top: 0;
    left: calc((100% - 1380px) / 2);
    width: 575px;
    height: 575px;
    transform: translate(0, -50%);
}
.home-why-us__mask-inner {
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: #000000;
}
.home-why-us__mask-inner:not(.se-done) {
    transform: translateY(-45%);
}
.home-why-us .section__title {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 575px;
    padding-bottom: 15px;
    margin-bottom: 180px;
    line-height: 1;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    text-decoration: underline;
    text-underline-offset: 18px;
    @media (max-width: 1200px) {
        margin-bottom: 60px;
    }
}
.home-why-us__image {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 50%;
    height: 100%;
}
.home-why-us__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top right;
}
.home-why-us__column {
    width: 50%;
    position: relative;
}
@media (max-width: 1440px) {
    .home-why-us__mask {
        left: calc((100% - 1140px) / 2);
        width: 475px;
        height: 475px;
    }
    .home-why-us .section__title {
        width: 475px;
    }
}
@media (max-width: 1200px) {
    .home-why-us {
        background: #fff;
    }
    .home-why-us .section__title {
        width: 100%;
        transform: none;
        color: #000;
    }
    .home-why-us__mask {
        display: none;
    }
    .home-why-us__image {
        display: none;
    }
    .home-why-us__column {
        width: 100%;
    }
}

.home-action-concept {
    position: relative;
    text-align: center;
}
.home-action-concept .section__title {
    margin-bottom: 60px;
}
.home-action-concept__image {
    position: absolute;
    top: -30px;
    left: -30px;
    width: calc(100% + 60px);
}
.home-action-concept__img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.home-action-concept__content {
    width: 1380px;
    height: 1380px;
    position: relative;
    margin: 0 auto 60px auto;
}
.home-action-concept__box:first-child,
.home-action-concept__box:nth-child(2),
.home-action-concept__box:nth-child(3),
.home-action-concept__box:last-child {
    position: absolute;
}
.home-action-concept__box:first-child,
.home-action-concept__box:last-child {
    left: 50%;
    transform: translateX(-50%);
}
.home-action-concept__box:nth-child(2),
.home-action-concept__box:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
}
.home-action-concept__box:first-child {
    top: 0;
}
.home-action-concept__box:nth-child(2) {
    left: 0;
}
.home-action-concept__box:nth-child(3) {
    right: 0;
}
.home-action-concept__box:last-child {
    bottom: 0;
}
.home-action-concept__diamond {
    width: 675px;
    height: 675px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-action-concept__inner {
    width: 615px;
    height: 615px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.home-action-concept__box:first-child .home-action-concept__diamond,
.home-action-concept__box:last-child .home-action-concept__diamond {
    background-color: #F2F2F2;
}
.home-action-concept__box:nth-child(2) .home-action-concept__diamond,
.home-action-concept__box:nth-child(3) .home-action-concept__diamond {
    background-color: #8D0006;
    color: #fff;
}
.home-action-concept__top--left,
.home-action-concept__top--right,
.home-action-concept__bottom--left,
.home-action-concept__bottom--right {
    background-color: transparent;
    width: 307.5px;
    height: 307.5px;
}
.home-action-concept__top--left,
.home-action-concept__bottom--left {
    float: left;
}
.home-action-concept__top--right,
.home-action-concept__bottom--right {
    float: right;
}
.home-action-concept__top--left {
    clip-path: polygon(100% 0, 0 100%, 0 100%, 0 0);
    shape-outside: polygon(100% 0, 0 100%, 0 100%, 0 0);
}
.home-action-concept__top--right {
    clip-path: polygon(100% 100%, 0 0, 0 0, 100% 0);
    shape-outside: polygon(100% 100%, 0 0, 0 0, 100% 0);
}
.home-action-concept__bottom--left {
    clip-path: polygon(0 0, 100% 100%, 0 100%, 0% 50%);
    shape-outside: polygon(0 0, 100% 100%, 0 100%, 0% 50%);
}
.home-action-concept__bottom--right {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
    shape-outside: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
}
.home-action-concept .section__desc {
    padding: 112.5px 0;
    height: 675px;
}
.home-action-concept .section__desc h3 {
    font-weight: 700;
}
@media (max-width: 1440px) {
    .home-action-concept__content {
        width: 1140px;
        height: 1140px;
    }
    .home-action-concept__diamond {
        width: 555px;
        height: 555px;
    }

    .home-action-concept__inner {
        width: 495px;
        height: 495px;
        clip-path: none;
    }
    .home-action-concept__top--left,
    .home-action-concept__top--right,
    .home-action-concept__bottom--left,
    .home-action-concept__bottom--right {
        background-color: transparent;
        width: 247.5px;
        height: 247.5px;
    }
    .home-action-concept .section__desc {
        padding: 62.5px 0;
        height: 555px;
    }

    .home-action-concept .section__desc p {
        margin-bottom: 15px;
    }

    .home-action-concept .section__desc p:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 1200px) {
    .home-action-concept__image {
        display: none;
    }
    .home-action-concept .section__row {
        margin-bottom: 60px;
    }
    .home-action-concept .section__row:last-child {
        margin-bottom: 0;
    }
    .home-action-concept__content {
        width: 100%;
        height: auto;
    }
    .home-action-concept__boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: -15px;
    }
    .home-action-concept__box:first-child,
    .home-action-concept__box:nth-child(2),
    .home-action-concept__box:nth-child(3),
    .home-action-concept__box:last-child {
        position: relative;
    }
    .home-action-concept__box {
        width: 33.3333%;
    }
    .home-action-concept__box:first-child {
        order: 2;
    }
    .home-action-concept__box:nth-child(2) {
        order: 2;
    }
    .home-action-concept__box:nth-child(3) {
        order: 4;
    }
    .home-action-concept__box:last-child {
        order: 3;
    }
    .home-action-concept__box:first-child,
    .home-action-concept__box:last-child {
        left: 0;
        transform: none;
    }
    .home-action-concept__box:nth-child(2),
    .home-action-concept__box:nth-child(3) {
        top: 0;
        transform: none;
    }
    .home-action-concept__diamond {
        width: 100%;
        height: auto;
        clip-path: none;
    }
    .home-action-concept__inner {
        width: 100%;
        height: auto;
    }
    .home-action-concept__top--left,
    .home-action-concept__top--right,
    .home-action-concept__bottom--left,
    .home-action-concept__bottom--right {
        background-color: transparent;
        width: 100%;
        height: auto;
    }
    .home-action-concept__top--left,
    .home-action-concept__bottom--left {
        float: none;
    }
    .home-action-concept__top--right,
    .home-action-concept__bottom--right {
        float: none;
    }
    .home-action-concept__top--left {
        clip-path: none;
        shape-outside: none;
    }
    .home-action-concept__top--right {
        clip-path: none;
        shape-outside: none;
    }
    .home-action-concept__bottom--left {
        clip-path: none;
        shape-outside: none;
    }
    .home-action-concept__bottom--right {
        clip-path: none;
        shape-outside: none;
    }
    .home-action-concept .section__desc {
        padding: 60px 30px;
        height: auto;
        text-align: left;
    }
}
@media (max-width: 768px) {
    .home-action-concept__box {
        width: 50%;
    }
    .home-action-concept .section__desc {
        padding: 60px 15px;
    }
}
@media (max-width: 576px) {
    .home-action-concept__box {
        width: 100%;
    }
}


.home-knowledge {
    background-color: #F2F2F2;
    position: relative;
}
.home-knowledge .section__title {
    position: relative;
    z-index: 100;
    transform: translateY(-50%);
    padding-bottom: 15px;
    line-height: 1;
    display: inline-block;
}
.home-knowledge__thumb {
    width: 100%;
}
.home-knowledge .section__title {
    transform: translateY(0)
}
.home-knowledge .section__title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.home-knowledge .section__title:before {
    background-color: #8D0006;
}
.home-knowledge .home-knowledge__title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.home-knowledge .home-knowledge__title a:hover {
    color: #CE171E;
}
.home-knowledge .section__btn {
    height: 90px;
    border: 15px solid #F2F2F2;
}
.home-knowledge .section__title:before {
    display: none;
}
.home-knowledge .home-knowledge__mask {
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100% - 1380px) / 2 + 345px);
    height: 100%;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.home-knowledge .home-knowledge__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.home-knowledge .home-knowledge__column {
    padding: 15px;
    position: relative;
    z-index: 100;
}
.home-knowledge .home-knowledge__column:first-child {
    width: 75%;
}
.home-knowledge .home-knowledge__column:last-child {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.home-knowledge .home-knowledge__content {
    padding-left: 15px;
    border-left: 1px solid #CE171E;
}
.home-knowledge .home-knowledge__boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px;
}
.home-knowledge .home-knowledge__box {
    width: 40%;
    padding: 30px;
    position: relative;
    z-index: 100;
}
.home-knowledge .home-knowledge__box:first-child {
    order: 1;
}
.home-knowledge .home-knowledge__box:nth-child(2) {
    order: 2;
}
.home-knowledge .home-knowledge__box:nth-child(3) {
    order: 5;
}
.home-knowledge .home-knowledge__box:nth-child(4) {
    order: 6;
}
.home-knowledge .home-knowledge__box:nth-child(5) {
    order: 3;
    width: 20%;
}
.home-knowledge .home-knowledge__box:nth-child(6) {
    order: 4;
    width: 20%;
}
.home-knowledge .home-knowledge__row {
    margin-bottom: 15px;
}
.home-knowledge .home-knowledge__row:last-child {
    margin-bottom: 0;
}
@media (max-width: 1440px) {
    .home-knowledge .home-knowledge__title {
        font-size: 14px;
    }
    .home-knowledge .home-knowledge__mask {
        width: calc((100% - 1140px) / 2 + 285px);
    }
    .home-knowledge .home-knowledge__boxes {
        margin: -15px;
    }
    .home-knowledge .home-knowledge__box {
        padding: 15px;
    }
}
@media (max-width: 1200px) {
    .home-knowledge .section__title {
        transform: none;
    }
    .home-knowledge .home-knowledge__column:first-child {
        width: 100%;
        order: 2;
    }
    .home-knowledge .home-knowledge__column:last-child {
        width: 100%;
        order: 1;
        justify-content: center;
        text-align: center;
    }
    .home-knowledge .home-knowledge__box {
        width: 100%;
    }
}

.home-news {
    position: relative;
}
.home-news .home-news__title {
    font-weight: 700;
}
.home-news .home-news__title:hover {
    color: #CE171E;
}
.home-news .home-news__img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.home-news .home-news__row {
    margin-bottom: 60px;
}
.home-news .home-news__row:last-child {
    margin-bottom: 0;
}
.home-news .home-news__columns {
    display: flex;
    flex-wrap: wrap;
}
.home-news .home-news__column {
    width: 50%;
    text-align: center;
}
.home-news .home-news__item {
    display: flex;
    align-items: center;
    text-align: left;
}
.home-news .home-news__date,
.home-news .home-news__header {
    font-size: 20px;
}
.home-news .home-news__date {
    width: 25%;
    opacity: 0.7;
}
.home-news .home-news__header {
    width: 75%;
}
.home-news .home-news__row,
.home-news .home-news__item {
    margin-bottom: 30px;
}
.home-news .home-news__row:last-child,
.home-news .home-news__item:last-child {
    margin-bottom: 0;
}
@media (max-width: 1440px) {
    .home-news .home-news__date,
    .home-news .home-news__header {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .home-news {
        padding-top: 0;
    }
    .home-news .home-news__img {
        display: none;
    }
    .home-news .home-news__row {
        margin-bottom: 30px;
    }
    .home-news .home-news__column {
        width: 100%;
    }
    .home-news .home-news__date,
    .home-news .home-news__header {
        font-size: 14px;
    }
}

.home-they-trusted-us {
    text-align: center;
    .section__title {
        margin-block-end: 60px;
    }
}
.home-they-trusted-us__boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px;
}
.home-they-trusted-us__box {
    width: 16.6667%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    img {
        filter: grayscale(1);
        transition: filter .5s;
    }
    &:hover img {
        filter: grayscale(0);
    }
    
    @media (max-width: 1440px) {
        width: 20%;
    }
    @media (max-width: 1200px) {
        width: 25%;
    }
    @media (max-width: 768px) {
        width: 33.3333%;
    }
    @media (max-width: 576px) {
        width: 50%;
    }
}


@property --circle-progress {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
}
.home-our-numbers {
    position: relative;
    text-align: center;
    color: #fff;
    padding-bottom: 122px;
    &::before,
    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    &::before {
        background-color: rgba(0,0,0, 1);
        mix-blend-mode: color;
        z-index: 100;
    }
    &::after {
        background-color: rgba(0,0,0, .75);
        z-index: 200;
    }
    .section__title {
        position: relative;
        z-index: 300;
        margin-block-end: 32px;
    }
    @media (max-width: 1440px) {
        padding-bottom: 92px;
    }
}
.home-our-numbers__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-our-numbers__boxes {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    z-index: 300;
}
.home-our-numbers__box {
    width: calc(20% - 24px);
    padding-block: 15px;
    @media (max-width: 1200px) {
        width: calc((100% - 60px) / 3);
    }
    @media (max-width: 768px) {
        width: 100%;
    }
}
.home-our-numbers__box-icon {
    margin-top: 30px;
    margin: 30px auto 0 auto;
    @media (max-width: 1440px) {
        width: 48px;
        height: 48px;
    }
}
.home-our-numbers__circle {
    --circle-progress: 0;
    position: relative;
    aspect-ratio: 1;
    &.is-visible {
        --circle-progress: var(--progress);
    }
    &::before {
        content: "";
        position: absolute;
        inset: 0;
        aspect-ratio: 1;
        border-radius: 50%;
        transform: rotate(-90deg);
        transition: --circle-progress 1s ease;
        background: radial-gradient(closest-side, black 85%, transparent 86% 100%), conic-gradient(white calc(var(--circle-progress) * 100%), #fff2 0);
        @starting-style {
            --circle-progress: 0;
        }
    }
}
.home-our-numbers__circle canvas {
    width: 100%;
}
.home-our-numbers__box-texts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
}
.home-our-numbers__box-title {
    font-size: 40px;
    margin-block: 0 16px;
    @media (max-width: 1440px) {
        font-size: 32px;
    }
    @media (max-width: 768px) {
        font-size: 28px;
    }
    @media (max-width: 576px) {
        font-size: 24px;
    }
}
@media (min-width: 1201px) {
    .home-our-numbers__desc {
        min-height: 48px;
    }
}