@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&family=Manrope:wght@200..800&display=swap');

body {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #1A2B53;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.maler {
    font-family: 'Maler', sans-serif;
}

.geo {
    font-family: "Geologica", sans-serif;
}

:root {
    --green: #00B662;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 964px;
    }
}

.mobile {
    display: none;
}

.h1, h1 {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 800;
    font-family: 'Maler', sans-serif;
    letter-spacing: -0.5px;
    color: #07173C;
    margin-bottom: 16px;
}

.h2, h2 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    font-family: 'Maler', sans-serif;
    letter-spacing: -0.3px;
    color: #07173C;
    margin-bottom: 20px;
}

.h3, h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Maler', sans-serif;
    color: #07173C;
    margin-bottom: 16px;
}

.h4, h4 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Maler', sans-serif;
    color: #07173C;
    margin-bottom: 12px;
}

p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #2A3A5A;
}

a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

a:hover {
    color: #00B662;
}

.my_container {
    max-width: 964px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

#all_wrapper {
    max-width: 1160px;
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.footer {
    background-color: #1A2B53;
    color: #fff;
    padding-bottom: 346px;
    background-image: url(images/footer_back.webp);
    background-size: 100% auto;
    padding-top: 50px;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 4;
}

.footer_waves {
    position: absolute;
    width: 100%;
    top: -20px;
    z-index: 2;
    left: 0px;
}

.ya {
    max-width: 152px;
    height: auto;
}

.footer_logo {
    width: 152px;
    display: block;
    margin-bottom: 24px;
}

.footer_logo img {
    max-width: 100%;
}

.footer_block h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
}

.footer_menu_vert {
    display: block;
    margin: 0px;
    padding: 0px;
}

.footer_menu_vert li {
    display: block;
    margin-bottom: 8px;
}

.footer_menu_vert li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.footer_menu_vert li a:hover {
    color: #c00315;
}

.side_panel {
    position: fixed;
    left: 0px;
    padding-top: 30px;
    top: 0px;
    height: 100%;
    width: 48px;
    background: #07173C;
    z-index: 20;
}

.side_panel a,
.side_panel .down a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    opacity: 0.5;
}

.side_panel a.active {
    opacity: 1;
}

.side_panel .down {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
}

.top_line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}

.top_line a.logo {
    width: 152px;
    height: auto; display: block; padding-top: 10px;
}

.top_line a.logo img {
    max-width: 100%;
    height: auto;
}

.ticket {
    width: 150px;
    position: absolute;
    right: 0px;
    top: 0px;
}

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

.header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    max-width: 1160px;
    z-index: 20;
    padding: 0 15px;
    box-sizing: border-box;
}

.rel {
    position: relative;
}

.top_banner_image {
    height: 620px;
    position: relative;
}

.ob_image {
    position: relative;
    overflow: hidden;
}

