/*! 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
}

@font-face {
    font-family: 'GTWalsheimPro';
    src: url('../fonts/GTWalsheimPro-Bold.woff') format('woff2'),
        url('../fonts/GTWalsheimPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GTWalsheimPro';
    src: url('../fonts/GTWalsheimPro-Medium.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GTWalsheimPro';
    src: url('../fonts/GTWalsheimPro-Regular.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



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 {
    font-family: 'GTWalsheimPro';
    overflow-x: hidden;
    background: #E9F3F0;
    color: #474F5A;
}

a {
    text-decoration: none;
}

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

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

.container {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 20px 0;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    display: flex;
}

.menu {
    display: flex;
    gap: 82px;
}

.menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #566D74;
    transition: all 0.3s;
}

.menu a:hover {
    color: #10313C;
}

.header_number {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #566D74;
    margin: 4px 0;
    transition: all 0.3s;
}

.header_number:hover {
    color: #10313C;
}

.header_message path {
    transition: all 0.3s;
}

.header_message:hover path {
    fill: #10313C;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFAEE;
    background: #566D74;
    border-radius: 10px;
    gap: 12px;
    width: fit-content;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    transition: all 0.3s;
}

.btn:hover {
    background: #10313C;
}

.header_btn {
    width: 177px;
    font-size: 14px;
    height: 45px;
}

.header_messages {
    display: flex;
    gap: 20px;
}

.main {
    padding-top: 86px;
}

.main_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_info {
    width: 542px;
}

.main_img {
    display: flex;
    width: calc(100% - 542px);
    position: relative;
}

.main_img::before {
    z-index: 4;
    position: absolute;
    content: "";
    background-image: url(../img/main_img-bef.svg);
    background-size: cover;
    width: 73.5%;
    height: 67%;
    transform: translate(50%, -50%);
    top: 46%;
    right: 50%;
}

.bus {
    display: flex;
    position: absolute;
}

.bus img {
    width: 100%;
    height: auto;
}

.bus:nth-child(1) {
    bottom: 37%;
    left: 8%;
    animation: busAnim1 10s linear infinite;
    z-index: 4;
    width: 14.3%;
}

.bus:nth-child(2) {
    bottom: 18%;
    left: 47%;
    animation: busAnim2 10s linear infinite;
    z-index: 5;
    width: 14.5%;
}

.bus:nth-child(3) {
    bottom: 54%;
    left: 76%;
    animation: busAnim3 10s linear infinite;
    z-index: 2;
    width: 14.2%;
}

.bus:nth-child(4) {
    bottom: 73%;
    left: 38%;
    z-index: 2;
    animation: busAnim4 10s linear infinite;
    width: 14.2%;
}

@keyframes busAnim1 {
    0% {
        bottom: 37%;
        left: 8%;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }


    100% {
        bottom: 14%;
        opacity: 0;
        left: 35%;
    }
}

@keyframes busAnim2 {
    0% {
        bottom: 18%;
        left: 47%;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }


    100% {
        bottom: 45%;
        left: 79%;
        opacity: 0;
    }
}

@keyframes busAnim3 {
    0% {
        bottom: 54%;
        left: 76%;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }


    100% {
        bottom: 76%;
        left: 50%;
        opacity: 0;
    }
}

@keyframes busAnim4 {
    0% {
        bottom: 73%;
        left: 38%;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }


    100% {
        bottom: 46%;
        left: 6%;
        opacity: 0;
    }
}

.main_air {
    background-image: url(../img/air1.svg);
    position: absolute;
    width: 15%;
    height: 12.7%;
    background-size: cover;
    top: 4%;
    right: 35%;
    z-index: 6;
    animation: airAnim 20s linear infinite;
}

@keyframes airAnim {
    0% {
        top: 4%;
        right: 31%;
        background-image: url(../img/air1.svg);
        opacity: 1;
    }

    24% {
        opacity: 1;
        width: 15%;
        height: 12.7%;
        background-image: url(../img/air1.svg);
    }

    25% {
        top: 35%;
        opacity: 0;
        right: -7%;
        width: 15%;
        height: 12.7%;
    }

    26% {
        opacity: 1;
        background-image: url(../img/air2.svg);
        top: 42%;
        right: -6%;
        width: 15%;
        height: 12.7%;
    }

    49% {
        opacity: 1;
        background-image: url(../img/air2.svg);
        width: 15%;
        height: 12.7%;
    }

    50% {
        opacity: 0;
        top: 83%;
        right: 41%;
        width: 15%;
        height: 10.7%;
    }

    51% {
        opacity: 1;
        background-image: url(../img/air3.svg);
        top: 84%;
        right: 52%;
        width: 15%;
        height: 10.7%;
    }

    74% {
        opacity: 1;
        width: 15%;
        height: 10.7%;
        background-image: url(../img/air3.svg);
    }

    75% {
        opacity: 0;
        top: 51%;
        right: 93%;
        width: 15%;
        height: 10.7%;
    }

    76% {
        background-image: url(../img/air4.svg);
        width: 15%;
        height: 10.7%;
        opacity: 1;
    }

    99% {
        background-image: url(../img/air4.svg);
        opacity: 1;
        width: 15%;
        height: 10.7%;
    }

    100% {
        opacity: 0;
        top: 3%;
        right: 45%;
    }
}

.main_img-text-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 155px;
    transform: skew(55deg, -216deg);
}

.main_img-text-wrapper:first-child {
    top: 149px;
    left: 152px;
}

.main_img-text-wrapper:nth-child(2) {
    top: 141px;
    right: 51px;
}

.main_img-text-wrapper:nth-child(3) {
    bottom: 111px;
    right: 80px;
}

.main_img-text-wrapper:last-child {
    bottom: 85px;
    left: 145px;
    text-align: end;

}

.main_img-text-title {
    color: #EB5D4B;
    font-weight: 500;
}

.main_img-text {
    font-size: 8px;
    line-height: 1;
}

.main_img img {
    width: 100%;
    height: auto;
}

.main_title {
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    color: #10313C;
    margin-bottom: 30px;
}

.main_subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
}

.main_text {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 40px;
}

.main_btn {
    width: 226px;
    height: 56px;
}

.chose {
    margin-bottom: 100px;
}

.chose .title {
    margin-bottom: 30px;
}

.title {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #10313C;
    margin-bottom: 50px;
}

.chose_tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    gap: 20px;
}

.chose_tab {
    background: #E9F3F0;
    border: 1px solid #566D74;
    backdrop-filter: blur(20px);
    padding: 12px 30px;
    cursor: pointer;
    border-radius: 10px;
}

.chose_tab.active {
    background: #566D74;
    color: #FFFFFF;
}

.chose_items.active .rows{
    display: flex;
}

.chose_items .rows{
    display: none;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.chose_item {
    width: calc(25% - 15px);
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 20px 0px #24226D05;
    min-height: 488px;
    flex-direction: column;
    justify-content: flex-end;
}

.chose_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    right: 0;
}

.chose_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chose_item-info {
    background: #566D7480;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.chose_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    width: 100%;
    color: #FFFAEE;
    margin-bottom: 20px;
}

.chose_item--update {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
}

/* .chose_item-options {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 15px 10px;
} */

.chose_item-option {
    /* width: calc(50% - 5px); */
    line-height: 130%;
    color: #FFFAEE;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.chose_item-option p {
    white-space: nowrap;
}

.chose_item-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* width: calc(50% - 5px); */
    color: #FFFAEE;
}

.chose_item-link {
    font-weight: 500;
    font-size: 16px;
    width: calc(50% - 5px);
    line-height: 130%;
    color: #FFFAEE;
    text-decoration: underline;

}

/* .chose_btn.btn.btn-more {
    width: 225px;
    height: 56px;
    margin: 20px auto 0;
    border: none;
} */

.btn_white {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #566D74;
    background: #FFFAEE;
    border-radius: 10px;
    gap: 12px;
    width: fit-content;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s;
    line-height: 130%;
}

.btn_white:hover {
    background: #FFF1E1;

}

.chose_item-btn {
    width: 100%;
    font-size: 16px;
    height: 45px;
}

.select_tour {
    margin: 100px 0;
}

.select_tour-form {
    background: #FFFAEE;
    border-radius: 15px;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.form_item {
    padding-right: 30px;
    width: calc(16.666% - 25px);
    position: relative;
    border-right: 1px solid rgba(86, 109, 116, 0.2);
}

.form_item:nth-child(6) {
    padding-right: 0;
    border-right: none;
}

.form_item-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #10313C;
}

.form_inp {
    background: none;
    border: none;
    padding-left: 35px;
    width: 100%;
    height: 20px;
}

.form_item-inp {
    position: relative;
}

.form_item-inp img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form_inp {
    font-size: 14px;
    line-height: 130%;
}

.form_inp::placeholder {
    color: #566D74;
}

.form_inp[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

.select_tour-left {
    display: flex;
    align-items: center;
    width: 650px;
    gap: 20px;
}

.select_tour-icons {
    display: flex;
}

.select_tour-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #566D74;
}

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

.select_tour .form_ok {
    width: 340px;
}

.form_ok {
    position: relative;
    font-size: 14px;
    line-height: 130%;
    cursor: pointer;
    display: block;
    color: #566D74;
    padding-left: 35px;
}

.form_ok span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #566D74;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.form_ok a {
    text-decoration: underline;
    font-weight: 500;
    color: #566D74;
}

.form_ok input {
    display: none;
}

.form_ok input:checked+span {
    background-image: url(../img/check.svg);
}

.select_tour-btn {
    width: 225px;
    height: 56px;
    border: none;
    cursor: pointer;
}

.services {
    margin: 100px 0;
}

.services_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.chose_item-options:last-child {
    margin-bottom: 0;
}

.services_items .chose_item-option {
    width: 100%;
}

.company {
    margin: 100px 0;
}

.company_wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding: 350px 10px 10px;
}

.company_img {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    display: flex;
}

.company_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company_info {
    width: 740px;
    margin-left: auto;
    padding: 40px;
    background: #566D7480;
    color: #FFFAEE;
    backdrop-filter: blur(20px);
    border-radius: 15px;
}

.company_subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
}

.company_info .title {
    text-align: left;
    color: #FFFAEE;
    margin-bottom: 30px;
}

.company_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 40px;
}

.company_text:last-child {
    margin-bottom: 0;
}

.company_btn {
    width: 154px;
    height: 56px;
}

.other {
    margin: 100px 0;
}

.other p {
    margin-bottom: 15px;
    line-height: 130%;
}

.other p:last-child {
    margin-bottom: 0;
}

.other .title {
    color: #FFFAEE;
}

.other_wrapper {
    box-shadow: 0px 0px 20px 0px #24226D05;
    background: #566D74;
    border-radius: 15px;
    padding: 60px;
    margin-bottom: 50px;
}

.other_wrapper:last-child {
    margin-bottom: 0;
}

.other_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}

.other_items:last-child {
    margin-bottom: 0;
}

.other_item {
    width: calc(33.333% - 13.333px);
    padding: 10px;
    border-radius: 15px;
    position: relative;
    height: 350px;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
}

.other_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.3s;
    display: flex;
}

.other_item:hover .other_item-img {
    transform: scale(1.1);
}

