:root {
    --col-white: rgb(255, 255, 255);
    --col-dark: rgb(16, 16, 17);
    --col-green: rgb(121, 184, 45);
    --col-gray: rgb(134, 136, 137);
    --col-light-gray: rgb(234, 234, 236);
}

@font-face {
    font-family: Montserrat-ExtraLight;
    src: url('../static/fonts/Montserrat-ExtraLight.ttf');
    font-style: normal;
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../static/fonts/Montserrat-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../static/fonts/Montserrat-SemiBold.ttf');
    font-style: normal;
}

@font-face {
    font-family: RFDewiExpanded-Bold;
    src: url('../static/fonts/RFDewiExpanded-Bold.ttf');
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
}

img {
    width: 100%;
    object-fit: cover;
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse;
}

input {
    border: none;
    outline: none;
}

main {
    overflow: hidden;
}

section {
    overflow: hidden;
}

html {
    font-size: .5208335vw;
}

@media (min-width: 1920px) {
    html {
        font-size: 10px;
    }
}

@media (max-width: 48em) {
    html {
        font-size: 5px;
        font-size: 1.3333333333vw;
        -webkit-text-size-adjust: none
    }

    body {
        -webkit-text-size-adjust: none
    }
}

body {
    background-color: var(--col-white);
    font-family: Montserrat-SemiBold, sans-serif;
    position: relative;
    right: 0;
    left: 0;
}

body:has(.modal.active) {
    height: 100vh;
    overflow: hidden;
}

body * {
    color: var(--col-dark);
}

body.theme-dark {
    background-color: var(--col-dark);
}

body.theme-dark * {
    color: var(--col-white);
}

.fancybox-button svg path {
    fill: var(--col-white);
}

.fancybox-infobar span {
    color: var(--col-white);
}

.fancybox-image {
    object-fit: unset !important;
}

.text-green,
.text-green * {
    color: var(--col-green) !important;
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.only-white,
.only-white * {
    color: var(--col-white) !important;
}

.only-gray,
.only-gray * {
    color: var(--col-gray) !important;
}

*.mobile {
    width: 0;
    height: 0;
    overflow: hidden;
}

@media (max-width: 48em) {
    *.mobile {
        width: fit-content;
        height: fit-content;
        overflow: unset;
    }
}

@media (max-width: 48em) {
    *.desktop {
        display: none;
    }
}

.container {
    margin: 0 auto;
    max-width: 192rem;
    padding: 0 4rem;
    position: relative;
    z-index: 3;
}

@media (max-width: 48em) {
    .container {
        padding: 0 2rem;
        max-width: 100%;
    }
}

.header {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    transition: all 0.6s ease;
}

.header.blur {
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-theme-dark {
    display: block;
}

.logo-theme-light {
    display: none;
}

/*body.theme-light:has(.variable-background) .logo-theme-light {*/
/*    display: block;*/
/*}*/
/**/
/*body.theme-light:has(.variable-background) .logo-theme-dark {*/
/*    display: none;*/
/*}*/

body.theme-light .logo-theme-light {
    display: block;
}

body.theme-light .logo-theme-dark {
    display: none;
}

.expo-2025-hidden {
    display: none;
}

.header-right-item-icon {
    width: 1.6rem;
}

@media (max-width: 48em) {
    .header-right-item-icon {
        width: 3.2rem;
    }
}

.header-right-item-icon svg {
    width: 100%;
    height: 100%;
}

body.theme-light:has(.variable-background) .header .header-right-item-text,
body.theme-light:has(.variable-background) .header .header-right-item-language-item:not(.active) {
    color: var(--col-dark) !important;
}

.logo {
    width: 16rem;
    height: 4.8rem;
}

.logo:has(.expo-2025-hidden) {
    position: relative;
    top: 1rem;
}

@media (max-width: 48em) {
    .logo {
        width: 20rem;
        height: 6rem;
    }
}

.logo svg {
    width: 100%;
    height: 100%;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 6rem;
}

@media (max-width: 48em) {
    .header-right {
        gap: 5rem;
    }
}

.header-right-item {
    display: flex;
    align-items: end;
    gap: 1rem;
    cursor: pointer;
    will-change: transform;
}

@media (max-width: 48em) {
    .header-right-item-text {
        display: none;
    }
}

.header-right-item-text, .header-right-item-language-item {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    /*color: var(--col-white);*/
}

.header-right-item-language-item:nth-child(1) {
    padding-right: 0.7rem;
    margin-right: 0.7rem;
    border-right: 1.6px solid rgba(255, 255, 255, 0.4);
}

.header-right-item-language-item.active {
    color: var(--col-green) !important;
}

.arrow-block {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: var(--col-white);
    cursor: pointer;
    width: fit-content;
}

.arrow-block-text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8rem;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .arrow-block-text {
        font-size: 2.4rem;
    }
}

.arrow-block-svg {
    position: relative;
    /*top: 0.2rem;*/
    background: var(--col-green);
    border-radius: 50%;
    width: 4.4rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 48em) {
    .arrow-block-svg {
        width: 6.4rem;
        height: 6.4rem;
    }
}

.arrow-block.gray .arrow-block-svg {
    background: var(--col-gray);
    transition: all 0.3s ease;
}

.arrow-block.gray:hover .arrow-block-svg {
    background: var(--col-green);
}

.arrow-block-svg svg {
    max-width: 3rem;
}

.arrow-block.visible {
    display: flex !important;
}

.present {
    padding-top: 8.7rem;
    padding-bottom: 4.5rem;
    /*background-image: url("../static/images/present-bg.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 48em) {
    .present {
        padding-top: 17.4rem;
    }
}

.overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    /*display: none;*/
}

@media (max-width: 48em) {
    .overlay-wrapper {
        display: none !important;
    }
}

.overlay-animate-main {
    position: absolute;
    inset: 0;
    margin: auto;
    /*когда числа 25 в иконке надо будет убрать, просто удалите right: 23rem;*/
    right: 23rem;
    width: 1.3rem;
    height: 1.3rem;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 9999px white;
    /*transform: translate(-50%, -50%);*/
    transform: translate(-3%, -1%);
    filter: blur(2px);
    -webkit-filter: blur(2px);
    will-change: height, width, filter;
    transform-origin: center center;
}

.overlay-white-circle {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 12rem;
    height: 12rem;
    background: transparent;
    border-radius: 50%;
    border: 3rem solid rgb(255, 255, 255);
    will-change: border-width;
    right: 24rem;
}

.overlay-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate(-18%, -28%);*/
    /*этот трансформ чисто под 2025 год*/
    /*transform: translate(-13%, -28%);*/
    transform: translate(-21%, -28%);
    opacity: 0;
}

.overlay-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 3.1rem;
    margin-bottom: 5rem;
}

.overlay-icon {
    flex-shrink: 0;
}

.overlay-icon.item-1 {
    width: 8.7rem;
    margin-right: 15rem;
}

.overlay-icon.item-2 {
    width: 12.3rem;
}

.overlay-icon.item-3 {
    width: 19.1rem;
    position: relative;
    right: 2rem;
}

.overlay-icon.item-4 {
    width: 3.3rem;
    position: relative;
    right: 2rem;
}

.overlay-icon.item-5 {
    width: 13.6rem;
    position: relative;
    right: 2rem;
}

.overlay-icon.item-6 {
    width: 15.4rem;
    position: relative;
    right: 5.1rem;
}

.overlay-icon.item-7 {
    position: relative;
    /*right: 9rem;*/
    right: 14rem;
    width: 18rem;
    height: 17.8rem;
}

.overlay-icon.item-8 {
    position: relative;
    /*right: 17rem;*/
    right: 23rem;
    width: 18rem;
    height: 16.5rem;
}

.overlay-icon svg,
.overlay-icon-additional svg {
    width: 100%;
    height: 100%;
}

.overlay-icon-additional {
    width: 28.6em;
    margin-left: auto;
}

/*когда закончится 2025 год, класс .part-2025 надо будет удалить у этого блока, т.к. он нужен чтобы просто ровно подогнать нижний текст под верхний*/
.overlay-icon-additional.part-2025 {
    position: relative;
    /*right: 27.5rem;*/
    right: 47.5rem;
    visibility: hidden;
}

.pin-spacer:has(.main-present-one) {
    overflow: hidden !important;
}

.main-present-one {
    height: 100vh;
    overflow: hidden;
}

.main-present-one .circle-background {
    width: 155rem;
    height: 155rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 9999px var(--col-white);
    scale: 2;
    z-index: -1;
}

body.theme-dark .main-present-one .circle-background {
    box-shadow: 0 0 0 9999px var(--col-dark);
}

@media (max-width: 48em) {
    .main-present-one .circle-background {
        width: 65rem;
        height: 65rem;
    }
}

.main-present-one .container {
    justify-content: center;
    height: 100%;
}

@media (max-width: 48em) {
    .main-present-one .container {
        justify-content: unset;
        height: unset;
    }
}

.main-present-one .block-light-bold {
    /*overflow: hidden;*/
}

.main-present-one .block-light-bold .text-bold {
    padding-right: 1rem;
}

.present .container {
    display: flex;
    flex-direction: column;
}

.circle-blur {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 101rem;
    height: 101rem;
}

.circle-blur svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 48em) {
    .circle-blur {
        width: 62.6rem;
        height: 62.6rem;
    }
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    max-width: 192rem;
    margin: auto;
}

.video-background video,
.video-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.present .line-one, .present .line-two {
    position: relative;
    z-index: 2;
}

.main-present-one .line-two {
    position: absolute;
    bottom: 4rem;
}

.present .line-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9.8rem;
}

@media (max-width: 48em) {
    .present .line-one {
        margin-top: 25rem;
        margin-bottom: unset;
    }
}

