@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

body {
    font-family: "Nunito Sans", sans-serif !important;
    overflow-x: hidden !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #1d1d1d;
    font-weight: 600;
}

.mobile {
    display: none;
}

.desktop {
    display: flex;
}

.forest_block {
    position: relative;
    overflow: hidden;
}

#home {
    z-index: 1;
    position: relative;
}

#infra {
    z-index: 1;
    position: relative;
    background-color: #fff;
}


#rooms {
    z-index: 1;
    position: relative;
    background-color: #fff;
}

#contacts {
    z-index: 1;
    position: relative;
}

.forest_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Чем меньше альфа-канал, тем менее прозрачный слой */
    z-index: 1;
}

.forest_txt {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    font-family: "Caveat", cursive;
    font-weight: 900;
    font-size: 82px;
    opacity: 0;
    transition: opacity 1s ease;
}

.forest_txt.show {
    opacity: 1;
}

.del_btn {
    position: absolute;
    right: 0%;
    bottom: 10%;
    color: rgb(184, 19, 19);
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.navbar-nav {
    gap: 20px;
}

.navbar-nav li>a {
    font-size: 18px;
}


.blocks {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.collapse {
    justify-content: space-between;
    padding: 10px 0;
}

.navbar {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;

}

.navbar .row {
    width: 102%;
}

button,
a,
p {
    font-size: 16px;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.first_block .col-6 {
    padding: 0;
}

.count_rooms {
    margin-top: 20px;
}

.count_rooms span {
    font-weight: 800;
}

.first_block {
    width: 100%;
    background: url(/img/fb.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;

    overflow-x: hidden !important;
}

.c_first_block {
    width: 100%;
    background: url(/img/c_fon.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    overflow-x: hidden !important;
}

.c_first_block .head_txt {
    color: #fff;
}

.first_block .head_txt {
    width: 80%;
}

.c_first_block .head_txt h1 {
    font-size: 53px;
    font-weight: 900;
    color: #fff;
}

.first_block .head_txt h1 {
    font-size: 53px;
    font-weight: 900;
    color: #654321;
}

.first_block .head_txt h1>span {
    font-size: 92px;
}

.first_block .head_txt p {
    font-size: 20px;
    color: #1d1d1d;
    margin-bottom: 30px;
    font-weight: 500;
}

.minus_margin {
    margin-top: -500px;
}

.btn_secondary {
    background-color: transparent;
    color: #1d1d11;
    padding: 12px 16px;
    border-radius: 4px;
    border: 2px solid #1d1d1d;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.btn_secondary:hover {
    background-color: #1d1d1d !important;
    border: 2px solid #1d1d1d !important;
    color: #fff;

}

.c_form .btn_secondary {
    background-color: transparent;
    color: #fff;
    padding: 12px 16px;
    border-radius: 4px;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.c_form .btn_secondary:hover {
    background-color: transparent !important;
    border: 2px solid #ffffffa1 !important;
    color: #ccc;

}

#addRoom {
    width: 100%;
}

.btn_primary {
    background-color: #1d1d1d;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 24px;
    border: none;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.8;
    cursor: pointer;
}

#header_btn {
    background-color: #1d1d1d;
    color: #fff;
    padding: 12px 18px;
    border-radius: 24px;
    border: none;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.8;
    cursor: pointer;
}

#buyModal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 141px;
    background-color: #fff;
    text-align: center;
    z-index: 999;
}

.buy_btns a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #EE3769;
    border-radius: 8px;
    height: 2.8em;
    width: 10em;
    padding: 0;
    outline: none;
    overflow: hidden;
    color: #EE3769;
    transition: color 0.3s 0.1s ease-out;
    text-align: center;
    line-height: 250%;
}

.buy_btns a::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    border-radius: 50%;
    display: block;
    width: 20em;
    height: 20em;
    line-height: 20em;
    left: -5em;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}

.buy_btns a:hover {
    color: #fff;
}

.buy_btns a:hover::before {
    box-shadow: inset 0 0 0 10em #ee3769;
}

#pricesss {
    padding-top: 18px;
    font-weight: 800;
}

.form-check-input:checked {
    background-color: #1d1d11;
    color: #fff;
}



.navbar-brand img {
    max-width: 50px;
}

.navbar-nav a {
    color: #1d1d1d;
}

.image-container {
    overflow-y: hidden !important;
    width: 100%;
    height: 100vh;
}

