html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

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;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #C9D1D2;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #C9D1D2;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #C9D1D2;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C9D1D2;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #C9D1D2;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #C9D1D2;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    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;
}

[hidden] {
    display: none;
}

body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

a {
    color: #78D2D4;
    text-decoration: none;
}

h1,
h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
    margin: 0;
}

body.fixed_header {
    padding-top: 110px;
}

.container {
    max-width: 1780px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

.site-main .policy-page p,
.site-main .policy-page li {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 24px;
}

.site-main .policy-page ol {
    padding-left: 20px;
}

.policy-page ol li {
    font-weight: 700;
}

.header {
    background-color: #fff;
    z-index: 20;
    transition: all ease-in-out 300ms;
    box-sizing: border-box;
}

.header .header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    padding: 40px 0;
    position: relative;
}

.header.hidden_fixed {
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    /*border-bottom: 2px solid #78D2D4;*/
}

.header.hidden_fixed .header_row {
    padding: 26px 0;
}

.header.fixed {
    top: 0;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
}

.logo img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.header_row .menu .mobile_menu__email,
.header_row .menu .social {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.header_row .header_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    list-style: none;
}

.header_row .header_menu a {
    color: #303030;
    transition: all ease-out 300ms;
}

.header_row .header_menu a:hover {
    color: #78D2D4;
}

.contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_row .contacts {
    column-gap: 2rem;
}

.contacts > a {
    font-weight: 700;
    padding-left: 20px;
    position: relative;
}

.contacts > a.envelope-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 16px;
    height: 13px;
    background: url('../img/envelope.svg') no-repeat 0 0;
}

.contacts .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.contacts .social > a {
    display: block;
    width: 30px;
    height: 30px;
}

.contacts .social > a.social-odnkl {
    background: url('../img/Odnoklassniki.svg') no-repeat 0 0;
}

.contacts .social > a.social-vk {
    background: url('../img/Vk.svg') no-repeat 0 0;
}

.contacts .social > a.social-youtube {
    background: url('../img/youtube.svg') no-repeat 0 0;
}

.contacts .social > a.social-dzen {
    background: url('../img/dzen.svg') no-repeat 0 0;
}

.header_row .burger-block {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 5px;
    top: 44px;
}

.burger-checkbox {
    position: absolute;
    visibility: hidden;
}

.burger {
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 40px;
    height: 26px;
    margin: 0 auto;
}

.burger::before,
.burger::after {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #78D2D4;
}

.burger::before {
    top: 0;
    box-shadow: 0 11px 0 #78D2D4;
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}

.burger::after {
    bottom: 0;
    transition: bottom .3s .15s, transform .3s;
}

.burger-checkbox:checked + .burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    transition: box-shadow .15s, top .3s, transform .3s .15s;
}

.burger-checkbox:checked + .burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s;
}

.main_banner {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 29.88%, rgba(0, 0, 0, 0) 70.76%), url('../img/banner.jpeg') no-repeat 0 60%; */
    /* background-size: cover; */
    color: #fff;
    padding: 75px 20px 70px 70px;
    box-sizing: border-box;
}

.main_banner .text_banner {
    width: 680px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.main_banner .intro {
    position: relative;
    font-weight: 900;
    color: #78D2D4;
    padding-left: 36px;
    line-height: 30px;
}

.main_banner .intro::before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/icon_bed.svg') no-repeat 0 0;
}

.main_banner h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 66px;
    letter-spacing: 0em;
    margin: 20px 0;
}

.main_banner .banner_subtitle {
    font-size: 20px;
    line-height: 28px;
}

.link_btn {
    display: block;
    background: linear-gradient(to right, rgba(122, 205, 205, 1) 0, rgba(148, 207, 150, 1) 100%);
    width: 267px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    border-radius: 45px;
    padding: 14px 30px;
    box-sizing: border-box;
    transition: all ease-out 300ms;
}

.link_btn:hover {
    transform: translateY(3px);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
}

.section_catalog {
    position: relative;
}

.section_catalog .catalog_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 50px;
}

.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    color: #60666d;
}

select {
    appearance: none;
    outline: 10px #78D2D4;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 14px 30px;
    background-color: #fff;
    background-image: none;
    cursor: pointer;
    font-size: 20px;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

.catalog_sort {
    position: relative;
    display: flex;
    width: 272px;
    height: 52px;
    border-radius: 100px;
    overflow: hidden;
    border: 2px solid #78D2D4;
}

.catalog_sort::after {
    content: '';
    position: absolute;
    display: block;
    width: 17px;
    height: 10px;
    top: 22px;
    right: 14px;
    background: url('../img/arrow-down.svg') no-repeat;
    transition: .25s all ease;
    pointer-events: none;
}

.catalog_sort:hover::after {
    color: #f39c12;
}

.section_catalog .division_line {
    height: 50px;
    border-bottom: 1px solid rgba(216, 240, 241, 1);
    margin-bottom: 50px;
}

.loader {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 420px;
    left: 50%;
    border: 3px solid;
    border-color: #78D2D4 #ffff #303030 #ffff;
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1s rotate linear infinite;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.section_catalog.preloader::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(122, 205, 205, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
}

.section_catalog.preloader .loader {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    z-index: 20;
}

.loader:before,
.loader:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #303030;
    transform: translate(-10px, 19px) rotate(-35deg);
}

.loader:after {
    border-color: #78D2D4 transparent transparent transparent;
    transform: translate(32px, 3px) rotate(-35deg);
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.catalog {
    display: flex;
    justify-content: space-between;
    align-items: start;
    column-gap: 50px;
}

.catalog #sidebar {
    width: 20.78%;
}

.catalog #sidebar .show_hide__filter {
    display: none;
}

.catalog #sidebar .show_hide__filter::after {
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 20px;
    background: url('../img/arrow-down.svg') no-repeat 0 0;
    background-size: contain;
    transform: rotate(-180deg);
    transition: all 200ms;
}

.catalog #sidebar .show_hide__filter.hidden::after {
    transform: rotate(0);
}

.catalog .filter {
    border: 2px solid #78D2D4;
    border-radius: 30px;
    padding: 0 40px 40px 40px;
    display: flex;
    flex-direction: column;
    column-gap: 40px;
    box-sizing: border-box;
    transition: height 200ms;
}