.block-light-bold {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.main-present-one .arrow-block {
    will-change: transform;
}

.main-present-one .arrow-block .arrow-block-text {
    will-change: clip-path;
}

.main-present-one .arrow-block .arrow-block-svg {
    will-change: clip-path, transform;
}

.arrow-block.mobile {
    display: none;
}

@media (max-width: 48em) {
    .present .line-one {
        flex-direction: column;
        align-items: start;
        order: 2;
    }

    .present .line-two {
        position: static;
        order: 1;
        margin-left: auto;
    }

    .arrow-block {
        display: none;
    }

    .arrow-block.mobile {
        display: flex;
    }
}

.text-light {
    font-family: Montserrat-ExtraLight, sans-serif;
    font-size: 10rem;
    font-weight: 275;
    line-height: 90%;
    letter-spacing: -0.8rem;
    text-transform: uppercase;
    will-change: clip-path, transform;
}

.text-regular {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.1rem;
}

@media (max-width: 48em) {
    .text-regular {
        font-size: 3.2rem;
    }
}

.text-regular p {
    margin-bottom: 1.6rem;
}

@media (max-width: 48em) {
    .text-regular p {
        font-size: 3.2rem;
    }
}

.text-bold {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 10rem;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.8rem;
    text-transform: uppercase;
    will-change: clip-path, transform;
}

@media (max-width: 48em) {
    .text-light, .text-bold {
        letter-spacing: 0;
    }
}

.present-two {
    background-image: unset;
    overflow: hidden;
    padding-top: unset;
    display: none;
}

.circle-block-image {
    /*background-image: url("../static/images/present-bg.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    height: 155rem;
    width: 155rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
}

@media (max-width: 48em) {
    .circle-block-image {
        margin-top: 4vw;
        height: 60rem;
        width: 60rem;
    }
}

.circle-block-image .circle-blur {
    width: 101rem;
    height: 101rem;
}

@media (max-width: 48em) {
    .circle-block-image .circle-blur {
        width: 42rem;
        height: 42rem;
    }
}

.circle-block-image .video-background {
    border-radius: 50%;
    overflow: hidden;
}

.present-text {
    position: absolute;
    right: 0;
    width: 50%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10rem 0;
    opacity: 0;
}

@media (max-width: 48em) {
    .present-text {
        width: 100%;
        padding: 7rem 7rem 0 7rem;
    }
}

.present-text .text-green {
    margin-bottom: 50rem;
    max-width: 39rem;
    text-align: left;
}

@media (max-width: 48em) {
    .present-text .text-green {
        text-align: right;
        margin-bottom: 4.4rem;
        margin-left: auto;
        max-width: 48.8rem;
    }
}

.present-text .block-light-bold {
    margin-bottom: 4rem;
}

.present-text .block-light-bold .text-light,
.present-text .block-light-bold .text-bold {
    font-size: 10rem;
}

@media (max-width: 48em) {
    .present-text .block-light-bold {
        margin-bottom: 50vw;
        margin-left: auto;
        margin-right: auto;
        font-size: 8rem;
        position: relative;
        top: 7rem;
    }

    .present-text .block-light-bold .text-light,
    .present-text .block-light-bold .text-bold {
        font-size: 8rem;
    }
}

.present-text .text-regular {
    width: 33vw;
    max-width: 41.1rem;
    text-align: left;
    color: var(--col-white);
}

@media (max-width: 48em) {
    .present-text .text-regular {
        color: var(--col-dark);
        text-align: left;
        width: 100%;
        max-width: unset;
    }

    .theme-dark .present-text .text-regular {
        color: var(--col-white);
    }
}

.about-us-main {
    padding: 24rem 0;
}

@media (max-width: 48em) {
    .about-us-main {
        padding: 12rem 0;
    }
}

.about-us-main-description {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    margin-bottom: 8.5rem;
}

@media (max-width: 1580px) {
    .about-us-main-description {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        margin-bottom: 6.4rem;
    }
}

@media (max-width: 1170px) {
    .about-us-main-description {
        grid-template-areas:
            "d"
            "a"
            "b"
            "f";
        grid-template-columns: 1fr;
        grid-template-rows: unset;
    }

    .about-us-main-description .item-1 {
        grid-area: a;
    }

    .about-us-main-description .item-2 {
        grid-area: b;
    }

    .about-us-main-description .item-3 {
        grid-area: c;
    }

    .about-us-main-description .item-4 {
        grid-area: d;
    }

    .about-us-main-description .item-5 {
        grid-area: e;
    }

    .about-us-main-description .item-6 {
        grid-area: f;
    }

    .about-us-main-description .item-3, .about-us-main-description .item-5 {
        display: none;
    }

    .about-us-main-description .text-regular {
        max-width: 50%;
    }
}

.about-us-main-description .item-2 .text-regular,
.about-us-main-description .item-4 .text-green,
.about-us-main-description .item-5 .arrow-block {
    will-change: clip-path, transform;
}

{
    will-change: clip-path, transform
;
}

@media (max-width: 48em) {
    .about-us-main-description .text-regular {
        max-width: 100%;
    }
}

.about-us-main-description > div {
    position: relative;
}

.about-us-main-description .block-light-bold {
    margin: auto 0;
}

.about-us-main-description .text-green,
.about-us-main-description .arrow-block {
    position: absolute;
    bottom: 0;
}

@media (max-width: 1170px) {
    .about-us-main-description .text-green,
    .about-us-main-description .arrow-block {
        position: relative;
        bottom: 0;
    }
}

.about-us-main-image {
    margin-bottom: 4rem;
    min-height: 26rem;
    height: 54rem;
    will-change: clip-path, tranform;
}

@media (max-width: 48em) {
    .about-us-main-image {
        width: 100%;
        height: 52rem;
    }
}

.about-us-main-image img {
    height: 100%;
}

.about-us-main-items {
    /*display: flex;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

@media (max-width: 48em) {
    .about-us-main-items {
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: unset;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-bottom: 9.7rem;
        gap: 2.4rem;
        display: flex;
    }

    .about-us-main-items::-webkit-scrollbar {
        display: none;
    }
}

.about-us-main-item {
    padding: 3.2rem;
    background: rgb(27, 27, 29);
    height: 44rem;
    width: 44rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    flex-shrink: 0;
}

@media (max-width: 48em) {
    .about-us-main-item {
        padding: 4.6rem;
        height: 52rem;
        width: 65.2rem;
    }
}

body.theme-light .about-us-main-item {
    background: var(--col-light-gray);
}

body.theme-light .about-us-main-item svg * {
    fill: rgb(201, 201, 201);
}

.about-us-main-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--col-white);
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .about-us-main-item-title {
        font-size: 3.6rem;
    }
}

.about-us-main-item-title-image {
    width: 8.8rem;
    height: 8.3rem;
}

.about-us-main-item-icon {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 3.2rem;
    bottom: 3.2rem;
}

@media (max-width: 48em) {
    .about-us-main-item-icon {
        right: 4.6rem;
        bottom: 4.6rem;
    }
}

.about-us-main-item-icon span,
.about-us-main-item-icon span svg {
    overflow: visible;
}

.about-us-main-item-icon svg {
    /*width: 80%;*/
    width: 100%;
    height: 100%;
}

.about-us-main-item.one .about-us-main-item-icon {
    gap: 1.2rem;
}

.about-us-main-item.one .about-us-main-item-icon span:nth-child(1) {
    width: 2.8rem;
    z-index: 3;
}

@media (max-width: 48em) {
    .about-us-main-item.one .about-us-main-item-icon span:nth-child(1) {
        width: 5.6rem;
    }
}

.about-us-main-item.one .about-us-main-item-icon span:nth-child(2) {
    width: 8.5rem;
}

@media (max-width: 48em) {
    .about-us-main-item.one .about-us-main-item-icon span:nth-child(2) {
        width: 17rem;
    }
}

.about-us-main-item.two .about-us-main-item-icon span:nth-child(1) {
    width: 4.25rem;
}

@media (max-width: 48em) {
    .about-us-main-item.two .about-us-main-item-icon span:nth-child(1) {
        width: 8.5rem;
    }
}

.about-us-main-item.two .about-us-main-item-icon span:nth-child(2) {
    position: absolute;
    right: 1.9rem;
    width: 4.7rem;
}

@media (max-width: 48em) {
    .about-us-main-item.two .about-us-main-item-icon span:nth-child(2) {
        position: absolute;
        right: 3.8rem;
        width: 9.4rem;
    }
}

.about-us-main-item.two .about-us-main-item-icon span:nth-child(3) {
    position: absolute;
    right: 8rem;
    /*top: -0.2rem;*/
    width: 4.25rem;
    transform: scale(0);
}

@media (max-width: 48em) {
    .about-us-main-item.two .about-us-main-item-icon span:nth-child(3) {
        display: none;
        right: 16rem;
        top: -0.4rem;
        width: 8.5rem;
    }
}

.about-us-main-item.two .about-us-main-item-icon span:nth-child(4) {
    position: absolute;
    /*right: 1.66rem;*/
    right: 1.9rem;
    top: -1rem;
    width: 4.7rem;
    scale: 0;
}

@media (max-width: 48em) {
    .about-us-main-item.two .about-us-main-item-icon span:nth-child(4) {
        display: none;
        right: 3.32rem;
        top: -2rem;
    }
}

.about-us-main-item.two .about-us-main-item-icon span:nth-child(4) svg path {
    fill: var(--col-green);
}

.about-us-main-item.three .about-us-main-item-icon span {
    width: 8.5rem;
}

@media (max-width: 48em) {
    .about-us-main-item.three .about-us-main-item-icon span {
        width: 17rem;
    }
}

body.theme-light .about-us-main-item.three .about-us-main-item-icon span .transparent-fill {
    fill: var(--col-light-gray) !important;
}

.about-us-main-item.four .about-us-main-item-icon span:nth-child(1) {
    position: relative;
    z-index: 3;
    width: 6.4rem;
}

@media (max-width: 48em) {
    .about-us-main-item.four .about-us-main-item-icon span:nth-child(1) {
        width: 12.8rem;
    }
}

.about-us-main-item.four .about-us-main-item-icon span:nth-child(2) {
    width: 8.5rem;
    position: absolute;
    right: -1rem;
    scale: 0;
}

@media (max-width: 48em) {
    .about-us-main-item.four .about-us-main-item-icon span:nth-child(2) {
        width: 17rem;
        right: -2rem;
    }
}

.about-us-main-item.five .about-us-main-item-icon span:nth-child(1) {
    width: 8.5rem;
}

@media (max-width: 48em) {
    .about-us-main-item.five .about-us-main-item-icon span:nth-child(1) {
        width: 17rem;
    }
}

.about-us-main-item.five .about-us-main-item-icon span:nth-child(2) {
    position: absolute;
    right: 3.8rem;
    width: 8.5rem;
}

@media (max-width: 48em) {
    .about-us-main-item.five .about-us-main-item-icon span:nth-child(2) {
        width: 17rem;
        right: 7.6rem;
    }
}

.about-us-main-item.five .about-us-main-item-icon span:nth-child(3) {
    position: absolute;
    right: 4.8rem;
    width: 2.8rem;
    scale: 0;
}

@media (max-width: 48em) {
    .about-us-main-item.five .about-us-main-item-icon span:nth-child(3) {
        display: none;
    }
}

.about-us-main-item.six .about-us-main-item-icon .part-container {
    position: relative;
    right: 0.5rem;
    transform-origin: center center;
    width: 6rem;
    height: 6rem;
}

@media (max-width: 48em) {
    .about-us-main-item.six .about-us-main-item-icon .part-container {
        right: 1rem;
        width: 12rem;
        height: 12rem;
    }
}

.about-us-main-item.six .about-us-main-item-icon .part-container span:nth-child(1) {
    position: absolute;
    /*right: 1rem;*/
    right: 3.5rem;
    width: 2.5rem;
}

@media (max-width: 48em) {
    .about-us-main-item.six .about-us-main-item-icon .part-container span:nth-child(1) {
        right: 7rem;
        width: 5rem;
    }
}

.about-us-main-item.six .about-us-main-item-icon .part-container span:nth-child(2) {
    position: absolute;
    width: 2.5rem;
    right: 0;
}

@media (max-width: 48em) {
    .about-us-main-item.six .about-us-main-item-icon .part-container span:nth-child(2) {
        width: 5rem;
    }
}

.about-us-main-item.six .about-us-main-item-icon > span {
    position: absolute;
    top: -1.7rem;
    right: -0.8rem;
    /*right: -0.2rem;*/
    width: 8.5rem;
    height: 8.5rem;
    border: 0px solid rgb(54, 54 ,57);
    border-radius: 50%;
}

body.theme-light .about-us-main-item.six .about-us-main-item-icon > span {
    border: 0px solid rgb(201, 201, 201);
}

@media (max-width: 48em) {
    .about-us-main-item.six .about-us-main-item-icon span:nth-child(3) {
        display: none;
    }
}

.about-us-main-item.seven .about-us-main-item-icon span:nth-child(1) {
    width: 4.25rem;
    position: relative;
    right: 1rem;
    bottom: 3.2rem;
}

@media (max-width: 48em) {
    .about-us-main-item.seven .about-us-main-item-icon span:nth-child(1) {
        right: 2rem;
        bottom: 6.4rem;
        width: 8.5rem;
    }
}

.about-us-main-item.seven .about-us-main-item-icon span:nth-child(2) {
    width: 4.25rem;
    position: relative;
}

@media (max-width: 48em) {
    .about-us-main-item.seven .about-us-main-item-icon span:nth-child(2) {
        width: 8.5rem;
    }
}

.about-us-main-item.seven .about-us-main-item-icon span:nth-child(3) {
    position: absolute;
    right: 2.4rem;
    bottom: 1rem;
    width: 4.7rem;
    rotate: 90deg;
    clip-path: inset(0% 100% 0% 0%);
}

.about-us-main-item.seven .about-us-main-item-icon span:nth-child(3) svg path {
    fill: var(--col-green);
}

@media (max-width: 48em) {
    .about-us-main-item.seven .about-us-main-item-icon span:nth-child(3) {
        display: none;
    }
}

.about-us-main-item.seven .about-us-main-item-icon span:nth-child(4) {
    position: absolute;
    right: 2.4rem;
    top: -0.5rem;
    width: 4.7rem;
    rotate: -90deg;
    clip-path: inset(0% 100% 0% 0%);
}

.about-us-main-item.seven .about-us-main-item-icon span:nth-child(4) svg path {
    fill: var(--col-green);
}

@media (max-width: 48em) {
    .about-us-main-item.seven .about-us-main-item-icon span:nth-child(4) {
        display: none;
    }
}

.about-us-main-item.eight {
    overflow: hidden;
}

.about-us-main-item.eight .about-us-main-item-icon {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.about-us-main-item.eight .about-us-main-item-icon span:nth-child(1) {
    position: relative;
    right: 2.8rem;
    bottom: 2rem;
    width: 2.8rem;
    z-index: 3;
}

@media (max-width: 48em) {
    .about-us-main-item.eight .about-us-main-item-icon span:nth-child(1) {
        right: 5.6rem;
        bottom: 4rem;
        width: 5.6rem;
    }
}

.about-us-main-item.eight .about-us-main-item-icon span:nth-child(2) {
    width: 8.5rem;
    transform-origin: top center;
}

@media (max-width: 48em) {
    .about-us-main-item.eight .about-us-main-item-icon span:nth-child(2) {
        width: 17rem;
    }
}

.about-us-main-item.eight .about-us-main-item-icon span:nth-child(3) {
    position: absolute;
    width: 8.5rem;
    bottom: -8rem;
    opacity: 0;
}

@media (max-width: 48em) {
    .about-us-main-item.eight .about-us-main-item-icon span:nth-child(3) {
        display: none;
    }
}

.about-us-main .arrow-block.mobile {
    display: none;
}

@media (max-width: 1170px) {
    .about-us-main .arrow-block.mobile {
        display: flex;
    }
}

.section-padding {
    padding-bottom: 24rem;
}

@media (max-width: 48em) {
    .section-padding {
        padding-bottom: 13rem;
    }
}

.our-projects .container {
    overflow: hidden;
}

.our-projects-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8.4rem;
    height: 18rem;
    min-height: fit-content;
}

@media (max-width: 48em) {
    .our-projects-header {
        flex-direction: column;
        height: unset;
        margin-bottom: 6.4rem;
    }
}

.our-projects-header .pagination-arrows {
    will-change: clip-path, transform;
}

.pagination-arrows {
    display: flex;
    align-items: center;
    gap: 32px;
}


@media (max-width: 48em) {
    .pagination-arrows {
        display: none;
    }
}

.pagination-arrows > * {
    cursor: pointer;
    position: static;
    width: unset;
    height: unset;
    margin: unset;
}

.pagination-arrows svg {
    width: 4rem;
    height: 4rem;
}

.pagination-arrows svg path {
    stroke: var(--col-dark);
}

.theme-dark .pagination-arrows svg path {
    stroke: var(--col-white);
}

.pagination-arrows > *::after {
    content: none;
}

@media (max-width: 48em) {
    .our-projects .block-light-bold {
        margin-bottom: 6.4rem;
    }
}

.our-projects-header .text-light,
.our-projects-header .text-bold {
    font-size: 10rem;
}

.our-projects-header-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
}

