/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    transition: all 0.3s;
}

section {
    scroll-margin-top: 120px;
}

.header.fixed {
    background-color: #003048;
}

.header_logo {
    display: flex;
    width: 206px;
}

.header_logo img {
    width: 100%;
    height: auto;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.menu {
    gap: 26px;
    display: flex;
}

.menu a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s;
}

.menu a:hover {
    color: #ed4813;
}

.main {
    position: relative;
    padding: 160px 0 110px;
    z-index: 1;
}

.main_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    display: flex;
}

.main_bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.main_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_title {
    color: #fff;
    font-weight: 700;
    font-size: 93px;
    margin-bottom: 20px;
}

.main_text {
    max-width: 580px;
    line-height: 1.1;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.main_text span {
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.main_btn {
    width: 176px;
    height: 50px;
}

.gallery_hide {
    display: none;
}

.btn {
    color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #ed4813;
    transition: all 0.3s;
}

.btn:hover {
    opacity: 0.8;
}

.catalog {
    margin: 60px 0 60px;
}

.catalog_title {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 60px;
}

.catalog_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.catalog_item:nth-child(2n) {
    flex-direction: row-reverse;
}

.catalog_item:last-child {
    margin-bottom: 0;
}

.catalog_item-info {
    width: 382px;
    display: flex;
    flex-direction: column;
}

.catalog_item-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 16px;
}

.catalog_item-right {
    width: 512px;
}

.catalog_img {
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    height: 284px;
    margin-bottom: 24px;
    width: 100%;
}

.catalog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog_item-text {
    font-size: 18px;
    margin-bottom: 34px;
}

.catalog_item-btn {
    width: 171px;
    font-size: 22px;
    font-weight: 500;
    height: 60px;
}

.catalog_item-bot {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}

.catalog_item-option {
    font-size: 20px;
    font-weight: 500;
}

.catalog_item-option span {
    font-weight: 400;
    margin-left: 4px;
}

.catalog_item-place {
    font-size: 23px;
    padding-left: 22px;
    position: relative;
    font-weight: 500;
    margin-bottom: 20px;
}

.catalog_item-place::before {
    position: absolute;
    content: "";
    background-image: url(../img/place.png);
    background-size: cover;
    width: 20px;
    height: 24px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.catalog_item-date {
    font-size: 23px;
    margin-bottom: 20px;
}

.custom-select__option--value {
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    cursor: pointer;
    width: 324px;
    height: 60px;
    padding: 0;
    font-size: 21px;
    padding-left: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
}

.custom-select__option--value::before {
    position: absolute;
    content: "";
    background-image: url(../img/down-arrow.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-select {
    position: relative;
    z-index: 2;
}

.custom-select__dropdown {
    position: absolute;
    width: 100%;
    top: 102%;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    left: 0;
    background: #fff;
}

.custom-select__dropdown .custom-select__option {
    background: none;
    cursor: pointer;
    color: #000;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 18px;
    text-align: left;
    transition: all 0.3s;
}

.custom-select__dropdown .custom-select__option:hover {
    color: #fff;
    background-color: #ed4813;
}

.gallery {
    margin: 60px 0;
}

.gallery_title {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 60px;
}

.gallery_items {
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    gap: 2px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 340px;
}

.gallery_item {
    height: auto;
    display: flex;
}

.gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_item:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 3;
}

.gallery_item:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 5;
}

.gallery_item:nth-child(3) {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 5;
    grid-column-end: 4;
}

.gallery_item:nth-child(4) {
    grid-row-start: 3;
    grid-column-start: 4;
    grid-row-end: 4;
    grid-column-end: 5;
    max-height: 84px;
}

.gallery_item:nth-child(5) {
    grid-row-start: 4;
    grid-column-start: 4;
    grid-row-end: 5;
    grid-column-end: 5;
    max-height: 84px;
}

.gallery_item:nth-child(6) {
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 5;
    grid-column-end: 7;
}


.footer {
    background-color: #003048;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.footer_logo {
    width: 206px;
    display: flex;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.footer_messages {
    display: flex;
    gap: 10px;
}

.footer_message {
    display: flex;
    width: 36px;
}

.footer_message img {
    width: 100%;
    height: auto;
}

.footer_option {
    display: block;
    color: #fff;
    text-align: right;
    font-size: 20px;
    margin: 2px 0;
}

.header_phone,
.menu_burger {
    display: none;
}

.catalog_popup {
    background-color: #fff;
    border-radius: 24px;
    width: 1050px;
    display: none;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.popup_body {
    background-color: #fff;
    border-radius: 24px;
    width: 440px;
    display: none;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.catalog_popup-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.catalog_popup-info {
    width: 590px;
    margin-right: auto;
}

.thanks_btn {
    height: 60px;
}

.popup_body-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 700;
}

.popup_body-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.catalog_popup-title {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 700;
}

.catalog_popup-tegs {
    display: flex;
    margin-bottom: 20px;
}

.catalog_popup-teg {
    color: #4f4f5e;
}

.catalog_popup-teg:last-child::after {
    display: none;
}

.catalog_popup-teg:after {
    background-color: #4f4f5e;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 2px;
    margin: 0 8px;
    vertical-align: middle;
    width: 2px;
}

.catalog_popup-options {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.catalog_popup-option {
    font-size: 18px;
}

.catalog_popup-option span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #4f4f5e;
}

.catalog_popup p {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 32px;
}


.catalog_popup-desc {
    margin-bottom: 20px;
}

.tour_steps-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tour_steps-title {
    font-size: 32px;
    font-weight: 700;
}

.tour_steps {
    margin-bottom: 40px;
}

.tour_step {
    border-bottom: 1px solid #ecedf0;
}

.tour_step-title {
    cursor: pointer;
    transition: all 0.3s;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 20px;
    margin-left: 10px;
    padding: 20px 60px 20px 0;
    position: relative;
}

.tour_steps-more {
    padding: 8px;
    cursor: pointer;
}

.tour_step-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/down-arrow.png);
    background-size: cover;
    width: 14px;
    height: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.tour_step-title.active::before {
    transform: translateY(-50%) rotate(180deg);
}

.tour_step-title span {
    background-color: #f7f7f9;
    border-radius: 24px;
    font-size: 14px;
    display: block;
    font-weight: 600;
    padding: 8px;
}

.tour_step-content {
    padding-left: 81px;
    padding-bottom: 16px;
    display: none;
}

.tour_step ul {
    list-style: disc;
    padding-left: 20px;
}

.tour_step li {
    font-size: 18px;
    margin-bottom: 19px;
    color: #4f4f5e;
}

.tour_step-imgs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.tour_step-imgs:last-child {
    margin-bottom: 0;
}

.tour_step-img {
    height: 122px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    cursor: pointer;
    width: calc(33.333% - 6.666px);
    position: relative;
}

.tour_step-img span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #0b0a1399;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.tour_step-img:hover::before {
    opacity: 0.3;
}

.tour_step-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #0b0a13;
    opacity: 0;
    transition: all 0.3s;
}

.tour_step-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog_popup-subtitle {
    margin-bottom: 24px;
    margin-top: 32px;
    font-size: 24px;
}

.catalog_popup-done li {
    margin-bottom: 16px;
    padding-left: 32px;
    position: relative;
}

.catalog_popup-done li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #60b259;
    border-radius: 50%;
    background-image: url(../img/check.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}



.catalog_popup-none li {
    margin-bottom: 16px;
    padding-left: 32px;
    position: relative;
}

.catalog_popup-none li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d3d3d5;
    border-radius: 50%;
    background-image: url(../img/close.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}


.catalog_right {
    width: 360px;
    border-radius: 20px;
    box-shadow: 0 8px 24px #5966840f, 0 0 0 1px #ecedf0;
    padding: 20px 24px;
    position: fixed;
}

.catalog_right-price {
    font-size: 32px;
    font-weight: 700;
}

.catalog_right-value {
    color: #4f4f5e;
    margin-top: 6px;
}


.catalog_right-subtitle {
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
}

.catalog_right-inner .custom-select__option--value {
    margin-top: 10px;
    border: none;
    width: 100%;
    font-size: 16px;
    background-color: #f3f3f3;
}

.catalog_right-date {
    margin-bottom: 30px;
}

.catalog_right-counter_value {
    font-size: 14px;
    font-weight: 700;
}

.catalog_right-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.catalog_right-counter_value span {
    color: #4f4f5e;
    margin-top: 4px;
    display: block;
}

.catalog_right-btn {
    width: 100%;
    border: none;
    height: 56px;
    cursor: pointer;
}

.catalog_counter {
    width: 110px;
    display: flex;
}

.count-inp {
    min-width: 1px;
    display: flex;
    justify-content: center;
    text-align: center;
    border: none;
    width: 38px;
}

.count-arrow {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 1px #ecedf0;
}

.catalog_popup-info .catalog_right-inner {
    display: none;
}

.catalog_right-mobile {
    display: none;
}

.catalog_right-close {
    display: none;
}




@media (max-width: 1099.98px) {
    .catalog_popup-info {
        width: 560px;
    }

    .catalog_right {
        width: 330px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .main_title {
        font-size: 74px;
        margin-bottom: 32px;
    }

    .catalog_item-info {
        width: 100%;
    }

    .catalog_item {
        position: relative;
        padding-top: 300px;
    }

    .catalog_item-date,
    .catalog_item-place {
        margin-bottom: 0;
    }

    .catalog_item-bot {
        margin-top: 24px;
    }

    .catalog_img {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }

    .catalog_item-right {
        width: 100%;
    }

    .gallery_items {
        height: 290px;
    }

    .gallery_item:nth-child(5),
    .gallery_item:nth-child(4) {
        max-height: 70px;
    }

    .header_wrapper {
        padding: 10px 0;
    }

    .header_logo {
        width: 180px;
    }

    .footer_logo {
        width: 180px;
    }

    .header_logo {
        position: relative;
        z-index: 3;
    }

    .header_inner {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #003048;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        padding-top: 120px;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
    }

    .menu {
        flex-direction: column;
        width: 700px;
        margin: 0 auto;
    }

    .menu_burger {
        position: relative;
        display: flex;
        width: 30px;
        height: 20px;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        top: 9px;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active span {
        transform: scale(0)
    }

    .header_phone {
        display: flex;
        width: 32px;
        height: 32px;
        margin-left: auto;
        position: relative;
        z-index: 2;
        margin-right: 40px;
    }

    .header_phone svg {
        width: 20px;
        height: auto;
    }

    .catalog_popup-info {
        width: 100%;
    }

    .catalog_right-inner {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .catalog_right-inner.active {
        opacity: 1;
        visibility: visible;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: #fff;
        border-radius: 10px 10px 0 0;
        box-shadow: 0 8px 24px #5966840f, 0 0 0 1px #ecedf0;
        padding: 20px 24px;
    }

    .catalog_right {
        position: fixed;
        bottom: 0;
        border: none;
        box-shadow: none;
        z-index: 12;
        width: 100%;
        border-radius: 10px 10px 0 0;
        left: 0;
        background-color: #fff;
    }

    .catalog_popup-info .catalog_right-inner {
        display: block;
        position: relative;
        visibility: visible;
        opacity: 1;
        margin-bottom: 30px;
        border-radius: 20px;
        box-shadow: 0 8px 24px #5966840f, 0 0 0 1px #ecedf0;
        padding: 20px 24px;
    }

    .catalog_right-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .catalog_right-mobile .catalog_right-btn {
        width: 230px;
    }

    .catalog_right-close {
        display: flex;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        box-shadow: inset 0 0 0 1px #ecedf0;
        cursor: pointer;
        border-radius: 50%;
    }

    .catalog_right-close svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .main_title {
        font-size: 42px;
    }

    .main_text span {
        font-size: 18px;
    }

    .main_text {
        margin-bottom: 30px;
        line-height: 1.4;
    }

    .menu {
        width: 100%;
        padding: 0 15px;
    }

    .catalog_title {
        margin-bottom: 30px;
    }

    .catalog_img {
        height: 252px;
    }

    .catalog_item {
        padding-top: 280px;
    }

    .catalog_item-title {
        font-size: 32px;
    }

    .catalog_item-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .catalog_item-option {
        font-size: 16px;
    }

    .catalog_item-date,
    .catalog_item-place {
        font-size: 20px;
    }

    .catalog_item-bot {
        flex-wrap: wrap;
    }

    .custom-select {
        width: 100%;
        margin-bottom: 10px;
    }

    .main_btn,
    .catalog_item-btn {
        width: 100%;
    }

    .catalog_item {
        margin-bottom: 40px;
    }

    .gallery_title {
        margin-bottom: 30px;
    }

    .footer_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer_messages {
        order: 1;
    }

    .footer_option {
        text-align: center;
    }

    .gallery_items {
        display: flex;
        height: 210px;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 0;
        overflow: auto;
    }

    .gallery_items::-webkit-scrollbar {
        display: none;
    }

    .gallery_item {
        height: 100%;
        min-height: 100% !important;
        min-width: 180px;
        border-radius: 6px;
        overflow: hidden;
    }

    .catalog_popup {
        padding: 40px 20px 120px;
    }

    .catalog_right-price,
    .catalog_popup-title {
        font-size: 24px;
    }

    .catalog_popup-info .catalog_right-inner {
        padding: 20px 14px;
    }

    .catalog_popup p {
        font-size: 16px;
        line-height: 22px;
    }

    .tour_step-content {
        padding-left: 0;
    }

    .catalog_popup-options {
        gap: 10px 20px;
    }

    .tour_step li {
        font-size: 16px;
    }

    .tour_step-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-left: 0;
    }

    .tour_step-img span {
        font-size: 14px;
        text-align: center;
    }

    .tour_step-img {
        height: 82px;
    }

    .catalog_popup-option {
        width: calc(50% - 10px);
    }

    .catalog_right-mobile .catalog_right-btn {
        width: 160px;
        font-size: 16px;
    }

    .custom-select__option--value {
        width: 100%;
    }
}