.info-bar {
    display: flex;
}
main .main-slider-block {
    position: relative;
    padding-top: 32px;
    margin-bottom: 80px;
}
main .main-slider {
    position: relative;
}
main .main-slider .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 40px;
}
main .main-slider .slider .slides {
    position: relative;
    display: flex;
    transition: 0.6s;
    left: 0;
}
main .main-slider .slider .slides .slide {
    width: 100%;
    min-width: 100%;
    max-height: 352px;
    overflow: hidden;
}
main .main-slider .slider .slides .slide img {
    width: 100%;
}
main .main-slider .slider .arrow-r,
.main-slider .slider .arrow-l {
    top: calc(50% - 24px);
    right: 24px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}
main .main-slider .slider .arrow-l {
    left: 24px;
    right: unset;
}
main .main-slider .slider .arrow-r {
    transform: rotate(180deg);
}
main .main-slider .slider .arrow-l::after,
.main-slider .slider .arrow-r::after {
    font: 12px "icon";
    content: "\e923";
    color: #113353;
}
main .main-slider-block .food-menu {
    background: #fff;
    position: absolute;
    width: 940px;
    height: 140px;
    left: calc(50% - 940px/2 + 0.5px);
    bottom: -45px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    padding: 24px 72px;
}
main .main-slider-block .food-menu .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
}
main .main-slider-block .food-menu .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 16px;
    position: relative;
    cursor: pointer;
}
main .main-slider-block .food-menu .items .item:last-child {
    margin-right: 0;
}
main .main-slider-block .food-menu .items .item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
main .main-slider-block .food-menu .item img {
    width: 100%;
    max-width: 100px;
    object-fit: contain;
    height: 56px;
    margin-bottom: 16px;
    cursor: pointer;
}
main .main-slider-block .food-menu .item span {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
}
main .main-slider-block .food-menu .item:hover span {
    color: #ff3b2f;
}
.main-slider .bubbles {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-slider .bubbles button {
    padding: 0;
    width: 8px;
    min-width: 8px;
    height: 8px;
    margin-right: 16px;
    border-radius: 50%;
    cursor: pointer;
    background: #bdbdbd;
}
.main-slider .bubbles .is-active {
    background: #323232;
}
.hit {
    margin-bottom: 80px;
    margin-left: calc((100% - 1224px) / 2);
}
.hit .left {
    padding-left: 20px;
    padding-right: 20px;
}
.hit .product-slider {
    display: flex;
    position: relative;
    width: 100%;
}
.hit .product-slider .slider {
    position: relative;
}
.hit .product-slider .left {
    flex-direction: column;
    width: 100%;
    max-width: 208px;
    z-index: 9;
}
.hit .product {
    margin: 0 12px;
}
.catalog {
    margin-bottom: 120px;
}
.catalog .type {
    margin-bottom: 80px;
}
.catalog .type:last-child {
    margin-bottom: 0;
}
.catalog .resort {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.catalog .resort .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 652px;
    margin-bottom: 48px;
    margin-right: 40px;
}
.catalog .resort .container .check-box {
    margin: 0 12px 16px 0;
}
.catalog .resort .container .check-box input[type=checkbox] {
    display: none;
}
.catalog .resort .container .check-box label {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0125px;
    color: #8a8a8a;
    padding: 7px 16px;
    border: 1px solid #8a8a8a;
    border-radius: 18px;
    cursor: pointer;
    transition: 0.2s;
    white-space: nowrap;
}
.catalog .resort .container .check-box:hover label {
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
}
.catalog .resort .container .check-box input[type=checkbox]:checked + label,
.catalog .resort .container .check-box:hover input[type=checkbox]:checked + label {
    background: #8a8a8a;
    border: 1px solid #8a8a8a;
    color: #fff;
}
.catalog .resort .refresh {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    min-width: 36px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
}
.catalog .resort .refresh:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.catalog .resort .refresh::after {
    font: 15px "icon";
    content: '\e934';
    color: #000;
}
.catalog .type .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(288px, 0.25fr));
    grid-gap: 24px;
    justify-content: center;
}
.mobile-app {
    width: 100%;
    margin: 0 auto 80px;
    position: relative;
    z-index: 0;
}
.mobile-app .first-title {
    margin: 0 auto;
    margin-bottom: 68px;
}
.mobile-app .items {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}
.mobile-app .items::before {
    content: '';
    position: absolute;
    top: calc(50% - 380px);
    right: calc(50% - 275px);
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: #f33030;
    z-index: -1;
}
.mobile-app .items .item {
    display: flex;
    flex-direction: column-reverse;
    width: 25%;
}
/* .mobile-app .items .item:first-child .desc {
    grid-area: 1/1/3/2;
}
.mobile-app .items .item:nth-child(2) .desc {
    grid-area: 4/4/6/5;
}
.mobile-app .items .item:nth-child(3) .desc {
    grid-area: 7/1/9/2;
}
.mobile-app .items .item:nth-child(4) .desc {
    grid-area: 10/4/13/5;
} */
.mobile-app .items .item .desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mobile-app .items .item .desc span,
.mobile-app .items .item .desc .h3,
.mobile-app .items .item .desc p {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center;
}
.mobile-app .items .item .desc span {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #f33030;
    color: #fff;
    border-radius: 50%;
}
.mobile-app .items .item .desc p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.mobile-app .items .item .desc-img {
    position: relative;
    margin-bottom: 35px;
}
/* .mobile-app .items .item:first-child .desc-img {
    grid-area: 1/2/6/3;
}
.mobile-app .items .item:nth-child(2) .desc-img {
    grid-area: 4/3/9/4;
}
.mobile-app .items .item:nth-child(3) .desc-img {
    grid-area: 7/2/12/3;
}
.mobile-app .items .item:nth-child(4) .desc-img {
    grid-area: 10/3/15/4;
} */
.mobile-app .items .item img {
    width: 100%;
}
.mobile-app .link-app {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.mobile-bubbles {
    position: absolute;
    left: 50%;
    bottom: 210px;
    transform: translateX(-50%);
    display: none;
    z-index: 1;
}
.mobile-bubbles div {
    width: 8px;
    min-width: 8px;
    height: 8px;
    margin-right: 16px;
    border-radius: 50%;
    cursor: pointer;
    background: #bdbdbd;
}
.mobile-bubbles div:last-child {
    margin-right: 0;
}
.mobile-bubbles .selected {
    background: #323232;
}
.reviews .reviews-container {
    display: flex;
    gap: 24px;
    align-items: unset;
}
.reviews .reviews-container .item {
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
    width: 25%;
    min-width: 310px;
}
.reviews .reviews-container .item .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.reviews .reviews-container .item .stars {
    display: flex;
    gap: 5px;
}
.reviews .reviews-container .item .stars span::before {
    content: '\e948';
    font-family: 'icon';
    font-size: 24px;
    color: #eee;
}
.reviews .reviews-container .item .stars span.active::before {
    color: #f2994a;
}
.reviews .reviews-container .item .box p {
    line-height: 20px;
}
.reviews .reviews-container .item .box .h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.reviews .more {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 40px auto;
    width: 120px;
}
.reviews .more::after {
    content: '\e903';
    font-family: 'icon';
    padding-left: 10px;
}
.reviews .mobile-bubbles {
    bottom: 0;
}
.whynot {
    position: relative;
    margin-bottom: 120px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
    overflow: hidden;
}
.whynot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75%;
    z-index: -1;
    background: url(../images/bg-whynot.png) no-repeat center;
    background-size: cover;
}
.whynot h2,
.main_restaurants h2,
.news h2,
.reviews h2 {
    margin: 0 auto;
    margin-bottom: 65px;
    text-align: center;
}
.whynot .product-slider {
    margin-bottom: 48px;
}
.whynot .product-slider .slider .items {
    padding-bottom: 0;
}
.whynot .product-slider .slider .items .item {
    width: calc(33.33% - 16px);
    min-width: calc(33.33% - 16px);
    border-radius: 10px;
    margin-right: 24px;
    overflow: hidden;
}
.whynot .product-slider .slider .items .item:last-child {
    margin-right: 0;
}
.whynot .product-slider .slider .items .item img {
    width: 100%;
}
.whynot .mobile-bubbles {
    bottom: -26px;
}
.whynot .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px 24px;
}
.whynot .content .item .h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.whynot .content .item .h3::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f33030;
    margin-right: 16px;
}
.whynot .content .item span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    margin-left: 24px;
}
.map_restaurants {
    margin-bottom: 32px;
}
.map_restaurants h2 {
    margin: 0 auto;
    margin-bottom: 44px;
}
.map_restaurants .map {
    height: 374px;
    border-radius: 20px;
}
.main_restaurants {
    margin-bottom: 42px;
}
.main_restaurants .restaurants {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(286px, 0.5fr));
    justify-content: center;
    grid-gap: 24px 20px;
    padding-bottom: 12px;
    padding: 0 8px 12px 8px;
    max-height: 414px;
    overflow: hidden;
    transition: 0.6s;
}
.main_restaurants.show .restaurants {
    max-height: 8500px;
}
.main_restaurants .restaurants .item {
    width: 100%;
    max-width: 288px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}