.image-container img {
    transition: transform 0.5s ease;
    width: 82%;
    position: absolute;
    bottom: 0px;
    right: -200px;
    z-index: -1;
    /* или другой размер, который вам нужен */

}

.image-container:hover img {
    transform: scale();
    /* Изображение увеличится на 10% при наведении */

}

.desk {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.box {
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.change_language {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 50%;
    padding: 10px 11px;
    margin-right: 8px;
}

.change_language option {
    border-radius: 50%;
    padding: 4px;
}

.change_language::-ms-expand {
    display: none;
}

/* FORM */
.search_form {
    width: 100%;
    margin: 0 auto;
}

.form_block {
    width: 100%;

}

.form {
    width: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.65);
    padding: 20px;
    text-align: center;
    z-index: 998;
}

.c_form {
    width: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.65);
    padding: 20px;
    text-align: center;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.form h3 {
    color: #fff;
}

.c_form input {
    width: -webkit-fill-available;
    height: 62px;
    padding-left: 20px;
    border: none;
    border-radius: 4px;
}

.c_form a {
    height: 62px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.form input {
    width: -webkit-fill-available;
    height: 62px;
    padding-left: 20px;
    border: none;
    border-radius: 4px;
}

.c_block2 {
    padding: 100px 0;
}

.c_block2 h1 {
    margin-bottom: 40px;
}

.error {
    color: #FF0000;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    padding: 10px 15px;
    bottom: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
}

.good {
    color: #2BA500;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    padding: 10px 15px;
    bottom: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
}

.c_block2 p>span {
    font-weight: 800;
    color: #000;
}

#openModal .form input {
    height: 52px;
}

/* Dropdown input */
#openModal .dropdown {
    width: 100%;
}


#openModal .dropdown__switch:checked+.dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
}

#openModal .dropdown__switch:checked+.dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
}

#openModal .dropdown__options-filter {
    width: 100%;
    cursor: pointer;
}

#openModal .dropdown__filter {
    position: relative;
    display: flex;
    padding: 14px;
    color: #767676;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
}

.owl-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.children input {
    width: 16px;
}

.owl-carousel .owl-stage-outer {
    height: 100%;
}

.owl-carousel {
    height: 100%;
}

.owl-stage {
    height: 100%;
}

.owl-item {
    height: 100%;
}

#openModal .dropdown__filter:focus {
    outline: none;
}

#openModal .search_btn {
    height: 52px;
    width: 100%;
}

#openModal .dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 20px;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #595959;
    border-bottom: 2px solid #595959;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}

#openModal .dropdown__select {
    position: absolute;
    top: 100%;
    height: 177px;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
}

#openModal .dropdown__select-option {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #000;
}

#openModal .dropdown__select-option img {
    width: 60px;
    border-radius: 8px;
}

#openModal .dropdown__select-option:last-of-type {
    border-bottom: 0;
}

#openModal .dropdown__select-option:hover {
    background-color: #f9f9f9;
}

#openModal .dropdown ul {
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 0;
    border-radius: 4px;
}

#openModal .dropdown ul>li {
    padding-left: 20px;
    text-align: left;
    text-transform: initial;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif !important;
}

/*  */
.dropdown {
    width: 100%;
}

.padding-100 {
    padding: 100px 0;
}


.dropdown__switch:checked+.dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
}

.dropdown__switch:checked+.dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
}

.dropdown__options-filter {
    width: 100%;
    cursor: pointer;
}

.dropdown__filter {
    position: relative;
    display: flex;
    padding: 20px;
    color: #767676;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
}

.dropdown__filter:focus {

    outline: none;
}

.dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 20px;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #595959;
    border-bottom: 2px solid #595959;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}

.dropdown__select {
    position: absolute;
    bottom: 110%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
    transform: scaleY(0);
    transform-origin: bottom;
    font-weight: 300;
    transition: 0.2s ease-in-out;
}

.dropdown__select-option {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #000;
}

.dropdown__select-option img {
    width: 60px;
    border-radius: 8px;
}

.dropdown__select-option:last-of-type {
    border-bottom: 0;
}

.dropdown__select-option:hover {
    background-color: #f9f9f9;
}

.dropdown ul {
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 0;
    border-radius: 4px;
}

.dropdown ul>li {
    padding-left: 20px;
    text-align: left;
    text-transform: initial;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif !important;
}

/*  */
/* input count */
.incremental-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 50%;
}

.incremental-input input {
    width: 100%;
    padding-left: 20px;
    text-align: left;
}

.search_btn {
    border: 2px solid #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
    height: 61px;
    width: 250px;
    text-decoration: none;
}

