@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700italic,400italic,700&subset=latin,cyrillic);

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

hr.down {
    border: 0;
    width: 100%;
    height: 5px;
    background: rgb(224,223,223);
    background: linear-gradient(0deg, rgba(241, 241, 241, 0) 0%, rgba(217, 217, 217, 0.5) 100%);
}

hr.up {
    border: 0;
    width: 100%;
    height: 5px;
    background: rgb(224,223,223);
    background: linear-gradient(180deg, rgba(241, 241, 241, 0) 0%, rgba(217, 217, 217, 0.5) 100%);
}

hr.footer-dotted {
    position: relative;
    margin: 20px 0;
    border: 0;
    display: block;
    width: 100%;
    height: 8px;
    background: url(../img/footerline.gif) 0 0 repeat-x;
}

.btn {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    position: relative;
    text-decoration: none;
    background: #bbb;
    padding: 0 5px;
    line-height: 18px;
    height: 18px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    border: 0;
    cursor: pointer;
    zoom: 1;
    *display: inline;
}

.btn img {
    padding-left: 2px;
}

.toggle-map.btn.btn-grey img {
    width: 8px;
    height: 9px;
}

.btn.btn-grey {
    color: #333;
    padding: 4px 20px;
    border-radius: 3px;
    background: #E4E4E4;
    transition: .3s;
}

.btn.btn-grey:hover{
    padding: 4px 22px;
    background: #f1f1f1;
}

.items-slider-block.random {
    margin-bottom: 80px;
}

.btn.btn-label {
    height: 15px;
    line-height: 15px;
    padding: 0 3px;
    text-transform: uppercase;
}

