body {
    font-family: 'Poppins', sans-serif;
    font-family: 'Lexend Zetta', sans-serif;
font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, span {
    font-family: 'Lexend Zetta', sans-serif;
    font-family: 'Poppins', sans-serif;
}
h1.bold {
    font-size: 48px;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
    color: #fff;
}
h2.semi-bold {
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
}
h3.semi-bold {
    font-size: 26px;
    line-height: 120%;
    font-weight: 600;
}
h4.medium {
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
}
h5.bold {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}
p.medium{
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}
p.second-medium {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
}
p.regular {
    font-size: 22px;
    line-height: 120%;
    font-weight: 400;
}
p.second-regular {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
}
p.three-regular {
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}
p.four-regular {
    color: #E6921B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.m-0 {
    margin: 0;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-50 {
    margin-left: 50px;
}
.ml--15 {
    margin-left: -15px;
}
.text-uppercase {
    text-transform: uppercase;
}
a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
a.btn, button.btn {
    background-color: #ffa21e;
    color: #fff;
}
a.btn:hover, a.btn:focus, a.btn:focus-visible, a.btn:active {
    background-color: #0B0800 !important;
    color: #ffa21e !important;
}
button.btn {
    padding: 7px 28px;
    color: #FFF;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
button.btn:hover, button.btn:focus, button.btn:focus-visible, button.btn:active {
    background-color: #FFE2B9 !important;
    color: #FFA21E !important;
}
.align-center {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.section {
    padding: 50px 0px;
    overflow: hidden;
}
.btn-send button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    text-decoration: none;
}
.btn-send button:hover:disabled {
    text-decoration: none;
    cursor: not-allowed;
}

/* Start Header */
header {
    min-height: 104px;
}
.navbar {
    padding-top: 34px !important;
    padding-bottom: 10px !important;
}
.navbar-nav {
    gap: 35px;
    align-items: center;
}
a.nav-link {
    color: #0B0800;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    border-bottom: solid 2px transparent;
    transition: color 0.3s, border-bottom-color 0.3s;
    white-space: nowrap;
}
a.nav-link.active, a.nav-link:hover, a.nav-link:focus {
    color: #E6921B;
    border-bottom: solid 2px;
}
.nav-item {
     list-style: none;
}
.col-call {
    gap: 26px;
}
.col-call a.btn {
    display: flex;
    width: 186px;
    height: 42px;
    border-radius: 10px;
    padding: 10px 11px;
    align-items: center;
    gap: 3px;
}
a.btn svg {
    fill: #fff;
}
a.btn:hover svg, a.btn:focus svg, .btn:focus-visible svg,  a.btn:active svg {
    fill: #FFA21E;
}
.lang-menu {
    border-radius: 6px;
    border: 1px solid #E6921B;
    display: flex;
    width: 46px;
    padding: 4px;
    align-items: center;
}
.lang-menu a {
    color: #E6921B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
    padding: 0px !important;
    border-bottom: none;
}
.lang-menu a:hover, .lang-menu a:focus, .lang-menu a:active {
    border-bottom: none;
}
.lang-menu ul.dropdown-menu {
    border-radius: 6px;
    border: 1px solid #E6921B;
    min-width: 46px;
    padding: 4px;
    align-items: center;
    max-width: 46px;
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu.show:hover, .dropdown-menu.show a:hover,  .dropdown-menu.show li:hover {
    background-color: #FFE2B9;
}
.dropdown-toggle::after {
    display: none !important;
}
.lang-menu a svg {
    margin-left: -4px;
}
.lang-menu a:hover {
    color: #e6921b;
}
.orange {
    fill: #8D877F;
}
.orange:hover {
    fill: #FFA21E;
}
.navbar .mob-button .mob--button button {
    border: none;
    color: #FFA22E;
        --bs-navbar-toggler-icon-bg: none;
   background-image: url(../img/icon/burger.svg);
       background-position: center;
    background-repeat: no-repeat;
}
.navbar .mob-button .mob--button button:hover, .navbar .mob-button .mob--button button:focus, .navbar .mob-button .mob--button button:active, .navbar .mob-button .mob--button button:focus-visible {
    color: #FFA21E;
    --bs-navbar-toggler-focus-width: none;
}

/* Start content */
.banner-overlay {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(40, 40, 40, 0.7);
    border-radius: 15px;
}
.banner h1, .banner p {
    position: relative;
    z-index: 1;
    color: #fff;
}
.orange-text {
    color: #FFA21E;
}
.white-text {
    color: #fff !important;
}
.banner p {
    padding-top: 90px;
}
.banner-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.banner__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    border-radius: 15px;
}
.block-video-txt {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translate(0%, -50%);
}
.counter-box span {
    color: #FFA21E;
    font-size: 56px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}
.space-nowrap {
    white-space: nowrap;
}
.img-about {
    margin-top: -40px;
}
.txt-about h2 {
    margin-top: 50px;
}
.img-client {
    filter: grayscale(1);
}
.img-client:hover {
    filter: none;
}
.fix-height {
    height: 122px;
}
.button-orange {
    display: inline-flex !important;
    width: 230px;
    height: 58px;
    padding: 10px 11px !important;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
}
.button-orange p {
    font-size: 20px;
}
.content-box {
    border-radius: 12px;
    box-shadow: 2px 2px 10px 0px rgba(203, 203, 203, 0.50);
    padding: 38px 20px 28px 20px;
    height: 100%;
    background-color: #fff;
}
.content-box:hover {
    box-shadow: 3px 3px 10px 0px rgba(120, 95, 59, 0.50)
}
.number-box {
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    float: inline-start;
    margin-top: -6px;
    margin-right: 10px;
}
.section-advantages .row-advantages>* {
    padding-right: calc(var(--bs-gutter-x) * .3) !important;
    padding-left: calc(var(--bs-gutter-x) * .3) !important;
}
.section-advantages .row-advantages .pt-10 {
    padding-top: 10px;
}
.box-oferta {
    border-radius: 12px;
    padding: 48px 5px 58px 18px;
    height: 325px;
    position: relative;
}
.box-oferta:hover {
    box-shadow: 3px 3px 10px 0px rgba(120, 95, 59, 0.50)
}
.box-oferta-black {
    background: #231502;
}
.box-oferta h3 {
    line-height: 160%;
}
.box-oferta-black svg {
    margin-top: 16px;
}
.box-oferta-orange {
    background: #FFA21E;
}
.box-oferta p {
    line-height: 120%;
    font-size: 16px;
}
.box-oferta .second-p {
    float: left;
    margin-bottom: 0;
}
.box-oferta a {
    display: flex;
    padding: 14px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    max-height: 47px;
    border-radius: 7px;
    background-color: #231502;
    margin: 0 auto;
    position: absolute;
    bottom: 32px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.box-oferta a:hover {
    background-color: #392e1f !important;
}
.box-oferta a:hover p {
    color: #ffe2b9;
}
.mob-carousel .swiper-wrapper {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}
.mob-carousel .swiper-wrapper .swiper-slide {
height: auto;
    width: 25%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.contact-section {
    background-color: #ffa21e;
    /*height: 455px;*/
    background-image: url(../img/bg/bg_contact.png);
    background-size: cover;
    padding: 76.5px 0px;
}
input[type="text"], input[type="email"], textarea {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    background: #FFF;
    padding: 14px 26px;
    border: none;
}
textarea {
    height: 91px;
}
.contact-section .contact-block form button {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}
.button-black {
    border-radius: 10px !important;
    background: #0B0800 !important;
    display: flex;
    width: 100%;
    height: 59px;
    padding: 17px 123px;
    justify-content: center;
    align-items: center;
}
.scene {
    position: absolute !important;
    overflow: hidden;
    width: 100%;
    height: 5700px;
    z-index: -1;
}
.scene .img__scene {
    padding-top: 180px !important;
    left: -240px !important;
}
.img__1 {
    left: 2% !important;
    top: 35rem !important;
}
.img__2 {
    left: auto !important;
    top: 57rem !important;
    right: 0px !important;
}
.img__3 {
    left: auto !important;
    top: 34rem !important;
    right: 1% !important;
}
.img__4 {
    margin-left: -270px;
    margin-top: 70em;
}
.img__5 {
    left: auto !important;
    top: 82rem !important;
    right: 3% !important;
}
.img__6 {
    left: 30% !important;
    top: 110rem !important;
}
.img__6 img {
    max-width: 65px ;
}
.img__7 {
    left: 60% !important;
    top: 107rem !important;
}
.img__8 {
    left: 7% !important;
    top: 165rem !important;
}
.img__9 {
    left: 2% !important;
    top: 180rem !important;
}
.img__10 {
    left: 9% !important;
    top: 220rem !important;
}
.img__11 {
    left: auto !important;
    top: 200rem !important;
    right: -280px !important;
}
.img__11 img {
    transform: rotate(284deg);
}
.img__12 {
    left: auto !important;
    top: auto !important;
    right: -42px !important;
    bottom: 42rem !important;
}
.img__13 {
    left: auto !important;
    top: auto !important;
    right: -280px !important;
    bottom: 0rem;
}
.img__14 {
    left: 7% !important;
    top: auto !important;
    bottom: 40rem;
}
.img__15 {
    left: 2% !important;
    top: auto !important;
    bottom: 15rem;
}
.img__16 {
    left: 9% !important;
    top: auto !important;
    bottom: 4rem !important;
}
.img__17 {
    left: 39% !important;
    top: auto !important;
    bottom: 0rem !important;
}
body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.swiper-button-next:focus-visible {
    outline: none;
}
.btn-shine {
    position: relative;
    overflow: hidden;
}
.btn-shine::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}
.btn-shine:after, .btn-shine:after {
    animation: sheen 3s forwards;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}
.link-policy a {
    color: #231502;
    text-decoration: none;
}
.link-policy a:hover {
    color: #FFA21E;
}
.policy h2.semi-bold {
    font-size: 30px;
}
.drop {
    width: 347px;
    height: 234px;
    top: 80px;
    right: -25px;
    border-radius: 10px !important;
    background: #FFF;
    padding: 12px 60px !important;
    text-align: center !important;
    box-shadow: 2px 2px 10px 0px rgba(203, 203, 203, 0.50);
}
.header_contact ul, .hide ul {
    list-style: none;
}
span.icon-contact {
    cursor: pointer;
}
.drop h5.bold {
    margin-bottom: 0;
}
.hide {
    display: none;
}
.hide.show {
    display: block;
}
.drop {
    position: absolute;
    z-index: 3;
}
.drop span.orange-text  {
    font-size: 15px;
    font-weight: 600;
}
.drop .drop-text {
    font-size: 15px;
    line-height: 22px;
}
.drop .drop-work-time {
    font-size: 15px;
    line-height: 22px;
}
.drop .drop-mail {
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
}
.drop .drop-tel {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}
.drop .drop-btn {
    width: 162px !important;
    height: 37px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.drop .drop-btn svg {
    width: 16px;
    height: 16px;
}
.drop .drop-btn h4 {
    width: 162px;
    padding: 10px 0px;
    font-size: 14px;
}

/* Start Footer */
.footer {
    background-color: #271F15;
    border-radius: 15px 15px 0 0;
    padding: 51px 0 18px;
    background-image: url(../img/bg/bg_footer_left.png), url(../img/bg/bg_footer_right.png);
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right bottom;
    position: relative;
    z-index: 1;
}
.footer p {
    line-height: 25px;
    margin-bottom: 0px;
}
.footer a.nav-link {
    padding: 0px;
    border-bottom: none;
}
footer .navbar-nav  {
    gap: 5px;
    align-items: normal;
}
footer a.nav-link.active, footer  a.nav-link:hover, footer  a.nav-link:focus, footer  a.nav-link:focus-visible {
    color: #E6921B !important;
    border-bottom: none;
    outline: none;
}
footer p.medium {
    font-weight: 700;
    line-height: 22px;
}
footer .form input[type="text" i] {
    width: 200px;
    height: 36px;
    border-radius: 8px;
    background: #F2FBFF;
    border: none;
    padding: 7px 9px;
}
footer .form input[type="text" i]:focus-visible {
    border: none;
    outline: none !important;
}
footer .form {
    display: flex;
    gap: 10px;
}
.footer::before {
    content: "";
    position: absolute;
    height: 319px;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.footer::after {
    content: "";
    position: absolute;
    height: 319px;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}
.bg-right {
    position: absolute;
}
.bg-right img {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 1;
    right: 0px;
}
.video-realization {
    overflow: hidden;
    border-radius: 15px;
    height: 525px;
}
.first-block-img img {
    height: 525px;
    border-radius: 15px;
    width: -webkit-fill-available;
    width: -moz-available;
}
.block-img {
    gap: 14px;
}
.block-img img {
    max-width: 545px;
    border-radius: 15px;
}
.swiper-button-next:after {
    content: "" !important;
}
.swiper-carousel {
    overflow: hidden;
}
.footer-block-developed {
    margin-top: 18px;
}
.footer-block-developed a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 100;
    color: #4141410f;
}
.footer-block-developed:hover> a {
    color: #4141410f !important;
}
.swiper-mobile {
    display: none;
}
.checkbox {
    display: inline-block;
}
.checkbox label, .checkbox label a {
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    text-decoration: none;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #fff;
}
.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #fff;
    border: none;
    border: 1px solid #0B0800;
}

.checkbox label::after {
    height: 7px;
    width: 13px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 7px;
    top: 11px;
}
.custom-checkbox:checked + label::before {
    background-image: url(../img/icon/checkbox.svg);
}

/* Start Responsive */
@media (min-width: 1400px) {
  .container {
    max-width: 1216px !important;
  }
}

@media (max-width: 1280px) {
    .img-about {
        width: auto;
        height: 450px;
    }
}

@media (max-width: 1024px) {
    .img-about {
        width: auto;
        height: 370px;
    }
    .navbar-nav, .col-call {
        gap: 10px;
    }
    .txt-about h2 {
        margin-top: auto;
    }
    .block-img img {
        max-width: 100%;
    }
    .first-block-img img {
        width: 100%;
        height: auto;
    }
    footer .form {
        display: inline-grid;
        gap: 10px;
    }
    .footer-block-developed {
        margin-top: 74px;
        white-space: nowrap;
    }
    .img-client {
        margin: 10px 0px;
        width: 145px;
        height: auto;
    }
}
@media (max-width: 992px) {
    h1.bold {
        font-size: 20px;
        text-align: center;
    }
    p.medium {
        font-size: 18px;
        text-align: center;
    }
    .navbar .mob-button .mob--button button {
        margin-left: 60px;
    }
    .navbar-collapse .navbar-nav {
        gap: 0px;
        background-color: #fff6e9;
    }
    .col-call {
        flex-direction: row !important;
        margin-top: 0px;
        position: absolute;
        top: 5px;
    }
    .mob-btn-col {
        position: absolute;
        right: 0;
        top: 15px;
    }
    .img-about {
        width: 100%;
        height: auto;
        margin-top: auto;
    }
    .box-oferta {
        margin: 10px 0px;
    }
    .contact-section {
        height: auto;
    }
    .video-realization {
        width: 100%;
        height: 100% !important;
    }
    .video-realization video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .block-img img {
        width: 100%;
    }
    .swiper-slide .row {
        gap: 14px;
    }
    .swiper-button-next {
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
    .row-advantages {
        gap: 10px;
    }
    .section-advantages .row-advantages .pt-10 {
        padding-top: 0px;
    }
    .section-advantages .row-advantages>* {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .block-video-txt {
        top: 43%;
        left: 1.5%;
        position: absolute;
        right: 0;
    }
    .mob-row {
        gap: 45px;
    }
    .mob-row .ml--15 {
        margin-left: auto;
    }
    .footer-form {
        margin-bottom: 100px;
    }
    .footer-copyright {
        position: absolute;
        bottom: 40px;
    }
    footer p.medium {
        text-align: left;
    }
    .footer {
        background-image: url(../img/bg/bg_footer_left.png);
        background-size: cover;
        background-position: left bottom, right bottom;
    }
    footer .form {
        display: flex;
        gap: 10px;
    }
    .footer-block-developed {
        margin-top: auto;
        position: absolute;
        bottom: 40px;
        right: 10%;
    }
    .box-oferta-black svg {
        transform: rotate(90deg);
    }
    .mob-carousel .swiper-wrapper .swiper-slide {
        width: 100%;
    }
    .banner-video {
        height: 80vh;
        margin-top: 80px;
    }
    header {
        min-height: 78px;
        position: fixed;
        background: #fff;
        width: 100%;
        z-index: 2;
    }
    .navbar {
        padding-top: 10px !important;
    }
}
@media (max-width: 770px) {
    .swiper {
        display: none !important;
    }
    .swiper-mobile {
        display: block !important;
        overflow: hidden;
    }
    .first-block-img img {
        height: 346px;
    }
    .block-img img {
        height: 169px;
    }
    .img__1 {
        top: 14rem !important;
        left: 52% !important;
    }
    .img__3 {
        right: 31% !important;
    }
    .img__5 {
        right: 55% !important;
    }
    .img__4 {
        margin-left: 205px !important;
    }
    img__17 {
      left: 14% !important;
     }
    .scene {
        height: 440rem;
    }
    .video-realization video {
        /*height: 346px;
        width: auto;*/
        -webkit-border-radius: 15px;
        border-radius: 15px;
        -webkit-appearance: none;
    }
    .video-realization {
        width: 100%;
        height: 345px !important;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        -webkit-appearance: none;
    }
}

@media (max-width: 720px) {
    .swiper-button-next {
        margin-top: 20px !important;
    }
    .mob-btn-col {
        position: initial;
        text-align: center;
    }
    .mob-button {
        width: 120% !important;
    }
    .mob--button {
        display: contents;
    }
    .col-call {
        display: inline-flex !important;
    }
    .get-call {
        order: 2;
    }
    .mob-icon-phone {
        order: 1
    }
    .lang-menu {
        order: 3;
    }
    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }
    .block-video-txt {
        left: 3%;
    }
    .counter-box span {
        font-size: 30px;
    }
    p.four-regular {
        font-size: 10px;
    }
    .footer-copyright {
        bottom: 70px;
    }
    .footer-block-developed {
        bottom: 30px;
        right: auto;
        left: auto;
    }
    .mob-carousel .swiper-wrapper {
        flex-wrap: nowrap;
    }
    .fix-height {
        height: auto;
    }
    .mob-carousel .swiper-wrapper .swiper-slide {
        padding-right: inherit;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .mob-display-none {
        display: none;
    }
    .swiper-button-next {
        display: none !important;
    }
    .swiper-slide .row {
        gap: 0;
    }
    .swiper-slide .block-img {
        gap: 8px;
    }
    .second-block-realization {
        padding-left: 4px !important;
    }
    .block-video-txt {
        top: 53%;
    }
    .banner p {
        padding-top: 35px;
    }
    .policy h2.semi-bold {
        font-size: 22px;
    }
    .get-call {
        display: none;
    }
   /* .navbar {
        padding-top: 32px !important;
    }*/
    .col-call {
        top: 27px;
        right: 59px;
    }
    .drop {
        transform: translateX(27%);
        top: 30px;
        right: 30px;
        box-shadow: 100px 100px 25px 600px rgba(152, 152, 152, 0.55);
        transform: translateX(50%);
    }
    .hide {
        height: 100vh;
        position: fixed;
        z-index: 2;
    }
}