.ob_image img {
    position: absolute;
    object-fit: cover;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.top_banner {
    position: relative;
}

.el {
    bottom: -1px;
    left: 0px;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: auto;
}

.top_banner_info {
    position: relative;
    z-index: 2;
    left: 0px;
    bottom: 50px;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.top_banner_info.in_main_page {padding-top: 200px}

.top_banner_holder {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-top: 378px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.top_banner_info h1 {
    font-size: 56px;
    line-height: 1.05;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.tp_top {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding-right: 16px;
    padding-left: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: #019C54;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.tp_tick {
    display: inline-flex;
    align-items: center;
    background: #00B662;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 58px;
    margin-bottom: 50px;
    min-height: 78px;
    padding: 0px 24px;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    flex-wrap: wrap;
}

.show_in_mobile {display: none}


.breadcrumbs {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 16px;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #fff;
}

.klyaksa {
    background-image: url(images/klyaksa.svg);
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 129px 0;
    position: relative;
    margin-top: -3px;
}

.klyaksa_news {
    background-image: url(images/kl_news.png);
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 129px 0 0 0;
    position: relative;
}

.klyaksa .my_container {
    position: relative;
    z-index: 2;
}

h2 span {
    background: var(--green);
    color: #fff;
    padding: 3px 5px;
    display: inline-block;
}

.center {
    text-align: center;
}

.laps {
    position: relative;
    text-align: center;
    max-width: 772px;
    margin: 0px auto;
}

.lp_left {
    position: absolute;
    bottom: -30px;
    left: 0px;
    width: 40px;
    height: auto;
}

.lp_right {
    position: absolute;
    bottom: -30px;
    right: 0px;
    width: 40px;
    height: auto;
}

.title_wrapper {
    max-width: 772px;
    text-align: center;
    position: relative;
    margin: 0px auto;
}

.middle_qoutes.title_wrapper .lp_left,
.middle_qoutes.title_wrapper .lp_right {
    bottom: 30px;
}

.sm_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px -12px;
    flex-wrap: wrap;
}

.sm_link {
    position: relative;
    display: block;
    width: 116px;
    height: 152px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0px 12px;
}

.sm_link .menu_m_i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 116px;
    height: 116px;
    z-index: 2;
}

.sm_link .menu_back {
    position: absolute;
    left: auto;
    top: 20px;
    right: -20px;
    width: 100px;
    height: 100px;
    z-index: 1;
    display: none;
}

.sm_text {
    max-width: 437px;
    color: #898989;
    margin: 48px auto 34px auto;
    font-size: 20px;
    line-height: 1.6;
}

.belka {
    width: 507px;
    height: 412px;
    top: 104px;
    background: url(images/belka.svg);
    position: absolute;
    left: 50%;
    margin-left: -253px;
}

.wavesection {
    position: relative;
    min-height: 200px;
    display: block;
    background: #F5F6FC;
    height: auto;
}

.wavesection:after {
    display: block;
    height: 24px;
    background-image: url(images/v_t.svg);
    background-size: cover;
    width: 100%;
    top: 0px;
    left: 0px;
    content: '';
    position: absolute;
}

.wavesection:before {
    display: block;
    height: 24px;
    background-image: url(images/v_d.svg);
    background-size: cover;
    width: 100%;
    bottom: -0px;
    left: 0px;
    content: '';
    position: absolute;
}

.title_flex {
    display: flex;
    flex-wrap: wrap;
}

.title_flex .s_more {
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
}

.title_flex .s_more .blueball {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    min-width: 32px;
    background: #0087FA;
    margin-left: 16px;
}

.wavesection .title_flex {
    padding: 56px 0 24px 0;
}

.slider_item {
    max-width: 228px;
    padding-bottom: 20px;
}

.slider_image {
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.slider_image .anonce {
    display: flex;
    color: #fff;
    background: #0087FA;
    border-radius: 8px;
    padding: 0px 8px;
    align-items: center;
    position: absolute;
    left: 16px;
    top: 16px;
}

.item_date {
    padding: 16px 0px;
    font-size: 12px;
    color: #9099AF;
}

a.item_title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    display: block;
}

.item_desc {
    color: #6E788F;
    font-size: 16px;
    line-height: 1.6;
}

.ani_slider {
    position: relative;
    padding-right: 250px;
    padding-bottom: 50px;
}

.animal {
    background-image: url(images/animal.webp);
    background-size: 100% auto;
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    right: -100px;
    top: 0px;
    width: 343px;
    height: 343px;
}

.my_slider .owl-dots {
    height: 2px;
    background: #E3E6F6;
    margin-left: 100px;
    display: flex;
    align-items: center;
    margin-top: -16px;
}

.my_slider .owl-dots button {
    height: 2px;
    width: 25%;
    background: #E3E6F6;
    border: transparent;
}

.my_slider .owl-dots button.active,
.my_slider .owl-dots button.colored {
    background: #1A2B53;
}

.my_slider.owl-carousel .owl-nav button.owl-next,
.my_slider.owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #1A2B53;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.l_news_mobile {
    display: none;
}

.l_news_desc {
    width: 85px;
    margin-bottom: -10px;
    margin-left: 20px;
}

.pop {
    width: 85px;
    margin-bottom: -10px;
    margin-left: 20px;
}

.f_popular .title_flex .s_more .blueball {
    background: #FF3600;
}

.front {
    padding: 80px 0;
}

.front .title_flex {
    margin-bottom: 24px;
}

.boat_slider {
    position: relative;
    padding-left: 250px;
    padding-bottom: 50px;
}

.boat {
    background-image: url(images/boat.webp);
    background-size: 100% auto;
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    left: -100px;
    top: 0px;
    width: 343px;
    height: 343px;
}

.bar_block {
    height: 320px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 16px;
}

.bar_block .anonce_wrapper {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    display: flex;
    align-items: center;
}

.bar_block .item_title {
    color: #fff;
    position: relative;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 16px;
    backdrop-filter: blur(6px);
}

.an_lin {
    background: #FF1919;
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 0px 20px;
    margin-right: 10px;
    height: 28px;
}

.an_lin img {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    margin-right: 4px;
    position: relative !important;
}

.an_ball {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 32px;
    height: 28px;
    background: #00B662;
}

.an_ball img {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    position: relative !important;
}

.make-white {
    filter: brightness(0) invert(1);
}

.food .title_flex .s_more .blueball {
    background: #F8C600;
}

.homa {
    background-image: url(images/homa.webp);
    background-size: 100% auto;
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    right: -80px;
    top: 0px;
    width: 313px;
    height: 343px;
}

.oval_gallery {
    padding-top: 26px;
    display: flex;
    min-width: 1250px;
}

.oval_item {
    border-radius: 100px;
    height: 140px;
    margin: 8px;
    width: 251px;
}

.oval_item.str {
    width: 140px;
}

.oval_gallery_wrapper {
    overflow: hidden;
}

.sl_item {
    height: 320px;
    width: 470px;
    border-radius: 16px;
}

.prikluchenia_wrapper {
    padding: 90px 0;
}

.attrs {
    padding: 80px 0;
    display: block;
}

.gal_slider .owl-stage-outer {
    border-radius: 16px;
}

.gal_slider .owl-nav {
    margin-left: -500px;
}

.my_slider.gal_slider .owl-dots {
    height: 2px;
    background: #E3E6F6;
    margin-left: 0px;
    display: flex;
    align-items: center;
    margin-top: -16px;
}

.anik_slider {
    position: relative;
}

.anik_slider .pink_kl {
    width: 300px;
    height: 300px;
    position: absolute;
    top: -70px;
    left: -70px;
}

.pr_desc {
    max-width: 375px;
    margin-bottom: 40px;
}

.my_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
}

.my_col {
    padding: 8px;
}

.col_50 {
    width: 50%;
    min-width: 50%;
    flex: 0 0 50%;
}

.col_33 {
    width: 33.33%;
    min-width: 33.33%;
    flex: 0 0 33.333333%;
}

.col_20 {
    width: 20%;
    min-width: 20%;
    flex: 0 0 20%;
}

.col_66 {
    width: 66.66%;
    min-width: 66.66%;
    flex: 0 0 66.66%;
}

.col_25 {
    width: 25%;
    min-width: 25%;
    flex: 0 0 25%;
}

.col_75 {
    width: 75%;
    min-width: 75%;
    flex: 0 0 75%;
}

.col_40 {
    width: 40%;
    min-width: 40%;
    flex: 0 0 40%;
}

.col_60 {
    width: 60%;
    min-width: 60%;
    flex: 0 0 60%;
}

