::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 10px 0 12px rgba(236,233,233,0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 10px 0 12px rgba(157,152,152,0.3);
}

:focus {
    outline: none;
    outline-color: transparent;
    outline-width: 0;
}

* {
    margin: 0;
    padding: 0;
}

[id*="cent-anchor"] input:not([type=checkbox]):-webkit-autofill, [id*="cent-anchor"] input:not([type=radio]):not([type=checkbox]):active, [id*="cent-anchor"] input:not([type=radio]):not([type=checkbox]):focus, [id*="cent-anchor"] input:not([type=radio]):not([type=checkbox]):visited, [id*="cent-anchor"] select:-webkit-autofill, [id*="cent-anchor"] select:active, [id*="cent-anchor"] select:focus, [id*="cent-anchor"] select:visited, #choose-quest-block input:hover, #choose-quest-block input:-webkit-autofill, #choose-quest-block input:active, #choose-quest-block input:focus, #choose-quest-block input:visited, .booking-modal-input:-webkit-autofill, .booking-modal-input:active, .booking-modal-input:focus, .booking-modal-input:hover, .booking-modal-input:visited {
    background: #ffffff !important;
    outline: none;
    border-radius: 10px;
    color: black !important;
    font-weight: 500;
}

[id*="rating-list"] .btn-red , #rating-list .btn-transp{
    min-width: 170px;
}
#registration-form .btn-red{
    max-width: 230px;
    min-width: 230px;
}
#comment-form .btn-red, #comment-form  .btn-transp {
    width: 100%;
}

[id*="comment-form"] .dd-filtr-caption {
    padding-bottom: 12px;
}

[id*="comment-form"] .ui-slider-horizontal {
    height: 4px;
}

[id*="comment-form"] .ui-slider-horizontal .ui-slider-handle {
    top: -14px;
    margin-left: -14px;
}

[id*="comment-form"] .ui-slider-horizontal .ui-slider-handle[style*="left: 0%;"] {
margin-left: 0;
}

[id*="comment-form"] .ui-slider-horizontal .ui-slider-range {
    top: -2px;
    height: 4px;
}

[id*="comment-form"] .ui-slider .ui-slider-handle {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    font-family: 'Helvetica Neue', Arial, Helvetica, Calibri;
    background: #fed030;
    border-radius: 28px;
    cursor: pointer;
}

[id*="comment-form"] .ui-widget-content {
    background-color: #161616 !important;
    max-width: 100%;
}

[id*="comment-form"] .ui-widget-header {
    background: #fed030 !important;
}

[id*="comment-form"] .ui-widget.ui-widget-content {
    border: 1px solid #161616;
    cursor: pointer;
}

[id*="comment-form"] input, [id*="cent-anchor"] input:not([type=radio]):not([type=checkbox]), [id*="cent-anchor"] select, input#code-sms, #choose-quest-block input, #contacts-block input, .booking-modal-input, .new-design-modal #client_comment, .new-design-modal #sale_el {
    background: white;
    height: 42px !important;
    border: none;
    border-radius: 10px;
    padding-left: 17px;
    color: #9f9f9f;
    width: 100%;
    font-weight: 500;
}

[id='nav-toggle'], [id='nav-toggle-769'] {
    position: absolute;
    display: none;
}

[id='nav-toggle']:checked ~ #navbar_768 {
    top: 0;
    left: 0;
}

[id='nav-toggle']:checked ~ #overlay_navbar_768 {
    display: block;
}

[id='nav-toggle-769']:checked ~ #navbar_769 {
    right: 0;
    top: 0;
    left: 0;
    margin-left: auto;
}

[id='nav-toggle-769']:checked ~ #overlay_navbar_769 {
    display: block;
}

[id^="roompass"].btn-red {
    font-size: 17px;
}

[id^="roompass"].tick, [id^="roomrecom"].tick, [id^="roomrecom"].ban, [id^="roompass"].attention {
    line-height: 43px;
    background-position-y: 12px;
    margin: 0;
}

[style*="color: yellow;"] {
color: #fed030 !important;
}

#price-selector label{
    display: block;
}

a {
    color: white;
}

a#ddLang_m.dropdown-toggle:after, #black-phone-menu a.dropdown-toggle:after {
    height: 5px;
    width: 8px;
    margin-left: 5px;
    vertical-align: 1px;
    transition: .5s ease-in-out;
}

a.dropdown-toggle:after {
    display: inline-block;
    content: "";
    border: none;
    background: url("/pict_site/down-arrow.svg") no-repeat;
    background-size: contain;
}

a.text-aa:hover {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #e0e0e0;
    text-decoration: none;
}

button.bg-red {
    height: 42.5px;
}

button.bg-red:hover, button.bg-red:focus, button.bg-red:active {
    background-color: transparent;
    border: 1px solid white;
    box-shadow: none;
}

button:focus {
    outline: none;
    outline-color: transparent;
    outline-width: 0;
}

div.carousel-caption .h3 {
    font-size: 65px;
    font-weight: bold;
}

div.carousel-caption p {
    font-size: 16px;
    max-width: 523px;
    line-height: 1.4;
    text-align: justify;
}

form .btn-red, .btn-red.btn-block {
    min-width: 142px;
    width: 190px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'Ubuntu-Bold', Arial, Helvetica, Calibri;
    line-height: 1;
}

h1>span {
    white-space: nowrap;
}

hr {
    border-top: 1px solid #4b4848;
    margin-top: 27px;
    margin-bottom: 27px;
}

html, body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Helvetica Neue', 'Ubuntu-Regular', Arial, Helvetica, Calibri;
    font-size: 16px;
    color: white;
    height: 100%;
    min-height: 100%;
    line-height: 1.4;
    position: relative;
    background-color: #292929;
}

i.fa {
    vertical-align: middle;
}

i.fa.fa-sign-out {
    width: 32px;
    height: 32px;
    background: #f54245;
    border-radius: 16px;
}

i.fa.fa-sign-out:hover {
    color: #f54245;
    background: white;
}

option:checked {
    display: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: unset;
}

span.fear-icon {
    position: inherit;
    background: url(/pict_site/fear_grey_icon.svg) no-repeat;
    background-size: contain !important;
    margin: auto -2px 0 0;
    width: 19px;
    height: 22px;
}

span.lock-icon {
    background: url(/pict_site/lock-grey.svg) no-repeat;
    margin: auto 0 0 3px;
    width: 14px;
    height: 21px;
}

ul.map-address {
    margin: 0;
}

ul.map-address > li + li:before {
    padding: 0 0 0 5px;
    content: "‣";
    color: #f7403f;
    font-family: monospace;
}

ul.map-address li {
    display: block;
}

ul.param-val > li + li:before {
    padding: 0 0 0 5px;
    content: "/";
    font-family: monospace;
}

ul.param-val > li + li:nth-child(2):before {
    padding: 0 2px 0 0;
    content: ", ";
    font-family: inherit;
}

ul.param-val li {
    display: inline;
}

#api-site:-moz-placeholder, #token:-moz-placeholder {
    color: white;
    opacity: 1;
}

#api-site:-ms-input-placeholder, #token:-ms-input-placeholder {
    color: white;
    opacity: 1;
}

#api-site::-webkit-input-placeholder, #token::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}

#api-site::placeholder, #token::placeholder {
    color: white;
    opacity: 1;
}

#birthday-icon {
    position: absolute;
    bottom: 0;
}

#black-phone-menu, #black-phone-menu li .fa {
    height: 50px;
    line-height: 50px;
}

#black-phone-menu .container {
    padding: 0 15px;
}

#black-phone-menu .nav-link {
    padding: 0 10px;
    font-weight: 500;
}

#black-phone-menu .phone_icon {
    margin: 15px 2px 0 0;
}

#black-phone-menu a:hover, #contacts-content a:hover, #mainMenu .menuItem a:hover {
    color: #e0e0e0;
}

#black-phone-menu li .fa.fa-sign-out {
    vertical-align: middle;
    height: 32px;
    line-height: initial;
}

#black-phone-menu li .show, #black-phone-menu li.show, #navbar_768 .show, #block_lbl_town.show, #block_lbl_town:hover, .menuItem.show, .menuItem:hover {
    background-color: #323232;
}

#block-team-list i.fa::after {
    content: "";
    position: absolute;
    left: -16px;
    z-index: 1;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    border: white 1px solid;
    top: -16px;
}

#book-online {
    background-image: url(/pict_site/FAB_calendar_icon.svg);
    bottom: 140px;
}

#book-online-phone {
    bottom: 80px;
    background-image: url(/pict_site/FAB_phone_icon.svg);
}

#book-online-phone:hover, #tofiltrbutton:hover, #upbutton:hover, #book-online:hover, #upbutton:hover {
    animation-name: bounce-7;
    animation-timing-function: cubic-bezier(0.280,0.840,0.420,1);
    align-self: flex-end;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    opacity: 1 !important;
}

#book-room-btn-next, #book-room-btn-prev {
    height: 51px;
    width: 51px;
    cursor: pointer;
    padding-top: 10px;
}

#book-room-btn-next .fa, #book-room-btn-prev .fa {
    font-size: 26px;
}

#book-room-btn-next:hover, #book-room-btn-prev:hover {
    background-color: #212121;
}

#book-room-btn-prev.disabled, #book-room-btn-next.disabled {
    cursor: no-drop;
    color: #808080;
    background-color: transparent !important;
}

#bottom-phone-absolute {
    left: 60px;
    position: fixed;
    z-index: 1000;
    bottom: 114px;
    width: 230px;
    min-height: 90px;
    background: #292929;
    display: none;
}

#breadcrumbs-block {
    z-index: 2;
    min-height: 50px;
}

#btn-phone-close {
    position: absolute;
    font-size: 18px;
    color: #e0e0e0;
    cursor: pointer;
    top: 7px;
    right: 10px;
    z-index: 1;
}

#btn-save-phone {
    padding: 3px;
    border-width: 0;
    width: 34px;
    height: 34px;
    background: #f54245;
    border-radius: 10px !important;
}

#btn-save-phone:hover {
    padding: 2px;
}

#btn_book_header, #btn_leave_comment {
    width: 100%;
    height: 100%;
    min-height: 50px;
}

#cabinet-menu .meter, .comments .meter {
    height: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#cabinetMenu, .top-in-navbar_768 .span-ellipsis {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
}

#cart-form .control-label, #find-team-form .control-label {
    font-weight: normal;
}

#cert-form {
    max-width: 1089px !important;
}

#check-block {
    border-radius: 5px;
    border: solid 3px #808080;
}

#choose-quest {
    max-width: 540px;
}

#choose-quest-ancor {
    padding-top: 125px;
    margin-top: -125px;
}

#choose-quest-block, #faq-rooms-town {
    background-color: #333333;
    padding: 70px 0;
}

#clockpass {
    width: 60px;
    height: 40px;
    background-color: white;
    color: #535353;
    border: none;
    border-radius: 10px;
    text-align: center;
}

#club-cart-block {
    margin-top: -125px;
}

#club-cart-block img#clubcard {
    width: 100%;
    max-width: 642px;
    opacity: 0.6;
    border-radius: 10px;
}

#code-sms:focus {
    background-color: #2e2e2e;
}

#comment-content {
    height: 140px;
    border-radius: 10px;
}

#comment-message .modal-content, #lang-modal .modal-content, #BModal .modal-content, #modal-load-user-avatar .modal-content {
    background-color: #292929;
    border-radius: 10px;
    border: solid 1px #808080;
}

#companies-all .tizer-mark {
    max-width: initial;
}

#contacts-block #contact-form {
    max-width: 850px;
}

#contacts-block .contact-section, #contacts-block .contact-section-title, #contacts-block .contact-section-content {
    width: 810px;
}

#contacts-block .contact-section-title {
    font-weight: normal;
}

#contacts-block a>b {
    color: #f54245;
    text-decoration: underline;
}

#contactsform-verifycode-image {
    height: 42px;
    border-radius: 10px;
}

#dates-shed {
    padding-bottom: 20px;
    padding-top: 40px;
}

#dates-shed .dropdown-item {
    font-weight: 700;
    text-transform: uppercase;
}

#dates-shed .dropdown-menu {
    border-radius: 0;
    max-height: 250px;
    overflow-y: scroll;
    border: 1px solid #1e1e1e;
    padding: 35px;
}

#dates_shed_btn {
    cursor: pointer;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    padding: 0 35px;
    border-radius: 7px;
    border: 1.4px solid #f54245;
    height: 77px;
    background: #323232;
    max-width: 100%;
    min-width: 230px;
    position: relative;
}

#dates_shed_btn.dropdown-toggle::after {
    top: 35px;
    margin-left: 16px;
}

#dates_shed_btn.dropdown-toggle:after, #shed-month>button.dropdown-toggle:after {
    display: inline-block;
    top: 20px;
    position: absolute;
    content: "";
    border: none;
    background: url("/pict_site/down-arrow.svg") no-repeat;
    background-size: contain;
    height: 11px;
    width: 18px;
    margin-left: 10px;
    vertical-align: 2px;
    transition: .5s ease-in-out;
}

#dd-addresses, .dd-addresses {
    font-size: 22px;
    font-weight: bold;
    color: white;
    background-color: #404040 !important;
    border: none;
    border-radius: 10px;
    height: 48px;
    background: url("/pict_site/down-arrow.svg") no-repeat;
    background-position-x: 98%;
    background-position-y: 20px;
    padding: 0 60px;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#dd-filtr-block-btn {
    padding: 0 50px 0 20px;
    line-height: 45px;
    height: 48px;
}

#dd-filtr-block-btn:before {
    display: inline-block;
    content: "";
    background: url("/pict_site/icon_filter.svg") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    vertical-align: -8px;
    margin-right: 8px;
}

#dd-filtr-block .dropdown-filtr {
    display: none;
    position: absolute;
    z-index: 4002;
    top: 0;
}

#dd-populyar {
    border: none;
    background: transparent url(/pict_site/arrow-grey.svg) no-repeat right 5px center/8px 5px;
    padding: 0 15px 0 5px;
    text-align-last: center;
    width: 150px;
    cursor: pointer;
    text-transform: lowercase;
    font-weight: 500;
}

#dd-populyar-block {
    white-space: nowrap;
    line-height: 34px;
}

#dd-populyar:focus {
    outline: 0.1em solid #f54245;
    box-shadow: 0 0 0.05em #f54245;
}

#dd-populyar:focus option {
    background-color: #2e2e2e;
}

#dd-populyar option:hover {
    background-color: #f54245;
}

#ddLangList {
    min-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0;
}

#ddLangList .dropdown-item:hover, #ddLangList_m .dropdown-item:hover, #nav-grey-select-town .dropdown-menu .dropdown-item:hover, #nav-grey-select-town-left .dropdown-menu .dropdown-item:hover {
    background: inherit;
    color: #808080;
}

#ddLangList_m {
    max-width: 100px;
    border-radius: 10px 10px 0 0;
}

#ddLangList a, #ddLangList_m a, #nav-grey-select-town .dropdown-menu a, #ddcabinetMenu .dropdown-menu a, #nav-grey-select-town-left .dropdown-menu a {
    line-height: 30px;
    color: white;
}

#ddmainMenuForQuesters.dropdown-menu {
    padding: 0 15px 24px 30px;
}

#ddmainMenuForQuesters select {
    width: 60px;
}

#ddmainMenuGifts.dropdown-menu {
    padding-left: 24px;
    line-height: 1.5;
}

#ddMainMenuRooms.dropdown-menu {
    padding: 0 10px 24px 24px;
}

#ddMainMenuRooms.dropdown-menu a {
    line-height: 1.3;
    padding-top: 15px;
}

#faq-quest h2 {
    max-width: 610px;
}

#faq-rooms-town li span {
    font-size: 16px;
}

#filter_url {
    background-color: rgba(224,224,224,0.5);
    margin-top: 40px;
    border-radius: 10px;
    padding: 30px 15px;
}

#filter_url [class*="col"] {
    max-width: 90%;
    margin: 7px;
}

#filter_url_btn>.btn-red {
    min-width: 100%;
}

#filter_url select, #filter_url input {
    height: 48px;
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 11px 60px 12px 26px;
    -webkit-padding-end: 60px !important;
    -webkit-padding-start: 26px !important;
    font-weight: 500;
    color: #212121;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-progress-appearance: unset;
    background: #fff url("/pict_site/down-arrow-black.svg") no-repeat right 20px center/14px 10px;
}

#filter_url select:disabled {
    background: #FFF;
    color: lightgrey;
    opacity: 1;
}

#filtr-block {
    overflow-y: auto;
    padding-bottom: 125px;
}

#filtr-block .custom-checkbox+label::before {
    margin-right: 29px;
}

#filtr-block .options-next {
    display: none;
}

#filtr-block>.row.filter-list {
    overflow-y: auto;
    max-height: 100%;
}

#filtr-block button {
    outline-color: transparent;
    border: none;
    height: 32px;
}

#find-team-block, #register-block, #resend-block, #request-block, #reset-block, #login-block {
    margin-bottom: 78px;
}

#find-team-form .form-control:disabled, #find-team-form .form-control[readonly], .booking-modal-input.disabled, .booking-modal-input.disabled:hover {
    outline: none;
    opacity: 0.8 !important;
}

