/* Style Includes */
@import "fonts/BasisGrotesqueArabicPro-Black/style.css";
@import "fonts/BasisGrotesqueArabicPro-Bold/style.css";
@import "fonts/BasisGrotesqueArabicPro-Light/style.css";
@import "fonts/BasisGrotesqueArabicPro-Medium/style.css";
@import "fonts/BasisGrotesqueArabicPro-Regular/style.css";
@import "fonts/KHTekaTRIAL-Regular/style.css";
@import "fonts/KHTekaTRIAL-Medium/style.css";

/*@supports(padding:max(0px)) {
    body, header, footer {
        padding-left: min(0vmin, env(safe-area-inset-left));
        padding-right: min(0vmin, env(safe-area-inset-right));
    }
}
*/

/*html {*/
/*    scroll-behavior: smooth;*/
/*}*/

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #545454;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #545454;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #545454;
}

body {
    background: #0d0d0d;
    color: #e7e4e0;
    font-family: "Basis Grotesque Arabic Pro";
    cursor: url("../../assets/images/mouse_default.svg"), auto;
}
p {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #e7e4e0;
}

.p-0 {
    padding: 0!important;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex!important;
}

.mouth {
    position: relative;
    top: 65px;
    margin: 0 5px;
}

.top_loading_bar {
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 12;
    height: 3px;
    background: #27c4f5 -webkit-gradient(linear, left top, right top, from(#27c4f5), color-stop(#a307ba), color-stop(#fd8d32), color-stop(#70c050), to(#27c4f5));
    background: #27c4f5 -webkit-linear-gradient(left, #27c4f5, #a307ba, #fd8d32, #70c050, #27c4f5);
    background: #27c4f5 linear-gradient(to right, #27c4f5, #a307ba, #fd8d32, #70c050, #27c4f5);
    background-size: 500%;
    -webkit-animation: 2s linear infinite LoadingBarProgress, 0.5s ease-out LoadingBarEnter;
    animation: 2s linear infinite LoadingBarProgress, 0.5s ease-out LoadingBarEnter;
    -webkit-transform-origin: left;
    transform-origin: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

@-webkit-keyframes LoadingBarProgress {
    0% {
        background-position: 0% 0;
    }
    to {
        background-position: 125% 0;
    }
}
@keyframes LoadingBarProgress {
    0% {
        background-position: 0% 0;
    }
    to {
        background-position: 125% 0;
    }
}
@-webkit-keyframes LoadingBarEnter {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes LoadingBarEnter {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/* select mouse text color */
::selection {
    background: #fff; /* Safari */
    color: #000;
}
::-moz-selection {
    background: #fff; /* Firefox */
    color: #000;
}
/* autocomplite color */
input {
    outline: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #000 !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.header_logo h1 {
    font-size: 21px;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.5;
}

/* .header_top {
    position: fixed;
    padding: 31px 47px 0 47px;
    width: calc(100% - 94px);
    z-index: 9;
} */

.gsca-logo {
    width: 72px;
    height: 17px;
}

.header_top {
    position: fixed;
    padding: 10px 47px 10px 47px;
    width: calc(100% - 94px);
    z-index: 9;
    border-bottom: 1px solid #a6a6a6;
    background-color: #0d0d0d;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 0.7s ease;
}

.header_top.active_header {
    border-bottom: none;
    background-color: #e6e4e0;
    transition: all 0.7s ease;
}

.header_top.active_header .header_logo svg path {
    fill: #000;
}

.top_right {
    float: right;
}
.header_logo {
    /* width: 200px;
    height: 37px;
    font-size: 21px;
    text-align: center;
    background: rgba(7, 7, 7, 0.72);
    display: inline-block;
    backdrop-filter: blur(54px);
    transition: all 1s ease; */
    display: block;
}


.header_logo a {
    display: flex;
}

.header_order {
    width: 138px;
    height: 37px;
    background: rgba(23, 23, 23, 0.72);
    text-align: center;
    display: inline-block;
    font-size: 21px;
    vertical-align: middle;
    line-height: 1.5;
    float: left;
    font-weight: 700;
    margin-right: 5px;
    cursor: pointer;
    backdrop-filter: blur(54px);
    display: none;
}
.header_menu.menu_modal_button_close {
    color: #000;
    background: transparent;
}
.header_order_btn img {
    margin: 0 0 -2px 0;
}
/* .header_menu {
    float: left;
    width: 115px;
    height: 37px;
    background: #9C958A;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 21px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    backdrop-filter: blur(54px);
} */
.header_menu {
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 21px;
    color: #e7e4e0;
    font-weight: 700;
    cursor: pointer;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;

    user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

.header_menu-circles {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header_menu-circles svg {
    width: 14px;
    height: 14px;
}

.header_menu-circles svg:nth-child(1),
.header_menu-circles svg:nth-child(2) {
    transition: transform 0.7s ease; /* Smooth transition for the transformation */
}

.header_menu-circles svg:nth-child(1) {
    animation: moveBack 0.7s forwards;
}

.header_menu-circles svg:nth-child(2) {
    animation: moveForward 0.7s forwards;
}

.header_menu-circles.closing svg:nth-child(1),
.header_menu-circles.closing svg:nth-child(2) {
    transition: transform 0.7s ease; /* Smooth transition for the transformation */
}

.header_menu-circles.closing svg:nth-child(1) {
    animation: moveRight 0.7s forwards;
}

.header_menu-circles.closing svg:nth-child(2) {
    animation: moveLeft 0.7s forwards;
}

@keyframes moveBack {
    0% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(8px);
    }
}

@keyframes moveForward {
    0% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes moveRight {
    0% {
        transform: translateX(8px);
    }
    100% {
        transform: translateX(10px);
    }
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}

.header_menu.menu_modal_button_close {
    color: #000;
    background: transparent;
}

.main_banner_background {
    background: #0d0d0d;
    background-size: cover;
    width: 100%;
    height: 130vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.main_banner_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_banner_text {
    position: absolute;
    font-weight: 900;
    font-size: 142px;
    line-height: 1;
    width: 100%;
    top: calc(50vh);
    text-align: center;

    justify-content: center;
    align-items: center;
    display: flex;
}
.text {
    color: #e7e4e0;
}
.dud {
    color: #e7e4e0;
}

.text_block_1 {
    /*margin: 50px 63px 0 63px;*/
    margin: 80px 63px 0 63px;
}
.text_block_1 h1 {
    width: 70%;
    font-weight: 700;
    font-size: 128px;
    line-height: 1;
    margin: 0;
    color: #e7e4e0;
}
.text_block_1 h1:hover .r-icon {
    transform: rotate(-45deg);
}

.text_block_1 h1 .r-icon {
    display: inline-block;
    width: max-content;
    height: max-content;
    transition: 0.3s ease-in-out;
}

.text_block_1 h1 span {
    color: #e7e4e0;
}

.text_block_1 .title-content {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 40px;
}

.text_block_1 .title-content svg {
    width: 96px;
    height: 93px;
    transition: all .3s linear;
    bottom: 19px;
    position: relative;
}

.text_block_1 .title-content svg:hover {
    transform: rotate(-180deg);
}

.text_block_1 p {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    width: 80%;
}

.numbers_block {
    margin: 60px 63px 0 63px;
    width: auto;
    display: flex;
}

.numbers_block_text {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 86px 42px 60px 42px;
    border: 1px solid #464646;
    box-sizing: border-box;
    background-image: url("../images/number-block-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s linear;
}

.numbers_block_text:not(:last-child) {
    border-right: 0;
}

.numbers_block_text:hover {
    background-color: #E7E4E0;
}

.numbers_block_text:hover p {
    color: #0D0D0D;
}

.numbers_block_text:hover span {
    color: #0D0D0D;
}

.numbers_block_text:hover p span svg path {
    fill: #0D0D0D;
}

.numbers_block_text:hover p span svg {
    transform: rotate(-90deg);
}

.numbers_block_text p {
    font-family: 'KH Teka TRIAL Regular';
    font-size: 200px;
    line-height: 115px;
    color: #e7e4e0;
    display: flex;
    align-items: end;
    margin-bottom: 30px;
}
.numbers_block_text p span {
    display: flex;
}
.numbers_block_text p span svg {
    width: 20px;
    height: 20px;
    transition: all .3s linear;
}
.numbers_block_text span {
    font-family: "KH Teka TRIAL Medium";
    font-size: 18px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    color: #959595;
}

.image_banner {
    margin: 102px 63px 0 63px;
    overflow: hidden;
}
.process_block {
    margin: 120px 63px 0 63px;
}
.process_block h2 {
    font-size: 128px;
    line-height: 1;
    margin: 0;
}
.process_block_texts_block {
    margin: 60px 0 0 0;
    display: inline-block;
}
.process_item {
    padding: 50px 50px 50px 50px;
    border: 1px solid #404040;
    width: calc(100% / 3 - 103px);
    float: left;
}
.mobile_image {
    display: none;
}
.process_item.item_1,
.process_item.item_2 {
    border-right: none;
}

#full_image_2 {
    display: none;
}

#full_image_mb {
    display: none;
}

#full_image_mb_2 {
    display: none;
}

#full_image,
#full_image_2 {
    transition: 0.3s ease-in-out;
}

.process_item.item_4 {
    border-top: unset;
    width: calc(100% - 107px);
    height: max-content;
}

.process_item.item_4 .image-and-icons {
    width: 100%;
    height: 610px;
    position: relative;
    margin-top: 20px;
}

.process_item.item_4 .image-and-icons .svg-icons-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.process_item.item_4 .image-and-icons .svg-icons-content svg {
    position: absolute;
    transition: 0.3s linear;
}

.process_item.item_4:hover #full_image {
    display: none;
}
.process_item.item_4:hover #full_image_2 {
    display: block;
}
.process_item.item_4:hover .image-and-icons .svg-icons-content svg {
    transform: rotate(-90deg);
}
.process_item.item_4:hover .image-and-icons .svg-icons-content svg path {
    fill: #000000;
}

.svg-1 {
    top: 66px;
    left: 87px;
}

.svg-2 {
    top: 76px;
    right: 57px;
}

.svg-3 {
    top: 219px;
    left: 393px;
}

.svg-4 {
    top: 190px;
    right: 500px;
}

.svg-5 {
    bottom: 179px;
    left: 87px;
}

.svg-6 {
    bottom: 172px;
    left: 783px;
}

.svg-7 {
    bottom: 164px;
    right: 265px;
}

.svg-8 {
    bottom: 37px;
    left: 87px;
}

.svg-9 {
    bottom: 38px;
    left: 222px;
}

.svg-10 {
    bottom: 39px;
    right: 460px;
}

.process_item .color {
    width: max-content;
    height: max-content;
    display: inline-block;
    color: #9c958a;
}

._color_1 {
    font-size: 44px;
}

.process_item .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
}
.process_item .text {
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    margin-top: 10px;
}
.process_item .text > span {
    color: #d5d5d5;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
}
.process_item .text p > span {
    border-bottom: 1px solid #fff;
}
.process_item .text img {
    width: 100%;
}
.clients {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 70px 63px 0 63px;
}

