@font-face {
    font-family: "YouthBold";
    src: url("../fonts/YouthBold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "YouthLight";
    src: url("../fonts/YouthLight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "YouthMedium";
    src: url("../fonts/YouthMedium.otf") format("opentype");
    /*font-weight: 500;*/
    font-style: normal;
}

@font-face {
    font-family: "YouthRegular";
    src: url("../fonts/YouthRegular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "YouthThin";
    src: url("../fonts/YouthThin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "JostRegular";
    src: url("../fonts/Jost/Jost-Regular.woff2") format("opentype");
    /*font-weight: 100;*/
    font-style: normal;
}

@font-face {
    font-family: "JostLight";
    src: url("../fonts/Jost/Jost-Light.woff2") format("opentype");
    /*font-weight: 100;*/
    font-style: normal;
}

@font-face {
    font-family: "JostMedium";
    src: url("../fonts/Jost/Jost-Medium.woff2") format("opentype");
    /*font-weight: 100;*/
    font-style: normal;
}

@font-face {
    font-family: "JostBold";
    src: url("../fonts/Jost/Jost-Bold.woff2") format("opentype");
    /*font-weight: 100;*/
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

ul[class],
ol[class] {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul[class],
ol[class] {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    /*list-style: none;*/
    margin: 0;
    padding: 0;
}


li {
    list-style-position: inside;
}

ul {
    list-style: none;
    padding-left: 0;
}

ul li {
    display: flex;
    align-items: center;
}

ul li::before {
    content: '•';
    margin-right: 24px;
    font-size: 60px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-left: 0;
    width: 9px;
    height: 8px;
    color: #393939;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
  Prevent resizing textareas horizontally by default.
  */

textarea {
    resize: vertical;
}

/*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
  Set the default cursor for buttons.
  */

button,
[role="button"] {
    cursor: pointer;
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
  Make sure disabled buttons don't get the pointer cursor.
  */

:disabled {
    cursor: default;
}

/*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
  */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  */

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

a:hover {
    text-decoration: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}


* {
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    /* font-family: Arial, sans-serif; */
    /* height: 100vh; */
    /* background-color: #000; */
}

body, html {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: YouthRegular, sans-serif;
    /*line-height: 1.5;*/
    line-height: 138.2%;
    letter-spacing: calc(1em / 20);
}

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

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

.c-black {
    color: #292929;
}

.text-black {
    color: #000000 !important;
}

.z-5000 {
    z-index: 5000 !important;
}

.word {
    display: inline-block !important;
}

.object-right-center {
    object-position: right center;
}

.container-full {
    min-height: 100%;
    /*width: 100%;*/
    /*overflow: hidden;*/
}

@media screen and (max-width: 768px) {
    .container-full {
        min-height: auto;
    }
}

.container {
    width: 100%;
    /*height: 100%;*/
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1.875rem;
    /*overflow: hidden;*/
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }
}

.head-text {
    font-family: "YouthMedium", sans-serif;
    line-height: initial;
    font-size: 4rem;
    letter-spacing: calc(1em / 20);
    overflow: hidden;
    /*white-space: nowrap;*/
}
.head-text.fs--md {
    font-size: 3em;
}

.head-text_white {
    color: #ffffff;
}

.text-34 {
    font-size: 2.125rem;
}

@media screen and (max-width: 1150px) {
     .head-text {
        font-size: 3em;
     }
}
@media screen and (max-width: 768px) {
    .head-text {
        line-height: 41.45px;
        font-size: 1.875rem !important;
        letter-spacing: calc(1em / 20);
    }
}

.section__bg {
    background: #181818;
    padding: 80px 0;
    border-radius: 30px;
    color: #fff;
}
.section__mg {
    margin: 190px 0;
}
.section__mgt {
    margin-top: 190px
}
.section__head {
    margin-bottom: 70px;
}
.section__intro {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.38182;
    letter-spacing: 0.1em;
    color: #292929;
    font-family: "JostRegular", sans-serif;
    overflow: hidden;
}
@media screen and (max-width: 1150px) {
    .section__mg {
        margin: 100px 0;
    }
    .section__mgt {
        margin-top: 100px
    }
    .section__head {
        margin-bottom: 50px;
    }
    .section__intro {
        font-size: 20px;
    }
}
@media screen and (max-width: 610px) {
    .section__mg {
        margin: 60px 0;
    }
    .section__mgt {
        margin-top: 100px
    }
    .section__head {
        margin-bottom: 40px;
    }
    .section__intro {
      margin-top: 10px;
      font-size: 16px;
    }
}

.text--center {
    text-align: center;
}

/*navbar*/
.navbar {
    height: 60px;
    width: 100%;
    /*background: #0e0e0e;*/
    position: absolute;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px 0 30px;
    opacity: 0;
}

.navbar .logo {
    z-index: 5;
    position: fixed;
}
.navbar .logo img {
    max-width: 200px;
}

.navbar__menu {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 50px;
}


.navbar__menu {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 50px;
}
.navbar__menu li {
    position: relative;
}
.navbar__menu li:before {
    display: none !important;
}
.navbar__menu li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20.23px;
    font-family: 'JostRegular', sans-serif;
    letter-spacing: calc(1em / 20);
    transition: opacity 0.4s ease-in !important;
}
.navbar__menu li.parent > a:after {
    content: '';
    border-top: 5px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}
.navbar_black .navbar__menu li a {
    color: #292929;
}
.navbar__menu ul {
    position: absolute;
    left: 0; top: 100%;
    padding-top: 10px;
    opacity: 0; visibility: hidden;
    transition: all 0.3s ease;
}
.navbar__menu li:hover ul {
    opacity: 1; visibility: visible;
}
.navbar__menu ul li + li {
    margin-top: 10px;
}


.navbar__menu li a:hover {
    opacity: 70% !important;
}
.navbar__menu li a:active {
    opacity: 90% !important;
}

.navbar__link {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20.23px;
    font-family: 'JostRegular', sans-serif;
    letter-spacing: calc(1em / 20);
    transition: opacity 0.4s ease-in !important;
}

.navbar_black .navbar__link {
    color: #292929;
}

.navbar_black .logo img {
    filter: invert(1);
}

.navbar__link:hover {
    opacity: 70% !important;
}

.navbar__link:active {
    opacity: 90% !important;
}

.navbar__user-menu {
    display: flex;
    align-items: center;
    position: fixed;
    right: 1.875rem;
}

.navbar__select-lang {
    margin-right: 24px;
    position: relative;
    float: left;
    min-width: 42px;
}

.navbar__select-lang select::-ms-expand {
    display: none;
}

.navbar__select-lang:after {
    content: "▼";
    font: 10px "Consolas", monospace;
    color: #ffffff;
    right: 0;
    /*Adjust for position however you want*/
    top: 8px;
    /*left line */
    position: absolute;
    pointer-events: none;
}

.navbar_black .navbar__select-lang:after {
    color: #292929;
}

.navbar__select-lang select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    background: none;
    font-family: 'JostRegular', sans-serif;
    color: #ffffff;
    display: block;
    width: 100%;
    max-width: 32px;
    height: auto;
    float: right;
    margin: 5px 0px;
}

.navbar_black .navbar__select-lang select {
    color: #292929;
}

.navbar__select-lang select:focus {
    outline: 0;
}

.navbar__select-lang option {
    background: none;
    color: #000000;
}

.navbar-burger {
    position: relative;
    width: 10.625rem;
    height: 3.125rem;
    border-radius: 0.625rem;
    padding: 3px;
    display: flex;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.navbar-burger::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 50%;
    background-color: #292929; /* Dark mask with 50% opacity */
    border-radius: 0.625rem; /* Ensure the border-radius matches the .blur-description */
    z-index: -1; /* Ensure the mask is behind the .blur-description content */
}

.navbar_black .navbar-burger::before {
    opacity: 80%;
}

/*.navbar_black .navbar-burger {*/
/*    background: #545454;*/
/*}*/

.navbar-burger__button-join {
    background: #9F9F9F;
    height: 100%;
    width: 107px;
    border-radius: 10px;
    border: 0;
    font-family: 'YouthMedium', sans-serif;
    font-size: 12px;
    letter-spacing: calc(1em / 20);
    text-transform: uppercase;
    color: #292929;
    transition: opacity 0.4s ease-in;
}

.navbar_black .navbar-burger__button-join {
    background: #DDDDDD;
}

.navbar-burger__button-join:hover {
    opacity: 70%;
}

.navbar-burger__button-join:active {
    opacity: 90%;
}

.navbar-burger__burger-button {
    position: relative;
    background: none;
    border: none;
    width: calc(100% - 107px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.navbar-burger__burger-button__line {
    width: 19px;
    height: 1px;
    background: #FFFFFF;
    transform-origin: 1px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

.navbar-burger .checkbox {
    position: absolute;
    display: block;
    height: 100%;
    width: 60px;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
}

/*.navbar-burger__burger-button span:first-child*/
/*{*/
/*    transform-origin: 0% 0%;*/
/*}*/

/*.navbar-burger__burger-button span:nth-last-child(2)*/
/*{*/
/*    transform-origin: 0% 100%;*/
/*}*/

.navbar-burger input:checked ~ .navbar-burger__burger-button span:nth-child(1) {
    transform: rotate(45deg) translate(-2px, -1px);
}

.navbar-burger input:checked ~ .navbar-burger__burger-button span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.navbar-burger input:checked ~ .navbar-burger__burger-button span:nth-child(3) {
    transform: rotate(-45deg) translate(-1px, -1px);
}

.navbar-burger-menu {
    position: fixed;
    top: 10px;
    right: 27px;
    width: 176px;
    height: auto;
    /*background: #292929;*/
    z-index: -1;
    border-radius: 1rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 83px;
    padding-bottom: 30px;
    display: flex;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.navbar-burger-menu .navbar__link {
    color: #FFFFFF;
}

.navbar-burger-menu .navbar__link:not(:first-child) {
    margin-top: 24px;
}

.navbar-burger-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 40%;
    background-color: #292929; /* Dark mask with 50% opacity */
    border-radius: 1rem; /* Ensure the border-radius matches the .blur-description */
    z-index: -1; /* Ensure the mask is behind the .blur-description content */
}

.navbar-burger-menu-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #292929;
    /*opacity: 50%;*/
    z-index: -2;
    display: flex;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/*.navbar-burger input:checked ~ .navbar-burger-menu {*/
/*    display: none;*/
/*}*/

@media screen and (max-width: 1028px) {
    .navbar__menu {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .navbar {
        padding: 1rem 1rem 0 1rem;
    }

    .navbar__user-menu {
        right: 1rem;
    }

    .navbar .logo img {
        width: 131px;
    }

    .navbar-burger-menu {
        top: 9px;
        right: 13px;
    }

    .navbar__select-lang {
        display: none;
    }

    .navbar-burger__button-join {
        font-family: "JostRegular", sans-serif;
    }
}

/*catalog card*/
.catalog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.catalog-card {
    position: relative;
    /*margin-left: 30px;*/
}

.top-dest__blur-description {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px) !important;
    margin-left: 10px;
    margin-bottom: 10px;
}

.blur-description {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.875rem 0.6rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 14px;
}

.blur-description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 50%;
    background-color: #303030; /* Dark mask with 50% opacity */
    border-radius: 14px; /* Ensure the border-radius matches the .blur-description */
    z-index: -1; /* Ensure the mask is behind the .blur-description content */
}

.blur-description__title {
    font-family: "YouthRegular", sans-serif;
    line-height: 33.16px;
    font-size: 1.5rem;
    letter-spacing: calc(1em / 20);
    color: #ffffff;
}

.blur-description__text {
    font-family: "JostRegular", sans-serif;
    line-height: 22.11px;
    font-size: 1rem;
    letter-spacing: calc(1em / 20);
    color: #ffffff;
    margin-top: 14px;
}

@media screen and (max-width: 768px) {
    .blur-description__text {
        font-size: 0.875rem !important;
        margin-top: 10px;
        line-height: 19.35px !important;
    }

    .blur-description__title {
        font-size: 1rem;
        line-height: 22.11px !important;
    }

    .blur-description {
        padding-top: 12px;
        padding-bottom: 18px;
        padding-left: 14px;
    }
}


/*section7*/
.join-section {
    width: 100%;
    height: 878px;
    border-radius: 30px 30px 0 0;
    background: #000;
    position: relative;
    overflow: hidden;
}

.vision-bg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision-bg img {
    width: 100%;
    max-width: 1440px;
    /*height: 100%;*/
    /*margin: 0 auto;*/
    /*!*background-size: cover;*!*/
    /*!*background: url("../images/bgsec7.png") no-repeat 100% 100%;*!*/
    /*background-image: url("../images/bgsec7.png");*/
    /*background-size: 100% 100%;*/
}

.join-app {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    height: 100%;
}

.join-app__title {
    color: #ffffff;
    margin-top: 86px;
    font-family: 'YouthMedium', sans-serif;
    font-size: 5.625rem;
    line-height: 1;
}

.join-app__content {
    margin-top: 16px;
    font-family: "JostRegular", sans-serif;
    letter-spacing: calc(1em / 20);
    font-size: 20px;
    line-height: 27.64px;
    color: #ffffff;
    width: 34.063rem;
}

.join-app__line {
    height: 19.563rem;
    width: 0.063rem;
    background: #393939;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

.join-app a {
    width: 147px;
}

.join-app img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .join-section {
        height: 445px;
    }

    .join-app__title {
        font-size: 1.875rem;
        margin-top: 24px;
    }

    .join-app__content {
        line-height: 19.35px;
        font-size: 0.875rem;
        width: 80%;
        margin-top: 13px;
    }

    .join-app__line {
        height: 2.938rem;
        margin-bottom: 0;
        position: absolute;
        bottom: 74px;
    }

    .join-app a {
        width: 181px;
        position: absolute;
        bottom: 11px;
    }
}

/*footer*/
.footer {
    background: #000;
    color: #ffffff;
    line-height: normal;
    letter-spacing: calc(1em / 33);
}

.footer .grid {
    border-top: 1px solid #393939;
    padding-top: 20px;
}

.footer a {
    transition: opacity 0.4s ease-in;
    color: #ffffff;
}

.footer a:hover {
    opacity: 80%;
}

.footer .logo {
    width: 163px;
}

.footer .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 30px;
}

.footer .footer__logo {
    grid-column: span 3;
}

.footer__nav {
    grid-column: span 3;
    font-family: "JostRegular", sans-serif;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}
.footer__nav.nav--catalog {
    grid-column: span 4;
}
.footer__nav-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 20px;
    margin-top: 30px;
}

.footer__nav > a:not(:first-child) {
    margin-top: 25px;
}

.footer__nav_uppercase {
    font-family: "JostMedium", sans-serif;
    text-transform: uppercase;
}

.footer-subs {
    grid-column: span 3;
    margin-left: -30px;
    margin-top: 14px;
}

.footer-subs form {
    display: flex;
    flex-direction: column;
}

.footer-subs label {
    display: flex;
    flex-direction: column;
}

.footer-subs__socials {
    display: flex;
    justify-content: space-between;
    margin-top: 2.625rem;
}

.footer-subs__social-item {
    border: 1px solid #393939;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*subscribe-form*/
.subscribe-form {
    font-family: 'JostRegular', sans-serif;
    margin-top: 21px;
}

.subscribe-form button {
    margin-top: 16px;
}

.subscribe-form fieldset:nth-child(2) {
    margin-top: 25px;
}

.footer-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #393939;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-top: 42px;
}

.footer-info__item {
    display: flex;
    align-items: end;
}

.footer-info__сop {
    font-family: 'JostMedium', sans-serif;
    font-size: 0.875rem;
}

.footer-info__policy {
    margin-left: 70px;
    font-family: 'JostRegular', sans-serif;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-skip-ink: none
}

.footer-info__develop {
    font-family: 'JostMedium', sans-serif;
    font-size: 0.875rem;
}

@media screen and (max-width: 1024px) {
    .footer .grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 70px;
    }

    .footer .logo {
        grid-column: span 6;
        margin-bottom: 10px;
    }

    .footer__nav {
        grid-column: span 3;
        margin-top: 0;
    }
    .footer__nav.nav--catalog {
      grid-column: span 6;
    }
    .footer__nav-cols {
        grid-gap: 20px;
    }

    .footer-subs {
        grid-column: span 6;
        margin-left: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer .container {
        border-top: 0;
    }

    .footer .grid {
        gap: 70px 1rem;
    }

    .footer .footer__logo {
        grid-column: span 4;
    }

    .footer .logo {
        margin-bottom: 0;
    }

    .footer .footer__nav:nth-child(4) {
        margin-top: 10px;
    }

    .footer-subs {
        grid-row-start: 2;
    }

    .footer-info {
        margin-top: 70px;
        padding-top: 0;
        padding-bottom: 3.313rem;
        font-size: 0.75rem;
        border: 0;
    }

    .footer-info__item {
        flex-direction: column-reverse;
        align-items: start;

    }

    .footer-info__policy {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .footer-info__develop {
        display: flex;
        align-items: end;
    }

}


/*input*/
.bottom-line-input {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    border-bottom: 1px solid #393939;
    padding-bottom: 10px;
}

.bottom-line-input label {
    width: 60px;
}

.bottom-line-input input {
    width: 100%;
    border: 0;
    background: none;
    color: #ffffff;
}

.bottom-line-input input:focus {
    outline: none;
}

/*button*/
.outline-button {
    min-height: 2.5rem;
    border-radius: 2.5rem;
    border: 0.063rem solid #393939;
    background: none;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'JostRegular', sans-serif;
    line-height: 23.12px;
    letter-spacing: calc(1em / 33);
    padding: 0 10px;
    transition: background 0.5s cubic-bezier(.17, .67, .83, .67),
    color 0.35s cubic-bezier(.17, .67, .83, .67),
    opacity 0.35s cubic-bezier(.17, .67, .83, .67),
    border 0.35s cubic-bezier(.17, .67, .83, .67);
}
.outline-button.mw {
    min-width: 240px;
    padding: 0 30px;
}
.outline-button-bg {
    background: #d9d9d9;
    border-color: #d9d9d9;
    color: #292929;
}

.outline-button_black {
    color: #292929;
}

.outline-button_border-none {
    border: none;
}

.outline-button_white-border {
    border: 1px solid #FFFFFF;
}

.outline-button-jost {
    font-family: 'JostMedium', sans-serif;
    line-height: 22.11px;
    letter-spacing: calc(1em / 10);
    font-size: 1rem;

}

.outline-button:hover {
    opacity: 80%;
}

.outline-button:active {
    opacity: 90%;
}

/* Для :hover состояния */
.outline-button_black:not(.outline-button_border-none):hover {
    opacity: 100%;
    background: #292929;
    color: #FFFFFF;
}

/* Для :active состояния */
.outline-button_black:not(.outline-button_border-none):active {
    opacity: 100%;
    background: #A9A9A9;
}

.outline-button_black:not(.outline-button_border-none):hover img {
    filter: invert(1);
}

.outline-button_border-light-gray {
    border-color: #DEDBD6;
}


/*tab button*/
.tab-button {
    background: #FFFFFF;
    padding: 0 10px;
    min-height: 50px;
    border-radius: 10px;
    border: 1px solid #292929;
    font-family: 'JostMedium', sans-serif;
    font-size: 1rem;
    letter-spacing: calc(1em / 20);
    pointer-events: auto !important;
    transition: background 0.5s cubic-bezier(.17, .67, .83, .67),
    color 0.35s cubic-bezier(.17, .67, .83, .67),
    border 0.35s cubic-bezier(.17, .67, .83, .67);
}

.tab-button_border-none {
    border: none;
}

.tab-button:hover {
    background: #BFBFBF;
    color: #FFFFFF;
    border: none;
}

.tab-button:active {
    background: #949494;
    color: #FFFFFF;
    border: none;
}

.tab-button_active {
    color: #ffffff;
    background: #292929;
}

.tab-button_active:hover {
    background: #545454;
}

.tab-button_active:active {
    background: #949494;
}

/*filter*/
.filter .tab-button {
    min-width: 150px;
    height: 50px;
}

/*.filter> .tab-button:not(:last-child):not(:first-child) {*/
.filter .tab-button {
    margin-right: 30px;
}

@media (max-width: 768px) {
    .filter .tab-button {
        margin-right: 20px;
    }

    .tab-button {
        font-family: 'YouthRegular', sans-serif;
        font-size: 14px;
    }

    .filter {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        scrollbar-width: none; /* Firefox */
    }
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-rows: repeat(2, 1fr);*/
    gap: 67px 30px;
}
.features--advant {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px 70px;
}

.features__item {
}
.features--advant .features__item {
    width: 220px;
    flex: 0 0 auto;
}

.features__number {
    font-family: "JostBold", sans-serif;
    letter-spacing: calc(1em / 10);
    color: #8d8d8d;
    padding-bottom: 24px;
}

.features__border {
    width: 100%;
    border-bottom: 1px solid #393939;
}

.features__title {
    font-family: "YouthRegular", sans-serif;
    letter-spacing: calc(1em / 10);
    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 24px;
    line-height: 22.11px;
    text-transform: uppercase;
}
.features__title.fs--md {
    font-size: 16px;
    line-height: 1.38182;
}

.features__text {
    font-family: "JostRegular", sans-serif;
    color: #d9d9d9;
    line-height: 22.11px;
    letter-spacing: calc(1em / 20);
}

.features_black .features__border {
    border-bottom: 1px solid #D9D9D9;
}

.features_black .features__title {
    color: #292929;
    font-family: "YouthMedium", sans-serif;
}

.features_black .features__text {
    color: #292929;
}

@media screen and (max-width: 1150px) {
    .features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .features--advant {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px;
    }
    .features--advant .features__item {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .features {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 40px 0;
    }

    .features__number {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .features--advant {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .features__title.fs--md {
        font-size: 14px;
    }

}

.blur-button {
    font-family: 'JostMedium', sans-serif;
    letter-spacing: calc(1em / 20);
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0.5px solid #FFFFFF;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.25s ease;
}

.blur-button img {
    margin-left: 12px;
}

.blur-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 50%;
    background-color: #303030; /* Dark mask with 50% opacity */
    border-radius: 30px; /* Ensure the border-radius matches the .blur-description */
    z-index: -1; /* Ensure the mask is behind the .blur-description content */
}

.blur-button:hover {
    transform: scale(1.1);
}

.blur-button:active {
    transform: scale(1);
}

/*detailed*/
.detailed {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 30px;
    align-items: center;
    grid-auto-flow: column;
    /*grid-row-start: 2;*/
    /*grid-column: span 3;*/
}

.detailed__img {
    grid-column: span 6 / span 6;
    width: 100%;
    height: 719px;
    border-radius: 20px;
    object-fit: cover;
}
.detailed.v-2 .detailed__img {
    grid-column: span 5;
    height: auto;
}

.detailed__description {
    grid-column: span 5 / span 5;
    grid-column-start: 8;
}
.detailed.v-2 .detailed__description {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
}

.detailed_reverse .detailed__description {
    grid-column: span 5 / span 5;
    grid-column-start: 2;
    margin-left: -30px;
}
.detailed_reverse.v-2 .detailed__description {
    grid-column: span 5 / span 5;
    grid-column-start: 2;
}

.detailed_reverse .detailed__img {
    grid-column: span 5 / span 5;
    grid-column-start: 8;
    height: 566px;
}
.detailed_reverse.v-2  .detailed__img {
    grid-column: span 5 / span 6;
    grid-column-start: 7; 
    height: 566px;
}

.detailed__title {
    font-family: 'YouthMedium', sans-serif;
    letter-spacing: calc(1em / 20);
    line-height: 55.27px;
    font-size: 40px;
}

.detailed__title_big {
    line-height: 66.33px;
    font-size: 48px;
}

.detailed__text {
    font-family: 'JostRegular', sans-serif;
    letter-spacing: calc(1em / 20);
    line-height: 27.64px;
    font-size: 20px;
    margin-top: 40px;
}
.detailed.v-2 .detailed__text {
    margin-top: 30px;
}
.detailed.v-2 .outline-button {
    display: inline-flex;
    padding: 0 40px;
    margin-top: 30px;
}

@media screen and (min-width: 1200px) {
    .detailed-col-5 .detailed__img {
        grid-column: span 5 / span 5;
        height: 566px;
    }

    .detailed-col-5 .detailed__description {
        grid-column: span 6 / span 6;
        grid-column-start: 7;
    }
}

@media screen and (max-width: 1200px) {
    .detailed__img {
        height: 500px;
    }
}

@media screen and (max-width: 1200px) {
    .detailed__img {
        height: 500px;
    }

    .detailed__img {
        grid-column: span 6 / span 6;
    }

    .detailed__description {
        grid-column: span 5 / span 5;
        grid-column-start: 8;
    }

    .detailed_reverse .detailed__description {
        grid-column: span 5 / span 5;
        grid-column-start: 1;
        margin-left: -30px;
    }

    .detailed_reverse .detailed__img {
        grid-column: span 6 / span 6;
        grid-column-start: 7;
        height: 566px;
    }

    .detailed__title {
        line-height: 41.45px;
        font-size: 30px;
    }

    .detailed__text {
        line-height: 22.11px;
        font-size: 1rem;
        margin-top: 30px;
    }

    .detailed_reverse .detailed__description {
        margin-left: 0;
    }
}


@media screen and (max-width: 1000px) {
    .detailed {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .detailed__img {
        width: 100% !important;
        order: 2;
        height: 351px !important;
    }
}

.location-card {
    display: flex;
    padding-top: 40px;
    border-top: 1px solid #D9D9D9;
    align-items: center;
}

.location-card__number {
    height: 100px;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #D9D9D9;
    font-family: 'JostBold', sans-serif;
    font-size: 20px;
    color: #8D8D8D;
}

.location-card__title {
    font-family: 'YouthMedium', sans-serif;
    line-height: 28.8px;
    letter-spacing: 0;
    font-size: 24px;
}

.location-card__text {
    font-family: 'JostRegular', sans-serif;
    line-height: 28.9px;
    letter-spacing: calc(1em / 50);
    font-size: 20px;
    margin-top: 30px;
}

.location-card__description {
    margin-right: 161px;
    margin-left: 108px;
    width: 544px;
}

.location-card__img {
    width: 470px;
    height: 314px;
    border-radius: 20px;
    object-fit: cover;
}

@media screen and (max-width: 1194px) {
    .location-card__img {
        width: 35%;
        height: 245px;
    }

    .location-card__description {
        margin-right: 64px;
        margin-left: 45px;
        width: 544px;
    }
}

@media screen and (max-width: 1000px) {
    /*.location-card__number {*/
    /*    min-width: 50px;*/
    /*    height: 50px;*/
    /*}*/
    .location-card {
        flex-direction: column;
    }

    .location-card__description {
        margin: 40px 0;
        width: 100%;
    }

    .location-card__img {
        width: 100%;
        height: 400px;
    }

}

@media screen and (max-width: 768px) {
    .location-card {
        padding-top: 20px;
    }

    .location-card__number {
        height: 50px;
        min-width: 50px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 620px) {
    .location-card__img {
        height: 229px;
    }
}