.btn.btn-label a {
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

.btn.btn-label.btn-xls {
    background: #b1b1b1;
}

.btn.btn-label.btn-xls:before {
    position: absolute;
    top: 0;
    left: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: url(../img/btn/button-label-grey1.gif) 0 0 no-repeat;
}

.btn.btn-label.btn-xls:after {
    position: absolute;
    top: 0;
    right: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: url(../img/btn/button-label-grey2.gif) 0 0 no-repeat;
}

.btn.btn-label.btn-jpg {
    background: #06b028;
}

.btn.btn-label.btn-jpg:before {
    position: absolute;
    top: 0;
    left: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: url(../img/btn/button-label-green1.gif) 0 0 no-repeat;
}

.btn.btn-label.btn-jpg:after {
    position: absolute;
    top: 0;
    right: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: url(../img/btn/button-label-green2.gif) 0 0 no-repeat;
}

.btn.btn-label.btn-doc {
    background: #0088cc;
}

.btn.btn-label.btn-doc:before {
    position: absolute;
    top: 0;
    left: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: url(../img/btn/button-label-blue1.gif) 0 0 no-repeat;
}

.btn.btn-label.btn-doc:after {
    position: absolute;
    top: 0;
    right: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: url(../img/btn/button-label-blue2.gif) 0 0 no-repeat;
}

.btn.btn-label.btn-pdf {
    background: #b90000;
}

.btn.btn-label.btn-pdf:before {
    position: absolute;
    top: 0;
    left: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: url(../img/btn/button-label-red1.gif) 0 0 no-repeat;
}

.btn.btn-label.btn-pdf:after {
    position: absolute;
    top: 0;
    right: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: url(../img/btn/button-label-red2.gif) 0 0 no-repeat;
}

.pager {
    border-top: 2px solid #333;
    margin-top: 2px;
    padding-top: 10px;
    text-align: center;
    *zoom: 1;
}

.pager:before,
.pager:after {
    display: table;
    content: "";
    line-height: 0;
}

.pager:after {
    clear: both;
}

.pager a {
    color: #333;
    font-size: 12px;
}

.pager a:hover {
    color: #06b028;
}

.pager .prev {
    float: left;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 40px;
}

.pager .next {
    float: right;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 40px;
}

.pager .list {
    display: inline-block;
    font-size: 0;
    list-style: none;
    zoom: 1;
    *display: inline;
}

.pager .list li {
    display: inline;
    font-size: 24px;
    line-height: 40px;
    margin: 0 4px;
}

.pager .list li a {
    font-size: 24px;
}

.pager .list li.active {
    color: black;
    position: relative;
}

.pager .list li.active a {
    color: #000;
    text-decoration: none;
}

.pager .list li.active a:after {
    position: absolute;
    display: block;
    content: "^";
    width: 10px;
    height: 10px;
    bottom: -5px;
    font-size: 12px;
    left: 0;
    right: 0;
    color: black;
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
}

.pager .list li:hover a {
    color: #06b028;
}

blockquote,
p.blockquote {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
}

a {
    color: #0b6f8c;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

body {
    font-family: 'Pt Serif';
    font-size: 14px;
    color: #333;
    background: url(../img/body-bg.jpg) 0 0 repeat;
}

.container {
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (min-width: 960px) {
    .container {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

.header {
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.32);
    background: #3c210d url(../img/header-bg.jpg) 0 0 repeat-x;
}

.object-name-hide-scroll {
    display: none;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    width: 68%;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-call {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.22);
}

.button-call a {
    text-decoration: none;
    margin-left: 12px;
    line-height: 26px;
}

.table-desktop {
    display: none;
}

.table-desktop td {
    vertical-align: top;
}

.toggle-price,
.toggle-price-mobile{
    cursor: pointer;
    position: absolute;
    right: 0;
    width: fit-content;
    font-size: 13px;
    line-height: 18px;
    transition: .3s;
}

.toggle-price{
    padding: 4px 15px;
    background-color: #E4E4E4;
    border-radius: 2px;
    bottom: 15px;
}

.toggle-price-mobile{
    bottom: 10px;
    border-bottom: 1px dashed #333;
}

.toggle-price:hover{
    padding: 4px 17px;
    background-color: #f1f1f1;
}

.table-mobile {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.table-mobile td {
    font-size: 15px !important;
    padding-right: 10px !important;
    padding-bottom: 11px !important;
    display: inline-block;
    vertical-align: top;
    border-spacing: 14px;
}

.table-mobile .price {
    font-size: 16px !important;
}

@media screen and (min-width: 767px) {

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

    .header {
        position: static;
    }

    .table-desktop {
        position: relative;
        display: block;
    }

    .table-mobile {
        display: none;
    }

    .button-call {
        display: none;
    }

    .object-name-hide-scroll {
        display: none;
    }

    .header.fixed {
        position: fixed;
        height: 58px;
    }

    .header.fixed .menu {
        top: 14px !important;
    }

    .header.fixed .logo {
        font-size: 17px !important;
        margin-top: 3px !important;
    }

    .navigation.fixed table a {
        font-size: 13px !important;
    }

    .header.fixed .logo img {
        width: 30px !important;
    }

    .header.fixed .logo div {
        margin-top: 5px !important;
    }

    .header.fixed .fav {
        display: none !important;
    }

    .header.fixed .menu-icon-name {
        display: none;
    }

    .navigation.fixed {
        position: fixed;
        top: 58px;
        z-index: 100;
        width: 100%;
    }

    .main.container.fixed {
        margin-top: 290px;
    }

    .main.container.not-fixed {
        margin-top: 170px;
    }
}

.header>.container {
    position: relative;
    height: 95px;
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    .header>.container {
        height: 128px;
    }
}

.header>.container:before,
.header>.container:after {
    display: table;
    content: "";
    line-height: 0;
}

.header>.container:after {
    clear: both;
}

.header a {
    color: #fff;
}

.header .logo {
    font-size: 26px;
    font-weight: bold;
    margin-top: 25px;
    position: relative;
}

@media screen and (min-width: 960px) {
    .header .logo {
        margin-top: 36px;
        font-size: 30px;
    }
}

.header .logo a {
    display: flex;
    align-items: flex-end;
    text-decoration: none;
}

.header .logo img {
    width: 38px;
    height: 46px;
    padding-right: 10px;
}

@media screen and (min-width: 960px) {
    .header .logo div {
        margin-top: 1px;
    }
}

.object-name-hide{
    width: 172px;
    height: 46px;
}

.header .logo p {
    height: 32px;
    margin-bottom: 0;
}

.header .logo small {
    display: block;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.header .menu {
    position: absolute;
    right: 0;
    display: none;
    font-size: 11px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

@media screen and (min-width: 768px) {
    .header .menu {
        display: block;
        top: 20px;
    }
}

@media screen and (min-width: 960px) {
    .header .menu {
        top: 40px;
        right: 90px;
    }
}

.header .menu ul {
    list-style: none;
}

.header .menu li {
    float: left;
    width: 80px;
    margin-left: -6px;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .header .menu li {
        margin-left: -2px;
    }
}

.header .menu li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8px;
}

.header .fav {
    position: absolute;
    bottom: 0;
    right: -10px;
    display: none;
    width: 80px;
    height: 54px;
    padding-top: 30px;
    text-align: center;
    background: url("../img/fav.png") bottom center no-repeat;
    font-size: 11px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

@media screen and (min-width: 960px) {
    .header .fav {
        display: block;
    }
}

.navigation {
    display: none;
    background: url("../img/nav-bg.jpg") 0 0 repeat-x;
}

@media screen and (min-width: 960px) {
    .navigation {
        display: block;
    }
}

.navigation>.container {
    position: relative;
    height: 62px;
}

.navigation table {
    width: 100%;
    height: 100%;
    text-align: center;
}

.navigation table a {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    vertical-align: bottom;
    transition: opacity .3s;
}

.navigation table a:hover {
    opacity: 0.5;
}

.navigation table a.active {
    opacity: 0.5;
    text-decoration: none;
}

.navigation table img {
    height: 16px;
    width: auto;
    vertical-align: middle;
    padding-right: 10px;
}

.navigation table td:first-child {
    width: 110px;
    padding-right: 40px;
    text-align: left;
}

.navigation table td:last-child {
    width: 264px;
    text-align: right;
}

/*.navigation.navigation-footer {
    background: url(../img/nav-bg-down.jpg) 0 0 repeat-x;
}*/

.main {
    margin-top: 115px;
    margin-bottom: 60px;
    *zoom: 1;
    min-height: 300px;
}

@media screen and (min-width: 768px) {
    .main {
        margin-top: 20px;
    }
}

.main:before,
.main:after {
    display: table;
    content: "";
    line-height: 0;
}

.main:after {
    clear: both;
}

.main .page {
    margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
    .main .page {
        float: left;
        width: 680px;
        margin-bottom: 0;
    }
}

.main .page .tab {
    display: none;
    position: relative;
    background: #fff;
    padding: 25px 0;
    padding-right: 0;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    font-size: 0;
    text-align: center;
    *zoom: 1;
}

.main .page .tab:before,
.main .page .tab:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .page .tab:after {
    clear: both;
}

.main .page .tab .list {
    display: inline-block;
    width: 135px;
    margin: 0 15px;
    list-style: none;
    font-size: 14px;
    vertical-align: top;
    text-align: left;
    zoom: 1;
    *display: inline;
}

.main .page .tab .list li {
    font-size: 11px;
    line-height: 14px;
    height: 14px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    padding: 7px 0;
}

.main .page .tab .list li a {
    padding: 0;
}

.main .page .tab .list li.active a {
    text-decoration: none;
    padding: 0;
    margin-left: 4px;
    color: #fff;
    background: #0088cc;
    position: relative;
    padding: 1px 5px;
}

.main .page .tab .list li.active a:hover {
    color: #fff;
}

.main .page .tab .list li.active a:before {
    position: absolute;
    top: 0;
    left: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 14px;
    background: url(../img/btn/button-tab-blue1.gif) 0 0 no-repeat;
}

.main .page .tab .list li.active a:after {
    position: absolute;
    top: 0;
    right: -3px;
    content: "";
    display: block;
    width: 3px;
    height: 18px;
    background: url(../img/btn/button-tab-blue2.gif) 0 0 no-repeat;
}

/* .main .page .tab .list li.active a + span {
  display: inline;
} */
.main .page .tab .list li a {
    color: #666;
    padding: 2px;
}

.main .page .tab .list li a:hover {
    color: #06b028;
}

.main .page .tab .list li a:hover+span {
    display: inline;
}

.main .page .tab .list li span {
    display: none;
    padding-left: 4px;
    color: #666;
}

.main .page .districts .triangle {
    position: absolute;
    width: 37px;
    height: 20px;
    display: block;
    background: red;
    top: -20px;
    left: 250px;
    background: url("../img/tab-triangle.png") 0 0 no-repeat;
}

.main .page .roominess {
    text-align: left;
}

.main .page .roominess .triangle {
    position: absolute;
    width: 37px;
    height: 20px;
    display: block;
    background: red;
    top: -20px;
    left: 510px;
    background: url("../img/tab-triangle.png") 0 0 no-repeat;
}

.main .page .roominess .list {
    width: 126px;
    margin: 0 20px;
}

.main .page h1 {
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
    .main .sidebar {
        width: 235px;
        float: right;
    }
}

.main .sidebar .widget{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.main .sidebar .widget header {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}


.main .sidebar .widget section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.items-slider-block.random .slick-slide{
    margin: 0 5px;
}

.item.random-objects a{
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.item.random-objects a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recomend-slider {
    width: 100%;
}

.recomend-slider .slick-slide {
    margin: 0 5px;
    height: auto;
}

.recomend-slider-block .recomend-slider-header {
    font-size: 18px;
    margin-bottom: 10px;
}

.recomend-slider-block.mob .recomend-slider-header {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px;
    background-color: #fff;
}

.item-slide{
    position: relative;
    width: auto;
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.recomend-slider .item-slide a {
    width: 100%;
    height: 100%;
}

.item-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-slide-name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    box-sizing: border-box;
}

.recomend-slider .under-banner {
    font-size: 15px !important;
}

.recomend-slider .item a {
    position: relative;
    display: block;
    width: 190px;
    height: 120px;
    overflow: hidden;
    background-color: #ececec;
}

.recomend-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .sidebar .news header {
    text-decoration: underline;
}

.main .sidebar .news section {
    font-size: 11px;
    min-height: 80px;
    padding: 19px 0px 24px 0px;
    background: url(../img/news/top.png) 0 0 no-repeat, url(../img/news/bottom.png) 0 100% no-repeat;
}

@media screen and (max-width: 960px) {
    .main .sidebar .news section {
        font-size: 11px;
        width: 235px;
        margin: 0 auto;
    }
}

.main .sidebar .news .item-round {
    padding: 0 4px;
    background: url(../img/news/back.png) 0 0 repeat-y;
    background-color: #e5e8e8;
}

.main .sidebar .news .item-round .item {
    height: auto;
    *zoom: 1;
    padding: 10px 14px;
    border-bottom: 1px solid #cbd1d2;
}

.main .sidebar .news .item:before,
.main .sidebar .news .item:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .sidebar .news .item:after {
    clear: both;
}

.main .sidebar .news .item a {
    float: left;
    width: 160px;
    font-weight: normal;
}

.main .sidebar .news .item .date {
    float: right;
    font-weight: normal;
    color: #999999;
}

.main .sidebar .invoice {
    padding-bottom: 67px;
    position: relative;
    background: url("../img/sidebar-invoice.jpg") 0 0 no-repeat;
    margin: 0 auto;
    width: 235px;
}

@media screen and (min-width: 960px) {
    .main .sidebar .invoice {}
}

.main .sidebar .invoice footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 67px;
    width: 100%;
    background: url("../img/sidebar-invoice-bottom.jpg") 0 0 no-repeat;
}

@media screen and (min-width: 960px) {
    .main .sidebar .invoice footer {}
}

.main .sidebar .invoice header {
    text-align: center;
    text-decoration: underline;
    padding-top: 12px;
}

.main .sidebar .invoice section {
    font-weight: normal;
    color: #333;
    padding-top: 10px;
    font-size: 14px;
    background: url(../img/news/vestnik-back.png) 0 0 repeat-y;
    padding: 10px 15px 0px 15px;
    font-size: 11px;
    width: 200px;
}

@media screen and (min-width: 960px) {
    .main .sidebar .invoice section {}
}

.main .sidebar .invoice section a {
    color: #333;
}

.main .sidebar .invoice section .top {
    border-bottom: 1px dashed #333;
    margin-bottom: 16px;
}

.main .sidebar .invoice section .top>p {
    margin-bottom: 4px;
}

.main .sidebar .invoice section .item {
    padding: 8px 0;
    *zoom: 1;
}

.main .sidebar .invoice section .item:before,
.main .sidebar .invoice section .item:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .sidebar .invoice section .item:after {
    clear: both;
}

@media screen and (min-width: 960px) {
    .main .sidebar .invoice section .item a {
        float: left;
        width: 180px;
    }
}


.main .sidebar .invoice section .item .price {
    float: right;
}

.single-page .about .price p {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.toggle {
    display: block;
    cursor: pointer;
    position: absolute;
    color: #ffffff;
    width: 110px;
    height: 18px;
    font-size: 11px !important;
    background: url(../img/show-more.svg) no-repeat;
}

.toggle span {
    margin-left: 7px;
    font-weight: bold;
    line-height: 17px;
}

.toggle:hover {
    background: url(../img/show-more-hover.svg) no-repeat;
}

#hide-price {
    display: none;
}

#hide-price-mobile {
    display: none;
}


.main .sidebar .recipes header {
    text-decoration: underline;
}

.main .sidebar .recipes section {
    padding: 12px 18px 0 17px;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .main .sidebar .recipes section {
        height: 224px;
        text-align: left;
        background: url(../img/sidebar-recipes.png) 0 0 no-repeat;
    }
}

.main .sidebar .recipes section a {
    display: block;
    font-weight: normal;
}

@media screen and (min-width: 960px) {
    .main .sidebar .recipes section a {
        display: inline;
    }
}

.main .sidebar .recipes section img {
    margin-bottom: 6px;
}

.main .sidebar .choise section {
    font-weight: normal;
}

.footer {
    background: url(../img/header-bg.jpg) 0 0 repeat-x;
}

.footer>.container {
    position: relative;
    *zoom: 1;
    height: 112px;
}

.footer>.container:before,
.footer>.container:after {
    display: table;
    content: "";
    line-height: 0;
}

.footer>.container:after {
    clear: both;
}

.footer .logo {
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    font-size: 17px;
    margin-top: 30px;
}

.footer .ambi-logo {
    display: flex;
    margin-top: 25px;
}

.footer .ambi-logo img {
    width: 130px;
}

@media screen and (max-width: 560px) {
    .footer .ambi-logo {
        display: none;
    }
}

.footer .logo img {
    width: 38px;
    height: 46px;
    padding-right: 10px;
}

.footer .logo small {
    display: block;
    font-size: 17px;
}

.footer .marketing {
    display: none;
    float: right;
    margin-top: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #f40000;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .footer .marketing {
        display: block;
    }
}

.footer .marketing .phone {
    margin-top: -10px;
    font-weight: bold;
    color: #fff;
}

.footer .stick {
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 80px;
    height: 215px;
    background: url("../img/footer-stick.png") 0 0 no-repeat;
    z-index: 2;
}

@media screen and (min-width: 960px) {
    .footer .stick {
        right: 260px;
    }
}

.btn.btn-grey.sort-btn {
    display: none;
}

@media screen and (min-width: 960px) {
    .btn.btn-grey.sort-btn {
        display: inline-block;
        margin: 10px 0 20px 0;
    }
}

.main .main-page>header .btn:active {
    background: #06b028;
}

.main .main-page>header .btn:active:before {
    background: url(../img/btn/button-big-green1.gif) 0 0 no-repeat;
}

.main .main-page>header .btn:active:after {
    background: url(../img/btn/button-big-green2.gif) 0 0 no-repeat;
}

.main .main-page>header .btn.active {
    background: #0088cc;
}

.main .main-page>header .btn.active:before {
    background: url(../img/btn/button-big-blue1.gif) 0 0 no-repeat;
}

.main .main-page>header .btn.active:after {
    background: url(../img/btn/button-big-blue2.gif) 0 0 no-repeat;
}

.main .main-page .banket-list .banket-list-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main .main-page .banket-list .banket-list-wrapper .recomend-slider-block.mob{
    display: none;
    grid-column: span 2;
    min-width: 0;
    list-style: none;
}

.recomend-slider-block.desk{
    display: none;
}

@media (max-width: 960px) {
    .recomend-slider-block.desk{
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .recomend-slider-block.desk .recomend-slider{
        max-width: 300px;
        margin: 0 auto;
    }

    .recomend-slider-block.desk .recomend-slider .slick-list{
        overflow: visible;
    }
}

@media (max-width: 670px) {
    .main .main-page .banket-list .banket-list-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 500px) {
    .main .main-page .banket-list .banket-list-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main .main-page .banket-list .banket-list-wrapper .recomend-slider-block.mob{
        display: block;
    }

    .recomend-slider-block.desk{
        display: none;
    }

    .widget.recommend .mob{
        display: none!important;
    }
}

.main .main-page .banket-list .item {
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
    font-size: 11px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    vertical-align: top;
    text-align: left;
    padding: 8px;
    position: relative;
}

.main .main-page .banket-list .item .item__img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    background-color: #ececec;
}

.main .main-page .banket-list .item .item__img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .main-page .banket-list .item>a {
    position: relative;
    display: block;
    text-decoration: none;
}

.main .main-page .banket-list .item>a h2{
    display: flex;
    flex-direction: column;
    margin: 8px 0 4px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Pt Serif';
    color: #333;
}


.main .main-page .banket-list .item>a h2 span{
    color: #0b6f8c;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.main .main-page .banket-list .item.hold>a h2 span{
    color: #e79e11;
}

.main .main-page .banket-list .item img {
    display: inline-block;
    max-width: 100%;
}

.item.hold {
    position: relative;
    background: #fff;
    border: 1px solid #602E13;
}

.item .hold_image {
    top: -4px;
    left: 20px;
    position: absolute;
    width: 27px;
    z-index: 10;
}

.item.hold .name a {
    color: #EEAC72;
}

.main .main-page .banket-list .item.gold {
    background: #fff;
    border: 1px solid #ffe5d0;
}

.item .tur-3d {
    position: absolute;
    right: 0;
    top: 22px;
}

.item.gold .name a {
    color: #efad72;
}

.main .main-page .banket-list .item:last-child {
    margin-right: 0;
}

.main .main-page .banket-list .item p {
    margin: 0;
}

.main .main-page .banket-list .item .sort {
    font-size: 15px;
    font-family: 'Pt Serif';
    line-height: 16px;
    margin-bottom: 5px;
}

.main .main-page .banket-list .item .name a {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Pt Serif';
    line-height: 22px;
    padding: 0;
    margin: 0;
}

.main .main-page .banket-list .item .type {
    margin: 5px 0;
}

.main .main-page .banket-list .item .type+p {
    line-height: 20px;
}

.main .main-page .banket-list .item span {
    font-size: 18px;
}

.main .news-page {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}

.main .news-page>header {
    *zoom: 1;
    border-bottom: 2px solid #000;
    margin-bottom: 2px;
}

.main .news-page>header:before,
.main .news-page>header:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .news-page>header:after {
    clear: both;
}

.main .news-page>header h1 {
    float: left;
    font-weight: bold;
    font-size: 24px;
}

.main .news-page>header .right {
    text-align: right;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}


.mobile-bannan img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .main .news-page>header .right {
        float: right;
    }
}

.main .news-page>header .right p {
    margin: 0;
}

.main .news-page .wrap .item {
    padding: 10px 0;
    border-top: 1px solid #cbd1d2;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    *zoom: 1;
}

.main .news-page .wrap .item:before,
.main .news-page .wrap .item:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .news-page .wrap .item:after {
    clear: both;
}

@media screen and (min-width: 768px) {
    .main .news-page .wrap .item .left {
        width: 430px;
        float: left;
    }
}

.main .news-page .wrap .item .left h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 10px 0;
    font-family: 'Pt Serif';
}

.main .news-page .wrap .item .left h2 a:hover {
    color: #333;
}

.main .news-page .wrap .item .right {
    text-align: right;
    color: #666;
}

@media screen and (min-width: 768px) {
    .main .news-page .wrap .item .right {
        width: 170px;
        float: right;
    }
}

.main .news-page .wrap .item .right .date {
    font-size: 22px;
    padding-top: 5px;
}

.main .news-page .wrap .item .right a {
    color: #666;
}

@media screen and (min-width: 768px) {
    .main .news-page .wrap .item .right a {
        position: absolute;
        max-width: 210px;
        bottom: 10px;
        right: 0;
    }
}

.main .news-page .wrap .item:last-child {
    border-bottom: 1px solid #dddddd;
}

.main .news-page .wrap .item:hover {
    border-top-color: #333;
}

.main .news-page .wrap .item:hover .date {
    color: #333;
}

.main .news-page .wrap .item:hover+.item {
    border-top-color: #333333;
}

.main .news-page .wrap .item:hover:last-child {
    border-bottom-color: #333333;
}

.main .news-single-page {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}

.main .news-single-page>header {
    *zoom: 1;
    border-bottom: 2px solid #000;
    margin-bottom: 2px;
}

.main .news-single-page>header:before,
.main .news-single-page>header:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .news-single-page>header:after {
    clear: both;
}

.main .news-single-page>header h1 {
    float: left;
    font-weight: bold;
    font-size: 24px;
}

.main .news-single-page>header .right {
    float: right;
    text-align: right;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

.main .news-single-page>header .right p {
    margin: 0;
}

.main .news-single-page>header .right a {
    color: #666;
}

.main .news-single-page .post {
    *zoom: 1;
}

.main .news-single-page .post:before,
.main .news-single-page .post:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .news-single-page .post:after {
    clear: both;
}

.main .news-single-page .post>header {
    *zoom: 1;
    color: #444;
    margin-bottom: 20px;
    margin-top: 20px;
}

.main .news-single-page .post>header:before,
.main .news-single-page .post>header:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .news-single-page .post>header:after {
    clear: both;
}

.main .news-single-page .post>header h1 {
    font-weight: bold;
    font-size: 28px;
}

@media screen and (min-width: 768px) {
    .main .news-single-page .post>header h1 {
        float: left;
        width: 450px;
    }
}

.main .news-single-page .post>header .date {
    float: right;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 24px;
    padding-top: 5px;
}

.main .news-single-page .post>section {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.main .news-single-page .post>section .lead {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main .news-single-page .post>section a {
    color: #333;
}

.main .news-single-page .post>section a:hover {
    color: #06b028;
}

.main .news-single-page .post>section ul {
    margin-bottom: 10px;
    margin-left: 20px;
}

.main .news-single-page .post>section img {
    margin: 0 0 10px 10px;
    max-width: 100%;
}

.main .news-single-page .post>footer {
    *zoom: 1;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    padding: 40px 0;
}

.main .news-single-page .post>footer:before,
.main .news-single-page .post>footer:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .news-single-page .post>footer:after {
    clear: both;
}

.main .news-single-page .post>footer .social {
    float: left;
    width: 320px;
}

.main .news-single-page .post>footer .watch {
    float: right;
    width: 310px;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
}

.main .news-single-page .pager .list {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 40px;
}

.main .press-page {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}

.main .press-page>header {
    border-bottom: 2px solid #000;
    text-align: center;
    padding-bottom: 15px;
}

.main .press-page>header:before,
.main .press-page>header:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .press-page>header:after {
    clear: both;
}

.main .press-page>header a {
    color: #333;
}

header a {
    color: #333;
}

.main .press-page>header .left {
    float: left;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    text-align: left;
}

.main .press-page>header .left p {
    margin: 0;
}

.main .press-page>header h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    zoom: 1;
    *display: inline;
}

.main .press-single-page>header .zag {
    display: inline-block;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    zoom: 1;
    *display: inline;
    margin-bottom: 25px;
}

.main .press-single-page>header .zag a {
    text-decoration: none;
    color: #333;
}

.main .press-page>header .right {
    float: right;
    text-align: right;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

.main .press-page>header .right p {
    margin: 0;
}

.main .press-page .wrap .item {
    padding: 10px 0;
    border-top: 1px solid #cbd1d2;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    *zoom: 1;
}

.main .press-page .wrap .item:before,
.main .press-page .wrap .item:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .press-page .wrap .item:after {
    clear: both;
}

.main .press-page .wrap .item img {
    float: left;
    margin-right: 20px;
}

.main .press-page .wrap .item section {
    overflow: hidden;
}

.main .press-page .wrap .item section h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 10px 0;
    font-family: 'Pt Serif';
}

.main .press-page .wrap .item section h2 a:hover {
    color: #333;
}

.main .press-page .wrap .item:last-child {
    border-bottom: 1px solid #dddddd;
}

.main .press-page .wrap .item:hover {
    border-top-color: #333;
}

.main .press-page .wrap .item:hover+.item {
    border-top-color: #333333;
}

.main .press-page .wrap .item:hover:last-child {
    border-bottom-color: #333333;
}

.main .press-single-page {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}

.main .press-single-page>header {
    *zoom: 1;
    border-bottom: 2px solid #000;
    margin-bottom: 2px;
    text-align: center;
}

.main .press-single-page>header:before,
.main .press-single-page>header:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .press-single-page>header:after {
    clear: both;
}

.main .press-single-page>header a {
    color: #666;
}

.main .press-single-page>header .left {
    float: left;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    text-align: left;
}

.main .press-single-page>header .left p {
    margin: 0;
}

.main .press-single-page>header h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    zoom: 1;
    *display: inline;
}

.main .press-single-page>header .right {
    float: right;
    text-align: right;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

.main .press-single-page>header .right p {
    margin: 0;
}

.main .press-single-page .post {
    *zoom: 1;
}

.main .press-single-page .post:before,
.main .press-single-page .post:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .press-single-page .post:after {
    clear: both;
}

.main .press-single-page .post>header {
    *zoom: 1;
    color: #333;
    margin-bottom: 20px;
    margin-top: 20px;
}

.main .press-single-page .post-header>h1 {
    width: 100% !important;
}

.main .press-single-page .post>header:before,
.main .press-single-page .post>header:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .press-single-page .post>header:after {
    clear: both;
}

.main .press-single-page .post>header h1 {
    float: left;
    font-weight: bold;
    font-size: 24px;
    width: 450px;
}

.main .press-single-page .post>header .date {
    float: right;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 22px;
    padding-top: 5px;
}

.main .press-single-page .post>section {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 22px;
}

.main .press-single-page .post>section .image {
    width: 150px;
    margin: 0 0 10px 10px;
    font-size: 12px;
}

.main .press-single-page .post>section .image img {
    margin: 0;
}

.main .press-single-page .post>section .image p {
    margin-top: -3px;
    padding: 10px;
    background: #aaa;
    color: #fff;
}

.main .press-single-page .post>section a {
    color: #333;
}

.main .press-single-page .post>section a:hover {
    color: #06b028;
}

.main .press-single-page .post>section h3 {
    margin: 20px 0;
}

.main .press-single-page .post>section ul {
    margin-bottom: 10px;
    margin-left: 20px;
}

.main .press-single-page .post>section img {
    margin: 0 0 10px 10px;
}

.main .press-single-page .post>footer {
    *zoom: 1;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    padding: 40px 0;
}

.main .press-single-page .post>footer:before,
.main .press-single-page .post>footer:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .press-single-page .post>footer:after {
    clear: both;
}

.main .press-single-page .post>footer .social {
    float: left;
    width: 320px;
}

footer .social-line p,
footer .social-line div {
    display: inline-block;
}

.main .press-single-page .post>footer .watch {
    float: right;
    width: 310px;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
}

.main .press-single-page .pager .list {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 40px;
}

.main .single-page .bigpic {
    position: relative;
    width: 100%;
    height: calc(75px + (200 - 75) * ((100vw - 320px) / (1440 - 320)));
}

.main .single-page .bigpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .single-page .bigpic .social {
    display: none;
}

@media screen and (min-width: 960px) {
    .main .single-page .bigpic .social {
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: block;
    }
}

.main .single-page .content {
    background-color: #fff;
    padding: 20px 25px;
    border: 1px solid #ddd;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    position: relative;
}

@media screen and (max-width: 470px) {
    .main .single-page .content {
        padding: 20px 15px;
    }
}


.main .single-page .content>header {
    position: relative;
    margin-bottom: 25px;
}

.main .single-page.wed-page .content>header h1 {
    font-family: 'Pt Serif';
    font-weight: bold;
    width: auto;
    color: #333;
}

.object__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.object__header .link-in-resource-object {
    cursor: pointer;
    background-color: #E4E4E4;
    padding: 8px 15px;
    border-radius: 3px;
    transition: .3s;
}

.object__header .link-in-resource-object:hover{
    background-color: #f1f1f1;
}

.object__header .link-in-resource-object a {
    position: relative;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

.object__header .link-in-resource-object a:after {
    content: '';
    position: absolute;
    top: -3px;
    right: -9px;
    width: 8px;
    height: 8px;
    background: url(../img/link-icon.svg) no-repeat center center / cover;
}

.main .single-page .content .object__header h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-family: 'Pt Serif';
}

@media screen and (min-width: 960px) {
    .main .single-page .content .object__header h1 {
        font-size: 25px;
        line-height: 25px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 450px) {
    .main .single-page .content .object__header h1 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .main .single-page .content>header .single-logo {
        position: absolute;
        right: 0;
        bottom: -40px;
    }
}

.main .single-page .content>header .single-logo img {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.main .single-page .content>header .single-logo a {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    color: #666;
}

@media screen and (min-width: 960px) {
    .main .single-page .content>header .single-logo a {
        margin-top: 6px;
        margin-left: 12px;
        margin-bottom: 0;
    }
}

.main .single-page .content .map {
    margin-bottom: 20px;
    width: 100%;
}

.main .single-page .content .map .adress a {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.adress :nth-child(3) {
    margin-left: 10px;
}

@media screen and (min-width: 960px) {
    .main .single-page .content .map .adress {
        width: 383px;
    }
}

.map-block {
    display: none;
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
}

@media screen and (max-width: 960px) {
    .map-block iframe {
        width: 100% !important;
    }

    .map-block {
        display: none;
        margin-top: 0 !important;
        margin-bottom: -100px;
    }
}

html {
    overflow-y: scroll;
}

body {
    overflow-y: scroll;
}

.map-block.map-block-open {
    display: block;
}

.map-block img {
    display: block;
}

.main .single-page .content .about:after {
    clear: both;
}

.main .single-page .content .about>div {
    width: 209px;
    margin-bottom: 5px;
    font-size: 20px;
    position: relative;
}

.block-phones {
    background-color: #F5F5F5;
    padding: 12px;
    position: relative;
    width: 225px;
    height: 21px;
}

.main .single-page .content .about>div .small {
    font-size: 11px;
}

.main .single-page .content .about>div .small img {
    width: 10px;
    height: 10px;
}

.main .single-page .content .about>div p {
    font-size: 21px;
    margin-bottom: 5px;
}

.main .single-page .content .about>div p .btn {
    margin-right: 2px;
}

.main .single-page .content .about>div p a {
    margin-left: 2px;
    font-size: 14px;
    text-decoration: none;
}

.main .single-page .content .up {
    margin-bottom: 0;
}

.main .single-page .content .text ul {
    padding-left: 15px;
    margin: 20px 0;
}

.main .single-page .content .rooms-photo .row {
    padding: 14px 0;
    border-bottom: 1px solid #cbd1d2;
}

.main .single-page .content .rooms-photo .row:first-child {
    border-top: 0;
}

.main .single-page .content .rooms-photo .row:before,
.main .single-page .content .rooms-photo .row:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .single-page .content .rooms-photo .row:after {
    clear: both;
}

.station a {
    margin: 0;
    color: #0D0A0A !important;
    font-size: 13px !important;
    text-decoration: none;
}

.name__station {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    margin-right: 8px;
}

.name__station img{
    width: 10px;
    height: 10px;
    position: relative;
    top: 1px;
}

.main .single-page .content li.zalItem {
    list-style: none;
}

.main .single-page .content .rooms-photo .row .description {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .main .single-page .content .rooms-photo .row .slider .bx-next,
    .main .single-page .content .rooms-photo .row .slider .bx-prev {
        margin-top: -14px;
    }
}

.main .single-page .content .rooms-photo .row .description a {
    font-weight: bold;
    font-size: 18px;
}

.main .single-page .content .rooms-photo .row .description p {
    font-size: 20px;
    margin-bottom: 5px;
}

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

.main .single-page .content .rooms-photo .row .description .count {
    font-weight: inherit;
    font-size: 11px;
    color: #666;
}

.main .single-page .content .rooms-photo .row {
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0 14px;
}

.main .single-page .content .rooms-photo .rooms-photo__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.main .single-page .content .rooms-photo .rooms-photo__info {
    flex: 1 1 auto;
    min-width: 0;
}

.main .single-page .content .rooms-photo .rooms-photo__title {
    margin: 0;
    font-family: 'Pt Serif', serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

.main .single-page .content .rooms-photo .rooms-photo__header .zal-description {
    margin: 3px 0 0;
    font-size: 13px !important;
    color: #666;
    line-height: 1.3;
}

.main .single-page .content .rooms-photo .rooms-photo__header .count {
    flex: 0 0 auto;
    font-size: 12px;
    font-style: normal;
    color: #999;
    white-space: nowrap;
    text-align: right;
}

@media screen and (max-width: 480px) {
    .main .single-page .content .rooms-photo .rooms-photo__header {
        flex-wrap: wrap;
        gap: 4px 12px;
    }

    .main .single-page .content .rooms-photo .rooms-photo__header .count {
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {
    .main .single-page .content .rooms-photo .row .slider {
        position: static;
        right: auto;
        float: none;
        width: 100%;
        height: auto;
        padding: 0;
    }
}

.main .single-page .content .rooms-photo .row .slider .bx-wrapper {
    margin: 0;
    z-index: 99;
    max-width: 100% !important;
    width: 100%;
}

.main .single-page .content .rooms-photo .row .slider .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
}

.main .single-page .content .rooms-photo .row .slider .bx-viewport li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .single-page .content .rooms-photo .row .slider .bx-wrapper .bx-controls-direction a,
.main .single-page .content .bottom .menu-photo .slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    text-indent: -9999px;
    outline: 0;
    z-index: 10;
    transform: none;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.main .single-page .content .rooms-photo .row .slider .bx-wrapper .bx-prev {
    left: 4px;
}

.main .single-page .content .rooms-photo .row .slider .bx-wrapper .bx-next {
    right: 4px;
}

.main .single-page .content .bottom .menu-photo .slider .bx-wrapper .bx-prev {
    left: -12px;
}

.main .single-page .content .bottom .menu-photo .slider .bx-wrapper .bx-next {
    right: -12px;
}

.main .single-page .content .rooms-photo .row .slider .bx-wrapper .bx-controls-direction a:hover,
.main .single-page .content .bottom .menu-photo .slider .bx-wrapper .bx-controls-direction a:hover {
    background: #f7f7f7;
    border-color: #bbb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.main .single-page .content .rooms-photo .row .slider .bx-wrapper .bx-controls-direction a:active,
.main .single-page .content .bottom .menu-photo .slider .bx-wrapper .bx-controls-direction a:active {
    background: #efefef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.main .single-page .content .rooms-photo .row .slider .bx-wrapper .bx-prev::after,
.main .single-page .content .rooms-photo .row .slider .bx-wrapper .bx-next::after,
.main .single-page .content .bottom .menu-photo .slider .bx-wrapper .bx-prev::after,
.main .single-page .content .bottom .menu-photo .slider .bx-wrapper .bx-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.main .single-page .content .rooms-photo .row .slider .bx-wrapper .bx-prev::after,
.main .single-page .content .bottom .menu-photo .slider .bx-wrapper .bx-prev::after {
    margin-left: -4px;
    border-right: 7px solid #555;
}

.main .single-page .content .rooms-photo .row .slider .bx-wrapper .bx-next::after,
.main .single-page .content .bottom .menu-photo .slider .bx-wrapper .bx-next::after {
    margin-left: -3px;
    border-left: 7px solid #555;
}

.main .single-page .content .watch-3d {
    border-bottom: 1px solid #cbd1d2;
    margin-bottom: 14px;
    line-height: 50px;
}

.main .single-page .content .watch-3d a {
    font-weight: bold;
    font-size: 18px;
}

.main .single-page .content .watch-3d .app360animadiv {
    margin-bottom: 20px;
}

.main .single-page .content .text {
    line-height: 20px;
    margin: 14px 0 40px 0;
}

.main .single-page .content .bottom {
    position: relative;
    margin-top: 15px
}

.main .single-page .content .bottom:before,
.main .single-page .content .bottom:after {
    display: unset;
    content: "";
    line-height: 0;
}

.main .single-page .content .bottom:after {
    clear: both;
}

@media screen and (min-width: 768px) {
    .main .single-page .content .bottom .left {
        float: left;
        width: 200px;
        height: 327px;
    }
}

.main .single-page .content .bottom .left.wed-bottom {
    height: auto;
}

.main .single-page .content .bottom .left tr {
    vertical-align: bottom;
}

.main .single-page .content .bottom .left tr:first-child {
    vertical-align: top;
}

.main .single-page .content .bottom .left header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main .single-page .content .bottom .left p>a {
    font-size: 12px;
}

.main .single-page .content .bottom .left .order {
    width: 100%;
    margin-top: 20px;
    position: relative;
    font-size: 20px;
}

.main .single-page .content .bottom .left .order .small {
    font-size: 11px;
    margin-bottom: 5px;
}

.main .single-page .content .bottom .left .order p {
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .main .single-page .content .bottom .menu-photo {
        float: right;
        width: 406px;
        padding-left: 20px;
        margin-bottom: 20px;
        border-left: 1px solid #cbd1d2;
    }
}

.main .single-page .content .bottom .menu-photo header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main .single-page .content .bottom .menu-photo header i.count {
    float: right;
    font-size: 11px;
    font-weight: normal;
    color: #666;
}

.main .single-page .content .bottom .menu-photo .slider li {
    width: 180px;
    text-align: center;
}

.main .single-page .content .bottom .menu-photo .slider li img {
    display: block;
    max-width: 100%;
    padding-bottom: 2px;
}

.main .single-page .content .bottom .menu-photo .slider li a {
    font-size: 12px;
    margin-top: 2px;
    color: #666;
}

.main .single-page .content .bottom .menu-photo .slider .bx-wrapper {
    border-bottom: 1px solid #cbd1d2;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .main .single-page .content .bottom .menu-photo .slider .bx-wrapper {
        width: 406px !important;
        max-width: 406px !important;
    }
}

.main .single-page .content .bottom .menu-photo .slider .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: whitesmoke;
    padding: 10px;
    border: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .main .single-page .content .bottom .menu-photo .slider .bx-viewport {
        width: 386px !important;
        min-height: 275px !important;
    }
}

.main .single-page .content .bottom .menu-photo .slider .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: -14px;
}

.main .single-page .content .bottom-form {
    *zoom: 1;
}

.main .single-page .content .bottom-form:before,
.main .single-page .content .bottom-form:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .single-page .content .bottom-form:after {
    clear: both;
}

.main .single-page .content .feedback__container .recommend {
    width: 130px;
}

.main .single-page .content .feedback__container .recommend header {
    font-size: 16px;
    font-weight: bold;
    color: #06b028;
}

.main .single-page .content .bottom-form .form {
    color: #333;
}

.main .single-page .content .bottom-form .form h2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .main .single-page .content .bottom-form .form {
        width: 350px;
        margin: 0 auto;
    }
}

.main .single-page .content .bottom-form .form header {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 17px;
}

.main .single-page .content .bottom-form .form p {
    font-size: 13px;
}

.main .single-page .content .bottom-form .form form textarea {
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 15px;
    display: block;
    width: 100%;
    resize: none;
    border: 1px solid #333;
    margin-bottom: 10px;
}

.main .single-page .content .bottom-form .form form textarea:focus {
    outline: 0;
    outline-offset: 0;
}

.map-page>header h1 {
    line-height: 24px;
}

.map-page .bigmap {
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}

.map-page .info {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

.mega-banner{
    position: relative;
    width: 240px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}

.mega-banner.mob{
    display: none;
}

.mega-banner.prostranstvo {
    height: 326px
}

.mega-banner.prostranstvo span {
    box-sizing: border-box;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 16px;
    text-align: center;
    background: #000000;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
}

.mega-banner a{
    display: block;
    height: 100%;
}

.mega-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #7D111D;
}

@media (max-width: 1024px) {
    .mega-banner.mob {
        display: block!important;
        height: auto;
        width: 70%;
        aspect-ratio: 4/2.5;
        margin: 20px auto;
    }
    .mega-banner.prostranstvo span{
        font-size: 12px;
    }
    .mega-banner.desk {
        display: none!important;
    }
}

section.text table {
    border-collapse: collapse;
}

section.text p {
    line-height: 22px;
}

section.text table td {
    border: 1px solid #000;
    padding: 5px;
}

@media screen and (min-width: 768px) {
    .addform__table {
        display: table;
    }
}

@media screen and (min-width: 768px) {
    .addform__table__tr {
        display: table-row;
    }
}

@media screen and (min-width: 768px) {
    .addform__table__td {
        display: table-cell;
        height: 44px;
        vertical-align: middle;
        padding-right: 30px;
    }
}

.addform__table__td:first-child {
    margin-top: 5px;
}

.addform input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    border-radius: 3px;
    padding: 0 10px;
}

@media screen and (min-width: 768px) {
    .addform input {
        width: 410px;
    }
}

.addform input.knopka {
    color: white;
    cursor: pointer;
    background: #E03030;
    margin: 40px 0 20px;
    outline: none;
    line-height: 38px;
    height: auto;
    font-size: 14px;
}

.terms-of-views {
    font-size: 13px;
}

.banket-added {
    font-size: 14px;
}

.addform input.knopka:hover {
    background: #CD2C2C;
}

.addform input.knopka:active {
    background: #EA7878;
}

@media screen and (min-width: 768px) {
    .addform input.knopka {
        width: 430px;
    }
}

.articleTableText {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
}

.articleTableBig img {
    margin: 0px !important;
    max-width: 100% !important;
    height: auto !important;
}

.articleTableBig td {
    text-align: center;
}

.articleTableBig {
    width: 100% !important;
    margin: 0px auto 20px auto;
}

.footer .counter {
    float: right;
    display: none;
    margin: 40px;
}

@media screen and (min-width: 960px) {
    .footer .counter {
        display: block;
    }
}

.error {
    width: 55%;
    font-size: 12px;
    margin: 0 auto 20px auto;
    color: #f0543c;
    display: none;
}

.footer .copyrights {
    position: relative;
    z-index: 10;
    font-size: 14px;
}

.sidebar .widget.choise .simpletext {
    margin-top: 45px;
    color: #666666;
}

.main-text {
    clear: both;
    padding-top: 20px;
}

.under-banner {
    display: none;
}

/* AUTOPOISK */
.autopoisk-block {
    margin: 30px 10px 20px;
    display: block!important;
}

.autopoisk-block.mob {
    display: none!important;
}

@media (max-width: 1024px) {
    .autopoisk-block.mob {
        margin: 0 0 10px 0;
        display: block!important;
    }
    .autopoisk-block.desk {
        display: none!important;
    }
}

@media screen and (min-width: 960px) {
    .autopoisk-block {
        margin: 30px 0 20px;
    }
}

.autopoisk-block .serch-block {
    margin-bottom: 5px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
}

@media screen and (min-width: 960px) {
    .autopoisk-block .serch-block {
        text-align: left;
    }
}

.autopoisk input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 25px;
    position: relative;
    padding: 0 25px 0 10px;
}

.suggestionsBox{
    border: none!important;
}

.vidacha {
    padding: 10px!important;
    border: 1px solid #CBCBCB;
}

.autopoisk input:focus-visible {
    outline: none;
}

.autopoisk {
    position: relative;
}

.autopoisk:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background: url('../img/search-icon.svg') 0 0/cover no-repeat;
    width: 12px;
    height: 12px;
}

/*.autopoisk {background:url(/images/glass.gif) top right no-repeat; padding:5px 0;}*/
#autopoisk-no-js {
    display: none;
}

div.break {
    clear: both;
}

#zhalobaform input {
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    margin-bottom: 12px;
    border: 1px solid #333;
    padding-left: 15px;
}

#zhalobaform input:focus {
    outline: 0;
    outline-offset: 0;
}

#zhalobaform label {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    color: #999;
    display: block;
    margin-bottom: 7px;
}

@media screen and (min-width: 768px) {
    #zhalobaform .left-zh {
        float: left;
        width: 189px;
    }
}

@media screen and (min-width: 768px) {
    #zhalobaform .right-zh {
        float: right;
        width: 197px;
    }
}