.search_btn:hover {
    background-color: #fff;
    color: #1d1d1d;
}

.count_btn {
    flex-direction: column;
    gap: 8px;
    margin-left: 8px
}

.count_btn img {
    width: 18px;
}

.count_btn span:last-child {
    border-top: 1px solid #fff;
}

.plus_btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
}

.minus_btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    border: none;
}

.date_picker {
    position: relative;
    width: 50%;
}

/* .date_picker::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/img/schedule.png);
    background-size: 20px 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
} */

.date_picker span>img {
    position: absolute;
    width: 20px;
    top: 22px;
    right: 20px;
}

#openModal .date_picker span>img {
    position: absolute;
    width: 20px;
    top: 17px;
    right: 20px;
}


.navbar {
    transition: background-color 0.5s ease;
    /* Плавное изменение фона за 0.5 секунд */
}


/* block 2 */
.bg-wood {
    position: relative;
    /* Добавлено для корректного позиционирования ::before */
    background: url(/img/forest.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
    /* Необязательно, так как z-index влияет только на позиционированные элементы */
}

.padding_100 {
    padding: 100px 0;
}

.padding_50 {
    padding: 50px 0;
}

.vh-random {
    height: 80vh;
}

.bg-wood::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); */
    /* Верх черный, низ прозрачный */
    z-index: 1;
    /* Слой затемнения должен быть между фоном и контентом */
}

.bg-wood .container {
    position: relative;
    /* Добавлено для повышения контента над затемнением */
    z-index: 2;
}

.bg-wood .head_txt {
    color: #fff;
    margin-bottom: 50px;
}

.bg-wood .head_txt h1 {
    font-size: 52px;
}

.bg-wood .head_txt p {
    font-size: 16px;
    width: 70%;
    margin: 0 auto;

}

.img_box {
    background-color: #fff;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); */
    border: 1px solid #1d1d1d;
    border-radius: 4px;
    overflow: hidden;
}

.img_box img {
    transition: transform 0.3s ease;
}



.hover:hover .img_box img {
    transform: scale(1.1) rotate(-10deg);
}

.bg-black {
    background-color: #1d1d1d;
}

.txt-box {
    color: #1d1d1d;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); */
    backdrop-filter: blur(5px);
    height: 100%;


}

.txt-box .txt-box-head {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.txt-box .txt-box-head h3 {
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.txt-box .txt-box-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hover:hover .txt-box-head {
    opacity: 1;
    transition: opacity 0.5s ease;
}


/* ROOMS */
.rooms .head-txt {
    margin-bottom: 80px;
}

.rooms .head-txt h1 {
    font-size: 52px;
    color: #fff;
}

.card-box {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 25px;
    background-color: #fff;
}

.card-boxs {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 25px;
    background-color: #fff;
    position: relative;
}

.card-head-txt {
    height: 100%;
}

.description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 87%;
}


.img-box {
    height: 240px;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box img {
    height: 100%;
    width: 100%;
}

.card-box img {
    height: 100%;
}

.book_now {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book {
    margin-top: 8px;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.book:hover {
    background-color: #fff;
    color: #1d1d1d;
}

.card-title {
    margin: 15px 0 10px 0;
    font-weight: 800;
}

.card-title p {
    font-size: 24px;
    margin: 0;
}

.amount {
    display: flex;
    margin-bottom: 10px;
}

.amount h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.amount span {
    gap: 4px;
    line-height: 1;
}

.icon-size img {
    width: 20px !important;
}

.m2 {
    padding-top: 4px;
}

.footer-card {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
}

.icon-box span {
    width: 20px;
}

.icon-box span img {
    width: 100%;
}

/* footer */
.footer h3 {
    margin-bottom: 30px;
}

.footer h4 {
    margin-bottom: 30px;
}

.footer p {
    color: #1d1d1d;
    margin: 0;
}

.payment_icon {
    display: flex;
    gap: 8px;
    margin: 14px 0;
}

.payment_icon p {
    font-size: 14px;
}

.service_menu {
    list-style: none;
    padding-inline-start: 0;
}

.service_menu li>a {
    color: #1d1d1d;
    text-decoration: none;
}

.payment_icon img {
    height: 28px;
}

.payment_icon a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #1d1d1d;
    text-decoration: none;
}

.social_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 15px;
}

.social_links a {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_links img {
    height: 100%;
}

.footer {
    background-color: #f0f2f5;
}

.logo_description {
    max-width: 100%;
    font-size: 12px;
    margin-bottom: 16px;
}

.footer_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 30px;
}

.footer_logo img {
    max-width: 80px;
    border-radius: 4px;
}

.footer_logo h1>span {
    font-size: 55px;
}

.footer_logo h1 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
}

.header-section {
    color: #1d1d1d;
    padding: 0 40px 40px 40px;
}

.highlight {
    color: #ff8c00;
    font-weight: bold;
}




.icon-box4 {
    font-size: 24px;
    color: #654321;
    border: 2px solid #654321;
    padding: 8px;
    min-width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 10px;
    font-family: "Nunito Sans", sans-serif !important;
}

.icon-box4 h5 {
    color: #ff8c00;
}

.icon-box4 {
    text-align: left;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.icon-box4 i {
    transition: color 0.3s ease;
}

.anim_icon {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.anim_icon:hover .icon-box4 {
    background-color: #654321;
    border-color: #654321;
}

.anim_icon:hover .icon-box4 i {
    color: white;
}

.img_box4 img:first-child {
    border-radius: 4px !important;
    margin-bottom: 30px;
}

.img_box4 img {
    border-radius: 4px !important;
}

.box_txt4 {
    margin-top: 80px;
    text-align: left;
}

.box_txt4 h1 {
    font-weight: 900;
    font-size: 72px;
    color: #654321;
    margin-bottom: 0;
    line-height: 0.9;
}

.box_txt4 p {
    text-transform: uppercase;

}

.infro .header-section h1 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
}

.anim_icon {
    padding-bottom: 10px;
}

#block {
    margin-top: 120px;
    margin-bottom: 80px;
}

#block span {
    font-weight: 600;
}