#find-team-form .has-error #client_phone {
    border-color: white !important;
}

#footer-bottom {
    border-top: 1px #4b4848 solid;
    margin-top: 39px;
    text-align: center;
}

#footer-bottom .copyright {
    color: #898989;
    font-size: 14px;
}

#footer-bottom .copyright p:last-child {
    max-width: 200px;
    margin: 0 auto 16px auto;
}

#footer-bottom a:hover i {
    color: white;
}

#footer-clientam a, #footer-partner a, #footer-contacts a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 500;
    color: #909090;
}

#footer-clientam a:hover, #footer-partner a:hover, #footer-contacts a:hover {
    color: white;
}

#footer-contacts>.phone-list>a:first-child:before {
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -20px;
    font-size: 20px;
    line-height: 24px;
    color: #808080;
}

#group-subscrbe .btn-subscribe:hover {
    color: white;
}

#group-subscrbe .form-control {
    border-color: #313131;
}

#group-subscribe {
    padding-top: 9px;
}

#group-subscribe .form-control:focus {
    color: white;
    background-color: #313131;
}

#group-subscribe .input-group-append, #find-team-form .input-group-append {
    padding: 4px 4px 4px 0;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-left: 0;
    background: white;
}

#group-subscribe .input-group:active #subscribe_email, #group-subscribe .input-group:active #subscribe_btn, #group-subscribe .input-group:hover #subscribe_email, #group-subscribe .input-group:hover #subscribe_btn {
    box-shadow: none;
    color: white;
    border-color: white;
    outline: 0;
}

#group-subscribe .input-group:active #subscribe_email, #group-subscribe .input-group:hover #subscribe_email {
    background: transparent;
}

#indicator-descr {
    text-indent: 0;
    font-size: 10px;
    padding: 15px 8px;
    box-shadow: inset 0 0 10px 10px rgba(0,0,0,1);
}

#lang-modal .modal-dialog, #modalConfirm .modal-dialog {
    max-width: 662px;
}

#layer-2-h3 #note {
    max-width: 207px;
}

#link_on_map:before {
    display: inline-block;
    content: "";
    border: none;
    background: url("/pict_site/map-icon.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    margin-right: 10px;
}

#list-link-block a {
    font-size: 14px;
    font-weight: 500;
    white-space: inherit;
    width: 100%;
    height: 100%;
    min-height: 50px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#login-block a, #register-block a, #request-block a, #resend-block a {
    text-decoration: underline;
}

#login-form-rememberme {
    transform: scale(1.1);
}

#m-menu-block {
    padding-bottom: 70px;
    overflow-y: auto;
}

#main-comment {
    max-width: 200px;
    min-width: 200px;
}

#main-info-pict-block .img-quest {
    min-height: 650px;
    max-height: 650px;
}

#main-info-pict-block .layer-2 {
    top: 0;
    bottom: -0.125rem;
    background: rgba(0,0,0,0.7);
}

#main-info-pict-block .one-name:before {
    content: ', ';
    margin-right: 2px;
    margin-left: -2px;
}

#main-info-pict-block .rating-stars i, #main-info-pict-block .rating-stars i:before, #rewiew-block-carousel .rating-stars i, #rewiew-block-carousel .rating-stars i:before, #rating-list .rating-stars i, #rating-list .rating-stars i:before, #pjaxTeam .rating-stars i, #pjaxTeam .rating-stars i:before, #my-teams .rating-stars i, #my-teams .rating-stars i:before, #books .rating-stars i, #books .rating-stars i:before, #rooms_book .rating-stars i, #rooms_book .rating-stars i:before, .comment .rating-stars i, .comment .rating-stars i:before {
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    background-image: url("/pict_site/star_yel_big.svg");
}

#main-info-pict-block .sale_birth {
    bottom: -17px;
}

#mainMenu {
    height: 75px;
    line-height: 75px;
}

#mainMenu #mainMenuGifts.nav-link {
    padding: 0 18px;
}

#mainMenu .btn.nav-link.active, #mainMenu .btn.nav-link:hover {
    border-left: 1px solid #4b4848 !important;
    border-right: 1px solid #4b4848 !important;
    background-color: #292929;
    color: #e0e0e0;
}

#mainMenu .nav-link {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 25px;
}

#mainMenu .nav-link:last-child {
    padding-right: 0;
}

#mainMenu a.dropdown-toggle:after {
    height: 11px;
    width: 18px;
    margin-left: 6px;
    vertical-align: 2px;
    transition: .5s ease-in-out;
}

#mainMenu a:hover, #ddFindMe:hover #find-me-main, #ddFindMe:hover>span, #ddFindMe:hover>select {
    color: #f54245 !important;
    transition: .5s ease-in-out;
}

#mainMenu a:hover.dropdown-toggle:after {
    background: url("/pict_site/down-arrow-red.svg") no-repeat;
}

#mainSlider {
    box-shadow: inset 10px -80px 290px 210px rgba(0,0,0,1);
    text-align: center;
}

#mainSlider .under-caption {
    font-size: 17px;
    line-height: 1.5;
}

#mainSlider img {
    height: 600px;
    width: 100%;
    margin-top: -68px;
}

#map_canvas {
    height: 525px;
}

#map_canvas img {
    border-color: rgb(226,226,226);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}

#map_canvas img.leaflet-marker-icon {
    border: none;
}

#my-teams .layer-1, #pjaxTeam .layer-1, #sale-block .layer-1, #rating-list .layer-1, #books .layer-1, #rooms_book .layer-1 {
    min-height: 430px;
}

#nav-for-pl {
    min-width: 234px;
}

#nav-grey-select-town-left .dropdown-menu {
    transform: translateY(45px) !important;
    left: 25px !important;
}

#nav-grey-select-town .dropdown-menu, #block_lbl_town .dropdown-menu {
    min-width: 150px;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    overflow-y: auto;
    max-height: calc(70vh);
}

#navbar_768 {
    left: calc(-100%);
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
}

#navbar_768 .brand_icon {
    line-height: 30px;
    width: 30px;
    margin: 0 3px;
}

#navbar_768 .fa-paper-plane.brand_icon {
    font-size: 17px;
}

#navbar_768 .search-main-menu {
    border-radius: 0;
    background: transparent;
}

#navbar_768 .search-main-menu, #navbar_768 .search-main-menu i.fa {
    height: 50px;
    line-height: 50px;
}

#navbar_768 .search-main-menu.active {
    width: 100%;
    box-shadow: 1px 0 1px black;
    background: #323232;
}

#navbar_768 .search-main-menu:hover {
    box-shadow: none;
}

#navbar_768 .top-in-navbar_768 .phone_icon {
    height: 32px;
    width: 32px;
}

#navbar_768 .viber_icon:before {
    height: 32px;
    width: 32px;
    background-position: 5px 6px;
    background-size: 20px 20px;
}

#navbar_768, #navbar_769 {
    width: 300px;
    max-width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: #292929;
    z-index: 3002;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}

#navbar_768>.row>.col-12 {
    padding-left: 20px;
}

#navbar_769 {
    width: 431px;
    right: calc(-100%);
    text-align: start;
}

#navbar_769 .filter-bottom-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #323232;
    border-top: solid 3px #373737;
    padding: 28px 5px;
    z-index: 2;
}

#navbar_769 .filter-close-btn {
    top: 0;
    right: 21px;
    padding: 24px 15px;
    cursor: pointer;
    position: absolute;
    line-height: 14px;
    font-family: auto;
    font-size: 26px;
}

#navbar_769 .filter-list label.nav-toggle, .one-filter-block-caption {
    line-height: 1;
    max-height: 119px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    font-family: 'Helvetica Neue', Arial, Helvetica, Calibri;
    font-weight: bold;
    background: #323232;
    border-bottom: solid 3px rgba(55,55,55,0.5);
    -webkit-overflow-scrolling: touch;
}

#navbar_769 .ui-state-default {
    background: #f54245;
    border: none;
}

#news-all a, #same-news a {
    margin-bottom: 30px;
}

#news-block-bg, .news-block-bg {
    border: solid 1px black;
    border-radius: 10px;
    padding: 0;
    background: linear-gradient(360deg, #000 0%, rgba(0,0,0,0.00) 100%);
}

#news-block-bg .layer-1, .news-block-bg .layer-1 {
    height: 350px;
}

#news-block-bg .news-block-text, .news-block-bg .news-block-text {
    padding: 32px 20px;
    background: linear-gradient(360deg, #000 0%, rgba(0,0,0,0.00) 100%);
    border-radius: 0 10px 10px 0;
}

#on_map_block .layer-ab {
    position: absolute;
    top: 18px;
}

#on_map_block .map-content {
    z-index: 0;
}

#on_map_block .map-content .leaflet-popup-content {
    padding: 15px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    border: 1px solid #535353;
    color: white;
}

#on_map_block .map-content .leaflet-popup-content:hover {
    background: rgba(83,83,83,1);
}

#on_map_block .map-content .leaflet-popup-content a {
    color: white;
    margin-right: 15px;
}

#on_map_block .map-content .leaflet-popup-content a:hover {
    color: #e0e0e0;
}

#one-filter-block-compl .one-filter, #one-filter-block-price .one-filter {
    text-align: center;
}

#one-filter-block-town.one-filter-block.show, #one-filter-block-command.one-filter-block.show, #one-filter-block-actor.one-filter-block.show, #one-filter-block-old.one-filter-block.show, #one-filter-block-fear.one-filter-block.show, #one-filter-block-genre.one-filter-block.show, #one-filter-block-price.one-filter-block.show, #one-filter-block-compl.one-filter-block.show, #one-filter-block-online-book.one-filter-block.show, #one-filter-block-pay.one-filter-block.show, #one-filter-block-sale.one-filter-block.show, #one-filter-block-variation.one-filter-block.show, #one-filter-block-company.one-filter-block.show, #one-filter-block-metro.one-filter-block.show, #one-filter-block-district.one-filter-block.show, #one-filter-block-street.one-filter-block.show, #one-filter-block-gps-near.one-filter-block.show, #one-filter-block-type.one-filter-block.show {
    left: 0;
}

#other-review-block {
    background-color: #535353;
}

#overlay, #overlay-modal, #overlay_navbar_768, #overlay_navbar_769, .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3001;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    align-content: center;
    text-align: center;
}

#overlay .lds-default {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
    height: 64px;
}

#pjaxCabinet .img-book, #pjaxCabinet .layer-4, #news-block-carousel .bg-black-cl, #news-block-bg .layer-1 img, #news-block-bg .news-bg-gradient, #news-block-bg .layer-1 .tizer-height-2, .news-block-bg .bg-black-cl, .news-block-bg .layer-1 .tizer-height-2, .news-block-bg .layer-1 img, .news-block-bg .news-bg-gradient, .news-block-bg .rating-bg-gradient {
    border-radius: 10px 0 0 10px;
}

#pjaxCabinet .search-menu {
    max-width: 100%;
}

#pjaxFindTeam {
    width: 100%;
}

#popular-categories .col-12.text-uppercase.text-center {
    margin-top: 116px;
}

#popular-categories .col-lg-4.col-sm-6 {
    max-width: 345px;
}

#popular-categories .show_by {
    height: 50px;
    width: 50px;
    background-size: contain;
    cursor: pointer;
}

#popular-categories .show_by#list {
    background-image: url(/pict_site/list.svg);
}

#popular-categories .show_by#picture {
    background-image: url(/pict_site/picture.svg);
}

#popular-categories .variation-icon {
    height: 45px;
    width: 45px;
    background-size: contain;
}

#quest-block-carousel .carousel-indicators, #location-block-carousel .carousel-indicators {
    position: relative;
    bottom: 0;
    margin: 0;
}

#quest-block-carousel .carousel-indicators .height-indicators, #location-block-carousel .carousel-indicators .height-indicators {
    padding-bottom: 82%;
}

#quest-block-carousel .carousel-indicators li, #location-block-carousel .carousel-indicators li {
    width: 130px;
    height: 106px;
    margin: 27px 16px;
    background-color: #2e2e2e;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
}

#quest-block-carousel .carousel-indicators li.play-icon:before, #location-block-carousel .carousel-indicators li.play-icon:before {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background: url("/pict_site/play.svg") no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    top: 0;
}

#quest-block-carousel .img-quest, #location-block-carousel .img-quest {
    min-height: 700px;
    border-radius: 10px;
}

#quest-block-carousel>.col-auto, #location-block-carousel>.col-auto, #news-block-carousel>.col-auto, #rewiew-block-carousel>.col-auto {
    width: 45px;
}

#quest-history-block {
    max-height: 350px;
    overflow: hidden;
    height: 250px;
}

#quest-history-block:hover {
    overflow-y: auto;
}

#quest-icons {
    max-width: 52px;
    min-height: 500px;
    padding-bottom: 50px;
}

#quest-params, #quest-params-else {
    padding: 50px 0;
}

#quest-params-else .col-md span, #quest-params-else .col-md p {
    color: #fed030 !important;
}

#quest-params .col, #quest-params-else .col-md, #quest-params-else .col {
    padding-right: 50px;
}

#quest-params .col-auto, #quest-params-else .col-auto {
    padding-left: 50px;
}

#quest-price {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.74);
}

#quest-rating .btn-group-lbl, #pjaxTeam .btn-group-lbl {
    height: 48px;
    border: none;
    padding: 12px 5px 12px 26px;
    font-weight: 500;
    background: white;
    color: black;
    border-radius: 10px 0 0 10px;
    margin: 0;
}

#quest-rating select.btn-group, #pjaxTeam input.btn-group, #pjaxTeam select.btn-group {
    border-radius: 0 10px 10px 0;
    padding-left: 5px;
    -webkit-padding-start: 5px !important;
    color: #b0afaf;
    font-size: 14px;
    font-weight: 400;
}

#quest-sales i.fa, #block-team-list i.fa {
    position: relative;
}

#quest-sales i.fa::after {
    content: "";
    position: absolute;
    left: -21px;
    z-index: 1;
    height: 76px;
    width: 76px;
    border-radius: 76px;
    border: white 1px solid;
    top: -21px;
}

#quest_slider .carousel-indicators .active {
    border-color: white;
    background-color: transparent;
}

#quest_slider .carousel-indicators li {
    width: 75px;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
    border: grey 1px solid;
    border-radius: 0;
    background: url(/pict_site/logo.webp) center no-repeat;
    background-color: #2c2c2c;
    background-size: cover !important;
}

#question-block img {
    max-width: 100%;
}

#rate_block {
    padding: 97px 37px 60px 37px;
}

#rating-list .circle-size-70-text, .circle-size-70-text {
    font-size: 34px;
    text-transform: uppercase;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

#rating-list .img-book, #books .img-book, #rooms_book .img-book {
    height: 80%;
}

#rating-list .pin-icon-red, #books .pin-icon-red, #rooms_book .pin-icon-red, #main-info-pict-block .pin-icon-red {
    width: 15px;
    height: 20px;
    position: absolute;
    background: url(/pict_site/pin_red.svg);
}

#rating-list .time-icon, #my-teams .time-icon, #pjaxTeam .time-icon, #books .time-icon, #rooms_book .time-icon, #main-info-pict-block .time-icon {
    background: url(/pict_site/time.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    top: inherit;
    background-size: contain;
    bottom: 0;
}

#rating-list .tizer-mark {
    font-size: 24px;
    max-width: 250px;
    line-height: 1;
    padding: 10px 19px;
}

#register-block .panel-body {
    max-width: 940px;
}

#review-pict-block, #gift-pict-block, #main-info-pict-block.quest, #news-pict-block {
    margin-top: -95px;
}

#review-pict-block .layer-1 img, #news-pict-block .layer-1 img {
    max-height: 529px;
    min-height: 529px;
}

#review-view-information {
    max-width: 507px;
    color: #e0e0e0;
}

#rewiew-block-bg {
    height: 330px;
    background: #212121;
    border: solid 1px black;
    border-radius: 10px;
    padding: 0;
}

#rewiew-block-bg .carousel-item .row {
    padding: 30px 26px;
}

#rewiew-block-carousel .comment-user-count, .comment .comment-user-count {
    font-size: 14px;
    color: #9e9e9e;
}

#rewiew-block-carousel .comment-user-count-number, .comment .comment-user-count-number {
    color: white;
}

#rewiew-block-carousel .NameRoom, .comment .NameRoom {
    color: #f54245;
    font-size: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 20px;
}

#rewiew-block-carousel .NameRoom .NameRoom-colon, .comment .NameRoom .NameRoom-colon {
    text-transform: lowercase;
    display: block;
}

#rewiew-block-carousel .rating-stars, .comment .rating-stars {
    white-space: nowrap;
    cursor: default;
    -webkit-touch-callout: none;
    user-select: none;
    font-size: 0;
}