.clients_heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 0 0 0;
}
.clients_heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    margin: 0;
}
.clients_heading p {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
}

:root {
    --row-width: 3000px;
    --anim-speed: 21s;
}

.new-logo-section {
    width: 100%;
    height: max-content;
    border-top: 1px solid #9C958A;
    padding-top: 60px;
}

.new-logo-section .clients-logo-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.new-logo-section .clients-logo-items .clint-logo {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 200px;
}

.new-logo-section .clients-logo-items .clint-logo span {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: 'KH Teka TRIAL Regular';
    font-size: 14px;
    line-height: 17px;
    color: #E7E4E0;
}

.logo-section {
    /*position: absolute;
	top: 50vh;
	transform: translate(0,-50%);*/
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;

    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
}

.logo-row {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width: var(--row-width);
    min-width: 100vw;
    animation: slide-left var(--anim-speed) linear infinite;
    box-sizing: border-box;

    align-items: center;
    justify-content: space-around;
}

.logo-cell {
    padding: 20px;
    box-sizing: border-box;
}

.logo-cell svg {
    padding: 20px 100px 20px 0;
    border-right: 1px solid #404040;
}

.logo-cell.id-group svg {
    height: 60px;
    width: 160px;
}

@keyframes slide-left {
    0% {
        transform: translate(calc(var(--row-width) * -1), 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.works_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 63px;
}

.works_block h2 {
    margin: 0;
    font-weight: 700;
    font-size: 128px;
    line-height: 1;
}
.works_header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 95px;
    padding-bottom: 30px;
    border-bottom: 1px solid #9c958a;
    margin-top: 150px;
}

.works_header-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.works_header-description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: 10px;
}

.works_header-title h2 {
    font-size: 128px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}

.works_header-title svg {
    max-width: 107px;
    max-height: 154px;
    margin: 0;
    transition: transform 0.7s ease-in-out;
}

.works_header-title:hover svg {
    transform: rotate(-145deg);
    transition: transform 0.3s ease-in-out;
}

.works_header-description p {
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    max-width: 591px;
    margin: 0;
}
.works_header-description span {
    font-size: 21px;
    line-height: 1;
    font-weight: 500;
    margin: 0;
}

.slider_text {
    font-size: 24px;
    line-height: 1;
}
.works_slide {
    margin: 0;
}
.tag_branding {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    display: inline-block;
    border: none;
    color: #e7e4e0;
}
.tag_year {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    display: inline-block;
    border: none;
    color: #e7e4e0;
    margin-top: 5px;
}
.tag_ui {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    display: inline-block;
    border: none;
    color: #e7e4e0;
}
.tag_development {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    display: inline-block;
    border: none;
    color: #e7e4e0;
}
.tag_packaging {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    border: none;
    color: #e7e4e0;
}
.slider_tags {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}
.slider_tags span:last-child {
    margin-left: 5px;
}
.slider_tags span:nth-child(2) {
    margin-left: 0;
}
.slider_text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.slider_text p {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 21px;
    /* identical to box height */
    color: #e7e4e0;
    position: relative;
}
.swiper {
    width: 100%;
}

.work_items_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.work_item {
    max-width: 590px;
    height: auto;
    overflow: hidden;
    margin-right: 30px;
    position: relative;
}

.work_item .for-arca {
    display: flex;
    flex-direction: column;
}

.work_item:last-child {
    margin-right: 0;
}
.work_item:hover .slider_text p:before {
    width: 100%;
}
.work_item .slider_text p:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #e7e4e0;
    bottom: -2px;
    transition: 0.3s linear;
}

.work_item .swiper-bottom-content {
    width: 100%;
    height: max-content;
    margin-top: 20px;
}

.work_item img {
    width: 100%;
    max-height: 589px;
}

.see_all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #9c958a;
    border-bottom: 1px solid #9c958a;
    width: 100%;
    margin-top: 60px;
}

.see_all p {
    font-size: 21px;
    line-height: 1;
    font-weight: 500;
    margin: 0;
}

.see_all a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.see_all a span {
    font-size: 21px;
    line-height: 1;
    font-weight: 500;
    margin: 0 5px 0 0;
}
.see_all a svg {
    width: 12.7px;
    height: 12px;
}

.services_block {
    margin-top: 120px;
    padding-left: 59px;
    padding-right: 59px;
}
.services_block h2 {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #e7e4e0;
    max-width: 820px;
    margin-bottom: 40px;
}
.service_item {
    padding: 0;
    border-bottom: 1px solid #373737;
    overflow: hidden;
    position: relative;
}
.b-top {
    border-top: 1px solid #373737;
}
.service_item span img {
    transition: 0.3s linear;
}
.service_item:hover span img {
    transform: translateX(0);
}
.service_item > h3 {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 59px;
    line-height: 0;
    color: #e7e4e0;
}
.service_item > p {
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    color: #5e5e5e;
    margin: 10px 0 0 0;
}
.service_item span {
    font-weight: 500;
    line-height: 1;
    position: absolute;
    overflow: hidden;
    right: 65px;
    display: block;
    cursor: pointer;
    transform: translate(0, -70px);
    transition: 0.5s linear;
}
.service_item span img {
    transform: translateX(-70px);
}
footer {
    margin: 120px 0 0;
    background-color: #090909;
    padding: 93px 63px 0 56px;
}
footer > h4 {
    font-weight: 700;
    font-size: 58px;
    line-height: 1;
    margin-bottom: 10px;
}
.cookies-item {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #e7e4e0;
}

footer .lgc {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 58px;
    text-transform: capitalize;
    color: #e7e4e0;
}
.fotter_menu_block {
    width: 100%;
    margin-top: 92px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
}
.footer-info-items {
    display: flex;
    flex-wrap: wrap;
    max-width: 843px;
    width: 100%;
    gap: 50px 90px;
}

.footer-info-items .footer_menu {
    width: 220px;
}

.footer-info-items .footer_menu a {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #e7e4e0;
}
.f-title {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #e7e4e0;
    margin-bottom: 15px;
}
/*.fotter_menu_block > div {*/
/*    display: inline-block;*/
/*}*/

/*.footer_menu_1 {*/
/*    width: 213px;*/
/*    margin-right: 35px;*/
/*}*/
/*.footer_menu_2 {*/
/*    width: 213px;*/
/*    margin-right: 35px;*/
/*}*/
/*.footer_menu_3 {*/
/*    width: 213px;*/
/*}*/
/*.fotter_menu_block > div > * {*/
/*    width: 100% !important;*/
/*    display: inline-block;*/
/*}*/
span.line {
    border: 1px solid #d9d9d9;
    margin: 10px 0 10px 0;
}
.footer_menu_3 .line {
    width: 300px !important;
}
.fotter_menu_block > div > a {
    line-height: 40px;
}
.gsca {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 111px;
    line-height: 133px;
    color: #e7e4e0;
    margin-top: 0;
    margin-bottom: 18px;
}
.f-a-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3px 20px;
    padding-top: 7px;
}
.f-a-items a {
    text-decoration-line: none !important;
}
.f-a-items a:last-child {
    margin-left: 10px;
}
.copyright {
    margin-top: 260px;
    padding: 0 0 21px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.copyright .bottom-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    border-top: 1px solid #746f67;
    border-bottom: 1px solid #746f67;
}
.copyright .bottom-part p {
    margin: 0;
    color: #746f67;
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
}
.privacy_policy {
    color: #484848;
}
.right_side img {
    position: absolute;
    margin: -7px 0px 0px -40px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.55);
}
.modal-content {
    background-color: #000;
    margin: 1% auto;
    padding: 24px 40px 70px 40px;
    width: 650px;
}
.modal-content.contact-message-modal {
    margin: auto;
    height: max-content;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content .form_block > p,
.modal-content .success_block > p {
    font-weight: 700;
    font-size: 69px;
    line-height: 1;
    margin-bottom: 25px;
}
.modal-content .form_block > span,
.modal-content .success_block > span {
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
}
.form {
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
}
.form > * {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #000;
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 32px;
    height: 32px;
    border: 1px solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;

    float: left;
    margin: 0 10px 0 0;
}
input[type="radio"]::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 32px 32px #e7e4e0;
    background-color: CanvasText;
}
input[type="radio"]:checked::before {
    transform: scale(1);
}
.radio_text {
    margin-top: 5px;
    display: inline-block;
}
input[type="email"],
input[type="text"] {
    border: none;
    border-bottom: 1px solid #fff;
    background: #000;
    width: 100%;
    padding: 10px 0 10px 0;
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    color: #fff;
}
input:focus {
    outline: none;
}
.send_form,
.close_form {
    background: #9c958a;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    width: 100%;
    display: inline-block;
    padding: 24px 0 24px 0;
    text-align: center;
    cursor: pointer;
}

/*MENU MODAL*/

