@import url(https://fonts.googleapis.com/css?family=Parkinsans:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Funnel+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);
* {
    font-family: "Funnel Sans";
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1rem;
    text-decoration: none;
    list-style: none;
} 
body {
    max-width: 100% !important;
    overflow-x: hidden;
    background: #0b0b0b;
}
    :root { 
        --higlight-color: #c77c1a;
        --highlight-button-color: #965c0a;
        --higlight-shadow: rgba(255, 159, 70, 0.175); 
        --higlight-shadow-color: rgb(255, 207, 135); 
        --main-color: #050e11;
        --main-title-color: #21292c;
        --main-second-color: #0b0b0b;
        --main-light-color: var(--higlight-color) !important;
        --main-border-color: #0e282a;
        --main-color: #0b0b0b;
        --main-light-color: #09171b;
        --main-border-color: #0e282a;
        --main-category-color: #112B32;
        --svg-color: rgb(75 152 159);
        --text-color: rgb(255, 255, 255);
        --market-bg: rgb(20 26 28);
        --main-form-color: #141414;
        --swiper-pagination-bullet-inactive-color: #fff !important;
        --main-form-text-color: #fff; 
    } 
/* 
:root { 
    --higlight-color: #c4c4c4;
    --higlight-shadow: rgba(255, 255, 255, 0.175); 
    --higlight-shadow-color: rgb(255, 255, 255); 
    --main-color: #050e11;
    --main-title-color: #21292c;
    --main-second-color: #ffffff;
    --main-light-color: #050e11;
} 
    :root { 
    --higlight-color: #1a73c7;
    --higlight-shadow: rgba(70, 172, 255, 0.175); 
    --higlight-shadow-color: rgb(135, 163, 255); 
    --main-color: #050e11;
    --main-title-color: #21292c;
    --main-second-color: #ffffff;
    --main-light-color: #050e11;
}  */
  .menu-wrapper { 
    height: 100%;
  }
.responsive-image-main {
    position: absolute;
    width: 100%;
    top: 0;
}
.select2-dropdown { 
    border-color: var(--higlight-color) !important;
    border: 1px solid var(--higlight-color) !important; 
}
header {
    position: relative;
    top: 0;
    height: 80px;
    padding: 10px 120px;
    padding-top: 5px;
    box-sizing: border-box;
    background: var(--main-color);
}
header .menu::before {
    position: fixed;
    top: 0;
    left:0;
    height: 1px;
    width: calc(var(--scroll-full) * 100%);
    background: var(--higlight-color);
    content: "";
    transition: 0.7s;
    z-indeX: 1000;
}
.select2-results__options::-webkit-scrollbar {
    display: none !important;
}
header.sticky {
    --main-color: #0b0b0b1a;
    position: fixed;
    backdrop-filter: blur(10px);
    animation: slideEnd 0.6s ease forwards;
    width: 100%;
    z-index: 1000;
}
#serv-inp,.search-header .select2-container--default .select2-selection--single {
    border: 1px solid #ffffff0f !important;
    color: #fff !important;
    background: #f2f2f205 !important;
}
.page-title .title ,
.page-title small {
    color: #b8b8b8 !important;
}
.modal__container {
    max-height: 85vh !important;
    background-color: #ffffff0d !important; 
    backdrop-filter: blur(8px) !important;
    transition: 0.35s ease !important;
    border: 1px solid #ffffff17 !important;
}
.modal__container::-webkit-scrollbar {
    display: none !important;
}
.button-control {
    background: #ffffff0f !important;
    border: 1px solid #f5deb31c !important;
}
a.button-control {
    background: #02ff983d !important; 
}
a[href="/services"] button {
    b
}
.textarea-control {
    color: #dadada !important;
    border: 1px solid #dadada2b !important;
}
.page-title,.search-header,.service-table,.service-category-title {
    border-color: var(--main-color) !important;
    background: var(--main-color) !important;
    color: #fff !important;
}
.o-card { 
    border: 1px solid #ffffff0f !important;
    color: #fff !important;
    background: #f2f2f205 !important;
}
.search-header .o-card { 
    border: 1px solid transparent !important;
    color: #fff !important;
    background: none !important;
}
pre.response.text-white {
    border: 1px solid #ffffff0f !important;
    color: #fff !important;
    background: #f2f2f205 !important;
}
@keyframes slideEnd {
    0% {
        translate: 0 -100%;
    }
    100% {
        translate: 0 0;
    }
}
tbody tr td:nth-child(1) {
    border: 1px solid #ffffff0f !important;
    color: #fff !important;
    background: #f2f2f205 !important;
}
.service-table tr:not(.thead) {
    background: #ffffff03 !important;
    border: 1px solid #ffffff0a !important;
} 
.service-table a[data-micromodal-trigger] {
    border: 1px solid #ffffff0f !important;
    color: #fff !important;
    background: #f2f2f205 !important;
} 
.service-table a[data-micromodal-trigger] img {
    filter: invert(0.2) !important;
}
header .menu { 
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}
header span.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
header span.logo img { 
    max-width: 160px; 
    max-height: 65px !important;
} 
section img {
    max-height: 65px;
}
header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
header ul li {
    position: relative;
    color: #dadada;
    cursor: pointer ;
    padding: 7px 10px;
    font-weight: 500;
    transition: 0.25s ease;
    border-radius: 4px;
}
header ul li:not(.multibox):hover    {
    color: #9e9e9e;  
    translate: 0 1px;
}
header .multibox > .multibox-inner {
    position: absolute; 
    left: 0; 
    translate: 0;
    transition: 0.25s;
}
header .multibox:not(:hover) .multibox-inner {
    visibility: hidden;
    opacity: 0;
    translate: 0 -5px;
    transition: 0.25s;
}
header .multibox > .multibox-inner ul {
    margin-top: 35px;
    padding: 10px;
    padding-right: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    flex-direction: column;
    justify-content: start;
    white-space: nowrap;
    align-items: start;
    background: var(--main-color);
}
header .multibox > .multibox-inner ul li:not(.multibox):hover    {
    color: #9e9e9e;  
    translate: 2px 0;
}
header .buttons {
    display: flex; 
}
.icon-size {
    font-size: 14px;
    margin-right: 2px;
}
button .icon-size {
    margin-right: 0 !important;
}
header::after ,
header::before { 
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    max-width: 400px;
    height: 100%;
    content: "";
    background: linear-gradient(to left, var(--higlight-shadow),transparent);
    z-index: 0;
}
header::after {
    left: 0;
    background: linear-gradient(to right, var(--higlight-shadow),transparent);
}
header .buttons button {
    padding: 10px 15px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    font-size: 0.95rem !important;
    transition: 0.25s ease;
} 
header .buttons button:hover {
    background: rgb(255 255 255 / 5%);
    color: rgb(255, 255, 255);
}
section {
    padding: 0 40px;
    display: flex;
    position: relative;
    justify-content: center; 
    align-items: center;
    min-height: 65vh;
    max-width: 100%;
}
.content {
    position: relative;
    z-index: 10;
}
section > div {
    flex: 1;
}
section .left {
    justify-content: center;
    display: flex;
    
}
section .form-card { 
    max-width: 550px; 
}
section .form-card .buttons { 
    margin-top: 20px;
}
section .form-card .buttons button {
    background: var(--main-color);
    padding: 6px 0;  
    padding-left: 30px;
    padding-right: 5px;
    color: #fff;
    border-radius: 9px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 0 8px #0b0b0b, 0 0 0 4px white;
    transition: 0.35s ease;
}
section .form-card .buttons button:hover {
    transform: scale(0.97);
    box-shadow: 0 0 0 1.5px #0b0b0b, 0 0 0 4px var(--higlight-color) !important;
}
section .form-card .buttons button span {
    background: #fff;
    color: #000;
    display: inline-flex; 
    margin-left: 15px;
    padding: 7px 10px;
    border-radius: 6px; 
    justify-content: center;
    align-items: center;
} 
section .form-card .title {
    font-size: 3rem;
    line-height: 105%;
    font-weight: 500;
    color: #fff;
}
section .form-card .subtitle { 
    font-size: 1.08rem;
    margin-top: 10px;
    line-height: 110%;
    color: rgb(225 225 225);
}