#rewiew-block-carousel .rating-stars[data-stars*="1"] i:first-child ~ i, #rewiew-block-carousel .rating-stars[data-stars*="2"] i:nth-child(2) ~ i, #rewiew-block-carousel .rating-stars[data-stars*="3"] i:nth-child(3) ~ i, #rewiew-block-carousel .rating-stars[data-stars*="4"] i:nth-child(4) ~ i, #main-info-pict-block .rating-stars[data-stars*="1"] i:first-child ~ i, #main-info-pict-block .rating-stars[data-stars*="2"] i:nth-child(2) ~ i, #main-info-pict-block .rating-stars[data-stars*="3"] i:nth-child(3) ~ i, #main-info-pict-block .rating-stars[data-stars*="4"] i:nth-child(4) ~ i, #rating-list .rating-stars[data-stars*="1"] i:first-child ~ i, #rating-list .rating-stars[data-stars*="2"] i:nth-child(2) ~ i, #rating-list .rating-stars[data-stars*="3"] i:nth-child(3) ~ i, #rating-list .rating-stars[data-stars*="4"] i:nth-child(4) ~ i, #rooms_book .rating-stars[data-stars*="1"] i:first-child ~ i, #rooms_book .rating-stars[data-stars*="2"] i:nth-child(2) ~ i, #rooms_book .rating-stars[data-stars*="3"] i:nth-child(3) ~ i, #rooms_book .rating-stars[data-stars*="4"] i:nth-child(4) ~ i, #books .rating-stars[data-stars*="1"] i:first-child ~ i, #books .rating-stars[data-stars*="2"] i:nth-child(2) ~ i, #books .rating-stars[data-stars*="3"] i:nth-child(3) ~ i, #books .rating-stars[data-stars*="4"] i:nth-child(4) ~ i, .comment .rating-stars[data-stars*="1"] i:first-child ~ i, .comment .rating-stars[data-stars*="2"] i:nth-child(2) ~ i, .comment.rating-stars[data-stars*="3"] i:nth-child(3) ~ i, .comment .rating-stars[data-stars*="4"] i:nth-child(4) ~ i {
    background-image: url("/pict_site/star_grey_big.svg");
}

#rewiew-block-carousel .rating-stars[data-stars*="1-half"] i:first-child + i:before, #rewiew-block-carousel .rating-stars[data-stars*="2-half"] i:nth-child(2) + i:before, #rewiew-block-carousel .rating-stars[data-stars*="3-half"] i:nth-child(3) + i:before, #rewiew-block-carousel .rating-stars[data-stars*="4-half"] i:nth-child(4) + i:before, #main-info-pict-block .rating-stars[data-stars*="1-half"] i:first-child + i:before, #main-info-pict-block .rating-stars[data-stars*="2-half"] i:nth-child(2) + i:before, #main-info-pict-block .rating-stars[data-stars*="3-half"] i:nth-child(3) + i:before, #main-info-pict-block .rating-stars[data-stars*="4-half"] i:nth-child(4) + i:before, #rating-list .rating-stars[data-stars*="1-half"] i:first-child + i:before, #rating-list .rating-stars[data-stars*="2-half"] i:nth-child(2) + i:before, #rating-list .rating-stars[data-stars*="3-half"] i:nth-child(3) + i:before, #rating-list .rating-stars[data-stars*="4-half"] i:nth-child(4) + i:before, #rooms_book .rating-stars[data-stars*="1-half"] i:first-child + i:before, #rooms_book .rating-stars[data-stars*="2-half"] i:nth-child(2) + i:before, #rooms_book .rating-stars[data-stars*="3-half"] i:nth-child(3) + i:before, #rooms_book .rating-stars[data-stars*="4-half"] i:nth-child(4) + i:before, #books .rating-stars[data-stars*="1-half"] i:first-child + i:before, #books .rating-stars[data-stars*="2-half"] i:nth-child(2) + i:before, #books .rating-stars[data-stars*="3-half"] i:nth-child(3) + i:before, #books .rating-stars[data-stars*="4-half"] i:nth-child(4) + i:before, .comment .rating-stars[data-stars*="1-half"] i:first-child + i:before, .comment .rating-stars[data-stars*="2-half"] i:nth-child(2) + i:before, .comment .rating-stars[data-stars*="3-half"] i:nth-child(3) + i:before, .comment .rating-stars[data-stars*="4-half"] i:nth-child(4) + i:before, .rating-stars[data-stars*="1-half"] i:first-child + i:before, .rating-stars[data-stars*="2-half"] i:nth-child(2) + i:before, .rating-stars[data-stars*="3-half"] i:nth-child(3) + i:before, .rating-stars[data-stars*="4-half"] i:nth-child(4) + i:before {
    content: "";
    display: block;
}

#rewiew-block-carousel .rating-stars i, .comment .rating-stars i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

#rewiew-block-carousel .rating-stars i:before, #main-info-pict-block .rating-stars i:before, #rating-list .rating-stars i:before, #books .rating-stars i:before, #rooms_book .rating-stars i:before, .comment .rating-stars i:before, .rating-stars i:before {
    content: none;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

#rewiew-block-carousel .rewiew-block-author {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
}

#rewiew-block-carousel .rewiew-block-date {
    font-weight: 700;
}

#rewiew-block-carousel .verify_game, .comments .verify_game {
    position: absolute;
    left: 0;
    bottom: 30px;
    background-color: rgba(254,208,48,0.3);
    line-height: 39px;
    width: 213px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

#rooms .frame, #same-rooms .frame, #similar-rooms .frame, #companies-all .frame, #companies-block .frame, #company-rooms .frame {
    z-index: 1;
    background: black;
    border: 1px solid black;
}

#rooms>.col-md-6.col-lg-4, #same-rooms>.col-md-6.col-lg-4, #similar-rooms>.col-md-6.col-lg-4, #companies-all>.col-md-6.col-lg-4, #reviews-all>.col-md-6.col-lg-4, #reviews-block .col-md-6.col-lg-4, #same-review .col-md-6.col-lg-4, #companies-block .col-md-6.col-lg-4, #company-rooms>.col-md-6.col-lg-4 {
    max-width: 345px;
    min-height: 440px;
}

#rules-block strong, #rules-block b {
    color: #9e9e9e;
}

#sale-block .news-block-bg .layer-1 img {
    width: 100%;
    height: 100%;
}

#sale-block .news-block-bg .layer-1 img#clubcard {
    border-radius: 10px;
    width: 75%;
    height: auto;
    margin-top: 80px;
}

#sale-block i.fa.birthday40x47::after {
    left: -30px;
    top: -20px;
}

#sale-block i.fa.clubcard52x38::after {
    left: -25px;
    top: -38px;
}

#sale-block i.fa.clubcard52x38::after, #sale-block i.fa.birthday40x47::after, #sale-block i.fa.percent40x42::after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    border: white 1px solid;
}

#sale-block i.fa.percent40x42::after {
    left: -30px;
    top: -26px;
}

#sale-block ul {
    padding-left: 20px;
}

#same-review .AboutRoom, #reviews-block .AboutRoom, #reviews-all .AboutRoom {
    padding: 10px 20px 20px 20px;
}

#sched-all-days {
    background-image: url(/pict_site/calendar_all_days.svg);
    background-position-x: 2px;
}

#sched-all-days:hover, #sched-one-day:hover {
    opacity: 1;
}

#sched-one-day {
    background-image: url(/pict_site/calendar_one_day.svg);
}

#search-b {
    height: 30px;
    line-height: 2px;
}

#search_in_content, .search_in_content {
    box-shadow: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: white;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: transparent;
    position: relative;
}

#search_in_content:focus, .search_in_content:focus {
    box-shadow: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-color: #2e2e2e;
}

#search_in_content_2 {
    font-size: 14px;
    font-weight: bold;
}

#search_in_content_form {
    height: 32px;
    max-width: 400px;
}

#search_in_content_m {
    font-size: 14px;
}

#seo-footer-bottom li, .text-block li, .tick {
    display: block;
    margin: 7px 0;
    background: url("/pict_site/tick.svg") no-repeat;
    padding-left: 40px;
}

#shed-btn-next .fa, #shed-btn-prev .fa {
    font-size: 30px;
}

#shed-btn-prev, #shed-btn-next {
    padding-top: 21px;
    cursor: pointer;
}

#shed-btn-prev.disabled, #shed-btn-next.disabled, .day_day.disabled {
    cursor: no-drop;
    color: #808080;
}

#shed-month .dropdown-item {
    color: white;
}

#shed-month .dropdown-item.select_el {
    color: #f54245;
}

#shed-month .dropdown-item:hover {
    color: #f54245;
    cursor: pointer;
}

#shed-month.show>button, #shed-month.show .dropdown-menu {
    background: #292929;
}

#shed-month>button {
    cursor: pointer;
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background: #323232;
}

#shedule-block {
    min-height: 15px;
}

#shedule-block.not-load {
    min-height: 609px;
}

#submenu .btn.nav-link.active, #submenu .btn.nav-link:hover {
    color: #f54245;
}

#subscribe_btn {
    padding: 0;
    border-width: 0;
    width: 34px;
    height: 34px;
    background: #f54245;
    border-radius: 10px !important;
    line-height: 38px;
}

#subscribe_email {
    border: 2px solid white;
}

#tofiltrbutton {
    background-image: url("/pict_site/FAB_filter_icon.svg");
    bottom: 140px;
}

#ui-datepicker-div.ui-widget-content {
    z-index: 1099 !important;
}

#upbutton {
    bottom: 20px;
    display: none;
    background-image: url(/pict_site/FAB_arrow_icon.svg);
}

#upbutton, #tofiltrbutton, #book-online-phone, #book-online {
    height: 48px;
    width: 41px;
    left: 30px;
    cursor: pointer;
    position: fixed;
    z-index: 999;
    opacity: 0.8;
    background-size: contain;
    background-repeat: no-repeat;
}

#variation-block .col-auto, #towns-block .col-auto, #genre-block .col-auto {
    max-width: 100%;
    text-align: center;
}

#variation-block a, #towns-block a, #genre-block a, .page_block .link-page {
    border: none;
    border-right: 1px solid #6d6d6d;
    cursor: pointer;
    font-weight: inherit;
    padding: 0 8px;
}

#variation-block button.variation-more, #variation-block-img button.variation-more, #genre-block button.genre-more, #towns-block button.towns-more, .dropdown-filtr .options-more {
    color: #cccccc;
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

#variation-names>.variation-name:not(:first-child):before {
    content: ', ';
    margin-right: 10px;
    margin-left: -2px;
}

#video_review {
    border: 1px black solid;
    border-radius: 10px;
}

.a-shadow a {
    font-size: 16px;
    text-decoration: underline;
    color: gainsboro;
    font-weight: 700;
}

.a-shadow a:hover {
    color: #f54245 !important;
}

.AboutReview {
    align-content: space-between;
    padding: 20px;
}

.AboutRoom {
    padding: 40px 60px 0 20px;
}

.actor, .with-quest-actor {
    background-size: contain;
    background-image: url(/pict_site/actor.svg);
}

.add-comment:hover, .add-like:hover {
    color: red;
}

.add70x70 {
    width: 70px;
    height: 70px;
    background: url(/pict_site/add70x70.webp) no-repeat;
}

.alert {
    position: fixed;
    z-index: 1031;
    top: 20%;
    left: 10%;
    width: 80%;
    min-height: 150px;
    max-height: 70%;
    overflow-y: auto;
    background-color: #292929;
    color: white;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding: 100px 50px;
    border-radius: 10px;
    box-shadow: 2px 10px 200px #292929;
}

.alert.alert-filter {
    position: relative;
    padding: 8px 23px;
    margin: 4px 15px 4px 0;
    min-height: 38px;
    max-height: 38px;
    background: #d4cfcf;
    color: black;
    font-size: 14px;
    font-weight: 200;
    width: auto;
    left: inherit;
    border: black solid 1px;
    line-height: 20px;
    z-index: 1;
}

.alert.alert-filter .close {
    background: initial;
    color: black;
    top: 2px;
    right: 7px;
    font-size: 14px;
    font-weight: 500;
    width: inherit;
    height: inherit;
}

.alert .close, .modal-header .close {
    background: url(/pict_site/cross.svg) no-repeat;
    background-size: contain;
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    top: 23px;
    right: 20px;
    opacity: 0.9;
    padding: 0;
    width: 29px;
    height: 29px;
    margin: 0;
    z-index: 2;
    color: transparent;
    text-shadow: 0 1px 0 transparent;
}

.another-game, .other-entertainments {
    background-size: contain;
    background-image: url(/pict_site/another-game.svg);
}

.append-dropdown-toggle, .genre-more::after, .options-more::after, .towns-more::after, .variation-more::after {
    position: absolute;
    display: block;
    right: -10px;
    top: 7px;
    content: "";
    border: none;
    background: url("/pict_site/down-arrow.svg") no-repeat;
    background-size: contain;
    height: 6px;
    width: 10px;
    opacity: 0.7;
    transition: .5s ease-in-out;
}

.append-dropdown-toggle-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    content: "";
    border-right: 0.3em solid;
    border-top: 0.3em solid transparent;
    border-left: 0;
    border-bottom: 0.3em solid transparent;
}

.attention, .text-block [style*="color: yellow;"] {
display: block;
margin: 7px 0;
background: url("/pict_site/attention.svg") no-repeat;
padding-left: 40px;
}

.attr-icons {
    height: 37px;
    width: 37px;
    cursor: help;
}

.auth-clients li {
    float: inherit !important;
    display: inline-block !important;
}

.auth-clients li:last-child {
    margin: 0 !important;
}

.auth-icon {
    height: 46px !important;
    width: 46px !important;
}

.auth-icon.facebook {
    background: url("/pict_site/facebook.svg") no-repeat !important;
}

.auth-icon.google {
    background: url("/pict_site/google.svg") no-repeat !important;
}

.avatar-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.avatar-img-rounded {
    border-radius: 50%;
    width: 140px;
    height: 140px;
}

.avatar-img-rounded-80 {
    border-radius: 50%;
    width: 84px;
    height: 84px;
}

.ban, .text-block [style*="color: red;"] {
display: block;
margin: 7px 0;
background: url("/pict_site/ban.svg") no-repeat;
padding-left: 40px;
}

.before-slider-height {
    height: 125px;
}

.bg-2e {
    background: #2e2e2e;
}

.bg-2e-cl {
    background-color: #2e2e2e;
}

.bg-16 {
    background: #161616;
}

.bg-21 {
    background: #212121;
}

.bg-29 {
    background: #292929;
}

.bg-29-cl {
    background-color: #292929;
}

.bg-31-cl {
    background-color: #313131;
}

.bg-32 {
    background: #323232;
}

.bg-33 {
    background: #333333;
}

.bg-black {
    background: black;
}

.bg-black-cl {
    background-color: black;
}

.bg-blue {
    background: #2b88c5 !important;
}

.bg-blue-cl {
    background-color: #3076fe !important;
}

.bg-blue2 {
    background: #004085 !important;
}

.bg-blue2-cl {
    background-color: #004085 !important;
}

.bg-e0 {
    background: #e0e0e0;
}

.bg-green {
    background: #5aab28 !important;
}

.bg-green-cl {
    background-color: #5aab28 !important;
}

.bg-green2 {
    background: #28a745 !important;
}

.bg-green2-cl {
    background-color: #397d10 !important;
}

.bg-green3 {
    background: #8bc34a !important;
}

.bg-green3-cl {
    background-color: #5aab28 !important;
}

.bg-grey {
    background: #323232 !important;
}

.bg-orange {
    background: #ff5722 !important;
}

.bg-orange-cl {
    background-color: #ff5722 !important;
}

.bg-purple {
    background: #009688 !important;
}

.bg-purple-cl {
    background-color: #009688 !important;
}

.bg-purple2 {
    background: #752084 !important;
}

.bg-purple2-cl {
    background-color: #752084 !important;
}

.bg-purple3 {
    background: #dc3545 !important;
}

.bg-purple3-cl {
    background-color: #dc3545 !important;
}

.bg-red {
    background-color: #f54245 !important;
}

.bg-red-cl {
    background-color: #f54245 !important;
}

.bg-transp {
    background: transparent;
}

.bg-transp-cl {
    background-color: transparent !important;
}

.bg-yellow {
    background: #ffd101;
}

.bg-yellow-cl {
    background-color: #e3b924;
}

.birthday {
    background-size: contain;
    position: relative;
    background: url(/pict_site/birthday.svg) no-repeat;
}

.birthday40x47 {
    width: 40px;
    height: 47px;
    background: url(/pict_site/birthday40x47.webp) no-repeat;
}

.birthday_r {
    width: 20px;
    height: 28px;
    background: url(/pict_site/birthday.webp) no-repeat;
    background-size: contain;
}

.blackout {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block-hide {
    display: none;
}

.bonus, .people, .price1 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
    line-height: 22px;
    min-width: 200px;
}