#block h1 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}

#block h3 {
    font-weight: 600;
}

#block ul {
    padding-inline-start: 60px;
}

.social_links_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social_links span {
    font-size: 14px;

}

.gis_links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.gis_links a {
    height: 24px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #1d1d1d;
}



.maps {
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.qr_gis {

    width: 96px;
}

.logo_card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}

.logo_card img {
    height: 30px;
}

.callback {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-brand img {
    border-radius: 4px;
}

.navbar-brand {
    margin-right: 0;
}

.beetween {
    justify-content: space-between;
}

.mail_icon {
    height: 31px !important;
}

#phone {
    color: #1d1d1d;
    margin-right: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.powred_by {
    color: #1d1d1d;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.powred_by:hover {
    color: #1d1d1d;
}

.powred_by:hover img {
    transform: rotateY(360deg);
}

.powred_by img {
    margin-left: 6px;
    transition: transform 0.5s ease;
}

.social_links .payments {
    height: 26px;
}

.mobile-menu a {
    display: none;
}

/* MODAL */

.box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert {
    margin-top: 20px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    padding-top: 80px;
}

.content-modal {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background: white;
    padding: 50px 30px 30px 30px;
    width: 900px;
    height: fit-content;
    position: relative;
}

.modal.active {
    opacity: 1;
    pointer-events: auto;
}

.modal h1 {
    font-size: 42px;
}

.content-modal a {
    font-weight: bold;
}

.close {
    position: absolute;
    top: 15px;
    right: 30px;
    text-decoration: none;
    z-index: 9999;
}

.form-group {
    width: 100%;
}

.daterangepicker {
    z-index: 99999 !important;
    /* Использование !important для гарантии применения стиля */
}

#openModal .count_btn {
    margin-right: 8px;
}

#openModal .blocks {
    margin-bottom: 0;
}



#openModal .incremental-input .input_style {
    min-width: 150px;
    padding-left: 0;
    text-align: left;
    padding-left: 20px;
}

#openModal .date_picker::after {
    right: 15px;
    bottom: 15px;
}

.room-list {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.room-item {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




/* Стилизация полосы прокрутки для элементов с overflow: scroll */
.scrollable-element {
    overflow-y: scroll;
    /* вертикальная прокрутка */
    height: 300px;
    /* фиксированная высота */
}

/* Стилизация полосы прокрутки для Chrome, Edge и Safari */
.scrollable-element::-webkit-scrollbar {
    width: 10px;
    /* ширина полосы прокрутки */
}

.scrollable-element::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* цвет дорожки */
}

.scrollable-element::-webkit-scrollbar-thumb {
    background: #888;
    /* цвет ползунка */
    border-radius: 10px;
    /* закругленные углы ползунка */
}

.scrollable-element::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* цвет ползунка при наведении */
}