.other_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other_item-title {
    background: #566D7480;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    font-weight: 500;
    padding: 20px;
    font-size: 20px;
    line-height: 130%;
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
    color: #FFFAEE;
}

.other_item-title span {
    background: #FFFAEE;
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.invite {
    margin: 100px 0;
}

.invite_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
}

.invite_info {
    width: 660px;
}

.invite .title {
    text-align: left;
}

.invite_subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #10313C;
}

.invite_list {
    padding-left: 30px;
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #10313C;
}

.invite_list li:not(:last-child) {
    margin-bottom: 10px;
}

.invite_item {
    background: #FFFAEE;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    width: fit-content;
    max-width: 406px;
    min-width: 386px;
    color: #566D74;
    margin-bottom: 70px;
    margin-left: auto;
}

.invite_item:nth-child(2) {
    margin-right: 120px;
}

.invite_item:last-child {
    margin-bottom: 0;
}

.invite_item span {
    background: #566D74;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
}

.invite_inner {
    position: relative;
    background: #566D74;
    box-shadow: 0px 0px 20px 0px #24226D05;
    border-radius: 15px;
    padding: 40px;
    position: relative;
}

.invite_inner::before {
    position: absolute;
    content: "";
    background-image: url(../img/invite_form.png);
    background-size: cover;
    height: 280px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 586px;
}

.invite_inner-img {
    position: absolute;
    display: flex;
    bottom: calc(100% - 62px);
    right: 316px;
    z-index: -1;
}

.invite_inner-img img {
    width: 100%;
}

.invite_inner-info {
    width: 895px;
    margin-left: auto;
    color: #FFFAEE;
    position: relative;
    z-index: 1;
}

.invite_inner-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 15px;
}

.invite_inner-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 50px
}

.invite_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.invite_form-inp {
    border: 1px solid #FFFAEE;
    background: #566D74;
    border-radius: 10px;
    width: 328px;
    padding-left: 30px;
    font-size: 18px;
    height: 56px;
    color: #FFFAEE;
}

.invite_form-inp::placeholder {
    color: #FFFAEE;
}

.invite_btn {
    width: 198px;
    height: 56px;
    border: none;
    cursor: pointer;
}

.invite_form .form_ok a,
.invite_form .form_ok {
    color: #FFFAEE;
}

.invite_form .form_ok span {
    background-color: #FFFAEE;
}

.invite_form .form_ok input:checked+span {
    background-image: url(../img/check2.svg);
}

.about {
    margin: 100px 0;
}

.about_wrapper {
    display: flex;
    align-items: center;
    min-height: 700px;
    position: relative;
}

.about_img {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 967px;
    height: 700px;
    overflow: hidden;
    border-radius: 15px;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_right {
    width: 780px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.about_info {
    background: #566D74;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 20px;
    color: #FFFAEE;
}

.about .title {
    text-align: left;
    margin-bottom: 30px;
    color: #FFFAEE;
}

.about_subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
}

.about_text {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 40px;
}

.about_bot {
    display: flex;
    align-items: center;
}

.about_rating {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.about_rating-img {
    display: flex;
    margin-right: 20px;
}

.about_rating-value {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    margin-right: 40px;
}

.about_rating-stars {
    display: flex;
}

.about_rating-value span {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
}

.about_link {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    display: block;
    margin-right: 40px;
    text-decoration: underline;
    color: #FFFAEE;
}

.about_links {
    background: #566D74;
    border-radius: 15px;
    padding: 22px 40px;
    width: 524px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_links-item {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFAEE;
}

.about_links-numbers .about_links-item:not(:last-child) {
    margin-bottom: 10px;
}

.reviews {
    margin: 100px 0;
}

.reviews .title {
    margin-bottom: 110px;
}

.reviews_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.reviews_item {
    min-height: 420px;
    width: calc(25% - 15px);
    background: #566D74;
    box-shadow: 0px 0px 20px 0px #24226D05;
    border-radius: 15px;
    color: #FFFAEE;
}

.reviews_item-icon {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    margin: -60px auto 30px;
    padding: 10px;
    background-color: #E9F3F0;
}

.reviews_item-icon img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.reviews_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 30px;
}

.reviews_item-subtitle {
    padding: 0 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 30px;
}

.reviews_item-text {
    height: 84px;
    padding: 0 30px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}

.reviews_item-imgs {
    margin-bottom: 30px;
}

.reviews_item-imgs::-webkit-scrollbar {
    display: none;
}

.reviews_item-img {
    display: flex;
    width: 150px;
    height: 100px;
    border-radius: 10px;
    min-width: 150px;
    overflow: hidden;
    margin: 0 5px;
}

.reviews_item-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.reviews_item-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    text-decoration: underline;
    color: #FFFAEE;
    justify-content: center;
    transition: all 0.3s;
    display: flex;
    overflow: hidden;
    height: 0;
    padding: 0;
}

.reviews_item:hover .reviews_item-link {
    padding: 0 30px 30px;
    height: 54px;
}

.partners {
    margin: 100px 0;
}

.partners_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.partners_item {
    background: #FFFAEE;
    box-shadow: 0px 0px 20px 0px #24226D05;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: calc(16.666% - 16.666px);
    padding: 10px;
}

.partners_item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.blog {
    margin: 100px 0;
}

.blog_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog_item {
    position: relative;
    width: calc(33.333% - 13.333px);
    height: 488px;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

.blog_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
    display: flex;
}

.blog_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_item-info {
    background: #566D7466;
    border-radius: 10px;
    padding: 20px;
    color: #FFFAEE;
    backdrop-filter: blur(20px);
}

.blog_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 15px;
}

.blog_item-text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
}

.blog_item-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-decoration: underline;
    color: #FFFAEE;
}

.footer {
    background: #10313C;
    padding: 40px 0 50px;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.footer_logo {
    display: flex;
}

.footer_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 40px;
    width: 392px;
}

.footer_menu li {
    width: calc(33.333% - 26.666px);
}

.footer_menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF99;
}

.footer_number {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #FFFAEE;
    margin: 5px 0;
}

.footer_btn {
    width: 210px;
    height: 56px;
}



.footer_messages {
    display: flex;
    gap: 20px;
}

.footer_inner {
    padding-top: 40px;
    border-top: 1px solid #FFFFFF33;
    display: flex;
    justify-content: space-between;
}

.footer_inner-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF99;
    display: flex;
    align-items: center;
}

.footer_inner-pays {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
}

.menu_burger {
    display: none;
}

.header_inner .header_btn {
    display: none;
}

.popup_body {
    background: #FFFAEE;
    padding: 30px;
    width: 400px;
    border-radius: 15px;
}

.popup_body-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 15px;
    color: #10313C;
}

.popup_body-subtitle {
    margin: 0 auto 10px;
    background: #566D74;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    width: fit-content;
    line-height: 130%;
    color: #FFFAEE;
    padding: 8px 15px;
}

.popup_body .form_item {
    width: 100%;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid rgba(86, 109, 116, 0.2);
}

.popup_body-btn {
    border: none;
    cursor: pointer;
    width: 100%;
    height: 56px;
    margin: 30px 0 20px;
}

.popup_body-btn:nth-last-child(2) {
    margin-bottom: 0;
}

.popup_body-text {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}

.page {
    margin: 116px 0 100px;
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.crumb {
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 130%;
    color: #566D74;
}

.crumb::after {
    position: relative;
    content: "";
    display: block;
    background-color: #10313C;
    width: 20px;
    height: 1px;
    margin-left: 15px;
}

.crumb:last-child {
    opacity: 0.5;
}

.crumb:last-child::after {
    display: none;
}

.page h1.title {
    text-align: left;
}

.catalog_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog_selects.col-md-3 form > div  {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px;
}

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

.fieldset-width {
    width: calc(25% - 15px);
}

.custom-select {
    /* width: calc(25% - 15px); */
    /* width: 365px; */
    height: 60px;
    background: #FFFAEE;
    position: relative;
    text-align: left;
    z-index: 1;
    border-radius: 15px;
    display: block;
}

.quiz_options .custom-select {
    width: calc(25% - 15px);
}


/* мое */
.filter_field {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    width: calc(25% - 15px);
    background: #FFFAEE;;
    border: none;
    padding: 0;
    border-radius: 15px;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    line-height: 100%;
    color: #566D74;
    padding-inline: 20px;
    height: 60px;
}

.filter_field::before {
    position: absolute;
    content: "";
    background-image: url(../img/select_arrow.svg);
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 8px;
    right: 20px;
}

.filter_dropdown.active {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #FFFAEE;
    box-shadow: 0px 0px 15px 0px #10313C1A;
    border-radius: 15px;
    padding: 25px;
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% + 10px);
    z-index: 1;
    cursor: auto;
}

.filter_dropdown {
    display: none;
}

.filter_checkbox {
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    background: #FFFAEE;
    border-radius: 5px;
    border: 1.5px solid #566D74;
    cursor: pointer;
}

.filter_checkbox:checked{
    background: #566D74;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    transition: 500ms;
}

.filter_label {
    display: flex;
    align-items: center;
    gap: 15px;   
    cursor: pointer;
}

/* .filter_checkbox::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    font-size: 30px;
    
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    transition: 500ms;
    
    background: #566D74;
    
    
    background-repeat: no-repeat;
    background-position: center;
} */
/* мое конец*/


.custom-select.custom-select--active {
    z-index: 2;
}

.custom-select::before {
    position: absolute;
    content: "";
    background-image: url(../img/select_arrow.svg);
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 8px;
    right: 20px;
}

.custom-select__option--value {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    padding-left: 60px;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    line-height: 100%;
    position: relative;
    color: #566D74;
}

.custom-select img {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-select__dropdown {
    background: #FFFAEE;
    box-shadow: 0px 0px 15px 0px #10313C1A;
    border-radius: 15px;
    padding: 25px;
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% + 10px);
}


.custom-select__dropdown .custom-select__option {
    background: none;
    border: none;
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 15px;
    color: #10313C;
    width: 100%;
    padding: 0;
    cursor: pointer;
}

.custom-select__dropdown .custom-select__option::before {
    position: relative;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1.5px solid #566D74;
}

.custom-select__option.custom-select__option--selected::before {
    background: #566D74;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.custom-select__dropdown .custom-select__option:last-child {
    margin-bottom: 0;
}

.info_block {
    margin: 100px 0;
}

.info_block-wrapper {
    display: flex;
    align-items: center;
}

.info_block-wrapper:nth-child(2n) {
    flex-direction: row-reverse;
}

.info_block-wrapper:nth-child(2n) .info_block-inner {
    margin-left: 0;
    margin-right: -227px;
}

.info_block-wrapper:not(:last-child) {
    margin-bottom: 50px;
}

.info_block-inner {
    background: #566D74;
    border-radius: 15px;
    padding: 40px;
    width: 782px;
    position: relative;
    color: #FFFAEE;
    z-index: 1;
    margin-left: -227px;
}

.info_block-inner p {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 30px;
}

.info_block-inner h2 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
}

.info_block-inner p:last-child {
    margin-bottom: 0;
}