input#zhaloba_captcha {
    width: 40%;
    margin-bottom: 0;
}

#zhalobaform .captcha-hit {
    font-size: 10px;
    width: 55%;
    line-height: 10px;
    margin-bottom: 0;
}

#zhalobaform .captcha-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 5px;
}

#zhalobaform .err-hit {
    color: red;
    margin-top: -12px;
    margin-bottom: 10px;
}

/*Wedding*/
#top-marry,
#top-wedding {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

#top-marry .left-block {
    background: url("/images/wed-in-big.png") 0 0 no-repeat;
    float: left;
    background-size: contain;
    padding-left: 80px;
    height: 55px;
    line-height: 60px;
}

#top-marry .left-block p {
    font-size: 20px;
    margin-bottom: 0;
}

#top-marry .left-block a {
    font-size: 16px;
}

#top-marry .right-block {
    float: right;
    background: url("/images/merry-in.png") 0 0 no-repeat;
    padding-left: 55px;
    height: 55px;
    width: 128px;
}

#top-marry .right-block a {
    font-size: 15px;
}

#top-wedding .left-block {
    background: url("/images/merry-in.png") 0 0 no-repeat;
    float: left;
    padding-left: 60px;
    height: 55px;
    line-height: 60px;
}

#top-wedding .left-block p {
    font-size: 20px;
    margin-bottom: 0;
}