/* Стилизация полосы прокрутки для Firefox */
.scrollable-element {
    scrollbar-width: thin;
    /* 'auto' или 'thin' */
    scrollbar-color: #888 #f1f1f1;
    /* цвет ползунка и дорожки */
}

.room-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}

.room-category {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: 600;
    padding: 0px 20px;
    border-right: 1px solid #ccc;
    justify-content: space-between;
    height: 50px;
}

.room-category .lable {
    font-size: 12px;
    font-weight: 400;
}

.count-night .lable {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.count-night {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: 600;
    padding: 0 20px;
    justify-content: space-between;
    height: 50px;
    border-right: 1px solid #ccc;
    align-items: center;
}

.room-price {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: 600;
    padding: 0 20px;
    justify-content: space-between;
    height: 50px;
}

#search_result .room-list2 {
    padding-inline-start: 0;
}

.room-price span {
    font-size: 12px;
    font-weight: 400;
}

#search_result .room-list2 .room-category {
    padding: 0 20px 0 0;
}

#bookingForm form {
    width: 100%;
}

#bookingForm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

.totat_summ {
    justify-content: space-between;
    align-items: center;
}

.totat_summ p {
    margin: 0;
}

.count_totals {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    padding: 0 20px 0 0px;
    text-align: center;
    height: 50px;
    justify-content: center;
    border-right: 1px solid #ccc;
}

#bookingForm .form-control {
    height: 52px;
}

.label {
    font-size: 12px;
    font-weight: 400;
}

.count-room {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 20px;
    border-right: 1px solid #ccc;
}

.count-room span {
    font-size: 12px;
    font-weight: 400;
}

.room-details input,
.room-details textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;

    border-radius: 4px;
}

.room-details input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
    margin: 0 !important;
    border-radius: 4px;
}

.room-details input::-webkit-outer-spin-button,
.room-details input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.room-details .input-group {
    gap: 10px;
}

.room-details .input-group input[type='button'] {
    background-color: #eeeeee;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
}

.room-details .input-group .button-minus,
.room-details .input-group .button-plus {
    font-weight: bold;
    height: 32px;
    padding: 0;
    width: 32px;
    position: relative;
}

.room-details .input-group .quantity-field {
    position: relative;
    left: -6px;
    text-align: center;
    width: 40px;
    display: inline-block;
    font-size: 13px;
    resize: vertical;
}

.room-details .button-plus {
    left: -13px;
}

.room-details input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.room-category select {
    height: 32px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.total_summ {
    justify-content: space-between;
}

.result_multi {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 12%);
    /* right: 0; */
    width: fit-content;
    padding: 10px 30px;
    border-radius: 4px;
}

.count_rooms {
    display: none;
}

.mobile_menu {
    display: none;
}

.img_box4_mobile {
    display: none;
}

