/* Style Includes */
@import "/assets/css/fonts/BasisGrotesqueArabicPro-Black/style.css";
@import "/assets/css/fonts/BasisGrotesqueArabicPro-Bold/style.css";
@import "/assets/css/fonts/BasisGrotesqueArabicPro-Light/style.css";
@import "/assets/css/fonts/BasisGrotesqueArabicPro-Medium/style.css";
@import "/assets/css/fonts/BasisGrotesqueArabicPro-Regular/style.css";

::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;
}

html {
    overflow-x: hidden;
}

body {
    background: #000;
    color: #fff;
    font-family: "Basis Grotesque Arabic Pro";
    cursor: url("../../assets/images/mouse_default.svg"), auto;
}
p {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #fff;
}

#my-video {
    width: 100vw;
    height: 100vh;
}

.top_loading_bar {
    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;
    display: none;
}

@-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;
} */
.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 {
    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_order_btn img {
    margin: 0 0 -2px 0;
}
/* .header_menu {
    float: left;
    width: 115px;
    height: 37px;
    background: rgba(255, 255, 255, 0.72);
    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;
}
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: 100vh;
    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;
}
.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 #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;
}
.send_form,
.close_form {
    background: #e9fd64;
    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;
    list-style: none;
}
.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: 158px;
    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: auto;
}
.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: 16px;
    line-height: 1;
}
.header_logo_menu {
    margin: 0;
}
.g-recaptcha,
.grecaptcha-badge {
    display: none !important;
}

.main {
    padding: 60px 0 0 0;
    width: 95%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    gap: 51px;
}
.main_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 51px;
}
.main_item-text {
    text-align: left;
}
.main_item-text h2 {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 69px;
    line-height: 69px;

    color: #ffffff;
}
.main_item-text p {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;

    color: #ffffff;
}
.main_item-image {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.main_item-image img {
    width: 100%;
    height: 100%;
}
.markglass {
    gap: 51px;
}
.markglass img {
    width: 48%;
    height: auto;
}
.thisone img {
    width: 33%;
    height: auto;
}
.amazons_mobile img {
    width: 48%;
    height: auto;
}
.main_item-image img.sumurakami {
    max-width: 1080px;
    max-height: 1350px;
}
.sumurakami_image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_item-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    align-items: flex-start;
}
.main_item-buttons button {
    font-family: "Basis Grotesque Arabic Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #000000;

    padding: 8px 30px;

    border: none;
    outline: none;
    border-radius: 40px;
}
.main_item-buttons button.uiux {
    background: #e6fb78;
}
.main_item-buttons button.development {
    background: #aea584;
}
.main_item-buttons button.packaging {
    background: #fcfdf8;
}
.main_item-buttons button.branding {
    background: #e04c29;
}
.mob_text {
    display: none;
}
.syur_mobile {
    display: none;
}
.apricote {
    max-width: 635px;
    max-height: 286px;
}
.main_item-image.mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-around;

    gap: 130px;

    margin: 0 233px;
}
.main_item-image.mobile img {
    max-width: 296px;
    max-height: 833px;
}
.weldlend_image-mobile {
    display: none;
}

@media only screen and (min-width: 50px) and (max-width: 500px) {
    .menu-wrapper-content {
        flex-direction: column;
    }
    /* .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; 
    }
    .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 {
        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);

        /* display: flex; */
        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; */
        /* background: rgba(255, 255, 255, 0.72); */
        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_item-image.mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 30px;

        margin: 0;
    }
    .main_item-image.mobile img {
        min-width: 295px;
    }
    .main_item-image.weldlend img {
        height: 458px;
        object-fit: cover;
    }

    .hashvich_img {
        height: auto !important;
        object-fit: contain !important;
    }

    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;
    }
    /*order*/
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        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: 57px 18px 33px 35px;
        width: 370px;

        margin-top: 43px;
        position: relative;
    }
    .close {
        color: #aaa;
        float: right;
        font-weight: 556;
        font-size: 21px;
        line-height: 25px;

        position: absolute;
        top: 15px;
        right: 43px;
    }
    .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: 42px;
        margin-bottom: 12px;
    }
    .modal-content .form_block > span,
    .modal-content .success_block > span {
        font-weight: 500;
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 22px;
        display: inline-block;
    }
    .form {
        font-weight: 500;
        font-size: 21px;
        line-height: 1;

        width: 317px;
    }
    .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;
    }
    .send_form,
    .close_form {
        background: #e9fd64;
        color: #000;
        font-weight: 700;
        font-size: 28px;
        line-height: 1;
        width: 100%;
        display: inline-block;
        padding: 18px 0 18px 0;
        text-align: center;
        cursor: pointer;

        width: 300px;
    }

    /* 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;
        overflow: hidden;
        background-color: #000;
        transition: all 1s ease;
    }
    .menu_modal-content {
        /* background-color: #000; */
        padding-top: 80px;
        overflow: hidden;
        overflow-y: scroll;
        min-height: 85vh;
    }
    .menu_block {
        height: 85vh;
    }
    .menu_block .menu_item {
        padding: 0px 0 0px 0px;
        border-bottom: 1px solid #525252;
        font-weight: 400;
        font-size: 64px;
        line-height: 1;

        padding-left: 48px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .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 0 10px 0;
    }
    .header_logo_menu {
        margin: 0 0 0 0;
    }

    .main {
        padding: 60px 0 0 0;
        width: 95%;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;

        gap: 51px;
    }
    .main_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 51px;
    }
    .main_item-text {
        text-align: left;
    }
    .main_item-text h2 {
        font-family: "Basis Grotesque Arabic Pro";
        font-style: normal;
        font-weight: 700;
        font-size: 42px;
        line-height: 42px;

        color: #ffffff;
    }
    .main_item-text p {
        font-family: "Basis Grotesque Arabic Pro";
        font-style: normal;
        font-weight: 700;
        font-size: 21px;
        line-height: 21px;

        color: #ffffff;
    }
    .main_item-image {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .main_item-image img {
        width: 100%;
        object-fit: contain;
    }
    .thermoup_m1 {
        display: none;
    }
    .mob_text {
        display: block;
        text-align: left;

        padding: 50px 0;

        font-family: "Basis Grotesque Arabic Pro";
        font-style: normal;
        font-weight: 700;
        font-size: 21px;
        line-height: 21px;

        color: #ffffff;
    }
    .syur_mobile {
        display: block;
    }
    .syur_desktop {
        display: none;
    }
    .weldlend_image.desktop {
        display: none;
    }
    .weldlend_image-mobile {
        display: block;
    }
}