.att_stat_block {
    display: flex;
    background: #F5F6FC;
    align-items: center;
    border-radius: 8px;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    height: 72px;
}

.att_stat_block b {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: block;
    white-space: nowrap;
    margin-bottom: 5px;
}

.att_stat_block img {
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
}

.att_stat {
    margin-bottom: 80px;
}

.att_info_block {
    font-size: 18px;
    line-height: 1.8;
    color: #2A3A5A;
    margin-bottom: 32px;
}

.att_info {
    margin-bottom: 80px;
}

.att_info_block h3 {
    color: #07173C;
}

.grey_block {
    border-radius: 10px;
    padding: 24px;
    background: #F5F6FC;
    height: 100%;
}

.grey_block .gb_title {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.grey_block .gb_title img {
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
}

.dotted_ul ul {
    display: block;
    padding: 0px;
    margin: 0px;
}

.dotted_ul ul li {
    display: block;
    color: #4A5565;
    position: relative;
    padding: 0px 0px 10px 15px;
}

.dotted_ul ul li:after {
    width: 6px;
    height: 6px;
    background: #C00415;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0px;
    content: '';
}

.gall_block {
    display: block;
    height: 332px;
    border-radius: 16px;
}

.ping {
    background-image: url(images/ping.webp);
    background-size: 100% auto;
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    right: -80px;
    top: 0px;
    width: 313px;
    height: 343px;
}

.joy .title_flex .s_more .blueball {
    background: #00B662;
}

.fox {
    background-image: url(images/fox.webp);
    background-size: auto 100%;
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    left: -100px;
    top: 0px;
    width: 343px;
    height: 343px;
}

.food_stat {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}

.food_stat span {
    font-size: 24px;
    color: #C00415;
}

.food_stat img {
    display: block;
    margin: 0px auto;
    width: 64px;
    height: 64px;
}

.food_block {
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.food_block .yellow {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: auto;
    z-index: 2;
}

.food_block .s_more {
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 3;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 0px 20px;
    font-weight: 900;
}

.food_block .s_more .blueball {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    min-width: 32px;
    background: #F8C600;
    margin-left: auto;
}

.food_image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.food_image img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.food {
    padding: 26px 0 80px 0;
}

.newssection {
    padding: 80px 0;
}

.klyaksa.simple.srty {
    padding: 80px 0 50px 0;
}

.term_line {
    display: flex;
    padding: 16px 0;
}

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

.term_line a {
    border: 1px solid #1A2B53;
    justify-content: center;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1A2B53;
    font-weight: 700;
    margin-right: 8px;
    padding: 0px 12px;
    border-radius: 10px;
}

.term_line a:hover,
.term_line a.active {
    color: #fff;
    background: #1A2B53;
}

.term_line label span {
    border: 1px solid #1A2B53;
    justify-content: center;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1A2B53;
    font-weight: 700;
    margin-right: 8px;
    padding: 0px 12px;
    border-radius: 10px;
}

.term_line label input:checked~span {
    background: #1A2B53;
    color: #fff;
}

.term_line label {
    position: relative;
}

.term_line label input[type="checkbox"],
.term_line label input[type="radio"] {
    position: absolute;
    left: 0px;
    opacity: 0;
}

.term_line .fbnews label span {
    border: 1px solid #c00415;
    color: #c00415;
}

.term_line .fbnews label input:checked~span {
    background: #c00415;
    color: #fff;
}

.dish_block {
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.dish_image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dish_price {
    background: #FF1919;
    height: 28px;
    padding: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 8px;
    right: 16px;
    top: 16px;
    position: absolute;
    z-index: 2;
}

.dish_title {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-shadow: 1px 1px 4px #00000036;
    padding: 16px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.54) 47%, rgba(0, 0, 0, 0.41) 100%);
}

.food_wrapper {
    padding-bottom: 180px;
}

.food_wrapper.in_foods_wrap {
    padding-bottom: 20px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.pagination li {
    display: block;
}

.pagination li a {
    color: #1A2B53;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    margin: 4px;
}

.pagination li.currentpage a {
    background: #1A2B53;
    color: #fff;
}

.pagination li.next a,
.pagination li.prev a {
    width: auto;
    white-space: nowrap;
}

.search_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.search_wrap select {
    margin-left: auto;
    height: 36px;
    border-radius: 8px;
    font-size: 12px;
    color: #99A1AF;
    padding: 0px 12px;
}

.f_search {
    background: #F5F6FC;
    align-items: center;
    border-radius: 8px;
    display: flex;
    min-width: 478px;
    width: 476px;
    height: 36px;
}

.f_search img {
    width: 16px;
    height: 16px;
    margin: 0px 10px;
}

.f_search input {
    display: block;
    padding: 0px;
    margin: 0px;
    border: transparent;
    background: transparent;
    outline: none;
    width: 100%;
}

.filter_col_block {
    border-bottom: 1px solid #E3E6F6;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.filter_header {
    position: relative;
    height: 20px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    cursor: pointer;
}

.filter_header img {
    width: 16px;
    min-width: 16px;
    margin-right: 8px;
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.filter_header button {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    border: transparent;
    background: transparent;
}

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

.in_holder input {
    border: transparent;
    background: transparent;
    color: #6E788F;
    padding: 0px;
    text-align: right;
    margin-right: 5px;
}

.in_holder input#min_price {
    margin-left: -30px;
}

.range_wrapper {
    margin-bottom: 16px;
    padding: 10px 20px 0 20px;
}

#max_price {
    margin-left: auto;
}

.in_holder input[type="number"]::-webkit-outer-spin-button,
.in_holder input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.in_holder input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.in_holders {
    display: flex;
}

.in_holders .in_r {
    margin-left: auto;
}

.in_holders input {
    margin: 0px 3px;
}

.in_holders input[type="number"]::-webkit-outer-spin-button,
.in_holders input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.in_holders input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.term_color_10 {
    color: #00B662;
}

.term_color_11 {
    color: #0087FA;
}

.term_color_12 {
    color: #FF1919;
}

.term_label {
    border: 1px solid #E3E6F6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0px 12px;
    overflow: hidden;
    height: 48px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

.term_label span {
    height: 16px;
    width: 16px;
    min-width: 16px;
    border: 1px solid #E3E6F6;
    position: relative;
    margin-right: 8px;
}

.term_label img {
    margin: 0px 8px 0px 0;
}

.term_label input {
    position: absolute;
    opacity: 0px;
    width: 0px;
}

.term_label input:checked~span:after {
    content: '✓';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4c4d4e;
}

.filter_body {
    overflow: hidden;
    opacity: 0;
    height: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.filter_col_block.active .filter_body {
    height: auto;
    opacity: 1;
}

.filter_col_block.active .filter_header img {
    transform: rotate(0deg);
}

.sfilters {
    border: transparent;
    background: transparent;
    width: 100%;
}

.wavesection_white {
    padding: 80px 0;
}

.news_banner {
    height: 373px;
    border-radius: 16px;
    margin-bottom: 32px;
}

.klyaksa_news .breadcrumbs a,
.klyaksa_news .breadcrumbs span {
    color: #1A2B53;
}

.news_label {
    border-radius: 8px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    background: #f9f9f9;
    padding: 0px 10px;
}

.news_label.class_14 {
    background: #0087FA;
}

.news_flex {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.news_s_date {
    margin-left: auto;
    font-size: 12px;
    line-height: 16px;
    color: #9099AF;
}

.news_article {
    font-size: 18px;
    line-height: 1.8;
    color: #2A3A5A;
    padding-top: 20px;
    margin-bottom: 40px;
}

.news_article ul,
.news_article ol {
    margin-left: 20px;
}

article img {
    max-width: 100%;
    height: auto;
}

.term_line.nns {
    display: flex;
    padding: 16px 0;
}

.term_line.nns a {
    border: 1px solid #C00415;
    color: #C00415;
    font-weight: 700;
    margin-right: 8px;
    padding: 0px 12px;
}

.term_line.nns a:hover,
.term_line a.active {
    color: #fff;
    background: #C00415;
}

.term_line .search_wrap {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.term_line .search_wrap .f_search {
    background: #F5F6FC;
    align-items: center;
    border-radius: 8px;
    display: flex;
    min-width: 233px;
    width: 233px;
    height: 36px;
    margin-bottom: 0px;
    margin-right: 20px;
}

.food_wrapper.mso {
    padding-bottom: 20px;
}

.contact_line {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
}

.contact_line img {
    width: 36px;
    min-width: 36px;
    height: auto;
    margin-right: 6px;
    margin-bottom: 3px;
}

.contact_links {
    padding: 20px 0 30px 0;
}

.my_map {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
}

.c_alert {
    position: relative;
    padding: 0px 0px 0px 33px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.c_alert img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
}

.c_info {
    margin-bottom: 30px;
}

.visit h1 {
    font-family: 'Maler', sans-serif;
    margin-bottom: 16px;
    color: #091639;
}

.text_art article {
    color: #6E788F;
    font-size: 18px;
    line-height: 1.8;
}

.text_art {
    margin-bottom: 80px;
}

.plan {
    position: relative;
    padding: 129px 0;
}

.plan .my_container {
    position: relative;
    z-index: 2;
}

.text_art.visit.nobpad {
    margin-bottom: 20px;
}

.about_flex {
    display: flex;
}

.about_flex article {
    width: 572px;
    min-width: 572px;
}

.about_flex .cc_fox {
    width: 400px;
    min-width: 400px;
    height: 400px;
    margin-left: auto;
}

.vak_head {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 24px;
    position: relative;
    height: 100%;
    overflow: hidden;
    min-height: 308px;
}

.vak_price {
    font-weight: 900;
}

.vak_head img {
    position: absolute;
    width: 220px;
    height: auto;
    right: 0px;
    bottom: 0px;
}

.vak_title {
    font-size: 36px;
    line-height: 44px;
    color: #091639;
    margin-bottom: 16px;
}

.vak_short {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.vak_info {
    background: #F5F6FC;
    font-size: 14px;
    line-height: 20px;
    color: #4A5565;
    height: 100%;
    padding: 24px;
    border-radius: 16px;
}

.vak_info_in {
    max-width: 450px;
}

.redbutton {
    background: #ca060f;
    border: transparent;
    height: 54px;
    display: inline-flex;
    position: relative;
    color: #fff;
    align-items: center;
    padding: 0 28px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    justify-content: center;
}

.redbutton:after {
    background-image: url(button/but_left.png);
    background-size: auto 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    height: 100%;
    width: 5px;
    background-repeat: no-repeat;
    background-color: #fefefe;
    filter: brightness(90%);
}

.redbutton:before {
    background-image: url(button/but_right.png);
    background-size: auto 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    height: 100%;
    width: 5px;
    background-repeat: no-repeat;
    background-color: #fefefe;
    filter: brightness(90%);
}

.redbutton:hover {
    color: #ddd;
}

.want_title {
    font-size: 36px;
    line-height: 44px;
    color: #091639;
    margin-bottom: 10px;
}

.want_desc {
    font-size: 20px;
    line-height: 24px;
    color: #091639;
    font-weight: 900;
}

.want {
    position: relative;
    padding-bottom: 100px;
}

.want_footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    line-height: 20px;
}

.want_footer a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    display: block;
    color: #091639;
}

.vak_form button {
    width: 100%;
}

.vak_form label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.vak_form label b {
    display: block;
    color: #313131;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.vak_form input[type='text'],
.vak_form input[type='email'] {
    min-height: 42px;
    border-radius: 8px;
    border: 1px solid #1A2B53;
    background: transparent;
    display: block;
    width: 100%;
    padding: 0px 10px;
}

.vak_form label.f_check {
    position: relative;
    padding: 0px 0px 20px 20px;
}

.vak_form label.f_check input {
    position: absolute;
    left: 0px;
    top: 4px;
}

#drop-zone {
    overflow: hidden;
    padding: 40px 20px 20px 20px;
    position: relative;
    min-height: 88px;
    height: auto;
    background-image: url(images/download.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    border-radius: 8px;
    border: 1px dashed #ccc;
}

#drop-zone input {
    position: absolute;
    opacity: 0;
}

.drop_text {
    text-align: center;
    color: #6E788F;
    font-size: 12px;
    margin-bottom: 20px;
}

.vak_form_wrapper {
    padding: 60px 0;
}

.wtr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/wtr.svg);
    background-position: center right;
    background-size: 16px 10px;
    background-repeat: no-repeat;
    width: 28px;
    min-width: 28px;
    height: 48px;
    margin-left: 20px;
}

.wtr.bbr {
    border-left: 1px dotted #fff;
}

.f_copy {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    color: #395084;
    font-size: 12px;
}

.f_copy_in {
    display: flex;
}

.f_copy_in span {
    margin-left: auto;
}

.f_copy a {
    color: #395084;
}

.pag_text.inactive {
    opacity: 0;
}

.mob_menu {
    display: none;
}

.in_holders input {
    min-width: 40px;
}

.footer .col_33 {
    width: 25%;
    min-width: 25%;
    flex: 0 0 25%;
}

.food .owl-stage-outer {
    margin-bottom: 20px;
}

.my_row.mobile {
    display: none;
}

.news_label.class_1 {
    background: #0087FA;
}

#float_search {
    width: 500px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}

#float_search .f_search {
    width: 100%;
    min-width: 100%;
    height: 48px;
    margin-bottom: 20px;
}