.our-projects-header-right .text-green {
    max-width: 33.1rem;
    text-align: right;
    will-change: transform;
}

@media (max-width: 48em) {
    .our-projects-header-right .text-green {
        text-align: left;
    }
}

.our-projects-header-right .arrow-block {
    max-width: 33.1rem;
    text-align: right;
    will-change: transform;
}

.our-projects-slider-main {
    height: 50.2rem;
}

@media (max-width: 48em) {
    .our-projects-slider-main {
        margin-bottom: 3.2rem;
        height: unset;
    }
}

.our-projects-slider-main .swiper-wrapper {
    align-items: end;
    /*height: unset;*/
}

.our-projects-slider-main .swiper-slide {
    position: relative;
    width: 29rem !important;
    height: 31.6rem;
    transition: width 0.3s ease, height 0.3s ease;
    will-change: transform;
}

@media (max-width: 48em) {
    .our-projects-slider-main .swiper-slide {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        width: 65.2rem !important;
    }
}

@media (min-width: 769px) {
    .our-projects-slider-main .swiper-slide-active {
        height: 50.2rem;
        width: 60rem !important;
    }
}

.our-projects-slider-main .swiper-slide-image,
.our-projects-slider-main .swiper-slide-image img {
    height: 100%;
    width: 100%;
}

@media (max-width: 48em) {
    .our-projects-slider-main .swiper-slide-image {
        max-height: 52rem;
    }
}

.our-projects-slider-main .swiper-slide img {
    transition: all 0.3s ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.our-projects-slider-main .swiper-slide-active img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.our-projects-slider-main .swiper-slide-text {
    position: absolute;
    top: 0;
    display: flex;
    right: 0rem;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    gap: 12px;
    transition: all 0.3s ease;
    transform: translate(105%, 0px);
}

@media (max-width: 48em) {
    .our-projects-slider-main .swiper-slide-text {
        transform: translate(0%, 0px);
    }
}

.our-projects-slider-main .swiper-slide-active .swiper-slide-text {
    visibility: visible;
    opacity: 1;
}


@media (max-width: 48em) {
    .our-projects-slider-main .swiper-slide-text {
        position: static;
        margin-bottom: 3.2rem;
    }
}

.our-projects-slider-main .swiper-slide-text-title {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .our-projects-slider-main .swiper-slide-text-title {
        font-size: 4.8rem;
    }
}

.our-projects-slider-main .swiper-slide-text-year {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 2rem;
    font-weight: 400;
}

@media (max-width: 48em) {
    .our-projects-slider-main .swiper-slide-text-year {
        font-size: 3.2rem;
    }
}

.main-our-service .container {
    overflow: hidden;
}

.main-our-service-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    row-gap: 14.4rem;
    column-gap: 17.5rem;
    position: relative;
}

@media (max-width: 48em) {
    .main-our-service-wrapper {
        display: block;
    }
}

.main-our-service-wrapper .col-one {
    display: flex;
    gap: 3.4rem;
    flex-direction: column;
}

.main-our-service-wrapper .col-one .text-green {
    max-width: 17rem;
    will-change: clip-path, transform;
}

@media (max-width: 48em) {
    .main-our-service-wrapper .col-one .text-green {
        max-width: 22.8rem;
    }
}

.main-our-service-wrapper .text-regular,
.main-our-service-wrapper .arrow-block {
    will-change: clip-path, transform;
}

.main-our-service-wrapper .table-item {
    will-change: clip-path;
}

.main-our-service-image {
    width: 44.5rem;
    height: 54rem;
}

@media (max-width: 48em) {
    .main-our-service-image {
        width: 65.2rem;
        height: 52rem;
    }
}

.main-our-service .item-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: span 3;
}

.main-our-service-table {
    transform: rotate(-90deg);
    position: absolute;
    width: 103.7rem;
    z-index: 10;
    right: -15%;
    height: 49.1rem;
    transition: all 0.5s ease;
}

.main-our-service-table:has(.table-item.active) {
    right: 22%;
    height: 184rem;
    background-color: var(--col-dark);
}

@media (max-width: 48em) {
    .main-our-service-table {
        display: none;
    }
}

.main-our-service-table .table-item {
    padding: 2.25rem 4rem;
    cursor: pointer;
    transition: height 0.5s ease;
    height: 7.02rem;
    overflow: hidden;
}

.main-our-service-table .table-item.active {
    height: 142rem;
    position: relative;
}

.main-our-service-table .table-item.green .arrow-block-svg {
    background: var(--col-white);
}

.main-our-service-table .table-item.green {
    background: var(--col-green) !important;
}

.main-our-service-table .table-item:nth-of-type(odd) {
    background: rgb(234, 234, 236);
}

.main-our-service-table .table-item:nth-of-type(even) {
    background: var(--col-white);
}

.theme-dark .main-our-service-table .table-item:nth-of-type(odd) {
    background: rgb(27, 27, 29);
}

.theme-dark .main-our-service-table .table-item:nth-of-type(even) {
    background: var(--col-dark);
}

.main-our-service-table .table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-our-service-table .table-count {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    text-transform: uppercase;
    opacity: 1;
    transition: all 0.5s ease;
}

.main-our-service-table .table-item.active .table-header .table-count {
    opacity: 0;
}

.main-our-service-table .table-item.green .table-header .text-green {
    color: var(--col-white) !important;
}

.main-our-service-table .table-item.green .arrow-text {
    color: var(--col-white);
    display: flex;
    gap: 25rem;
}

.main-our-service-table .table-item.green .arrow-text .arrow-block-svg path {
    stroke: var(--col-green);
}

.main-our-service-table .table-content {
    display: none;
    transform: rotate(90deg);
    position: absolute;
    top: 15rem;
    right: 0;
    left: 0;
    height: 95.7rem;
    cursor: default;
}

@media (min-width: 769px) {
    .main-our-service-table .table-item .table-content-header  {
        margin-bottom: 6rem;
    }

    .main-our-service-table .table-item .table-content  {
        height: 97rem;
    }
}

.main-our-service-table .table-item.active .table-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-our-service-table .table-content .table-count {
    margin-bottom: 8.4rem;
}

.main-our-service-table .table-content .table-content-title {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 3.2rem;
}

.main-our-service-table .table-item.green .table-content .table-content-title > span {
    text-decoration: underline;
}

.main-our-service-table .table-item.green .table-content-header .text-regular {
    max-width: 43.3rem;
}

.main-our-service-table .table-content .table-content-footer {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
}

.main-our-service-table .table-content .table-content-footer-image {
    width: 91.2rem;
    height: 54.1rem;
    /*height: 62.1rem;*/
    flex-shrink: 0;
    margin-right: 2.4rem;
}