@media (max-width: 992px) {
    .room-list2 .room-price {
        width: 31%;
        padding: 0 6px;
        margin-bottom: 15px;
        margin-top: -4px;
    }

    #openModal .content-modal {
        padding: 50px 15px 30px 15px;
    }

    .del_btn {
        right: -2.5%;
        top: -39%;
    }

    .navbar>.container {
        flex-direction: column;
    }

    #search_result .room-list2 .room-category {
        padding: 0;
        width: 100%;
        border-right: none;
        margin-bottom: 15px;
    }

    .room-list2 .room-details {
        flex-wrap: wrap;
    }

    .room-list2 .room-details .input-group {
        gap: 4px;
        justify-content: center;
        margin-top: 3px;
    }

    #bookingForm .d-flex {
        flex-direction: column;
    }

    .room-list2 .room-category select {
        padding: 0 20px;
        width: 89%;
    }

    #backButton {
        margin-bottom: 15px;
    }

    .btn-primary {
        text-align: center;
    }

    .count-night {
        padding: 0;
        width: 28%;
        border: none;
        margin-bottom: 15px;
        margin-top: -4px;
    }

    .room-details .input-group .quantity-field {

        left: 0;
    }

    .room-details .button-plus {
        left: 0 !important;
    }

    .room-item {
        padding: 10px 0;
    }

    .room-list2 .count-room {
        padding: 0;
        width: 41%;
        margin-bottom: 15px;
        align-items: center;
        border-right: none;
    }

    .result_multi {
        bottom: auto;
        top: 30px;
        left: auto;
        right: 20px;

    }

    .close {
        right: 15px;
    }


    .modal {
        padding-top: 0;
        overflow-x: hidden;
    }

    .mobile-menu a {
        display: block;
    }

    .first_block .head_txt h1 {
        font-size: 24px;
        text-align: center;
        color: #fff
    }

    .first_block .head_txt h1>span {
        font-size: 41.5px;
        text-align: center;
    }

    .first_block .head_txt p {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        color: #fff;
        width: 320px;
        margin: 0 auto 15px auto;
    }

    .daterangepicker.drop-up {
        top: 17% !important;
        left: 50px !important;
    }


    /* .blocks .date_picker {
        margin-bottom: 15px;
    }

    .blocks .incremental-input {
        margin-bottom: 15px;
    } */

    .blocks .search_btn {
        width: 100%;
    }


    .img_box4_mobile .box_txt4 {
        margin-top: 0;
        text-align: center;
    }

    .daterangepicker.drop-up:before {
        display: none !important;
    }

    .bg-wood {
        background-size: auto 100%;
        background-position: center;
        background-attachment: inherit;
    }

    .daterangepicker.drop-up:after {
        display: none !important;
    }

    #infra .d-flex {
        display: block !important;
    }

    .first_block .head_txt {
        width: 100%;
    }

    .first_block {
        background: url('../img/fb_b.webp');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .forest_txt {
        font-size: 82px;
    }

    .mobile_menu {

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-light .navbar-toggler {
        width: 50px;
        margin: .3125rem 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background-color: #1d1d1d;
        color: #fff;
    }

    .mobile {
        display: block;
    }

    .img_box4 {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 15px;
    }

    .img_box4 .img-fluid {
        width: 50%;
    }

    .img_box4 .mobile_position {
        width: 48%;
        margin-top: -118px;
        padding-left: 27px;
    }

    .img_box4 .box_txt4 {
        width: 100%;
        margin-top: 10px;
    }

    .infro .header-section h1 {
        font-size: 26px;
        width: 60%;
    }

    .col-md-3 {
        width: 50%;
    }

    .anim_icon {
        display: flex !important;
    }

    .desktop {
        display: none;
    }

    #rooms .container {
        overflow: hidden;
    }

    #rooms .container .row:nth-child(2) {
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-bottom: 25px;
        padding-right: 42px;
    }

    .footer_logo h1 {
        font-size: 24px;
    }

    .footer_logo h1>span {
        font-size: 41.5px;
    }

    #contacts .d-flex {
        flex-wrap: wrap;
    }

    .incremental-input-child {
        width: auto;
    }

    .incremental-input-child-old {
        width: auto;
    }

    #openModal .counter-input-child input {
        min-width: 150px;
    }

    #openModal .counter-input-child-old input {
        min-width: 150px;
    }

    .rooms .head-txt {
        margin-bottom: 35px;
    }

    .rooms .head-txt h1 {
        font-size: 42px;
        text-align: center;
    }

    .payment_icon {
        align-items: center;
    }

    .container {
        overflow: hidden;
    }

    .collapse .navbar-brand {
        display: none !important;
    }

    .room-list .count_totals {
        padding: 0 10px 0 0px;
    }

    .room-list .room-category {
        padding: 0 10px;
    }

    .room-list .count-night {
        margin: 0;
    }

    .room-list .room-price {
        margin: 0;
    }

    .callback {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .col-md-6 {
        width: 100%;
    }

    .offset-md-3 {
        margin-left: 0;
    }

    .blocks:first-child {
        margin-bottom: 0;
    }

    #buyModal {
        padding: 0 20px;
        position: fixed;
        height: 100vh;
    }
}


nav {
    background: transparent;
    height: 70px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav #brand {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

nav #menu {
    position: relative;
    display: flex;
    height: 100%;
}

nav #menu li {
    padding: 0px 0px;
    cursor: pointer;
    line-height: 70px;
    transition: all 0.3s ease-out;
}

.container {
    position: relative;
}

nav #menu li a {
    color: #1d1d11;
    font-weight: 700;
    font-size: 18px;

}

@media (max-width: 1200px) {
    .img_box4_mobile .box_txt4 {
        margin-top: 0;
        text-align: center;
    }

    .infro .header-section h1 {
        width: 60%;
    }

    #contacts .d-flex {
        flex-wrap: nowrap;
    }

    .img_box4 {
        display: none !important;
    }

    .header-section {
        padding: 40px 0 0 15px;
    }

    .img_box4_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    nav #menu {
        padding-left: 0;
    }

    nav #menu li a {
        font-size: 14px;
    }

    #phone {
        font-size: 14px;
    }

    .first_block .head_txt {
        width: 100%;
    }

    .col-md-6 {
        width: 100%;
    }

    .bg-wood {
        background-attachment: local;
    }
}