#top-wedding .left-block a {
    font-size: 16px;
}

#top-wedding .right-block {
    float: right;
    background: url("/images/wed-in-big.png") 0 0 no-repeat;
    background-size: contain;
    padding-left: 80px;
    width: 200px;
    height: 55px;
}

#top-wedding .right-block a {
    font-size: 15px;
}

.el-service-block {
    margin-top: 10px;
}

a.el-service {
    font-size: 15px;
    line-height: 22px;
}

a.el-service.ext {
    padding-right: 15px;
    background: url("/images/external.gif") right 5px no-repeat;
}

.rzd-link {
    display: block;
    font-size: 18px;
}

.rzd-link.top-link {
    margin-bottom: 20px;
}

.rzd-link.bottom-link {
    margin-top: -10px;
}

.rzd-block {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
}

.wed-img {
    width: 91px;
    height: 74px;
    display: block;
    margin: 0 auto;
}

.attention {
    color: red;
    line-height: 22px;
}

.phone-hide-gradient {
    position: absolute;
    right: 12px;
    bottom: 13px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 10px 5px 10px;
    border-radius: 3px;
    background: rgb(228, 95, 74);
    background: linear-gradient(180deg, rgba(228, 95, 74, 1) 0%, rgba(200, 27, 0, 1) 100%);
    transition: all .3s;
}