.filter .filter_block {
    padding-top: 40px;
}

.filter .filter_block .filter_block__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24.38px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.filter .filter_block .filter_block__title::after {
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    background: url('../img/arrow-down.svg') no-repeat 0 0;
    background-size: contain;
    transform: rotate(-180deg);
    transition: all ease-in 300ms;
}

.filter .filter_block .filter_block__title.hidden::after {
    transform: rotate(0);
}

.filter .filter_block .filter__list .filter_group__title {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 700;
    padding: 10px 0 10px 10px;
}

.filter .filter_block .filter__list .filter_group__title > span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

.filter .filter_block .filter__list > ul,
.filter .filter_block .filter__list {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.filter .filter_block .closeable {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D8F0F1;
}

.filter .filter_block .filter__list input[type="checkbox"] + label,
.filter .filter_block .filter__list input[type="radio"] + label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    line-height: 1.4;
}

.filter .filter_block .filter__list input[type="checkbox"] + label::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/checkbox-empty.svg') no-repeat 0 0;
    background-size: contain;
}

.filter .filter_block .filter__list input[type="checkbox"]:checked + label::before {
    background: url('../img/checkbox-checked.svg') no-repeat 0 0;
}

.filter .filter_block .filter__list input[type="radio"] + label::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/radio-empty.svg') no-repeat 0 0;
    background-size: contain;
}

.filter .filter_block .filter__list input[type="radio"]:checked + label::before {
    background: url('../img/radio-checked.svg') no-repeat 0 0;
}

.filter .filter_block .filter__list .filter_list__item.hidden,
.filter .filter_block .filter__list input[type="checkbox"],
.filter .filter_block .filter__list input[type="radio"] {
    display: none;
}

.header_search input[type="search"],
.filter .filter_block input[type="search"] {
    outline: none;
    border: 1px solid #78D2D4;
    border-radius: 30px;
    width: 100%;
    height: 40px;
    padding: 8px 14px;
}

.mobile_search {
    display: none;
}

form.wpcf7-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.5rem;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
    outline: none;
    border: 1px solid #78D2D4;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 14px;
    box-sizing: border-box;
}

.wpcf7-form textarea {
    outline: none;
    border: 1px solid #78D2D4;
    border-radius: 5px;
    width: 100%;
    height: 100px;
    padding: 14px;
    box-sizing: border-box;
}

.wpcf7-submit {
    outline: none;
    border: none;
    background-color: #78D2D4;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    padding: 14px;
    box-sizing: border-box;
    font-weight: 500;
    cursor: pointer;
}

.form-group {
    position: relative;
    width: 100%;
}

.error-message {
    position: absolute;
    bottom: -17px;
    left: 15px;
    color: #be4550;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    min-height: 16px;
}

.form-group input.error,
.form-group textarea.error {
    border-color: #be4550;
}

.wpcf7-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.popup-form h3 {
    text-align: center;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -14px;
    left: 14px;
    font-size: 12px;
}

.filter .filter_block .filter__list .show_more__filter_items {
    color: #78D2D4;
    font-weight: 500;
    font-style: italic;
    cursor: pointer;
}

.filter .filter_block .filter__list .filter_item__count {
    color: #C9D1D2;
    padding-left: 5px;
}

.catalog .products_list {
    width: 76.4%;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.catalog .product_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 2px solid #78D2D4;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.catalog .product_item .product_item__image {
    display: flex;
    width: 26.5%;
    box-sizing: border-box;
}

.catalog .product_item .product_item__image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.catalog .product_item .product_item__content {
    width: 73.5%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.catalog .product_item .product_item__info {
    width: 68%;
    display: flex;
    flex-direction: column;
    padding: 50px;
    box-sizing: border-box;
}

.catalog .product_item .product_item__header {
    display: flex;
    align-items: center;
    column-gap: 24px;
    margin-bottom: 28px;
}

.catalog .product_item h3 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 900;
    margin: 0;
}

.catalog .product_item .product_item__rating {
    display: flex;
    align-items: center;
}

.catalog .product_item .rating_block {
    width: 32%;
    border: 2px solid #78D2D4;
    border-radius: 30px;
    margin: -2px;
    box-sizing: border-box;
    overflow: hidden;
}

.product_item .product_item__info .product_item__row {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 26px;
}

.product_item .product_item__info .product_item__location {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.8rem;
    column-gap: 10px;
    padding-left: 28px;
    position: relative;
}

.product_item .product_item__info .product_item__location > a {
    color: #303030;
}

.product_item .product_item__info .product_item__location > a:hover {
    text-decoration: underline;
}

.product_item .product_item__info .product_item__location::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/airplane.svg') no-repeat 0 0;
    background-size: contain;
}

.product_item .product_item__info .product_item__location .line {
    width: 20px;
    height: 0px;
    border-top: 1px solid #303030;
}

.product_item .product_item__info .product_item__counters {
    display: flex;
    align-items: center;
    color: #C9D1D2;
}

.product_item .product_item__info .product_item__counters > span {
    padding-right: 24px;
    position: relative;
}

.product_item .product_item__info .product_item__counters .likes::before,
.product_item .product_item__info .product_item__counters .views::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -3px;
    background-size: contain;
}

.product_item .product_item__info .product_item__counters .likes::before {
    background: url('../img/heart.svg') no-repeat 0 0;
}

.product_item .product_item__info .product_item__counters .likes.active::before {
    background: url('../img/heart-fill.svg') no-repeat 0 0;
}

.product_item .product_item__info .product_item__counters .views::before {
    background: url('../img/eye.svg') no-repeat 0 0;
}

.product_item .product_item__info .product_item__counters .division {
    width: 19px;
    height: 20px;
    margin-right: 20px;
    border-right: 1px solid #C9D1D2;
}

.product_item .product_item__info .product_item__description {
    margin-bottom: 10px;
    max-height: 120px;
    overflow: hidden;
    position: relative;
}

.product_item .product_item__info .product_item__description:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 -34px 40px 0 #fff;
}

.product_item .product_item__info .product_item__description p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.product_item .product_item__info .product_item__tags ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 8px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product_item .product_item__info .product_item__tags ul li {
    position: relative;
}

