@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-Light.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/Montserrat-Light.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-Regular.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/Montserrat-Regular.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-Medium.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/Montserrat-Medium.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-SemiBold.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-Bold.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/Montserrat-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

:root {
    --basic-Black: #1E1E1E;
    --basic-Gray: #2D2D2D;
    --basic-GrayText: #8E8E8E;
    --basic-GrayBg: #F0F0F0;
    --basic-LightGrayBg: #F9F9F9;
    --basic-GrayBorder: #DCDCDC;
    --basic-White: #FFFFFF;
    --basic-Blue: #129BD6;
    --basic-Yellow: #FCCF36;
}

html {
    font-family: "Montserrat Regular", 'Arial', sans-serif;
    font-size: 16px;
    line-height: 22px;
    scroll-behavior: smooth;
    scroll-margin-top: -100px;
    font-weight: 600;
    word-wrap: break-word;
    color: var(--basic-Black);
}

ul,
li,
p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

fieldset {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

@supports (scrollbar-color: auto) and (not selector(::-webkit-scrollbar)) {
    .scrollbar {
        scrollbar-color: #c6cacf #d3d3d333;
        scrollbar-width: thin;
    }
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 10px;
    overflow: scroll;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: rgba(211, 211, 211, 0.2);
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #c6cacf;
    border-radius: 10px;
}

.scrollbar--gorizontal::-webkit-scrollbar {
    height: 5px;
    border-radius: 10px;
}

.scrollbar--gorizontal::-webkit-scrollbar-track {
    background-color: rgba(211, 211, 211, 0.2);
    border-radius: 10px;
}

.scrollbar--gorizontal::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #c6cacf;
    border-radius: 10px;
}

.scrollbar_off {
    scrollbar-width: none;
}


.scrollbar_off::-webkit-scrollbar {
    width: 0;
}

.scrollbar_off::-webkit-scrollbar-track {
    background-color: none;
}

.scrollbar_off::-webkit-scrollbar-thumb {
    box-shadow: none;
}

img {
    max-width: 100%;
}

button {
    background-color: inherit;
    border: none;
    color: inherit;
    cursor: pointer;
}

.body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    position: relative;
}

.body--no-scroll {
    overflow: hidden;
    width: 100vw;
}

.main {
    width: 100%;
}

.wrapper {
    box-sizing: border-box;
    padding: 0 calc(50% - 640px);
}

.yellow_top_link {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--basic-Yellow);
    color: var(--basic-Black);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease-in-out, background-color 0.2s ease-in-out;
}

.yellow_top_link--contacts {
    border: 1px solid var(--basic-Yellow);
    padding-top: 19px;
    padding-bottom: 19px;
}

.yellow_top_link:hover,
.yellow_top_link:focus,
.yellow_top_link:active {
    background-color: var(--basic-Black);
    color: var(--basic-Yellow);
}

.promo_title {
    position: relative;
    margin-bottom: 30px;
    font-size: 54px;
    font-weight: 700;
    line-height: 65.83px;
    color: var(--basic-White);
    text-align: center;
}

.section_title {
    position: relative;
    margin-bottom: 70px;
    font-size: 48px;
    font-weight: 700;
    line-height: 58.51px;
    color: var(--basic-Black);
    text-align: center;
}

.section_title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: calc(50% - 50px);
    background-color: var(--basic-Yellow);
    width: 100px;
    height: 6px;
}

.section_descriptions {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--basic-Black);
    text-align: center;
}

.br__gray {
    margin-top: -1px;
    height: 1px;
    background-color: #DCDCDC;
}

.text__white {
    color: var(--basic-White);
}

@media (max-width: 1340px) {
    .wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .promo_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 23.64px;
        text-align: center;
        color: var(--basic-Black);
    }

    .section_title {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 24px;
    }

    .section_title::after {
        bottom: -16px;
    }

}

/* head_promo */
.head_promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
    min-height: 890px;
    background-color: var(--basic-Black);
    background-image: url('../images/bg/promo_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--basic-White);
    box-sizing: border-box;
}

.main_form_wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 35px;
    box-sizing: border-box;
    background-color: var(--basic-White);
}

.main_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--basic-Black);
}

.main_form_inputs_wrap {
    display: flex;
    gap: 28px;
}

