@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;700&display=swap");

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat Alternates", sans-serif;
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    scroll-behavior: smooth;
    max-width: 100%;
}

a {
    color: #333;
}

body,
html {
    color: #333;
    height: 100%;
}

header {
    background-color: #eee;
}

.wrapper {
    width: 90%;
    max-width: 1800px;
    margin: auto;
}

.header__top {
    background-color: #fff;
    padding: 20px 0px;
}

.mt20{
    margin-top: 20px;
}

.header__top .wrap-header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__top .wrap-header-top .header__top-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__top .wrap-header-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.header__top .wrap-header-top a span {
    margin-left: 5px;
}

.header__top .wrap-header-top a + a {
    margin-left: 12px;
}

.header__top .wrap-header-top a:hover {
    opacity: 0.5;
}

.wrap-header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
}

.wrap-header-bottom .header__logo img {
    height: 80px;
    border-radius: 100%;
}

.wrap-header-bottom .header__main-menu span + span {
    margin-left: 15px;
}

.wrap-header-bottom .header__main-menu span.reservation {
    background-color: #2874ca;
    padding: 10px 20px;
    border-radius: 10px;
}

.wrap-header-bottom .header__main-menu span.reservation a {
    color: #fff;
}

.wrap-header-bottom .header__main-menu span a:hover {
    opacity: 0.5;
}

main .wrapper .block {
    margin-top: 70px;
}

main .wrapper .block h2 {
    text-align: center;
}

.mt40 {
    margin-top: 40px;
}

.swiper {
    height: 300px;
    width: 100%;
}

.swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.control-btn {
    z-index: 99;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control-btn .btn-slide {
    width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.block__map iframe {
    width: 100%;
}

footer {
    margin-top: 70px;
    background-color: #eee;
    padding: 40px 0px;
}

footer .footer-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
}

footer .footer-wrap .footer__menu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
}

footer .footer-wrap .footer__menu-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer-wrap .footer__menu-links a span {
    margin-left: 7px;
}

footer .footer-wrap .footer__menu-links a + a {
    margin-top: 8px;
}

.block__reserv_with-date {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 7 ];
    grid-template-columns: repeat(7, 1fr);
}

.block__reserv_with-date .block__reserv_date {
    padding: 20px;
    width: 140px;
    cursor: pointer;
}

.block__reserv_with-date .block__reserv_date .block__reserv_date-title {
    font-weight: 700;
}

.block__reserv_with-date .block__reserv_date .block__reserv_date-sub-title {
    font-size: 14px;
    margin-top: 8px;
}

.block__reserv_with-date .block__reserv_date.active {
    background-color: #f3f3f3;
    border-radius: 5px;
}

.block__reserv_with-date .block__reserv_date.active .block__reserv_date-title {
    color: green;
}

.block__reserv_with-date .block__reserv_date:hover {
    color: green;
}

.block__reserv_with-cort {
    margin-top: 30px;
    display: none;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    height: 400px;
    overflow: auto;
}

.block__reserv_with-cort .block-cort-reserved {
    margin-top: 20px;
}

.block__reserv_with-cort .block-cort-reserved .block-cort-res {
    padding: 20px 15px;
    background-color: #f3f3f3;
    border-radius: 5px;
}

.block__reserv_with-cort .block-cort-reserved .block-cort-res p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}

.block__reserv_with-cort .block-cort-reserved .block-cort-res p svg {
    margin-right: 6px;
}

.block__reserv_with-cort .block-cort-reserved .block-cort-res p + p {
    margin-top: 8px;
}

.block__reserv_with-cort .block-cort-reserved .block-cort-res p.block-cort-res_price {
    font-weight: 700;
    color: green;
}

.block__reserv_with-cort .block-cort-reserved .block-cort-res.reserved {
    background-color: tomato;
}

.block__reserv_with-cort .block-cort-reserved .block-cort-res.reserved p {
    color: #fff;
}

.block__reserv_with-cort .block-cort-reserved .block-cort-res.reserved p.block-cort-res_price {
    opacity: 0.4;
}

.block__reserv_with-cort .block-cort-reserved .block-cort-res + .block-cort-res {
    margin-top: 15px;
}