.menu_modal-content::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.menu_modal-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu_modal {
    position: fixed;
    z-index: 1;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #e7e4e0;
    transition: all 1s ease;
}
.menu_modal-content {
    background-color: #e7e4e0;
    padding: 11vh 47px 0 47px;
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 11vh);
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    flex-direction: column;
}
.agency-work-count {
    position: absolute;
    top: 14px;
    right: -45px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}
.menu_block {
    width: 1281px;
    height: 100%;
}
.menu_block_social {
    width: 508px;
    height: 100%;
}
.menu_block_social span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    padding: 20px 0;
    border-bottom: 1px solid #000000;
    width: 100%;
}
.menu_block_social .social-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.menu_block_social .social-items .social-item {
    width: 100%;
    border-bottom: 1px solid #000000;
}
.menu_block_social .social-items .social-item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 16.5px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}
.menu_block .menu_item {
    padding: 5px 0;
    border-bottom: 1px solid #525252;
    font-weight: 500;
    font-size: 150px;
    line-height: 1;
}
.works_block_item {
    position: relative;
}
.menu_item-head {
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    padding: 20px 0;
    border-bottom: 1px solid #000000;
}
.menu-wrapper-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000000;
}
.menu_block .menu_item a {
    color: #000000;
    height: 100%;
    display: block;
    width: max-content;
}
.menu_block .menu_item a:hover {
    color: #817d77;
}
.menu_block .menu_item a:hover span {
    color: #817d77;
}
.menu_item_last {
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.menu_line {
    width: 300px;
    display: inline-block;
    margin: 10px 0 10px 0;
    border: 1px solid #fff;
}
.menu_item_last a {
    display: block;
    margin: 0;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.header_logo_menu {
    margin: 0;
}
.g-recaptcha,
.grecaptcha-badge {
    display: none !important;
}

.work_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.slider-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-right: 70px;
}
.nav-btn {
    background-color: transparent;
    border: none;
    outline: none;
    fill: #fff;
    cursor: pointer;
}

.work_tags {
    display: none;
}

.swiper-button-disabled svg path {
    fill: #404040;
}

/* CONTACTS */
.contacts-content {
    width: 100%;
    padding: 202px 46px 78px 46px;
    box-sizing: border-box;
}

.contacts-content .contact-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contacts-content .contact-info .top-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.contacts-content .contact-info .top-part .c-title {
    margin: 0;
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 128px;
    line-height: 128px;
    color: #E7E4E0;
}

.contacts-content .contact-info .top-part svg {
    width: 104px;
    height: 102px;
    transition: .3s ease-in-out;
}

.contacts-content .contact-info .top-part svg:hover {
    transform: rotate(-90deg);
}

.contacts-content .contact-info .contact-info-elems {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contacts-content .contact-info .contact-info-elems .in-part {
    width: 879px;
    display: flex;
    flex-direction: column;
}

.contacts-content .contact-info .contact-info-elems .in-part .info-elem {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #746F67;
    border-bottom: 1px solid #746F67;
    padding: 20px 0;
}

.contacts-content .contact-info .contact-info-elems .in-part .info-elem:nth-child(2) {
    border-top: 0;
}

.contacts-content .contact-info .contact-info-elems .in-part .info-elem .top-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contacts-content .contact-info .contact-info-elems .in-part .info-elem .top-info span {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #E7E4E0;
}

.contacts-content .contact-info .contact-info-elems .in-part .info-elem .bottom-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contacts-content .contact-info .contact-info-elems .in-part .info-elem .bottom-info a {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #E7E4E0;
}

.text-u-none {
    text-decoration: none!important;
}

.contacts-content .start-a-new-project {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 150px;
}

.contacts-content .start-a-new-project .top-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.contacts-content .start-a-new-project .top-part svg {
    width: 93px;
    height: 93px;
    transition: .3s ease-in-out;
}

.contacts-content .start-a-new-project .top-part svg:hover {
    transform: rotate(-90deg);
}

.contacts-content .start-a-new-project .top-part .c-title {
    margin: 0;
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 128px;
    line-height: 128px;
    color: #E7E4E0;
}

.contacts-content .start-a-new-project .info-content {
    width: 100%;
    border-top: 1px solid #746F67;
    border-bottom: 1px solid #746F67;
    padding: 40px 0 100px;
    display: flex;
    flex-direction: column;
}

.contacts-content .start-a-new-project .info-content .sub-title {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #E7E4E0;
}

.contacts-content .start-a-new-project .info-content .t-title {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    color: #E7E4E0;
    width: 88%;
    margin: 58px 0 20px;
}

.contacts-content .start-a-new-project .info-content .t-title input[name="name"] {
    width: 354px;
    padding: 0 0 0 10px;
}

.contacts-content .start-a-new-project .info-content .t-title input[name="project_name"] {
    width: 426px;
}

.contacts-content .start-a-new-project .info-content .t-title input[name="email"] {
    width: 356px;
}

.contacts-content .start-a-new-project .info-content .t-title input {
    border: none;
    outline: none;
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    width: max-content;
    background-color: transparent;
    padding: 0;
    color: #746F67;
}

.contacts-content .contact-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
}

.contacts-content .contact-footer .left-part {
    width: max-content;
    display: flex;
    flex-direction: column;
}

.contacts-content .contact-footer .left-part .f-title {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    color: #E7E4E0;
    margin-bottom: 20px;
    margin-top: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 64px;
    gap: 20px;
}


.contacts-content .contact-footer .left-part .f-title span {
    position: relative;
    animation: roll-down 3.5s infinite;
}

@keyframes roll-down {
    0% {
        top: 0;
    }

    33.4% {
        top: -84px;
    }

    66.7% {
        top: -168px;
    }

    100% {
        top: 0;
    }
}

.contacts-content .contact-footer .left-part .f-desc {
    width: 781px;
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    color: #E7E4E0;
    margin-bottom: 10px;
}

.contacts-content .contact-footer .right-part {
    width: max-content;
    display: flex;
    flex-direction: column;
}

.contacts-content .contact-footer .svg-content {
    width: max-content;
    display: flex;
    gap: 5px;
}

.contacts-content .contact-footer .svg-content svg {
    transition: .3s ease-in-out;
}

.contacts-content .contact-footer .svg-content svg:hover {
    transform: rotate(-90deg);
}

.contacts-content .contact-footer .fl-desc {
    width: 334px;
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    color: #E7E4E0;
    margin-bottom: 45px;
}

.btn-send-message {
    padding: 10px 20px;
    border: 1px solid #E7E4E0;
    font-family: 'KH Teka TRIAL Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #E7E4E0;
    margin-left: auto;
    outline: none;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

.btn-send-message:before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #E7E4E0;
    position: absolute;
    bottom: 8px;
    transition: .3s ease-in-out;
}

.btn-send-message:hover:before {
    width: calc(100% - 40px);
}

.mt-auto {
    margin-top: auto;
}

.ml-auto {
    margin-left: auto;
}

.contacts-content .contact-footer .social-elems {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 215px;
    margin-left: auto;
    align-items: center;
    margin-bottom: 22px;
}

.contacts-content .contact-footer .social-elems .social-link {
    display: flex;
    gap: 10px;
    text-decoration: underline;
}

/* ABOUT US */
.plr-46 {
    padding: 0 46px;
}

.v-line {
    width: 1px;
    height: 100%;
    background-color: #9C958A;
}

.about-us-content {
    width: 100%;
    padding-top: 73px;
    box-sizing: border-box;
    background-color: #0d0d0d;
}

.about-us-content .swiper-container {
    width: 100%;
    /*height: calc(100vh - 60px);*/
    height: 100%;
    overflow: hidden;
    position: relative;
}

/*.about-us-content .swiper-container:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 35px;*/
/*    left: 0;*/
/*    width: calc(100% - 1px);*/
/*    height: 1px;*/
/*    background-color: #9C958A;*/
/*    z-index: 1;*/
/*}*/

/*.about-us-content .swiper-container:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 413px;*/
/*    left: 0;*/
/*    width: calc(100% - 1px);*/
/*    height: 1px;*/
/*    background-color: #9C958A;*/
/*    z-index: 1;*/
/*}*/

.about-us-content .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}

.about-us-content .swiper-slide {
    width: 100%;
}

.about-us-content .swiper-slide .thumbContainer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.about-us-content .swiper-slide .thumbContainer .top-elem-part {
    width: 100%;
    height: 25px;
    display: flex;
    margin-bottom: 10px;
}

.about-us-content .swiper-slide .thumbContainer .top-elem-part .left-part {
    width: 1170px;
    display: flex;
}

.about-us-content .swiper-slide .thumbContainer .top-elem-part .right-part {
    width: 640px;
    display: flex;
}