.main_form_label {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.main_form_label--33 {
    width: calc(33.33% - 28px * 2 / 3);
}

.main_form_inputs_wrap--four .main_form_label {
    width: calc(25% - 28px * 3 / 4);
}

.main_form_input {
    padding: 20px 18px 20px 52px;
    background-color: var(--basic-LightGrayBg);
    border: 1px solid var(--basic-GrayBorder);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.main_form_input::placeholder {
    font-weight: 400;
}

.main_form_input:hover,
.main_form_input:focus {
    border: 1px solid var(--basic-Black);
    background-color: var(--basic-White);
    outline: none;
}

.main_form_input--number {
    text-align: center;
    padding-right: 58px;
}

.main_form_button {
    margin-top: 16px;
}

.number_input_button {
    position: absolute;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.number_input_button--plus {
    right: 10px;
}

.number_input_button--minus {
    left: 10px;
}

.additionally_wrapper {
    margin-top: 10px;
}

.additionally_title {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
    cursor: pointer;
}

.additionally_title img {
    transition: transform 0.2s ease-in-out;
}

.additionally_title:hover {
    text-decoration: underline;
}

.additionally_title--open img {
    transform: rotateX(180deg);
}

.additionally_content {
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    transition: max-height 0.2s ease-in-out;
}

.additionally_title--open~.additionally_content {
    max-height: 200px;
}

.additionally_list_title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.additionally_list_title:first-of-type {
    margin-top: 20px;
}

.additionally_list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.additionally_list:first-of-type {
    margin-bottom: 20px;
}

.additionally_list_item {
    display: flex;
}

.additionally_list_label {
    padding: 12px 16px;
    background-color: #EAEAEA;
    border: 2px solid #EAEAEA;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.additionally_list_label:hover {
    border: 2px solid #FCCF36;
}

.additionally_list_label:has(input:checked) {
    background-color: inherit;
    border: 2px solid #FCCF36;
}

.additionally_list_label:has(input[type=radio]:checked) {
    cursor: default;
}

@media (max-width: 768px) {
    .head_promo {
        padding-top: 30px;
        background-image: none;
        background-color: var(--basic-GrayBg);
        min-height: auto;
    }

    .main_form_wrapper {
        background-color: inherit;
        padding: 0;
    }

    .main_form_inputs_wrap {
        flex-wrap: wrap;
    }

    .main_form_inputs_wrap--four .main_form_label {
        width: calc(50% - 14px);
    }

    .main_form_label--33 {
        width: 100%;
    }

    .additionally_title--open~.additionally_content {
        max-height: 350px;
    }

    .additionally_list_label:has(input:checked) {
        background-color: #F9F9F9;
    }

}


/* who_we_are */
.who_we_are {
    padding-top: 70px;
    padding-bottom: 60px;
}

.who_we_are .section_title {
    margin-bottom: 50px;
}

.who_we_are__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.who_we_are__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 200px;
}

.who_we_are__item_img_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background-color: #F0F0F0;
}

.who_we_are__item_text {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

@media (max-width: 768px) {
    .who_we_are__list {
        column-gap: 24px;
        row-gap: 30px;
        justify-content: space-around;
    }

    .who_we_are__item {
        width: calc(50% - 12px);
        flex-shrink: 0;
        flex-grow: 0;
        gap: 24px;
    }

    .who_we_are__item_img_wrapper {
        width: calc(50vw - 34px);
        height: calc(50vw - 34px);
    }

    .who_we_are__item_img_wrapper img {
        width: 60%;
        height: 60%;
        ;
    }

    .who_we_are__item_text {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }
}


/* how_it_works */
.how_it_works {
    padding-top: 70px;
    padding-bottom: 60px;
}

.how_it_works__list {
    display: flex;
    flex-direction: column;
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.how_it_works__item {
    display: flex;
    gap: 30px;
    align-items: center;
}

.how_it_works__item--reverse {
    flex-direction: row-reverse;
}

.how_it_works__item_img_wrapper {
    width: 450px;
    height: 450px;
    flex-shrink: 0;
}

.how_it_works__item_info {
    padding-right: 50px;
}

.how_it_works__item_step {
    display: flex;
    align-items: center;
    width: 90px;
    height: 78px;
    margin-bottom: 30px;
    padding-left: 32px;
    box-sizing: border-box;
    background-image: url('../images/bg/steps_number_bg.png');
    background-repeat: no-repeat;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: var(--basic-Yellow);
}

.how_it_works__item_description {
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.how_it_works__item_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.how_it_works__link_wrapper {
    max-width: 930px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .how_it_works__list {
        gap: 30px;
    }

    .how_it_works__item {
        flex-direction: column;
        gap: 24px;
    }

    .how_it_works__item_img_wrapper {
        width: 100%;
        height: auto;
    }
}

/* features */

.features {
    background-color: #F2F2F2;
    padding-top: 70px;
    padding-bottom: 90px;
    overflow: hidden;
}

.features__list {
    display: flex;
    gap: 40px;
    overflow-x: auto;
}

.features__item {
    display: flex;
    flex-direction: column;
    flex-wrap: 1;
}

.features__item_img_wrapper {
    display: flex;
    width: 290px;
    height: 290px;
}

.features__item_description {
    padding: 20px;
    background-color: var(--basic-Black);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-decoration-skip-ink: none;

    color: var(--basic-White);
}

@media (max-width: 768px) {
    .features__list {
        flex-direction: column;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .features__item_img_wrapper {
        width: 100%;
        height: auto;
    }
}

/* our_cars */
.our_cars {
    padding-top: 64px;
    padding-bottom: 87px;
}

.our_cars_tabs {
    display: none;
}

.our_cars_list {
    display: flex;
    gap: 50px;
    max-width: 950px;
    margin: 0 auto;
}

.our_cars_item {
    display: flex;
    flex-direction: column;
    max-width: 450px;
}

.our_cars_item_img_wrapper {
    display: flex;
    max-width: 100%;
    height: 100%;
}

.our_cars_item_title {
    padding: 25px 18px;
    background-color: var(--basic-Black);
    color: var(--basic-White);
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.our_cars_item_info,
.our_cars_route_item {
    display: flex;
    align-items: center;
}

.our_cars_item_info_passengers,
.our_cars_item_info_baggage,
.our_cars_route_from,
.our_cars_route_to {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 15px 18px;
    box-sizing: border-box;
}

.our_cars_item_info_passengers,
.our_cars_route_from {
    width: 180px;
}

.our_cars_item_info_passengers {
    border-right: 1px solid var(--basic-GrayBorder);
}

.our_cars_item_info_title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.our_cars_item_info_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.our_cars_route_list {
    background-color: var(--basic-GrayBg);
}

.our_cars_route_item:not(:last-child) {
    border-bottom: 1px solid var(--basic-GrayBorder);
}

.our_cars_route_price {
    margin-left: auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    padding-right: 18px;
}

.our_cars_route_price_currency {
    font-weight: 500;
}

@media (max-width: 768px) {
    .our_cars_tabs {
        display: flex;
        justify-content: center;
        gap: 14px;
        margin-bottom: 24px;
    }

    .our_cars_tab {
        width: 94px;
        padding: 14px 11px;
        box-sizing: border-box;
        text-align: center;
        background-color: var(--basic-GrayBg);
        border: 2px solid var(--basic-GrayBg);
    }

    .our_cars_tab--active {
        background-color: var(--basic-White);
        border: 2px solid var(--basic-Yellow);
    }

    .our_cars_item {
        display: none;
        max-width: 100%;
    }

    .our_cars_item--active {
        display: flex;
    }
}

/* feedbacks */
.wrapper.feedbacks {
    padding-left: calc(50% - 650px);
    padding-right: calc(50% - 650px);
}

.feedbacks {
    padding-top: 70px;
    padding-bottom: 70px;
}

.feedbacks_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    max-height: 1000px;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.feedbacks_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 290px;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 0px #00000014;
}

.feedbacks_item_img_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: 14px;
    background-color: var(--basic-Yellow);
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.feedbacks_item_img_wrapper--black {
    background-color: var(--basic-Black);
    color: var(--basic-White);
}

.feedbacks_item_author {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 6px;
}

.feedbacks_rating {
    display: flex;
    gap: 2px;
    margin-bottom: 14px;
}

.feedbacks_item_description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .feedbacks_list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrapper.feedbacks {
        padding-left: 0;
        padding-right: 0;
    }
}


/* contacts */
.contacts {
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: var(--basic-Black);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--basic-White);
}

.contacts .section_title {
    color: var(--basic-White);
}

.contacts_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 34px;
    row-gap: 24px;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.contacts_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contacts_icon {
    flex-shrink: 0;
}

.contacts_item_link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

a.contacts_item_link:hover {
    color: var(--basic-Yellow);
    text-decoration: underline;
}

.contacts_item_messengers {
    display: flex;
    align-items: center;
    gap: 6px;
}

.contacts_item_messengers a {
    display: flex;
    align-items: center;
}

.contacts_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 950px;
}

.contacts_inputs_wrap {
    display: flex;
    gap: 30px;
}

.contacts_label {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    color: var(--basic-White);
}

.label_icon {
    position: relative;
}

.label_icon::after {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 21px;
    left: 18px;
}

.label_icon--black::after {
    filter: brightness(0);
}

.label_icon--name::after {
    content: url('../images/icons/user.svg');
}

.label_icon--phone::after {
    content: url('../images/icons/phone.svg');
}

.label_icon--email::after {
    content: url('../images/icons/email.svg');
}

.label_icon--address::after {
    content: url('../images/icons/address.svg');
}

.label_icon--date::after {
    content: url('../images/icons/calendar.svg');
}

.label_icon--time::after {
    content: url('../images/icons/clock.svg');
}


.contacts_input {
    max-width: 300px;
    padding: 19px 18px 19px 52px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
}

.contacts_input::placeholder,
.contacts_textarea::placeholder {
    font-weight: 400;
}

.contacts_input,
.contacts_textarea {
    background-color: var(--basic-Gray);
    border: none;
    color: var(--basic-White);
    transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border: 1px solid var(--basic-Gray);
}

.contacts_textarea {
    padding: 19px 18px;
    resize: none;
}

.contacts_input:hover,
.contacts_input:focus,
.contacts_textarea:hover,
.contacts_textarea:focus {
    border: 1px solid var(--basic-GrayBorder);
    background-color: var(--basic-Black);
}

@media (max-width: 1000px) {
    .contacts_item:last-child {
        width: 90%;
    }

    .contacts_item_link {
        align-items: self-start;
    }

    .contacts_inputs_wrap {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contacts_label {
        width: 100%;
    }

    .contacts_input {
        width: 100%;
        max-width: 100%;
    }
	
}

/* footer */

.footer {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--basic-Black);
    font-size: 14px;
    color: var(--basic-White);
    padding-top: 53px;
    padding-bottom: 53px;
    border-top: 1px solid var(--basic-Gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: var(--basic-GrayText);
}

.copyright {
    font-size: 14px;
    font-weight: 400;
    color: var(--basic-GrayText);
}

.footer_policy {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.footer_link:hover {
    color: var(--basic-Yellow);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }

    .footer_policy {
        flex-wrap: wrap;
        justify-content: center;
        order: 2;
    }

    .footer_logo {
        order: 1;
    }
}

/* popup */
.popup_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
}

.popup_wrapper--active {
    display: flex;
}

.popup {
    position: relative;
    max-width: 750px;
    padding: 37px 40px;
    background-color: var(--basic-White);
}

.popup_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.popup_text {
    margin-bottom: 40px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.popup_cross_button {
    position: absolute;
    top: 43px;
    right: 40px;
    cursor: pointer;
    z-index: 11;
}

.popup_cross_button:hover {
    color: var(--basic-Yellow);
}

.popup .language_tabs {
    gap: 20px;
}



@media (max-width: 768px) {
    .popup_wrapper {
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

    .popup {
        /*padding: 28px;*/
		padding: 37px 40px;
		background-color: var(--basic-White);
    }

    .popup_text {
        padding: 0;
    }
	.popup_title {
		font-size: 20px;
		font-weight: 700;
		line-height: 16px;
	}
	.popup_cross_button {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
		z-index: 11;
	}
	.popup_content {
		display: none;
	}
}


@media (min-width: 1000px) {
	.popup_content2 {
		display: none;
	}
}



/* global */
.desktop_inline {
    display: inline;
}

.mobile_inline {
    display: none;
}

.mb_50 {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .desktop_inline {
        display: none;
    }

    .mobile_inline {
        display: inline;
    }

    .mobile_none {
        display: none;
    }
}