.main-our-service-table .table-content .table-content-footer-image img {
    height: 100%;
}

.main-our-service-table .table-content .table-content-footer-text {
    max-width: 35.3rem;
    flex-shrink: 0;
    max-height: 54rem;
    overflow: auto;
}

@media (max-width: 48em) {
    .main-our-service-table .table-content .table-content-footer-text {
        max-height: unset;
    }
}

.main-our-service .item-1 {
    display: flex;
    align-items: end;
}

.main-our-service .item-6,
.main-our-service .item-7 {
    margin-top: -8.4rem;
}

.main-our-service-mobile {
    display: none;
}

@media (max-width: 48em) {
    .main-our-service .item-2,
    .main-our-service .item-3,
    .main-our-service .item-4,
    .main-our-service .item-5,
    .main-our-service .item-6,
    .main-our-service .item-7 {
        display: none;
    }

    .main-our-service .col-one {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 3.2rem;
    }

    .main-our-service-mobile {
        display: block;
    }
}

.main-our-service-mobile .arrow-block.right {
    margin-left: auto;
    margin-bottom: 3.2rem;
}

.main-our-service.swiper {
    margin-bottom: 6.4rem;
}

@media (max-width: 48em) {
    .main-our-service .swiper-wrapper {
        height: unset;
    }
}

.main-our-service-slide-title {
    display: flex;
    gap: 1.6rem;
    margin-bottom: 3.2rem;
}

.main-our-service-slide-title span {
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.main-our-service-slide-image {
    margin-bottom: 3.2rem;
    width: 65.2rem;
    height: 52rem;
}

.main-our-service-slide-image img {
    height: 100%;
}

.main-our-service-slide-text span:not(:last-of-type) {
    margin-bottom: 2.4rem;
}

.our-team-main {
    overflow: hidden;
}

.our-team-main .container {
    position: relative;
}

.our-team-main .container .circle-blur {
    width: 115rem;
    height: 115rem;
    z-index: -1;
    top: -11rem;
    margin: 0 auto;
    transform: translateX(4%);
}

@media (max-width: 48em) {
    .our-team-main .container .circle-blur {
        width: 64rem;
        height: 64rem;
        top: 47rem;
    }

    @supports (-moz-appearance: none) {
        .our-team-main .container .circle-blur {
            top: 49.5rem;
        }
    }
}

.circle-blur-theme-dark {
    display: none;
}

body.theme-dark .circle-blur-theme-dark {
    display: block;
}

.circle-blur-theme-light {
    display: block;
}

body.theme-dark .circle-blur-theme-light {
    display: none;
}

.our-team-main .circle-green {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 30rem;
    height: 30rem;
}

@media (max-width: 48em) {
    .our-team-main .circle-green {
        width: 16.8rem;
        height: 16.8rem;
    }
}

.our-team-main:has(.our-team-main-items.navigation-process) .circle-green svg {
    animation: unset !important;
}

.our-team-main .circle-green svg {
    border-radius: 50%;
    animation: circleGreenPulse 5s infinite;
    background: var(--col-green);
}

@keyframes circleGreenPulse {
    0% {
        box-shadow: 4px 4px 0px 0px var(--col-green);
    }

    50% {
        box-shadow: 4px 4px 100px 100px var(--col-green);
    }

    100% {
        box-shadow: 4px 4px 0px 0px var(--col-green);
    }
}

.our-team-main-header {
    margin-top: 12.3rem;
    margin-bottom: 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 48em) {
    .our-team-main-header {
        margin-top: unset;
        margin-bottom: 8rem;
        flex-direction: column-reverse;
        align-items: start;
        gap: 8rem;
    }
}

@media (min-width: 769px) {
    .our-team-main .our-team-main-header .text-light {
        text-align: center;
        position: relative;
        right: 1rem;
    }
}

.our-team-main-header .text-green {
    max-width: 25rem;
    will-change: clip-path, transform;
}

.our-team-main-header .pagination-arrows {
    will-change: clip-path, transform;
}

.our-team-main-items {
    position: relative;
    padding-bottom: 12.6rem;
    height: 75.5rem;
    overflow: visible;
    display: flex;
    /*right: 32.5rem;*/
    right: 33.5rem;
}

@media (max-width: 48em) {
    .our-team-main-items {
        flex-direction: column-reverse;
        row-gap: 17rem;
        height: unset;
        padding-bottom: unset;
        right: -4.5rem;
    }
}

.our-team-main-items .swiper-wrapper {
    /*right: 33.5rem;*/
    /*right: 20rem;*/
    align-items: start;
}

@media (min-width: 769px) {
    .our-team-main-items .swiper-wrapper {
        position: relative;
        top: 6rem;
        transform: translate3d(0, 0, 0);
        /*margin-left: 6rem;*/
        /*margin-left: -33rem;*/
        /*margin-left: -29rem;*/
        /*right: 32.5rem;*/
    }

    @supports (-moz-appearance: none) {
        .our-team-main-items .swiper-wrapper {
            /*right: -4rem;*/
            /*right: 28rem;*/
            /*right: 39rem;*/
            /*right: 16rem;*/
            /*right: unset;*/
            /*right: -6rem;*/
        }
    }
}

@media (max-width: 48em) {
    .our-team-main-items .swiper-wrapper {
        /*right: 20rem;*/
        /*right: -2rem;*/
        /*right: unset;*/
    }
}

.our-team-main-slide {
    margin-right: 2rem;
    /*width: fit-content !important;*/
    /*width: 106.4rem !important;*/
    width: 27rem;
    transition: width 0.3s ease, padding 0.3s ease;
    padding: 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: min-content;
}

.our-team-main-slide .swiper-slide-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*.our-team-main-slide .swiper-slide-container {*/
/*    width: 27rem;*/
/*    transition: width 0.3s ease, padding 0.3s ease;*/
/*    padding: 0 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: start;*/
/*    height: min-content;*/
/*}*/

/*.our-team-main-slide.left-slide .swiper-slide-container {*/
/*    margin-left: auto;*/
/*}*/

/*.our-team-main-slide.right-slide .swiper-slide-container {*/
/*    margin-right: auto;*/
/*}*/

.our-team-main-slide.swiper-slide-active {
    width: 106.4rem;
    padding: 0 20rem !important;
}

@media (max-width: 48em) {
    .our-team-main-slide,
    .our-team-main-slide.swiper-slide-active {
        width: 45.6rem;
        height: 100%;
        margin: 0 4rem 0 0 !important;
        padding: 0 !important;
    }
}

.our-team-main-slide-image {
    width: 27.7rem;
    height: 27.7rem;
    margin-bottom: 9.4rem;
    transition: all 0.3s ease;
    will-change: clip-path;
}

.our-team-main-slide.swiper-slide-active .our-team-main-slide-image {
    transform: scale(1.4);
}

@media (max-width: 48em) {
    .our-team-main-slide-image {
        width: 37.2rem;
        height: 37.2rem;
        margin-bottom: 9.4rem;
    }

    .our-team-main-slide.swiper-slide-active .our-team-main-slide-image {
        transform: scale(1);
    }
}

.our-team-main-slide-image img {
    height: 100%;
    border-radius: 50%;
}

.our-team-main-description {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
    justify-content: space-between;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.our-team-main-slide.swiper-slide-active .our-team-main-description {
    visibility: visible;
    opacity: 1;
}

.our-team-main-description-title {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 110%;
    text-align: right;
    text-transform: uppercase;
    max-width: 25rem;
    margin-right: auto;
    position: relative;
    right: -5rem;
    will-change: clip-path, transform;
}

.our-team-main-description-text {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    max-width: 25rem;
    margin-left: auto;
    position: relative;
    left: -5rem;
    line-height: 130%;
    will-change: clip-path, transform;
}

@media (max-width: 48em) {
    .our-team-main-description-title {
        font-size: 4.8rem;
    }

    .our-team-main-description-text {
        font-size: 3.2rem;
    }

    .our-team-main-description-title,
    .our-team-main-description-text {
        text-align: left;
        margin-right: unset;
        margin-left: unset;
        right: -5rem;
        left: unset;
        max-width: 45.6rem;
    }
}

.custom-counts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2rem;
    font-weight: 700;
}

.our-team-main-items-count {
    position: absolute;
    bottom: 19rem;
    width: 100%;
    right: -33.5rem;
}

@media (max-width: 48em) {
    .our-team-main-items-count {
        position: relative;
        bottom: unset;
        right: 4.5rem;
        font-size: 3.6rem;
    }
}

.custom-count-total,
.custom-count-total * {
    color: rgb(54, 54, 57) !important;
}

body.theme-light .custom-count-total {
    color: var(--col-gray) !important;
}

.our-clients .container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10rem;
    overflow: hidden;
}

@media (max-width: 48em) {
    .our-clients .container {
        flex-direction: column;
        gap: 6.4rem;
    }
}

.our-clients .col-one {
    display: flex;
    flex-direction: column;
}

@media (max-width: 48em) {
    .our-clients .col-one {
        width: 100%;
    }
}

.our-clients .col-one .text-green {
    margin-bottom: 18.3rem;
}

@media (max-width: 48em) {
    .our-clients .col-one .text-green {
        margin-bottom: 3.2rem;
    }
}

.our-clients .col-one .block-light-bold {
    margin-bottom: 8.4rem;
}

@media (max-width: 48em) {
    .our-clients .col-one .block-light-bold {
        margin-bottom: 6.4rem;
    }

    .our-clients .col-one .block-light-bold > * {
        font-size: 8.4rem;
    }
}

.our-clients .col-one .text-regular {
    max-width: 60rem;
    will-change: transform;
}

@media (max-width: 48em) {
    .our-clients .col-one .text-regular {
        max-width: 100%;
    }
}

.our-clients .col-one .text-regular:not(:last-child) {
    margin-bottom: 2.4rem;
}

.our-clients .col-two {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    scrollbar-width: none;
}

@media (max-width: 48em) {
    .our-clients .col-two {
        display: flex;
        overflow: auto;
        width: 100%;
    }
}

.scrollable::-webkit-scrollbar {
    display: none;
}

.our-clients-item {
    width: 29rem;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(27, 27, 29);
    padding: 6rem;
    flex-shrink: 0;
    will-change: transform;
}

body.theme-light .our-clients-item {
    background: var(--col-light-gray);
}

@media (max-width: 48em) {
    .our-clients-item {
        width: 32rem;
        height: 22rem;
    }
}

.our-contact-main .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media (max-width: 48em) {
    .our-contact-main .container {
        grid-template-columns: 1fr;
        gap: 4.8rem;
    }
}

.our-contact-map {
    width: 91rem;
    height: 92rem;
    will-change: clip-path;
}

@media (max-width: 48em) {
    .our-contact-map {
        width: 100%;
        height: 52rem;
    }
}

.our-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 6rem;
    background: rgb(27, 27, 29);
    width: 91rem;
    height: 100%;
    will-change: clip-path;
}

@media (max-width: 48em) {
    .our-contact-info {
        padding: 3.2rem;
        width: 100%;
    }
}

body.theme-light .our-contact-info {
    background: var(--col-light-gray);
}

.our-contact-info-title {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 3.2rem;
    will-change: clip-path, transform;
}