.info_block-img {
    width: 967px;
    height: 700px;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

.info_block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fast {
    margin: 100px 0;
}

.fast_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fast_item {
    background: #FFFAEE;
    border-radius: 15px;
    padding: 25px;
    width: calc(33.333% - 13.333px);
}

.fast_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
}

.fast_item-tegs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.fast_item-teg {
    background: #566D74;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #FFFAEE;
}

.faq {
    margin: 100px 0;
}

.faq_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.faq_item {
    width: calc(50% - 10px);
    background: #FFFAEE;
    border-radius: 15px;
}

.faq_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    padding: 20px 60px 20px 25px;
    cursor: pointer;
    color: #10313C;
    position: relative;
}

.faq_item-title.active span::before {
    transform: translate(50%, -50%) rotate(90deg);
}

.faq_item-title span {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.faq_item-title span::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: #10313C;
    transition: all 0.3s;
    width: 2px;
    height: 100%;
}

.faq_item-title span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: #10313C;
    width: 100%;
    height: 2px;
}

.faq_item-drop {
    padding: 0 20px 20px;
    display: none;
}

.faq_item-drop p {
    margin-bottom: 15px;
    line-height: 130%;
}

.faq_item-drop p:last-child {
    margin-bottom: 0;
}

.pagin {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
}

.pagin a.active {
    background: #566D74;
    color: #FFFFFF;
}

.pagin a {
    background: #FFFAEE;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #566D74;
}

.tour_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tour_info {
    background: #FFFAEE;
    border-radius: 15px;
    padding: 40px;
    width: 695px;
}

.tour_title {
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #10313C;
}

.tour_text {
    font-size: 16px;
    color: #10313C;
    line-height: 130%;
    margin-bottom: 40px;
}

.tour_options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 40px;
}

.tour_option {
    width: calc(50% - 20px);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #10313C;
    display: flex;
    align-items: center;
    gap: 15px;
}

.tour_price {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: #10313C;
}

.tour_price span {
    font-size: 16px;
    line-height: 130%;
    color: #566D74;
    display: block;
    margin-top: 5px;
}

.tour_info-bot {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 20px;
}

.tour_btn {
    font-size: 18px;
    width: 225px;
    height: 56px;
}

.tour_left {
    width: 805px;
    align-self: stretch;
    display: flex;
    justify-content: space-between;
}

.tour_dots {
    width: 150px;
}

.tour_dot {
    height: 120px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
}

.tour_dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour_imgs {
    width: 635px;

}

.tour_imgs div {
    height: 100%;
}

.tour_img {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.tour_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.days {
    margin: 100px 0;
}

.days_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}

.days_item {
    flex: 1;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    transition: all 1.2s;
}

.days_item.active {
    flex: 5.48;
}

.days_item-number {
    background: #FFFAEE;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    width: fit-content;
    border-radius: 10px;
    color: #10313C;
    margin-bottom: 20px;
}

.days_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    display: flex;
}

.days_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.days_item.active .days_item-info {
    display: block;
}

.days_item-info {
    background: #566D7480;
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 30px;
    color: #FFFAEE;
    display: none;
}

.days_item-options {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 20px;
}

.days_item-option {
    display: flex;
    align-items: center;
    gap: 15px;
}

.days_item p {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 20px;
}

.days_item-map {
    background: #FFFAEE;
    border-radius: 10px;
    width: 212px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    gap: 15px;
    line-height: 130%;
    color: #10313C;
}


.periods {
    margin: 100px 0;
}

.periods_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.periods_item {
    width: calc(50% - 10px);
    background: #FFFAEE;
    border-radius: 15px;
    padding: 30px;
}

.periods_item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.periods_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #10313C;
}

.periods_item-btn {
    width: 176px;
    height: 45px;
    font-size: 16px;
}

.periods_item-subtitles {
    display: flex;
    font-size: 16px;
    line-height: 130%;
    color: #10313C;
    margin-bottom: 20px;
}

.periods_item-subtitle {
    display: flex;
    gap: 15px;
    width: 33.333%;
    align-items: center;
}

.periods_item-values {
    display: flex;
    border-top: 1px solid #566D74;
}

.periods_item-value {
    width: 33.333%;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #10313C;
}

.other_items.four .other_item {
    width: calc(25% - 15px);
}

.transport_wrapper {
    position: relative;
    padding: 324px 20px 20px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    z-index: 1;
}

.transport_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    display: flex;
}

.transport_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transport_info {
    background: #566D7480;
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 40px;
    color: #FFFAEE;
    width: 740px;
}

.transport_subtitle {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 100%;
}

.transport_title {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 20px;
}

.transport_price {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 100%;
    font-weight: 500;
}

.transport_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 30px;
}

.transport_options {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 30px;
}

.transport_option {
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc(50% - 15px);
}

.transport_right {
    background: #566D74;
    box-shadow: 0px 0px 20px 0px #24226D05;
    border-radius: 15px;
    padding: 40px;
    color: #FFFAEE;
    width: 484px;
}

.transport_right-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 30px;
}

.transport_right-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 30px;
}

.transport_right-checks {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
}

.transport_right-btn {
    width: 100%;
    height: 56px;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
}

.transport_right .form_ok a,
.transport_right .form_ok {
    color: #FFFAEE;
}

.transport_right .form_ok span {
    background-color: #FFFAEE;
}

.transport_right .form_ok input:checked+span {
    background-image: url(../img/check2.svg);
}

.transport_right .invite_form-inp {
    margin-bottom: 15px;
    width: 100%;
}

.form_check {
    display: flex;
    font-size: 14px;
    line-height: 130%;
    gap: 15px;
    cursor: pointer;
    align-items: center;
}

.form_check span {
    border: 1.5px solid #FFFAEE;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.form_check input {
    display: none;
}

.form_check input:checked+span {
    background: #FFFAEE;
    background-image: url(../img/check2.svg);
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

.transport_date {
    border: 1px solid #FFFAEE;
    height: 56px;
    border-radius: 10px;
    width: 100%;
    background: none;
    padding-left: 24px;
    color: #FFFAEE;
    cursor: pointer;
    font-size: 16px;
    line-height: 130%;
}

.transport_date::placeholder {
    color: #FFFAEE;
}

.transport_date-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.transport_date-wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../img/calendar.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.lightpick {
    background: #566D74;
    border-radius: 15px;
    padding: 20px;
    width: 404px;
}

.lightpick__months {
    background: none;
}

.lightpick__month {
    background: none;
    padding: 0;
}

.lightpick__month-title-bar {
    justify-content: center;
    margin-bottom: 20px;
    height: 62px;
    position: relative;
}

.lightpick__toolbar {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
}

.lightpick__select.lightpick__select-years {
    display: none;
}

.lightpick__month-title {
    margin: 0;
    width: auto;
    padding: 0;
    min-width: none;
}

.lightpick__select.lightpick__select-months {
    color: #fff;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    width: auto;
    padding: 0;
    text-transform: capitalize;
    min-width: none;
    margin: 0;
}

.lightpick__next-action {
    margin: 0;
    cursor: pointer;
    width: 62px;
    height: 62px;
    background: none;
    background-size: 19px 10px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    color: #FFFAEE;
    font-size: 26px;
}

.lightpick__previous-action {
    margin: 0;
    cursor: pointer;
    width: 62px;
    height: 62px;
    background: none;
    background-size: 19px 10px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    color: #FFFAEE;
    font-size: 26px;
}

.lightpick__day-of-the-week {
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #E4C1A1;
}

.lightpick__day.is-today {
    color: #fff;
    background-image: none;
}

.lightpick__day {
    color: #FFFFFF;
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    width: 52px;
    height: 52px;
    background: none !important;
    position: relative;
    z-index: 1;
    cursor: pointer;
}


.lightpick__month {
    width: fit-content;
}



.lightpick__tooltip {
    display: none;
}

.lightpick__day.is-available.is-in-range {
    border-radius: 0 !important;

}

.lightpick__day.is-available.is-end-date.is-in-range.is-flipped,
.is-start-date {
    color: #566D74 !important;
    background: #FFFAEE !important;
}

.is-in-range,
.lightpick__day.is-available.is-start-date.is-in-range.is-flipped,
.is-end-date {
    color: #566D74 !important;
    background: #FFFAEE !important;
}

.autopark {
    margin: 100px 0;
}

.autopark_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.autopark_top .title {
    margin: 0;
}

.autopark_tabs {
    display: flex;
    gap: 20px;
}

.autopark_tab.active {
    background: #566D74;
    color: #FFFFFF;
}

.autopark_tab {
    border: 1px solid #566D74;
    border-radius: 10px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: inherit;
}

.autopark_items  {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.autopark_item {
    width: calc(33.333% - 13.333px);
    background: #FFFAEE;
    padding: 25px;
    border-radius: 15px;
    position: relative;
}

.autopark_item-imgs .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    background: #566D7480;
    border-radius: 15px;
    gap: 10px;
    padding: 10px;
    opacity: 1;
    backdrop-filter: blur(20px);
}

.autopark_item-imgs .slick-dots li {
    display: flex;
}

.autopark_item-imgs .slick-dots .slick-active button {
    background: #FFEBDC;
}

.autopark_item-imgs .slick-dots button {
    background: none;
    padding: 0;
    border: 1px solid #FFFAEE;
    padding: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.autopark_item-logo {
    top: 35px;
    left: 35px;
    background: #FFFAEE;
    border-radius: 15px;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.autopark_item-img {
    height: 300px;
    border-radius: 15px;
    display: block;
    overflow: hidden;
}

.autopark_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autopark_item-imgs {
    margin-bottom: 30px;
}

.autopark_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #10313C;
    margin-bottom: 10px;
}

.autopark_item-text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 30px;
}

.autopark_item-options {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    gap: 20px 30px;
}

.autopark_item-option {
    font-size: 14px;
    line-height: 130%;
    color: #10313C;
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc(50% - 15px);
}

.autopark_item-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.autopark_item-btn {
    width: 206px;
    height: 50px;
}

.autopark_item-price span {
    display: block;
    color: #566D74;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.autopark_item-price {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #10313C;
}

.autopark_more {
    margin: 20px auto 0;
    width: 225px;
    height: 56px;
}

.steps {
    margin: 100px 0;
}

.steps_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}

.steps_item {
    width: calc(33.333% - 13.333px);
    background: #FFFAEE;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.steps_item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.steps_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 15px;
    color: #10313C;
}

.steps_item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 30px;
}

.steps_item-btn {
    padding: 14px 30px;
    margin-top: auto;
}

.steps_item-icon {
    background: #566D74;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps_item-number {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #DBD7CF;
}

.steps_options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.steps_option {
    width: calc(33.333% - 13.333px);
    background: #566D74;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #FFFAEE;
}

.steps_option span {
    background: #FFFAEE;
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other_wrapper p {
    font-size: 16px;
    line-height: 130%;
    color: #FFFAEE;
}

.autopark_content {
    display: none;
}

.autopark_content.active {
    display: block;
}

.arenda_filters form>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 55px;
    flex-wrap: wrap;
}

.arenda_city {
    display: flex;
    gap: 20px;
}

.arenda_city-item {
    display: block;
    cursor: pointer;
}

.arenda_city-item input {
    display: none;
}

.arenda_city-item input:checked+span {
    background: #566D74;
    color: #fff;
}