.bonus-icon {
    background: url(/pict_site/bonus.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-size: contain;
}

.book-one-room {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
}

.book-point {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 10px;
}

.book-room-name {
    min-height: 36px;
    bottom: 0;
    background: rgba(1,1,1,0.46);
    border-radius: 5px 5px 0 0;
    z-index: 2;
}

.book-room-params {
    min-height: 36px;
    bottom: 0;
    background: rgba(1,1,1,0.46);
    border-radius: 0 0 5px 5px;
}

.book-slot {
    background-color: #808080;
    border-radius: 8px;
    max-height: 40px;
    height: 40px;
    line-height: 40px;
    max-width: 100px;
    min-width: 100px;
    cursor: default;
    margin: 5px;
}

.book-slot-m, .book-slot-m-price {
    background-color: #808080;
    border-radius: 10px;
    max-height: 38px;
    height: 38px;
    line-height: 38px;
    max-width: 124px;
    min-width: 124px;
    cursor: default;
    margin-right: 20px;
}

.book-slot-m.booking.selected, .book-slot-m.booking:hover {
    border-color: #f54245 !important;
    background-color: transparent !important;
    border: 2px solid;
    height: 38px;
    line-height: 34px;
}

.booking {
    cursor: pointer;
}

.border-black {
    border: black 1px solid;
}

.border-blue {
    border: #2b88c5 1px solid;
}

.border-bottom {
    border-bottom: 1px solid #4b4848 !important;
}

.border-bottom-2e {
    border-bottom: 1px solid #2e2e2e !important;
}

.border-cabinet-menu {
    border-left: 1px solid #2e2e2e !important;
}

.border-green {
    border: #009688 1px solid;
}

.border-grey {
    border: solid 1px black;
}

.border-left {
    border-left: 1px solid #6d6d6d !important;
}

.border-rad {
    border-radius: 10px;
}

.border-rad-btm {
    border-radius: 0 0 10px 10px;
}

.border-rad-left {
    border-radius: 10px 0 0 10px;
}

.border-rad-top {
    border-radius: 10px 10px 0 0;
}

.border-red {
    border: #f54245 solid 2px !important;
}

.border-red-1 {
    border: #f54245 solid 1px !important;
}

.border-right {
    border-right: 1px solid #6d6d6d !important;
}

.border-top {
    border-top: 1px solid #cccccc !important;
}

.border-white {
    border: white solid 1px;
}

.border-yellow {
    border: #c1824b 1px solid;
}

.brand_icon {
    line-height: 40px;
    width: 40px;
    color: white !important;
    text-align: center;
    border-radius: 40px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.brand_icon:hover {
    animation-name: bounce-7;
    animation-timing-function: cubic-bezier(0.280,0.840,0.420,1);
    align-self: flex-end;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}

.bread-hard .breadcrumb > li + li:nth-child(3):before, .bread-hard .breadcrumb > li + li:nth-child(5):before {
    padding: 0 2px 0 0;
    color: #aaaaaa;
    content: ",\0020";
    font-family: monospace;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    font-size: 16px;
    padding-left: 0;
    padding-top: 35px;
    padding-right: 70px;
}

.breadcrumb>li+li:before {
    padding: 0 0 0 5px;
    color: #aaaaaa;
    content: ">\00a0";
    font-family: monospace;
}

.breadcrumb>li, .breadcrumb>li>span>a {
    color: #aaaaaa;
    line-height: 1.3;
}

.breadcrumb>li.active {
    color: #f54245;
}

.breadcrumb>li>span>a:hover {
    color: white;
}

.btn-ico:hover {
    color: #f54245 !important;
    border-color: #f54245;
}

.btn-imageDelete {
    top: 35px !important;
    left: 162px;
    right: unset !important;
}

.btn-red {
    background-color: #d32f2f;
    color: #ffffff;
    cursor: pointer;
    border: #d32f2f solid 2px;
    min-width: 196px;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Helvetica Neue', Arial, Helvetica, Calibri;
    font-weight: bold;
    font-size: 18px;
    padding: 13px 20px;
    border-radius: 10px;
    transition: .5s ease-in-out;
    line-height: 18px;
    display: inline-block;
}

.btn-red-transp {
    background-color: rgba(247,64,63,0.39);
    border-radius: 5px;
    color: white;
    min-width: 160px;
    cursor: pointer;
    border: #f54245 solid 1px;
}

.btn-red-transp:hover, .btn-transp:hover {
    border-color: #d32f2f;
    background-color: #d32f2f;
    transition: 0.5s;
}

.btn-red.disabled {
    color: grey;
    background: #616161;
    border-color: grey;
    cursor: not-allowed;
}

.btn-red:hover {
    border-color: white;
    background-color: transparent;
}

.btn-reply:hover {
    background-color: #d32f2f;
}

.btn-transp {
    border: white solid 2px;
    border-radius: 10px;
    color: white;
    min-width: 196px;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding: 13px 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 18px;
}

.btn-transp[href="#comment_reply"] {
    min-width: 250px;
}

.btn-underline {
    background: none;
    border: none;
    cursor: pointer;
    color: #e0e0e0;
    text-decoration: underline;
    width: auto !important;
    padding-left: 20px;
}

.btn.disabled, .btn:disabled {
    cursor: no-drop;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.cabinetMenuPartition {
    text-transform: uppercase;
    color: #909090;
    font-family: 'Helvetica Neue', 'Ubuntu-Regular', Arial, Helvetica, Calibri;
    font-weight: 500;
}

.caption-2 {
    font-family: 'Helvetica Neue', 'Ubuntu-Bold', Arial, Helvetica, Calibri;
    text-transform: uppercase;
    font-weight: bold;
}

.cards70x70 {
    width: 70px;
    height: 70px;
    background: url(/pict_site/cards70x70.webp) no-repeat;
}

.carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-control-next, .carousel-control-prev {
    width: 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 22px;
    height: 34px;
    background-image: url("/pict_site/carousel_icon.svg");
}

.carousel-control-prev-icon {
    transform: rotate(180deg);
}

.carousel-indicators .active {
    background-color: white;
    border-color: transparent;
    cursor: inherit;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #2e2e2e;
    border-radius: 20px;
    cursor: pointer;
}

.carousel-item {
    overflow: hidden;
    height: 100%;
}

.category-height {
    padding-bottom: 47%;
}

.category-text {
    position: absolute;
    top: 0;
    bottom: 0;
}

.chevron-left:after, .chevron-right:after {
    display: inline-block;
    content: "";
    border: none;
    background: url("/pict_site/chevron_white.svg") no-repeat;
    background-size: contain;
    width: 18px;
    height: 34px;
}

.chevron-left:after, .disabled .chevron-left:after {
    transform: rotate(180deg);
}

.circle-size-30 {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 26px !important;
}

.circle-size-30-text {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 28px !important;
}

.circle-size-40-text {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 41px !important;
}

.circle-size-sm {
    font-size: 16px;
    width: 26px;
    height: 26px;
    line-height: 22px !important;
}

.clock {
    width: 26px;
    height: 26px;
    background: url(/pict_site/clock.webp);
    background-repeat: no-repeat;
}

.close:hover {
    opacity: 1;
}

.close_red {
    width: 26px;
    height: 26px;
    background: url(/pict_site/close_red.webp);
    background-size: contain !important;
}

.clubcard {
    width: 34px;
    height: 34px;
    background: url(/pict_site/clubcard.webp) no-repeat;
}

.clubcard52x38 {
    width: 52px;
    height: 38px;
    background: url(/pict_site/clubcard52x38.webp) no-repeat;
}

.clubcard70x70 {
    width: 70px;
    height: 70px;
    background: url(/pict_site/clubcard70x70.webp) no-repeat;
}

.comand {
    width: 15px;
    height: 13px;
    background: url(/pict_site/comand.webp);
    background-repeat: no-repeat;
}

.comand_q {
    width: 30px;
    height: 26px;
    background: url(/pict_site/comand_q.webp);
    background-repeat: no-repeat;
}

.comand_q_green {
    width: 30px;
    height: 26px;
    background: url(/pict_site/comand_q_green.webp);
    background-repeat: no-repeat;
}

.comand_q_yellow {
    width: 30px;
    height: 26px;
    background: url(/pict_site/comand_q_yellow.webp);
    background-repeat: no-repeat;
}

.comment {
    min-height: 100px;
    background: #212121;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 26px;
    position: relative;
}

.comment-date {
    line-height: 27px;
}

.comment .author {
    font-family: 'Helvetica Neue', 'Ubuntu-Bold', Arial, Helvetica, Calibri;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.comments .ui-widget-content {
    z-index: inherit !important;
    max-width: 100%;
}

.comments [data-role="static-form-container"] #comment-form .container {
    border-radius: 10px;
    border: solid 1px black;
    background: #212121;
}

.comments [id*="rating_detail_"] {
    background: #292929;
    width: 219px;
    border-radius: 10px 0 0 10px;
    left: -26px;
    top: -30px;
    position: absolute;
    z-index: 1;
    padding: 24px 26px;
}

.contact-section-title.show>a:after, .faq-card-question.show:after {
    transform: rotate(180deg);
}

.contact-section-title>a:after, .faq-card-question:after {
    height: 9px;
    width: 15px;
    transition: .5s ease-in-out;
    display: inline-block;
    content: "";
    border: none;
    background: url("/pict_site/down-arrow.svg") no-repeat;
    background-size: contain;
    right: 0;
    position: absolute;
    top: 45%;
}

.contacts70x70 {
    width: 70px;
    height: 70px;
    background: url(/pict_site/contacts70x70.webp) no-repeat;
}

.content {
    flex: 1 0 auto;
    overflow: hidden;
}

.control-label {
    font-weight: bold;
    font-size: 18px;
}

.couple {
    width: 34px;
    height: 34px;
    background: url(/pict_site/couple.webp) no-repeat;
}

.cursor-help {
    cursor: help;
}

.cursor-pointer {
    cursor: pointer !important;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #000000;
    border-radius: 3px;
    margin-right: 9px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    top: 1px;
    position: relative;
}

.custom-checkbox:checked+label::before {
    border-color: #f54245;
    background-color: #f54245;
    background-image: url(/pict_site/check.svg);
}

.custom-checkbox:disabled+label {
    color: #535353;
}

.custom-checkbox:disabled+label::before {
    background-color: #dddddd;
    border-color: #c9c8c8;
}

.custom-checkbox:focus+label::before {
    box-shadow: rgba(178,177,177,0.25);
}

.custom-checkbox:focus:not(:checked)+label::before {
    border-color: white;
}

.custom-checkbox:not(:disabled):active+label::before {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #c0c0c0;
}

.custom-radio {
    position: absolute;
    opacity: 0;
    transform: scale(1.5);
    top: 5px;
}

.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #4b4848;
    background-color: #4b4848;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-radio:checked+label::before {
    border-color: white;
    background-color: #f54245;
}

.custom-radio:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgb(244 67 54 / 20%);
}

.custom-radio:focus:not(:checked)+label::before {
    border-color: #4b4848;
    background-color: #4b4848;
}

.custom-radio:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #ffebee;
}