.main_restaurants .restaurants .item img {
    width: 100%;
    object-fit: contain;
}
.main_restaurants .restaurants .item .item_content {
    padding: 16px 24px 28px;
}
.main_restaurants .restaurants .item .item_content h3,
.main_restaurants .restaurants .item .item_content .h3,
.main_restaurants .restaurants .item .item_content div,
.main_restaurants .restaurants .item .item_content p,
.main_restaurants .restaurants .item .item_content span,
.main_restaurants > span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}
.main_restaurants .restaurants .item .item_content div {
    font-weight: 300;
}
.main_restaurants .restaurants .item .item_content p:last-child {
    margin-bottom: 0;
    font-weight: 300;
}
.main_restaurants .restaurants .item .item_content span,
.main_restaurants > span {
    margin-bottom: 0;
}
.main_restaurants .restaurants .item .item_content .item_nav {
    display: flex;
    justify-content: space-between;
}
.main_restaurants .restaurants .item .item_content .item_nav * {
    cursor: pointer;
}
.main_restaurants > span,
.seo .more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}
.main_restaurants > span::before,
.seo .more::before {
    font-family: 'icon';
    content: '\e921';
    font-size: 12px;
    margin-right: 14px;
    transition: 0.6s;
}
.seo .more::before {
    margin-right: 0;
}
.main_restaurants.show > span::before,
.seo .box.show + .more::before {
    transform: rotate(180deg);
}
.video {
    margin-bottom: 120px;
}
.video .first-title {
    margin: 0 auto 32px;
}
.video .videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.video .videos .slide {
    width: 48%;
}
.video .videos .slide video {
    width: 100%;
    margin-bottom: 40px;
}
.video .main-slider .slider .slides .slide {
    max-height: unset;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: grayscale(100%);
}
main {
    padding-bottom: 65px;
}
.breadcrumbs {
    padding-left: 0;
    padding-right: 0;
}
main .news h1 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 30px;
    width: fit-content;
    position: relative;
}
main .news h1::before {
    content: '';
    position: absolute;
    bottom: -5px;
    background: #F33030;
    width: 100%;
    height: 4px;
}
main .news-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 288px);
    grid-gap: 24px;
    margin-bottom: 40px;
}
main .news-container .news-item {
    display: flex;
    flex-direction: column;
    min-width: 288px;
    width: 288px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
main .news-container .news-item a img {
    max-width: 288px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}
main .news-container .news-item .box {
    background: #fff;
    width: 100%;
    padding: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
main .news-container .news-item .box h2,
main .news-container .news-item .box h2 a,
main .news-container .news-item .box .h2,
main .news-container .news-item .box .h2 a {
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer;
}
main .news-container .news-item .box .text {
    line-height: 20px;
    letter-spacing: .5px;
    font-weight: 300;
    max-height: 40px;
    word-break: break-word;
    overflow: hidden;
    margin-bottom: 15px;
}
main .news-container .news-item .box .date {
    font-size: 12px;
    line-height: 16px;
}
main .news .pagination {
    display: flex;
    max-height: 178px;
    justify-content: flex-end;
}
main .news .pagination a {
    font-size: 16px;
    line-height: 24px;
    color: #8A8A8A;
}
main .news .pagination span {
    margin-right: 15px;
    display: flex;
    align-self: center;
}
main .news .pagination a.selected {
    color: #323232;
    text-decoration: underline;
}
main .news .pagination a:not(:last-child) {
    margin-right: 15px;
}
main .news .pagination .arrow {
    width: 32px;
    height: 24px;
    border: 1px solid #323232;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #323232;
}
main .news .pagination .arrow::before {
    content: '\e905';
    font-family: 'icon';
    font-size: 12px;
}
main .news .pagination .arrow-l::before {
    transform: rotate(180deg);
}
main .news-inner.wrapper {
    max-width: 808px;
}
main .news-inner h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin-bottom: 16px;
}
main .news-inner .description {
    font-weight: 300;
    line-height: 20px;
    letter-spacing: .5px;
    color: #000;
    margin-bottom: 40px;
}
main .news-inner .description div {
    margin-bottom: 25;
}
main .news-inner .description ul li {
    margin-left: 15px;
}
main .news-inner a,
main .news-inner a img {
    /* max-width: 808px;
    max-height: 233px; */
    /* width: 100%; */
    object-fit: cover;
    border-radius: 16px;
}
@media (max-width: 1224px) {
    .hit {
        margin-left: inherit;
    }
    main .main-slider-block {
        padding: 32px 20px 0;
    }
    main .main-slider .slider {
        padding: 0;
    }
    main .main-slider .slider .arrow-r,
    .main-slider .slider .arrow-l {
        background: rgba(255, 255, 255, 0.8);
    }
    main .main-slider .slider .arrow-r {
        right: 44px;
    }
    main .main-slider .slider .arrow-l {
        left: 44px;
    }
    main .main-slider-block .food-menu {
        bottom: -65px;
    }
    .mobile-slider .mobile-bubbles {
        bottom: initial;
        top: 740px;
    }
}
@media (max-width: 1060px) {
    .mobile-slider .mobile-bubbles {
        top: 720px;
    }
    main .main-slider-block {
        padding-top: 10px;
        margin-bottom: 50px;
    }
    main .main-slider-block .food-menu {
        position: static;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        box-shadow: none;
    }
    .mobile-app .mobile-slider {
        display: flex;
        overflow: hidden;
        width: 100%;
    }
    .mobile-app .items {
        width: 100%;
        position: relative;
        display: flex;
        align-items: flex-start;
        transition: 0.6s;
        left: 0;
        grid-template-columns: unset;
        grid-template-rows: unset;
        grid-column-gap: unset;
    }
    .mobile-app .items::before {
        display: none;
    }
    .mobile-app .items .item {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: center;
        margin: 0 12px;
        width: 400px;
        min-width: 400px;
    }
    .mobile-app .items .item .desc {
        display: contents;
    }
    .mobile-app .items .item .desc span {
        order: 4;
        margin-bottom: 32px;
        align-self: center;
    }
    .mobile-app .items .item .desc .h3 {
        order: 2;
    }
    .mobile-app .items .item .desc p {
        order: 1;
    }
    .mobile-app .items .item .desc-img {
        max-width: 288px;
        margin-bottom: 60px;
        order: 3;
    }
    .mobile-app .items .item .desc-img::before {
        content: '';
        position: absolute;
        top: calc(50% - 160px);
        right: calc(50% - 200px);
        width: 400px;
        height: 400px;
        border-radius: 50%;
        background: #f33030;
        z-index: -1;
    }
    .mobile-bubbles {
        display: flex;
    }
    .whynot .mobile-bubbles {
        display: none;
    }
    .whynot::before {
        height: 60%;
    }
}
@media (max-width: 768px) {
    main .main-slider-block {
        padding-top: 0;
        margin-bottom: 32px;
    }
    main .main-slider .slider {
        border-radius: 20px;
    }
    main .main-slider .slider .arrow-r,
    .main-slider .slider .arrow-l {
        display: none;
    }
    main .main-slider-block .food-menu {
        padding: 24px 20px 0;
        height: unset;
    }
    main .main-slider-block .food-menu .item img {
        display: none;
    }
    main .main-slider-block .food-menu .item span {
        text-transform: capitalize;
        display: flex;
        flex-direction: column;
        font-weight: 400;
    }
    main .main-slider-block .food-menu .item:hover span {
        color: #323232;
    }
    main .main-slider-block .food-menu .item.selected span {
        font-weight: 600;
        letter-spacing: 0.0125px;
    }
    main .main-slider-block .food-menu .item span::after {
        content: '';
        height: 2px;
        background: #f33030;
        opacity: 0;
    }
    main .main-slider-block .food-menu .item.selected span::after {
        opacity: 1;
    }
    .goods {
        margin: inherit;
    }
    .hit .product-slider {
        flex-direction: column;
    }
    .hit .product-slider .slider::before {
        display: none;
    }
    .hit .product-slider .arrows {
        display: none;
    }
    .hit .product-slider .items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(288px, 0.25fr));
        grid-gap: 24px;
        justify-content: center;
    }
    .catalog .resort {
        width: unset;
    }
    .catalog .resort .container {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-right: 0;
        margin-bottom: 0;
    }
    .catalog .resort .refresh {
        position: absolute;
        top: -40px;
        right: 0;
        width: 24px;
        min-width: 24px;
        height: 24px;
    }
    .catalog .resort .container label {
        font-weight: 600;
    }
    .whynot {
        margin-bottom: 65px;
    }
    .whynot::before {
        height: 40%;
    }
    .whynot .first-title {
        border-bottom: none;
        text-decoration: underline 2px #f33030;
        margin-bottom: 30px;
    }
    .whynot .product-slider {
        margin-bottom: 40px;
    }
    .whynot .product-slider .slider .items .item {
        width: 240px;
        min-width: 240px;
    }
    .whynot .mobile-bubbles {
        display: flex;
    }
    .whynot .content {
        grid-template-columns: repeat(1, 100%);
        grid-gap: 16px;
    }
    .whynot .content .item .h3 {
        font-size: 14px;
        line-height: 20px;
    }
    main .news-container {
        justify-content: center;
    }
}
@media (max-width: 578px) {
    .mobile-slider .mobile-bubbles {
        top: 410px;
    }
    .video .videos .slide {
        width: 100%;
    }
    main .main-slider-block {
        padding: 0 10px;
    }
    main .main-slider .slider {
        border-radius: 8px;
    }
    .hit .product-slider .items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        grid-gap: 24px;
        justify-content: center;
        padding: 0 10px;
    }
    .goods {
        margin: inherit;
    }
    .catalog {
        margin-bottom: 64px;
    }
    .catalog .type {
        margin-bottom: 40px;
    }
    .hit .left {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hit .product {
        margin: 0;
    }
    .catalog .type .items {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
    .mobile-app .first-title {
        margin-bottom: 30px;
    }
    .mobile-app {
        margin-bottom: 65px;
    }
    .mobile-app .link-app {
        flex-direction: column;
        align-items: center;
    }
    .mobile-app .items {
        margin-bottom: 30px;
    }
    .mobile-app .items .item {
        width: 200px;
        min-width: 200px;
    }
    .mobile-app .items .item .desc-img {
        margin-bottom: 72px;
    }
    .mobile-app .items .item img {
        max-width: 134px;
    }
    .mobile-app .items .item .desc-img::before {
        top: calc(50% - 100px);
        right: calc(50% - 100px);
        width: 200px;
        height: 200px;
    }
    .mobile-bubbles {
        bottom: 225px;
    }
    .whynot .first-title {
        margin-bottom: 10px;
    }
    .map_restaurants {
        margin-bottom: 48px;
    }
    .map_restaurants h2 {
        margin-bottom: 30px;
    }
    .map_restaurants .map {
        height: 350px;
        border-radius: 10px;
    }
    .main_restaurants .first-title {
        margin: 0 auto 20px;
    }
    /* main {
        padding-top: 100px;
    } */
    .news .breadcrumbs {
        padding-left: 10px;
        padding-right: 10px;
    }
    .news.wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    main .news h1,
    main .news-inner h1 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    main .news h1::before {
        height: 2px;
    }
    main .news-container {
        grid-template-columns: 100%;
        grid-gap: 16px;
    }
    main .news-container .news-item {
        flex-direction: row;
        min-width: unset;
        width: 100%;
        align-items: flex-start;
        padding: 16px;
    }
    main .news-container .news-item a img {
        min-width: 88px;
        width: 88px;
        max-height: 88px;
        height: 88px;
        border-radius: 8px;
    }
    main .news-container .news-item a {
        margin-right: 16px;
    }
    main .news-container .news-item .box {
        padding: 0;
    }
    main .news-container .news-item .box h2,
    main .news-container .news-item .box h2 a,
    main .news-container .news-item .box .text {
        margin-bottom: 10px;
    }
    main .news .pagination {
        justify-content: center;
    }
    main .news-inner h1 {
        margin-left: 0;
        margin-bottom: 10px;
    }
    main .news-inner .description {
        margin-bottom: 25px;
    }
    main .news-inner a,
    main .news-inner a img {
        /* max-height: 83px; */
        border-radius: 8px;
    }
}
@media (max-width: 400px) {
    .catalog {
        padding-left: 0;
        padding-right: 0;
    }
    .first-title {
        margin-left: 10px;
    }
    .hit .left {
        padding-left: 0;
    }
    .hit .product-slider .items {
        padding: 0;
    }
    .catalog .resort {
        padding: 0 10px;
    }
    .catalog .resort .refresh {
        right: 10px;
    }
    .hit .product-slider .items,
    .catalog .type .items {
        grid-template-columns: repeat(1, 100%);
    }
    .whynot::before {
        height: 35%;
    }
}