.arenda_city-item span {
    border: 1px solid #566D74;
    background: #E9F3F0;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 500;
    display: block;
}

.arenda_checks {
    display: flex;
    width: 450px;
    flex-wrap: wrap;
    gap: 8px 20px;
    justify-content: space-between;
}

.arenda_checks .form_check {
    width: calc(33.333% - 13.333px);
}

.arenda_checks .form_check span {
    border: 1.5px solid #566D74;
}

.arenda_checks .form_check input:checked+span {
    background-color: #566D74;
    background-image: url(../img/check.svg);
}

.arenda_rating-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #10313C;
    margin-bottom: 8px;
}

.arenda_rating-items {
    display: flex;
    gap: 8px;
    /* flex-direction: row-reverse; */
}

.arenda_rating-item {
    display: flex;
    cursor: pointer;
}

.arenda_rating-item input {
    display: none;
}

/* .arenda_rating-item:has(input:checked) svg path {
    opacity: 1;
} */

/* .arenda_rating-item:has(input:checked) path,
.arenda_rating-item:has(input:checked) ~ .arenda_rating-item path {
    opacity: 1;
} */

/* .arenda_rating-item:has(input:checked)~.arenda_rating-item svg path {
    opacity: 1;
} */


.catalog_price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.ui-slider {
    position: relative;
    background: #566D7433;
    border-radius: 10px;
    width: 181px;
    height: 4px;
    cursor: pointer;
}

.ui-slider-range {
    position: absolute;
    height: 100%;
    background: #566D74;
    top: 0;
}

.ui-slider-handle {
    background: #10313C;
    width: 10px;
    height: 10px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.catalog_price-value {
    text-align: center;
    border: 1px solid #566D74;
    width: 110px;
    height: 45px;
    /* align-items: center; */
    border-radius: 10px;
    /* display: flex; */
    color: #566D74;
    font-weight: 500;
    font-size: 16px;
    /* gap: 6px; */
    line-height: 130%;
    /* justify-content: center; */
    background: transparent;
}

.price-row {
    display: contents;
}

.price-row .col-md-6:first-child {
    order: -1;
}

.arenda_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.arenda_item {
    width: calc(33.333% - 13.333px);
    background: #FFFAEE;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arenda_item .autopark_item-imgs {
    width: 200px;
    margin: 0;
}

.arenda_item .autopark_item-img {
    height: 150px;
}

.arenda_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 15px;
    color: #10313C;
}

.arenda_item-info {
    width: 245px;
}

.arenda_item-option {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 130%;
    margin-bottom: 10px;
}

.arenda_item-option:last-child {
    margin-bottom: 0;
}

.arenda_item-bot {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.arenda_item-price {
    background: #566D74;
    border-radius: 5px;
    padding: 6px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #FFFAEE;
}

.arenda_item-stars .static-star svg {
    width: 20px;
}

.arenda_more {
    margin: 20px auto 0;
    width: 225px;
    height: 56px;
}

.arenda_map {
    display: flex;
    height: 806px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 50px;
}

.arenda_map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.three_items .tour_option {
    width: calc(33.333% - 26.666px);
}

.room_prices-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
}

.room_prices {
    margin-bottom: 40px;
}

.room_prices-items {
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
}

.room_prices-item {
    width: calc(50% - 20px);
    display: flex;
}

.room_prices-item span {
    order: 1;
}

.room_prices-item::after {
    position: relative;
    content: "";
    flex: auto;
    margin: 0 5px;
    border-bottom: 1px dashed #C3CAD4;
}

.root_items .autopark_item-btn {
    width: 100%;
    margin-top: 30px;
}

.root_items .autopark_item-price span {
    text-decoration: none;
}

.autopark_item-desc {
    font-size: 14px;
    line-height: 130%;
    color: #10313C;
    width: 284px;
}

.advantages {
    margin: 100px 0;
}

.advantages_tegs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
}

.advantages_teg {
    background: #566D74;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #FFFAEE;
    padding: 10px 15px;
    transition: all 0.3s;
}

.advantages_teg:hover {
    background: #FFFAEE;
    color: #566D74;
}

.advantages_slider {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.advantages_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #566D74;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: none;
    font-size: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}

.advantages_slider .slick-arrow:hover {
    background-color: #FFFAEE;
    color: #566D74;
    border: 1px solid #FFFAEE;
}

.advantages_slider .slick-prev {
    left: -80px;
    background-image: url(../img/arrow_left.svg);
}

.advantages_slider .slick-next {
    right: -80px;
    background-image: url(../img/arrow_right.svg);
}

.advantages_slide {
    margin: 0 10px;
    border-radius: 15px;
    overflow: hidden;
    min-height: 488px;
    position: relative;
    z-index: 1;
    padding: 10px;
    display: flex !important;
    align-items: flex-end;
}

.advantages_slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    display: flex;
}

.advantages_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages_slide-info {
    background: #566D7480;
    backdrop-filter: blur(20px);
    padding: 20px;
    color: #FFFAEE;
    border-radius: 10px;
    width: 100%;
}

.advantages_slide-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;

}

.advantages_slide-text {
    font-size: 14px;
    line-height: 130%;
    display: none;
    overflow: hidden;
}

.gallery {
    margin: 100px 0;
}

.gallery_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.gallery_item {
    width: calc(33.333% - 13.333px);
    border-radius: 15px;
    overflow: hidden;
    height: 350px;
    display: flex;
}

.gallery_item:hover img {
    transform: scale(1.1);
}

.gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.gallery_item:nth-child(5n),
.gallery_item:nth-child(4n) {
    width: calc(50% - 10px);
}

.about_info p {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 30px;
}

.about_info p:last-child {
    margin-bottom: 0;
}

.about_info-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}

.about_info-inner {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.about_info-item {
    width: calc(50% - 20px);
}

.quiz {
    margin: 100px 0;
}

.quiz_wrapper {
    display: flex;
    background: #566D74;
    padding: 40px;
    justify-content: space-between;
    color: #FFFAEE;
    border-radius: 15px;
}

.quiz_wrapper .title {
    color: #FFFAEE;
    margin-bottom: 40px;
    text-align: left;
}

.quiz_left {
    display: flex;
    flex-direction: column;
    width: 900px;
}

.quiz_steps {
    height: 100%;
}

.quiz_progress {
    background: #FFFFFF1A;
    border-radius: 500px;
    text-align: center;
    font-weight: 500;
    padding: 5px;
    margin-bottom: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.quiz_progress .bar {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    background: #FFFAEE;
    max-width: calc(100% - 10px);
    border-radius: 500px;
}

.quiz_step:nth-child(3) span:last-child,
.quiz_step:nth-child(4) span:last-child {
    color: #566D74;
    z-index: 2;
    position: relative;
}

.quiz_step {
    display: none;
}

.quiz_step.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.quiz_step-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 40px;
}

.quiz_city {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.catalog_select.half+.custom-select {
    width: calc(50% - 10px);
}

.quiz_city-item {
    width: calc(33.333% - 13.333px);
    height: 270px;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.quiz_city-item:has(input:checked) .quiz_city-title span {
    background-color: #FFFAEE;
    background-image: url(../img/check2.svg);
    background-repeat: no-repeat;
    background-position: 55% 50%;
    background-size: 15px 12px;
}

.quiz_city-item input {
    display: none;
}

.quiz_btns {
    display: flex;
    margin-top: auto;
    justify-content: flex-end;
    gap: 10px;
}

.quiz_city-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    display: flex;
}

.quiz_city-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quiz_city-title {
    background: #566D7480;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    gap: 15px;
    line-height: 130%;
}

.quiz_city-title span {
    border: 1.5px solid #FFFAEE;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
}

.quiz_submit,
.quiz_prev,
.quiz_next {
    width: 200px;
    cursor: pointer;
    border: none;
    height: 56px;
}

.quiz_step-inps {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.quiz_step-inps .form_item {
    background: #FFFAEE;
    border-radius: 15px;
    height: 60px;
    width: calc(33.333% - 13.333px);
}

.quiz_step-inps .form_inp {
    height: 100%;

}

.quiz_step-inps .form_item-inp {
    height: 100%;
    padding-left: 25px;
}

.quiz_step-inps .form_item-inp img {
    left: 25px;
}

.quiz_right {
    background: #FFFAEE;
    width: 500px;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    min-height: 620px;
}

.quiz_item {
    border: 1px solid #566D7433;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.quiz_item.active .quiz_item-number {
    background: #566D74;
    color: #FFFAEE;
}

.quiz_item-number {
    border: 1px solid #566D7433;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #566D7433;
    margin-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quiz_item-option {
    background: #F0ECE3;
    width: 360px;
    height: 23px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 0;
}

.quiz_item-option span {
    order: 1;
}


.quiz_item.active .quiz_item-option::after {
    position: relative;
    content: "";
    flex: auto;
    border-bottom: 1px dashed #C3CAD4;
    margin: 0 5px;
}

.quiz_item.active .quiz_item-option {
    font-size: 18px;
    line-height: 130%;
    color: #566D74;
    background: none;
}


.quiz_item-option:last-child {
    margin-bottom: 0;
}

.quiz_right .about_links {
    width: 100%;
    margin-top: auto;
    padding: 20px;
}

.quiz_right .about_messages {
    gap: 20px;
    display: flex;
}

.quiz_right .about_message {
    display: flex;
}

.directions {
    margin: 100px 0;
}

.directions_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.directions_item {
    flex: 1;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    transition: all 0.6s;
}

.directions_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
}

.directions_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.directions_item.active {
    flex: 3.23;
}

.directions_item.active .directions_item-info {
    width: 453px;
}

.directions_item-info {
    margin-top: auto;
    background: #566D7480;
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 30px;
    width: 100%;
    color: #FFFAEE;
}

.directions_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}

.directions_item-inner {
    display: none;
    margin-top: 30px;
}

.directions_item.active .directions_item-inner {
    display: block;
}

.directions_item-options {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 20px 40px;
}

.directions_item-option {
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    gap: 15px;
}

.directions_item-btns {
    display: flex;
    gap: 20px;
}

.directions_item-btn {
    padding: 14px 30px;
}

.best {
    margin: 100px 0;
}

.best_items .rows{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.best_item {
    width: calc(50% - 10px);
    background: #FFFAEE;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.best_item .autopark_item-imgs {
    width: calc(50% - 15px);
    margin: 0;
}

.best_item .autopark_item-img {
    height: 320px;
}

.best_item-info {
    width: calc(50% - 15px);
}

.best_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
}

.best_item-prices {
    margin-top: 30px;
}

.best_item-price {
    display: flex;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 130%;
}

.best_item-price:last-child {
    margin-bottom: 0;
}

.best_item-price span {
    order: 1;
}

.best_item-price::after {
    position: relative;
    content: "";
    flex: auto;
    margin: 0 5px;
    border-bottom: 1px dashed #C3CAD4;
}

.best_item-options {
    background: #566D74;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.best_item-option {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    line-height: 130%;
    color: #FFFAEE;
    width: calc(33.333% - 20px);
}

/* .best_btn.btn.btn-more {
    margin: 20px auto 0;
    width: 196px;
    height: 56px;
    border: none;
} */

.event {
    margin: 100px 0;
}

.event_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.event_item {
    width: calc(25% - 15px);
    background: #FFFAEE;
    border-radius: 15px;
    overflow: hidden;
}

.event_item-img {
    display: flex;
    height: 250px;
}

.event_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event_item-info {
    padding: 20px;
}

.event_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #10313C;
}

.event_item-options {
    margin-bottom: 30px;
}

.event_item-option {
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #10313C;
    margin-bottom: 20px;
}

.event_item-btns {
    display: flex;
    justify-content: space-between;
}

.event_item-btn {
    width: calc(50% - 10px);
    height: 50px;
}

.event_item-btn.btn_white {
    border: 1px solid #566D74;
}

.kit {
    margin: 100px 0;
}

.kit_wrapper {
    display: flex;
    justify-content: space-between;
}

.kit_info {
    width: 508px;
}

.kit_info .title {
    margin-bottom: 50px;
    text-align: left;
}

.kit_text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 50px;
}