.date-icon {
    background: url(/pict_site/date.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
}

.day_day:hover, .one-day-col>.day_day.select_el, .one-day-col>.day_day:hover, .select_el {
    border-color: #f54245;
    color: #f54245 !important;
}

.dd-filtr-block {
    width: 100%;
    padding: 15px 15px 0 15px;
}

.dd-filtr-caption {
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
}

.dd-list {
    display: none;
    font-weight: 400;
}

.dd-list.list-show {
    display: block;
}

.disabled-grey {
    border: 1px solid #6d6d6d !important;
    background-color: #808080 !important;
    color: #aaaaaa;
}

.disabled .chevron-left:after, .disabled .chevron-right:after {
    background: url("/pict_site/chevron_grey.svg") no-repeat;
    cursor: no-drop;
}

.dot1, .dot2, .dot3, .dot4 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: grey;
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.dot2, .dot4 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.dot3, .dot4 {
    background-color: #ffffff;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: inherit;
}

.dropdown-menu {
    z-index: 1031;
    background-color: #323232;
    border-radius: 0 0 10px 10px;
    border: 0;
    margin: 0;
    padding: 11px 0 24px 14px;
    min-width: 100%;
    line-height: 32px;
    display: block;
    visibility: hidden;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.dropdown-menu.show {
    visibility: visible;
    border-bottom: solid black 1px;
}

.dropdown-menu a {
    display: block;
    color: white;
    cursor: pointer;
}

.dropdown-menu a:hover {
    color: #f54245 !important;
}

.email, .faq-card-answer span.email, .faq-card-answer span.phone-red, .phone-red {
    color: #f54245;
}

.email70x70 {
    width: 70px;
    height: 70px;
    background: url(/pict_site/email70x70.webp) no-repeat;
}

.fa-angle-down {
    transform: translateY(10%);
    color: #dddddd;
}

.fa-facebook.brand_icon {
    background-color: #3c5a99;
    font-size: 24px;
}

.fa-ico-height {
    min-height: 100px;
}

.fa-instagram.brand_icon {
    background: #f09433;
    background: -moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433',endColorstr='#bc1888',GradientType=1 );
    font-size: 24px;
}

.fa-paper-plane.brand_icon {
    background-color: #4dd0e1;
    font-size: 20px;
}

.fa-sign-out:before {
    content: "\f08b";
    line-height: 32px;
    margin-left: 8px;
    font-weight: bold;
}

.fa_qrlogo, .fa_qrlogo_footer {
    width: 206px;
    height: 35px;
    background: url(/pict_site/QuestRoom_logo.png) no-repeat;
    background-size: 206px auto;
}

.faq-card {
    border-bottom: #4b4848 solid 1px;
}

.faq-card-answer {
    padding: 15px 0 25px 15px;
    font-size: 18px;
    color: #e0e0e0;
}

.faq-card-answer span {
    color: #9e9e9e;
}

.faq-card-question {
    font-size: 21px;
    font-weight: bold;
    position: relative;
}

.faq-card-question a {
    position: relative;
    display: flex;
    line-height: 21px;
    z-index: 1;
    padding: 15px 0;
}

.fear-block[data-fear="2"] span:nth-child(1) {
    background: url(/pict_site/fear_icon.svg) no-repeat;
}

.fear-block[data-fear="3"] span:nth-child(-n+2) {
    background: url(/pict_site/fear_icon.svg) no-repeat;
}

.fear-block[data-fear="4"] span:nth-child(-n+3), .fear-block[data-fear="5"] span:nth-child(-n+3) {
    background: url(/pict_site/fear_icon.svg) no-repeat;
}

.fear-icon {
    background: url(/pict_site/fear_icon.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-size: contain;
}

.ff-HB {
    font-family: 'Helvetica Neue', Arial, Helvetica, Calibri;
    font-weight: bold;
}

.ff-HM {
    font-family: 'Helvetica Neue', Arial, Helvetica, Calibri;
    font-weight: 500;
}

.ff-HR {
    font-family: 'Helvetica Neue', Arial, Helvetica, Calibri;
}

.ff-UB {
    font-family: 'Ubuntu-Bold', Arial, Helvetica, Calibri;
}

.ff-UR {
    font-family: 'Ubuntu-Regular', Arial, Helvetica, Calibri;
}

.field-contacts-message {
    height: 100%;
    max-height: 339px;
}

.field-profile-newfirstsort {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.filter-bottom-buttons .btn-red, .filter-bottom-buttons .btn-transp {
    max-width: 180px;
    min-width: 180px;
    display: block;
}

.filter-clear-one-param {
    display: inline;
    font-size: 28px;
    font-family: cursive;
    font-weight: 100;
    line-height: 45px;
    color: #d32f2f;
    cursor: pointer;
    padding: 0 20px;
}

.filter-list-one {
    font-size: 16px;
    font-family: 'Helvetica Neue', 'Ubuntu-Bold', Arial, Helvetica, Calibri;
    font-weight: bold;
    padding-left: 36px !important;
    border-bottom: #4b4848 1px solid;
    line-height: 50px;
    max-height: 50px;
    display: flex;
    white-space: nowrap;
}

.filter-list-one div.filter-one-open {
    position: absolute;
    width: 17px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 9px;
    background-image: url("/pict_site/arrow-long-white.svg");
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    padding: 0 40px;
    cursor: pointer;
}

.filter-one-open {
    cursor: pointer;
}

.filter-search-in-clear {
    position: absolute;
    right: 0;
    top: 9px;
    background: #fafafa;
    text-align: center;
    border-radius: 16px;
    color: black;
    height: 18px;
    width: 18px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    opacity: .2;
    transition: opacity .05s ease-out;
}

.filter-search-in-clear:hover {
    opacity: .8;
}

.filter-select-param {
    color: #f54245;
    font-size: 14px;
    font-weight: 200;
    overflow: hidden;
    padding-right: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter-select-param[title] {
    cursor: help;
}

.filter_search_in {
    position: relative;
    margin-bottom: 15px;
}

.filter_search_in .search-icon {
    margin: 7px 10px 7px 0;
}

.filter_search_in i {
    position: absolute;
    top: 10px;
}

.filter_search_in input {
    background: transparent;
    border-bottom: 1px solid #4b4848;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    padding: 0 40px;
    font-size: 16px;
    color: white;
}

.fit-content {
    width: fit-content;
    width: -moz-fit-content;
}

.footer {
    flex: 0 0 auto;
    overflow: hidden;
}

.footer-in-navbar_768 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 14px;
    z-index: 2;
    background: #292929;
}

.footer-title {
    min-width: 160px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 8px;
    transition: .5s ease-in-out;
}

.footer-title.list-show:after, .m-menu-partition.list-show:after {
    transform: rotate(180deg);
}

.footer-title:after, .m-menu-partition:after {
    display: inline-block;
    right: 0;
    top: 13px;
    content: "";
    border: none;
    background: url("/pict_site/down-arrow.svg") no-repeat;
    background-size: contain;
    transition: .5s ease-in-out;
    height: 9px;
    width: 15px;
    vertical-align: 2px;
    margin-left: 8px;
}

.footer-title:hover, .m-menu-partition:hover {
    color: #f7403f;
}

.footer-title:hover:after, .m-menu-partition.list-show:after, .m-menu-partition:hover:after {
    background-image: url("/pict_site/down-arrow-red.svg");
}

.for-big-company {
    background-size: contain;
    background-image: url(/pict_site/for-big-company.svg);
}

.for-like-form input {
    max-width: 400px !important;
}

.for-par-map {
    width: 35%;
    float: left;
    padding: 30px 10px;
}

.for-par-map-img {
    width: 65%;
    float: left;
}

.form-control-filtr {
    height: 26px !important;
    background: #2e2e2e !important;
    padding: 2px;
    color: white;
    font-size: 14px;
}

.form-control-filtr:focus {
    background-color: #2e2e2e;
}

.form-control-filtr option:hover {
    background-color: #2e2e2e;
}

.form-control-subscribe {
    background: white;
    height: 42px;
    border-radius: 10px;
    padding-left: 20px;
    color: #9f9f9f;
    font-weight: 500;
}

.form-control:focus {
    color: white;
    background-color: transparent;
    border-color: white;
    outline: 0;
    box-shadow: none;
}

.form-group {
    margin-bottom: 26px;
}

.franshiza70x70 {
    width: 70px;
    height: 70px;
    background: url(/pict_site/franshiza70x70.webp) no-repeat;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

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

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-48 {
    font-size: 48px;
    line-height: 58px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.genre {
    width: 15px;
    height: 15px;
    background: url(/pict_site/genre.webp);
    background-repeat: no-repeat;
}

.genre-more.show::after, .show>.append-dropdown-toggle, .show>.options-more::after, .show>.towns-more::after, .show>.variation-more::after {
    transform: rotate(180deg);
    top: 8px;
}

.genre-next, .text-next, .towns-next, .variation-next {
    display: none;
    transition: .5s ease-in-out;
}

.gift {
    width: 34px;
    height: 34px;
    background: url(/pict_site/gift.webp) no-repeat;
}

.gm-style-bg {
    background-color: rgba(46,46,46,0.25);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.gm-style-text {
    color: white;
    font-size: 22px;
    position: relative;
    top: 70%;
}

.google-play {
    height: 73px;
    width: 193px;
    cursor: pointer;
}

.google-play img {
    border-radius: 10px;
    border: 1px solid #242424;
}

.has-error .help-block {
    color: #f54245;
    font-size: 14px;
    font-weight: 400;
}

.has-error input, .has-error textarea {
    border: 1px solid red !important;
}

.icons-grad-bg {
    background: radial-gradient(rgb(0,0,0) 20%, transparent 80%);
}

.imageLoaderClass {
    border: none;
}

.img-book {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/pict_site/logo.webp) center no-repeat;
    background-size: initial;
    background-color: #2c2c2c;
    height: 100%;
    width: 100%;
}

.img-in-map {
    width: 100%;
    height: 100%;
    float: left;
}

.img-quest {
    display: block;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
    background: url(/pict_site/logo.webp) center no-repeat;
    background-size: initial;
    background-color: black;
}

.input:-moz-placeholder {
    color: #dedcdc;
}

.input:-ms-input-placeholder {
    color: #dedcdc;
}

.input::-webkit-input-placeholder {
    color: #dedcdc;
}

.input::placeholder {
    color: #dedcdc;
}

.insta_icon {
    height: 40px;
    width: 40px;
    background-size: contain;
    background-image: url(/pict_site/insta_icon.svg);
    position: relative;
    margin: 0 5px;
}

.is-w-c {
    color: #f54245;
}

.kids {
    background-size: contain;
    background-image: url(/pict_site/kids.svg);
}

.layer-1 {
    width: 100%;
}

.layer-2 {
    position: absolute;
    top: 25px;
    bottom: 32px;
    z-index: 1;
}

.layer-2-bottom {
    position: absolute;
    bottom: 35px;
}

.layer-3 {
    position: absolute;
    bottom: 32px;
    right: 20px;
    left: 20px;
    z-index: 2;
}

.layer-4 {
    position: absolute;
    left: 100px;
    top: 0;
    width: 33% !important;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    color: #d5cfcf;
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
    opacity: 0;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.layer-4 .pin-icon {
    height: 22px;
    background: url(/pict_site/pin_red.svg) no-repeat;
    background-size: contain;
    background-position-y: 4px;
    margin: 0;
}

.layer-4 ul >li + li::before {
    content: "‣";
    color: rgb(247,64,63);
    font-family: monospace;
    padding: 0 5px 0 0;
}

.layer-4 ul li {
    display: block;
}

.layer-4.border-red {
    opacity: 1;
}

.layer-4:hover {
    opacity: 1;
    width: 100% !important;
    left: 0;
}

.layer-4>div {
    max-height: 70%;
    overflow: hidden;
}

.layer-bottom {
    padding: 0 20px 20px 20px;
}

.layer-url {
    width: 100%;
    height: 100%;
    position: absolute;
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}

.leaflet-container {
    border-radius: 10px;
    margin-bottom: 40px;
}

.leaflet-container #room-info {
    max-width: 280px;
}

.leaflet-container .leaflet-popup a {
    color: white;
    border-bottom: none;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #f54245 !important;
    z-index: 2;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.leaflet-map-pane svg {
    margin: 15px;
}

.leaflet-popup-content {
    margin: 0;
}

.leaflet-popup-content-wrapper {
    background: transparent;
    padding: 0;
}

.leaflet-popup-tab {
    float: left;
    position: relative;
    cursor: pointer;
    background-color: white;
    border-width: 1px 1px 0px;
    border-style: solid;
    border-color: #212121;
    padding: 5px 10px 6px;
    margin-right: -10px;
    white-space: nowrap;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline;
}

.leaflet-popup-tabs {
    position: relative;
    top: 6px;
    z-index: 0;
    left: -1px;
    max-width: 250px;
}

.leaflet-popup-tip {
    background: #212121;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-30 {
    line-height: 30px;
}

.lh-34 {
    line-height: 34px;
}

.line-caption {
    position: relative;
}

.line-caption:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #4b4848;
}

.line-caption span {
    background: #323232;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.link-page.not-active:hover {
    text-decoration: none;
}

.link-page:hover {
    color: #f7403f;
}

.link-red {
    line-height: 46px;
    color: #d4cfcf;
    font-size: 13px;
}

.link-red:hover {
    color: #f54245;
    text-decoration: underline;
}

.lock {
    width: 11px;
    height: 15px;
    background: url("/pict_site/lock.webp");
}

.lock_q {
    width: 20px;
    height: 26px;
    background: url("/pict_site/lock_q.webp");
}

.locks-block[data-locks="1"] span:nth-child(1) {
    background: url(/pict_site/lock-red.svg) no-repeat;
}

.locks-block[data-locks="2"] span:nth-child(-n+2) {
    background: url(/pict_site/lock-red.svg) no-repeat;
}

.locks-block[data-locks="3"] span:nth-child(-n+3) {
    background: url(/pict_site/lock-red.svg) no-repeat;
}

.locks-block[data-locks="4"] span:nth-child(-n+4) {
    background: url(/pict_site/lock-red.svg) no-repeat;
}

.locks-block[data-locks="5"] span:nth-child(-n+5) {
    background: url(/pict_site/lock-red.svg) no-repeat;
}

.m-menu-list {
}

.m-menu-partition {
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 0 !important;
    transition: .5s ease-in-out;
}

.m-menu-partition.list-show {
    color: #f54245;
}

.map_contacts {
    position: static;
    right: inherit;
    top: 0;
    width: auto;
    max-width: 306px;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    padding: 30px 50px;
}

.menu-mobile-list.dd-list {
    padding-left: 20px !important;
}

.menuItem:hover {
    height: 75px;
}

.meter {
    height: 10px;
    position: relative;
    background: #535353;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.meter > span {
    display: block;
    height: 100%;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #fed030;
    position: relative;
    overflow: hidden;
}

.meter > span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.modal-booking-href {
    max-width: 450px;
    min-height: 100vh;
}

.modal-booking .alert {
    position: relative;
}

.modal-content .coins-icon {
    background: url(/pict_site/coins.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 36px;
    height: 24px;
}

.modal-content.modal-booking {
    background-color: #292929;
    border-radius: 10px;
    border: solid 1px #151515;
}

.modal-content .people-icon {
    background: url(/pict_site/people.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 28px;
    height: 23px;
}

.modal-content select.form-control:not([size]):not([multiple]) {
    background: white;
    height: 42px;
    border: none;
    border-radius: 10px;
    padding-left: 17px;
    color: #9f9f9f;
    width: 100%;
    font-weight: 500;
}

.modal-footer {
    border-radius: 0 0 10px 10px;
}

.modal-footer, .modal-header {
    border: none;
}

.modal-header {
    border-radius: 10px 10px 0 0;
    background-color: #333333;
}

.NameRoom {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.NameRoom .NameRoom-colon {
    text-transform: lowercase;
    display: block;
}

.NameRoom .NameRoom-colon:first-letter {
    text-transform: uppercase;
}

.nav-tabs .nav-link {
    background-color: #525252;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link.active {
    z-index: 100 !important;
    background: black;
    color: white;
}

.navbar-toggler-icon {
    width: 30px;
    height: 21px;
    background-image: url("/pict_site/navbar_toggler.webp");
}

.navbar-transition {
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    transition: right 0.4s;
}

.new-design-modal #client_comment {
    height: 42px;
    padding: 8px 17px;
    margin-bottom: 17px;
}

.new-design-modal #client_comment:focus {
    background: white !important;
    border: none;
    color: black;
}

.new-design-modal #client_date, .new-design-modal #client_time, .new-design-modal #numb_p {
    background-color: #353434;
    height: 42px;
    width: auto;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #353434 url(/pict_site/arrow-white.svg) no-repeat 100% 22px;
    padding: 2px 15px 0 0;
    font-weight: bold;
}

.new-design-modal #client_time {
    width: 80px;
}

.new-design-modal #club_number {
    border-radius: 0 0 10px 10px;
}

.new-design-modal #date-block {
    max-width: 235px;
}

.new-design-modal #date-block #client_date {
    width: 130px;
}

.new-design-modal #price-block {
    min-width: 180px;
}

.new-design-modal #slots, .new-design-modal #time-block {
    max-width: 192px;
}

.new-design-modal.frame-container, .new-design-modal .modal-dialog {
    max-width: 1089px !important;
}

.new-design-modal .icon-block {
    padding-left: 35px;
    font-weight: bold;
    font-size: 20px;
    color: #dbdbdb;
}

.new-design-modal.modal-booking-href {
    max-width: 1089px !important;
}

