@import url('fonts/fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*-- RESET --*/

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea, input, button {
    font-family: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
    font-variant-numeric: lining-nums;
    margin: 0;
	height: 100%;
	width: 100%;
}
a {
	color: #027b84;
}
a:hover {
	text-decoration: none;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b {
    font-weight: 500;
}
img {
	max-width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
img {
	max-width: 100%;
}
button input {
	display: none !important;
}
form *:focus {
    outline: none;
}

/*-- GENERAL --*/

body {
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
    color: #000;
    height: auto;
    position: relative;
}
.wrapper {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.container {
    display: block;
    margin: 0 auto;
    max-width: 1740px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
.container--large {
    max-width: 1780px;
}
.container--medium {
    max-width: 1500px;
}
.container--small {
    max-width: 1300px;
}
.title_bk {
    font-family: "Kindentosca", sans-serif;
    font-weight: 400;
    font-size: 96px;
    color: #fff;
}
.title_bk--large {
    font-size: 128px;
}
.title_bk--black {
    color: #000;
}
.title_bk--sm_lh {
    line-height: 0.87;
}
.title_bk--center {
    text-align: center;
}
.btn {
    background: #fcec00;
    border-radius: 50px;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    color: #000;
    text-decoration: none;
    padding: 0 10px;
    height: 47px;
    transition: 0.25s;
}
.btn:hover {
    opacity: 0.7;
}

/*-- HEADER --*/

.header {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.header_inside {
    gap: 68px;
}
.header_logo {
    font-size: 0;
}
.header_menu {
    flex: auto;
}
.header_menu ul li {
    font-size: 0;
}
.header_menu ul li a {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.25s;
}
.header_menu ul li a:hover {
    opacity: 0.7;
}
.header_btn {
    width: 193px;
}
.header_btn .btn {
    height: 44px;
}

/*-- FIRST BK --*/

.first_bk {
    background-image: url(../img/bg_ftbk.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: 120px;
    padding: 91px 0;
    min-height: 720px;
}
.ftbk_title {
    font-size: 0;
}
.ftbk_inside {
    margin-top: 94px;
}
.ftbk_desc {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    max-width: 563px;
}
.ftbk_desc > * {
    margin-bottom: 18px;
}
.ftbk_desc > *:last-child {
    margin-bottom: 0;
}
.ftbk_btn {
    margin-top: 40px;
    max-width: 213px;
}

/*-- ABOUT --*/

.about {
    margin-top: 100px;
}
.about_top {
    background: #fff;
    border-radius: 64px;
    padding: 40px 80px 80px;
    margin-top: 40px;
}
.about_bottom {
    background: #fff;
    border-radius: 64px;
    padding: 80px;
    margin-top: 40px;
}
.about_content {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    color: #000;
}
.about_content > * {
    margin-bottom: 24px;
}
.about_content > *:last-child {
    margin-bottom: 0;
}
.about_content h3 {
    font-size: 36px;
    margin-bottom: 48px;
}
.about_box {
    background: #fcec00;
    border-radius: 40px;
    padding: 40px 56px;
    margin: 56px auto 0;
    max-width: 976px;
}
.about_box_title {
    font-weight: 500;
    font-size: 32px;
}
.about_box_content {
    font-weight: 500;
    font-size: 20px;
    margin-top: 24px;
}
.about_box_content > * {
    margin-bottom: 24px;
}
.about_box_content > *:last-child {
    margin-bottom: 0;
}
.about_slider_wrapper {
    overflow: hidden;
    margin-right: -80px;
    margin-top: 56px;
}
.about_slider {
    max-width: 685px;
}
.about_slider .slick-list {
    margin: 0 -28px;
    overflow: visible;
}
.about_slider .slick-slide {
    margin: 0 28px;
}
.about_slide_inside {
    background: #000;
    border-radius: 40px;
    padding: 40px;
}
.about_slide_image {
    border-radius: 20px;
    overflow: hidden;
    font-size: 0;
    height: 290px;
    width: 216px;
}
.about_slide_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.about_slide_info {
    padding-left: 24px;
    width: calc(100% - 216px);
}
.about_slide_blockquote {
    background-image: url(../img/icon_about_blockquote.svg);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    color: #fff;
    padding-left: 62px;
    position: relative;
}
.about_slide_blockquote > * {
    margin-bottom: 24px;
}
.about_slide_blockquote > *:last-child {
    margin-bottom: 0;
}
.about_slide_blockquote strong {
    font-weight: 600;
}

/*-- FORMATS --*/

.formats {
    margin-top: 180px;
}
.formats_items {
    margin-top: 65px;
}
.formats_item {
    background: #000;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 40px;
    min-height: 330px;
}
.formats_item_title {
    font-weight: 500;
    font-size: 36px;
    color: #fff;
}
.formats_item_count {
    font-family: "Kindentosca", sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    text-align: right;
}
.formats_item_desc {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}
.formats_bottom {
    border: 1px solid #fff;
    border-radius: 103px;
    padding: 10px 40px;
    min-height: 113px;
    margin-top: 65px;
}
.formats_bottom_desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
}
.formats_bottom_socials {
    font-size: 0;
    gap: 24px;
}
.formats_bottom_socials a {
    transition: 0.25s;
}
.formats_bottom_socials a:hover {
    opacity: 0.7;
}

/*-- WAY --*/

.way {
    margin-top: 200px;
}
.way_bk {
    background: #fff;
    border-radius: 40px;
    padding: 80px 24px;
    margin-top: 40px;
}
.way_items {
    max-width: 1194px;
    margin: 0 auto;
}
.row.row_way_items {
    margin: 0 calc(-265px / 2) -60px;
}
.row.row_way_items .col {
    padding: 0 calc(265px / 2);
    position: relative;
    margin-bottom: 60px;
    order: 2;
}
.row.row_way_items .col:nth-child(1) {
    order: 0;
}
.row.row_way_items .col:nth-child(2) {
    order: 0;
}
.row.row_way_items .col:nth-child(3) {
    order: 2;
}
.row.row_way_items .col:nth-child(4) {
    order: 1;
}
.row.row_way_items .col:before {
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
}
.row.row_way_items .col:nth-child(1):before,
.row.row_way_items .col:nth-child(3):before,
.row.row_way_items .col:nth-child(5):before {
    background-image: url(../img/icon_way_arr_right.svg);
    left: 100%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 21px;
}
.row.row_way_items .col:nth-child(3):before {
    background-image: url(../img/icon_way_arr_left.svg);
    left: auto;
    right: 100%;
    transform: translateX(50%) translateY(-50%);
}
.row.row_way_items .col:nth-child(2):before,
.row.row_way_items .col:nth-child(4):before {
    background-image: url(../img/icon_way_arr_bottom.svg);
    left: 0;
    top: 100%;
    height: 60px;
}
.row.row_way_items .col:nth-child(6):before {
    background-image: url(../img/icon_way_arr_left_bottom.svg);
    left: 50%;
    top: 100%;
    transform: translateX(-100%);
    height: 75px;
    width: 378px;
}
.way_item {
    border: 1px solid #000;
    border-radius: 35px;
    padding: 19px;
    height: 100%;
    max-width: 686px;
    margin: 0 auto;
}
.way_item_title__inside {
    background: #fcec00;
    border-radius: 61px;
    padding: 10px 20px;
}
.way_item_title__txt {
    font-weight: 500;
    font-size: 28px;
    line-height: 96%;
    color: #000;
    margin-right: 10px;
}
.way_item_title__icon {
    font-size: 0;
}
.way_item_desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    color: #000;
    margin-top: 18px;
}
.row.row_way_items .col:nth-child(7) .way_item {
    margin-top: 15px;
}

/*-- REVIEWS --*/

.reviews {
    margin-top: 200px;
}
.reviews_widget {
    margin-top: 40px;
}
.reviews_widget > div {
    margin: 0 auto;
    max-width: 760px;
    width: 100% !important;
}
.reviews_slider {
    margin-top: 40px;
}
.reviews_slider .slick-list {
    overflow: visible;
    margin: 0 -16px;
}
.reviews_slider .slick-slide {
    margin: 0 16px;
}
.reviews_slide_image {
    border-radius: 30px;
    overflow: hidden;
    font-size: 0;
    height: 305px;
}
.reviews_slide_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.ftbk_slider_nav_arr {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 63px;
    width: 63px;
    transition: 0.25s;
    z-index: 2;
}
.ftbk_slider_nav_arr--left {
    background-image: url(../img/icon_slider_arr_left.svg);
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    left: 15px;
}
.ftbk_slider_nav_arr--right {
    background-image: url(../img/icon_slider_arr_right.svg);
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    right: 15px;
}
.ftbk_slider_nav_arr:hover {
    opacity: 0.8;
}

/*-- RULES --*/

.rules {
    background: #fcec00;
    margin-top: 100px;
    padding: 150px 0;
}
.rules_items {
    background: #fff;
    border-radius: 96px;
    padding: 100px;
    margin-top: 65px;
    counter-reset: rules;
}
.rules_item {
    counter-increment: rules;
    margin-bottom: 56px;
}
.rules_item:last-child {
    margin-bottom: 0;
}
.rules_item_title {
    font-weight: 500;
    font-size: 36px;
    color: #000;
    padding: 17px 0 0 65px;
    position: relative;
}
.rules_item_title:before {
    content: counter(rules);
    font-family: "Kindentosca", sans-serif;
    font-weight: 400;
    font-size: 96px;
    line-height: 0.7;
    color: #000;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.rules_item_content {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    margin-top: 36px;
}
.rules_item_content > * {
    margin-bottom: 24px;
}
.rules_item_content > *:last-child {
    margin-bottom: 0;
}
.rules_item_content ul {
    padding-left: 40px;
}
.rules_item_content ul li {
    list-style: disc;
    margin-bottom: 24px;
}
.rules_item_content ul li:last-child {
    margin-bottom: 0;
}

/*-- BOOKING --*/

.booking {
    background-color: #fff;
    background-image: url(../img/bg_booking.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 150px 0;
}
.booking_placeholder {
    font-size: 0;
    text-align: center;
    margin-top: 56px;
}
.booking_form {
    max-width: 677px;
    margin: 56px auto 0;
}

/*-- FOOTER --*/

.footer {
    background-image: url(../img/bg_footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 36px;
}
.footer_contacts_item {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    margin-bottom: 8px;
}
.footer_contacts_item:last-child {
    margin-bottom: 0;
}
.footer_contacts_item a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    padding: 10px 10px 10px 58px;
    position: relative;
    vertical-align: top;
    transition: 0.25s;
}
.footer_contacts_item a:hover {
    opacity: 0.7;
}
.footer_contacts_item a:before {
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
}
.footer_contacts_item__phone a:before {
    background-image: url(../img/icon_footer_phone.svg);
}
.footer_contacts_item__email a:before {
    background-image: url(../img/icon_footer_email.svg);
}
.footer_contacts_socials {
    margin-top: 31px;
    gap: 8px;
}
.footer_contacts_socials a {
    font-size: 0;
    width: 42px;
    transition: 0.25s;
}
.footer_contacts_socials a:hover {
    opacity: 0.7;
}
.footer_info {
    margin-left: 80px;
}
.footer_info_item {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 8px;
}
.footer_info_item:last-child {
    margin-bottom: 0;
}
.footer_map {
    border: 15px solid #fcec00;
    overflow: hidden;
    border-radius: 22px;
    height: 252px;
    width: 462px;
}
.footer_map > * {
    height: 100% !important;
}
.footer_copyright {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

/* ADDITIONAL RESET */

.row {
	margin-left: -10px;
	margin-right: -10px;
    margin-bottom: -20px;
}
.row .col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.3333333%;
}
.col-30 {
	width: 30%;
}
.col-35 {
	width: 35%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
.col-6 {
    width: calc(100% / 6);
}
.col-66 {
    width: calc(100% - (100% / 3));
}

.col-41 {
    width: 41.67%;
}
.col-58 {
    width: 58.33%;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.f_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f_wrap_reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.f_no_wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.f_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.f_direction_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.j_content_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.j_content_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.j_content_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j_content_between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a_items_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.a_items_end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.a_items_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-- ANIMATION --*/

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*--------------- RESPONSIVE ---------------*/

.menu_btn {
    display: none;
    cursor: pointer;
    font-size: 0;
}
.menu_btn > * {
    pointer-events: none;
}
.mobile_header_wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 11;
    transform: translateY(-105%);
    transition: 0.25s;
}
.mobile_header_wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mobile_header_close {
    cursor: pointer;
    font-size: 0;
}
.mobile_header_close > * {
    pointer-events: none;
}
.mobile_header_bottom {
    padding: 20px 0;
    overflow: auto;
    height: calc(100vh - 74px);
}
.mobile_header_menu ul li {
    margin-bottom: 50px;
}
.mobile_header_menu ul li:last-child {
    margin-bottom: 0;
}
.mobile_header_menu ul li a {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    transition: 0.25s;
}
.mobile_header_menu ul li a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1440px) {
    .container:not(.container--large) {
        max-width: 1300px;
    }
    .header_inside {
        gap: 29px;
    }
    .header_menu ul li a {
        font-size: 16px;
    }
    .booking {
        background-image: url(../img/bg_booking_medium.jpg);
        background-size: cover;
    }
}

@media screen and (max-width: 1280px) {
    .btn {
        font-size: 14px;
        height: 44px;
    }
    .header_logo {
        max-width: 175px;
    }
    .header_menu {
        max-width: 768px;
    }
    .header_menu ul li a {
        font-size: 14px;
    }
    .header_btn {
        width: 150px;
    }
    .first_bk {
        margin-top: 92px;
    }
    .footer_info {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .row.row_way_items .col:nth-child(1):before, 
    .row.row_way_items .col:nth-child(3):before, 
    .row.row_way_items .col:nth-child(5):before {
        background-size: cover;
        background-position: center right;
        width: 120px;
    }
    .row.row_way_items .col:nth-child(3):before {
        background-position: center left;
    }
    .footer_left {
        margin-top: 40px;
        width: 100%;
        order: 1;
    }
    .footer_right {
        order: 0;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }
    .header_logo {
        max-width: 139px;
    }
    .header .header_menu,
    .header .header_btn {
        display: none;
    }
    .menu_btn {
        display: block;
    }
    .first_bk {
        margin-top: 73px;
        min-height: 0;
        padding: 40px 0;
    }
    .ftbk_title {
        max-width: 294px;
    }
    .ftbk_inside {
        margin-top: 24px;
    }
    .ftbk_desc {
        font-size: 14px;
        max-width: 380px;
    }
    .ftbk_desc br {
        display: none;
    }
    .ftbk_btn {
        margin-top: 24px;
        max-width: 165px;
    }
    .title_bk,
    .title_bk--large {
        font-size: 48px;
        text-align: center;
    }
    .about {
        margin-top: 40px;
    }
    .about_top,
    .about_bottom {
        border-radius: 40px;
        margin-top: 24px;
    }
    .about_top {
        padding: 20px;
    }
    .about_bottom {
        padding: 40px;
    }
    .about_content {
        font-size: 14px;
        line-height: normal;
    }
    .about_content > * {
        margin-bottom: 20px;
    }
    .about_content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .about_box {
        padding: 20px 40px;
        margin: 16px auto 0;
        max-width: 540px;
    }
    .about_box_title {
        font-size: 16px;
    }
    .about_box_content {
        font-size: 14px;
        line-height: 143%;
        margin-top: 24px;
    }
    .about_slider_wrapper {
        margin-top: 20px;
    }
    .formats {
        margin-top: 160px;
    }
    .formats_items {
        margin-top: 40px;
    }
    .formats_item {
        border-radius: 40px;
        padding: 23px;
        min-height: 264px;
    }
    .formats_item_title {
        font-size: 24px;
    }
    .formats_item_count {
        font-size: 40px;
    }
    .formats_item_desc {
        font-size: 14px;
    }
    .formats_item_desc br {
        display: none;
    }
    .formats_bottom {
        border-radius: 54px;
        padding: 19px 39px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .formats_bottom_desc {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .formats_bottom_socials {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }
    .way_bk {
        padding: 24px;
        margin-top: 80px;
    }
    .row.row_way_items {
        margin: 0 -40px -60px;
    }
    .row.row_way_items .col {
        padding: 0 40px;
    }
    .row.row_way_items .col:nth-child(1):before, 
    .row.row_way_items .col:nth-child(3):before, 
    .row.row_way_items .col:nth-child(5):before {
        width: 70px;
    }
    .way_item_title__txt {
        font-size: 16px;
    }
    .way_item_desc {
        font-size: 14px;
        line-height: normal;
    }
    .way_item_desc br {
        display: none;
    }
    .reviews {
        margin-top: 80px;
    }
    .reviews_slider .slick-list {
        margin: 0 -4px;
    }
    .reviews_slider .slick-slide {
        margin: 0 4px;
    }
    .rules {
        margin-top: 40px;
        padding: 40px 0;
    }
    .rules_items {
        border-radius: 40px;
        padding: 20px;
        max-width: 540px;
        margin: 20px auto 0;
    }
    .rules_item {
        margin-bottom: 24px;
    }
    .rules_item_title {
        font-weight: 500;
        font-size: 16px;
        padding: 34px 0 0 40px;
    }
    .rules_item_title:before {
        bottom: -2px;
        font-size: 64px;
    }
    .rules_item_content {
        margin-top: 20px;
        font-size: 14px;
        line-height: 121%;
    }
    .rules_item_content > * {
        margin-bottom: 18px;
    }
    .rules_item_content ul {
        padding-left: 24px;
    }
    .rules_item_content ul li {
        margin-bottom: 18px;
    }
    .booking {
        padding: 80px 0;
    }
}

@media screen and (max-width: 768px) {
    .first_bk {
        background: none;
        padding: 0;
        position: relative;
    }
    .first_bk:before {
        background-image: url(../img/bg_ftbk_mobile.png);
        background-size: auto;
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #000;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 414px;
        width: 100%;
    }
    .ftbk_title {
        padding: 50px 0 0;
        margin: 0 auto;
    }
    .ftbk_inside {
        margin-top: 340px;
    }
    .ftbk_desc {
        margin-top: 0;
        max-width: 100%;
    }
    .ftbk_btn {
        margin: 24px auto 0;
    }
    .about_slider_wrapper {
        margin-right: 0;
    }
    .about_slide_inside {
        padding: 20px;
    }
    .about_slide_info {
        padding-left: 0;
        width: 100%;
    }
    .about_slide_image {
        margin: 0 auto;
    }
    .about_slide_blockquote {
        background-size: 23px;
        font-size: 12px;
        line-height: 200%;
        padding-left: 39px;
        margin-top: 24px;
    }
    .about_slide_blockquote br {
        display: none;
    }
    .row.row_formats_items .col {
        width: 100%;
    }
    .formats_item {
        max-width: 480px;
        margin: 0 auto;
        min-height: 0;
    }
    .formats_item_bottom {
        margin-top: 32px;
    }
    .way_bk {
        background: none;
        padding: 0;
    }
    .row.row_way_items {
        margin: 0 -10px -94px;
    }
    .row.row_way_items .col {
        padding: 0 10px;
        margin-bottom: 94px;
        width: 100%;
    }
    .row.row_way_items .col:before {
        display: none !important;
    }
    .row.row_way_items .col:after {
        background-image: url(../img/icon_way_arr_bottom_mobile.svg);
        background-repeat: no-repeat;
        background-position: center;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 94px;
        width: 100%;
        pointer-events: none;
    }
    .row.row_way_items .col:nth-child(7) .way_item {
        margin-top: 0;
    }
    .row.row_way_items .col:last-child:after {
        display: none;
    }
    .way_item {
        background: #fff;
        border-radius: 35px;
        padding: 19px;
        max-width: 540px;
        margin: 0 auto;
    }
    .way_item_title__txt {
        font-size: 24px;
    }
    .way_item_title__icon {
        width: 40px;
    }
    .footer {
        padding: 40px 0;
    }
    .footer_info {
        margin-left: 0;
        width: 100%;
    }
    .footer_info_item {
        padding: 0;
    }
    .footer_contacts {
        order: 1;
        margin-top: 24px;
    }
    .footer_copyright {
        margin-top: 40px;
    }
    .booking_form {
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 540px) {
    .about_content {
        max-width: 260px;
        margin: 0 auto;
    }
    .formats_bottom {
        margin-top: 80px;
    }
    .formats_bottom_desc br {
        display: none;
    }
    .ftbk_slider_nav_arr {
        background-size: contain;
        height: 32px;
        width: 32px;
    }
    .reviews_slide_image {
        height: 150px;
    }
    .footer_right {
        width: 100%;
    }
    .footer_map {
        border-width: 11px;
        height: 186px;
        width: 100%;
    }
    .footer_info_item {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 24px;
    }
    .footer_contacts_item {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .footer_contacts_socials {
        margin-top: 24px;
    }
}

@media screen and (max-width: 360px) {
    .about_slide_blockquote {
        padding-left: 28px;
        line-height: normal;
    }
    .way_item_title__txt {
        font-size: 16px;
    }
}