@media (max-width: 992px) {
    nav #menu {
        display: none;
    }

    #phone {
        display: none;
    }

    .desk .change_language {
        display: none;
    }

    nav {
        justify-content: flex-start;
    }
}

#hamburger {
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 999;
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 50%;
    background-color: #000;
    cursor: pointer;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}

#hamburger .line {
    height: 2px;
    background: #fff;
    margin: 5px auto;
    width: 20px;
    backface-visibility: hidden;
}

.qr-code {
    height: auto !important;
}

#hamburger.active #one {
    transform: rotate(45deg) translateX(5px) translateY(4px);
}

#hamburger.active #two {
    opacity: 0;
}

#hamburger.active #three {
    transform: rotate(-45deg) translateX(6px) translateY(-5px);
}

@media (max-width: 992px) {
    #hamburger {
        visibility: visible;
        opacity: 1;
    }

    .mobile-menu .mobile-menu__items {
        padding-inline-start: 0;
        padding-top: 60px;
        background-color: transparent;
    }

    .change_language {
        font-size: 16px;
    }
}

.mobile-menu {
    z-index: 1;
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
    display: table;
}

.mobile-menu .mobile-menu__items {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.mobile-menu .mobile-menu__items li {
    display: block;
    text-align: center;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.mobile-menu .mobile-menu__items li:hover {
    color: #fff;
    background: transparent;
}

.mobile-menu .mobile-menu__items li:hover a {
    transition: all 0.3s ease-out;
    color: #fff;
}

.mobile-menu .mobile-menu__items li a {
    color: #fff;
}

.mobile-menu.active {
    visibility: visible;
    opacity: 0.99;
}

@media (min-width: 992px) {
    .mobile-menu {
        visibility: hidden !important;
    }

}

header {
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

nav #menu {
    list-style: none;
}

#openModal .form .children input {
    height: 16px;
    margin-top: 2px;
    width: 30px;
}

.search_form .form .children input {
    height: 16px;
    margin-top: 2px;
    width: 30px;
}

.search_form .form .children {
    display: flex;
    width: 48%;
    height: 52px;
    margin: 15px 0 15px 0;
}

.children {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin: 15px 0;
    width: 38%;
    justify-content: flex-end;
}

.children label {
    color: #fff;
    width: 100%;
    text-align: left;
}

.children span {
    color: #ccc;
    font-size: 12px;
    text-align: left;
    width: 100%;
}

.child_label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

#result_child {
    width: 72%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

#result_childs {
    width: 72%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-right: -8px;
}

.count_btn-child {
    flex-direction: column;
    gap: 8px;
    margin: 0 8px;
}

.count_btn-child img {
    width: 18px;
}

.count_btn-child span:last-child {
    border-top: 1px solid #fff;
}

.plus_btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
}

.minus_btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    border: none;
}


.count_btn-child-old {
    flex-direction: column;
    gap: 8px;
    margin: 0 8px;
}

.count_btn-child-old img {
    width: 18px;
}

.count_btn-child-old span:last-child {
    border-top: 1px solid #fff;
}

.plus_btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
}

.minus_btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    border: none;
}

.incremental-input-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 50%;
}

.incremental-input-child input {
    width: 100%;
    padding-left: 20px;
    text-align: left;
}

.incremental-input-child-old {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 50%;
}

.incremental-input-child-old input {
    width: 100%;
    padding-left: 20px;
    text-align: left;
}



#result_childs .incremental-input-child {
    width: 100%;
}

#result_childs .incremental-input-child-old {
    width: 100%;
}

.count-night {
    min-width: 118px;
}

.room-category {
    min-width: 150px;
}

.room-list2 .room-category {
    min-width: 221px;
}