.new-design-modal .time-icon {
    background: url(/pict_site/time.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    top: inherit;
}

.new-design .coins-icon {
    background: url(/pict_site/coins.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 30px;
    height: 20px;
    background-size: contain;
}

.new-design .time-icon {
    background: url(/pict_site/timer.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
}

.news-bg-gradient {
    position: absolute;
    background: linear-gradient(360deg, #000 5%, rgba(0,0,0,0.00) 80%);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.nine-to-ten {
    padding-bottom: 90%;
}

.not-modal-booking-btn {
    min-width: 290px !important;
}

.old-icon {
    border: solid white 2px;
    border-radius: 20px;
    width: 37px;
    height: 37px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.one-day-col-width {
    width: 14.2857%;
    max-width: 14.2857%;
    min-width: 14.2857%;
}

.one-day-col .one-day, .one-day-col>.day_day {
    border-radius: 7px;
    border: 1.4px solid #FFF;
    height: 77px;
    width: 89px;
    cursor: pointer;
    font-weight: 700;
}

.one-day-col>.row .book-slot-m {
    min-width: 110px;
    margin: 0;
}

.one-filter-block {
    position: absolute;
    top: 0;
    height: 100%;
    background: #292929;
    width: 100%;
    overflow-y: auto;
    left: calc(100%);
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 2;
}

.one-filter-block .one-filter {
    padding: 36px;
    line-height: 36px;
}

.one-filter-block .one-filter .ui-slider {
    margin-bottom: 30px;
}

.one-filter-block .one-filter label {
    display: table-row;
    font-size: 16px;
    font-weight: bold;
}

.one-filter-block .one-filter select {
    border-radius: 5px;
    padding: 3px 26px 3px 10px;
    font-weight: 700;
    background: #292929 url("/pict_site/down-arrow.svg") no-repeat right 10px center/12px 10px;
    width: 149px;
    height: 30px !important;
    color: white;
    display: inline;
    line-height: 20px;
}

.one-filter-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    margin-bottom: 124px;
    display: inherit;
}

.one-filter .ui-widget-content {
    max-width: 100%;
}

.page-caption {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    padding-bottom: 10px;
}

.page_block .col-auto:first-child>.link-page {
    border-left: 1px solid #6d6d6d;
}

.page_block .link-page.not-active {
    cursor: default;
    color: gray;
    display: inline;
}

.page_block.show .link-page {
    border-right: none;
    padding: 0 0 0 8px;
}

.page_block.show>.col-auto>.not-active:after, .page_block.show>.col-auto>a:after {
    content: "|" !important;
    padding: 0 0 0 4px !important;
    border: 0 !important;
    margin: 0 !important;
    display: inline !important;
    color: #6d6d6d;
}

.page_block>.col-auto:nth-child(n+20):not(:last-child):not(:nth-last-child(2))>.not-active:after, .page_block>.col-auto:nth-child(n+20):not(:last-child)>.link-page:after {
    content: "...";
    cursor: pointer;
    padding-left: 10px;
    color: #9e9e9e;
    border-left: 1px solid #6d6d6d;
    margin-left: 5px;
}

.page_block>.col-auto:nth-child(n+21):not(:last-child)>.link-page {
    display: none;
}

.pagination li {
    padding: 0 8px;
    border-right: 1px solid #6d6d6d;
}

.pagination li.active a {
    cursor: default;
    color: gray;
    display: inline;
}

.pagination li.disabled {
    color: gray;
}

.pagination li.last {
    border-right: none;
}

.pagination li a {
    padding: 8px 0;
}

.pagination li a:hover {
    color: #f7403f;
}

.panel-body {
    max-width: 470px;
}

.panel-body form .form-control {
    background: white !important;
    height: 42px !important;
    border: none;
    border-radius: 10px;
    padding-left: 17px;
    color: black;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}

.param-name {
    color: #9e9e9e;
    text-transform: uppercase;
    padding-right: 14px;
    font-size: 18px;
}

.param-val {
    line-height: 30px;
    margin: 0;
}
#rating-list ul.param-val, #books ul.param-val {
    line-height: 20px;
}

.people-icon {
    background: url(/pict_site/people.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 26px;
    height: 22px;
    background-size: contain;
}

.percent40x42 {
    width: 40px;
    height: 42px;
    background: url(/pict_site/percent40x42.webp) no-repeat;
}

.phone-icon-red {
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(/pict_site/phone_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.phone70x70 {
    width: 70px;
    height: 70px;
    background: url(/pict_site/phone70x70.webp) no-repeat;
}

.phone_icon {
    height: 21px;
    width: 21px;
    background-size: contain;
    background-image: url(/pict_site/phone_icon.svg);
}

.pin-addresses:before {
    background: url(/pict/marker.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 42px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 15px;
    top: 3px;
}

.pin-icon {
    width: 12px;
    height: 16px;
    position: absolute;
    margin: 6px 0;
    background-size: contain;
    background: url(/pict_site/pin.svg) no-repeat;
}

.pin-icon-red {
    width: 12px;
    height: 16px;
    position: absolute;
    background: url(/pict_site/pin_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.price-bottom {
    line-height: 40px;
}

.price-bottom-m {
    line-height: 32px;
}

.radius-scale {
    border: white 1px solid;
    line-height: 34px;
    display: inline-block;
    color: #212121;
    font-size: 18px;
    border-radius: 20px;
}

.radius-scale-btn {
    cursor: pointer;
    background-color: transparent;
    color: white;
}

.radius-scale-btn:hover {
    background-color: #fed030;
}

.radius-scale-lbl {
    padding: 0 12px;
    height: 34px;
    background-color: #fed030;
    border-radius: 20px;
    display: inline-block;
    margin: 1px 0;
    color: #212121;
}

.rate-vals {
    margin-left: 48.5%;
}

.rating {
    width: 12px;
    height: 12px;
    background: url("/pict_site/rating.webp");
}

.rating-bg-gradient {
    position: absolute;
    background: linear-gradient(358deg, #000 22%, rgba(0,0,0,0.00) 100%);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.rating-circle {
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #808080;
    margin: 0 5px;
    cursor: help;
}

.rating-circle-sm {
    color: #8b8b8b;
    background-color: rgba(96,125,139,0.4);
}

.rating-size-sm {
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px !important;
}

.rating-size-xs {
    font-size: 12px;
    width: 28px;
    height: 28px;
    line-height: 28px !important;
}

.rating-stars {
    white-space: nowrap;
    cursor: default;
    -webkit-touch-callout: none;
    user-select: none;
    font-size: 0;
}

.rating-stars[data-stars*="1"] i:first-child ~ i, .rating-stars[data-stars*="2"] i:nth-child(2) ~ i, .rating-stars[data-stars*="3"] i:nth-child(3) ~ i, .rating-stars[data-stars*="4"] i:nth-child(4) ~ i {
    background-image: url("/pict_site/star-grey.svg");
}

.rating-stars i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

.rating-stars i, .rating-stars i:before {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 15px 15px;
    background-image: url("/pict_site/star.svg");
}

.rating_half {
    width: 12px;
    height: 12px;
    background: url("/pict_site/rating_half.webp");
}

.rating_half_q {
    width: 14px;
    height: 14px;
    background: url("/pict_site/rating_half_q.webp");
}

.rating_q {
    width: 14px;
    height: 14px;
    background: url("/pict_site/rating_q.webp");
}

.rating_room {
    line-height: 20px;
    margin: 0 0 20px 0;
}

.rating_room .count-reviews {
    font-size: 10px;
    margin-left: 10px;
}

.recom_detail {
    opacity: 0.2;
    transition: 0.1s;
    cursor: help;
}

.recom_detail:hover {
    opacity: 1;
}

.reviews-block-date {
    line-height: 39px;
    font-weight: 700;
    padding-right: 20px !important;
}

.room-for-rest {
    background-size: contain;
    background-image: url(/pict_site/room-for-rest.svg);
}

.row {
    width: 100%;
}

.row-ico {
    height: 130px;
}

.row-ico-90 {
    height: 90px;
}

.row .error {
    border: 2px solid red !important;
}

.row.text-block, .row .text-block {
    max-width: 886px;
    color: #e0e0e0;
    margin: 0 auto;
}

.sale_birth {
    position: absolute;
    font-size: 12px;
    left: -10px;
    right: -10px;
    bottom: 0;
    text-align: center;
    width: 57px;
    cursor: help;
}

.search {
    width: 15px;
    height: 15px;
    background: url(/pict_site/search.webp);
    background-repeat: no-repeat;
}

.search-clear {
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 18px;
    cursor: pointer;
    line-height: 18px;
    background: #fafafa;
    height: 18px;
    width: 18px;
    border-radius: 16px;
    color: black;
    text-align: center;
    opacity: .4;
    transition: opacity .05s ease-out;
}

.search-clear:hover {
    opacity: .8;
}

.search-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 16px 11px;
    background: url(/pict_site/search.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.search-main-menu, .search-menu {
    width: 0;
    padding-right: 40px !important;
    position: relative;
    border-radius: 10px;
}

.search-main-menu.active {
    width: 100%;
    padding-left: 25px;
    background: #323232;
    min-width: 350px;
    max-width: 350px;
    box-shadow: 0 0 20px black;
    transition: all 0.6s ease;
}

.search-main-menu.active .search-clear {
    display: block;
}

.search-main-menu .search-clear {
    display: none;
}

.search-main-menu:hover {
    box-shadow: 0 0 20px black;
    transition: all 0.2s ease;
    background: #323232;
}

.search-main-menu i, .search-menu i {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 17px;
    top: 0;
    cursor: pointer;
    line-height: 50px;
}

.search-main-menu i:hover, .search-menu i:hover {
    font-size: 20px;
}

.search-menu {
    border: 2px white solid;
    width: 100%;
    padding-left: 25px;
}

.search-menu, .search-menu i.fa {
    line-height: 34px;
    height: 38px;
}

.search-menu .search-icon {
    margin: 7px 10px;
}

.search-menu>.search-clear {
    top: 8px;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    position: absolute;
    top: 0;
    right: 50px;
    width: 30%;
    height: 100%;
    content: "";
    background: linear-gradient(to right,transparent,white);
    pointer-events: none;
    border-radius: 10px;
}

.select_el:hover {
    cursor: default !important;
}

.sertif {
    background-size: contain;
    background-image: url(/pict_site/sertif.svg);
}

.shed-container .line-shed .shedule-block .btn-transp {
    display: table;
    margin-top: 25px;
}

.show>#dates_shed_btn.dropdown-toggle:after {
    transform: rotate(180deg);
}

.show>.dropdown-toggle:after {
    transform: rotate(180deg);
}

.show>.text-more:after {
    transform: rotate(180deg);
}

.sign_in_icon {
    height: 32px;
    width: 32px;
    background-size: contain;
    background-image: url(/pict_site/sign_in_icon.svg);
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.sticky-content.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1029;
    background: #292929;
    border-bottom: 1px solid black;
}

.sticky-content.fixed #dates-shed {
    padding-bottom: 5px;
}

.text-2e {
    color: #2e2e2e;
}

.text-9e {
    color: #9e9e9e;
}

.text-53 {
    color: #535353;
}

.text-aa {
    color: #aaaaaa;
}

.text-block a:hover, .text-block a:hover i {
    color: #808080;
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 15px;
}

.text-bold {
    font-family: 'Helvetica Neue', 'Ubuntu-Bold', Arial, Helvetica, Calibri;
    font-weight: bold;
}

.text-dd {
    color: #dddddd;
}

.text-disabled {
    color: rgba(251,251,251,0.2);
}

.text-E0 {
    color: #e0e0e0;
}

.text-more {
    cursor: pointer;
    text-align: center;
    padding: 6px 0 10px 0;
}

.text-more:after {
    height: 10px;
    width: 16px;
    transition: .5s ease-in-out;
    display: inline-block;
    content: "";
    border: none;
    background: url("/pict_site/down-arrow.svg") no-repeat;
    background-size: contain;
}

.text-more:hover:after {
    background: url("/pict_site/down-arrow-red.svg") no-repeat;
    background-size: contain;
}

.text-red, .text-red a {
    color: #f54245 !important;
}

.text-underline {
    text-decoration: underline;
}

.text-yellow {
    color: #fed030;
}

.the-most-terrible {
    background-size: contain;
    background-image: url(/pict_site/the-most-terrible.svg);
}

.three-by-two {
    padding-bottom: 66.666%;
}

.tizer-bg {
    display: flex;
    justify-content: center;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    border-radius: 10px;
}

.tizer-blue-mark {
    float: right;
    background: rgba(33,150,243,0.63);
}

.tizer-blue-mark-m {
    background: rgba(33,150,243,0.63);
}

.tizer-dark-mark {
    float: right;
    background: rgba(80,80,80,0.65);
}

.tizer-grad-bg {
    background: linear-gradient(359deg, #000000 29%, rgba(0,0,0,0) 50%);
    height: 100%;
    position: absolute;
    border-radius: 10px;
}

.tizer-green-mark {
    float: right;
    background: rgba(84,197,15,0.6);
}

.tizer-green-mark-m {
    background: rgba(84,197,15,0.6);
}

.tizer-height-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/pict_site/logo.webp) center no-repeat;
    background-size: initial;
    background-color: #2c2c2c;
    width: 100%;
    height: 100%;
}

.tizer-img-bg {
    background: url(/pict_site/logo.webp) center 25% no-repeat;
    background-size: initial;
    background-color: #2c2c2c;
    height: 100%;
}

.tizer-mark {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 7px 18px 7px 21px;
    border-radius: 0 10px 10px 0;
    min-width: 120px;
    max-width: 200px;
}

.tizer-orange-mark {
    float: right;
    background: rgba(255,87,34,0.66);
}

.tizer-orange-mark-m {
    background: rgba(255,87,34,0.66);
}

.tizer-red-mark {
    float: right;
    background: rgba(164,10,8,0.65);
}

.tizer-red-mark-m {
    background: rgba(164,10,8,0.65);
}

.tizer-review {
    min-height: 350px;
    max-width: 400px;
    width: 100%;
}

.tizer-review a {
    width: 100%;
}

.tizer-violet-mark {
    float: right;
    background: rgba(156,39,176,0.49);
}

.tizer-violet-mark-m {
    background: rgba(156,39,176,0.49);
}

.tizer-yellow-mark {
    float: right;
    background: rgba(254,208,48,0.6);
}

.tizer-yellow-mark-m {
    background: rgba(254,208,48,0.6);
}

.top-description {
    height: 0;
}

.top-in-navbar_768 {
    position: relative;
    height: 54px;
    line-height: 54px;
}

.top-in-navbar_768 .nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
}

.top-in-navbar_768 .nav-toggle:after {
    content: '×';
    font-size: 26px;
    color: white;
    font-family: auto;
    font-weight: normal;
    line-height: 10px;
}

.town {
    width: 11px;
    height: 15px;
    background: url(/pict_site/town.webp);
    background-repeat: no-repeat;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 10px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 10px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 10px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 10px;
}

.ui-front {
    z-index: 1031 !important;
    border-radius: 10px;
}

.ui-slider-horizontal {
    height: 2px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left: -10px;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 2px;
}

.ui-slider .ui-slider-handle {
    width: 21px;
    height: 21px;
}

.ui-widget-content {
    background-color: #e0e0e0 !important;
    z-index: 1029 !important;
    max-width: 320px;
}

.ui-widget-header {
    background: #f54245 !important;
}

.under-caption {
    font-size: 15px;
    text-align: center;
    color: #e0e0e0;
}

.variations_list {
    display: none;
    transition: .5s ease-in-out;
}

.tiktok_icon {
    background-color: #3a3a3a;
}
.tiktok_icon svg{
    vertical-align: middle;
    top: -2px;
    position: relative;
}

.viber_icon {
    background-color: #9575cd;
}

.viber_icon:before {
    display: block;
    content: "";
    height: 40px;
    width: 40px;
    background: url("/pict_site/viber_icon.svg") no-repeat;
    background-position: 7px 8px;
    background-size: 24px 24px;
}

.video-show-on-click:hover .ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0,0,0.2,1), fill-opacity .1s cubic-bezier(0,0,0.2,1);
    transition: fill .1s cubic-bezier(0,0,0.2,1), fill-opacity .1s cubic-bezier(0,0,0.2,1);
    fill: #f00;
    fill-opacity: 1;
}

.viewCalendar {
    height: 48px;
    width: 48px;
    cursor: pointer;
    margin-top: 50px;
    margin-right: 20px;
    position: absolute;
    right: 0;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    background-size: contain;
    transition: 0.1s;
}

.viewCalendar:hover {
    border-width: 2px;
}

.visa-and-master {
    height: 71px;
    width: 240px;
}

.vk_icon {
    height: 40px;
    width: 40px;
    background-size: contain;
    background-image: url(/pict_site/vk_icon.svg);
    position: relative;
    margin: 0 5px;
}

.vr {
    background-size: contain;
    background-image: url(/pict_site/VR.svg);
}

.vyezdnoy {
    background-size: contain;
    background-image: url(/pict_site/vyezdnoy.svg);
}

.wc-time-half-1 {
    background: #f43f3f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,#f43f3f 0%,#f43f3f 25%,transparent 26%,transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f43f3f), color-stop(25%,#f43f3f), color-stop(26%,transparent), color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,#f43f3f 0%,#f43f3f 25%,transparent 26%,transparent 100%);
    background: -o-linear-gradient(left,#f43f3f 0%,#f43f3f 25%,transparent 26%,transparent 100%);
    background: -ms-linear-gradient(left,#f43f3f 0%,#f43f3f 25%,transparent 26%,transparent 100%);
    background: linear-gradient(to right,#f43f3f 0%,#f43f3f 25%,transparent 26%,transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e98282',endColorstr='#89e6a3',GradientType=1 );
}

.wc-time-half-2 {
    background: #f43f3f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,#f43f3f 0%,#f43f3f 50%,transparent 51%,transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f43f3f), color-stop(50%,#f43f3f), color-stop(51%,transparent), color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,#f43f3f 0%,#f43f3f 50%,transparent 51%,transparent 100%);
    background: -o-linear-gradient(left,#f43f3f 0%,#f43f3f 50%,transparent 51%,transparent 100%);
    background: -ms-linear-gradient(left,#f43f3f 0%,#f43f3f 50%,transparent 51%,transparent 100%);
    background: linear-gradient(to right,#f43f3f 0%,#f43f3f 50%,transparent 51%,transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e98282',endColorstr='transparent',GradientType=1 );
}

.wc-time-half-3 {
    background: #f43f3f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,#f43f3f 0%,#f43f3f 75%,transparent 76%,transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f43f3f), color-stop(75%,#f43f3f), color-stop(76%,transparent), color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,#f43f3f 0%,#f43f3f 75%,transparent 76%,transparent 100%);
    background: -o-linear-gradient(left,#f43f3f 0%,#f43f3f 75%,transparent 76%,transparent 100%);
    background: -ms-linear-gradient(left,#f43f3f 0%,#f43f3f 75%,transparent 76%,transparent 100%);
    background: linear-gradient(to right,#f43f3f 0%,#f43f3f 75%,transparent 76%,transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e98282',endColorstr='#89e6a3',GradientType=1 );
}

.white-space-inh {
    white-space: inherit;
}

.width-434 {
    max-width: 434px;
}

.word-break {
    word-break: break-word;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
}

.ytp-button, .ytp-button:focus {
    outline: 0;
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
    cursor: pointer;
}

.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 64;
}

.ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0.4,0,1,1), fill-opacity .1s cubic-bezier(0.4,0,1,1);
    transition: fill .1s cubic-bezier(0.4,0,1,1), fill-opacity .1s cubic-bezier(0.4,0,1,1);
    fill: #212121;
    fill-opacity: .8;
}

.ytp-large-play-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@keyframes bounce-7 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    10% {
        transform: scale(1.1,.9) translateY(0);
    }

    15% {
        transform: scale(.9,1.1) translateY(-10px);
    }

    20% {
        transform: scale(1.05,.95) translateY(0);
    }

    30% {
        transform: scale(1,1) translateY(-1px);
    }

    34% {
        transform: scale(1,1) translateY(0);
    }

    100% {
        transform: scale(1,1) translateY(0);
    }
}

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

@media (min-width: 768px) {
    #main-info-pict-block .attr-icons {
        height: 52px;
        width: 52px;
        min-width: 52px;
        cursor: help;
    }

    #main-info-pict-block .old-icon {
        border: solid white 3px;
        border-radius: 52px;
        width: 52px;
        min-width: 52px;
        height: 52px;
        line-height: 47px;
        font-size: 25px;
    }

    #main-info-pict-block.quest h1 {
        margin-top: 90px;
    }

    #main-info-pict-block .sale_birth {
        width: 72px;
    }

    #pjaxCabinet .btn-red, #pjaxCabinet .btn-transp {
        width: 220px;
    }

    #pjaxTeam .attr-icons, #rating-list .attr-icons, #sale-block .attr-icons, #books .attr-icons, #rooms_book .attr-icons {
        height: 45px;
        width: 45px;
    }

    #pjaxTeam .old-icon, #rating-list .old-icon, #sale-block .old-icon, #books .old-icon, #rooms_book .old-icon {
        border-radius: 45px;
        width: 45px;
        height: 45px;
        line-height: 38px;
        font-size: 22px;
    }

    #quest-rating .select-wrapper::after, #pjaxTeam .select-wrapper::after {
        width: 45px;
    }

    #rate_block.col-lg-5 {
        max-width: 40%;
    }

    .birthday {
        height: 52px;
        width: 52px;
    }

    .h-md-100 {
        height: 100%;
    }

    .sale_birth {
        width: 65px;
    }
}

@media (min-width: 992px) {
    #rate_block.col-lg-5 {
        max-width: 40%;
    }

    .search-menu {
        max-width: 310px;
    }
}

@media (min-width: 1200px) {
    #filter_url .btn-red {
        width: 100%;
    }

    #main-info-pict-block .layer-2 {
        box-shadow: inset 0 0 200px 200px rgb(18,18,18);
    }

    .container-xl {
        max-width: 1280px;
        width: 100%;
        padding-left: 26px;
        margin-right: auto;
        margin-left: auto;
    }

    .search-menu {
        max-width: 360px;
    }
}



@media only screen and (max-width: 1199.99px) {
    #lbl_town {
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    #lbl_town.dropdown-toggle:after {
        border: none;
        background: url("/pict_site/down-arrow.svg") no-repeat;
        background-size: contain;
        height: 5px;
        width: 8px;
        position: static;
        vertical-align: middle;
        transition: .5 sease-in-out;
    }

    #pjaxCabinet #rooms-town [id^="roomname"] {
        background: #212121;
        border-radius: 0 0 10px 10px;
    }

    #pjaxCabinet .img-book, #pjaxCabinet .layer-4 {
        border-radius: 10px 0 0 0;
    }

    #popular-categories .category-text .fs-28 {
        font-size: 22px;
    }

    #quest-block-carousel .carousel-indicators li, #location-block-carousel .carousel-indicators li {
        height: auto;
    }

    #quest-block-carousel .img-quest, #location-block-carousel .img-quest {
        min-height: 580px;
    }

    #rooms>.col-md-6.col-lg-4, #popular-categories .col-lg-4.col-sm-6 {
        max-width: 310px;
    }

    #same-rooms>.col-md-6.col-lg-4, #similar-rooms>.col-md-6.col-lg-4, #companies-all>.col-md-6.col-lg-4, #reviews-all>.col-md-6.col-lg-4, #reviews-block .col-md-6.col-lg-4, #same-review .col-md-6.col-lg-4, #companies-block .col-md-6.col-lg-4, #company-rooms>.col-md-6.col-lg-4 {
        max-width: 310px;
        min-height: 420px;
    }

    #submenu .nav-link {
        width: 106px;
        text-align: left;
    }

    .book-one-room {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }

    .book-slot-m {
    }

    .footer-title {
        min-width: 140px;
    }

    .one-day-col-width {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
    }

    .rate-vals {
        margin-left: 48.3%;
    }
}