.product_item .product_item__info .product_item__tags ul li a {
    font-size: 14px;
    font-style: italic;
}

.product_item .product_item__info .product_item__tags ul li:not(:last-child)::before {
    content: '';
    display: block;
    width: 0;
    height: 14px;
    border-left: 1px solid #D8F0F1;
    position: absolute;
    top: 0;
    right: -15px;
}

.product_item .rating_block .rating_block__header {
    background-color: #78D2D4;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
}

.product_item .rating_block .rating_block__list {
    padding: 30px;
}

.product_item .rating_block .rating_block__list p {
    font-size: 20px;
    color: #78D2D4;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.main_product__wrapper .product_info .product_rating__block .product_rating__list p {
    font-size: 30px;
    color: #78D2D4;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.product_item .rating_block .rating_block__list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin: 0;
    padding: 0;
}

.product_item .rating_block .rating_block__list li {
    border: 2px solid #78D2D4;
    border-radius: 24px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 1px
}

.product_item .rating_block .rating_block__list li > span:first-child {
    background-color: #78D2D4;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    height: 100%;
    line-height: 40px;
    padding: 0 10px;
}

.product_item .rating_block .rating_block__list li > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 10px 0 0 12px;
    position: relative;
}

.product_item .rating_block .rating_block__list li > a img {
    max-width: 80%;
}

.product_item .rating_block .rating_block__list li > a::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 10px;
    display: block;
    width: 27px;
    height: 16px;
    background: url('../img/arrow-link.svg') no-repeat 0 0;
    transition: all ease-out 100ms;
}

.product_item .rating_block .rating_block__list li:hover {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
}

.product_item .rating_block .rating_block__list li:hover > a::after {
    transform: translateX(5px);
}

.loadmore-btn {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    font-weight: 500;
    border: 2px solid #78D2D4;
    border-radius: 30px;
    outline: none;
    padding: 14px 58px 14px 30px;
    margin-top: 48px;
    cursor: pointer;
    width: 210px;
    margin: 40px auto 0;
}

.loadmore-btn::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 14px;
    display: block;
    width: 16px;
    height: 16px;
    background: url('../img/btn-plus.svg') no-repeat 0 0 / cover;
    transition: all 2000ms;
}

.loadmore-btn.active::after {
    transform: rotate(720deg);
}

.popular_cities .slider_header,
.popular_countries .slider_header {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.city_slide {
    width: 280px;
    height: 360px;
    border-radius: 30px;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.slider_navigation {
    display: flex;
    column-gap: 60px;
}

.slider_navigation .slider-button {
    width: 120px;
    height: 60px;
    border: 2px solid #78D2D4;
    border-radius: 30px;
    background: url('../img/button-arrow-white.svg') no-repeat 50% 50%;
    background-size: 40px 30px;
    background-color: #78D2D4;
    cursor: pointer;
    transition: all ease-in-out 200ms;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.06));
    box-sizing: border-box;
}

.slider_navigation .slider-button.slider-button-prev {
    transform: rotate(180deg);
}

.slider_navigation .slider-button:hover {
    border: 2px solid #8CE6E8;
    background: url('../img/button-arrow-white.svg') no-repeat 50% 50%;
    background-size: 40px 30px;
    background-color: #8CE6E8;
}

.country_slide {
    width: 580px;
    height: 360px;
    border-radius: 30px;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.country_nav .slider-button {
    background: url('../img/button-arrow-fill.svg') no-repeat 50% 50%;
    background-size: 40px 30px;
    background-color: #fff;
}

.country_nav .slider-button:hover {
    border: 2px solid #78D2D4;
    background-color: #78D2D4;
}

.about_us {
    padding-top: 160px;
}

.about_us .content_wrapper {
    border: 2px solid #78D2D4;
    border-radius: 30px;
    overflow: hidden;
}

.about_us .about_wrapper {
    display: grid;
    grid-template-columns: 1.54fr 1fr;
    border: 2px solid #78D2D4;
    border-radius: 30px;
    overflow: hidden;
}

.about_us .content_wrapper .about_textarea,
.about_us .about_wrapper .about_textarea {
    padding: 30px 70px 70px 70px;
}

.about_us .content_wrapper .about_textarea h2,
.about_us .about_wrapper .about_textarea h2 {
    color: #78D2D4;
    margin: 40px 0;
}

.about_us .content_wrapper .about_textarea p,
.about_us .about_wrapper .about_textarea p {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 24px;
}

.about_us .about_wrapper .about_image {
    background: url('../img/about.jpeg') no-repeat;
    background-size: cover;
}

.faq .faq_title {
    padding-top: 160px;
    padding-bottom: 50px;
}

.accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 30px;
    flex-wrap: wrap;
}

.accordionjs .acc_section {
    width: 48%;
    border: 2px solid #78D2D4;
    border-radius: 40px;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
    box-sizing: border-box;
}

.accordionjs .acc_section .acc_head {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    cursor: pointer;
    overflow: hidden;
}

.accordionjs .acc_section .acc_head > span {
    padding: 17px 70px 17px 30px;
}

.accordionjs .acc_section .acc_head .open_faq_item {
    width: 64px;
    background: url('../img/plus.svg') no-repeat 50% 50%;
    background-color: #78D2D4;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.accordionjs .acc_section.acc_active .acc_head .open_faq_item {
    background: url('../img/minus.svg') no-repeat 50% 50%;
    background-color: #78D2D4;
}

.accordionjs .acc_section .acc_content {
    padding: 17px 30px;
    line-height: 140%;
    font-weight: 500;
}

.accordionjs .acc_section.acc_active > .acc_content {
    display: block;
}

.accordionjs .acc_section.acc_active > .acc_head {
    background: #78D2D4;
    color: #fff;
}

.footer {
    margin-top: 160px;
}

.footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
    border: 2px solid #78D2D4;
    border-bottom: none;
    border-radius: 30px 30px 0 0;
    padding: 70px;
}

.footer .footer_wrapper .footer_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 10px;
}

.footer .footer_wrapper .footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
}

.footer_logo img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.footer .footer_wrapper .site_disclaimer {
    line-height: 1.4;
    color: #ABB3B4;
    max-width: 430px;
}