.about-us-content .swiper-slide .thumbContainer .p-title {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #E7E4E0;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.about-us-content .swiper-slide .thumbContainer .top-elem-part .right-part .p-title:nth-child(2) {
    margin-left: auto;
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part {
    width: 100%;
    height: 380px;
    /*height: 420px;*/
    display: flex;
    border-top: 1px solid #9C958A;
    border-bottom: 1px solid #9C958A;
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part .left-part {
    width: 1170px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 30px 30px 0;
    box-sizing: border-box;
    border-right: 1px solid #9C958A;
    position: relative;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part {
    width: 1040px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part {
    width: 770px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(1),
.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(1)
{
    margin-left: 6px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(2),
.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(2)
{
    margin-left: 6px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(3),
.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(3)
{
    margin-left: 6px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(4),
.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(4)
{
    margin-left: 10px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(5),
.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(5)
{
    margin-left: 10px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(6),
.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(6)
{
    margin-left: 10px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(7),
.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(7)
{
    margin-left: 20px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(8),
.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(8)
{
    margin-left: 20px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(9),
.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(9)
{
    margin-left: 20px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(10),
.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(10)
{
    margin-left: 22px;
}

.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .left-part {
    width: 1040px;
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part .left-part:after {
    content: "";
    position: absolute;
    top: 0;
    right: 220px;
    width: 1px;
    height: 100%;
    background-color: #9C958A;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part:after,
.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .left-part:after {
    display: none;
}

.about-us-content .swiper-slide:nth-child(2) .thumbContainer .middle-elem-part .left-part:before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 1px;
    height: 100%;
    background-color: #9C958A;
}

.about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .left-part:before {
    content: "";
    position: absolute;
    top: 0;
    left: 358px;
    width: 1px;
    height: 100%;
    background-color: #9C958A;
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part .left-part .top-part {
    width: 100%;
    display: flex;
    justify-content: end;
}

.about-us-content .swiper-slide:nth-child(2) .thumbContainer .middle-elem-part .left-part .top-part .p-title {
    margin-right: 20px;
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part .left-part .bottom-part {
    width: 100%;
    display: flex;
    margin-top: auto;
}

.about-us-content .swiper-slide:nth-child(1) .thumbContainer .middle-elem-part .left-part .bottom-part .p-title {
    width: 491px;
}

.about-us-content .swiper-slide:nth-child(2) .thumbContainer .middle-elem-part .left-part .bottom-part .p-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: max-content;
    transform: rotate(-180deg);
}

.about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .left-part .bottom-part .p-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: max-content;
    transform: rotate(-180deg);
}

.about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .left-part .bottom-part .p-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: max-content;
    transform: rotate(-180deg);
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .bottom-part .p-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: max-content;
    transform: rotate(-180deg);
}

.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .left-part .bottom-part .p-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: max-content;
    transform: rotate(-180deg);
}

.about-us-content .swiper-slide:nth-child(2) .thumbContainer .middle-elem-part .left-part .v-line {
    position: absolute;
    top: 0;
}

.about-us-content .swiper-slide:nth-child(2) .thumbContainer .middle-elem-part .left-part .v-line:nth-child(3) {
    left: 6px;
}

.about-us-content .swiper-slide:nth-child(2) .thumbContainer .middle-elem-part .left-part .v-line:nth-child(4) {
    right: 20px;
}

.about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .left-part .v-line {
    position: absolute;
    top: 0;
}

.about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .left-part .v-line:nth-child(3) {
    left: 6px;
}

.about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(2) {
    margin-left: 11px;
}

.about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(3) {
    margin-left: 9px;
}

.about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(4) {
    margin-left: 7px;
}

.about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(5) {
    margin-left: 5px;
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part .left-part .bottom-part .p-title {
    padding-left: 10px;
    padding-right: 10px;
}

.about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .info-elem {
    width: 410px;
}

.about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(2) {
    margin-left: 6px;
}

.about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(3) {
    margin-left: 10px;
}

.about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(4) {
    margin-left: 10px;
}

.about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(5) {
    margin-left: 10px;
}

.about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(6) {
    margin-left: 20px;
}

.about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(7) {
    margin-left: 20px;
}

.about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(8) {
    margin-left: 20px;
}

.about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .left-part .v-line {
    position: absolute;
    top: 0;
}

.about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .left-part .v-line:nth-child(3) {
    left: 6px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .info-elem {
    width: 1062px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    box-sizing: border-box;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .line-elem {
    width: max-content;
    display: flex;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .line-elem .v-line:nth-child(1) {
    margin-left: 6px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .line-elem .v-line:nth-child(2) {
    margin-left: 6px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .line-elem .v-line:nth-child(3) {
    margin-left: 6px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .line-elem .v-line:nth-child(4) {
    margin-left: 10px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .line-elem .v-line:nth-child(5) {
    margin-left: 10px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .line-elem .v-line:nth-child(6) {
    margin-left: 10px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .line-elem .v-line:nth-child(7) {
    margin-left: 20px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .line-elem .v-line:nth-child(8) {
    margin-left: 20px;
}

.about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part .line-elem .v-line:nth-child(9) {
    margin-left: 20px;
}

.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .left-part .bottom-part .p-title {
    height: 250px;
}

.about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .left-part .v-line {
    position: absolute;
    top: 0;
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part .right-part {
    width: 640px;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    border-right: 1px solid #9C958A;
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part .right-part .info-elem {
    width: 513px;
    height: 100%;
    display: flex;
    padding: 30px 30px 30px 0;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
}

.about-us-content .swiper-slide:nth-child(1) .thumbContainer .middle-elem-part .right-part .info-elem {
    width: 463px;
}

.about-us-content .swiper-slide:nth-child(1) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(2) {
    margin-left: 28px;
}

.about-us-content .swiper-slide:nth-child(1) .thumbContainer .middle-elem-part .right-part .line-elem  .v-line:nth-child(3) {
    margin-left: 20px;
}

.about-us-content .swiper-slide:nth-child(2) .thumbContainer .middle-elem-part .right-part .info-elem {
    width: 470px;
}

.about-us-content .swiper-slide:nth-child(2) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(1) {
    margin-left: 20px;
}

.about-us-content .swiper-slide:nth-child(2) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(2) {
    margin-left: 10px;
}

.about-us-content .swiper-slide:nth-child(2) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(3) {
    margin-left: 10px;
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part .right-part .line-elem {
    display: flex;
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part .right-part .top-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part .right-part .top-part .p-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-left: auto;
    height: max-content;
    width: max-content;
    transform: rotate(-180deg);
}

.about-us-content .swiper-slide .thumbContainer .middle-elem-part .right-part .bottom-part .p-title {
    width: 243px;
}

.about-us-content .swiper-slide .thumbContainer .bottom-elem-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem {
    /*width: 100%;*/
    width: max-content;
    display: flex;
    /*gap: 40px;*/
    /*align-items: center;*/
    /*align-items: end;*/
    margin-top: 60px;
}

.about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem svg {
    position: relative;
    /*top: 10px;*/
    transition: .6s ease-in-out;
}

.mobaile-logo-svg {
    display: none;
}

.about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem .logo-icon-1 {
    margin-right: 38px;
}

.about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem .logo-icon-2 {
    margin-top: auto;
    margin-bottom: 50px;
}

.about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem .logo-icon-3 {
    margin-left: 29px;
    height: 280px;
}

/*.about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem svg:hover {*/
/*    transform: rotate(-180deg);*/
/*}*/

.about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem:hover .logo-icon-2 {
    transform: rotate(-180deg);
}

.about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem:hover .logo-icon-2 path {
    fill: transparent;
    stroke: #9C958A;
}

/*.about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem svg:hover path {*/
/*    fill: #9C958A;*/
/*}*/

.ml--10 {
    margin-left: -10%;
}

.ml-18 {
    margin-left: 9%;
}

.ml-60 {
    margin-left: 50%;
}

.wh-260 {
    width: 260px;
    height: 260px;
}

.wh-340 {
    width: 340px;
    height: 340px;
}

.about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem .bg-title {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 400px;
    line-height: 280px;
    color: #E7E4E0;
    margin: 0;
}

/* GSCA PERFORMANCE */
.gsca-performance {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid #464646;
}

.gsca-performance .gsca-title {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    color: #E7E4E0;
    margin: 0;
}

.gsca-performance .gsca-title span {
    color: #9C958A;
}

.gsca-performance .gsca-info {
    width: 100%;
    display: flex;
    margin-top: 60px;
}

.gsca-performance .gsca-info .text-info {
    width: 451px;
    display: flex;
    margin-left: auto;
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    color: #E7E4E0;
}

.gsca-performance .gsca-info .gsca-perf {
    width: 481px;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 0 0 40px;
    list-style: none;
}

.gsca-performance .gsca-info .gsca-perf .perf-elem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E7E4E0;
}

.gsca-performance .gsca-info .gsca-perf .perf-elem:first-child {
    padding-top: 0;
}

.gsca-performance .gsca-info .gsca-perf .perf-elem span {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 21px;
    color: #E7E4E0;
}

/* VISION, MISION, VALUES */
.vmv-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 150px;
    padding-bottom: 150px;
    border-top: 1px solid #464646;
}

.vmv-content .tabs {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vmv-content .tabs .tab {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #9C958A;
    cursor: pointer;
    transition: .5s linear;
}

.tr-90 {
    transform: rotate(-90deg);
}

.vmv-content .tabs .tab.active {
    color: #E7E4E0;
}

.vmv-content .tabs .svg-anim {
    display: flex;
    margin-left: auto;
    height: max-content;
}

.vmv-content .tabs .svg-anim svg {
    transition: .5s linear;
}

.vmv-content .tabs-info-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vmv-content .tabs-info-content .tabs-content {
    max-width: 1301px;
    width: 100%;
    height: 388px;
    display: -webkit-inline-box;
    overflow: hidden;
}

.vmv-content .tabs-info-content .tabs-content .tab-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: .5s linear;
}

.vmv-content .tabs-info-content .tabs-content .tab-content:last-child {
    margin-left: 1px;
}

.vmv-content .tabs-info-content .tabs-content .tab-content .vmv-title {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 300px;
    line-height: 300px;
    color: transparent;
    -webkit-text-stroke: 2px #fff; /* White outline */
    margin: 0;
}

.vmv-content .tabs-info-content .tabs-content .tab-content .desc {
    width: 1110px;
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #E7E4E0;
}

.vmv-content .tabs-info-content .tabs-content .tab-content .desc span {
    text-decoration: underline;
}

.vmv-content .tabs-info-content .svg-content {
    display: flex;
    height: 100%;
    align-items: center;
    margin-top: auto;
    margin-bottom: 25px;
    gap: 10px;
}

.vmv-content .tabs-info-content .svg-content svg {
    transition: .5s linear;
}

.vmv-content .tabs-info-content .svg-content svg.active path {
    fill: #E7E4E0;
}

/* OUR TEAM */
.our-team {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
}

.our-team .team-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
}

.our-team .team-desc .team-title {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    color: #E7E4E0;
    margin: 0;
}

.our-team .team-desc .t-desc {
    max-width: 1097px;
    width: 100%;
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #E7E4E0;
    margin-top: 20px;
}

.our-team .team-info-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.our-team .team-info-list li {
    width: calc(50% - 20px);
    display: flex;
    font-family: 'KH Teka TRIAL Medium';
    font-size: 21px;
    line-height: 25px;
    color: #E7E4E0;
    border-bottom: 1px solid #464646;
    padding: 10px 0;
    position: relative;
}

.our-team .team-info-list li.team-info-th {
    border-top: 1px solid #464646;
    color: #9C958A;
}

.our-team .team-info-list li.team-info-th .position-info svg {
    transition: .5s ease-in-out;
}

.our-team .team-info-list li.team-info-th:hover .position-info svg {
    transform: rotate(-180deg);
}

.our-team .team-info-list li .name-info {
    max-width: 360px;
    width: 100%;
}

.our-team .team-info-list li .position-info {
    max-width: 530px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-team .team-info-list .team-info::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: white;
    bottom: -1px;
    left: 0;
    transition: .4s ease-in-out;
}

.our-team .team-info-list .team-info:hover::after {
    width: 100%;
}

.our-team .team-info-list .team-info:not(:hover)::after {
    width: 0;
    left: auto;
    right: 0;
}

.our-team .team-info-list .team-info:hover .position-info svg {
    opacity: 1;
}

.our-team .team-info-list .team-info .position-info svg {
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.our-team .team-info-list .team-info .position-info svg path {
    fill: #E7E4E0;
}

/* ANIMATION CONTENT */
.animation-content {
    width: 100%;
    height: 681px;
    background-image: url("../images/animation-frame-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin: 150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s ease-in-out;
}

.animation-content:hover {
    background-image: url("../images/animation-frame--2.png");
}

.animation-content .animation-svgs svg {
    transition: .4s ease-in-out;
}

.animation-content:hover .animation-svgs svg {
    transform: rotate(-90deg);
}

.animation-content:hover .animation-svgs svg path {
    fill: #0D0D0D;
}

.animation-content .animation-svgs {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

/* TACKING CONTENT */
.tacking-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tacking-content .tacking-left-content {
    width: 100%;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
    margin: 0;
    line-height: none;
}

.tacking-content .tacking-left-content .tacking-elem {
    height: max-content;
    display: flex;
    justify-content: space-between;
    padding: 0;
    font-family: 'KH Teka TRIAL Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #E7E4E0;
    width: 100%;
}

.tacking-content .tacking-left-content .tacking-elem:nth-child(1) {
    max-width: 754px;
}

.tacking-content .tacking-left-content .tacking-elem:nth-child(2) {
    max-width: 1074px;
}

.tacking-content .tacking-right-content {
    width: 100%;
    display: flex;
    gap: 58px;
}

.tacking-content .tacking-right-content .anim-elems {
    max-width: 680px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tacking-content .tacking-right-content .anim-elems .anim-top-elem {
    width: 22px;
    height: 22px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tacking-content .tacking-right-content .anim-elems .anim-top-elem span {
    display: flex;
    transition: .6s ease-in-out;
}

.tacking-content .tacking-right-content .anim-elems .anim-bottom-elem {
    /*height: 161px;*/
    height: 175px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tacking-content .tacking-right-content .anim-elems .anim-bottom-elem .tacking-anim-title {
    font-family: 'Basis Grotesque Arabic Pro';
    font-style: normal;
    font-weight: 700;
    /*font-size: 200px;*/
    /*line-height: 161px;*/
    font-size: 181px;
    line-height: 190px;
    color: #E7E4E0;
    margin: 0;
    transition: .6s ease-in-out;
}

.tacking-content .tacking-right-content .anim-informaion-elem {
    max-width: 1074px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.tacking-content .tacking-right-content .anim-informaion-elem li {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #464646;
    font-family: 'KH Teka TRIAL Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #E7E4E0;
    width: 100%;
    position: relative;
}

.tacking-content .tacking-right-content .anim-informaion-elem li:nth-child(1) {
    border-top: 1px solid #464646;
}

.tacking-content .tacking-right-content .anim-informaion-elem li::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #E7E4E0;
    transition: .6s ease-in-out;
}

.tacking-content .tacking-right-content .anim-informaion-elem li.active::after {
    width: 100%;
}

.tacking-content .tacking-right-content .anim-informaion-elem li .number-elem {
    width: 100%;
    max-width: 224px;
}

.tacking-content .tacking-right-content .anim-informaion-elem li .small-desc-elem {
    width: 100%;
    max-width: 377px;
}

.tacking-content .tacking-right-content .anim-informaion-elem li .larg-desc-elem {
    width: 100%;
    max-width: 456px;
}

.in-about-page .works_header-description p {
    max-width: 955px;
}

/* MEDIA AND AWARDS CONTENT */
.media-awards-content {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.media-awards-content li a {
    width: 100%;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #9C958A;
    font-family: 'KH Teka TRIAL Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #E7E4E0;
}

.media-awards-content li.ma-line:hover a {
    font-weight: 700;
}

.media-awards-content li.ma-line:hover a .name-the-project svg {
    display: block;
}

.media-awards-content li:first-child a {
    color: #9C958A;
    border-top: 1px solid #9C958A;
    cursor: unset;
}

.media-awards-content li a .other-info-the-project {
    max-width: 800px;
    width: 100%;
}

.media-awards-content li a .name-the-project {
    max-width: 975px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.media-awards-content li a .name-the-project svg {
    display: none;
}

.media-awards-content li a .year-the-project {
    max-width: 50px;
    width: 100%;
}
.f-g {
    position: fixed!important;
    z-index: -1;
}

.bg-black {
    background-color: #0d0d0d;
}

.about-us-content .swiper-slide.last-e-slide .bottom-elem-part .b-title-elem {
    display: none;
}

@media only screen and (min-width: 1921px) {
    .main_banner_background {
        height: 105vh;
    }
    /*.about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem svg {*/
    /*    top: -20px;*/
    /*    height: 250px;*/
    /*}*/
}

@media only screen and (min-width: 501px) and (max-width: 1200px) and (min-height: 950px) and (max-height: 1366px) {
    .main_banner_background {
        height: max-content;
        margin-bottom: 130px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 850px) {
    .process_item {
        width: calc(100% / 3 - 105px);
    }
}

@media only screen and (min-width: 50px) and (max-width: 500px) {
    .about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem svg.mobaile-logo-svg {
        display: block;
        width: 170px;
    }
    .logo-icon-1,
    .logo-icon-2,
    .logo-icon-3 {
        display: none;
    }
    /* ABOUT US */
    .ml--10 {
        margin-left: 0;
    }

    .ml-18 {
        margin-left: 0;
    }

    .ml-60 {
        margin-left: 0;
    }

    .plr-46 {
        padding: 0 20px;
    }

    .about-us-content {
        padding-top: 10px;
    }

    .about-us-content .swiper-slide.last-e-slide .bottom-elem-part .b-title-elem {
        display: flex;
    }

    .about-us-content .swiper-slide .thumbContainer .middle-elem-part {
        height: 550px;
    }

    .about-us-content .swiper-container {
        width: calc(100% - 1px);
        height: 100%;
        margin-bottom: 26px;
    }

    .about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem svg {
        width: 35px;
        height: 35px;
    }

    .about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem .bg-title {
        font-size: 52px;
        line-height: 1;
    }

    .about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem svg {
        top: 0;
    }

    .about-us-content .swiper-slide .thumbContainer .bottom-elem-part .b-title-elem {
        gap: 10px;
        margin-top: 10px;
    }

    .about-us-content .swiper-slide .thumbContainer .p-title {
        font-size: 14px;
        line-height: 17px;
        gap: 5px;
    }

    .about-us-content .swiper-slide .thumbContainer .p-title.title-in-mobile {
        display: none;
    }

    .about-us-content .swiper-slide .thumbContainer .p-title svg {
        width: 10px;
        height: 10px;
    }

    .about-us-content .swiper-slide:nth-child(1) .thumbContainer .middle-elem-part .left-part .bottom-part .p-title {
        width: 175px;
    }

    .about-us-content .swiper-slide .thumbContainer .middle-elem-part .left-part {
        width: 233px!important;
        padding: 15px 15px 15px 0;
    }

    .about-us-content .swiper-slide .thumbContainer .middle-elem-part .right-part {
        width: 116px;
        border-right: 1px solid #9C958A;
    }

    .about-us-content .swiper-slide .thumbContainer .middle-elem-part .left-part:after {
        left: 205px;
    }

    .about-us-content .swiper-slide:nth-child(1) .thumbContainer .middle-elem-part .right-part .info-elem {
        width: 53px;
        padding: 30px 15px 15px 0;
    }

    .about-us-content .swiper-slide .thumbContainer .middle-elem-part .right-part .info-elem {
        padding: 15px 15px 15px 0;
    }

    .about-us-content .swiper-slide:nth-child(2) .thumbContainer .middle-elem-part .right-part .line-elem {
        margin-right: 15px;
    }

    .about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .right-part .info-elem {
        width: 60px;
    }

    .about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .left-part .bottom-part .p-title:first-child {
        padding-right: 10px;
    }

    .about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(1) {
        display: none;
    }

    .about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .top-part .p-title {
        padding-right: 20px;
    }

    .about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part {
        width: 116px;
    }

    .about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .left-part {
        width: 233px;
    }

    .about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(4) {
        margin-left: 15px;
        margin-right: 15px;
    }

    .about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(5) {
        display: none;
    }

    .about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(6) {
        display: none;
    }

    .about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(7) {
        display: none;
    }

    .about-us-content .swiper-slide:nth-child(4) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(8) {
        display: none;
    }

    .about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem .v-line {
        margin-left: 5px;
    }

    .about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem .v-line {
        margin-left: 5px;
    }

    .about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:last-child {
        display: none;
    }

    .about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(7) {
        margin-right: 5px;
    }

    .about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(10), .about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(10) {
        display: none;
    }
    .about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(8),
    .about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(9),
    .about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:nth-child(10)
    {
        display: none;
    }

    .about-us-content .swiper-slide:nth-child(6) .thumbContainer .middle-elem-part .right-part .line-elem {
        gap: 5px;
    }

    .about-us-content .swiper-slide:nth-child(5) .thumbContainer .middle-elem-part .right-part .line-elem .v-line:last-child {
        margin-right: 5px;
    }

    .about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(6),
    .about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(7),
    .about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(8),
    .about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(9),
    .about-us-content .swiper-slide:nth-child(3) .thumbContainer .middle-elem-part .right-part .line-elem:nth-child(1) .v-line:nth-child(10),
    {

    }
    /* GSCA PERFORMANCE */
    .gsca-performance {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .gsca-performance .gsca-title {
        font-size: 24px;
        line-height: 24px;
    }

    .gsca-performance .gsca-info {
        margin-top: 40px;
        flex-direction: column;
    }

    .gsca-performance .gsca-info .text-info {
        width: 100%;
        font-size: 18px;
        line-height: 18px;
    }

    .gsca-performance .gsca-info .gsca-perf {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .gsca-performance .gsca-info .gsca-perf .perf-elem {
        padding: 10px 0;
    }

    .gsca-performance .gsca-info .gsca-perf .perf-elem span {
        font-size: 18px;
        line-height: 18px;
    }

    /* VISION, MISION, VALUES */
    .vmv-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .vmv-content .tabs {
        gap: 5px;
    }

    .vmv-content .tabs .tab {
        font-size: 21px;
        line-height: 21px;
    }

    .vmv-content .tabs .svg-anim svg {
        width: 23px;
        height: 23px;
    }

    .vmv-content .tabs-info-content {
        flex-direction: column;
        gap: 20px;
    }

    .vmv-content .tabs-info-content .tabs-content {
        max-width: 100%;
        height: 210px;
    }

    .vmv-content .tabs-info-content .tabs-content .tab-content .vmv-title {
        font-size: 100px;
        line-height: 100px;
    }

    .vmv-content .tabs-info-content .tabs-content .tab-content .desc {
        width: 311px;
        font-size: 18px;
        line-height: 18px;
    }

    .vmv-content .tabs-info-content .svg-content {
        margin-bottom: 0;
        gap: 5px;
    }

    .vmv-content .tabs-info-content .svg-content svg {
        width: 23px;
        height: 23px;
    }

    /* OUR TEAM */
    .our-team {
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom: 0;
    }

    .our-team .team-desc {
        margin-bottom: 40px;
    }

    .our-team .team-desc .team-title {
        font-size: 36px;
        line-height: 36px;
    }

    .our-team .team-desc .t-desc {
        max-width: 100%;
        font-size: 24px;
        line-height: 24px;
        margin-top: 10px;
    }

    .our-team .team-info-list {
        column-gap: 0;
        flex-direction: column;
    }

    .our-team .team-info-list li {
        width: 100%;
        font-size: 14px;
        line-height: 17px;
    }

    .our-team .team-info-list li.team-info-th:nth-child(2) {
        display: none;
    }

    .our-team .team-info-list li .name-info {
        max-width: 152px;
    }

    .our-team .team-info-list li .position-info {
        max-width: 219px;
    }

    /* ANIMATION CONTENT */
    .animation-content {
        height: 216px;
        margin: 0 0 60px 0;
        background-image: url("../images/animation-frame-mb-1.png");
    }

    .animation-content:hover {
        background-image: url("../images/animation-frame-mb-2.png");
    }

    .animation-content .animation-svgs {
        gap: 17px;
    }

    .animation-content .animation-svgs svg:nth-child(1) {
        width: 2px;
        height: 2px;
    }

    .animation-content .animation-svgs svg:nth-child(2) {
        width: 4px;
        height: 4px;
    }

    .animation-content .animation-svgs svg:nth-child(3) {
        width: 10px;
        height: 10px;
    }

    .animation-content .animation-svgs svg:nth-child(4) {
        width: 17px;
        height: 17px;
    }

    .animation-content .animation-svgs svg:nth-child(5) {
        width: 24px;
        height: 24px;
    }

    .animation-content .animation-svgs svg:nth-child(6) {
        width: 40px;
        height: 40px;
    }

    .animation-content .animation-svgs svg:nth-child(7) {
        width: 53px;
        height: 53px;
    }

    .animation-content .animation-svgs svg:nth-child(8) {
        width: 73px;
        height: 73px;
    }

    .vmv-content .tabs-info-content .tabs-content .tab-content .vmv-title {
        -webkit-text-stroke: 1px #fff;
    }

    /* TACKING CONTENT */
    .tacking-content .tacking-left-content .tacking-elem {
        font-size: 14px;
        line-height: 17px;
    }

    .tacking-content .tacking-left-content .tacking-elem:nth-child(1) {
        max-width: 312px;
    }

    .tacking-content .tacking-left-content .tacking-elem:nth-child(2) {
        max-width: 50px;
    }

    .tacking-content .tacking-left-content .tacking-elem:nth-child(2) span:first-child {
        display: none;
    }

    .tacking-content .tacking-right-content {
        gap: 10px;
        flex-direction: column;
    }

    .tacking-content .tacking-right-content .anim-elems {
        max-width: 100%;
    }

    .tacking-content .tacking-right-content .anim-elems .anim-top-elem span svg {
        width: 18px;
        height: 18px;
    }

    .tacking-content .tacking-right-content .anim-elems .anim-top-elem {
        width: 18px;
        height: 18px;
    }

    .tacking-content .tacking-right-content .anim-elems .anim-bottom-elem {
        height: 100px;
    }

    .tacking-content .tacking-right-content .anim-elems .anim-bottom-elem .tacking-anim-title {
        font-size: 100px;
        line-height: 100px;
        padding-left: 18px;
    }

    .tacking-content .tacking-right-content .anim-informaion-elem {
        max-width: 100%;
    }

    .tacking-content .tacking-right-content .anim-informaion-elem li {
        font-size: 14px;
        line-height: 17px;
        flex-wrap: wrap;
    }

    .tacking-content .tacking-right-content .anim-informaion-elem li .number-elem {
        max-width: max-content;
        margin-right: 10px;
    }

    .tacking-content .tacking-right-content .anim-informaion-elem li .small-desc-elem {
        max-width: 290px;
    }

    .tacking-content .tacking-right-content .anim-informaion-elem li .larg-desc-elem {
        max-width: 100%;
        margin-top: 5px;
    }

    .in-about-page .works_header-description p {
        max-width: 100%;
        font-size: 24px;
    }

    .in-about-page.works_block {
        margin-top: 90px;
    }

    .in-about-page.works_block .works_header {
        margin: 0 0 30px 0;
    }

    .in-about-page.works_block .works_header-title h2 {
        font-size: 36px;
    }

    .in-about-page.works_block .works_header-title svg {
        display: none;
    }

    .in-about-page.works_block .work_item:last-child {
        margin-bottom: 0;
    }

    /* MEDIA AND AWARDS CONTENT */
    .media-awards-content {
        margin-top: 60px;
    }

    .media-awards-content li a {
        font-size: 14px;
        line-height: 17px;
    }

    .media-awards-content li a .other-info-the-project {
        max-width: 170px;
    }

    .media-awards-content li a .name-the-project {
        max-width: 200px;
        gap: 5px;
    }

    .media-awards-content li a .name-the-project svg {
        width: 8px;
        height: 8px;
    }

    .media-awards-content li a .year-the-project {
        display: none;
    }

    /* start => CONTACTS */
    .contacts-content .contact-info .top-part .c-title {
        font-size: 40px;
        line-height: 40px;
    }

    .contacts-content .contact-info .top-part svg {
        width: 29px;
        height: 30px;
        position: relative;
        bottom: -5px;
    }

    .contacts-content .contact-info .top-part {
        margin-bottom: 40px;
    }

    .contacts-content {
        padding: 108px 19px 38px 19px;
    }

    .contacts-content .contact-info .contact-info-elems {
        flex-direction: column;
    }

    .contacts-content .contact-info .contact-info-elems .in-part {
        width: 100%;
    }

    .contacts-content .contact-info .contact-info-elems .in-part .info-elem {
        padding: 30px 0;
    }

    .contacts-content .contact-info .contact-info-elems .in-part .info-elem .top-info span {
        font-size: 14px;
        line-height: 14px;
    }

    .contacts-content .contact-info .contact-info-elems .in-part .info-elem .bottom-info a.text-address {
        width: 82%;
    }

    .contacts-content .contact-info .contact-info-elems .in-part .info-elem .bottom-info a.text-u-none {
        text-decoration: underline;
    }

    .contacts-content .contact-info .contact-info-elems .in-part .info-elem .bottom-info svg {
        width: 16px;
        height: 16px;
    }

    .contacts-content .contact-info .contact-info-elems .in-part .info-elem .bottom-info svg.loc-svg {
        margin-top: auto;
        margin-bottom: 5px;
    }

    .contacts-content .start-a-new-project {
        margin-top: 80px;
    }

    .contacts-content .start-a-new-project .top-part .c-title {
        font-size: 40px;
        line-height: 40px;
    }

    .contacts-content .start-a-new-project .top-part svg {
        width: 70px;
        height: max-content;
    }

    .contacts-content .start-a-new-project .info-content {
        padding: 40px 0 80px;
    }

    .contacts-content .start-a-new-project .info-content .sub-title {
        display: none;
    }

    .contacts-content .start-a-new-project .info-content .t-title {
        font-size: 31px;
        line-height: 31px;
        width: 100%;
        margin: 40px 0 30px;
    }

    .contacts-content .start-a-new-project .info-content .t-title input {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        border-bottom: 1px solid #746F67;
        height: 54px;
        margin-top: 20px;
        margin-bottom: 30px;
        color: white;
        border-radius: 0;
    }

    .btn-send-message {
        padding: 10px 20px;
        font-size: 19px;
        line-height: 23px;
        margin-left: unset;
        margin-right: auto;
    }

    .contacts-content .start-a-new-project .info-content .t-title input[name="name"] {
        width: 100%;
    }

    .contacts-content .start-a-new-project .info-content .t-title input[name="project_name"] {
        width: 100%;
    }

    .contacts-content .start-a-new-project .info-content .t-title input[name="email"] {
        width: 100%;
    }

    .contacts-content .contact-footer .left-part .f-title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 10px;
        height: 36px;
    }

    .contacts-content .contact-footer .left-part {
        width: 100%;
        margin-bottom: 58px;
    }

    .contacts-content .contact-footer {
        flex-direction: column;
        padding-top: 58px;
    }

    .contacts-content .contact-footer .left-part .f-desc {
        width: 100%;
        font-size: 24px;
        line-height: 24px;
    }

    .contacts-content .contact-footer .svg-content svg {
        width: 37px;
        height: 43px;
    }

    .md-none {
        display: none!important;
    }

    .contacts-content .contact-footer .fl-desc {
        margin-bottom: 30px;
    }

    .contacts-content .contact-footer .social-elems {
        gap: 20px;
        width: 204px;
        margin-left: unset;
        margin-bottom: 0;
        justify-content: space-between;
    }

    @keyframes roll-down {
        0% {
            top: 0;
        }

        33.4% {
            top: -56px;
        }

        66.7% {
            top: -116px;
        }

        100% {
            top: 0;
        }
    }
    /* end => CONTACTS */

    .text_block_1 .title-content svg {
         display: none;
    }

    .menu-wrapper-content {
        flex-direction: column;
    }
    /*.process_item .text img {*/
    /*    display: none;*/
    /*}*/

    #full_image {
        display: none !important;
    }

    #full_image_2 {
        display: none !important;
    }

    #full_image_mb {
        display: block;
    }

    .process_item.item_4:hover #full_image_mb {
        display: none;
    }

    .process_item.item_4:hover #full_image_mb_2 {
        display: block;
    }

    .process_item.item_4 .image-and-icons {
        height: max-content;
    }

    .process_item.item_4 .image-and-icons .svg-icons-content svg {
        width: 40px;
        height: max-content;
    }

    .svg-1 {
        top: 10px;
        left: 8px;
        display: none;
    }

    .svg-2 {
        top: 10px;
        right: 15px;
        display: none;
    }

    .svg-3 {
        top: 69px;
        left: 72px;
    }

    .svg-4 {
        top: 69px;
        right: 40px;
    }

    .svg-5 {
        bottom: 0;
        top: 160px;
        left: 10px;
    }

    .svg-6 {
        bottom: 0;
        top: 160px;
        left: 113px;
    }

    .svg-7 {
        bottom: 0;
        top: 160px;
        right: 30px;
    }

    .svg-8 {
        bottom: 0;
        top: 221px;
        left: 10px;
    }

    .svg-9 {
        bottom: 0;
        top: 221px;
        left: 57px;
    }

    .svg-10 {
        bottom: 0;
        top: 221px;
        right: 27px;
    }

    /* .header_logo h1 {
        font-size: 16px;
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        line-height: 1;
    } */

    /* .header_top {
        position: fixed;
        padding-top: 18px;
        padding-left: 10px;
        padding-right: 12px;
        width: 100%;
        z-index: 9;
        display: flex;
        flex-direction: row;
        gap: 10px;
    } */

    .header_top {
        position: fixed;
        padding: 15px 20px 15px 20px;
        width: calc(100% - 35px);
        z-index: 9;
        border-bottom: 1px solid #a6a6a6;
        background-color: #0d0d0d;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .top_right {
        float: left;
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-left: auto;
        margin-right: 3px;
    }
    .header_logo {
        /* width: 167px;
        height: 30px;
        font-size: 16px;
        text-align: center;
        background: rgba(7, 7, 7, 0.72);
        -webkit-backdrop-filter: blur(54px);
        backdrop-filter: blur(54px);
        transition: all 1s ease;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; */
        display: block;
    }
    .header_order {
        /* display: flex; */
        opacity: 0;
        /*display: none;*/
        background: rgba(23, 23, 23, 0.72);
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
        line-height: 16px;
        float: none;
        font-weight: 700;
        margin-right: 0px;
        cursor: pointer;
        -webkit-backdrop-filter: blur(54px);
        backdrop-filter: blur(54px);
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;

        width: 100px;
        height: 30px;
        display: none;
    }
    .header_order_btn img {
        margin: 0 0 -2px 0;
    }
    .header_menu {
        float: none;
        /* width: 82px;
        height: 30px; */
        text-align: center;
        vertical-align: middle;
        line-height: 16px;
        font-size: 16px;
        color: #e7e4e0;
        font-weight: 700;
        cursor: pointer;
        /* -webkit-backdrop-filter: blur(54px);
        backdrop-filter: blur(54px); */

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;

        user-select: none;
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
    }
    .main_banner_background {
        background: #000;
        background-size: cover;
        width: 100%;
        height: 100vh;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .main_banner_background img {
        width: 380%;
    }

    .main_banner_text {
        position: absolute;
        font-weight: 700;
        font-size: 48px;
        line-height: 1;
        width: 80%;
        top: calc(50vh);
        text-align: center;

        justify-content: center;
        align-items: center;
        display: flex;

        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .text {
        color: #fafafa;
    }
    .dud {
        color: #757575;
    }

    .text_block_1 {
        margin: 35px;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0px;
        gap: 10px;
        width: 90%;
    }
    .text_block_1 h1 {
        font-weight: 700;
        font-size: 49px;
        line-height: 1;
        margin: 0 0 0 0;
        width: 100%;

        word-wrap: break-word;
    }
    .text_block_1 h1 span {
        text-decoration: none;
    }
    .text_block_1 p {
        font-weight: 700;
        font-size: 24px;
        line-height: 1;
        width: 92%;
    }

    .numbers_block {
        margin: 60px 0 0 0;
        flex-wrap: wrap;
        padding: 0 30px;
    }

    .new-logo-section {
        width: calc(100% - 60px);
        padding-top: 30px;
        margin: auto;
    }

    .numbers_block_text {
        width: 100%;
        padding: 73px 0 53px;
    }
    .numbers_block_text p {
        font-weight: 700;
        font-size: 130px;
        line-height: 75px;
    }
    .new-logo-section .clients-logo-items .clint-logo span {
        font-size: 10px;
        line-height: 12px;
    }
    .new-logo-section .clients-logo-items {
        padding-left: 0;
        margin-bottom: 0;
    }
    .new-logo-section .clients-logo-items .clint-logo {
        width: 50%;
        height: 100px;
    }
    .new-logo-section .clients-logo-items .clint-logo svg {
        width: inherit;
    }
    .numbers_block_text span {
        font-family: "KH Teka TRIAL Medium";
        font-size: 16px;
        line-height: 1;
    }
    .numbers_block_text:not(:last-child) {
        border-bottom: 0;
        border-right: 1px solid #464646;
    }
    .numbers_block_text span br {
        display: none;
    }
    .image_banner {
        margin: 70px 30px 0 30px;
        width: 330px;
        height: 500px;
        overflow: hidden;
    }
    .image_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 30%;
    }
    .process_block {
        margin: 80px 31px 0px 31px;
    }
    .process_block h2 {
        font-size: 78px;
        line-height: 1;
        margin: 0;
        margin-bottom: 32px;
    }
    .process_block_texts_block {
        margin: 0 0 0 0;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .process_item {
        border: 1px solid #404040;
        width: calc(100% / 3 - 103px);
        float: left;

        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 32px;
        gap: 10px;
        width: 100%;
        height: 100%;
    }
    .process_item.item_1,
    .process_item.item_2 {
        border-right: 1px solid #404040;
    }
    .process_item.item_4 {
        border-top: 1px solid #404040;
        width: 100%;
        word-break: break-all;
    }

    .process_item .title {
        font-weight: 700;
        font-size: 28px;
        line-height: 1;
    }
    .process_item .text {
        font-weight: 500;
        font-size: 21px;
        line-height: 1;
        margin-top: 10px;
    }
    .process_item .text > span {
        color: #d5d5d5;
        font-weight: 500;
        font-size: 32px;
        line-height: 38px;
    }
    .process_item .text p > span {
        border-bottom: 1px solid #fff;
    }

    .mobile_image {
        display: inline;
    }

    .works_block h2 {
        margin: 0;
        font-weight: 700;
        font-size: 78px;
        line-height: 1;

        word-break: break-all;
        margin-left: 30px;
        margin-right: 74px;
    }
    .works_block {
        margin: 0;
        padding: 0 30px;
    }
    .works_block > p {
        font-weight: 500;
        font-size: 21px;
        line-height: 1;
        width: 90%;
        margin: 0;
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .work_tags {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer and Edge */
        margin-top: 10px;
        margin-left: 30px;
    }
    .work_tags::-webkit-scrollbar {
        display: none;
    }

    .work_container {
        display: none;
    }

    .slider-buttons {
        display: none;
    }

    .works_block_word {
        display: none;
    }

    .tag_item {
        padding: 8px 30px;
        display: inline-block;
        color: #e7e4e0;
        font-weight: 400;
        font-size: 18px;
        line-height: 1;
        background-color: #1c1c1c;
        cursor: pointer;
        transition: 0.3s linear;
        margin-right: 18px;
    }

    .tag_item span {
        position: relative;
    }

    .tag_item span:before {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        background-color: #e7e4e0;
        bottom: -2px;
        transition: 0.3s linear;
    }
    .tag_item:hover span:before {
        width: 100%;
    }
    .tag_item.active {
        background-color: #e7e4e0;
        color: #000000;
    }
    .tag_item.active span:before {
        width: 100%;
        background-color: #000000;
    }
    /*.tag_item.item_1 {*/
    /*    background: #d7f66d;*/
    /*}*/
    /*.tag_item.item_2 {*/
    /*    background: #aea584;*/
    /*}*/
    /*.tag_item.item_3 {*/
    /*    background: #e04c29;*/
    /*}*/
    /*.tag_item.item_4 {*/
    /*    background: #fcfdf8;*/
    /*}*/

    .clients_heading {
        display: flex;
        flex-direction: column;

        gap: 24px;

        padding: 0 30px 0 30px;
    }
    .clients_heading h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 64px;
        line-height: 1;
        margin: 0;
    }
    .clients_heading p {
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 1;
    }

    .clients {
        display: flex;
        flex-direction: column;

        gap: 30px;

        padding: 70px 0 0 0;
    }

    :root {
        --row-width: 2000px;
        --anim-speed: 21s;
    }

    .logo-section {
        /*position: absolute;
	top: 50vh;
	transform: translate(0,-50%);*/
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;

        border-top: 1px solid #404040;
        border-bottom: 1px solid #404040;

        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo-row {
        display: flex;
        flex-wrap: nowrap;
        flex-shrink: 0;
        width: var(--row-width);
        min-width: 100vw;
        animation: slide-left var(--anim-speed) linear infinite;
        box-sizing: border-box;

        align-items: center;
        justify-content: space-around;
    }

    .logo-cell {
        padding: 0;
        box-sizing: border-box;
    }

    .logo-cell svg {
        padding: 20px 80px 20px 0;
        border-right: 1px solid #404040;

        width: auto;
        height: 20px;
    }

    @keyframes slide-left {
        0% {
            transform: translate(calc(var(--row-width) * -1), 0);
        }
        100% {
            transform: translate(0, 0);
        }
    }

    .slider_text {
        font-size: 24px;
        line-height: 1;
    }

    .slider_text svg {
        width: 16px;
        margin-top: 3px;
    }
    .works_slide {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .tag_branding {
        font-size: 14px;
    }
    .tag_year {
        font-size: 14px;
    }
    .tag_ui {
        font-size: 14px;
    }
    .tag_development {
        font-size: 14px;
    }
    .tag_packaging {
        font-size: 14px;
        color: #e7e4e0;
    }
    .slider_tags {
        display: flex;
        flex-direction: row;
    }
    .slider_text p {
        font-size: 16px;
    }
    .swiper {
        width: 100%;
    }

    .work_items_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .work_item {
        width: 330px;
        height: max-content;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .work_item img {
        object-fit: contain;
        width: 100%;
        height: auto;
    }

    .services_block {
        margin-top: 84px;
        padding: 0 30px;
        display: flex;
        flex-direction: column;
    }
    .services_block h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .service_item > h3 {
        font-size: 32px;
        line-height: 1;
        margin: 0;
    }
    .service_item {
        padding: 16px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .service_item > p {
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        color: #5e5e5e;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .service_item span {
        font-weight: unset;
        font-size: unset;
        line-height: unset;
        position: static;
        cursor: pointer;
        transform: none;
        height: 20px;
    }
    .service_item span img {
        width: 37px;
        transform: none;
    }
    footer {
        margin: 0;
        padding: 93px 15px 0 20px;
    }
    footer > h4 {
        font-weight: 700;
        font-size: 48px;
        line-height: 1;
        margin-bottom: 10px;
    }
    footer .lgc {
        font-weight: 400;
        font-size: 28px;
        line-height: 1;
    }
    .fotter_menu_block {
        margin-top: 34px;
        display: flex;
        font-weight: 500;
        font-size: 20px;
        line-height: 1;

        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer-info-items {
        gap: 30px 20px;
    }
    .f-a-items {
        gap: 3px 8px;
        padding-top: 5px;
    }
    .footer-info-items .footer_menu {
        width: 154px;
    }
    .f-a-items a:last-child {
        margin-left: 7px;
    }
    .f-title {
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .footer-info-items .footer_menu a {
        font-size: 16px;
        line-height: 16px;
    }
    span.line {
        border: 1px solid #d9d9d9;
        margin: 10px 0 10px 0;
    }
    .fotter_menu_block > div > a {
        line-height: 40px;
    }
    .copyright .bottom-part p {
        font-size: 12px;
        line-height: 12px;
    }
    .copyright .bottom-part {
        padding: 6px 0;
    }
    .copyright {
        margin-top: 29px;
        padding: 0 0 20px 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .gsca {
        font-size: 42px;
        line-height: 42px;
    }
    .f-d-none {
        display: none;
    }
    .copyright_text {
        display: none;
    }
    .privacy_policy {
        color: #484848;
    }
    .right_side img {
        position: static;
        margin: 0px 0px 0px 0px;
        vertical-align: middle;
        padding-right: 9px;
    }
    /*order*/
    .modal.d-flex {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: calc(100% - 20px);
        height: 100vh;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.55);
        margin-left: 10px;
        margin-right: 0;
        margin-top: 50px;
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 370px;
        height: 100vh;
        overflow: hidden;

        background-color: rgba(0, 0, 0, 0.55);

        margin-left: 10px;
        margin-right: 11px;
        margin-top: 20px;
    }
    .modal-content {
        background-color: #000;
        margin: 1% auto;
        padding: 18px 18px 33px 35px;
        width: 370px;

        margin-top: 0;
        position: relative;
    }
    .modal.d-flex .modal-content {
        width: 100%;
    }
    .close {
        position: absolute;
        width: 18px;
        height: 19px;
        left: 322px;
        top: 31px;

        font-family: "SF Compact";
        font-style: normal;
        font-weight: 556;
        font-size: 21px;
        line-height: 25px;

        text-align: center;
        color: #f4f4f4;
    }

    #close__btn {
        width: 19px;
        height: 19px;
    }
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .modal-content .form_block > p,
    .modal-content .success_block > p {
        font-weight: 700;
        font-size: 42px;
        line-height: 1;
        margin-bottom: 12px;
    }
    .modal-content .form_block > span,
    .modal-content .success_block > span {
        font-weight: 500;
        font-size: 21px;
        line-height: 1;
        margin-bottom: 21px;
        display: inline-block;
    }
    .form {
        font-weight: 500;
        font-size: 21px;
        line-height: 1;
    }
    .form > * {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }
    input[type="radio"] {
        -webkit-appearance: none;
        appearance: none;
        background-color: #000;
        margin: 0;

        font: inherit;
        color: currentColor;
        width: 32px;
        height: 32px;
        border: 1px solid currentColor;
        border-radius: 50%;
        transform: translateY(-0.075em);

        display: grid;
        place-content: center;

        float: left;
        margin: 0 10px 0 0;
    }
    input[type="radio"]::before {
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 32px 32px #fff;
        background-color: CanvasText;
    }
    input[type="radio"]:checked::before {
        transform: scale(1);
    }
    .radio_text {
        margin-top: 5px;
        display: inline-block;
    }
    input[type="email"],
    input[type="text"] {
        border: none;
        border-bottom: 1px solid #fff;
        background: #000;
        width: 100%;
        padding: 10px 0 10px 0;
        font-weight: 500;
        font-size: 21px;
        line-height: 1;
        color: #fff;
    }
    input:focus {
        outline: none;
    }

    #modal__drop-img {
        width: 20px;
        height: 18px;
    }
    .send_form,
    .close_form {
        background: #e9fd64;
        color: #000;
        font-weight: 700;
        font-size: 21px;
        line-height: 1;
        width: 300px;

        display: inline-block;
        padding: 18px 0 18px 0;
        text-align: center;
        cursor: pointer;
    }
    #send__btn {
        width: 15px;
        height: 15px;
    }

    /* MENU */
    .menu_modal-content::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .menu_modal-content {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .menu_modal {
        position: fixed;
        z-index: 1;
        right: -100%;
        top: 0;
        width: 100%;
        /*height: 100vh;*/
        height: 100%;
        overflow: hidden;
        transition: all 1s ease;
    }
    .menu_modal-content {
        padding: 80px 10px 0 10px;
        overflow: hidden;
        overflow-y: scroll;
        min-height: 80vh;
        height: max-content;
    }
    .menu_block {
        width: 100%;
        height: max-content;
    }
    .menu_block .menu_item {
        padding: 10px 0 5px 0;
        font-size: 60px;
    }
    .menu_block_social span {
        font-size: 14px;
        padding: 40px 0 10px;
    }
    .menu_block_social {
        width: 100%;
    }
    .menu_item_last {
        padding: 0 0 10px 0;
    }
    .menu_block_social .social-items .social-item a {
        padding: 10px 0;
        font-size: 14px;
    }
    .agency-work-count {
        top: 0;
        right: -30px;
        font-size: 14px;
    }
    .menu_item-head {
        font-size: 14px;
        padding: 10px 0;
    }
    .menu_block .menu_item_last {
        padding: 0px 0 0px 0px;
        border-bottom: 1px solid #525252;
        font-weight: 500;
        font-size: 21px;
        line-height: 1;
        width: 100%;

        padding-left: 48px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .menu_line {
        width: 150px;
        display: inline-block;
        margin: 10px 0 10px 0;
        border: 1px solid #fff;
    }
    .menu_item_last a {
        display: block;
        margin: 0;
    }
    .header_logo_menu {
        margin: 0 0 0 0;
    }

    .works_header {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
    }

    .works_header-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .works_header-description {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        margin-top: 10px;
    }

    .works_header-title h2 {
        font-size: 78px;
        line-height: 1.1;
        font-weight: 500;
        margin: 0;
    }

    .works_header-title svg {
        max-width: 45px;
        max-height: 43px;
        margin: 0;
        transition: transform 0.7s ease-in-out;
    }

    .works_header-title:hover svg {
        transform: rotate(-90deg);
        transition: transform 0.3s ease-in-out;
    }

    .works_header-description p {
        font-size: 22px;
        line-height: 1;
        font-weight: 500;
        max-width: 100%;
        margin: 0;
    }
    .works_header-description span {
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        margin: 10px 0 0 0;
    }

    .see_all {
        margin-top: 30px;
    }

    .see_all p,
    .see_all a span {
        font-size: 16px;
    }
}