@media only screen and (max-width: 991.99px) {
    div.carousel-caption .h3 {
        font-size: 55px;
        line-height: 1.1;
    }

    h1>span {
        white-space: normal;
        display: inline-block;
        padding: 10px 0 20px 0;
        font-size: 24px !important;
    }

    hr {
        border-top: 1px solid #cccccc;
    }

    #contacts-block .contact-section, #contacts-block .contact-section-title, #contacts-block .contact-section-content {
        width: 100%;
    }

    #container-quest-slider-block {
        max-width: 100%;
    }

    #filter_url {
        padding: 15px;
    }

    #filter_url [class*="col"] {
        max-width: 338px;
        margin: 7px 0;
    }

    #filter_url [class*="col"]#filter_url_btn {
        margin: 7px auto;
    }

    #ico-quest-params {
        font-size: 26px;
    }

    #my-teams .layer-1, #pjaxTeam .layer-1, #rating-list .layer-1, #books .layer-1, #rooms_book .layer-1, #sale-block .layer-1 {
        min-height: 280px;
    }

    #news-block-bg {
        height: 500px;
    }

    #news-block-bg .layer-1, .news-block-bg .layer-1 {
        height: 200px;
    }

    #pjaxCabinet #rooms-town .order-4 {
        background: #212121;
        border-radius: 0 0 10px 10px;
    }

    #pjaxCabinet #rooms-town .order-xl-3>.row {
        padding: 0 calc((100% - 220px) / 2);
    }

    #pjaxCabinet #rooms-town .order-xl-3>.row .text-capitalize {
        padding-top: calc((70px - 20px) / 2);
    }

    #pjaxCabinet #rooms-town [id^="roomname"] {
        border-radius: 0;
    }

    #popular-categories .col-12.text-uppercase.text-center {
        margin-top: 86px;
    }

    #quest-block-carousel .img-quest, #location-block-carousel .img-quest {
        min-height: 420px;
    }

    #quest-history-block {
        max-height: 330px;
    }

    #quest-params-else {
        border-radius: 0 0 10px 10px;
        border-top: 1px solid #cccccc;
    }

    #rate_block.col-lg-5 {
        max-width: 720px;
    }

    #rate_block.col-lg-5>.row {
        max-width: 500px;
        margin: 0 auto;
    }

    #rating-list .tizer-mark {
        font-size: 20px;
        max-width: 220px;
    }

    #review-pict-block, #gift-pict-block, #main-info-pict-block.quest, #news-pict-block {
        margin-top: -107px;
    }

    #reviews-block-2 {
        display: none;
    }

    #rewiew-block-bg {
        height: 360px;
    }

    #rewiew-block-bg .carousel-item .row {
        padding: 15px;
    }

    #rewiew-block-carousel .NameRoom, .comment .NameRoom, .comments .rating_room {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    #rewiew-block-carousel .rating_room, .comments .rating_room {
        margin: 0;
    }

    #rewiew-block-carousel .rewiew-block-author {
        padding-top: 10px;
    }

    #rewiew-block-carousel .verify_game, .comments .verify_game {
        top: 15px;
        bottom: inherit;
    }

    #rooms>.col-md-6.col-lg-4, #popular-categories .col-lg-4.col-sm-6 {
        max-width: 345px;
    }

    #rooms>.col-md-6.col-xl-4 {
        max-width: 350px;
    }

    #same-rooms>.col-md-6.col-lg-4, #similar-rooms>.col-md-6.col-lg-4, #companies-all>.col-md-6.col-lg-4, #reviews-all>.col-md-6.col-lg-4, #reviews-block .col-md-6.col-lg-4, #same-review .col-md-6.col-lg-4, #companies-block .col-md-6.col-lg-4, #company-rooms>.col-md-6.col-lg-4 {
        max-width: 345px;
        min-height: 440px;
    }

    #submenu .nav-link {
        width: 120px;
    }

    .avatar-img-rounded-80 {
        width: 100px;
        height: 100px;
    }

    .book-slot-m {
    }

    .border-cabinet-menu {
        border-left: none !important;
        border-bottom: 1px solid #2e2e2e !important;
    }

    .bread-hard .breadcrumb > li + li:nth-child(3):after {
        content: "\f101";
        font: normal normal normal 16px/1 FontAwesome;
        cursor: pointer;
        color: #aaaaaa;
        padding-left: 10px;
    }

    .bread-hard .breadcrumb > li + li:nth-child(4):before, .bread-hard .breadcrumb > li + li:nth-child(5):before, .bread-hard .breadcrumb > li + li:nth-child(6):before {
        color: transparent;
    }

    .bread-hard .breadcrumb>li, .bread-hard .breadcrumb>li a {
        color: transparent;
        line-height: 0;
    }

    .bread-hard .breadcrumb > li:nth-child(1), .bread-hard .breadcrumb > li:nth-child(2), .bread-hard .breadcrumb > li:nth-child(3) {
        z-index: 1;
    }

    .bread-hard .breadcrumb > li:nth-child(1) a, .bread-hard .breadcrumb > li:nth-child(2) a, .bread-hard .breadcrumb > li:nth-child(3) a {
        color: #aaaaaa;
        line-height: 1.3;
    }

    .bread-hard .breadcrumb > li:nth-child(1) a:hover, .bread-hard .breadcrumb > li:nth-child(2) a:hover, .bread-hard .breadcrumb > li:nth-child(3) a:hover {
        color: white;
    }

    .bread-hard .breadcrumb > li:nth-child(4) a {
        line-height: 1.3;
    }

    .bread-hard .breadcrumb>li a:hover {
        color: transparent;
    }

    .bread-hard.show .breadcrumb > li + li:nth-child(3):after {
        content: "";
        padding: 0;
    }

    .bread-hard.show .breadcrumb > li + li:nth-child(4):before, .bread-hard.show .breadcrumb > li + li:nth-child(5):before, .bread-hard.show .breadcrumb > li + li:nth-child(6):before {
        color: #aaaaaa;
    }

    .bread-hard.show .breadcrumb>li, .bread-hard.show .breadcrumb>li a {
        color: #aaaaaa;
        line-height: 1.3;
        transition: .5s ease-in-out;
    }

    .bread-hard.show .breadcrumb>li.active {
        color: #f54245;
    }

    .bread-hard.show .breadcrumb>li a:hover {
        color: white;
    }

    .comment-text {
        padding: 12px 0 14px 0;
    }

    .contact-section-title a, .faq-card-question a {
        padding-right: 25px;
    }

    .footer-title {
        min-width: 160px;
    }

    .new-design-modal #client_date, .new-design-modal #client_time, .new-design-modal #numb_p {
        background-position-y: 18px;
    }

    .rate-vals {
        margin-left: 47.7%;
    }
}

@media only screen and (max-width: 767.99px) {

    [id*="rating-list"] .btn-red , #rating-list .btn-transp{min-width: 100%;}

    div.carousel-caption .h3 {
        font-size: 45px;
        line-height: 1;
    }

    #birthday-icon {
        position: inherit;
        margin-left: auto;
        width: 52px;
    }

    #block_lbl_town .pin-icon {
        margin: 15px 7px;
    }

    #breadcrumbs-block {
        min-height: 25px;
    }

    #choose-quest-ancor {
        padding-top: 75px;
        margin-top: -75px;
    }

    #club-cart-block {
        margin-top: -75px;
    }

    #dates-shed {
        padding-bottom: 5px;
    }

    #dates_shed_btn {
        height: 40px;
        width: 100%;
        line-height: 12px;
    }

    #dates_shed_btn.dropdown-toggle::after {
        top: 20px;
        margin-left: 8px;
        height: 6px;
        width: 10px;
    }

    #dates_shed_btn>span {
        font-size: 16px;
    }

    #dd-populyar {
        padding: 0 15px 0 25px;
        height: 100%;
        z-index: 1;
        position: inherit;
    }

    #filter_url {
        margin-top: 10px;
    }

    #filter_url [class*="col"]#filter_url_btn {
        max-width: 100%;
        margin: 7px 0;
    }

    #find-team-block, #login-block, #register-block, #resend-block {
        margin-bottom: 48px;
    }

    #main-info-pict-block #birthday-icon {
        width: 130px;
    }

    #main-info-pict-block .attr-icons {
        margin: 0 3px;
    }

    #main-info-pict-block .img-quest {
        min-height: 700px;
        max-height: 700px;
    }

    #main-info-pict-block .sale_birth {
        position: relative;
        left: 44px;
        bottom: -12px;
    }

    #mainMenu {
        height: 50px;
        line-height: 50px;
    }

    #mainMenu .fa_qrlogo {
        width: 123px;
        height: 21px;
        background-size: 123px auto;
    }

    #mainSlider img {
        width: 100%;
    }

    #my-teams .layer-1, #pjaxTeam .layer-1, #rating-list .layer-1, #books .layer-1, #rooms_book .layer-1 {
        min-height: 450px;
    }

    #news-all {
        font-size: 12px;
    }

    #news-all .btn-transp {
        width: 100%;
        height: 40px;
        line-height: 36px;
        padding: 0 20px;
        max-width: 340px;
    }

    #news-all .fs-16 {
        font-size: 14px;
    }

    #news-all .fs-24 {
        font-size: 21px;
    }

    #news-all a, #same-news a {
        max-width: 340px;
    }

    #news-block-bg, .news-block-bg {
        background: #000;
    }

    #news-block-bg .layer-1 img, #news-block-bg .layer-1 .news-bg-gradient, #news-block-bg .layer-1 .tizer-height-2, .news-block-bg .bg-black-cl, .news-block-bg .layer-1 .news-bg-gradient, .news-block-bg .layer-1 .tizer-height-2, .news-block-bg .layer-1 img, .news-block-bg .rating-bg-gradient {
        border-radius: 10px 10px 0 0;
    }

    #news-block-bg .layer-1 img, #news-block-bg .news-bg-gradient, #news-block-bg .layer-1 .tizer-height-2, .news-block-bg .bg-black-cl, .news-block-bg .layer-1 .tizer-height-2, .news-block-bg .layer-1 img, .news-block-bg .news-bg-gradient {
        border-radius: 10px 10px 0 0;
    }

    #news-block-bg .news-block-text, .news-block-bg .news-block-text {
        padding: 0 20px 20px 20px;
        margin-top: -100px;
    }

    #news-block-carousel .bg-black-cl {
        border-radius: 10px 10px 0 0;
    }

    #news-pict-block .layer-1 img, #review-pict-block .layer-1 img {
        max-height: calc(100vw * 0.75);
        min-height: calc(100vw * 0.75);
    }

    #popular-categories .category-text .fs-28 {
        font-size: 18px;
    }

    #popular-categories .col-12.text-uppercase.text-center {
        margin-top: 76px;
    }

    #quest-block-carousel .carousel-indicators li, #location-block-carousel .carousel-indicators li {
        width: 66px;
        margin: 10px 5px;
    }

    #quest-block-carousel .img-quest, #location-block-carousel .img-quest {
        min-height: 280px;
    }

    #quest-block-carousel>.col-auto, #location-block-carousel>.col-auto, #news-block-carousel>.col-auto, #rewiew-block-carousel>.col-auto {
        width: 25px;
    }

    #quest-history-block {
        max-height: inherit;
        height: inherit;
    }

    #quest-history-block-text, #ico-quest-params, #quest-sales, #marker {
        display: inherit !important;
    }

    #quest-icons {
        max-width: 100%;
        min-height: 80px;
        display: inline-flex;
        padding-bottom: 0;
    }

    #quest-params, #quest-params-else {
        padding: 30px 0;
    }

    #quest-params-else .col-md {
        padding: 10px 50px;
    }

    #quest-params .col, #quest-params-else .col-md, #quest-params-else .col {
        padding-right: 30px;
        line-height: 1.1;
    }

    #quest-params .col-auto, #quest-params-else .col-auto {
        padding-left: 30px;
        width: 160px;
        line-height: 1;
        text-align: right;
        padding-right: 20px;
    }

    #quest-price {
        display: block !important;
    }

    #rating-list .img-book, #books .img-book, #rooms_book .img-book {
        height: 100%;
    }

    #rewiew-block-bg {
        height: 380px;
    }

    #rooms>.col-md-6.col-lg-4, #popular-categories .col-lg-4.col-sm-6 {
        max-width: 265px;
    }

    #sale-block .news-block-bg {
        max-width: 360px;
    }

    #same-rooms>.col-md-6.col-lg-4, #similar-rooms>.col-md-6.col-lg-4, #companies-all>.col-md-6.col-lg-4, #reviews-all>.col-md-6.col-lg-4, #reviews-block .col-md-6.col-lg-4, #same-review .col-md-6.col-lg-4, #companies-block .col-md-6.col-lg-4, #company-rooms>.col-md-6.col-lg-4 {
        max-width: 265px;
        min-height: 380px;
    }

    #shedule-block.not-load {
        min-height: 537px;
    }

    #submenu .nav-link {
        width: 108px;
    }

    #variation-names.show>.variation-name:nth-child(n+3):after {
        content: "";
        padding: 0;
    }

    #variation-names>.variation-name:nth-child(n+3):after {
        content: "\f101";
        font: normal normal normal 16px/1 FontAwesome;
        cursor: pointer;
        padding: 0 10px;
        color: #9e9e9e;
        font: normal normal normal 14px / 1 FontAwesome;
    }

    #variation-names>.variation-name:nth-child(n+4) {
        display: none;
    }

    .AboutRoom .btn-transp, .layer-4 .btn-red {
        width: 100%;
    }

    .before-slider-height {
        height: 50px;
    }

    .book-one-room {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .carousel-control-next, .carousel-control-prev {
        opacity: 1;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 14px;
        height: 22px;
    }

    .list-dd-icon {
        width: 20px;
        height: 18px;
        position: absolute;
        background: url(/pict_site/list_dd.svg) no-repeat;
        top: 15px;
    }

    .one-day-col-width {
        width: 33.333%;
        max-width: 33.333%;
        min-width: 33.333%;
    }

    .page-caption {
        font-size: 36px;
    }

    .page_block>.col-auto:nth-child(n+5):not(:last-child)>.link-page:after {
        content: "...";
        cursor: pointer;
        padding-left: 10px;
        color: #9e9e9e;
        border-left: 1px solid #6d6d6d;
        margin-left: 5px;
    }

    .page_block>.col-auto:nth-child(n+6):not(:last-child)>.link-page {
        display: none;
    }

    .param-name {
        padding: 0;
        font-size: 16px;
    }

    .param-val {
        font-size: 14px;
    }

    .rate-vals {
        margin-left: 30%;
    }

    .search-clear {
        top: 15px;
    }

    .search-icon {
        width: 21px;
        height: 21px;
        margin: 15px 10px;
    }

    .search-main-menu.active {
        position: absolute;
        z-index: 1;
        right: 0;
    }

    .shed-container .line-shed {
        padding-right: 20px;
        padding-left: 20px;
    }

    .sticky-content.fixed #shed-month>button {
        background: #292929;
    }

    .tizer-grad-bg {
        background: linear-gradient(359deg, #000000 29%, rgba(0,0,0,0) 90%);
    }

    .tizer-review {
        min-height: 200px;
    }
}