.footer .legal_info {
    color: #303030;
    text-decoration: underline;
}

.footer .footer_wrapper .footer_center {
    display: flex;
    justify-content: space-between;
    column-gap: 100px;
}

.footer .footer_wrapper .footer_center h3 {
    margin-top: 0;
    color: #78D2D4;
}

.footer .footer_wrapper .footer_center a,
.footer .footer_wrapper .footer_nav a {
    color: #303030;
}

.footer .footer_wrapper .footer_center ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer .footer_wrapper .footer_right {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.footer_wrapper .contacts {
    row-gap: 40px;
    flex-direction: column;
}

.footer .footer_wrapper .footer_nav {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
}

.breadcrumbs {
    padding-top: 50px;
    padding-bottom: 40px;
}

.breadcrumbs > span {
    line-height: 1.6;
}

.breadcrumbs > span span {
    font-weight: 500;
    font-size: 16px;
    padding: 0 10px 0 5px;
    line-height: 1.6;
}

.breadcrumbs .search.current-item {
    padding-left: 10px;
}

.breadcrumbs > span > a {
    color: #303030;
}


.breadcrumbs > span:first-child,
.breadcrumbs .breadcrumb > li:first-child a {
    padding-left: 20px;
    position: relative;
}

.breadcrumbs > span:first-child::before,
.breadcrumbs .breadcrumb > li:first-child a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/home.svg') no-repeat 0 0;
    background-size: 16px;
}

.breadcrumbs > span:last-child span {
    color: #C9D1D2;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    background: none;
    border-radius: 0;
    row-gap: 6px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "—";
    display: inline-block;
    padding: 0 8px;
    color: #303030;
}

.breadcrumb-link {
    color: #303030;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.breadcrumb-item.active {
    color: #6c757d;
    font-weight: 500;
}

.breadcrumb-item.active span {
    color: #C9D1D2;
}

/* Адаптивность */
@media (max-width: 768px) {
    .breadcrumbs {
        padding: 10px 0;
    }

    .breadcrumb {
        margin-bottom: 6px;
    }

    .breadcrumb-item {
        font-size: 14px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 6px;
    }
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_product .main_product__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 50px;
}

.main_product .main_product__wrapper .product_slider {
    position: relative;
    max-width: 49.5%;
    height: 750px;
}

.main_product .main_product__wrapper .product_thumbnail {
    max-width: 49.5%;
}

.main_product .main_product__wrapper .product_thumbnail img,
.main_product .main_product__wrapper .product_slider img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 100%;
}

.product_swiper {
    height: 75%;
    width: 100%;
    padding-top: 0;
    box-sizing: border-box;
}

.product_swiper .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}

.product_swiper_thumb {
    height: 25%;
    box-sizing: border-box;
    padding: 10px 0;
    box-sizing: border-box;
}

.product_swiper_thumb .swiper-slide {
    width: 33.3%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    filter: brightness(0.75);
}

.product_slider .swiper-button-next,
.product_slider .swiper-button-prev {
    top: unset;
    bottom: 10%;
    color: #78D2D4;
}

.product_slider .swiper-button-next:after,
.product_slider .swiper-button-prev:after {
    font-size: 30px;
}

.product_swiper_thumb .swiper-slide-thumb-active {
    filter: brightness(1);
}

#clear_reviews_rating {
    color: #78D2D4;
    font-weight: 500;
    cursor: pointer;
}

.main_product .main_product__wrapper .product_info {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    flex-grow: 1;
}

.main_product .main_product__wrapper .general_product__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #78D2D4;
    border-radius: 30px;
    padding: 40px;
}

.main_product__wrapper .product_info .product_info__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.main_product__wrapper .product_info .product_info__row .share_hotel {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../img/share.svg') no-repeat 0 0;
    background-size: contain;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

.main_product__wrapper .product_info .product_info__row .share_hotel .share_hotel__wrapper {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -5px;
    height: 0;
    padding-top: 26px;
}

.share_hotel a > svg path {
    transition: all ease 300ms;
}

.share_hotel a:hover > svg path {
    fill: #78D2D4;
}

.main_product__wrapper .product_info .product_info__row .share_hotel .share_hotel__wrapper.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.main_product__wrapper .product_info .product_info__row .share_hotel .share_socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.main_product__wrapper .product__header {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.main_product__wrapper .product_info h1,
.main_product__wrapper .product_info h2 {
    color: #78D2D4;
    font-size: 30px;
    line-height: 33px;
    font-weight: 900;
    margin: 0;
}

.main_product__wrapper .product_info .product__rating {
    display: flex;
    align-items: center;
}

.main_product__wrapper .product_info .product__counters {
    display: flex;
    column-gap: 40px;
    color: #C9D1D2;
    font-weight: 500;
}

.main_product__wrapper .product_info .product__counters a {
    color: #C9D1D2;
    font-weight: 500;
}

.main_product__wrapper .product_info .product__counters a:hover {
    color: #78D2D4;
    text-decoration: underline;
}

.main_product__wrapper .product_info .product__counters > span {
    position: relative;
    padding-right: 24px;
}

.main_product__wrapper .product_info .product__counters .likes::before,
.main_product__wrapper .product_info .product__counters .views::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -3px;
    background-size: contain;
}

.main_product__wrapper .product_info .product__counters .likes::before {
    background: url('../img/heart.svg') no-repeat 0 0;
}

.main_product__wrapper .product_info .product__counters .like-button.active + .likes::before {
    background: url('../img/heart-fill.svg') no-repeat 0 0;
}

.main_product__wrapper .product_info .product__counters .views::before {
    background: url('../img/eye.svg') no-repeat 0 0;
}

.main_product__wrapper .product_info .division_line {
    height: 30px;
    border-bottom: 1px solid rgba(216, 240, 241, 1);
    margin-bottom: 30px;
}

.main_product__wrapper .product_info .product__location {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-left: 28px;
    position: relative;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 26px;
}

.main_product__wrapper .product_info .product__location a {
    color: #303030;
}

.main_product__wrapper .product_info .product__location::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/airplane.svg') no-repeat 0 0;
    background-size: contain;
}