.kit_option {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 130%;
    color: #566D74;
}

.kit_option span {
    color: #10313C;
    font-weight: 500;
    order: 1;
}

.kit_option::after {
    position: relative;
    content: "";
    flex: auto;
    margin: 0 5px;
    border-bottom: 1px dashed #C3CAD4;
}

.kit_option:last-child {
    margin-bottom: 0;
}

.kit_items {
    width: 385px;
}

.kit_item {
    display: flex;
    align-items: center;
    background: #FFFAEE;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    gap: 20px;
    line-height: 130%;
}

.kit_item span {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background: #566D74;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kit_item:last-child {
    margin-bottom: 0;
}

.kit_imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 508px;

}

.kit_img {
    background: #FFFAEE;
    border-radius: 15px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.kit_img:not(:first-child) {
    width: calc(50% - 10px);
}

.kit_img img {
    max-width: 100%;
    max-height: 100%;
}

.quiz_options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.quiz_options .arenda_rating-title {
    color: #FFFAEE;
}


.quiz_step .form_ok a,
.quiz_step .form_ok {
    color: #FFFAEE;
}

.quiz_step .form_ok span {
    background-color: #FFFAEE;
}

.quiz_step .form_ok input:checked+span {
    background-image: url(../img/check2.svg);
}

.pay_wrapper {
    padding: 588px 20px 20px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    gap: 10px;
}

.pay_wrapper-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
}

.pay_wrapper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pay_inner {
    width: 626px;
    min-width: 626px;
}

.pay_wrapper-info {
    background: #566D7480;
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(20px);
    color: #FFFAEE;
}

.pay_wrapper-subtitle {
    font-weight: 500;
    font-size: 24px;
    color: #FFFAEE;
    margin-bottom: 10px;
}

.pay_wrapper-info .title {
    margin: 0;
    color: #FFFAEE;
    font-size: 36px;
}

.pay_option {
    width: 274px;
    background: #FFFAEE;
    border-radius: 15px;
    padding: 20px;
}

.pay_option-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #566D74;
}

.pay_option-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.pay_option-number {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    color: #DBD7CF;
}

.pay_option-icon {
    background: #566D74;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
}

.places {
    margin: 100px 0;
}

.places_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.places_item:not(:last-child) {
    margin-bottom: 50px;
}

.places_item-imgs {
    width: 967px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    border-radius: 15px;
}

.places_item-img {
    height: 700px;
}

.places_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.places_item-right {
    width: 533px;
    display: flex;
    z-index: 1;
    flex-direction: column;
}

.places_item-dots {
    width: 860px;
    overflow: hidden;
    z-index: -1;
    position: relative;
}

.places_item-dots .slick-list {
    transform: translateX(-220px);
}

.places_item:nth-child(2n) .places_item-dots .slick-list {
    transform: translateX(0px);
}

.places_item-dot {
    width: 200px;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
}

.places_item-dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.places_item-info {
    background: #566D74;
    border-radius: 15px;
    color: #FFFAEE;
    margin-bottom: 20px;
    padding: 40px;
    margin-left: -248px;
    z-index: 1;
    position: relative;
    width: calc(100% + 248px);
}

.places_item-title {
    margin-bottom: 30px;
    text-align: left;
    color: #FFFAEE;
}

.places_item-text {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 40px;
}

.places_item-btn {
    width: 200px;
    height: 56px;
}

.places_item:nth-child(2n) {
    flex-direction: row-reverse;
}

.places_item:nth-child(2n) .places_item-info {
    margin-left: 0;
    margin-right: -248px;
}

.places_item:nth-child(2n) .places_item-right {
    align-items: flex-end;
}


.page-item {
    display: none;
}


.ready {
    margin: 116px 0 100px;
}

.ready__card {
    margin-top: 20px;
}