.block__reserv-status {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block__reserv-status .block__reserv-status-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block__reserv-status .block__reserv-status-main .block__reserv-status-mainn {
    height: 20px;
    width: 20px;
    border-radius: 5px;
}

.block__reserv-status .block__reserv-status-main .block__reserv-status-mainn.active {
    background-color: #f3f3f3;
}

.block__reserv-status .block__reserv-status-main .block__reserv-status-mainn.no-active {
    background-color: tomato;
}

.block__reserv-status .block__reserv-status-main span {
    margin-left: 6px;
}

.block__reserv-status .block__reserv-status-main + .block__reserv-status-main {
    margin-left: 30px;
}

.block-cort-name {
    position: sticky;
    top: 0;
    padding-bottom: 15px;
    background: #fff;
    margin-bottom: -15px;
}

.block-cort-name p {
    font-weight: 700;
}

.modal {
    display: none;
}

.modal.show-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal.show-modal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.modal.show-modal .modal__content {
    position: relative;
    width: 80%;
    background-color: #eee;
    border-radius: 10px;
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal.show-modal .modal__content .modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: tomato;
    border-radius: 100%;
}

.modal.show-modal .modal__content .modal-close svg {
    fill: #fff;
}

.modal.show-modal .modal__content button {
    margin-top: 20px;
    height: 30px;
    width: 200px;
    background-color: #2874ca;
    border-radius: 5px;
    border: none;
    color: #fff;
}

.modal__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.modal__input .modal__input-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__input .modal__input-input {
    margin-left: 8px;
    width: 100%;
}

.modal__input .modal__input-input input {
    background: transparent;
    border: none;
    width: 100%;
}

.modal__input + .modal__input {
    margin-top: 10px;
}

.modal__input:nth-child(2) {
    margin-top: 20px;
}

.color-active {
    color: green;
}

.sm-text {
    font-size: 12px;
}

.modal__reservation .modal__reservation-wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.modal__reservation .modal__reservation-wrapper .modal__reservation_block {
    margin-top: 15px;
}

.modal__reservation .modal__reservation-wrapper .modal__reservation_block p + p {
    margin-top: 10px;
}

.modal__reservation .modal__reservation-wrapper .modal__reservation_block .modal__reservation_block-location {
    margin-top: 10px;
}

.modal__reservation .modal__reservation-wrapper .modal__reservation_block .modal__reservation_block-sum {
    margin-top: 15px;
    border-top: 1px solid silver;
    padding-top: 5px;
}

.modal__reservation .modal__reservation-wrapper .modal__reservation_block .modal__reservation_block-title {
    font-weight: 700;
}

.wrapper-login {
    background-color: #eee;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-login form {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 500px;
    border-radius: 10px;
    padding: 40px 30px;
}

.wrapper-login form h2 {
    text-align: center;
}

.wrapper-login form .wrap-input {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper-login form .wrap-input input {
    height: 40px;
    padding: 0px 10px;
}

.wrapper-login form .wrap-input input + input {
    margin-top: 15px;
}

.wrapper-login form button {
    height: 40px;
    margin-top: 20px;
    background-color: #2874ca;
    color: #fff;
    border: none;
    width: 250px;
}

.block__reviews {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.block__reviews .block__reviews_review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block__reviews .block__reviews_review-header span {
    margin-left: 6px;
}

.block__reviews .block__reviews_review-text {
    background-color: #eee;
    padding: 20px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.menu-mobile {
    background-color: whitesmoke;
    padding: 15px 0px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 98;
    right: 0;
    display: none;
}

.menu-mobile .dg {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.menu-mobile .dg .menu-mobile__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-mobile .dg .menu-mobile__item a .menu-mobile__item-text p {
    font-size: 10px;
}

.wrapper-img-bank {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    grid-gap: 20px;
}

.wrapper-img-bank img {
    margin: auto;
}

.mobile-logo {
    display: none;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-logo img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

@media (max-width: 980px) {
    .wrapper {
        width: 95%;
    }

    .header__bottom {
        display: none;
    }

    .menu-mobile {
        display: block;
    }

    .block__reviews {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    footer {
        padding: 40px 0px 80px;
    }

    footer .footer-wrap {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    footer .footer-wrap a {
        font-size: 14px;
    }

    footer .footer-wrap .footer__contact {
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .block__reserv {
        overflow: hidden;
    }

    .block__reserv_with-date {
        overflow: auto;
    }

    .block__reserv_with-cort {
        overflow: auto;
    }

    .block__reserv_with-cort .block-cort-res {
        width: 120px;
    }

    .modal.show-modal .modal__content {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }

    main .wrapper .block {
        margin-top: 40px;
    }
    .mobile-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 480px) {
    .header__top .wrap-header-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__top .wrap-header-top .header__top-phone {
        margin-top: 15px;
    }

    .block__reviews {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }

    .wrapper-img-bank {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*# sourceMappingURL=index.css.map */


.b-active {
    display: -ms-grid;
    display: grid;
}

.wrapper-admin {
    width: 80%;
    margin: 20px auto;
}

.wrapper-admin .wrapper-admin__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-admin .wrapper-admin__header .wrapper-admin__header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-admin .wrapper-admin__header .wrapper-admin__header-link a {
    background-color: #2b61c7;
    color: #fff;
    height: 40px;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
}

.wrapper-admin .wrapper-admin__header .wrapper-admin__header-link a + a {
    margin-left: 30px;
}

.wrapper-admin .wrapper-admin__header .wrapper-admin__header-link a:nth-child(1) {
    background-color: transparent;
    color: #333;
    border-bottom: 1px solid #333;
}

.wrapper-admin .admin-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.wrapper-admin .admin-nav a {
    border: 1px solid #333;
    border-radius: 5px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 20px;
}

.wrapper-admin .admin-nav a + a {
    margin-left: 30px;
}

.wrapper-admin .admin-nav a.active {
    background-color: #2b61c7;
    color: #fff;
}

.wrapper-admin .admin-nav a:hover {
    background-color: #2b61c7;
    color: #fff;
}

.wrapper-admin table,
.wrapper-admin th,
.wrapper-admin td {
    border: 1px solid black;
    border-collapse: collapse;
}

.wrapper-admin .filters-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.wrapper-admin .filters-table select {
    height: 40px;
    border-radius: 5px;
    width: 200px;
}

.wrapper-admin .filters-table select + select {
    margin-left: 30px;
}

.wrapper-admin .block-price {
    margin-top: 50px;
}

.wrapper-admin table {
    width: 100%;
    margin-top: 50px;
}

.wrapper-admin table th, .wrapper-admin table td {
    padding: 10px;
}

.wrapper-admin table td {
    font-size: 14px;
}

.admin-top {
    display: flex;
    justify-content: space-between;
}

.errors-block {
    display: none;
    margin-top: 15px;
}

.errors-block p {
    color: tomato;
    font-size: 12px;
}

.block-thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.block-thanks p {
    margin-top: 10px;
    font-size: 14px;
}

.block-thanks a {
    background-color: #0066ff;
    color: #fff;
    height: 40px;
    width: 250px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.footer__logo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.admin-button{
    display: block;
    padding: 15px 30px;
    margin: 15px auto;
    font-weight: bold;
}