.main_product__wrapper .product_info .product__location .line {
    width: 20px;
    height: 0px;
    border-top: 1px solid #303030;
}

.main_product__wrapper .product_info .product__description p {
    line-height: 140%;
}

.main_product__wrapper .product_info .product__tags ul {
    display: flex;
    align-items: center;
    column-gap: 60px;
    row-gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_product__wrapper .product_info .product__tags ul li {
    position: relative;
}

.main_product__wrapper .product_info .product__tags ul li a {
    font-weight: 500;
    font-style: italic;
}

.main_product__wrapper .product_info .product__tags ul li::before {
    content: '';
    display: block;
    width: 0;
    height: 20px;
    border-left: 1px solid #D8F0F1;
    position: absolute;
    top: 0;
    right: -29px;
}

.main_product .main_product__wrapper .product_rating__block {
    border: 2px solid #78D2D4;
    border-radius: 30px;
    overflow: hidden;
}

.main_product__wrapper .product_info .product_rating__block .product_rating__header {
    background-color: #78D2D4;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 15px 30px;
}

.main_product__wrapper .product_info .product_rating__block .product_rating__list {
    padding: 10px 40px 40px;
}

.main_product__wrapper .product_info .product_rating__block .product_rating__list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.main_product__wrapper .product_info .product_rating__block .product_rating__list li {
    border: 2px solid #78D2D4;
    border-radius: 24px;
    min-width: 250px;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 1px;
}

.main_product__wrapper .product_info .product_rating__block .product_rating__list li > span:first-child {
    background-color: #78D2D4;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    height: 100%;
    line-height: 40px;
    padding: 0 10px;
}

.main_product__wrapper .product_info .product_rating__block .product_rating__list li > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 10px 0 0 12px;
    position: relative;
}

.main_product__wrapper .product_info .product_rating__block .product_rating__list li > a img {
    max-width: 80%;
}

.main_product__wrapper .product_info .product_rating__block .product_rating__list li > a::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 10px;
    display: block;
    width: 27px;
    height: 16px;
    background: url('../img/arrow-link.svg') no-repeat 0 0;
    transition: all ease-out 100ms;
}

.main_product__wrapper .product_info .product_rating__block .product_rating__list li:hover > a::after {
    transform: translateX(5px);
}

.main_product__wrapper .product_info .product_rating__block .product_rating__list li:hover {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
}

.related_hotels .slider_header {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.related_hotels .related__cities {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.related_hotels .related__cities a {
    font-size: 18px;
    color: #303030;
}

.related_hotels .related__cities a:hover {
    color: #78D2D4;
    text-decoration: underline;
}

.hotel_options {
    padding-top: 90px;
}

.hotel_options .hotel_options__wrapper {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.hotel_options .hotel_options__wrapper a:hover {
    text-decoration: underline;
}

.hotel_options .hotel_options__wrapper strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}

.hotel_options .hotel_options__wrapper .hotel_options__info {
    min-width: 25%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.hotel_options .hotel_options__wrapper .hotel_options__info ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 10px;
}

.hotel_options .hotel_options__wrapper .hotel_options__info ul li {
    line-height: 1.6;
}

.hotel_options .hotel_options__wrapper .hotel_options__info .info_value,
.hotel_options .hotel_options__wrapper .hotel_options__info a {
    color: #78D2D4;
    font-weight: 700;
}

.hotel_options .hotel_options__wrapper .division_line {
    width: 60px;
    border-right: 1px solid rgba(216, 240, 241, 1);
    margin-right: 60px;
}

.hotel_options .hotel_options__wrapper .hotel_services__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 60px;
    column-gap: 20px;
}

.hotel_options .hotel_options__wrapper .hotel_service__item .service_item__title {
    color: #78D2D4;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.hotel_options .hotel_options__wrapper .hotel_service__item .service_item__title img {
    width: 20px;
}

.hotel_options .hotel_options__wrapper .hotel_service__item ul {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.hotel_options .hotel_options__wrapper .hotel_service__item ul li a {
    color: #ABB3B4;
}

.hotel__card {
    background-color: #fff;
    border: 2px solid #78D2D4;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.hotel__card .hotel_card__image {
    display: flex;
    align-items: center;
    height: 300px;
}

.hotel__card .hotel_card__info {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 30px;
}

.hotel__card .hotel_card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hotel__card .hotel_card__header > a {
    font-size: 30px;
    font-weight: 900;
    line-height: 110%;
}

.hotel__card .hotel__rating {
    display: flex;
    align-items: center;
}

.hotel__card .hotel__location {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.8rem;
    column-gap: 10px;
    padding-left: 28px;
    position: relative;
}

.hotel__card .hotel__location a {
    color: #303030;
    font-weight: 500;
}

.hotel__card .hotel__location::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/airplane.svg') no-repeat 0 0;
    background-size: contain;
}

.hotel__card .hotel__location .line {
    width: 20px;
    height: 0px;
    border-top: 1px solid #303030;
}

.hotel__card .hotel__description p {
    font-size: 14px;
    line-height: 1.4;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}

.hotel__card .hotel__description {
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotel__card .hotel__tags ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
    row-gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hotel__card .hotel__tags ul li {
    position: relative;
}

.hotel__card .hotel__tags ul li::before {
    content: '';
    display: block;
    width: 0;
    height: 20px;
    border-left: 1px solid #D8F0F1;
    position: absolute;
    top: 0;
    right: -19px;
}

.hotel__card .hotel__tags ul li a {
    font-weight: 500;
    font-style: italic;
}

.search_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.search-results .page-header {
    margin-bottom: 30px;
}

.search_wrapper article {
    width: 23%;
    background-color: #fff;
    border: 2px solid #78D2D4;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.search_wrapper article .search_card__image {
    display: flex;
    height: 200px;
}

.search_wrapper article img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.search_wrapper .hotel__card .hotel_card__header > a {
    color: #303030;
}

.search_wrapper .hotel__card .hotel__location .line {
    border-top: 1px solid #78D2D4;
}

.search-results .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
}

.pagination-btn {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: #f8f9fa;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
}

.pagination-btn.active {
    border: 1px solid #78D2D4;
    background: #78D2D4;
    color: #fff;
}

.pagination .nav-links {
    padding: 80px 0 15px;
}

.pagination .nav-links .page-numbers:not(.dots) {
    border: 2px solid #78D2D4;
    border-radius: 10px;
    padding: 10px;
}

.countries-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.countries-cities li > a {
    color: #303030;
    font-weight: 500;
}

.countries-cities a:hover {
    color: #78D2D4;
}

/* Стили для страницы стран */
.countries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.country-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.country-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.country-card h3 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 1.2em;
}