section .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

section .form {
    max-width: 500px;
    min-height: 300px;
    border-radius: 12px;
    width: 100%;
    padding: 30px;
    margin-right: auto;
    position: relative;
    left: 80px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff05;
    backdrop-filter: blur(6px);
    color: #fff;
}
section .form::before {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 400px;
    content: "";
    opacity: 0.9;
    z-index: 0;
    background: linear-gradient(to bottom, var(--higlight-shadow),transparent);
}
section .form  * {
    z-index: 100;
    position: relative;
}
section .form .danger {
    background: var(--higlight-shadow);
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    margin-top: 20px;
    border: 1px solid var(--higlight-shadow);
}
section .form .header {
    padding-right: 10px; 
    margin-bottom: 20px;
    box-sizing: border-box; 
    display: flex;
    text-align: end;
    align-items: center;
    justify-content: space-between;
}
section .form .header .logo-form-header {
    display: block; 
    max-width: 175px;
}
section .form .header .logo-form-header img {
    width: 100%;
    height: auto;
}
section .form .header .title {
    font-weight: 500;
    font-size: 1.4rem;
}
section .form .header .subtitle {
    font-weight: 400;
    font-size: 0.95rem;
    color: rgb(126, 126, 126);
}
section .form .form-area {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
section .form button {
    padding: 12px 25px;
    border-radius: 12px;
    background: #1b1b1b;
    color: #9c9c9c;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s ease;
}
.post-item {
    border: 1px solid #dadada17 !important;
}
.post-item * ,.o-card-image-subtitle{
    color: #fff !important;
}
section .form button:focus {
    translate: 0 2px;
    color: #fff;
    background: #272727;
}
section .form button:hover { 
    color: #fff;
    background: var(--higlight-color);
}
section .form .form-area input {
    margin-top: 5px;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    background: #14141447;
    transition: 0.25s ease;
    border:1px solid #ffffff08;
    border-radius: 6px;
}
section .form .attention {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section .form .attention label input:checked + p::before {
    translate: 0;
}
section .form .attention label input:checked + p {
    color: #fff;
    border-color: transparent;
} 
section .form .attention label {
    display: flex;
} 
section .form .attention label p {
    position: relative;
    display: block; 
    padding: 5px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    color: #858585;
    font-size: 0.95rem;
    border-radius: 50px; 
    overflow: hidden;
    transition: 0.5s;
}
section .form .attention label p::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    translate: -100%;
    transition: 0.4s ease;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.01), var(--higlight-shadow));
}
section .form .attention a {
    color: #ebebeb;
    font-size: 0.95rem !important;
}
@media screen and (max-width: 800px){
    footer {
        max-width: 100%;
        overflow: hidden;
    }
    .footer-contact {
        box-sizing: border-box;
    }
    footer .footer-bottom ,
    section .form .attention {
        flex-direction: column;
    }
    section .form .attention label {
        width: 100%;
    }
    section .form .attention a {
        margin-top: 10px;
        box-sizing: border-box;
    }
    section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    p[for="password"]{
        flex-direction column !important;
        white-space: nowrap;
        flex-wrap: wrap;
        gap: 0 !important;
        line-height: 95% !important;
    }
    p[for="password"] a {
        margin: 0 !important;
    }
}
section .form .footer-subtitle {
    margin-top: 10px;
    text-align: center;
    color: #ebebeb;
    font-size: 0.95rem !important;
}
section .form .footer-subtitle a {
    color: var(--higlight-color);
}
section .form .attention label input {
    display: none;
}
section .form .form-area input:focus {
    box-shadow: 0px 7px 20px -10px var(--higlight-color);
    border-color: var(--higlight-color);
}
section .form .form-area label {
    font-size: 0.96rem; 
}
.products {
    max-width: 400px;
    padding-top: 20px;
    gap: 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.products .item { 
    width: calc(50% - 50px); 
    padding: 5px 15px;
    padding-left: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 15px;
    line-height: 100%; 
}
.products .item .item-title {
    color: #fff;
    font-weight: 700;
}
.products .item .item-subtitle {
    color: #dadada;
    font-size: 0.9rem;
}
.products .item  {
    cursor: pointer;
}
.section-underflow circle {
    fill: var(--higlight-color) !important;
}
.section-underflow g path {
    stroke: var(--higlight-color) !important;
}
.section-underflow g path[fill=white]{
    fill: var(--higlight-color) !important;
}
.how-works-card .btn-primary {
    background:  #ffffff08 !important;    
}
.how-works-card .btn-primary:hover {
    background: var(--higlight-color) !important;
    color: #fff !important;
}
.products .item .image {
    background: var(--higlight-color);
    height: 40px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center; 
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    transform: scale(0.95);
    transition: 0.4s ease;
}
.products .item:not(:hover) .image {
    transform: scale(1);
    border: 1px solid #ffffff0f !important;
    color: #fff !important;
    background: #f2f2f205 !important;
}
.products .item .image .icon-text { 
    font-size: 1.2rem !important; 
}
.products .item img {
    min-width: 30px; 
    max-width: 30px; 
}
.swiper-pagination { 
    position: absolute;
    bottom: 105% !important;
    right: 100% !important;
    max-width: max-content;
}
.swiper-pagination-bullet {
    padding: 0;
    height: 4px !important;
    border-radius: 4px !important;
    transition: 0.25s;
    background: red;
    width: 10px !important;
}

.swiper-pagination-bullet-active {
    background: var(--higlight-color) !important;
    width: 50px !important;
}
.content-how-is {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content-how-inner {
    display: flex;
    gap: 40px;
    max-width: 80%;
    padding-top: 120px;
    box-sizing: border-box;
}
.content-how-is .title {
    font-size: 2.2rem;
    max-width: max-content;
    font-weight:500;
    color: #fff;
    border-bottom: 1px solid white;
}
.content-how-inner .content-step:nth-child(2n + 1){
    translate: 0 -40px;
}
.content-how-inner .content-step:hover { 
    background: #ffffff05;
    box-shadow:  0px 30px 60px -25px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
}  
.content-how-inner .content-step:hover .step-index {
    transform: scale(0.9);
}
.content-how-inner .content-step {
    max-width: 275px;
    text-align: center;
    padding: 20px;
    transition: 0.35s ease;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0);
}
.content-how-inner .content-step button {
    margin-top: 20px;
    padding: 9px 30px;
    border-radius: 50px;
    background: var(--higlight-color);
    color: #fff;
    cursor: pointer;
    transition: 0.35s ease;
}
.content-how-inner .content-step button:hover {
    opacity: 0.8;
    translate: 0 2px;
} 
.content-how-inner .content-step .step-index {
    position: relative;
    font-size: 1.1rem;
    font-weight: 400;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff0f;
    transition: 0.35s ease;
}

.content-how-inner .content-step .step-title {
    font-size: 1.3rem;
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 5px;
}

.content-how-inner .content-step .step-subtitle {
    font-size: 0.95rem;
    color: #575757;
}
.content.flex {
    display: flex;
    margin-top: 100px;
}
.how-works-card {
    margin: 0 auto; 
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
}
.how-works-card .btn-primary {
    padding: 10px 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    cursor: pointer;
    font-size: 1.05rem;
    background: #243135;
    border-radius: 50px;
    transition: 0.35s ease;
}
.how-works-card .btn-primary:hover {
    filter: brightness(0.9);
    translate: 0 2px;
}

.how-works-card::before {
    width: 0;
    height: 0;
    background: rebeccapurple;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    translate: -50% -50%; 
    z-index: -1;
}
.how-works-card .title {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.how-works-card .subtitle {
    font-size: 1.05rem;
    color: var(--higlight-color) !important;
    width: max-content;
    position: relative;
    text-align: center;
}
.how-works-card .subtitle:not(.no-border)::before {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 2px;
    border-radius: 40px;
    background: linear-gradient(to left, transparent, var(--main-light-color), transparent);
    content: "";
}
.how-works-card .how-works-cards {
    display: flex;
    gap: 15px;
    margin-top: 50px;
    box-sizing: border-box;
}
.how-works-card .how-works-cards .works-card {
    position: relative;
    max-width: 350px;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    background: rgb(255 255 255 / 2%); 
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.45s ease;
    overflow: hidden;
    border-radius: 12px;
}
.how-works-card .how-works-cards .works-card .card-title {
    color: #fff !important;
}
.how-works-card .how-works-cards .works-card .icon {
    background: none !important;
}
.how-works-card .how-works-cards .works-card::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--higlight-shadow), transparent);
    content: "";
    opacity: 0;
    transition: 1s ease;
    translate: -100% 0;
}
.how-works-card .how-works-cards .works-card::after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    translate: -95% -50%;
    background: var(--higlight-color);
    opacity:0 !important;
    content: ""; 
    transition: 1s ease; 
}
.how-works-card .how-works-cards .works-card:hover {
    background: var(--main-color); 
    color: #fff;
    translate: 0 10px;
    box-shadow:  0px 20px 60px -25px rgb(0 0 0);
}
.how-works-card .how-works-cards .works-card:hover::after {
    opacity: 1; 
    translate: -100% 0;
}
.how-works-card .how-works-cards .works-card:hover:before {
    opacity: 1; 
    translate: 0 0;
}
.how-works-card .how-works-cards .works-card:hover .icon {
    background: transparent; 
}
.how-works-card .how-works-cards .works-card .card-title {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 4px;
}
.how-works-card .how-works-cards .works-card .card-subtitle {
    color: #696969;
}
.how-works-card .how-works-cards .works-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto;
    margin-bottom: 12.5px;
    background: white;
    color: #fff;
    transition: 0.45s ease;
} 
.user-reports {
    display: flex;
    position: relative;
    gap: 15px;
    scroll-behavior: smooth;
    overflow-y: hidden;
    overflow-x: auto;
    margin-top: 80px; 
    align-items: start !important;
    justify-content: start !important; 
    width: 100%; 
}
.wrapper-users {
    position: relative;
} 
.user-reports::-webkit-scrollbar {
    display: none;
}
.user-reports .user-report {
    position: relative;
    min-width: 400px;
    padding: 25px 30px;
    padding-left: 30px;
    border-radius: 12px;
    background: var(--main-color);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.11);
    max-width: 400px;
    transition: 0.35s ease;
    overflow: hidden;  
    border: 1px solid #ffffff08 !important; 
    color: #fff !important;
    background: #f2f2f200 !important;
}
.user-reports .user-report::before {
    position: absolute;
    width: 90%;
    height: 130%;
    background: linear-gradient(to left, var(--higlight-shadow),transparent);
    top: 0;
    left: 50%;
    transform: rotate(40deg);
    z-index: 1;
    transition: 0.4s ease;
    content: "";
} 
.user-reports .user-report:hover {
    transform: scale(0.98);
}
.user-reports .user-report:hover:before {  
    width: 110%;
    height: 120%;
}
.user-reports .user-report .user-header {
    display: flex;
    position: relative;
    z-index: 50;
    align-items: center;
    gap: 10px;
    line-height: 110%;
    margin-bottom: 10px;
}
.user-reports .user-report .user-header img {
    max-width: 70px;
    position: absolute;
    right: -0px;
    top: 0;
    transition: 0.35s ease;
}
.user-reports .user-report .user-header .profile {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff08;
    background: #ffffff05;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-reports .user-report:hover img {
    opacity: 0;
}
.user-reports .user-report .user-header .title {
    font-size: 1rem;
    font-weight: 400;
    border: 0;
    margin-bottom: 2px;
    color: #fff;
}
.user-reports .user-report .user-message {
    position: relative;
    z-index: 50;
    font-weight: 400;
    line-height: 140%;
    font-size: 0.95rem;
    color: #8e8e8e;
}
.user-reports .user-report .user-header .subtitle {
    font-size: 1rem;  
    opacity: 0.8;
} 
.user-reports .user-report .user-header img:not(.icon-logo),
.user-reports .user-report .user-header svg { 
    color: rgb(209, 209, 209);
    width: 40px;
    height: 40px;
    object-fit: cover;
}
@media screen and (max-width: 900px) {
    .swiper-slide {
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }
    header {
        max-width: 100%;
    }  
    header:not(.show) .menu-wrapper { 
        opacity: 0;
        visibility: hidden;
    }
    .menu-wrapper {
        position: fixed !important;
        left: 0;
        top: 0;
        min-height: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important; 
        padding-bottom: 100px !important; 
        overflow: hidden;
        z-index: 9999999 !important;
        background: var(--main-color) !important;
        flex-direction: column;
    } 
    header::after {
        z-index: 0;
    }
    .menu {
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
        gap: 20px;
        display: flex;
    }
    .menu ul {
        gap: 0px !important;
        justify-content: start; 
        flex-direction: column;
    }
    .menu ul li {
        font-size: 1.15rem !important;
    }
    .menu ul .multibox-inner {
        z-index: 1000; 
    }
    .menu ul .multibox-inner ul {
        background-color: rgb(255, 255, 255);
    }
    .menu ul .multibox-inner ul li {
        color: var(--main-color) !important;
        width: 100% !important;
    }
    section {
        padding: 0 20px; 
        position: relative;
        justify-content: center; 
        align-items: center;
        min-height: 65vh;
        max-width: 100%;
        display: flex;
    }
    .content-step {
        max-width: 95% !important;
    }
    .user-report {
        max-width: 100% !important;
        min-width: 80% !important;
    }
    p.title {
        text-align: center;
        font-size: 1.6rem !important;
    }
    p.subtitle {
        text-align: center;
        font-size: 0.95rem !important;
    }
    .user-report p.title {
        font-size: 1rem !important;
    }
    .user-report p.subtitle {
        text-align: start !important;
        font-size: 0.95rem !important;
    }
    .user-reports {
        margin-top: 20px;
    }
    .how-works-card .subtitle {
        max-width: 95% !important; 
    }
    .how-works-card .subtitle:not(.no-border)::before {
        top: 130%;
    }
    section .form-card .buttons button {
        width: 100%;
    }
    .how-works-card p {
        max-width: 95%;
    }
    .content.flex {
        max-width: 95%;
    }
    section .right { 
        order: 1 !important;
    }
    section .left { 
        order: 2 !important;
        max-width: 95%;
        margin-top: 100px !important;

    }
    section .form {     
        left: 0; 
    }
    .form-card {
        max-width: 95% !important;
    }
    .how-works-card.two {
        margin-top: 100px;
    }
    section,
    .content-how-inner,
    .how-works-cards {
        flex-direction: column;
    }
    .how-works-card {
        padding: 20px 0; 
        text-align: center;
        overflow: hidden;
        color: #000;
        max-width: 100%;
    }  
    .multibox-inner {
        left: -50% !important;
    }
    .title {
        max-width: 85%;
    }
    .subtitle {
        max-width: 85%;
    }
    .left,.right {
        margin: 0  !important;
    }  
    .section-underflow .title  {
        color: #fff !important;
    }
    .section-underflow .subtitle {
        color: #414141 !important;
    }
    .section-underflow > svg {
        display: none;
    }
    .how-works-cards {
        max-width: 95% !important;
    }
    .works-card {
        max-width: 100% !important;
    }
    .works-card:hover {
        translate: 0 !important;
        box-shadow: 0 0 0 0 red !important;
    }
    .menu-wrapper {
        height: max-content !important; 
    }
    header button {
        font-size: 1.2rem !important;
    }
    .form-header-indent{
        text-align: end !important;
        padding: 0;
        display: flex;
        flex-direction: column; 
        align-items: end;
    }
}
@media screen and (max-width: 900px) {
    
}
@media screen and (min-width: 899px) {
    .show-m {
        display: none !important;
    }
}
*:is(.hamburger,.close-header) {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0);
    border-radius: 4px;
    display: grid;
    place-items: center;
    color: #fff; 
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 20px;
    z-index: 10; 
}
*:is(.hamburger,.close-header):hover {
    background: rgba(255, 255, 255, 0.1) !important;
}
*:is(.hamburger,.close-header) svg {
    width: 20px;
    height: 20px;
}
.close-header {
    position: absolute;
    top: 35px;
    right: 15px;
    left: auto;
    z-index: 9999999999999; 
}
.close-header svg {
    width: 30px;
    height: 30px;
}
.show-m img {
    object-fit: contain;
}