@media only screen and (max-width: 575.99px) {
    [id*="comment-form"] .btn-red {
        max-width: 100%;
        min-width: 100%;
    }

    [id*="comment-form"] input, [id*="cent-anchor"] input:not([type=radio]):not([type=checkbox]), [id*="cent-anchor"] select, input#code-sms, #request-block input, #login-block input, #register-block input, #resend-block input, #reset-block input, #choose-quest-block input, #contacts-block input, .booking-modal-input, .new-design-modal #client_comment, .new-design-modal #sale_el {
        height: 40px !important;
        padding-left: 26px;
        font-size: 14px;
    }

    [id^="roompass"].tick, [id^="roomrecom"].tick, [id^="roomrecom"].ban, [id^="roompass"].attention {
        background-position-y: 0px;
    }

    div.carousel-caption .h3, h1.page-caption, h2.page-caption {
        font-size: 32px;
    }

    div.carousel-caption p {
        font-size: 14px;
        line-height: 1.3;
        padding-top: 9px;
    }

    form .btn-red, #dd-filtr-block-btn, #main-comment, .btn-red, .btn-red.btn-block, .btn-transp {
        width: 100%;
        height: 40px;
        line-height: 36px;
        max-width: 100%;
        padding: 0 20px;
    }

    h1 span {
        font-size: 16px !important;
    }

    h3, h4, h5, h6 {
        font-size: 18px;
        color: #e0e0e0;
    }

    #arrange_gift.btn-transp {
        height: initial;
    }

    #block_lbl_town .pin-icon {
        width: 16px;
        height: 21px;
        background-size: contain;
    }

    #books .search-menu {
        max-width: 100%;
    }

    #bottom-phone-absolute {
        left: 42px;
    }

    #breadcrumbs-block {
        min-height: 30px;
    }

    #btn_book_header, #btn_leave_comment {
        line-height: 1.2;
        min-height: 50px;
        font-size: 14px;
        white-space: inherit;
    }

    #choose-quest {
        padding: 0 10px;
        max-width: 365px;
    }

    #choose-quest-block {
        padding: 30px 0;
    }

    #choose-quest-block, #faq-rooms-town {
        padding: 30px 0 40px 0;
    }

    #comment-content {
        height: 160px;
    }

    #companies-all>.col-md-6.col-lg-4, #reviews-all>.col-md-6.col-lg-4, #reviews-block .col-md-6.col-lg-4, #companies-block .col-md-6.col-lg-4, #same-review .col-md-6.col-lg-4 {
        max-height: calc(100vw * 1.4);
        height: 440px;
    }

    #contacts-content .fs-14, .fs-16 {
        font-size: 14px;
    }

    #dates-shed .dropdown-menu {
        padding: 10px;
        width: 345px !important;
        max-width: 100%;
    }

    #dd-addresses {
        height: 42px;
        font-size: 16px;
        background-position-y: 16px;
    }

    #dd-addresses-block {
        padding: 15px 10px;
    }

    #dd-filtr-block-btn.btn-red {
        padding: 0 50px 0 20px;
    }

    #dd-populyar {
        width: 32px !important;
        padding: 0 16px;
        line-height: 1;
    }

    #dd-populyar:focus {
        background-color: transparent;
    }

    #filter_url {
        padding: 10px;
        max-width: 345px;
        margin: 0 auto;
    }

    #filter_url [class*="col"] {
        max-width: 100%;
        margin: 5px 0;
    }

    #filter_url_btn[class*="col"] {
        margin: 10px 0 0 0;
    }

    #filter_url select, #filter_url input {
        height: 40px;
        font-size: 14px;
        background-size: 12px 12px;
    }

    #filtr-block {
        padding-bottom: 155px;
    }

    #filtr-block .custom-checkbox+label::before {
        margin-right: 20px;
    }

    #footer-bottom {
        border-top: none;
        margin-top: 30px;
        padding: 0 10px;
    }

    #footer-bottom .copyright {
        border-top: 1px #808080 solid;
        margin-top: 10px;
        padding-top: 10px !important;
        font-size: 10px;
        text-align: left;
    }

    #footer-bottom .copyright p:last-child {
        max-width: 100%;
        margin: 0 0 16px 0;
    }

    #footer-clientam a, #footer-partner a, #footer-contacts a {
        font-size: 16px;
    }

    #layer-2-h1 .fs-18 {
        font-size: 12px !important;
    }

    #layer-2-h3 #note {
        max-width: 100%;
    }

    #lbl_town {
        min-width: 30px;
        height: 100%;
    }

    #lbl_town.dropdown-toggle:after, #lbl_town:before {
        display: none;
    }

    #lbl_town_text {
        display: none;
    }

    #main-info-pict-block .rating-stars i {
        width: 17px;
        height: 17px;
        background-size: 17px 17px;
    }

    #main-info-pict-block .rating-stars i:before, #rewiew-block-carousel .rating-stars i, #rewiew-block-carousel .rating-stars i:before, #rating-list .rating-stars i, #rating-list .rating-stars i:before, #pjaxTeam .rating-stars i, #pjaxTeam .rating-stars i:before, #my-teams .rating-stars i, #my-teams .rating-stars i:before, #books .rating-stars i, #books .rating-stars i:before, #rooms_book .rating-stars i, #rooms_book .rating-stars i:before, .comment .rating-stars i, .comment .rating-stars i:before {
        width: 22px;
        height: 22px;
        background-size: 22px 22px;
    }

    #main h1, #main .h3 {
        padding-top: 30px;
    }

    #mainMenu {
        height: 50px;
        line-height: 50px;
    }

    #mainMenu .fa_qrlogo {
        width: 123px;
        height: 21px;
        background-size: 123px auto;
    }

    #mainSlider .under-caption {
        font-size: 14px;
        line-height: 1.3;
    }

    #mainSlider img {
        margin-top: -53px;
    }

    #map_canvas {
        height: 500px;
        min-height: 500px;
        border-radius: 0;
    }

    #map_canvas img {
        border-radius: 0;
        border: none;
    }

    #my-teams .layer-1, #pjaxTeam .layer-1, #rating-list .layer-1, #books .layer-1, #rooms_book .layer-1 {
        min-height: calc(80vw);
    }

    #navbar_768, #navbar_769 {
        width: 100%;
    }

    #navbar_768 .brand_icon {
        line-height: 32px;
        width: 32px;
        margin: 0 4px;
    }
    #navbar_768 .fa-paper-plane.brand_icon {
        font-size: 18px;
    }

    #navbar_769 .filter-bottom-buttons {
        padding-top: 20px;
    }

    #navbar_769 .filter-close-btn {
        top: 0;
        right: 0;
        padding: 20px 15px;
    }

    #navbar_769 .filter-list label.nav-toggle, .one-filter-block-caption {
        font-size: 21px;
    }

    #news-all a, #same-news a {
        margin-bottom: 20px;
    }

    #news-block-bg {
        max-width: 345px;
        margin: 0 auto;
    }

    #news-block-bg .news-block-text, .news-block-bg .news-block-text {
        margin-top: -50px;
    }

    #news-pict-block .layer-1 img, #review-pict-block .layer-1 img {
        max-height: calc(100vw * 0.75);
        min-height: calc(100vw * 0.75);
    }

    #pjaxCabinet #rooms-town .order-xl-3>.row {
        padding: 0 calc((100% - 150px) / 2);
    }

    #pjaxCabinet #rooms-town .order-xl-3>.row .text-capitalize {
        padding-top: calc((40px - 16px) / 2);
    }

    #popular-categories .category-text .fs-28 {
        font-size: 24px;
    }

    #popular-categories>.container>.row {
        margin-right: 0;
        margin-left: 0;
    }

    #quest-block-carousel .img-quest, #location-block-carousel .img-quest {
        min-height: calc( 100% - 120 );
    }

    #quest-params, #quest-params-else {
        padding: 35px 0;
        padding: 15px 0;
    }

    #quest-params-else .col-md {
        padding: 10px 20px;
    }

    #quest-params .col, #quest-params-else .col-md, #quest-params-else .col {
        padding-right: 20px;
        padding-right: 10px;
    }

    #quest-params .col-auto, #quest-params-else .col-auto {
        padding-left: 20px;
        padding-left: 10px;
        width: 142px;
    }

    #quest-rating .btn-group-lbl, #pjaxTeam .btn-group-lbl {
        height: 40px;
    }

    #rate_block {
        padding: 15px 10px 20px 10px;
        font-size: 14px;
    }

    #rate_block .fs-18 {
        font-size: 16px;
    }

    #rate_block .fs-24 {
        font-size: 18px;
    }

    #rating-list .tizer-mark {
        font-size: 18px;
        max-width: 200px;
    }

    #reklama-text-block, #info-text-block, #partner-text-block, #rules-text-block, #calendar-text-block, #franchise-text-block {
        background: #212121;
        padding-top: 10px;
    }

    #reviews-block-2 {
        display: block;
    }

    #rewiew-block-bg {
        height: 370px;
    }

    #rewiew-block-bg .carousel-item .row {
        padding: 15px 10px 20px 10px;
    }

    #rewiew-block-carousel .comment-user-count, .comment .comment-user-count {
        font-size: 12px;
    }

    #rewiew-block-carousel .rewiew-block-author {
        font-size: 21px;
        padding-top: 10px;
        padding-bottom: 8px;
        line-height: 1;
    }

    #rewiew-block-carousel .verify_game, .comments .verify_game {
        width: 180px;
    }

    #rooms>.col-md-6.col-lg-4, #popular-categories .col-lg-4.col-sm-6 {
        max-width: 345px;
    }

    #sale-block .news-block-bg .layer-1 img#clubcard {
        border-radius: 10px;
        width: 75%;
        height: auto;
        margin-top: 40px;
    }

    #same-rooms>.col-md-6.col-lg-4, #similar-rooms>.col-md-6.col-lg-4, #companies-all>.col-md-6.col-lg-4, #reviews-all>.col-md-6.col-lg-4, #reviews-block .col-md-6.col-lg-4, #same-review .col-md-6.col-lg-4, #companies-block .col-md-6.col-lg-4, #company-rooms>.col-md-6.col-lg-4 {
        max-width: 345px;
    }

    #search_in_content_2 {
        font-size: 12px;
    }

    #seo-footer-bottom li, .attention, .ban, .text-block [style*="color: red;"], .text-block [style*="color: yellow;"], .text-block li, .tick {
        background-size: 13px;
        padding-left: 20px;
        line-height: 13px;
    }

    #shedule-block {
        padding: 0 10px;
    }

    #shedule-block .btn-red, #order-form-btn {
        width: 100%;
    }

    #submenu {
        padding-bottom: 15px;
    }

    #submenu .nav-link {
        padding: 15px 0 0 0;
        width: 100px;
        text-align: left;
    }

    #tofiltrbutton, #book-online-phone, #upbutton, #book-online {
        left: 10px;
    }

    #variation-block button.variation-more, #variation-block-img button.variation-more, #genre-block button.genre-more, #towns-block button.towns-more, .dropdown-filtr .options-more {
        font-size: 12px;
    }

    #variation-names>.variation-name:nth-child(n+3):after {
        font: normal normal normal 12px / 1 FontAwesome;
    }

    .alert {
        left: 10px;
        width: 96%;
        font-size: 24px;
        padding: 60px 20px;
    }

    .alert.alert-filter {
        min-height: 36px;
        max-height: 36px;
        line-height: 18px;
        font-size: 12px;
        margin: 12px 15px 0 0;
    }

    .alert .close, .modal-header .close {
        width: 14px;
        height: 14px;
    }

    .append-dropdown-toggle, .genre-more::after, .options-more::after, .towns-more::after, .variation-more::after {
        top: 6px;
        height: 5px;
        width: 8px;
    }

    .avatar-img-rounded {
        width: 100px;
        height: 100px;
    }

    .before-slider-height {
        height: 50px;
    }

    .block-separator:before {
        content: '';
        position: absolute;
        left: 0;
        border-top: 1px solid white;
        width: 40%;
    }

    .book-point {
        top: 6px;
    }

    .book-slot-m {
        max-width: 100px;
        min-width: 100px;
        margin: 10px 10px 20px 0;
    }

    .bread-hard .breadcrumb > li + li:nth-child(3):after {
        font: normal normal normal 12px / 1 FontAwesome;
    }

    .breadcrumb {
        padding-top: 10px;
        font-size: 12px;
    }

    .btn-imageDelete {
        left: 122px;
    }

    .btn-red, .btn-transp {
        font-size: 16px;
    }

    .btn-transp[href="#comment_reply"] {
        width: 150px;
    }

    .carousel-caption {
        padding: 10px 10px 26px 10px;
    }

    .circle-size-70-text {
        font-size: 21px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .comment {
        padding: 15px 10px 20px 10px;
    }

    .contact-section-title>a:after, .faq-card-question:after {
        height: 6px;
        width: 10px;
    }

    .container, .shed-container .line-shed {
        padding-right: 10px;
        padding-left: 10px;
    }

    .control-label, .dd-filtr-caption {
        font-size: 16px;
    }

    .custom-checkbox+label::before {
        top: 2px;
        position: relative;
    }

    .faq-card {
        border-bottom: #cccccc solid 1px;
    }

    .faq-card-answer {
        padding: 10px 0 10px 10px;
        font-size: 14px;
    }

    .faq-card-question a {
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 0;
    }

    .filter-bottom-buttons .btn-red, .filter-bottom-buttons .btn-transp {
        min-width: 150px;
    }

    .filter-list-one {
        font-size: 14px;
    }

    .filter_search_in .search-icon {
        width: 16px;
        height: 16px;
        margin: 10px 8px 10px 0;
    }

    .filter_search_in input {
        font-size: 14px;
        padding: 0 34px;
    }

    .footer .brand_icon {
        line-height: 32px;
        width: 32px;
        margin: 0 4px;
    }

    .footer .fa-paper-plane.brand_icon {
        font-size: 18px;
    }

    .footer .fs-24 {
        font-size: 24px !important;
    }

    .footer .viber_icon:before {
        height: 32px;
        width: 32px;
        background-position: 5px 6px;
        background-size: 20px 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .fs-14 {
        font-size: 12px;
    }

    .fs-18, .fs-20 {
        font-size: 16px !important;
    }

    .fs-23 {
        font-size: 18px !important;
    }

    .fs-24 {
        font-size: 21px !important;
    }

    .fs-36 {
        font-size: 24px !important;
        line-height: 1.1;
    }

    .fs-48 {
        font-size: 32px;
        line-height: 1.2;
    }

    .genre-more.show::after, .show>.append-dropdown-toggle, .show>.options-more::after, .show>.towns-more::after, .show>.variation-more::after {
        top: 6px;
    }

    .gm-style-text {
        font-size: 12px;
        width: 75%;
        margin: 0 auto;
    }

    .layer-2 {
        bottom: 10px;
    }

    .layer-3 {
        bottom: 5px;
    }

    .layer-4 .fs-18 {
        font-size: 18px !important;
    }

    .link-red {
        line-height: 60px;
        font-size: 12px;
    }

    .list-dd-icon {
        top: 13px;
    }

    .map_contacts {
        padding: 20px;
        max-width: 200px;
        margin: 0 auto;
    }

    .meter {
        height: 8px;
    }

    .modal-body {
        border-radius: 10px;
        margin: 0 10px 10px 10px;
        padding: 30px 10px 22px 10px;
        background: #292929;
    }

    .modal-body .col-xl-auto.fs-16 {
        font-size: 12px;
    }

    .modal-content.modal-booking {
        background-color: #333333;
    }

    .modal-header {
        padding: 20px 20px 0 20px;
    }

    .modal-title {
        line-height: 1.2;
    }

    .NameRoom {
        font-size: 21px;
    }

    .new-design-modal #client_date, .new-design-modal #client_time, .new-design-modal #numb_p {
        height: 36px;
        background-size: 11px;
    }

    .new-design-modal .close {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .new-design-modal .icon-block {
        padding-left: 38px;
        font-size: 16px;
    }

    .one-day-col-width {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .one-filter-block .one-filter {
        padding: 20px;
    }

    .one-filter-block .one-filter label {
        font-size: 14px;
    }

    .one-filter-block .one-filter select {
        width: calc((100vw - 98px) / 2);
    }

    .page-caption {
        font-size: 24px;
        padding: 0;
    }

    .param-name {
        font-size: 14px;
    }

    .param-val {
        font-size: 12px;
    }

    .pin-addresses:before {
        width: 20px;
        height: 30px;
        top: 6px;
    }

    .radius-scale {
        border: none;
    }

    .radius-scale-btn {
        border: white 1px solid;
    }

    .radius-scale-lbl {
        margin: 5px 3px;
    }

    .search-menu {
        height: 36px;
        max-width: 100%;
        line-height: 30px;
    }

    .search-menu .search-icon {
        margin: 8px;
        width: 16px;
        height: 16px;
    }

    .text-nowrap {
        white-space: normal !important;
    }

    .tizer-grad-bg {
        background: linear-gradient(359deg, #000000 29%, rgba(0,0,0,0) 50%);
    }

    .tizer-mark {
        font-size: 16px;
        padding: 6px 15px;
        min-width: 100px;
    }

    .under-caption {
        font-size: 12px;
        padding-top: 7px;
    }

    .width-434 {
        max-width: 100%;
    }

    .wrapper {
        font-size: 12px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 460px) {
    #can-write-us {
        width: 100%;
    }

    #nav-toggle-img {
        padding: 0;
        margin: 0;
        line-height: 0;
    }

    .rate-vals {
        margin-left: 20%;
    }
}

@media only screen and (max-width: 410.99px) {
    .book-slot-m {
        max-width: 98px;
        min-width: 98px;
    }
}
@media only screen and (max-width: 380px) {
    #ddTown {
        max-width: 140px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #main-info-pict-block .img-quest {
        min-height: 1000px;
        max-height: 1000px;
    }

    #popular-categories .category-text .fs-28 {
        line-height: 1.2;
        font-size: 18px;
    }

    #rewiew-block-carousel .verify_game, .comments .verify_game {
        width: 150px;
    }

    #sale-block .layer-1 {
        min-height: calc(70vw);
    }

    .book-slot-m {
        max-width: 83px;
        min-width: 83px;
    }

    .rate-vals {
        margin-left: 10%;
    }
}