.phone-hide-gradient span {
    font-size: 11px;
}

.phone-etc {
    display: none;
}

.mobile-menu-btn {
    position: absolute;
    top: 39px;
    right: 10px;
    z-index: 102;
    width: 28px;
    height: 16px;
}

.mobile-menu-btn span {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
}

.mobile-menu-btn span:before,
.mobile-menu-btn span:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
}

.mobile-menu-btn span:before {
    top: -7px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.mobile-menu-btn span:after {
    bottom: -7px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.mobile-menu-btn.active span {
    background: none;
}

.mobile-menu-btn.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-btn.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
}

.mobile-menu {
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    max-height: calc(100% - 95px);
    display: none;
    overflow: auto;
    z-index: 99;
    background-color: #fff;
}

.mobile-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu__list>li {
    border-bottom: 1px solid #cecece;
}

.mobile-menu__list>li>a {
    display: block;
    padding: 5px 10px;
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

.mobile-menu__list>li ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu__list>li ul li a {
    display: inline-block;
    padding: 2px 10px;
    color: #222;
    font-size: 14px;
}

.bananas {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media screen and (min-width: 374px) and (max-width: 767px) {
    .object-name-hide-scroll {
        width: 76%;
    }
}

@media screen and (max-width: 480px) {
    .mobile-bannan {
        margin-bottom: 20px;
    }

    .widget.recommend {
        display: none;
    }

    .bananas {
        display: none;
    }
}

@media (max-width: 1024px) {
    .widget.recommend {
        display: none;
    }
}

.see-block {
    color: #5F5F5F;
    background: #fff;
    text-align: center;
    width: 242px;
    height: 132px;
    position: fixed;
    border-top: 3px solid #F44336;
    bottom: 60px;
    right: 29px;
    font-size: 15px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.24);
    box-shadow: 0 5px 36px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.24);
}

.see-block .see-block__button {
    font-size: 14px;
    width: 190px;
    line-height: 34px;
    color: #ffffff;
    background: linear-gradient(#F44336, #D0291C);
    border: none;
    margin: 17px auto;
    display: block;
    text-decoration: none;
}

.see-block .see-block__close {
    width: 8px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.alert-message {
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 16px;
}

.alert-message.success-message {
    background: #ceedcc;
    color: #3E983E;
}

.alert-message.error-message {
    background: #FFDBDB;
    color: #FF0000;
}

.field-error {
    color: red;
    padding: 4px 0;
}

.phone-number {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    display: none;
    font-size: 18px !important;
}

.hide-phone {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px !important;
}

.map {
    display: inline-block;
    width: 61% !important;
}

.info-client {
    margin-top: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .main .single-page .content .map .adress a {
        font-size: 13px !important;
    }

    .main {
        margin-top: 10px;
    }

    .header.fixed {
        position: fixed;
    }

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

    .map {
        display: inline-block;
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    .slider-banner {
        display: block;
    }

    .link-in-resource-object {
        display: none;
    }

    .items-slider .slick-slide {
        margin-right: 12px;
    }

    .toggler-under-description {
        top: 48px !important;
    }

    .gradient-under-description {
        top: 40px !important;
    }
}

.desc-name-zal {
    width: 130px;
}

@media screen and (min-width: 768px) {

    .mobile-menu-btn {
        display: none;
    }

    .button-call {
        display: none;
    }

    .object-name-hide-scroll {
        display: none;
    }

    .object-name-hide {
        display: block;
        margin-top: 5px !important;
    }

    .desc-name-zal {
        width: 172px;
    }
}

@media screen and (min-width: 1240px) {
    .slider-banner {
        display: none;
    }
}

.dist-link {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #333 !important;
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
}

@media screen and (max-width: 365px) {
    .main .page h1{
        font-size: 18px;
    }
    .main .press-single-page>header .left {
        font-size: 9px;
    }

    .main .press-single-page>header .zag {
        font-size: 19px;
    }
}

@media (min-width: 374px) and (max-width: 376px) {
    .main .press-single-page>header .left {
        font-size: 11px;
    }

    .main .press-single-page>header .zag {
        font-size: 23px;
    }

    .recomend-slider-block.random {
        display: block;
    }
}

.items-slider-header {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}

.random-objects-title {
    font-weight: bold;
    width: 150px;
}

.menu-object {
    line-height: 7px;
}

.menu-object .menu {
    font-size: 11px;
}

.menu-object .menu-cost {
    font-size: 17px;
}

.menu-object .menu-from {
    font-size: 11px;
}

.options-menu {
    margin-top: 10px;
    color: #000000 !important;
}

.title-description {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin-top: 15px;
}

.text ul li:first-child {
    display: list-item !important;
}

.text ul li:nth-child(2) {
    display: list-item !important;
}

.phone-title {
    line-height: 6px;
    font-size: 13px !important;
}

.order {
    margin-top: 30px;
    position: relative;
}

.offline-object :nth-child(2) {
    color: #999999 !important;
}

/* Archived banquet hall pages */
.single-page.is-archive .archive-banner {
    width: 100%;
    clear: both;
    margin: 0 0 18px;
}

.single-page.is-archive .archive-notice {
    width: 100%;
    max-width: none;
    clear: both;
    box-sizing: border-box;
    padding: 12px 14px;
    margin: 0;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.single-page.is-archive .archive-notice p {
    margin: 0 0 6px;
    color: #444;
    font-size: 14px;
    line-height: 1.45;
}

.single-page.is-archive .archive-notice p:last-child {
    margin-bottom: 0;
}

.single-page.is-archive .archive-notice a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

.single-page.is-archive .archive-notice a:hover {
    text-decoration: underline;
}

.single-page.is-archive .map .adress a.toggle-map--address {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.single-page.is-archive .map .adress .toggle-map__icon {
    width: 12px;
    height: 14px;
    flex-shrink: 0;
}

.single-page.is-archive #toggle-map {
    display: none !important;
}

.single-page.is-archive .near-box--below-map {
    width: 100%;
    margin: 20px 0 28px;
    padding: 0;
}

.single-page.is-archive .near-box--below-map .bx-wrapper {
    width: 100%;
}

.single-page.is-archive .map-block {
    width: 100% !important;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 0 !important;
}

.single-page.is-archive .map-block iframe {
    width: 100% !important;
}

.single-page.is-archive .obj-flex {
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
}

.single-page.is-archive .map,
.main .single-page.is-archive .content .map {
    width: 100% !important;
    flex: 1 1 100%;
    margin-bottom: 0;
}

.single-page.is-archive .map .adress {
    margin: 0;
}

.single-page.is-archive .feedback__container {
    clear: both;
    width: 100%;
    gap: 24px;
    margin-top: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.single-page.is-archive .feedback__container .feedback__phone {
    flex: 1 1 260px;
    max-width: 100%;
}

.single-page.is-archive .feedback__container .recommend {
    flex: 0 0 auto;
    width: auto;
    min-width: 130px;
}

.single-page.is-archive .feedback__container.offline-object .phone-title p {
    color: #999;
}

.single-page.is-archive .links__wrapper {
    justify-content: flex-start;
}

.content header :nth-child(2) {
    font-size: 11px;
    color: #999999 !important;
}

.price td {
    font-size: 21px;
    padding-right: 35px;
    padding-bottom: 5px;
}

.price td a {
    display: inline-flex;
    width: 26px;
    height: 14px;
    overflow: hidden;
    text-decoration: none;
}

.price td a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone-hide-gradient:hover {
    filter: contrast(150%);
}

.under-menu {
    font-weight: unset !important;
    width: 123px;
    height: 13px;
    color: #333333;
    margin-top: 6px;
    background: url(../images/triangle3.svg) no-repeat 93px top;
}

.under-menu span {
    margin-left: 0;
    font-weight: unset;
    line-height: 14px;
}

.under-menu:hover {
    background: url(../images/triangle3.svg) no-repeat 93px top;
}

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

.text.hide-desc {
    height: 145px;
}

.text.hide-desc:after {
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%)
}

.phone-etc :first-child {
    margin-top: 10px;
}

.rooms-photo {
    overflow: hidden;
}

.rooms-slider {
    display: flex;
}

@media (max-width: 768px) {
    .slider {
        padding: 0 12px;
    }
}

.object-text {
    color: #303030;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.object-text .banket-text-blocks {
    margin: 8px 0 18px;
    padding: 0;
}

.object-text .banket-text-block {
    margin: 0 0 16px;
    padding: 0 0 13px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.object-text .banket-text-block:last-child {
    margin-bottom: 0;
}

.object-text .banket-text-block__title {
    margin: 0 0 9px;
    padding: 0;
    color: #222;
    background: transparent;
    font-family: 'PT Serif', Georgia, serif;
    font-size: 21px;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: 0;
}

.object-text .banket-text-block__title:after {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    margin-top: 5px;
    background: #333;
}

.object-text .banket-text-block__body {
    max-width: 900px;
    padding: 0;
    color: #303030;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.object-text .banket-text-block__paragraph {
    margin: 0 0 7px;
}

.object-text .banket-text-block__paragraph:last-child {
    margin-bottom: 0;
}

.object-text .banket-text-block__subhead {
    margin: 10px 0 5px;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}

.object-text .banket-text-block__subhead:first-child {
    margin-top: 0;
}

.object-text .banket-text-block__info {
    margin: 2px 0 7px;
    padding: 0;
    background: transparent;
    border: 0;
    box-sizing: border-box;
}

.object-text .banket-text-block__info:first-child {
    margin-top: 0;
}

.object-text .banket-text-block__info:last-child {
    margin-bottom: 0;
}

.object-text .banket-text-block__info-title {
    margin: 0 0 4px;
    color: #222;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}

.object-text .banket-text-block__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.object-text .banket-text-block__list li {
    position: relative;
    display: block;
    margin: 0 0 3px;
    padding: 0 0 0 12px;
    border: 0;
    box-sizing: border-box;
    line-height: 1.45;
}

.object-text .banket-text-block__list li:last-child {
    margin-bottom: 0;
}

.object-text .banket-text-block__list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .68em;
    width: 5px;
    height: 1px;
    background: #777;
}

.object-text .banket-text-block__term {
    display: inline;
    color: #222;
    font-size: 14px;
    font-weight: bold;
}

.object-text .banket-text-block__term:after {
    content: " - ";
    color: #777;
    font-weight: normal;
}

.object-text .banket-text-block__value {
    display: inline;
    min-width: 0;
    color: #303030;
}

.object-text .banket-text-block__list li .banket-text-block__value:only-child {
    display: inline;
    padding-left: 0;
}

.object-text .banket-text-block__list li .banket-text-block__value:only-child:before {
    content: none;
}

@media (max-width: 768px) {
    .object-text .banket-text-blocks {
        margin: 7px 0 16px;
    }

    .object-text .banket-text-block {
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    .object-text .banket-text-block__title {
        margin-bottom: 8px;
        font-size: 19px;
    }
}
.menu-link {
    font-size: 16px;
}

.near-objects {
    margin: 40px 0 30px;
}

.near-objects .near-objects__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.near-objects .near-objects__wrapper .item .item__wrapper{
    width: 150px;
    margin: 0 5px;
}

.near-objects .near-objects__wrapper .item .item__wrapper .near__objects-img {
    width: 150px;
    height: 150px;
    display: block;
}

.near-objects .near-objects__wrapper .item .item__wrapper .near__objects-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.near-objects__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.slider__btn{
    display: flex;
}

.slider__btn .slider__btn{
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__btn .slider__btn:first-child{
    margin-right: 8px;
}

.slider__btn .slider__btn span{
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 7px solid #F5F5F5;
}

.slider__btn .slider__btn.next{
    transform: rotate(180deg);
}

.search{
    font-size: 21px;
    font-weight: 700;
}


.near-objects__title{
    font-size: 18px;
    font-weight: 700;
}

.near-objects .near-objects__wrapper .item .near__objects-type{
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}

.near-objects .near-objects__wrapper .item .near__objects-title{
    font-weight: 700;
    font-size: 16px;
    margin: 5px 0 10px 0;
}

.near-objects .near-objects__wrapper .item .type{
    font-size: 11px;
    font-weight: 700;
    margin: 0;
}

.near-objects .near-objects__wrapper .item .near__objects-price{
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0;
}

.near-objects .near-objects__wrapper .item .near__objects-price span{
    font-size: 11px;
}

.near-objects .near-objects__wrapper .item .dist-link{
    font-weight: 700;
    margin: 0;
}

.obj-flex{
    display: flex;
    gap: 20px;
    padding-right: 36px;
}

@media (max-width: 530px) {
    .obj-flex{
        flex-direction: column;
    }
}

.feedback__container{
    margin: 65px 0 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 460px) {
    .feedback__container{
        flex-direction: column;
        align-items: center;
        margin: 50px 0 30px 0;
    }

    .feedback__container .recommend{
        margin-top: 20px;
    }

    .feedback__container .recommend header{
        margin-bottom: -20px;
    }
}

.form__wrapper{
    text-align: center;
}

.captcha{
    width: fit-content;
    margin: 0 auto;
}

.captcha img{
    width: 100%;
}

.btn-red{
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
    background: rgb(228, 95, 74);
    background: linear-gradient(180deg, rgba(228, 95, 74, 1) 0%, rgba(200, 27, 0, 1) 100%);
    border: none!important;
    transition: all .3s;
}

.btn-red:hover{
    filter: contrast(150%);
}

.review-btn.btn-red{
    width: 70%!important;
    font-size: 13px;
    padding: 0!important;
}

.links__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}

.links__wrapper .link{
    padding: 3px 12px;
    background-color: #F5F5F5;
    border-radius: 3px;
    text-decoration: underline;
    margin: 0 10px 15px 0;
}

.links__wrapper .link:hover{
    text-decoration: none;
}

.links__wrapper .link a{
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.section__title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

.review__wrapper{
    padding: 10px 20px;
    background-color: #F5F5F5;
}

.review__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review__header-left{
    display: flex;
    align-items: center;
}

.review__item__avatar{
    width: 42px;
    height: 42px;
    background-color: #D9D9D9;
    margin-right: 10px;
    border-radius: 50%;
}

.review__item__name{
    font-size: 13px;
    color: #5A5A5A;
    margin: 0;
}

.review__item__time{
    font-size: 13px;
    color: #5A5A5A;
    margin: 0;
}

.review__header-right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.review__rate{
    font-size: 13px;
    color: #5A5A5A;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 50%;
    margin-left: 20px;
}

.review__rate-result:not(:last-child){
    margin-right: 30px;
}

.review__rate-result{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review__rate-title{
    font-size: 12px;
    color: #5A5A5A;
    margin-bottom: 5px;
}

.review__rate-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.review__rate-star{
    cursor: pointer;
    width: 8px;
    height: auto;
    stroke: #333;
    fill: transparent;
    stroke-width: 2px;
    margin: 0 2px;
}

.review__rate-star.active{
    fill: #FE6E59;
}

.review__text{
    margin-top: 15px;
}

.review__text p{
    font-size: 12px;
    color: #5A5A5A;
    margin: 0;
    line-height: 20px;
}

@media (max-width: 670px) {
    .review__header{
        flex-direction: column;
        align-items: flex-start;
    }
    .review__header-left{
        margin-bottom: 20px;
    }
}

@media (max-width: 470px) {
    .review__header-right{
        width: 100%;
    }
    .review__rate-result{
        width: 50%;
        margin-bottom: 10px;
    }
    .review__rate-result:not(:last-child){
        margin-right: 0;
    }
}

.form__rate-wrapper{
    margin: 10px 0 20px 0;
}

.form__rate{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form__rate .review__rate-title{
    color: #333!important;
    font-size: 16px!important;
}

.form__rate .review__rate-star{
    width: 15px;
}

.menu-photo .menu-photo-title{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.simpletext ul{
    list-style-type: none;
}

.simpletext ul li{
    padding-left: 20px;
}

.simpletext ul li:before{
    content: '';
    position: relative;
    top: 15px;
    left: -20px;
    width: 10px;
    height: 1px;
    background-color: #333;
    display: block;
}