#float_search h2 {
    font-size: 24px;
    text-align: center;
}

#float_search .redbutton {
    width: 100%;
}

.joy .owl-carousel .owl-stage-outer {
    margin-bottom: 20px;
}

.grey_block.for_att.dotted_ul ul strong {
    font-weight: 400;
}

.grey_block.for_att.dotted_ul ul li:after {
    top: 7px;
    left: 0px;
}

.my_alert {
    display: inline-block;
    margin: 50px auto 0 auto;
    background: #00b662;
    padding: 10px 20px;
    text-align: center;
    font-size: 30px;
    line-height: 130%;
    color: #fff;
}

.marquee .oval_gallery {
    padding-top: 0px;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.marquee-content {
    display: inline-block;
    animation: scroll 30s linear infinite;
    width: 3000px;
}

.marquee-content1 {
    display: inline-block;
    animation: scroll1 30s linear infinite;
    width: 3000px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll1 {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

.marquee:hover .marquee-content,
.marquee:hover .marquee-content1 {
    animation-play-state: paused;
}

.mobile_header {
    display: none;
}

.progrees_bar {
    height: 2px;
    background: #E3E6F6;
    position: absolute;
    width: 100px;
    top: -10px;
    left: 0px;
}

.progress_carret {
    position: absolute;
    height: 2px;
    left: 0px;
    background: #1a2b53;
}

li.new_style {
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: 2px;
}

.search_article .f_page a {
    text-decoration: underline;
}

.f_link {
    display: block;
    width: 116px;
    height: 152px;
    margin: 0px 24px;
    cursor: pointer;
}

.f_images {
    width: 114px;
    min-width: 114px;
    height: 114px;
    position: relative;
    border-radius: 50%;
    margin-bottom: 16px;
}

.f_images img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 114px;
    height: 114px;
    border-radius: 50%;
}

.f_image {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.f_link:hover .f_image {
    opacity: 0;
}

.onlimobile {
    display: none;
}

.breadcrumbs {
    display: inline-block !important;
    background: rgba(0, 0, 0, 0.6) !important;
    padding: 6px 18px !important;
    border-radius: 30px !important;
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #fff !important;
}

.top_banner_info h1,
.entry-title {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 1.4rem !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    line-height: 1.2 !important;
}

.tp_tick {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 0 24px !important;
    font-size: inherit;
}

.tp_tick *,
.top_banner_info h1 *,
.entry-title * {
    white-space: nowrap !important;
}

.f_title {
    text-align: center;
    font-family: 'Maler', sans-serif;
}

.attraction-title .closed-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(231, 76, 60, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(231, 76, 60, 0.4);
    color: #e74c3c;
    padding: 6px 16px 6px 12px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 767px) {
    body {
        font-size: 17px !important;
        line-height: 1.8 !important;
    }

    .h1, h1 {
        font-size: 34px !important;
        line-height: 1.15 !important;
    }

    .h2, h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    .h3, h3 {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }

    .h4, h4 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    p {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }

    .top_banner_info h1 {
        font-size: 36px !important;
        line-height: 1.1 !important;
    }

    .tp_tick {
        font-size: 28px !important;
        line-height: 1.3 !important;
        padding: 12px 20px !important;
    }

    .tp_top {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }

    .sm_text {
        font-size: 17px !important;
        line-height: 1.6 !important;
    }

    .sm_link {
        font-size: 14px !important;
    }

    .item_title {
        font-size: 16px !important;
    }

    .item_desc {
        font-size: 14px !important;
    }

    .redbutton {
        font-size: 16px !important;
        height: 48px !important;
        padding: 0 20px !important;
    }

    .header {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px !important;
        position: fixed !important;
        display: none !important;
    }

    .mobile_header {
        display: block !important;
        position: fixed !important;
        z-index: 10 !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }

    #all_wrapper {
        padding: 0 10px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .my_container {
        padding: 0 10px !important;
    }

    .top_banner_info {
        max-width: 100% !important;
        padding: 0 10px !important;
        bottom: 20px !important;
        position: relative !important;
    }

    .top_banner_holder {
        padding-top: 250px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .top_banner_image {
        height: 455px !important;
    }

    .my_col.col_20,
    .my_col.col_25,
    .my_col.col_33,
    .my_col.col_50,
    .my_col.col_66,
    .my_col.col_75,
    .my_col.col_40,
    .my_col.col_60,
    .footer .col_33 {
        width: 100% !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
    }

    .sm_link {
        width: 80px !important;
        height: 110px !important;
        font-size: 12px !important;
        margin: 0 6px 16px 6px !important;
    }

    .sm_link .menu_m_i {
        width: 80px !important;
        height: 80px !important;
    }

    .sm_menu {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .breadcrumbs {
        display: inline-block !important;
        font-size: 11px !important;
        padding: 4px 12px !important;
    }

    .side_panel {
        display: none !important;
    }

    .ticket {
        display: none !important;
    }

    .top_line {
        display: block !important;
        padding: 10px 110px 10px 10px !important;
    }

    .klyaksa {
        padding: 100px 0 40px 0 !important;
        background-image: url(images/kl_mobile.webp) !important;
        background-size: 100% auto !important;
    }

    .klyaksa.simple.srty {
        padding: 80px 0 20px 0 !important;
    }

    .wavesection .title_flex {
        padding: 50px 0 10px 0 !important;
    }

    .animal,
    .homa,
    .ping,
    .fox {
        display: none !important;
    }

    .ani_slider {
        padding-right: 0 !important;
        padding-bottom: 30px !important;
    }

    .boat_slider {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }

    .boat {
        left: -20px !important;
        bottom: -20px !important;
        top: auto !important;
        width: 150px !important;
        height: 150px !important;
    }

    .title_flex .s_more {
        display: none !important;
    }

    .front {
        padding: 40px 0 0 0 !important;
    }

    .attrs {
        padding: 60px 0 0 0 !important;
    }

    .prikluchenia_wrapper {
        padding: 60px 0 !important;
    }

    .food {
        padding: 26px 0 30px 0 !important;
    }

    .newssection {
        padding: 60px 0 30px 0 !important;
    }

    .wavesection_white {
        padding: 30px 0 !important;
    }

    .food_block {
        height: 200px !important;
        margin-bottom: 30px !important;
    }

    .food_block .s_more {
        bottom: 8px !important;
        padding: 0 8px !important;
    }

    .food_block .s_more .blueball {
        display: none !important;
    }

    .bar_block {
        height: 200px !important;
        padding: 16px 7px !important;
    }

    .for_attr.bar_block {
        height: 270px !important;
    }

    .bar_block .item_title {
        padding: 8px !important;
    }

    a.item_title {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    .item_desc {
        font-size: 12px !important;
    }

    .item_date {
        padding: 8px 0 !important;
        font-size: 12px !important;
    }

    .oval_gallery {
        padding-top: 16px !important;
        flex-wrap: wrap !important;
        min-width: auto !important;
    }

    .oval_item {
        height: 80px !important;
        width: 143px !important;
    }

    .oval_item.str {
        width: 80px !important;
    }

    .search_wrap {
        flex-direction: column-reverse !important;
        margin-bottom: 20px !important;
    }

    .search_wrap select {
        width: 80% !important;
        min-width: 80% !important;
        margin-bottom: 10px !important;
        margin-left: 0 !important;
    }

    .f_search {
        width: 100% !important;
        min-width: 100% !important;
        position: relative !important;
    }

    .att_stat .col_20 {
        width: 50% !important;
        min-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .att_stat_block {
        height: 100px !important;
        display: block !important;
        padding: 16px !important;
        font-size: 12px !important;
    }

    .att_stat_block img {
        margin-bottom: 8px !important;
    }

    .att_stat_block b {
        margin-bottom: 0 !important;
        font-size: 12px !important;
        color: #4A5565 !important;
    }

    .att_stat {
        margin-bottom: 54px !important;
    }

    .l_news_desk {
        display: none !important;
    }

    .l_news_mobile {
        display: block !important;
        position: absolute !important;
        right: 5px !important;
        top: 5px !important;
    }

    .pop {
        width: 75px !important;
        margin-bottom: 0 !important;
        position: absolute !important;
        right: -10px !important;
        top: -10px !important;
        margin-left: 0 !important;
    }

    .front .title_flex {
        position: relative !important;
    }

    .footer_waves {
        width: 800px !important;
        top: -15px !important;
    }

    .footer {
        padding-bottom: 30px !important;
        background-size: 800px auto !important;
        padding-top: 20px !important;
    }

    .footer .col_33 {
        width: 50% !important;
        min-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .footer .col_33.cpl100 {
        width: 100% !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .footer_block h3 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 20px !important;
    }

    .footer_menu_vert li a {
        font-size: 14px !important;
        line-height: 16px !important;
        font-weight: 500 !important;
    }

    .footer_menu_vert li {
        margin-bottom: 4px !important;
    }

    .footer_menu_vert.fdm {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .footer_menu_vert.fdm li {
        width: 50% !important;
        min-width: 50% !important;
    }

    .fdm li:nth-child(even) {
        padding-left: 10px !important;
    }

    .f_copy {
        position: relative !important;
    }

    .f_copy_in {
        display: block !important;
        font-size: 12px !important;
        padding-top: 10px !important;
    }

    .f_copy_in span {
        margin-left: 0 !important;
        display: block !important;
    }

    .mob_menu {
        display: block !important;
        position: fixed !important;
        z-index: 20 !important;
        top: 0 !important;
        height: 100% !important;
        width: 100% !important;
        background-color: #fff !important;
        padding: 10px !important;
        margin-left: -120% !important;
        -webkit-transition: all 0.3s !important;
        transition: all 0.3s !important;
        background-size: 800px auto !important;
        background-position: left bottom !important;
        background-repeat: no-repeat !important;
        background-image: url(/wp-content/themes/divo/images/footer_back.webp) !important;
    }

    .mob_menu.active {
        margin-left: 0 !important;
    }

    .footer_menu_out {
        padding: 0 !important;
        margin: 0 !important;
    }

    .m_menus {
        padding: 20px !important;
    }

    .footer_menu_out li {
        font-weight: 700 !important;
        font-size: 14px !important;
        display: block !important;
    }

    .gal_slider .owl-nav {
        margin-left: 0 !important;
    }

    .sl_item {
        height: 300px !important;
        width: 100% !important;
    }

    .gal_slider .owl-stage-outer {
        margin-bottom: 20px !important;
    }

    .my_slider.gal_slider .owl-dots {
        margin-left: 100px !important;
    }

    .anik_slider .pink_kl {
        width: 180px !important;
        height: 180px !important;
        top: -110px !important;
        left: auto !important;
        right: -60px !important;
    }

    .pr_desc {
        margin-bottom: 20px !important;
    }

    .b_wrap {
        margin-bottom: 30px !important;
    }

    .b_wrap .redbutton {
        width: 100% !important;
        justify-content: flex-start !important;
    }

    .b_wrap .redbutton span {
        margin-left: auto !important;
    }

    .an_lin {
        white-space: nowrap !important;
        padding: 0 6px !important;
    }

    .for_ya {
        display: flex !important;
        justify-content: flex-end !important;
        margin-left: auto !important;
    }

    .my_row.mobile {
        display: flex !important;
    }

    .title_flex {
        position: relative !important;
    }

    .middle_qoutes h2 span {
        display: inline !important;
    }

    .attrs .lp_left,
    .attrs .lp_right {
        display: none !important;
    }

    .mess {
        display: block !important;
    }

    .title_wrapper h2 span {
        display: inline-block !important;
        text-align: center !important;
    }

    .redbutton:before,
    .redbutton:after {
        background-color: #ca060f !important;
    }

    .gall_block {
        height: 270px !important;
    }

    .wavesection.food .col_25 {
        width: 50% !important;
        min-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .food_wrapper .col_25 {
        width: 50% !important;
        min-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .dish_block {
        height: 200px !important;
    }

    .dish_title {
        font-size: 14px !important;
    }

    .food_wrapper {
        padding-bottom: 40px !important;
    }

    .vak_block .col_40,
    .vak_block .col_60 {
        width: 100% !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .vak_title {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    .vak_head {
        min-height: 248px !important;
    }

    .vak_info {
        margin-top: -10px !important;
        padding: 16px !important;
    }

    .vak_block {
        padding: 0 !important;
    }

    .vak_form_wrapper .col_40,
    .vak_form_wrapper .col_60 {
        width: 100% !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .vak_form_wrapper {
        padding: 60px 0 !important;
    }

    .want_title {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .want {
        padding-bottom: 20px !important;
    }

    .want_footer {
        padding: 20px 10px !important;
        position: relative !important;
        bottom: auto !important;
    }

    .myorder .col_50 {
        width: 100% !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .inirow .my_col {
        padding: 0 10px !important;
    }

    .contacs .col_33,
    .contacs .col_66,
    .contacs .col_50 {
        width: 100% !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .contact_line {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .contact_line img {
        width: 24px !important;
        min-width: 24px !important;
    }

    .c_info {
        margin-bottom: 10px !important;
    }

    .my_map {
        margin-bottom: 16px !important;
    }

    .c_alert {
        padding: 0 !important;
    }

    .c_alert img {
        position: relative !important;
        display: block !important;
        margin-bottom: 8px !important;
    }

    .in_holders input {
        min-width: 60px !important;
    }

    .about_flex article {
        width: 100% !important;
        min-width: 100% !important;
    }

    .about_flex .cc_fox {
        width: 100% !important;
        min-width: 100% !important;
        height: 300px !important;
        margin-left: 0 !important;
    }

    .with_klaksa {
        background-image: url(/wp-content/themes/divo/images/kl_mobile.webp) !important;
        background-size: 100% auto !important;
        padding: 124px 0 20px 0 !important;
    }

    .in_blue.redbutton:before,
    .in_blue.redbutton:after {
        background-color: #1a2c53 !important;
    }

    .term_line_wrapper {
        overflow-x: auto !important;
        max-width: 100% !important;
    }

    .in_all_news .term_line.nns {
        flex-wrap: wrap !important;
        flex-direction: column-reverse !important;
    }

    .in_all_news .term_line .search_wrap {
        width: 100% !important;
        min-width: 100% !important;
        flex-direction: column-reverse !important;
    }

    .in_all_news .term_line .search_wrap .f_search {
        width: 100% !important;
        min-width: 100% !important;
        margin-right: 0 !important;
    }

    .in_all_news .term_line .search_wrap select {
        width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .term_line.nns a {
        width: 50% !important;
        min-width: 50% !important;
    }

    .term_lines {
        padding-right: 10px !important;
    }

    .pag_text.mobile {
        display: flex !important;
        width: 100% !important;
        padding-top: 10px !important;
        justify-content: center !important;
    }

    .news_article .col_25 {
        width: 100% !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .news_article .slider_item {
        max-width: 100% !important;
    }

    .f_page {
        padding: 0 !important;
        margin-bottom: 5px !important;
        font-size: 14px !important;
    }

    .f_page h4 {
        font-size: 14px !important;
    }

    .search_article {
        max-width: 300px !important;
        margin: 0 auto !important;
    }

    .rules .col_50 {
        width: 100% !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .slider_item {
        max-width: 100% !important;
    }

    .s_l_wr {
        width: 33.3% !important;
        min-width: 33.3% !important;
        flex: 0 0 33.3% !important;
        text-align: center !important;
    }

    .sm_link {
        margin: 0 auto !important;
    }

    .belka {
        top: 220px !important;
    }

    .boat_slider .my_slider .owl-dots {
        margin-bottom: 30px !important;
    }

    .food .l_news_mobile {
        display: none !important;
    }

    .food .mobile.my_row {
        display: flex !important;
        justify-content: center !important;
    }

    .ppd .lp_left {
        bottom: -310px !important;
    }

    .ppd .lp_right {
        bottom: -310px !important;
        left: auto !important;
    }

    .with_breads .breadcrumbs {
        display: block !important;
    }

    .breadcrumbs__separator {
        margin: 0 5px !important;
    }

    .breadcrumbs span.breadcrumbs__current {
        font-weight: 700 !important;
    }

    .visit h1 {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    .joy .l_news_desk {
        display: block !important;
        position: absolute !important;
        right: -10px !important;
        top: 50px !important;
        width: 70px !important;
    }

    .joy .my_slider.owl-carousel .owl-stage-outer {
        margin-bottom: 16px !important;
    }

    .joy .ani_slider {
        padding-bottom: 70px !important;
    }

    .newssection .title_flex {
        padding-bottom: 30px !important;
    }

    .in_news .l_news_mobile {
        right: 0 !important;
        top: -40px !important;
    }

    .in_news.pre_news .l_news_mobile {
        right: 0 !important;
        top: 15px !important;
    }

    .open_filter {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        border: transparent !important;
        background: transparent !important;
    }

    #float_filter {
        position: absolute !important;
        height: 0 !important;
        overflow: hidden !important;
        -webkit-transition: all 0.3s !important;
        transition: all 0.3s !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 10 !important;
        background: #fff !important;
        padding: 0 10px !important;
        border-radius: 10px !important;
        opacity: 0 !important;
    }

    #float_filter.active {
        height: auto !important;
        padding: 10px !important;
        border: 1px solid #07173c !important;
        opacity: 1 !important;
    }

    .myattrs {
        position: relative !important;
    }

    .attr_pag {
        display: none !important;
    }

    #load_attrs .slider_item {
        padding-bottom: 0 !important;
    }

    .ya {
        width: 138px !important;
        height: 42px !important;
        margin-left: auto !important;
    }

    .ffl {
        display: flex !important;
    }

    .top_line_rigth {
        width: 110px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        position: absolute !important;
        right: 10px !important;
        top: 10px !important;
    }

    .top_line_rigth button img,
    .top_line_rigth a img {
        width: 48px !important;
        height: 48px !important;
        display: block !important;
    }

    .top_line_rigth button {
        border: transparent !important;
        background: transparent !important;
        margin-left: 12px !important;
    }

    .breadcrumbs {
        display: inline-block !important;
        background: rgba(0, 0, 0, 0.6) !important;
        padding: 4px 14px !important;
        border-radius: 30px !important;
        color: #fff !important;
        font-size: 12px !important;
    }

    .attraction-title .closed-badge {
        font-size: 12px !important;
        padding: 4px 12px !important;
    }
    
    
     .show_in_desktop {display: none !important}
.show_in_mobile {display: block;}
.top_banner_info.in_main_page {padding-top: 110px !important}   
    
    
    
    
}

@media (max-width: 480px)
 {
    .h1, h1 {
        font-size: 28px !important;
    }

    .h2, h2 {
        font-size: 26px !important;
    }

    .h3, h3 {
        font-size: 22px !important;
    }

    .h4, h4 {
        font-size: 18px !important;
    }

    .top_banner_info h1 {
        font-size: 30px !important;
    }

    .tp_tick {
        font-size: 22px !important;
        padding: 10px 16px !important;
    }

    body {
        font-size: 16px !important;
    }

    .sm_text {
        font-size: 15px !important;
    }

    .sm_link {
        width: 68px !important;
        height: 96px !important;
        font-size: 10px !important;
    }

    .sm_link .menu_m_i {
        width: 68px !important;
        height: 68px !important;
    }

    .top_banner_image {
        height: 380px !important;
    }

    .top_banner_holder {
        padding-top: 200px !important;
    }

    .redbutton {
        font-size: 14px !important;
        height: 44px !important;
        padding: 0 16px !important;
    }

    .attraction-title .closed-badge {
        font-size: 10px !important;
        padding: 3px 10px !important;
    }

.h1, h1, .h2, h2, .h3, h3, .h4, h4,
.tp_tick, .title_wrapper, .maler,
.sm_text, .f_title, .vak_title,
.want_title, .manrope,
.footer_block h3, a.item_title,
.attraction-title, .entry-title,
.closed-badge, .tp_tick .price {
    font-family: "Maler", "Manrope", "Arial", sans-serif !important;
}

.h1, h1 {
    font-weight: 700 !important;
    font-size: 56px;
    line-height: 1.05;
}
.h2, h2 {
    font-weight: 700 !important;
    font-size: 48px;
    line-height: 1.1;
}
.h3, h3 {
    font-weight: 600 !important;
    font-size: 32px;
    line-height: 1.2;
}
.tp_tick {
    font-weight: 700 !important;
    font-size: 48px;
}