.country-card .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #78D2D4;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.country-card .btn:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#hotel-reviews {
    padding: 40px 0;
    background: #f9f9f9;
}

.reviews__subtitle {
    color: #C9D1D2;
    margin-bottom: 30px;
}

.reviews__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.review__item {
    background: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}

.review__item_plus, .review__item_minus {
    max-height: 130px;
    overflow: hidden;
    position: relative;
}

.review__item_plus:not(.expanded)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff;
    pointer-events: none;
}

.review__item_minus:not(.expanded)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff;
    pointer-events: none;
}

.review__item_plus.expanded, .review__item_minus.expanded {
    max-height: none;
    padding-bottom: 20px;
}

.review__item_plus.expanded::after,
.review__item_minus.expanded::after {
    display: none;
}

.review__item_plus {
    margin-bottom: 12px;
}

.review__item_plus p,
.review__item_minus p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

.review-toggle-btn {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    color: #78D2D4;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px dotted #78D2D4;
}

#cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    padding: 14px 16px;
    display: none;
    box-shadow: 0 0 22px -9px rgba(0, 0, 0, 0.25);
}

#cookie-consent span {
    font-size: 14px;
    line-height: 1.4;
    max-width: 80%;
}

#cookie-consent a {
    color: #60a5fa;
    text-decoration: underline;
}

#cookie-consent button {
    background: #78D2D4;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 14px;
    cursor: pointer;
}

.related-links {
    margin-top: 80px;
}

.related__links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.related__links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 40px;
    max-height: 90px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.related__links-grid > a {
    color: #000;
}

.related__links-grid > a:hover {
    text-decoration: underline;
}

.related__links > a {
    display: inline-block;
    padding: 12px 24px;
    background-color: #78D2D4;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.related__links-btn-wrap {
    text-align: center;
    margin-top: 20px;
}

.related__links-btn-wrap button {
    background: none;
    border: 1px solid #78D2D4;
    color: #78D2D4;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 1599px) {
    .product_item .rating_block .rating_block__list {
        padding: 20px;
    }

    .catalog .product_item .product_item__info {
        padding: 30px;
    }

    .catalog .filter {
        padding: 0 30px 30px 30px;
    }

    .footer .footer_wrapper .site_disclaimer {
        max-width: 320px;
    }

    .footer .footer_wrapper .footer_center {
        column-gap: 40px;
    }
}

@media (max-width: 1380px) {
    .hotel__card .hotel_card__header > a {
        font-size: 26px;
    }
}

@media (max-width: 1230px) {

    .header_row .contacts,
    .header_row .header_menu,
    .catalog {
        column-gap: 15px;
    }

    .footer .footer_wrapper {
        column-gap: 30px;
        padding: 40px;
    }

    .hotel_options .hotel_options__wrapper .hotel_services__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1200px) {
    .hotel__card .hotel_card__header > a {
        font-size: 22px;
    }

    .related__links-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1130px) {
    .footer .footer_wrapper {
        flex-wrap: wrap;
        row-gap: 60px;
    }

    .footer .footer_wrapper .footer_left {
        order: 0;
    }

    .footer .footer_wrapper .footer_right {
        order: 1;
    }

    .footer .footer_wrapper .footer_center {
        order: 2
    }

    .main_product .main_product__wrapper {
        column-gap: 20px;
    }
}

@media (max-width: 1059px) {
    .reviews__wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .header.hidden_fixed {
        border-bottom: unset;
    }

    .header .header_row {
        padding-right: 94px;
    }

    .header .menu {
        position: fixed;
        height: 1000px;
        top: 110px;
        right: -320px;
        background: #78D2D4;
        padding: 50px;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
        transition: all ease-in-out 300ms;
    }

    .header .menu.active {
        right: -20px;
        z-index: 20;
    }

    .header_row .header_menu a:hover {
        color: #fff;
    }

    .header.hidden_fixed .header_row {
        padding-right: 94px;
    }

    .header.hidden_fixed .header_row .burger-block {
        top: 28px;
    }

    .header.hidden_fixed .menu {
        top: 82px;
    }

    .header_row .header_menu {
        flex-direction: column;
        align-items: unset;
        column-gap: unset;
        row-gap: 24px;
    }

    .header_row .header_menu .menu-item {
        width: 190px;
    }

    .header_row .header_menu a {
        color: #fff;
        font-weight: 500;
    }

    .header_row .burger-block {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .section_catalog .division_line {
        height: 40px;
        margin-bottom: 40px;
    }

    .catalog {
        flex-direction: column;
        column-gap: unset;
        row-gap: 40px;
    }

    .catalog #sidebar {
        width: 100%;
    }

    .catalog .filter {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .catalog #sidebar .show_hide__filter.hidden {
        margin-bottom: 0;
    }

    .catalog #sidebar .show_hide__filter {
        display: flex;
        border: 2px solid #78D2D4;
        border-radius: 30px;
        padding: 14px 30px;
        font-size: 20px;
        font-weight: 500;
        position: relative;
        margin-bottom: 20px;
    }

    .catalog .filter.closeable {
        height: 0;
        display: none;
        visibility: hidden;
        opacity: 0;
        padding: 0;
    }

    .catalog .filter .filter_block,
    .catalog .filter .instant_confirmation {
        width: 40%
    }

    .catalog .products_list {
        width: 100%;
    }

    .catalog .product_item {
        flex-wrap: wrap;
    }

    .catalog .product_item .product_item__image {
        width: 37.5%;
    }

    .catalog .product_item .product_item__content {
        width: 62.5%;
        flex-direction: column;
    }

    .catalog .product_item .product_item__info {
        width: unset;
    }

    .catalog .product_item .rating_block {
        width: unset;
        border-radius: unset;
        border: unset;
    }

    .product_item .rating_block .rating_block__list ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product_item .rating_block .rating_block__list ul li {
        width: 45%;
    }

    .about_us .about_wrapper {
        display: grid;
        grid-template-columns: unset;
    }

    .about_us .about_wrapper .about_image {
        height: 600px
    }

    .accordionjs {
        flex-direction: column;
    }

    .accordionjs .acc_section {
        width: 100%;
    }

    .footer .footer_wrapper .site_disclaimer {
        max-width: 430px;
    }

    .main_product .main_product__wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }
    .main_product .main_product__wrapper .product_thumbnail,
    .main_product .main_product__wrapper .product_slider {
        max-width: 100%;
    }

    .main_product .main_product__wrapper .product_info {
        max-width: unset;
    }

    .hotel_options .hotel_options__wrapper {
        flex-direction: column;
    }

    .hotel_options .hotel_options__wrapper .division_line {
        width: 100%;
        height: 60px;
        border-right: unset;
        border-bottom: 1px solid rgba(216, 240, 241, 1);
        margin-right: unset;
        margin-bottom: 60px;
    }

    .hotel_options .hotel_options__wrapper .hotel_options__info {
        min-width: unset;
        flex-direction: row;
        justify-content: space-between;
        column-gap: 20px;
        flex-wrap: wrap;
    }

    .search_wrapper article {
        width: 31%;
    }

    .related_hotels .related__cities {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .section_catalog .catalog_header {
        padding-top: 40px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }

}