@media (max-width: 48em) {
    .our-contact-info-title {
        font-size: 7.2rem;
        margin-bottom: 6.4rem;
    }
}

.our-contact-info > .arrow-block {
    margin-bottom: 17rem;
    will-change: clip-path, transform;
}

@media (max-width: 48em) {
    .our-contact-info > .arrow-block {
        margin-bottom: 6.4rem;
    }
}

.our-contact-info-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 9rem;
    margin-bottom: 17rem;
}

@media (max-width: 48em) {
    .our-contact-info-items {
        gap: 2.4rem;
        grid-template-columns: 1fr;
        margin-bottom: 6.4rem;
    }
}

.our-contact-info-item {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    will-change: clip-path, transform;
}

@media (max-width: 48em) {
    .our-contact-info-item {
        gap: 3.6rem;
    }
}

body.theme-light .our-contact-main .our-contact-info-social-item {
    background: var(--col-white);
}

.our-contact-info-item-title {
    color: var(--col-gray);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .our-contact-info-item-title {
        font-size: 2.4rem;
        letter-spacing: 0;
    }
}

.our-contact-info-item-text {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 130%;
}

@media (max-width: 48em) {
    .our-contact-info-item-text {
        font-size: 3.2rem;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.our-contacts .our-contact-info-social {
    will-change: clip-path, transform;
}

.our-contact-info-social {
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
}

@media (max-width: 48em) {
    .our-contact-info-social {
        gap: 3.2rem;
    }
}

.our-contact-info-social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4rem;
    height: 6.4rem;
    background-color: var(--col-white);
    border-radius: 50%;
    padding: 1.6rem;
}

@media (max-width: 48em) {
    .our-contact-info-social-item {
        width: 9.6rem;
        height: 9.6rem;
    }
}

.our-contact-info-social-item svg {
    width: 3rem;
}

.ui-map-grey .ymaps-2-1-79-ground-pane {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.ui-map-grey .ymaps-2-1-79-inner-panes {
    filter: invert(90%);
    -webkit-filter: invert(90%);
}

.footer-reviews {
    margin-bottom: 17.3rem;
}

@media (max-width: 48em) {
    .footer-reviews {
        margin-bottom: 16rem;
    }
}

.footer-reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.7rem;
}

@media (max-width: 48em) {
    .footer-reviews {
        margin-bottom: 3.2rem;
    }
}

.footer-reviews .text-green {
    max-width: 33.1rem;
    margin-bottom: 6.7rem;
}

@media (max-width: 48em) {
    .footer-reviews .text-green {
        max-width: 58.6rem;
        margin-bottom: 6.4rem;
    }
}

.footer-reviews-swiper {
    margin-left: auto;
    margin-right: unset;
    width: 150rem;
}

@media (max-width: 48em) {
    .footer-reviews-swiper {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 2.4rem;
    }
}

.footer-reviews-swiper .swiper-slide-container {
    width: 77.7rem !important;
    padding-right: 17.7rem;
}

@media (max-width: 48em) {
    .footer-reviews-swiper .swiper-slide-container {
        width: unset !important;
        padding-right: unset;
    }
}

.footer-reviews-swiper .swiper-wrapper,
.footer-reviews-swiper .swiper-slide {
    height: fit-content;
}

.footer-reviews-swiper .swiper-slide .text-regular {
    margin-bottom: 2rem;
}

.footer-reviews-swiper .swiper-slide .swiper-slide-title {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .footer-reviews-swiper .swiper-slide .swiper-slide-title {
        font-size: 3.6rem;
    }
}

.footer-reviews-swiper .swiper-slide .swiper-slide-title,
.footer-reviews-swiper .swiper-slide .swiper-slide-author {
    margin-top: 3.2rem;
}

@media (max-width: 48em) {
    .footer-reviews-swiper .swiper-slide .swiper-slide-title,
    .footer-reviews-swiper .swiper-slide .swiper-slide-author {
        margin-top: 6.4rem;
    }
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 20rem;
    margin-bottom: 16rem;
}

@media (max-width: 48em) {
    .footer-contacts {
        gap: 6.4rem;
        margin-bottom: 6.4rem;
    }
}

.footer-contacts-row {
    display: flex;
    justify-content: space-between;
    column-gap: 11.6rem;
    width: 100%;
}

@media (max-width: 48em) {
    .footer-contacts-row {
        flex-direction: column;
    }

    .footer-contacts-row.row-two {
        display: none;
    }
}

body.theme-light .footer-contacts-row .our-contact-info-social-item {
    background-color: var(--col-light-gray);
}

.footer-contacts-row.row-two .arrow-block {
    margin-right: 43.5rem;
}

.footer-contacts-logo {
    width: 87.5rem;
    height: 27.7rem;
}

@media (max-width: 48em) {
    .footer-contacts-logo {
        width: 100%;
        height: 21.4rem;
        margin-bottom: 3.2rem;
    }
}

.footer-contacts-logo svg {
    width: 100%;
    height: 100%;
}

.footer-contacts-row .text-green {
    margin-bottom: 9.6rem;
}

.footer-contacts-row .our-contact-info-social.mobile {
    margin-bottom: 6.4rem;
}

.footer-contacts-items {
    display: flex;
    gap: 1.5rem;
}

@media (max-width: 48em) {
    .footer-contacts-items {
        flex-direction: column;
        gap: 5.6rem;
    }
}

.footer-contacts-item {
    width: 28.8rem;
}

@media (max-width: 48em) {
    .footer-contacts-item {
        width: 100%;
    }
}

.footer-contacts-item-title {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 6rem;
}

@media (max-width: 48em) {
    .footer-contacts-item-title {
        font-size: 4.8rem;
        margin-bottom: 3rem;
    }
}

.footer-contacts-item-text {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 130%;
}

.footer-contacts-item-text:not(:last-child) {
    margin-bottom: 2.4rem;
}

@media (max-width: 48em) {
    .footer-contacts-item-text {
        font-size: 3.2rem;
    }
}

.footer-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 48em) {
    .footer-navigation {
        flex-direction: column-reverse;
    }
}

.footer-navigation-email {
    width: 38.2rem;
    display: none;
}

@media (max-width: 48em) {
    .footer-navigation-email {
        width: 100%;
    }
}

.footer-navigation-email-title {
    width: 100%;
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

@media (max-width: 48em) {
    .footer-navigation-email-title {
        font-size: 3.6rem;
    }
}

.footer-navigation-email-input {
    width: 100%;
    height: 6.8rem;
    position: relative;
    background: rgb(27, 27, 29);
    padding: 12px;
}

@media (max-width: 48em) {
    .footer-navigation-email-input {
        height: 11.2rem;
    }
}

body.theme-light .footer-navigation-email-input {
    background: var(--col-light-gray);
}

.footer-navigation-email-input > input {
    width: 85%;
    height: 100%;
    background: transparent;
    color: rgb(201, 201, 201);
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-navigation-email-input > input::placeholder {
    color: rgb(201, 201, 201);
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 48em) {
    .footer-navigation-email-input > input,
    .footer-navigation-email-input > input::placeholder {
        font-size: 2.4rem;
    }
}

.footer-navigation-email-input > .arrow-block-svg {
    position: absolute;
    right: 12px;
    top: 20%;
}

.footer-navigation-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr) 1.5fr;
}

@media (max-width: 48em) {
    .footer-navigation-items {
        /*column-gap: 24rem;*/
        row-gap: 4.8rem;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        margin-bottom: 7.8rem;
    }
}