.ready__card .all-blogs__inner .rows {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ready__card .all-services__inner {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media(max-width:1680px) {
    .container {
        max-width: 1180px;
    }

    .menu {
        gap: 26px;
    }

    .header_logo {
        width: 190px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .main {
        padding: 140px 0 60px;
    }
    
    .main_img-text-wrapper {
        width: 105px;
        gap: 0px;
    }
    
    .main_img-text-title {
        font-size: 15px;
    }
    
    .main_img-text {
        font-size: 6px;
    }
    
    .main_img-text-wrapper:first-child {
        top: 82px;
        left: 97px;
    }
    
    .main_img-text-wrapper:nth-child(2) {
        top: 77px;
        right: 18px;
    }
    
    .main_img-text-wrapper:nth-child(3) {
        bottom: 69px;
        right: 37px;
    }
    
    .main_img-text-wrapper:last-child {
        bottom: 41px;
        left: 81px;
    }

    .chose_item {
        width: calc(33.333% - 13.333px);
    }

    .select_tour-form {
        gap: 30px 20px;
    }

    .form_item {
        padding-right: 20px;
        width: calc(16.666% - 17px);
    }

    .form_item-title {
        font-size: 18px;
    }

    .select_tour-left,
    .select_tour-right {
        width: calc(50% - 10px);
    }

    .invite_info {
        width: 430px;
    }

    .invite_inner-img {
        width: 540px;
        right: 360px;
    }

    .invite_item:nth-child(2) {
        margin-right: 80px;
    }

    .about_img {
        width: 720px;
    }

    .reviews_items {
        gap: 80px 20px;
    }

    .reviews_item {
        width: calc(33.333% - 13.333px);
    }

    .footer_inner-item {
        font-size: 15px;
    }

    .footer_logo {
        width: 240px;
    }

    .footer_logo img {
        width: 100%;
        height: auto;
    }

    .footer_menu {
        width: 380px;
    }

    .footer_number {
        font-size: 18px;
    }

    .footer_inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer_wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    .fast_item-teg {
        padding: 10px 10px;
        font-size: 12px;
    }

    .tour_left {
        width: 630px;
    }

    .tour_info {
        width: 500px;
    }

    .tour_dots {
        width: 100px;
    }

    .tour_imgs {
        width: calc(100% - 110px);
    }

    .days_item.active {
        width: 640px;
    }

    .tour_info-bot {
        gap: 20px;
        justify-content: space-between;
    }

    .other_items.four .other_item {
        width: calc(33.333% - 13.333px);
    }

    .transport_right {
        width: 450px;
    }

    .transport_info {
        width: 620px;
    }

    .arenda_item {
        width: calc(50% - 10px);
    }

    .arenda_item-info {
        width: calc(100% - 220px);
    }

    .arenda_filters  form>div {
        gap: 30px;
    }

    .three_items .tour_option {
        width: calc(50% - 20px);
    }

    .advantages_slider {
        padding: 0 40px;
    }

    .advantages_slider .slick-prev {
        left: -10px;
    }

    .advantages_slider .slick-next {
        right: -10px;
    }

    .gallery_item {
        height: 320px;
    }

    .quiz_right {
        width: 410px;
    }

    .quiz_left {
        width: 630px;
    }

    .quiz_item-options {
        width: calc(100% - 60px);
    }

    .quiz_item-option {
        width: 100%;
    }

    .quiz_right .about_links {
        flex-wrap: wrap;
        gap: 20px;
    }

    .quiz_city-title {
        gap: 10px;
    }

    .quiz_city-item {
        height: 220px;
    }

    .quiz_options {
        flex-wrap: wrap;
    }

    .quiz_options {
        gap: 20px;
    }

    .quiz_step .custom-select {
        width: calc(50% - 10px);
    }

    .directions_item.active {
        width: 600px;
    }

    .best_item .autopark_item-imgs {
        width: 100%;
    }

    .best_item-info {
        width: 100%;
    }

    .event_item {
        width: calc(33.333% - 13.333px);
    }

    .kit_wrapper {
        flex-wrap: wrap;
        gap: 40px;
    }

    .kit_info {
        width: 100%;
    }

    .pay_wrapper {
        flex-wrap: wrap;
    }

    .pay_inner {
        width: 100%;
    }

    .pay_wrapper-info {
        width: 626px;
    }

    .places_item-imgs {
        width: 640px;
    }

    .places_item-right {
        width: 480px;
    }

    .autopark_item-desc {
        width: 200px;
    }

    .autopark_item-desc br {
        display: none;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .header_numbers {
        display: none;
    }

    .main_info {
        width: 440px;
    }

    .main_img {
        width: calc(100% - 460px);
    }

    .main_title {
        font-size: 36px;
    }

    .header_btn {
        width: 150px;
    }

    .menu {
        gap: 20px;
    }

    .chose_item {
        width: calc(50% - 10px);
    }

    .form_item:nth-child(3n) {
        border-right: none;
    }

    .form_item {
        width: calc(33.333% - 13.333px);
    }

    .select_tour-left,
    .select_tour-right {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .select_tour-text {
        width: 350px;
    }

    .company_info {
        width: 620px;
    }

    .reviews_item,
    .other_item {
        width: calc(50% - 10px);
    }

    .invite_item:nth-child(2) {
        margin-right: 0;
    }

    .invite_wrapper {
        margin-bottom: 360px;
    }

    .invite_inner-img {
        width: 520px;
        right: 220px;
    }

    .invite_inner-info {
        width: 100%;
    }

    .blog_item,
    .invite_form .form_ok,
    .invite_btn,
    .invite_form-inp {
        width: calc(50% - 10px);
    }

    .partners_item {
        width: calc(20% - 16px);
        height: 110px;
    }

    /* .custom-select {
        width: calc(50% - 10px);
    } */
    
    .fieldset-width {
        width: calc(50% - 10px);
    }

    .info_block-inner p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .fast_item {
        width: calc(50% - 10px);
    }

    .tour_left {
        flex-direction: column-reverse;
    }

    .tour_imgs {
        width: 100%;
    }

    .tour_left {
        width: 520px;
    }

    .tour_info {
        width: 384px;
        padding: 30px 20px;
    }

    .tour_title {
        font-size: 32px;
    }

    .tour_dots {
        width: 100%;
        margin-top: 20px;
    }

    .tour_dot {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .tour_info-bot {
        flex-direction: column;
        align-items: flex-start;
    }

    .tour_options {
        gap: 20px;
    }

    .tour_option {
        width: calc(50% - 10px);
        font-size: 14px;
    }

    .days_item.active {
        width: 446px;
    }

    .periods_item {
        width: 100%;
    }

    .other_items.four .other_item {
        width: calc(50% - 10px);
    }

    .transport_info {
        width: 480px;
        padding: 30px;
    }

    .transport_right {
        width: 380px;
        padding: 30px;
    }

    .autopark_top {
        flex-direction: column;
        gap: 25px;
    }

    .autopark_item {
        width: calc(50% - 10px);
    }

    .steps_option,
    .steps_item {
        width: calc(50% - 10px);
    }

    .arenda_item {
        flex-direction: column;
        gap: 20px;
    }

    .arenda_item-info {
        width: 100%;
    }

    .arenda_item .autopark_item-imgs {
        width: 100%;
    }

    .arenda_item .autopark_item-img {
        height: 240px;
    }

    .arenda_map {
        height: 560px;
    }

    .tour_left {
        align-self: flex-start;
    }

    .room_prices-item {
        width: 100%;
    }

    .quiz_wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .quiz_left {
        width: 100%;
    }

    .quiz_right {
        width: 100%;
    }

    .quiz_btns {
        margin-top: 40px;
    }

    .directions_item.active {
        width: 470px;
    }

    .directions_item-title {
        font-size: 20px;
    }

    .kit_imgs {
        width: 490px;
    }

    .places_item-right {
        width: 330px;
    }

    .places_item-imgs {
        width: 560px;
    }

    .places_item-text {
        font-size: 16px;
    }

    .places_item-dot {
        width: 160px;
        height: 120px;
    }

    .places_item-dots {
        width: 700px;
    }

    .places_item-img {
        width: 440px;
    }
    
    .best_item-options {
        padding: 10px;
        gap: 20px 20px;
        justify-content: space-between;

    }
    
    .best_item-option {
        gap: 5px;
        font-size: 14px;
    }
    
    .main_img-text-wrapper {
        width: 86px;
    }
    
    .main_img-text-title {
        font-size: 10px;
    }
    
    .main_img-text {
        font-size: 5px;
    }
    
    .main_img-text-wrapper:first-child {
        top: 58px;
        left: 69px;
    }
    
    .main_img-text-wrapper:nth-child(2) {
        top: 56px;
        right: 9px;
    }
    
    .main_img-text-wrapper:nth-child(3) {
        bottom: 51px;
        right: 25px;
    }
    
    .main_img-text-wrapper:last-child {
        bottom: 26px;
        left: 54px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .autopark_item-desc {
        width: 100%;
    }

    .header {
        position: fixed;
        background: #E9F3F0;
    }

    .header_inner {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s;
        background: #E9F3F0;
        width: 100%;
        height: 100%;
        top: 85px;
        padding-bottom: 120px;
        overflow: auto;
        padding-top: 30px;
        right: 0;
    }

    .menu {
        max-width: 700px;
        margin: 0 auto 30px;
        flex-direction: column;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
    }

    .header_inner .header_btn {
        display: flex;
        margin-left: calc((100vw - 700px) / 2);
    }

    .menu_burger {
        display: block;
        width: 18px;
        height: 15px;
        position: relative;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 100%;
        background: #566D74;
        height: 2px;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 7px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        width: 100%;
        background: #566D74;
        height: 2px;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        transform: rotate(-45deg);
        bottom: 6px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        width: 80%;
        background: #566D74;
        height: 2px;
        top: 7px;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active span {
        transform: scale(0);
    }

    .main_wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .main_info {
        width: 100%;
    }

    .main_img {
        width: 100vw;
    }

    .main {
        padding-top: 100px;
    }

    .chose_item-link {
        font-size: 14px;
    }

    .company_info {
        width: 100%;
    }

    .other_item-title br {
        display: none;
    }

    .other_item-title {
        font-size: 18px;
    }

    .invite_inner::before {
        display: none;
    }

    .invite_wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .invite_info {
        width: 100%;
    }

    .invite_item {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .invite_inner-img {
        right: 50%;
        transform: translateX(50%);
    }

    .about_right {
        width: 100%;
    }

    .about_link:last-child {
        margin-right: 0;
    }

    .about_link {
        font-size: 16px;
    }

    .about_rating-value {
        margin-right: 20px;
        font-size: 20px;
    }

    .about_wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .about_links {
        width: 100%;
    }

    .about_img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .partners_item {
        width: calc(25% - 15px);
        height: 100px;
    }

    .info_block-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .info_block-img {
        width: 100%;
        height: auto;
    }

    .info_block-inner {
        margin: 0 !important;
        width: 100%;
    }

    .info_block-wrapper:nth-child(2n) {
        flex-direction: column;
    }

    .faq_item,
    .fast_item {
        width: 100%;
    }

    .tour_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .tour_info {
        width: 100%;
    }

    .tour_left {
        width: 100%;
    }

    .days_item {
        width: 100%;
        min-height: 200px;
        flex: none;
        transition: none;
    }

    .days_item.active {
        width: 100%;
        background: #566D74;
    }

    .days_item.active .days_item-img {
        display: none;
    }

    .days_item-info {
        padding: 0;
    }

    .transport_img {
        position: relative;
        inset: auto;
        border-radius: 15px;
        overflow: hidden;
        height: 400px;
    }

    .transport_wrapper {
        padding: 0;
        flex-direction: column;

    }

    .transport_right {
        width: 100%;
    }

    .transport_info {
        width: 100%;
        background: #FFFAEE;
        color: #10313C;
    }

    .transport_option svg path {
        fill: #10313C;
    }

    .autopark_tab {
        white-space: nowrap;
    }

    .autopark_top {
        align-items: flex-start;
    }

    .autopark_top .title {
        align-self: center;
    }

    .autopark_tabs {
        overflow: auto;
        width: 100%;
    }

    .autopark_tabs::-webkit-scrollbar {
        display: none;
    }

    .autopark_item-bot {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .autopark_item-btn {
        width: 100%;
    }

    .autopark_item-img {
        height: 220px;
    }

    .steps_option {
        font-size: 18px;
    }

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

    .directions_item.active,
    .directions_item {
        width: 100%;
        flex: none;
    }

    .directions_item-inner {
        display: block;
    }

    .directions_item-info {
        width: 453px;
    }

    .best_item {
        width: 100%;
    }

    .event_item {
        width: calc(50% - 10px);
    }

    .kit_imgs {
        width: 330px;
    }

    .kit_items {
        width: 330px;
    }

    .kit_item {
        font-size: 16px;
    }

    .pay_wrapper {
        padding: 0;
    }

    .pay_inner {
        position: relative;
        padding: 280px 10px 10px;
        border-radius: 15px;
        overflow: hidden;
    }

    .pay_option {
        width: calc(50% - 10px);
    }

    .places_item {
        flex-direction: column;
        gap: 10px;
        background: #566D74;
        position: relative;
        z-index: 1;
        padding: 60px 0;
    }

    .places_item:not(:last-child) {
        margin: 0;
    }

    .places_item::before {
        position: absolute;
        content: "";
        width: 100vw;
        right: 50%;
        transform: translateX(50%);
        background: #566D74;
        height: 100%;
        top: 0;
        z-index: -1;
    }

    .places_item-img {
        height: 440px;
    }

    .places_item-info {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 30px;
        background: none;
    }

    .places_item:nth-child(2n) .places_item-info {
        margin: 30px 0 0;
        color: #566D74;
    }

    .places_item:nth-child(2n) .title {
        color: #566D74;
    }

    .places_item:nth-child(2n) .places_item-btn {
        background: #566D74;
        color: #FFFFFF;
    }

    .places_item:nth-child(2n) {
        flex-direction: column;
    }

    .places_item:nth-child(2n)::before {
        background: #E9F3F0;

    }

    .places_item-right {
        width: 100%;
        flex-direction: column-reverse;
    }

    .places_item-imgs {
        width: 100%;

    }

    .places_item:nth-child(2n) .places_item-right {
        align-items: flex-start;
    }

    .places_item-dots .slick-list {
        transform: translateX(0px);
    }
    
    .main_img-text-wrapper {
        width: 173px;
    }
    
    .main_img-text-title {
        font-size: 18px;
    }
    
    .main_img-text {
        font-size: 9px;
    }
    
    .main_img-text-wrapper:first-child {
        top: 15%;
        left: 14%;
    }
    
    .main_img-text-wrapper:nth-child(2) {
        top: 15%;
        right: 4%;
    }
    
    .main_img-text-wrapper:nth-child(3) {
        bottom: 14%;
        right: 6%;
    }
    
    .main_img-text-wrapper:last-child {
        bottom: 8%;
        left: 12%;
    }
}

@media (max-width: 890.98px) {
    .main_img-text-wrapper {
        width: 150px;
    }
    
    .main_img-text-title {
        font-size: 14px;
    }
    
    .main_img-text {
        font-size: 8px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .header_wrapper>.header_btn {
        display: none;
    }

    .header_logo {
        width: 149px;
    }

    .header_message {
        display: flex;
    }

    .main {
        padding-top: 104px;
    }

    .main_title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .main_subtitle {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 15px;
    }

    .main_info {
        display: flex;
        flex-direction: column;
    }

    .main_text {
        font-size: 14px;
        order: 1;
        margin-bottom: 0;
        margin-top: 20px;
        line-height: 130%;
    }

    .main_btn {
        width: 100%;
        height: 50px;
        justify-content: space-between;
        padding: 10px 30px;
    }

    .btn {
        font-size: 16px;
    }

    .title {
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 40px;
    }

    .chose .title {
        margin-bottom: 25px;
    }

    .chose_tabs {
        margin-bottom: 40px;
        gap: 10px;
    }

    .chose_tab {
        font-size: 16px;
        line-height: 130%;
        padding: 10px 20px;
    }

    .chose_items {
        gap: 10px;
    }

    .chose_item {
        width: 100%;
        min-height: 450px;
    }

    .chose_items {
        margin-bottom: 40px;
    }

    .chose {
        margin-bottom: 60px;
    }

    .select_tour {
        margin: 60px 0;
    }

    .select_tour-form {
        padding: 20px;
        gap: 0;
    }

    .form_item:first-child {
        padding-top: 0;
    }

    .form_item {
        width: 100%;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px solid rgba(86, 109, 116, 0.2);
    }

    .form_item-title {
        font-size: 20px;
    }

    .select_tour-left {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .select_tour-icons {
        width: 100%;
        margin-top: 20px;
    }

    .select_tour-text {
        width: 100%;
    }

    .select_tour-right {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .select_tour .form_ok {
        width: 100%;
    }

    .select_tour-btn {
        width: 100%;
        height: 50px;
    }

    .services {
        margin: 60px 0;
    }

    .services_items {
        gap: 10px;
    }

    .services .chose_item {
        min-height: 400px;
    }

    .other,
    .company {
        margin: 60px 0;
    }

    .company_wrapper {
        padding: 300px 10px 10px;
    }

    .company_info {
        padding: 20px;
    }

    .company_subtitle {
        font-size: 16px;
        line-height: 100%;
    }

    .company_info .title {
        margin-bottom: 20px;
    }

    .company_text {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .company_btn {
        height: 50px;
        width: 100%;
    }

    .other p {
        padding: 0 15px;
    }

    .other .container {
        padding: 0;
    }

    .other_wrapper {
        padding: 60px 15px;
        border-radius: 0;
        background: #566D74;
    }

    .other_item {
        width: 100%;
        height: 300px;
    }

    .other_item-title {
        font-size: 20px;
    }

    .invite {
        margin: 60px 0;
    }

    .invite_item {
        width: 100%;
        min-width: 1px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .invite_item br {
        display: none;
    }

    .invite_item span {
        width: 60px;
        height: 60px;
        min-width: 60px;
        padding: 15px;
    }

    .invite_item span img {
        width: 100%;
        height: auto;
    }

    .invite .title {
        margin-bottom: 20px;
    }

    .invite_wrapper {
        margin-bottom: 486px;
    }

    .invite_inner {
        padding: 20px;
    }

    .invite_inner-img {
        width: 677px;
        bottom: calc(100% - 170px);
    }

    .invite_inner-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .invite_inner-subtitle {
        margin-bottom: 20px;
    }

    .blog_item,
    .invite_form .form_ok,
    .invite_btn,
    .invite_form-inp {
        width: 100%;
    }

    .about {
        margin: 60px 0;
    }

    .about_img {
        height: 300px;
    }

    .about_info {
        padding: 20px;
    }

    .about_subtitle {
        font-size: 16px;
        line-height: 100%;
    }

    .about .title {
        margin-bottom: 15px;
    }

    .about_text {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .about_rating-img {
        width: 30px;
    }

    .about_rating-img img {
        width: 100%;
        height: auto;
    }

    .about_bot {
        flex-wrap: wrap;
        gap: 15px;
    }

    .about_link {
        margin-right: 0;
    }

    .about_rating {
        margin-right: 0;
        width: 100%;
    }

    .about_rating-value span {
        font-size: 24px;
    }

    .about_rating-value {
        font-size: 16px;
    }

    .about_info {
        margin-bottom: 10px;
    }

    .about_links {
        padding: 15px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .about_links-numbers {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .about_links-item {
        margin: 0;
    }

    .reviews {
        margin: 60px 0;
    }

    .reviews .title {
        margin-bottom: 60px;
    }

    .reviews_items {
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .reviews_items::-webkit-scrollbar {
        display: none;
    }

    .reviews_item-icon {
        width: 70px;
        height: 70px;
        padding: 5px;
        margin: -30px auto 20px;
    }

    .reviews_item-subtitle {
        margin-bottom: 15px;
        padding: 0 20px;
    }

    .reviews_item {
        margin-top: 30px;
        min-width: 280px;
        width: 280px;
    }

    .reviews_item-text {
        font-size: 14px;
        line-height: 130%;
        padding: 0 20px;
    }

    .reviews_item-img {
        width: 120px;
        height: 80px;
        min-width: 120px;
    }

    .reviews_item-link {
        height: auto;
        padding: 0 20px 30px;
        font-size: 16px;
    }

    .reviews_item:hover .reviews_item-link {
        padding: 0 20px 30px;
        height: auto;
    }

    .partners {
        margin: 60px 0;
    }

    .partners_items {
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
        gap: 10px;
    }

    .partners_items::-webkit-scrollbar {
        display: none;
    }

    .partners_item {
        width: 120px;
        height: 80px;
        min-width: 120px;
    }

    .blog {
        margin: 60px 0;
    }

    .blog_items {
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .blog_items::-webkit-scrollbar {
        display: none;
    }

    .blog_item {
        width: 280px;
        min-width: 280px;
        min-height: 400px;
        height: 400px;
    }

    .blog_item-title {
        font-size: 20px;
    }

    .blog_item-text {
        font-size: 14px;
        line-height: 130%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .footer {
        padding: 60px 0;
    }

    .footer_logo {
        order: -2;
        width: 222px;
    }

    .footer_messages {
        order: -1;
    }

    .footer_message {
        display: flex;
    }

    .footer_menu {
        width: 100%;
    }

    .footer_numbers {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .footer_number {
        margin: 0;
    }

    .footer_btn {
        width: 100%;
        height: 50px;
    }

    .footer_menu li {
        width: calc(50% - 20px);
    }

    .footer_wrapper {
        margin-bottom: 30px;
    }

    .footer_inner {
        padding-top: 30px;
        gap: 15px;
    }

    .footer_inner-item {
        font-size: 14px;
        width: 100%;
        justify-content: space-between;
    }

    .footer_inner-pays {
        gap: 10px;
        margin: 0;
    }

    .footer_inner-pays img {
        height: auto;
        width: 42px;
    }

    .header_inner {
        top: 64px;
    }

    .menu {
        width: calc(100% - 30px);
    }

    .header_inner .header_btn {
        margin-left: 15px;
        width: calc(100% - 30px);
    }

    .popup_body {
        padding: 30px 14px;
    }

    /* .custom-select {
        width: 100%;
    } */
    
    .fieldset-width {
        width: 100%;
    }

    .page {
        margin: 84px 0 60px;
    }

    .crumbs {
        margin-bottom: 40px;
    }

    .catalog_selects {
        gap: 10px;
    }

    .catalog_page .title {
        text-align: center;
        margin-bottom: 25px;
    }

    .custom-select {
        height: 50px;
    }

    .catalog_items {
        gap: 10px;
    }

    .info_block {
        margin: 60px 0;
    }

    .info_block-img {
        height: 300px;
    }

    .info_block-inner {
        padding: 20px;
    }

    .info_block-inner h2 {
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 15px;
    }

    .info_block-wrapper:not(:last-child) {
        margin-bottom: 30px;
    }

    .fast {
        margin: 60px 0;
    }

    .fast_item {
        padding: 20px;
    }

    .fast_item-title {
        font-size: 20px;
    }

    .fast_item-teg {
        padding: 6px;
        border-radius: 5px;
        font-size: 13px;
    }

    .fast_items {
        gap: 10px;
    }

    .faq {
        margin: 60px 0;
    }

    .faq_items {
        gap: 10px;
    }

    .faq_item-title span {
        width: 16px;
        height: 16px;
        right: 20px;
    }

    .faq_item-title {
        font-size: 16px;
        line-height: 130%;
    }

    .crumbs {
        gap: 5px 15px;
    }

    .tour_img {
        height: 320px;
    }

    .tour_dots {
        margin-top: 10px;
        width: calc(100% + 15px);
    }

    .tour_dot {
        width: 100px;
        height: 80px;
    }

    .tour_wrapper {
        gap: 10px;
    }

    .tour_info {
        padding: 20px;
    }

    .tour_title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .tour_text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .tour_options {
        margin-bottom: 20px;
        gap: 15px;
    }

    .tour_option {
        width: 100%;
    }

    .tour_price {
        display: flex;
        gap: 10px;
        font-size: 24px;
        line-height: 100%;
    }

    .tour_btn {
        width: 100%;
        height: 45px;
    }

    .days {
        margin: 60px 0;
    }

    .days_item-number {
        font-size: 16px;
    }

    .days_item-options {
        margin-bottom: 20px;
    }

    .days_item-option {
        font-size: 14px;
        line-height: 130%;
    }

    .days_item-option img {
        width: 20px;
        height: 20px;
    }

    .days_item-map {
        width: 100%;
        height: 45px;
    }

    .periods {
        margin: 60px 0;
    }

    .periods_item {
        padding: 20px 20px 95px;
        position: relative;
    }

    .periods_item-btn {
        bottom: 20px;
        width: calc(100% - 40px);
        position: absolute;
        left: 20px;
    }

    .periods_item-title {
        font-size: 20px;
        line-height: 130%;
    }

    .periods_item-inner {
        overflow: auto;
        width: calc(100% + 20px);
        padding-bottom: 20px;
    }

    .periods_item-inner::-webkit-scrollbar {
        background: #566D7433;
        border-radius: 10px;
        height: 5px;
    }

    .periods_item-inner::-webkit-scrollbar-thumb {
        background: #566D74;
        border-radius: 10px;
    }


    .periods_item-value,
    .periods_item-subtitle {
        width: 140px;
        min-width: 140px;
        font-size: 14px;
    }

    .periods_item-values {
        border-top: none;
    }

    .periods_item-value {
        border-top: 1px solid #566D74;
        padding: 15px;
    }

    .periods_item-subtitle img {
        width: 20px;
        height: auto;
    }

    .other_items.four .other_item {
        width: 100%;
    }

    .transport_wrapper {
        gap: 10px;
    }

    .transport_img {
        height: 320px;
    }

    .transport_info {
        padding: 20px;
    }

    .transport_subtitle {
        font-size: 16px;
        line-height: 100%;
    }

    .transport_title {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 15px;
    }

    .transport_price {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 15px;
    }

    .transport_text {
        font-size: 14px;
        line-height: 130%;
    }

    .transport_option {
        width: 100%;
        font-size: 14px;
    }

    .transport_option svg {
        width: 20px;
        height: auto;
    }

    .transport_options {
        gap: 15px;
    }

    .transport_right {
        padding: 20px;
    }

    .transport_right-title {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .transport_date-wrapper {
        margin-bottom: 20px;
    }

    .transport_right-subtitle {
        margin-bottom: 15px;
    }

    .transport_right-checks {
        gap: 10px;
        justify-content: space-between;
    }

    .transport_right-btn {
        height: 50px;
    }

    .autopark {
        margin: 60px 0;
    }

    .autopark_tabs {
        gap: 10px;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .autopark_top {
        margin-bottom: 40px;
    }

    .autopark_tab {
        padding: 11px 15px;
        font-size: 14px;
    }

    .autopark_item {
        width: 100%;
        padding: 20px;
    }

    .autopark_item-img {
        height: 250px;
    }

    .autopark_item-title {
        font-size: 20px;
    }

    .autopark_item-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .autopark_item-options {
        gap: 10px;
    }

    .autopark_item-option {
        gap: 10px;
        width: calc(50% - 5px);
    }

    .autopark_item-price {
        display: flex;
        flex-direction: row-reverse;
        font-size: 20px;
        gap: 10px;
    }

    .autopark_item-price span {
        margin: 0;
    }

    .autopark_more {
        margin-top: 40px;
        width: 100%;
        height: 50px;
    }

    .steps {
        margin: 60px 0;
    }

    .steps_option,
    .steps_item {
        padding: 20px;
        width: 100%;
    }

    .steps_items {
        gap: 10px;
        margin-bottom: 40px;
    }

    .steps_option span,
    .steps_item-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        padding: 15px;
    }

    .steps_option span img,
    .steps_item-icon img {
        width: 100%;
        height: auto;
    }

    .steps_option {
        font-size: 16px;
    }

    .steps_item-number {
        font-size: 40px;
    }

    .steps_item-top {
        margin-bottom: 20px;
    }

    .steps_item-title {
        font-size: 20px;
    }

    .steps_item-text {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .steps_item-btn {
        width: 100%;
        height: 45px;
    }

    .other+.footer {
        margin-top: -60px;
    }

    .arenda_page h1.title {
        text-align: center;
    }

    .arenda_city-item {
        flex: auto;
    }

    .arenda_city {
        gap: 10px;
        justify-content: space-between;
        width: 100%;
    }

    .arenda_city-item span {
        padding: 10px;
        width: 100%;
        text-align: center;
    }

    .arenda_checks {
        gap: 20px 8px;
    }

    .arenda_checks .form_check {
        width: calc(50% - 4px);
    }

    .arenda_rating {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .arenda_rating-title {
        margin-bottom: 0;
    }

    .catalog_price-wrapper {
        flex-wrap: wrap;
        width: 100%;
    }

    .arenda_filters  form>div {
        margin-bottom: 22px;
    }

    .catalog_price {
        order: 1;
        width: 100%;
    }

    .arenda_items {
        gap: 10px;
    }

    .arenda_item {
        width: 100%;
    }

    .arenda_item-bot {
        justify-content: flex-start;
        gap: 15px;
    }

    .arenda_more {
        width: 100%;
        height: 50px;
    }

    .arenda_map {
        width: 100vw;
        margin-left: -15px;
        margin-bottom: -60px;
    }

    .three_items {
        border-top: 1px solid #566D74;
        padding-top: 20px;
    }

    .room_prices {
        margin-bottom: 20px;
    }

    .advantages {
        margin: 60px 0;
    }

    .advantages_tegs {
        flex-wrap: nowrap;
        gap: 5px;
        margin-bottom: 20px;
        overflow: auto;
        padding-right: 15px;
        width: calc(100% + 15px);
    }

    .advantages_slide {
        min-height: 400px;
    }

    .advantages_teg {
        white-space: nowrap;
        font-size: 13px;
        line-height: 120%;
        padding: 10px;
    }

    .advantages_slide.slick-current .advantages_slide-text {
        display: block !important;
    }

    .advantages_slider {
        padding: 0;
        margin: 0;
        width: calc(100% + 15px);
    }

    .advantages_slide {
        width: 280px;
        margin: 0 20px 0 0;
    }

    .gallery {
        margin: 60px 0;
    }

    .gallery_items {
        gap: 10px;
    }

    .gallery_item:nth-child(5n),
    .gallery_item:nth-child(4n),
    .gallery_item {
        height: 200px;
        width: calc(50% - 5px);
    }

    .about_info p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .about_info-inner {
        margin-bottom: 20px;
    }

    .about_info-subtitle {
        font-size: 16px;
    }

    .gallery_item:nth-child(3n) {
        width: 100%;
    }

    .quiz {
        margin: 60px 0;
    }

    .quiz .container {
        padding: 0;
    }

    .quiz_wrapper {
        border-radius: 0;
        padding: 60px 20px;
    }

    .quiz_wrapper .title {
        margin-bottom: 30px;
    }

    .quiz_progress {
        height: 30px;
    }

    .quiz_step-title {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 30px;
    }

    .quiz_city {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0;
    }

    .quiz_submit,
    .quiz_prev,
    .quiz_next {
        flex: auto;
    }

    .quiz_city-item {
        height: 250px;
        width: 100%;
    }

    .quiz_right {
        padding: 15px;
    }

    .quiz_item-number {
        width: 30px;
        height: 30px;
    }

    .quiz_item-options {
        width: calc(100% - 45px);
    }

    .quiz_right {
        min-height: 1px;
    }

    .about_links-item {
        font-size: 14px;
    }

    .quiz_step .custom-select {
        width: 100%;
    }

    .quiz_options {
        margin-bottom: 0;
    }

    .quiz_item.active .quiz_item-option {
        font-size: 14px;
        line-height: 1;
    }

    .quiz_item.active .quiz_item-option::after {
        margin-bottom: 8px;
    }

    .quiz_step-inps {
        flex-wrap: wrap;
        gap: 10px;
    }

    .quiz_submit,
    .quiz_prev,
    .quiz_next {
        font-size: 16px;
    }

    .quiz_submit {
        width: 200px;
        min-width: 200px;
        white-space: nowrap;
    }

    .quiz_step-inps .form_item {
        width: 100%;
        padding: 0;
    }

    .about_links-numbers .about_links-item:not(:last-child) {
        margin: 0;
    }

    .catalog_select.half+.custom-select {
        width: 100%;
    }

    .directions {
        margin: 60px 0;
    }

    .directions_item {
        min-height: 400px;
        padding: 10px;
    }

    .directions_item-info {
        width: 100%;
        padding: 20px;
    }

    .directions_item-inner {
        margin-top: 20px;
    }

    .directions_item-option {
        width: 100%;
        font-size: 14px;
    }

    .directions_item-options {
        margin-bottom: 20px;
        gap: 15px;
    }

    .directions_item.active .directions_item-info {
        width: 100%;
    }

    .directions_item-btn {
        font-size: 14px;
        padding: 14px;
        flex: auto;
    }

    .best_item {
        padding: 20px;
    }

    .best_item .autopark_item-img {
        height: 250px;
    }

    .best_item-option {
        width: calc(50% - 5px);
        font-size: 14px;
    }

    .best_item-options {
        gap: 30px 10px;
    }

    .best {
        margin: 60px 0;
    }

    .best_item-option img {
        width: 20px;
        height: auto;
    }

    .best_items {
        gap: 10px;
    }

    .best_btn {
        margin-top: 40px;
        width: 100%;
    }

    .event {
        margin: 60px 0;
    }

    .event_item {
        width: 280px;
        min-width: 280px;
    }

    .event_items {
        gap: 10px;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
        flex-wrap: nowrap;
    }

    .event_items::-webkit-scrollbar {
        display: none;
    }

    .kit_info .title {
        text-align: center;
        margin-bottom: 20px;
    }

    .event_item-img {
        height: 200px;
    }

    .kit_text {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .kit_option {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .kit_imgs {
        width: 100%;
        gap: 10px;
    }

    .kit_img:not(:first-child) {
        width: calc(50% - 5px);
    }

    .kit_item span {
        width: 60px;
        height: 60px;
        padding: 15px;
        min-width: 60px;
    }

    .kit_item span img {
        width: 100%;
        height: auto;
    }

    .kit_item {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .kit {
        margin: 60px 0;
    }

    .pay_wrapper-info {
        width: 100%;
        padding: 20px;
    }

    .pay_inner {
        min-width: 1px;
    }

    .pay_wrapper-subtitle {
        font-size: 16px;
    }

    .pay_wrapper-info .title {
        font-size: 28px;
    }

    .pay_option {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px;
        position: relative;
        gap: 15px;
        z-index: 1;

    }

    .pay_option-top {
        margin: 0;
    }

    .pay_option-title {
        font-size: 16px;
        padding-right: 55px;
    }

    .pay_option-icon {
        width: 60px;
        height: 60px;
        border-radius: 20px;
        min-width: 60px;
        padding: 15px;
    }

    .pay_option-number {
        position: absolute;
        right: 15px;
        font-size: 48px;
        z-index: -1;
        top: 50%;
        opacity: 0.5;
        transform: translateY(-50%);
    }

    .pay_option-icon img {
        width: 100%;
        height: auto;
    }

    .places_item-img {
        height: 250px;
    }

    .places_item-dot {
        width: 120px;
        margin-right: 10px;
        height: 80px;
    }

    .places_item-title {
        margin-bottom: 15px;
    }

    .places_item-btn {
        width: 100%;
        height: 50px;
    }

    .places_item:last-child {
        padding-bottom: 0;
    }

    .places {
        margin: 60px 0;
    }

    .lightpick {
        width: calc(100% - 70px);
    }

    .lightpick__day {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .lightpick__day-of-the-week {
        font-size: 16px;
    }

    .lightpick__select.lightpick__select-months {
        font-size: 24px;
    }

    .lightpick__month-title-bar {
        height: 42px;
    }

    .lightpick__next-action,
    .lightpick__previous-action {
        width: 42px;
        height: 42px;
    }
    
    .main_img-text-wrapper {
        width: 119px;
    }
    
    .main_img-text-title {
        font-size: 12px;
    }
    
    .main_img-text {
        font-size: 7px;
    }
    
    .main_img-text-wrapper:first-child {
        top: 15%;
        left: 17%;
    }
    
    .main_img-text-wrapper:nth-child(2) {
        top: 15%;
        right: 4%;
    }
    
    .main_img-text-wrapper:nth-child(3) {
        bottom: 12%;
        right: 5%;
    }
    
    .main_img-text-wrapper:last-child {
        bottom: 6%;
        left: 12%;
    }
}

@media (max-width: 650.98px) {
    .main_img-text-wrapper {
        width: 100px;
    }
    
    .main_img-text {
        font-size: 6px;
    }
}

@media (max-width: 550.98px) {
    .main_img-text-wrapper {
        width: 80px;
    }

    .main_img-text-title {
        font-size: 9px;
    }
    
    .main_img-text {
        font-size: 5px;
    }
    
    .main_img-text-wrapper:first-child {
        top: 16%;
        left: 16%;
    }
    
    .main_img-text-wrapper:nth-child(2) {
        top: 16%;
        right: 6%;
    }
    
    .main_img-text-wrapper:nth-child(3) {
        bottom: 12%;
        right: 7%;
    }
    
    .main_img-text-wrapper:last-child {
        bottom: 7%;
        left: 15%;
    }
}

@media (max-width: 490.98px) {
    .main_img-text-wrapper {
        width: 70px;
    }
    
    .main_img-text-title {
        font-size: 7px;
    }
    
    .main_img-text {
        font-size: 4px;
    }
    
    .main_img-text-wrapper:first-child {
        top: 16%;
        left: 16%;
    }
    
    .main_img-text-wrapper:nth-child(2) {
        top: 16%;
        right: 6%;
    }
    
        .main_img-text-wrapper:nth-child(3) {
        bottom: 14%;
        right: 9%;
    }
    
    .main_img-text-wrapper:last-child {
        bottom: 10%;
        left: 14%;
    }
}

@media (max-width: 430.98px) {
    .main_img-text-wrapper:nth-child(3) {
        bottom: 14%;
        right: 7%;
    }
    
    .main_img-text-wrapper:last-child {
        bottom: 8%;
        left: 12%;
    }
}

@media (max-width: 400.98px) {
    .main_img-text-wrapper:nth-child(2) {
        top: 15%;
        right: 4%;
    }
    
    .main_img-text-wrapper:nth-child(3) {
        bottom: 13%;
        right: 5%;
    }
    
    .main_img-text-wrapper:last-child {
        bottom: 8%;
        left: 12%;
    }
}

@media (max-width: 380.98px) {
    .main_img-text-wrapper {
        width: 60px;
    }
    
    .main_img-text {
        font-size: 3px;
    }
    
    .main_img-text-wrapper:first-child {
        top: 16%;
        left: 15%;
    }
    
    .main_img-text-wrapper:nth-child(2) {
        top: 17%;
        right: 6%;
    }
    
    .main_img-text-wrapper:nth-child(3) {
        bottom: 15%;
        right: 9%;
    }
    
    .main_img-text-wrapper:last-child {
        bottom: 10%;
        left: 13%;
    }
}

@media (max-width: 340.98px) {
    .main_img-text-wrapper {
        width: 55px;
    }
    
    .main_img-text-title {
        font-size: 6px;
    }
    
    .main_img-text-wrapper:nth-child(3) {
        bottom: 14%;
        right: 7%;
    }
    
}