@media(max-width: 768px) {
    .reviews__wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .related__links-grid {
        grid-template-columns: 1fr 1fr;
    }

    .header_search input[type="search"] {
        display: none;
    }
    .mobile_search {
        display: block;
        padding-top: 30px;
    }
    .mobile_search input[type="search"] {
        outline: none;
        border: 1px solid #FFF;
        border-radius: 30px;
        width: 100%;
        height: 40px;
        padding: 8px 14px;
    }
    .main_banner {
        height: auto;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url('../img/banner.jpeg') no-repeat 0 60%;
        background-size: cover;
        padding: 45px 20px 40px 40px;
        box-sizing: border-box;
    }

    .main_banner .text_banner {
        width: unset;
    }

    .header_row .contacts {
        column-gap: 40px;
    }

    .catalog .product_item {
        flex-direction: column;
    }

    .catalog .product_item .product_item__image {
        width: 100%;
        height: 360px;
    }

    .catalog .product_item .product_item__content {
        width: 100%;
    }

    .about_us .about_wrapper .about_textarea {
        padding: 30px 40px 40px 40px;
    }

    .about_us .about_wrapper .about_textarea h2 {
        margin: 20px 0;
    }

    .about_us .about_wrapper .about_image {
        height: 480px;
    }

    .footer .footer_wrapper .footer_left {
        width: 100%;
    }

    .footer .footer_wrapper .footer_center {
        width: 100%;
        order: 1;
        justify-content: flex-start;
        column-gap: 50px;
    }

    .footer .footer_wrapper .footer_right {
        width: 100%;
        order: 2;
    }

    .footer .footer_wrapper .site_disclaimer {
        max-width: unset;
    }

    .contacts {
        justify-content: flex-start;
    }

    .footer .footer_wrapper .footer_nav {
        column-gap: 32px;
        justify-content: flex-start;
    }

    .hotel_options .hotel_options__wrapper .hotel_options__info {
        margin-bottom: 60px;
    }

    .hotel_options .hotel_options__wrapper .division_line {
        display: none;
    }

    .hotel_options .hotel_options__wrapper .hotel_services__grid {
        grid-template-columns: 1fr 1fr;
    }

    .search_wrapper article {
        width: 46%;
    }

    .related_hotels .related__cities {
        grid-template-columns: 1fr 1fr;
    }

    .related_hotels .related__cities a {
        font-size: 16px;
    }

    .catalog #sidebar .show_hide__filter {
        color: #303030;
        background-color: #78D2D4;
        background: linear-gradient(90deg, rgba(79,209,197,1) 0%, rgba(129,230,217,1) 100%);
        position: relative;
        overflow-x: hidden;
    }

    .catalog #sidebar .show_hide__filter:before {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        width: 45px;
        transform: skewX(-40deg);
        animation: flareAnimation;
        left: -150%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
        animation: flareAnimation 2.5s infinite linear;
    }

}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@media(max-width: 720px) {
    .header_row .contacts {
        column-gap: 20px;
    }
    .header .header_row,
    .header.hidden_fixed .header_row {
        padding-right: 70px;
    }

    .contacts .social {
        column-gap: 15px;
    }
}

@media(max-width: 650px) {
    .header_row .social {
        display: none;
    }
    .header_row .menu .social {
        opacity: 1;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 20px;
        margin-top: 40px;
    }

    .header_row .menu .social>a {
        display: block;
        width: 30px;
        height: 30px;
    }

    .header_row .menu .social>a.social-odnkl {
        background: url('../img/ok-inverse.svg') no-repeat 0 0;
    }

    .header_row .menu .social>a.social-vk {
        background: url('../img/vk-inverse.svg') no-repeat 0 0;
    }

    .header_row .menu .social>a.social-youtube {
        background: url('../img/youtube-inverse.svg') no-repeat 0 0;
    }

    .header_row .menu .social>a.social-dzen {
        background: url('../img/dzen-inverse.svg') no-repeat 0 0;
    }
}

@media (max-width: 575px) {
    .pagination {
        gap: 4px;
    }

    .pagination-btn {
        padding: 6px 9px;
    }
}