.footer-navigation-items-column {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.footer-navigation-item {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .footer-navigation-item {
        font-size: 2.8rem;
        white-space: nowrap;
    }

    .footer-navigation-items-column.full-width {
        grid-column: 1 / -1;
    }
}


body:has(.modal-menu.active) .header,
body:has(.modal-menu.active) .header .container {
    z-index: unset;
}

body:has(.modal-menu.active) .header-left {
    position: relative;
    z-index: 1000;
}

.header-left {
    will-change: transform;
}

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    background: rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal.active {
    opacity: 1;
    visibility: visible;
    /*transition: 0.5s all ease 0.5s;*/
}

.modal-menu .container {
    display: flex;
    align-items: end;
    padding-top: 18rem;
    padding-bottom: 6rem;
}

@media (max-width: 48em) {
    .modal-menu .container {
        flex-direction: column-reverse;
        align-items: start;
        gap: 9vh;
        /*gap: 12rem;*/
        padding-top: 18vh;
        /*padding-top: 22rem;*/
        padding-bottom: 8rem;
    }
}

.modal-menu .header-left {
    position: absolute;
    left: 2rem;
    top: 5.7rem;
}

.modal-menu .button-close {
    will-change: transform;
}

.modal .button-close {
    position: absolute;
    z-index: 10000;
    top: 5.7rem;
    right: 4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.modal .button-close .button-close-icon {
    position: relative;
    top: -0.2rem;
    width: 1.2rem;
    height: 1.2rem;
}

.modal .button-close .button-close-icon svg {
    width: 1.2rem;
    height: 1.2rem;
}

.modal .button-close-text {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .modal .button-close {
        font-size: 3rem;
    }

    .modal .button-close-text {
        font-size: 2.4rem;
    }

    .modal .button-close .button-close-icon,
    .modal .button-close .button-close-icon svg {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.modal-menu-column {
    display: flex;
    flex-direction: column;
}

.modal-menu-column.col-one {
    width: 50%;
}

@media (max-width: 48em) {
    .modal-menu-column.col-one {
        width: unset;
    }
}

.modal-menu-column.col-one .arrow-block {
    will-change: clip-path, transform;
}

.modal-menu-column.col-one > * {
    display: flex;
}

.modal-menu-text-container {
    margin-bottom: 17rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (max-width: 48em) {
    .modal-menu-text-container {
        gap: 4rem;
        margin-bottom: 8rem;
    }
}

.modal-menu-text {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    will-change: clip-path, transform;
}

@media (max-width: 48em) {
    .modal-menu-text {
        font-size: 4rem;
    }
}

.modal-menu-nav {
    margin-bottom: 16rem;
}

@media (max-width: 48em) {
    .modal-menu-nav {
        margin-bottom: unset;
    }
}

.modal-menu-nav ul {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    list-style: none;
}

.modal-menu-nav ul li {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    will-change: clip-path, transform;
}

.modal-menu .col-two .arrow-block {
    will-change: clip-path, transform;
}

.modal-contact-us {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

.modal-contact-us .container {
    display: flex;
    align-items: start;
    margin: auto 0;
}

.modal-contact-us .button-close {
    right: 3.4rem;
    top: 3.4rem;
}

body.theme-light .modal-contact-us .button-close path {
    fill: black;
}

.modal-contact-us-image {
    width: 62.5rem;
    height: 48.8rem;
}

@media (max-width: 48em) {
    .modal-contact-us-image {
        display: none;
    }
}

.modal-contact-us-thank .modal-contact-us-form {
    display: none;
}

.modal-contact-us-form, .modal-contact-us-thank-block {
    height: 48.8rem;
    background: var(--col-dark);
    padding: 5.8rem 6rem;
    position: relative;
    width: 43.4rem;
    transition: all 0.3s ease;
    /*opacity: 0;*/
}

.modal-contact-us-thank .modal-contact-us-thank-block {
    /*opacity: 1;*/
}

.modal-contact-us:not(.modal-contact-us-thank) .modal-contact-us-form {
    /*opacity: 1;*/
}

body.theme-light .modal-contact-us-form,
body.theme-light .modal-contact-us-thank-block {
    background: var(--col-white);
}

@media (max-width: 48em) {
    .modal-contact-us-form,
    .modal-contact-us-thank-block {
        height: unset;
        padding: 12rem 3.2rem;
        width: 75rem;
    }
}

.modal-contact-us-form-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4.8rem;
}

.modal-contact-us-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    margin-bottom: 4rem;
}

.modal-contact-us-form form input {
    width: 100%;
    height: 5.2rem;
    padding: 0 2.4rem;
    color: var(--col-white);
    font-size: 1.5rem;
    font-weight: 600;
    background: rgb(27, 27, 29);
}

body.theme-light .modal-contact-us-form form input {
    background: var(--col-light-gray);
    color: var(--col-dark);
}

@media (max-width: 48em) {
    .modal-contact-us-form form input {
        height: 10.4rem;
    }
}

.modal-contact-us-form form input::placeholder {
    color: rgb(201, 201, 201) !important;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .modal-contact-us-form-title,
    .modal-contact-us-form form input,
    .modal-contact-us-form form input::placeholder {
        font-size: 2.8rem;
    }
}

@media (max-width: 48em) {
    .modal-contact-us-form {
        height: unset;
        padding: 12rem 3.2rem;
    }
}

.modal-contact-us-thank-block {
    display: none;
    flex-direction: column;
    gap: 4.8rem;
}

@media (max-width: 48em) {
    .modal-contact-us-thank-block {
        gap: 9.6rem;
    }
}

.modal-contact-us-thank .modal-contact-us-thank-block {
    display: flex;
    justify-content: center;
}

.modal-contact-us-thank-title {
    color: rgb(121, 184, 45);
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .modal-contact-us-thank-title {
        font-size: 4.8rem;
    }
}

.modal-contact-us-thank-block .text-regular {
    font-size: 2rem;
    max-width: 31rem;
}

@media (max-width: 48em) {
    .modal-contact-us-thank-block .text-regular {
        font-size: 3.2rem;
        max-width: unset;
    }
}

.section-present-padding .container {
    padding-top: 17.5rem;
}

@media (max-width: 48em) {
    .section-present-padding .container {
        padding-top: 24.4rem;
    }
}

.our-services-present .container .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 7.3rem;
}

@media (max-width: 48em) {
    .our-services-present .container .wrapper {
        gap: 6.4rem;
    }
}

.our-services-present .line-one,
.our-services-present .line-two {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}

.our-services-present .line-two {
    gap: 17.5rem;
}

@media (max-width: 48em) {
    .our-services-present .line-one {
        flex-direction: column;
        justify-content: unset;
        gap: 3.2rem;
    }

    .our-services-present .line-two {
        flex-direction: column-reverse;
        justify-content: unset;
        gap: unset;
    }
}

.our-services-present .line-one .text-green {
    max-width: 17rem;
    text-align: right;
}

@media (max-width: 48em) {
    .our-services-present .line-one .text-green {
        max-width: 22.8rem;
        text-align: left;
    }
}

.our-services-present .line-two-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 13.3rem;
}

@media (max-width: 48em) {
    .our-services-present .line-two-container {
        gap: 6.4rem;
    }
}

.our-services-present .line-two-image {
    width: 90.6rem;
    height: 56.7rem;
    flex-shrink: 0;
    position: relative;
    bottom: 15.5rem;
}

@media (max-width: 48em) {
    .our-services-present .line-two-image {
        width: 100%;
        height: unset;
        margin-bottom: 6.4rem;
        position: static;
    }
}

.our-service-present-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 48em) {
    .our-service-present-footer {
        display: none;
    }
}

.our-service-present-footer-item {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.our-services-item {
    position: relative;
    will-change: z-index, opacity, bottom;
}

.our-services-item:last-of-type {
    margin-bottom: 29rem;
}

.our-services-item:nth-of-type(even) {
    background: rgb(27, 27, 29);
}

body.theme-light .our-services-item:nth-of-type(even) {
    background: var(--col-light-gray);
}

.our-services-item:nth-of-type(odd) {
    background: rgb(16, 16, 17);
}

body.theme-light .our-services-item:nth-of-type(odd) {
    background: var(--col-white);
}

@media (max-width: 48em) {
    .our-services-item {
        padding: 8rem 0;
    }
}

.our-services-item .container {
    padding: 0;
    display: flex;
    gap: 11.8rem;
    will-change: height;
}

.our-services-item:nth-of-type(even) .container {
    padding-right: 7.3rem;
    flex-direction: row;
}

.our-services-item:nth-of-type(odd) .container {
    flex-direction: row-reverse;
    padding-left: 7.3rem;
}

.our-services-item.green .container {
    background: var(--col-green) !important;
}

@media (max-width: 48em) {
    .our-services-item .container {
        padding: 0 2rem !important;
        flex-direction: column !important;
        gap: 6.4rem !important;
    }
}

.our-services-item .table-header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 4rem;
    background: var(--col-green);
    width: 7.3rem;
}

.our-services-item.green .table-header {
    background: rgb(27, 27, 29);
}

body.theme-light .our-services-item.green .table-header {
    background: var(--col-white);
}

@media (max-width: 48em) {
    .our-services-item .table-header {
        flex-direction: row-reverse;
        justify-content: start;
        padding: 2.4rem;
        width: 100%;
    }
}

.our-services-item .table-header .table-header-text {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: center bottom;
    white-space: nowrap;
    display: inline-block;
    max-width: 0;
    max-height: 1.2rem;
}

@media (max-width: 48em) {
    .our-services-item .table-header .table-header-text {
        transform: unset;
        font-size: 2.8rem;
        max-width: unset;
        max-height: unset;
    }
}

.our-services-item.green .table-header-text {
    color: var(--col-green) !important;
}

.our-services-item .table-header .table-count {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.4;
}

body.theme-light .our-services-item.green .table-header .table-count {
    color: var(--col-green) !important;
}

@media (max-width: 48em) {
    .our-services-item .table-header .table-count {
        font-size: 2.4rem;
        opacity: 0.4;
        margin-right: 3.6rem;
    }
}

.our-services-item-wrapper {
    padding: 12.5rem 0;
    display: flex;
    gap: 17.5rem;
    align-items: end;
    position: relative;
    will-change: top;
}

.our-services-item:nth-of-type(even) .our-services-item-wrapper {
    flex-direction: row;
}

.our-services-item:nth-of-type(odd) .our-services-item-wrapper {
    flex-direction: row-reverse;
}

@media (max-width: 48em) {
    .our-services-item-wrapper {
        padding: unset;
        gap: 4.8rem;
        flex-direction: column-reverse !important;
        align-items: start;
    }
}

.our-services-item-wrapper-title {
    margin-bottom: 8rem;
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .our-services-item-wrapper-title {
        margin-bottom: 3.2rem;
        font-size: 4.8rem;
    }
}

.our-services-item-wrapper-title > span {
    text-decoration: underline;
}

.our-services-item-wrapper .text-regular {
    margin-bottom: 14.5rem;
}

@media (max-width: 48em) {
    .our-services-item-wrapper .text-regular {
        margin-bottom: 6.4rem;
    }
}

.our-services-item.green .our-services-item-wrapper .arrow-block-svg {
    background: var(--col-white);
}

.our-services-item.green .our-services-item-wrapper .arrow-block-svg path {
    stroke: var(--col-green);
}

.our-services-item-wrapper .col-two {
    width: 87.2rem;
    height: 75rem;
    flex-shrink: 0;
}

@media (max-width: 48em) {
    .our-services-item-wrapper .col-two {
        width: 100%;
        height: unset;
        flex-shrink: 0;
    }
}

.our-projects-present {
    padding-bottom: 9rem;
}

@media (max-width: 48em) {
    .our-projects-present {
        padding-bottom: 20rem;
    }
}

.our-projects-present .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 32rem;
}

@media (max-width: 48em) {
    .our-projects-present .container {
        flex-direction: column;
        gap: 6.4rem;
    }
}