.room-list2 .count-room {
    min-width: 175px;
    height: 50px;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .blocks {
        display: block;
    }

    .col-md-3 {
        width: 90%;
    }

    .incremental-input {
        width: 100%;

    }

    .date_picker {
        width: 100%;
        margin-bottom: 10px;
    }

    .search_form .form .children {
        width: 100%;
        margin: 10px 0 0 0;
    }

    #result_childs {
        width: 100%;
        margin-bottom: 10px;
    }

    .dropdown {
        margin: 10px 0;
    }

    .forest_txt {
        font-size: 42px;
    }

    .offset-1 {
        margin-left: 0;
    }

    .img_box4_mobile .box_txt4 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 130px;
    }

    .img_box4_mobile {
        margin-top: 120px;
        justify-content: space-evenly;
    }

    .infro .header-section h1 {
        width: 100%;
        text-align: center;
    }

    .header-section {
        padding: 30px;
    }

    #rooms .container .row:nth-child(2) {
        padding: 0 30px 30px 25px;
    }

    .footer {
        padding: 0 20px;
    }

    .footer_logo img {
        width: 60px;
    }

    .footer_logo h1>span {
        font-size: 31px;
    }

    .footer_logo h1 {
        font-size: 18px;
    }

    .gis_links a {
        font-size: 15px;
    }

    .service_menu li>a {
        font-size: 14px;
    }

    .children {
        width: 100%;
    }

    #result_child {
        width: 100%;
    }

    .incremental-input-child {
        width: 100%;
    }

    .incremental-input-child-old {
        width: 100%;
    }

    #result_child {
        margin-bottom: 15px;
    }

    #openModal .content-modal {
        padding: 0;
    }

    .blocks:first-child {
        margin-top: 40px;
    }

    .count_rooms {
        padding: 0 20px;
        margin-bottom: 15px;
    }

    #search_result {
        padding: 0 20px 20px 20px;
    }

    .alert {
        margin-top: 0;
    }

    .room-list2 li:first-child>select {
        width: 100%;
    }

    #openModal .counter-input-child input {
        min-width: 75%;
    }

    #openModal .counter-input-child-old input {
        min-width: 75%;
    }

    .del_btn {
        right: -5px;
        top: 16%;
        bottom: auto;
    }

    .room-list2 .count-room {
        min-width: auto !important;
        width: 40%;
        margin-top: -4px;
    }

    .count-night {
        min-width: auto !important;
        width: 25%;
    }

    #bookingForm {
        padding: 0 20px 20px 20px;
    }

    #buyModal {
        padding: 0 20px;
        position: fixed;
        height: 100vh;
    }

    .room-list {
        margin-top: 0;
    }

    .room-category {
        min-width: 130px;
    }

    .c_first_block .head_txt h1 {
        font-size: 32px;
    }

    .c_first_block p {
        font-size: 14px;
    }

    .c_first_block .d-flex {
        flex-direction: column;
        gap: 0 !important;
    }

    .c_form input {
        width: 100%;
    }
}

.c_block2 img {
    width: 100%;
}

.room-list .count-night {
    border-right: 1px solid #ccc;
}

#openModal .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 8px
}

.children label {
    font-size: 14px;
}

@media (max-height: 600px) {
    .first_block .head_txt h1 {
        font-size: 32px;
    }

    .first_block .head_txt h1>span {
        font-size: 56px;
    }

    .first_block .head_txt p {
        font-size: 16px;
    }

    .form input {
        height: 45px;
    }

    .date_picker::after {
        bottom: 14px;
    }

    .dropdown__filter {
        padding: 11px;
    }

    .search_btn {
        height: 46px;
    }

    .search_form .form .children {
        height: 29px;
    }
}

.bg-white {
    background-color: #fff;
}

#package {
    z-index: 1;
    position: relative;
}

.package .head-txt h1 {
    font-size: 52px;
    color: #000;
}

.package .head-txt {
    margin-bottom: 80px;
}

.package .item {
    max-width: -webkit-fill-available;
}

.package .card-box {
    max-width: -webkit-fill-available;
}

.package .book_now {
    max-width: -webkit-fill-available;
}

.book_pack {
    margin-top: 8px;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.book_pack:hover {
    background-color: #fff;
    color: #1d1d1d;
}

.package .card-title p {
    font-size: 18px;
}

.package .description ul {
    padding-inline-start: 20px;
}

.people_count {
    font-size: 18px;
}

.package .description {
    position: relative;
}



#package .owl-carousel .owl-item img {
    height: fit-content;
}

#package .img-box {
    height: fit-content !important;
}

#package .owl-carousel .owl-stage-outer {}

.pad-15px {
    height: 1100px;
}

@media (max-width: 786px) {
    #package .owl-carousel .owl-item img {
        height: inherit;
        width: 100%;
    }

    .pad-15px {
        padding: 0 15px;
    }

    .package .head-txt {
        text-align: center;
        margin-bottom: 40px;
    }
}

#package .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.blocks .children {
    display: none!important;
    margin: 15px!important;
}
.mg-8 {
    margin-bottom: 8px;
}