@media(max-width: 480px) {
    .reviews__wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    body {
        font-size: 14px;
    }
    .container {
        max-width: 450px;
    }
    .contacts>a.envelope-icon::before {
        top: 2px;
    }
    .contacts>a {
        padding-left: 20px;
    }

    h2 {
        font-size: 38px;
        line-height: 110%;
    }

    .first_section .container {
        padding: 0;
    }

    .header.hidden_fixed .menu {
        top: 69px;
    }

    .header .header_row {
        padding: 20px 58px 20px 0;
    }

    .logo {
        width: 128px;
    }

    .header_row .burger-block {
        top: 20px;
    }

    .burger {
        width: 24px;
        height: 20px;
    }

    .burger::before,
    .burger::after {
        height: 2px;
        border-radius: 5px;
    }

    .burger::before {
        box-shadow: 0 9px 0 #78D2D4;
    }

    .burger-checkbox:checked+.burger::before {
        top: 9px;
    }

    .burger-checkbox:checked+.burger::after {
        bottom: 9px;
    }

    .header .menu {
        height: 700px;
        top: 59px;
        right: -320px;
    }

    .main_banner {
        padding: 45px 20px;
        border-radius: unset;
    }

    .main_banner h1 {
        font-size: 42px;
        line-height: 110%;
        margin: 10px 0;
    ;
    }

    .main_banner .banner_subtitle {
        font-size: 16px;
        line-height: 140%;
    }

    .link_btn {
        width: 226px;
        font-size: 16px;
        padding: 12px 30px;
    }

    .catalog #sidebar .show_hide__filter {
        font-size: 16px;
    }

    .section_catalog .division_line {
        height: 20px;
        margin-bottom: 20px;
    }

    select {
        padding: 12px 20px;
        font-size: 16px;
    }

    .catalog_sort {
        width: 100%;
        height: 46px;
    }

    .catalog_sort::after {
        top: 18px;
    }

    .catalog #sidebar .show_hide__filter::after {
        right: 20px;
    }

    .catalog .filter {
        flex-direction: column;
    }

    .catalog .filter .filter_block,
    .catalog .filter .instant_confirmation {
        width: 100%;
    }

    .product_item .rating_block .rating_block__list ul {
        flex-direction: column;
    }
    .product_item .rating_block .rating_block__list ul li {
        width: 100%;
    }
    .catalog .product_item .product_item__header {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        column-gap: unset;
        row-gap: 10px;
        margin-bottom: 15px;
    }

    .product_item .product_item__info .product_item__tags ul {
        column-gap: 40px;
    }

    .popular_cities .slider_header,
    .popular_countries .slider_header,
    .related_hotels .slider_header {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
    }

    .country_slide {
        width: 100%;
        height: 320px;
    }

    .slider_navigation {
        width: 100%;
        justify-content: space-between;
        column-gap: 30px;
    }

    .slider_navigation .slider-button {
        width: 100px;
        height: 50px;
    }

    .about_us {
        padding-top: 120px;
    }

    .about_us .about_wrapper .about_textarea {
        padding: 20px 30px 30px 30px;
    }
    .site-main p,
    .site-main li,
    .about_us .about_wrapper .about_textarea p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .about_us .about_wrapper .about_image {
        height: 380px;
    }

    .faq .faq_title {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .accordionjs .acc_section .acc_head {
        font-size: 16px;
    }

    .footer .footer_wrapper .footer_center {
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 20px;
    }

    .footer .footer_wrapper {
        padding: 30px;
        row-gap: 50px;
    }

    .footer_wrapper .contacts {
        column-gap: 30px;
    }

    .breadcrumbs {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .breadcrumbs > span > span {
        font-size: 14px;
    }

    .breadcrumbs > span span {
        font-size: 14px;
        padding: 0px 7px 0 3px;
    }

    .main_product .main_product__wrapper .product_slider {
        height: 660px;
    }

    .main_product .main_product__wrapper .general_product__info {
        padding: 20px;
    }

    .main_product__wrapper .product_info .product_info__row {
        align-items: flex-start;
        order: 0;
    }

    .main_product__wrapper .product_info .product__counters {
        flex-direction: column;
        row-gap: 10px;
        align-items: flex-start;
        order: 1;
    }

    .main_product__wrapper .product_info .division_line {
        order: 2;
    }

    .main_product__wrapper .product_info .product__tags {
        order: 4;
    }

    .main_product__wrapper .product_info .product__location {
        order: 3;
    }

    .main_product__wrapper .product_info .product__description {
        order: 5;
    }

    .product_item .product_item__info .product_item__row {
        flex-direction: column;
        row-gap: 20px;
    }

    .main_product__wrapper .product__header {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
    }

    .main_product__wrapper .product_info .product__rating {
        order: 0;
    }

    .main_product__wrapper .product_info h1,
    .main_product__wrapper .product_info h2 {
        order: 1;
    }

    .hotel_options {
        padding-top: 70px;
    }

    .product_slider .swiper-button-next,
    .product_slider .swiper-button-prev {
        bottom: 8%;
    }

    .search_wrapper article {
        width: 100%;
    }

    .site-main h1 {
        font-size: 28px;
        line-height: 1.4;
    }

    .footer_search {
        align-items: flex-start;
    }

    .footer_search form {
        width: 100%;
    }


    .footer .footer_wrapper .footer_right {
        row-gap: 30px;
    }

    .hotel_options .hotel_options__wrapper .hotel_options__info {
        max-width: 100%;
    }

    .catalog_header h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media(max-width: 430px) {
    .header_row .contacts {
        display: none;
    }
    .header_row .menu .mobile_menu__email {
        opacity: 1;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 20px;
        margin-top: 40px;
    }
    .header_row .menu .mobile_menu__email a {
        color: #fff;
    }
    .main_banner {
        height: 416px;
    }

    .catalog_sort {
        width: 100%;
    }

    .catalog .product_item .product_item__info {
        padding: 20px;
    }

    .footer .footer_wrapper .footer_nav {
        column-gap: 20px;
    }

    .main_product .main_product__wrapper .product_slider {
        height: 520px;
    }

    .hotel_options .hotel_options__wrapper .hotel_services__grid {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .main_product__wrapper .product_info .product_rating__block .product_rating__list li {
        width: 100%;
    }
}

@media(max-width: 410px) {
    .footer_wrapper .contacts {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
    }

    .footer .footer_wrapper .footer_nav {
        flex-wrap: wrap;
        row-gap: 15px;
    }
}

@media(max-width: 375px) {
    .container {
        padding: 0 10px;
    }

    .header .header_row {
        padding: 20px 44px 20px 0;
    }

    .main_banner h1 {
        font-size: 40px;
    }

    .main_banner {
        padding: 30px 15px;
    }

    .main_banner .intro {
        padding-left: 30px;
    }

}