.our-projects-present .col-one {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

@media (max-width: 48em) {
    .our-projects-present .col-one .block-light-bold {
        margin-bottom: 3.2rem;
    }
}

.our-projects-present .col-one .text-green {
    max-width: 29rem;
}

.our-projects-present .col-two .text-regular {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media (max-width: 48em) {
    .our-projects-present .col-two .text-regular {
        gap: 6rem;
        margin-bottom: 6.4rem;
    }
}

.our-projects-slider .container {
    overflow: hidden;
}

.our-projects-slider .container.mobile {
    max-width: 100%;
}

.our-projects-slider .pagination-arrows {
    margin-left: auto;
    width: fit-content;
    margin-bottom: 6rem;
}

.our-projects-slider .pagination-arrows > div {
    display: block !important;
}

.our-projects-slider .container .swiper-wrapper {
    height: fit-content;
}

.our-projects-slider .container.desktop .swiper-wrapper {
    gap: 2.6rem;
}

.our-projects-slider .swiper-slide-items {
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
    width: 59rem;
}

.our-projects-slider .swiper-slide {
    width: fit-content !important;
}

.our-projects-slider .swiper-slide-item {
    position: relative;
    overflow: hidden;
}

.our-projects-slider .swiper-slide-item a,
.our-projects-slider .swiper-slide-item img {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.our-projects-slider .swiper-slide:nth-child(3n + 1) .swiper-slide-item:nth-child(1) {
    height: 72.7rem;
}

.our-projects-slider .swiper-slide:nth-child(3n + 1) .swiper-slide-item:nth-child(2) {
    height: 46.1rem;
}

.our-projects-slider .swiper-slide:nth-child(3n + 1) .swiper-slide-item:nth-child(3) {
    height: 94.1rem;
}

.our-projects-slider .swiper-slide:nth-child(3n + 2) .swiper-slide-item:nth-child(1) {
    height: 45.8rem;
}

.our-projects-slider .swiper-slide:nth-child(3n + 2) .swiper-slide-item:nth-child(2) {
    height: 45.7rem;
}

.our-projects-slider .swiper-slide:nth-child(3n + 2) .swiper-slide-item:nth-child(3) {
    height: 72.7rem;
}

.our-projects-slider .swiper-slide:nth-child(3n + 2) .swiper-slide-item:nth-child(4) {
    height: 46.1rem;
}

.our-projects-slider .swiper-slide:nth-child(3n + 3) .swiper-slide-item:nth-child(1) {
    height: 94.1rem;
}

.our-projects-slider .swiper-slide:nth-child(3n + 3) .swiper-slide-item:nth-child(2) {
    height: 46.3rem;
}

.our-projects-slider .swiper-slide:nth-child(3n + 3) .swiper-slide-item:nth-child(3) {
    height: 72.5rem;
}

.our-projects-slider .swiper-slide-item .swiper-slide-item-name {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.our-projects-slider .swiper-slide-item svg div {
    opacity: 0;
    transition: all 0.5s ease;
}

.our-projects-slider .swiper-slide-item:hover svg div {
    opacity: 1;
}

.our-projects-slider .swiper-slide-item .swiper-slide-item-name-text {
    opacity: 0;
    transition: all 0.5s ease;
}

.our-projects-slider .swiper-slide-item:hover .swiper-slide-item-name-text {
    opacity: 1;
}

.our-projects-slider .swiper-slide-item .swiper-slide-item-name-icon,
.our-projects-slider .swiper-slide-item .swiper-slide-item-name-icon svg {
    width: 100%;
    height: 100%;
}

.our-projects-slider .swiper-slide-item-name-text {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 48em) {
    .our-projects-slider .swiper-slide-item-name-text {
        position: static;
        transform: unset;
        margin-bottom: 3.2rem;
    }
}

.our-projects-slider .swiper-slide-item-name-text-title {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

@media (max-width: 48em) {
    .our-projects-slider .swiper-slide-item-name-text-title {
        font-size: 4rem;
    }
}

.our-projects-slider .swiper-slide-item-name-text-year {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 48em) {
    .our-projects-slider .swiper-slide-item-name-text-year {
        font-size: 4rem;
        text-align: left;
    }
}

.our-projects-slider .container.mobile .swiper-slide {
    width: 65.2rem !important;
}

.our-projects-slider .container.mobile .swiper-slide-item-name-image {
    width: 100%;
    height: 52rem;
}

.our-projects-slider .container.mobile .swiper-slide-item-name-image img {
    height: 100%;
}

.project-present {
    position: relative;
}

.project-present .circle-blur {
    z-index: 4;
}

.project-present .container {
    padding-top: 47rem;
    padding-bottom: 4.6rem;
    /*background-image: url("../static/images/project-present.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 48em) {
    .project-present .container {
        padding-top: 17.4rem;
    }
}

@media (max-width: 48em) {
    .project-present-content > .arrow-block {
        margin-bottom: 16rem;
        margin-left: auto;
    }
}

.project-present-content {
    position: relative;
    z-index: 5;
}

.project-present-content-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 34.6rem;
}

@media (max-width: 48em) {
    .project-present-content-main {
        margin-bottom: 13.4rem;
    }
}

.project-present-content-main-title {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 10rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3.3rem;
    text-align: center;
}

@media (max-width: 48em) {
    .project-present-content-main-title {
        margin-bottom: 7.2rem;
        text-align: left;
    }
}

.project-present-content-main-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13rem;
}

@media (max-width: 48em) {
    .project-present-content-main-items {
        flex-direction: column;
        align-items: start;
        gap: 1.6rem;
    }
}

.project-present-content-main-item {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .project-present-content-main-item {
        font-size: 2.4rem;
    }
}

.project-present-content-main-item > span {
    font-size: 1.5rem;
    position: relative;
    bottom: 0.7rem;
    right: 0.4rem;
}

.project-present-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.project-tasks-title {
    font-family: Montserrat-ExtraLight, sans-serif;
    font-size: 10rem;
    font-weight: 275;
    text-transform: uppercase;
    margin-bottom: 9.7rem;
}

@media (max-width: 48em) {
    .project-tasks-title {
        margin-bottom: 8rem;
    }
}

.project-tasks-items {
    display: flex;
    align-items: center;
    gap: 1.8rem;
}

@media (max-width: 48em) {
    .project-tasks-items {
        flex-direction: column;
        gap: 4.8rem;
    }
}

.project-tasks-item {
    width: 44.7rem;
    height: 39.3rem;
    padding: 5.5rem 2rem 3rem 2rem;
    background: rgb(27, 27, 29);
}

body.theme-light .project-tasks-item {
    background: var(--col-light-gray);
}

@media (max-width: 48em) {
    .project-tasks-item {
        width: 100%;
        height: 54rem;
        padding: 4.8rem 2.4rem 3rem 2.4rem;
    }
}

.project-tasks-item-count {
    color: var(--col-green) !important;
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5rem;
}

@media (max-width: 48em) {
    .project-tasks-item-count {
        font-size: 4.8rem;
        margin-bottom: 11rem;
    }
}

.project-tasks-item-text {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    max-height: 18.5rem;
    overflow: auto;
}

@media (max-width: 48em) {
    .project-tasks-item-text {
        font-size: 3.6rem;
        max-height: 30.2rem;
    }
}

.project-decisions-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 12.6rem;
}

@media (max-width: 48em) {
    .project-decisions-header {
        flex-direction: column;
        margin-bottom: 6.4rem;
    }
}

.project-decisions-header-title {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 10rem;
    font-weight: 700;
    letter-spacing: -0.8rem;
    text-transform: uppercase;
}

.project-decisions-header-text {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 48em) {
    .project-decisions-header-text {
        font-size: 2.8rem;
        gap: 2rem;
    }
}

.project-decisions-header-text span {
    color: var(--col-green) !important;
    text-align: right;
}

@media (max-width: 48em) {
    .project-decisions-header-text span {
        text-align: left;
    }
}

.project-decisions-content {
    display: flex;
    gap: 17.4rem;
}

@media (max-width: 48em) {
    .project-decisions-content {
        flex-direction: column;
        gap: 4.8rem;
    }
}

.project-decisions-content-image {
    position: relative;
    width: 91rem;
    height: 50rem;
    flex-shrink: 0;
}

@media (max-width: 48em) {
    .project-decisions-content-image {
        width: 100%;
        height: 52rem;
    }
}

.project-decisions-content-image .video-background {
    z-index: 10;
}

.project-decisions-content-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-decisions-content-text-wrapper {
    font-size: 2rem;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    max-width: 60rem;
}

@media (max-width: 48em) {
    .project-decisions-content-text-wrapper {
        gap: 4.8rem;
        margin-bottom: 6.4rem;
        max-width: unset;
    }
}

.project-images .container {
    display: flex;
    align-items: start;
    gap: 2rem;
}

@media (max-width: 48em) {
    .project-images .container {
        flex-direction: column;
        gap: 2.4rem;
    }
}

.project-image-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (max-width: 48em) {
    .project-image-container {
        gap: 2.4rem;
        flex-direction: row;
        width: 100%;
    }
}

.project-image {
    width: 60rem;
    height: 55.4rem;
}

.project-image.full-height {
    height: 112.8rem;
}

@media (max-width: 48em) {
    .project-image {
        width: 50%;
        height: 32.8rem;
    }

    .project-image.full-height {
        height: unset;
        width: 100%;
    }
}

.project-image img {
    width: 100%;
    height: 100%;
}

.our-team-present .col-two .text-regular {
    margin-bottom: 7.4rem;
}

@media (max-width: 48em) {
    .our-team-present .col-two .text-regular {
        margin-bottom: 3.4rem;
    }
}

.our-team-items .container.desktop .our-team-items-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 17.6rem;
}

@media (max-width: 48em) {
    .our-team-items .container.desktop .our-team-items-wrapper {
        column-gap: unset;
        row-gap: unset;
    }
}

.container.desktop .our-team-item {
    /*max-width: 34.5rem;*/
    width: 100%;
}

.our-team-swiper.mobile .our-team-item {
    width: 65.2rem !important;
}

.our-team-item-image {
    /*width: 44rem;*/
    width: 100%;
    /*height: 51rem;*/
    height: 38rem;
    margin-bottom: 1.6rem;
}

@media (max-width: 48em) {
    .our-team-item-image {
        width: 65rem;
        height: 76rem;
        margin-bottom: 3.2rem;
    }
}

.our-team-item-image img {
    height: 100%;
}

.our-team-item-name {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

@media (max-width: 48em) {
    .our-team-item-name {
        font-size: 2.8rem;
        margin-bottom: 2.4rem;
    }
}

.our-team-item-text {
    font-size: 2rem;
    font-weight: 400;
}

@media (max-width: 48em) {
    .our-team-item-text {
        font-size: 4rem;
    }
}

.about-us-present .container {
    padding-bottom: 21.2rem;
    display: flex;
    gap: 27.1rem;
    background-image: url("../static/images/about-us-present.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 48em) {
    .about-us-present .container {
        padding-bottom: 4rem;
        gap: 5.6rem;
        flex-direction: column;
    }
}

.about-us-present .circle-green {
    position: absolute;
    width: 30rem;
    height: 30rem;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    will-change: transform, box-shadow;
}

@media (max-width: 48em) {
    .about-us-present .circle-green {
        width: 28rem;
        height: 28rem;
    }
}

.about-us-present .circle-green svg {
    position: relative;
    right: 1rem;
}

@media (max-width: 48em) {
    .about-us-present .circle-green svg {
        position: relative;
        right: 0rem;
    }
}

.circle-green svg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: circleGreenPulse2 6s infinite;
    background: var(--col-green);
}

@media (max-width: 48em) {
    .circle-green svg {
        animation: unset !important;
    }
}

@keyframes circleGreenPulse2 {
    0% {
        box-shadow: 2px 2px 0px 0px var(--col-green);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        box-shadow: 2px 2px 5rem 5rem var(--col-green);
        transform: scale(2);
        opacity: 0.85;
    }

    100% {
        box-shadow: 2px 2px 0px 0px var(--col-green);
        transform: scale(1);
        opacity: 1;
    }
}

.about-us-present .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.about-us-present .col-nav ul {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

@media (max-width: 48em) {
    .about-us-present .col-nav ul {
        gap: 1.1rem;
    }
}

.about-us-present .col-nav ul li {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    will-change: clip-path, transform;
}

@media (max-width: 48em) {
    .about-us-present .col-nav ul li {
        font-size: 3.6rem;
    }
}

.about-us-present .arrow-block {
    will-change: clip-path, transform;
}

.about-us-present .col-two {
    max-width: 87rem;
}

@media (max-width: 48em) {
    .about-us-present .col-two {
        max-width: 100%;
    }
}

.about-us-present .col .block-light-bold {
    margin-bottom: 27rem;
}

@media (max-width: 48em) {
    .about-us-present .col .block-light-bold {
        margin-bottom: 11.8rem;
    }

    .about-us-present .col .block-light-bold .text-light,
    .about-us-present .col .block-light-bold .text-bold {
        font-size: 8rem;
    }
}

.about-us-present .text-regular {
    max-width: 62.3rem;
    will-change: clip-path, transform;
}

@media (max-width: 48em) {
    .about-us-present .text-regular {
        max-width: 100%;
        margin-bottom: 7.4rem;
    }
}

.about-us-leaders .container > .text-green {
    margin-bottom: 2.4rem;
}

@media (max-width: 48em) {
    .about-us-leaders .container > .text-green {
        margin-bottom: 8.6rem;
    }
}

.about-us-leaders-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 8rem;
}

@media (max-width: 48em) {
    .about-us-leaders-header {
        gap: 4.8rem;
        flex-direction: column;
        align-items: start;
    }
}

.about-us-leaders-header .text-green {
    font-size: 3.6rem;
}

.about-us-leaders-items {
    display: flex;
    gap: 2rem;
    margin-bottom: 6.4rem;
}

@media (max-width: 48em) {
    .about-us-leaders-items {
        width: 100%;
        flex-direction: column;
        gap: 4.8rem;
    }
}

.about-us-leaders-item {
    width: 44.5rem;
    height: 35.2rem;
    padding: 2.4rem 3.2rem;
    background: rgb(27, 27, 29);
}

body.theme-light .about-us-leaders-item {
    background: var(--col-light-gray);
}

@media (max-width: 48em) {
    .about-us-leaders-item {
        width: 100%;
        padding: 4.8rem 6.4rem;
        height: fit-content;
    }
}

.about-us-leaders-item-icon {
    position: relative;
    margin-bottom: 4rem;
    height: 8rem;
    width: 8rem;
}

.about-us-leaders-item:nth-child(1) .part-one {
    display: inline-block;
}

.about-us-leaders-item:nth-child(1) .part-one svg circle,
.about-us-leaders-item:nth-child(2) .part-one svg circle {
    fill: #C9C9C9;
}

body.theme-dark .about-us-leaders-item:nth-child(1) .part-one svg circle,
body.theme-dark .about-us-leaders-item:nth-child(2) .part-one svg circle {
    fill: #363639;
}

.about-us-leaders-item:nth-child(1) .part-two,
.about-us-leaders-item:nth-child(2) .part-two,
.about-us-leaders-item:nth-child(3) .part-two,
.about-us-leaders-item:nth-child(4) .part-two {
    display: inline-block;
    width: 8rem;
    height: 8rem;
    position: absolute;
    left: 0;
    border-radius: 50%;
    border: 1.5rem solid #C9C9C9;
    rotate: 45deg;
}

body.theme-dark .about-us-leaders-item:nth-child(1) .part-two,
body.theme-dark .about-us-leaders-item:nth-child(2) .part-two,
body.theme-dark .about-us-leaders-item:nth-child(3) .part-two,
body.theme-dark .about-us-leaders-item:nth-child(4) .part-two {
    border: 1.5rem solid #363639;
}

@media (max-width: 48em) {
    .about-us-leaders-item:nth-child(1) .part-two,
    .about-us-leaders-item:nth-child(2) .part-two,
    .about-us-leaders-item:nth-child(3) .part-two,
    .about-us-leaders-item:nth-child(4) .part-two {
        width: 16rem;
        height: 16rem;
        border-radius: 50%;
        border-width: 3rem !important;
    }
}

@media (max-width: 48em) {
    .about-us-leaders-item:nth-child(1) .part-two {
        width: 16rem;
        height: 16rem;
        border-width: 3rem;
    }
}

.about-us-leaders-item:nth-child(1) .about-us-leaders-item-icon,
.about-us-leaders-item:nth-child(2) .about-us-leaders-item-icon {
    width: 8rem;
}

.about-us-leaders-item-icon svg {
    height: 100%;
    width: 100%;
}

@media (max-width: 48em) {
    .about-us-leaders-item-icon {
        margin-bottom: 8rem;
        height: 16rem;
        width: 16rem;
    }

    .about-us-leaders-item:nth-child(1) .about-us-leaders-item-icon,
    .about-us-leaders-item:nth-child(2) .about-us-leaders-item-icon {
        width: 16rem;
    }
}

.about-us-leaders-item:nth-child(2) .about-us-leaders-item-icon .part-one {
    opacity: 0;
}

body .about-us-leaders-item:nth-child(2) .about-us-leaders-item-icon .part-two {
    border-width: 0.5rem;
}

@media (max-width: 48em) {
    body .about-us-leaders-item:nth-child(2) .about-us-leaders-item-icon .part-two {
        border-width: 1rem !important;
    }
}

.about-us-leaders-item:nth-child(3) .about-us-leaders-item-icon .part-one {
    position: relative;
    z-index: 5;
}

.about-us-leaders-item:nth-child(3) .about-us-leaders-item-icon {
    clip-path: inset(0% 50% 0% 0%);
}

.about-us-leaders-item:nth-child(3) .about-us-leaders-item-icon .part-one svg circle {
    /*transform-origin: center !important;*/
}

.about-us-leaders-image {
    width: 100%;
    height: 64.6rem;
}

@media (max-width: 48em) {
    .about-us-leaders-image {
        height: 52rem;
        margin-bottom: 6.4rem;
    }
}

.about-us-leaders-image img {
    height: 100%;
}

.about-us-production .block-light-bold {
    margin-bottom: 2.3rem;
}

@media (max-width: 48em) {
    .about-us-production .block-light-bold {
        margin-bottom: 3.2rem;
        font-size: 4.8rem;
    }

    .about-us-production .block-light-bold .text-light,
    .about-us-production .block-light-bold .text-bold {
        font-size: 4.8rem;
    }
}

.about-us-production .container .text-green {
    font-size: 1.8rem;
}

@media (max-width: 48em) {
    .about-us-production .container .text-green {
        font-size: 2.8rem;
        font-family: RFDewiExpanded-Bold, sans-serif;
    }
}

.about-us-production .container > .text-green {
    margin-bottom: 6.4rem;
}

.about-us-production-image {
    position: relative;
    width: 100%;
    height: 86.5rem;
    margin-bottom: 6.4rem;
}

@media (max-width: 48em) {
    .about-us-production-image {
        height: 60rem;
    }
}

.about-us-production-image img {
    height: 100%;
}

.about-us-production-info {
    display: flex;
    gap: 28.9rem;
}

@media (max-width: 48em) {
    .about-us-production-info {
        gap: 3.2rem;
        flex-direction: column;
    }
}

.about-us-production-info .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-us-production-info .col .text-regular {
    max-width: 106.5rem;
}

@media (max-width: 48em) {
    .about-us-production-info .col .text-regular {
        max-width: 100%;
        margin-bottom: 6.4rem;
    }
}

.our-news-present {
    padding-bottom: 13.5rem;
}

@media (max-width: 48em) {
    .our-news-present {
        padding-bottom: 20rem;
    }
}

.our-news-present .container {
    display: flex;
    align-items: end;
    gap: 48.4rem;
}

@media (max-width: 48em) {
    .our-news-present .container {
        flex-direction: column;
        align-items: start;
        gap: 3.2rem;
    }
}

.our-news-present .text-green {
    font-size: 1.8rem;
}

@media (max-width: 48em) {
    .our-news-present .text-green {
        font-size: 2.8rem;
    }
}

.our-news-items .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10rem;
}

@media (max-width: 48em) {
    .our-news-item {
        gap: 8.6rem;
    }
}

.our-news-item {
    display: flex;
    justify-content: space-between;
    height: 26.2rem;
    transition: all 0.3s ease;
}

.our-news-item.active {
    height: 40rem;
}

@media (max-width: 48em) {
    .our-news-item {
        width: 100%;
        gap: 6.4rem;
        flex-direction: column;
        height: unset !important;
    }
}

.our-news-item .col {
    display: flex;
    gap: 2rem;
}

@media (max-width: 48em) {
    .our-news-item .col {
        flex-direction: column;
        gap: 6.4rem;
    }
}

.our-news-item-image {
    width: 60rem;
}

.our-news-item-image img {
    height: 100%;
}

@media (max-width: 48em) {
    .our-news-item-image {
        width: 100%;
    }
}

.our-news-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 48em) {
    .our-news-item-info {
        gap: 2.4rem;
    }
}

.our-news-item-info-title {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 48em) {
    .our-news-item-info-title {
        font-size: 4.8rem;
    }
}

.our-news-item-info-description {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

@media (max-width: 48em) {
    .our-news-item-info-description {
        gap: 1.6rem;
    }
}

.our-news-item-info-description span {
    color: rgb(134, 136, 137);
    font-family: Montserrat-Regular, sans-serif;
    font-size: 2rem;
    font-weight: 400;
}

@media (max-width: 48em) {
    .our-news-item-info-description span {
        font-size: 3.2rem;
    }
}

.our-news-item .col-two {
    flex-direction: column;
    justify-content: space-between;
    width: 75.5rem;
}

@media (max-width: 48em) {
    .our-news-item .col-two {
        gap: 4.8rem;
        width: unset;
    }
}

.our-news-item-text {
    margin-bottom: 6.6rem;
    overflow: hidden;
    max-height: 24rem;
}

.our-news-item.active .our-news-item-text {
    overflow: auto;
}

@media (max-width: 48em) {
    .our-news-item-text {
        margin-bottom: unset;
        transition: all 0.3s ease;
        max-height: 34rem;
    }

    .our-news-item.active .our-news-item-text {
        max-height: 80rem;
    }
}

.our-contacts .block-light-bold {
    margin-bottom: 3.8rem;
}

.our-contacts-maps-header {
    align-items: start;
    justify-content: space-between;
    margin-bottom: 6.4rem;
    width: 100%;
}

@media (max-width: 48em) {
    .our-contacts-maps-header {
        display: flex;
    }
}

.our-contacts-map-text-title {
    color: rgb(134, 136, 137) !important;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
}

@media (max-width: 48em) {
    .our-contacts-map-text-title {
        margin-bottom: 3.6rem;
        font-size: 2.4rem;
    }
}

.our-contacts-map-text-text {
    font-size: 2rem;
    font-weight: 400;
    max-width: 35rem;
}

@media (max-width: 48em) {
    .our-contacts-map-text-text {
        font-size: 3.2rem;
        max-width: unset;
    }
}

.our-contacts-maps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 2rem;
    margin-bottom: 5rem;
}

@media (max-width: 48em) {
    .our-contacts-maps {
        flex-direction: column;
        gap: 6.4rem;
        margin-bottom: 6.4rem;
    }
}

.our-contacts-map-text {
    display: flex;
    gap: 11.4rem;
    margin-bottom: 2.9rem;
}

@media (max-width: 48em) {
    .our-contacts-map-text {
        margin-bottom: 4.8rem;
    }
}

.our-contacts-map-map {
    width: 91rem;
    height: 44rem;
}

@media (max-width: 48em) {
    .our-contacts-map-map {
        width: 100%;
        height: 52rem;
    }
}

.our-contacts-maps-footer {
    display: flex;
    align-items: center;
    gap: 78rem;
}

@media (max-width: 48em) {
    .our-contacts-maps-footer {
        flex-direction: column;
        gap: 6.4rem;
        align-items: start;
    }
}

body.theme-light .our-contact-info-social-item {
    background-color: var(--col-light-gray);
}

.present-404 {
    padding-bottom: 10rem;
}

.present-404 .container {
    padding-top: 47.7rem;
    padding-bottom: 17.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8rem;
    background-image: url("../static/images/about-us-present.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 48em) {
    .present-404 .container {
        padding-top: 40rem;
        padding-bottom: 12rem;
        gap: 4.8rem;
    }
}

.present-404-title,
.present-404-text,
.present-404 .arrow-block {
    position: relative;
    z-index: 4;
}

.present-404-title {
    display: flex;
    align-items: center;
    gap: 2.6rem;
}

@media (max-width: 48em) {
    .present-404-title {
        gap: 5.2rem;
    }
}

.present-404-title-simbol {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 36rem;
    font-weight: 700;
    line-height: 0;
    text-transform: uppercase;
    user-select: none;
}

@media (max-width: 48em) {
    .present-404-title-simbol {
        font-size: 24rem;
    }
}

.present-404-title-icon {
    width: 26rem;
    height: 26rem;
}

@media (max-width: 48em) {
    .present-404-title-icon {
        width: 18rem;
        height: 18rem;
    }
}

.present-404-title-icon svg {
    width: 100%;
    height: 100%;
}

.present-404-text {
    font-family: RFDewiExpanded-Bold, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 48em) {
    .present-404-text {
        font-size: 4.8rem;
    }
}












