@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: RobotoLight;
    src: url('../fonts/roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: RobotoThin;
    src: url('../fonts/roboto/Roboto-Thin.ttf');
}
@font-face {
    font-family: RobotoCondensed;
    src: url('../fonts/roboto/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family: Geometria-ExtraBold;
    src: url('../fonts/Geometria-ExtraBold.ttf');
}

@font-face {
    font-family: Gilroy-Medium;
    src: url('../fonts/gilroy-medium.ttf');
}

@font-face {
    font-family: Gilroy-Regular;
    src: url('../fonts/gilroy-regular.ttf');
}

@font-face {
    font-family: Gilroy-Bold;
    src: url('../fonts/gilroy-bold.ttf');
}

@font-face {
    font-family: Gilroy-Ultralight;
    src: url('../fonts/gilroy-ultralight.ttf');
}
@font-face {
    font-family: IF Kica-Bold;
    src: url('../fonts/ifkica-bold.ttf');
}
@font-face {
    font-family: IF Kica-Light;
    src: url('../fonts/ifkica-light.ttf');
}
@font-face {
    font-family: IF Kica-Regular;
    src: url('../fonts/ifkica-regular.ttf');
}
/*main*************************************************************************/

*, *:active {
    outline: none;
}

html {
  height: 100%;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-height: 100vh;

    color: #281e05;
    font-family: RobotoLight, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.hidden {
    display: none;
}

.rkz-page {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 100%;
    padding: 0 0 60px;
}

.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-27 {
    font-size: 27px;
}
.fs-28 {
    font-size: 28px;
}
.fs-30 {
    font-size: 30px;
}
.fs-44 {
    font-size: 44px;
}


h1, .h1 {
    font-size: 40px;
    font-family: RobotoThin, sans-serif;
    text-transform: none;
}

h2, h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: Roboto, sans-serif;
}

h4, .h1_small_size {
    text-transform: uppercase;
    font-size: 16px;
    font-family: Roboto, sans-serif;
}

h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: Roboto, sans-serif;
}

h6 {
    font-size: 14px;
    font-weight: bold;
}

.offer-category-list .nav-item {
    cursor: pointer;
    max-height: 165px;
    max-width: 220px;
    border: 1px solid #79001E;
    color: #79001E;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-category-list .nav-item .nav-link {
    transition: .5s;
}

.offer-category-list .nav-item.selected {
    background-color: #79001E;
    color: #ffffff;
}

.offer-category-list .nav-item:not(.selected) .offer-cat-icon svg path,
.offer-category-list .nav-item:not(.selected) .offer-cat-icon svg rect,
.offer-category-list .nav-item:not(.selected) .offer-cat-icon svg circle {
    fill: #79001E;
}

.offer-category-list .nav-item.selected .offer-cat-icon svg path,
.offer-category-list .nav-item.selected .offer-cat-icon svg rect,
.offer-category-list .nav-item.selected .offer-cat-icon svg circle {
    fill: #ffffff;
}

.offer-category-list .nav-item.selected .nav-link:after {
	content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/icon_close-42.svg) 0 0 no-repeat;
    background-size: cover;
}

.offer-category-list .offer-cat-icon {
    min-width: 60px;
    min-height: 60px;
    max-width: 80px;
    max-height: 80px;
    transition: .5s;
}

.offer-category-list .offer-cat-icon svg {
    width: 60px;
    height: 60px;
    transition: .5s;
}

.rkz-offer-fulltext table,
.description table,
.news-text table,
.page-content table {
    overflow: auto !important;
    max-width: 100% !important;
}

b, strong {
    font-weight: bold;
}

a, a:hover, a:visited, a:focus, a:active {
    color: #281e05;
}

/*
.default-bg-color {
    color: #fff;
    background-color: #79001E;
}
.default-bg-color:hover {
    color: #fff;
}
*/

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
    padding: 0 !important;
}

.no-underline-hover:hover {
    text-decoration: none;
}

input:active, input:focus {
    outline: none;
}

.color-gray {
    color: #C8C8C8;
}

a.rkz-button,
.rkz-button {
    border-radius: 5px;
}

a.rkz-button:hover,
.rkz-button:hover {
    text-decoration: none;
    /*background: #C8C8C8;*/
    cursor: pointer;
}

.container > #ServioResult.container {
    padding-left: 0;
    padding-right: 0;
}

.container #start_form .form-group .errorlist,
.container #start_form .food-form .errorlist,
.container #start_form .final-form .errorlist {
    color: red;
}

.rkz-button-sm {
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto;
    padding: 1px 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.rkz-button-sm.hotel-book:hover {
    cursor: pointer;
}

.rkz-button-lg {
    padding: 10px 30px;
    font-size: 16px;
}

.rkz-button-block {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-subscription {
    cursor: pointer;
    display: inline-block;
    padding: 8px;
    width: 100%;
    border-radius: 5px;
}

.rkz-btn-subscribe {
    padding: 4px 8px;
    font-size: 16px;
}

/* SLICKER ARROW */

.slick-arrow {
    top: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#full-main-slider .slick-arrow {
    width: 36px;
    height: 36px;
}

.slick-next,
.next,
#full-main-slider .slick-next {
    right: 15px;
}

.slick-prev,
.prev,
#full-main-slider .slick-prev {
    left: 15px;
}

.next.background, .prev.background {
    border-radius: 50%;
}

.arrow:before {
    content: none;
}

.arrow.slick-next {
    transform: none;
}

.arrow.slick-prev {
    transform: rotate(180deg);
}

.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover {
    background-image: url('/static/img/svg/slick-arrow-black.svg');
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.slick-prev:hover + .prev, .slick-next:hover + .next {
    transition: 0.1s;
    opacity: 0.5;
}

.next.background, .prev.background {
    /* DEFAULT COLOR */
    background: grey;
}

/* END OF SLICKER ARROW */

.hotel-bottom-block table,
.rest-description .more table,
.rkz-offer-fulltext table,
.news-text table,
.page-content table,
#central-office table,
.more-text table {
    width: 100% !important;
}

.hotel-bottom-block img,
.rest-description .more img,
.rkz-offer-fulltext img,
.news-text img,
.page-content img,
.more-text img {
    display: block;
    max-width: 100%;
}

/*----------------------*/

.page-content-wrapper {
    padding: 45px;
    /*border: 1px solid #C8C8C8;*/
    background: #fff;
}

#first-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

#second-wrap {
    flex: 1 0 auto;
}

#msie {
    background-color: #f4eff0;
    height: 50px;
    z-index: 100500;
    width: 100%;
    position: fixed;
}

#msie a{
    text-decoration: none;
}

#cookie_policy {
    font-size: 12px;
    position: fixed;
    bottom: 0;
    /*right: 0;*/
    min-height: 120px;
    width: 320px;
    background-color: #dedfde;
    padding: 1em;
    z-index: 10000;
}

#cookie_policy form button {
    font-size: 12px;
}

.rkz-block-shadow {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.rkz-block-shadow.bs-ny {
    box-shadow: 0 0 20px rgba(255, 20, 0, 0.15);
}

.rkz-block-shadow-hover.bs-ny:hover{
    box-shadow: 0 0 20px rgba(255, 20, 0, 0.35);
    transform: translateY(-2px);
}

.rkz-block-shadow-hover:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

#shadow {
    position: fixed;
    z-index: 997;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, .35);
}

.pointer {
    cursor: pointer;
}

#rkz .select_line {
    position: absolute;
    width: 100%;
    margin-top: 5.5em;
}

#rkz #content-wrap {
    padding-bottom: 60px;
    margin-bottom: 110px !important;
}

label.duplication_date_range_label{
    position: relative;
}
label.duplication_date_range_label>.datepicker-icon {
    content: "";
    position: absolute;
    right: 5px;
    top: 8px;
    width: 25px;
}

input.duplication_date_range {
    /*padding: 2px 40px 2px 5px;*/
    padding: 8px 40px 8px 8px;
}

#message_dlg .ui-dialog-contain, #rkz_confirm_dialog .ui-dialog-contain {
    width: 92.5%;
    max-width: 20em;
    margin: 10% auto 1em auto;
    padding: 0;
    position: relative;
    top: -1em;
}

#message_dlg .msg-header, #rkz_confirm_dialog .rkz-dialog-header {
    border: none;
    padding: 0;
}

#message_dlg .msg-header h5, #rkz_confirm_dialog .rkz-dialog-title {
    text-shadow: none;
    text-align: left;
    margin: 0;
    padding: .5em 1em;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
}

#message_dlg .ui-dialog-contain div.msg-body, #rkz_confirm_dialog .rkz-dialog-message {
    color: #000;
    font-family: Roboto, sans-serif;
    text-shadow: none;
    padding: 0 1em 1em 0;
    margin-bottom: 2em;
}

#message_dlg .ui-dialog-contain div.msg-body h4, #rkz_confirm_dialog .rkz-dialog-message h4 {
    margin: 0.25em 0;
}

#message_dlg .ui-dialog-contain div.msg-body p, #rkz_confirm_dialog .rkz-dialog-message p {
    margin: 0;
    padding: 0 0 0.5em 0;
}

#message_dlg .msg-button, #rkz_confirm_dialog .rkz-dialog-true, #rkz_confirm_dialog .rkz-dialog-false {
    margin: 0.25em 0 0 0;
    text-shadow: none;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}

#rkz_confirm_dialog .rkz-dialog-buttons {
    bottom: .5em;
    left: .5em;
    right: .5em;
    position: absolute;
}

.modal-close, .gift-modal-close {
    top: 15px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    z-index:10;
}

#message-area {
    position: relative;
    max-width: 800px;
    max-height: 90%;
}

#popup_image {
    max-height: 300px;
}

.ui-btn-corner-all, .ui-btn.ui-corner-all, .ui-slider-track.ui-corner-all, .ui-flipswitch.ui-corner-all, .ui-li-count {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-loader.ui-body-b {
    border: none;
    opacity: .5;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.ui-loader.ui-body-a {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-color: transparent transparent transparent transparent;
}

/* Map */
#reikartz_index {
    margin-bottom: 50px;
    padding-bottom: 14%;
}

/* Log In */

#wrap-login-div .modal-content {
    width: fit-content;
}

.profile-tabs-wrap {
    margin-top: 68px;
}

#form-signin {
    position: absolute;
}

#form-signin input, #form-signin button {
    border-radius: 0;
    margin-bottom: 10px;
}

#loginin {
    margin-bottom: 15px;
}

.login-btn {
    border-radius: 0;
    font-size: 16px;
}

.login-btn, .login-btn:visited {
    border-radius: 0;
}

.login-btn:hover, .login-btn:focus {
    cursor: pointer;
}

.login-links .signup,
.login-links .restore,
.enter-profile,
.login-links .back-login {
    color: #797979;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    cursor: pointer;
}

div[id^=login-div] {
    /*position: fixed;*/
    width: 280px;
    margin: 28px -8px 0 auto;
    /*top: 65px;*/
    /*right: 0;*/
    /*z-index: 999999;*/
}

#login-div-passchange .login-links {
    margin-top: 5px;
}

div[id^=login-div] button, .fb-link {
    /*border-radius: 0;*/
    /*height: 30px;*/
    /*line-height: 0.667;*/
    font-family: Roboto, sans-serif
}

.fb-link.rkz-button,
.fb-link.rkz-button:hover {
    color: #FFFFFF;
    /*border: 2px solid #007bff;*/
    background: #3b5998;
}
.fb-link.rkz-button:hover {
    /*color: #007bff;*/
}

.enter-profile {
    /*color: rgba(0, 0, 0, 0.3);*/
}

.gray-block {
    background-color: #BDBDBD;
    /*display: inline-block;*/
    /*width: 100%;*/
    /*padding: 7px 23px 25px 20px;*/
}

#form-signin p a {
    color: #5d5b5d;
    font-size: 10px;
}

div[id^=login-div] input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    font-family: Roboto, sans-serif
}

.close {
    cursor: pointer;
}

.hide-reservation {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.close:hover, .hide-reservation:hover {
    color: #777;
}

.close-login:hover {
    cursor: pointer;
}

div[id^=login-div] ::-webkit-input-placeholder {
    color: #000;
}

div[id^=login-div] ::-moz-placeholder {
    color: #000;
}

.scrolloff{ pointer-events: none; }

/* Firefox 19+ */
div[id^=login-div] :-moz-placeholder {
    color: #000;
}

/* Firefox 18- */
div[id^=login-div] :-ms-input-placeholder {
    color: #000;
}

/* defaults */

.hr-line {
    margin-top: 0;
    margin-bottom: 30px;
}

.offers-element-choose a {
    color: black;
}

.loc-input {
    /*padding: 4px;*/
}

.text-error {
    color: #a94442;
}

/*label {
    white-space: nowrap;
}*/

label input {
    vertical-align: top;
}

label span {
    display: inline-block;
    white-space: normal;
    font-weight: 300;
}

.alert {
    margin-bottom: 1em;
}

img.logo.big-logo {
    display: block;
}

img.logo.small-logo {
    display: none;
}

.pre-footer-link > svg {
    width: 300px;
}



/* Confirm Fancybox dialog */
.fancybox-slide--complete .my_dialog {
    opacity: 1;
    transform: translate(0%) translateZ(0) rotate(0deg);
}

.my_dialog {
    max-width: 550px;
    padding: 50px !important;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    border-radius: 4px;
    opacity: 0;
    transition: all .3s;
    transform: translate(30%) translateZ(600px) rotate(10deg);
}

.confirm-btn {
    border-width: 0;
    text-decoration: none;
    padding: 7px 20px;
    line-height: 1.5;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 700;
    margin: 5px 5px 5px 0;
    display: inline-block;
    cursor: pointer;
    outline: none;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.confirm-btn + a:hover {
    text-decoration: none;
    cursor: pointer;
}

.offers-tab-content ol, .offers-tab-content ul,
.news-tab-content ol, .news-tab-content ul,
.hotel-tab-content ol, .hotel-tab-content ul {
    margin-left: 20px;
}

.offers-tab-content ul {
    margin-right: 20px;
}

div#additional-container ul,div#additional-container ol {
    padding-left: 15px;
}

.mice-button-site, .mice-button-calc {
    /*display: block;*/
    /*margin: 1em 0 0 0;*/
    /*padding: 10px 0;*/
    /*color: white;*/
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    /*cursor: pointer;*/
}

.mice-button-site {
    /*background-color: #008172;*/
}

.mice-button-calc {
    /*background-color: #79001E;*/
}

a.mice-button-site, a.mice-button-site:hover,
a.mice-button-calc, a.mice-button-calc:hover {
    text-decoration: none;
    /*color: #fff;*/
}

.fa-social-color-default {
    color: #636363;
}

/* Бренды */
.info-reikartz {
    background: url("/static/img/reikartz.png") no-repeat;
}

.info-reikartz-collection {
    background: url("/static/img/reikartz_collection.png") no-repeat;
}

.info-raziotel {
    background: url("/static/img/razio.png") no-repeat;
}

.info-optima {
    background: url("/static/img/optima.png") no-repeat;
}

.info-vitapark {
    background: url("/static/img/vitapark.png") no-repeat;
}

p[class^=info-] {
    padding-left: 30px;
    background-size: 16px;
    background-position: 4px 0;
    margin-left: -30px;
}

/* Ошибки в формах */
.info-pbx-message ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.rkz-messages .info,
.rkz-messages .error,
.rkz-messages .warning,
.rkz-messages .success {
    margin: .5em;
    padding: 1em 1.25em;
}

.rkz-messages .info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.rkz-messages .error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.rkz-messages .warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.rkz-messages .success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

span.select2-selection__arrow {
    border-left: 1px solid #ced4da;
    margin-left: 1em;
    padding-left: 1em;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

div.hotel-close-btn, div.customer_add_close_btn, .rkz-activate-form .close_btn {
    position: relative;
    left: 96%;
    top: 1.5em;
    cursor: pointer;
}

#restandbars-filter label, #hotel-filter label {
    cursor: pointer;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}


#main-messagefield, #categories-messagefield {
    position: fixed;
    z-index: 5;
    background-color: white;
    top: 200px;
    min-height: 1%;
    left: 20%;
    width: 60%;
    padding: 3em;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.main-messagefield-close-btn, .categories-messagefield-close-btn, .phone-messagefield-close-btn {
    cursor: pointer;
    position: absolute;
    right: 3em;
    z-index: 10;
    margin: 0.5em;
}

#main-messagefield h3 {
    margin: 0;
}

div.popover.fade.bottom.in, div.popover.fade.top.in {
    border-radius: 0;
    max-width: 100%;
}


/* Общие */
.row-right {
    padding-right: 0;
}

.row-left {
    padding-left: 0;
}

.thumbnail-clean {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi.ui-datepicker-multi-2 {
    width: 100% !important;
}

.select2-results__option[aria-selected="false"] {
    color: #231f20;
}

.select2-results__option[aria-selected="true"] {
    color: #fff;
}

#middle-block a, .a-underline-style a, .tab-active:not(#hotelstocks, #hotelrooms) a, .priorityguest a {
    text-decoration: underline !important;
}

.arrow_down {
    list-style-image: url("/static/img/arrow_down.png");
    display: list-item;
    list-style-position: inside;
    padding-bottom: 1em;
}

.clip {
    list-style-image: url("/static/img/clip_optimahotels.png");
    display: list-item;
    list-style-position: inside;
}

/* Модальное окно */
.rkz-modal {
    text-align: center;
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto;
}

.confcalcform .rkz-modal {
    top: 0;
    left: initial;
    right: 0;
    bottom: initial;
}

.rkz-modal .modal-title {
    font-weight: 400;
}

.rkz-modal .modal-header {
    border: none;

}

.rkz-modal .modal-content {
    border-radius: 0;
    padding: 29px;
    z-index: 2;
}

.rkz-modal .modal-body {
    /*width: 90%;*/
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    /*margin-bottom: 30px;*/
}

.page-title {
    margin-top: 0;
    font-weight: 400;
}

.header-face .modal,
.header-face .modal .modal-dialog {
    min-width: 100%;
}


/* скин формы */
.form-skin input {
    border-radius: 0;
    line-height: 1.2;
    height: auto;

}

#personal-data .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5eaea;
    color: #000;
}

/* Линии */
.dotted, .dashed {
    border-width: 1px;

}

.dotted {
    border-style: dotted;
}

.dashed {
    border-style: dashed;
}

/* table */
.table-skin table tr td {
    border: none;
    line-height: 1;
}

.table-skin table tr td:not(:last-of-type) {
    border-right: 1px dashed black;
}

.table-skin .table-responsive {
    border: none;
}

/* cms */
#right-block img {
    margin-top: 20px;
}

/* календарь */
.periodpicker {
    background: url('/static/img/dates.png') no-repeat 97% center;
    background-size: 20px;
}

/* Поле поиска */
.search-input {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-image: url('/static/img/searchicon.png');
    background-position: 8px 7px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px!important;
    -webkit-transition: width 0.4s ease-in-out;
    transition: background-color 5000s ease-in-out 0s
}

.search-input:focus{
    width: 100%;
}

/* TODO : убрать после того как во всех акциях поменяем код кнопок */
.rkz-button-red-style {
    border: none;
    position: relative;
    text-transform: uppercase;
    width: 270px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 20px 15px 0 0;
    padding: 7px 0;
    border-radius: 5px;
    cursor: pointer;
}

#meet-china .block-content{
    background-color: #f2f2f2;
}

#meet-china p {
    line-height: 25px;
}

#meet-china p.china-inner-header {
    font-weight: 600;
    padding: 5px;
}

#rkz-conference-publications-page .publication-types {
    z-index: 0;
    background-color: #f2f2f2;
}

#rkz-conference-publications-page .type-close {
    top: -10px;
    z-index: 3;
    right: 30px;
    font-size: 40px;
    font-weight: 100;
    color: #939393;
    position: absolute;
}

#rkz-conference-publications-page .type-text {
    font-size: 30px;
    margin-bottom: 30px;
    width: 100%;
}

#rkz-conference-publications-page .publication-types img {
    max-height: 450px;
    width: 85%;
    padding: 30px;
    transform: scale(1);
    transition: transform .6s;
    backface-visibility: hidden;
}

#rkz-conference-publications-page .publication-types:hover img {
    transform: scale(1.1);
    transition: transform .6s;
    backface-visibility: hidden;
}

#rkz-conference-publications-page a.read-btn {
    width: 150px;
    height: 30px;
    text-decoration: none;
    display: flex;
	align-items: center;
	justify-content: center;
}

#rkz-conference-publications-page .img__wrap {
    position: relative;
}

#rkz-conference-publications-page .img__wrap div.image {
    width: 100%;
	height: 400px;
}

#rkz-conference-publications-page .img__description {
    position: absolute;
    padding: 25px;
    bottom: 0;
    margin: 0 15px;
    right: 0;
    left: 0;
    background: rgba(220, 221, 223, 0.9);
    color: #000;
    visibility: hidden;
    opacity: 0;

    /* transition effect. not necessary */
    transition: opacity .2s, visibility .4s;
}


#rkz-conference-publications-page .not-desc {
    background: rgba(0, 0, 0, 0);
}

#rkz-conference-publications-page .img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}


/* footer */

footer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;

    margin-top: auto;
    height: auto;
    background-color: #e6e6e6;
    color: #878787;
}

#rkz_footer_contacts_phone a {
    color:black;
}

footer a:hover,  footer a, footer a:visited, footer a:enabled {
    text-decoration: none;
    color: black;
}

#rkz_footer_rights p{
    font-size: 12px;
}

.phone-bg {
    background: url("/static/img/phone_footer.png") no-repeat 0 0;
    background-size: 18px;
    height: 21px;
    width: 21px;
}

.footer-copyright {
    line-height: 1;
}

.footer-copyright span {
    font-size: 12px;
}

.footer-copyright span a {
    /*display: inline-block;*/
    /*padding-top: 10px;*/
}

.footer-contacts span {
    color: #281e05;
    /*font-weight: 500;*/
    /*font-size: 12px;*/
}

.footer-block-height .partners-brands div {
    height: 100px;
}

.subscription {
    /*font-size: 12px;*/
    /*background-color: #e6e6e6;*/
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #c2c3c3;
    width: 100%;
}

.subscribe-text {
    text-transform: none;
    font-size: 25px;
}

.subscribe-bg {
    background: #F1F0F0;
}

.footer-image-wrap {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

footer .subscription::-moz-placeholder { /* Firefox 19+ */
    color: #adadad;
}
footer .subscription:-ms-input-placeholder { /* IE 10+ */
    color: #adadad;
}
footer .subscription:-moz-placeholder { /* Firefox 18- */
    color: #adadad;
}
footer .subscription::-webkit-input-placeholder {
    color: #adadad;
}

.description h4 {
    text-transform: uppercase;
}
.description h5 {
    text-transform: uppercase;
}
.description h6 {
    text-transform: capitalize;
    font-weight: bold;
}

.footer-payment-systems-hs {
    height: 50px;
    background: url("/static/img/payment_systems_hs.svg") 50% 50% no-repeat;
}

.payment-system-logo {
    height: 40px;
}

.visa {
    background: url("/static/img/visa.svg") 50% 50% no-repeat;
    background-size: contain;
}

.mastercard {
    background: url('/static/img/mastercard.svg') 50% 50% no-repeat;
    background-size: contain;
}

.mir {
    background: url("/static/img/mir.svg") 50% 50% no-repeat;
    background-size: contain;
}

.uniteller {
    background: url("/static/img/uniteller.svg") 50% 50% no-repeat;
    background-size: contain;
}

/**/

.brands-content-wrap {
    border-bottom: 1px dashed #000;
}

.brand_icon svg {
    width: 600px;
    max-width: 70%;
    height: 600px;
    max-height: 70%;
    margin: 0 auto;
    display: block;
}

#central-office {
    margin: 0 0 2em 0;
}
#central-office p {
    word-wrap: break-word;
}
#central-office a {
    text-decoration: none;
}

#central-office h4{
    margin-bottom: 20px;
    margin-top: 15px;
}
#central-office h5{
    margin-bottom: 10px;
}

.gmap-wrapper iframe {
    min-height: 500px;
}

/**/

.rule_bg_color {
    background: #F1F1F1;
}

.icon-wrap,
.icon-wrap svg,
.rule-icon svg {
    width: 18px;
    height: 18px;
}

/**/

.goto-blog .pre-footer-link {
    overflow: hidden;
    display: inline-block;
    height: 47px;
    width: 200px;
}
.goto-blog .r-blog-logo {
    left: 0;
    bottom: -100%;
}
.goto-blog .pre-footer-link:hover .r-blog-logo {
    bottom: 0;
}

/**/
#reviews-director .director-img img,
#director .director-img img {
    max-height: 275px;
}

#reviews-director h2,
#director h2 {
    color: #000;
    text-transform: initial;
    font-weight: bold;
    font-size: 26px;
}

#review-submit .select2.select2-container,
#review-submit textarea {
    max-width: 500px;
    width: 100% !important;
}

.border-color-left p,
.border-color-left a {
    color: #636363;
}

/**/

.rating-star {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-bottom: 2px;
    /*margin-right: 2px;*/
    border-radius: 50%;
}
.rating-star div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.rating-star .inactive {
    background-color: #ccc;
}
.rating-star.star-0-4 .active {
    display: none;
}

.rating-list .rating-star {
    width: 23px;
    height: 23px;
}
.rating-list .rating-star div {
    border: 3px solid #fff;
}

.rating-title, .subrating-title {
    height: 30px;
    color: #636363;
}

.rating-title {
    font-size: 18px;
}



/**/

#search-sidebar .form-search {
    border-top: 1px solid #d3d2d2;
    border-right: 1px solid #d3d2d2;
    border-left: 1px solid #d3d2d2;
    padding: 0;
}

#search-sidebar .hotels-sidebar-title,
#search-sidebar .filter-mob {
    border-bottom: 1px solid #d3d2d2;
}

#search-sidebar .hotels-sidebar-body {
    border-bottom: 1px solid #d3d2d2;
    color: #231f20;
}

.hotels-sidebar-title,
#search-sidebar .filter-mob {
    padding: 1.2em 1.2em 1.2em 1.2em;
    cursor: pointer;
}

.hotels-sidebar-title-active {
    background-image: url('../img/hotels/hotels-checkboxes.svg');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 1.2em;
}

.hotels-sidebar-body input {
    margin-right: 1em;
}

.hotels-page-content .header {
    margin-bottom: 20px;
}

.search-ctrl-text {
    white-space: pre-wrap;
}

/*---------------- more ----------------*/

.get-more {
    text-decoration: none;
}

.more .more-text {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

/*----------------------- result page --------------------*/

a.hotels-city-header-link:hover {
    text-decoration: none;
}

.hotels-elements-info .title {
    word-break: break-word;
}

.news-title {
    font-size: 40px;
    /*font-weight: 100;*/
    /*padding-top: 0.5em;*/
    /*margin-top: 0;*/
}

.offers-main-img {
    padding: 0.2em;
}

.offers-main-img img {
    width: 100%;
}

.offers_detail {
    padding-bottom: 0.6em;
    padding-top: 1em;
}

.offers_detail {
    padding-bottom: 1em;
}

.offers-list {
    font-weight: 100;
}

.offers-list-content {
    width: 100%;
}

.offers-tab-content p {
    padding-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offers-no-border {
    border-bottom: none;
}

.offers-border {
    border-bottom: 1px dotted #363636;
    margin-bottom: 2em;
}

.offers-tab-content .gallery .offers-main-img .fancybox-content div {
    width: 700px;
}

.pagination a.offers-pages {
    color: #0f0f0f;
    position: relative;
    top: 40%;
    text-decoration: none;
    padding: 0.5em;
    margin: 0;
}

tr.offers-choose {
    padding-right: 2em;
}

.offers-tab-content .offers-choose .js-example-basic-single select {
    margin-left: 0.5em;
}

.flex-center .width td.offers-block {
    position: relative;
    left: 0;
    top: 0;
    width: 25%;
}

.offers-table-block {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.flex-center .width .offers-table-block tr.offers-tr-block {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.flex-center .width .offers-table-block .offers-tr-block td.offers-td-block {
    position: relative;
    left: 0;
    top: 0;
    width: 24%;
    padding-right: 1%;
    padding-bottom: 1%;
}

.offer-element *:hover {
    text-decoration: none;
}

.offer-shorttext  {
    height: 203px;
    text-align: center;
}

.offers-block {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.offer-shorttext h4 {
    min-height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offer-shorttext .text:last-child {
    margin: 0;
    padding: 0;
}

.offers-to-detail {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.offers-to-detail .more-text,
.news-to-detail .more-text {
    margin-top: 2px;
}

div.offers-choose {
    padding-bottom: 2em;
}

#offers-filter .select2.select2-container.select2-container--default {
    width: 100%!important;
}

.offers-main-img img {
    width: 100%;
}

h4.offers_detail {
    padding-bottom: 0.6em;
    padding-top: 1em;
}

h2.offers_detail {
    padding-bottom: 1em;
}

h5.offers-list {
    font-weight: 100;
}

div.offers-list-content {
    width: 100%;
}

.offers-tab-content p {
    padding-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.offers-no-border {
    border-bottom: none;
}

div.offers-border {
    border-bottom: 1px dotted #363636;
    margin-bottom: 2em;
}

.offers-tab-content .gallery .offers-main-img .fancybox-content div {
    width: 700px;
}

.pagination a.offers-pages {
    color: #0f0f0f;
    position: relative;
    top: 40%;
    text-decoration: none;
    padding: 0.5em;
    margin: 0;
}


tr.offers-choose {
    padding-right: 2em;
}

.offers-tab-content .offers-choose .js-example-basic-single select {
    margin-left: 0.5em;
}

.flex-center .width td.offers-block {
    position: relative;
    left: 0;
    top: 0;
    width: 25%;
}

div.offer-container {
    padding: 0 15px 30px;
}

.flex-center .width table.offers-table-block {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.flex-center .width .offers-table-block tr.offers-tr-block {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.flex-center .width .offers-table-block .offers-tr-block td.offers-td-block {
    position: relative;
    left: 0;
    top: 0;
    width: 24%;
    padding-right: 1%;
    padding-bottom: 1%;
}

div.offer-element {
    height: 100%;
    background: #fff;
}

div.offer-element *:hover {
    text-decoration: none;
}

img.offers-block {
    width: 100%;
}

.offer-shorttext h4 {
    min-height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offers-shorttext p {
    margin: 0;
    padding: 0;
}

.offers-to-detail p {
    white-space: normal;
}
.show_city_google_map {
    cursor: pointer;
}

.modal_google_map {
    display: none;
    position: absolute;
    top: 15vh;
    left: 0;
    right: 0;
    width: 70vw;
    height: 70vh;
    margin: 0 auto;
    z-index: 999;
}

.show_city_google_map {
    cursor: pointer;
}

.map_city_hotels {
    display: none;
    cursor: pointer;
}

/*firefox bypass*/
.map_city .map_hotel {
    position: relative;
    top: 16px;
    left: 16px;
    padding-top: 5px;
    background-color: #ffffff;
}

.hotel-min-price {
    font-size: 15px;
    font-weight: 700;
}

.map_city_title:hover .map_city_hotels, .map_city_title.active .map_city_hotels {
    display: block !important;
}

.map_hotel:hover, .map_hotel.active {
    background-color: #f1f0f0;
}

g.map_city.hide-from-map {
    display: none;
}

.reikartz-banner-bg {
    min-height: 100px;
    background: url('../img/travel_ukr.png') 50% 50% no-repeat;
    background-size: contain;
}

/**/

#icon-menu a.item-two:hover {
    text-decoration: none;
}

#robottest {
    max-width:200px;
}

#file-formats {
    display: none;
    position: absolute;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    left: 50px;
}

/* select2 position */

.hotels-sidebar-body .select2-container.select2-container--open,
#citizenship .select2-container.select2-container--open,
.partner-code .select2-container.select2-container--open,
.promo-code .select2-container.select2-container--open,
#contacts-filter .select2-container.select2-container--open,
.choosecity .select2-container.select2-container--open,
#review-submit .select2-container.select2-container--open {
    z-index: 2;
}

.captcha-input input {
    width: 100%;
}

.city-hotel-slider .slick-slide,
.city-hotel-slider .slick-track,
.room-info-slider .slick-list,
.room-info-slider .slick-track
{
    height: 100%;
}

/**/

.label-wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.label-wrap span,
.label-triangle span {
    font-family: 'Circe35', sans-serif;
}

.label-rectangle {
	display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
    top: -10px;
    right: -10px;
    /*padding: 6px 15px;*/
    width: 134px;
    height: 51px;
	color: #fff;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
    background: #708090;
    background: linear-gradient(180deg, #2F4F4F 0%, #708090 100%);
    background: -moz-linear-gradient(180deg, #2F4F4F 0%, #708090 100%);
    background: -webkit-linear-gradient(180deg, #2F4F4F 0%, #708090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F4F4F', endColorstr='#708090',GradientType=1 );
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
    /*background: #A9A9A9;*/
    /*background: -moz-linear-gradient(left,  #f9ad0d 0%, #e04618 100%);*/
    /*background: -webkit-linear-gradient(left,  #f9ad0d 0%,#e04618 100%);*/
    /*background: linear-gradient(to right,  #f9ad0d 0%,#e04618 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ad0d', endColorstr='#e04618',GradientType=1 );*/
    z-index: 1;
}

.label-rectangle.ra-yellow-orange {
    background: rgba(223, 62, 16, 0.96);
    background: linear-gradient(180deg, rgba(223, 62, 16, 0.96) 0.02%, #F98921 49.01%, #F8C300 99.99%);
    background: -moz-linear-gradient(180deg, rgba(223, 62, 16, 0.96) 0.02%, #F98921 49.01%, #F8C300 99.99%);
    background: -webkit-linear-gradient(180deg, rgba(223, 62, 16, 0.96) 0.02%, #F98921 49.01%, #F8C300 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=rgba(223, 62, 16, 0.96), endColorstr='#F8C300',GradientType=1 );

}

.label-rectangle.ra-blue {
    background: #006a96;
    background: linear-gradient(180deg, #006a96 0.02%, #0083b9 49.01%, #009fe3 99.99%);
    background: -moz-linear-gradient(180deg, #006a96 0.02%, #0083b9 49.01%, #009fe3 99.99%);
    background: -webkit-linear-gradient(180deg, #006a96 0.02%, #0083b9 49.01%, #009fe3 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006a96', endColorstr='#009fe3',GradientType=1 );
}

.label-rectangle.ra-darkgreen {
    background: #076633;
    background: linear-gradient(180deg, #076633 0%, #27aa64 100%);
    background: -moz-linear-gradient(180deg, #076633 0%, #27aa64 100%);
    background: -webkit-linear-gradient(180deg, #076633 0%, #27aa64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076633', endColorstr='#27aa64',GradientType=1 );
}

.label-rectangle.text-num span:first-child {
    font-size: 20px;
    font-weight: lighter;
}

/*.label-rectangle.text-num span:nth-child(2) {*/
/*    font-size: 26px;*/
/*}*/

.label-rectangle span {
    display: block;
}

.label-rectangle-before {
    /*content: '';*/
    position: absolute;
	width: 39px;
	height: 38px;
	top: -3px;
	left: -3px;
    border-radius: 5px;
    transform: rotate(45deg);
    background: #708090;
    background: linear-gradient(45deg, #708090 60%, #2F4F4F 100%);
    background: -moz-linear-gradient(45deg, #708090 60%, #2F4F4F 100%);
    background: -webkit-linear-gradient(45deg, #708090 60%, #2F4F4F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708090', endColorstr='#2F4F4F',GradientType=1 );
    z-index: 0;
}

.label-rectangle-before.ra-yellow-orange {
    background: #F8C300;
    background: linear-gradient(45deg, #F8C300 60%, #F98921 100%);
    background: -moz-linear-gradient(45deg, #F8C300 60%, #F98921 100%);
    background: -webkit-linear-gradient(45deg, #F8C300 60%, #F98921 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8C300', endColorstr='#F98921',GradientType=1 );
}

.label-rectangle-before.ra-blue {
    background: #009fe3;
    background: linear-gradient(45deg, #009fe3 60%, #0083b9 100%);
    background: -moz-linear-gradient(45deg, #009fe3 60%, #0083b9 100%);
    background: -webkit-linear-gradient(45deg, #009fe3 60%, #0083b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#0083b9',GradientType=1 );
}

.label-rectangle-before.ra-darkgreen {
    background: #27aa64;
    background: linear-gradient(45deg, #27aa64 0%, #27aa64 0%);
    background: -moz-linear-gradient(45deg, #27aa64 0%, #27aa64 0%);
    background: -webkit-linear-gradient(45deg, #27aa64 0%, #27aa64 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27aa64', endColorstr='#27aa64',GradientType=1 );
}

.label-rectangle-after {
    position: absolute;
	width: 10px;
	height: 20px;
	bottom: -11px;
	right: 0;
    background: #A9A9A9;
    /*background: -moz-linear-gradient(left,  #A9A9A9 0%, #708090 100%);*/
    background: -moz-linear-gradient(left,  #2F4F4F 0%, #2F4F4F 100%);
    background: -webkit-linear-gradient(left,  #2F4F4F 0%, #2F4F4F 100%);
    background: linear-gradient(to right,  #2F4F4F 0%, #2F4F4F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A9A9A9', endColorstr='#708090',GradientType=1 );

    z-index: -1;
}

.label-rectangle-after.ra-yellow-orange {
    background: #e14b18;
    background: -moz-linear-gradient(left,  #e14b18 0%, #e04618 100%);
    background: -webkit-linear-gradient(left,  #e14b18 0%, #e04618 100%);
    background: linear-gradient(to right,  #e14b18 0%, #e04618 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e14b18', endColorstr='#e04618',GradientType=1 );
}

.label-rectangle-after.ra-blue {
    background: #006a96;
    background: -moz-linear-gradient(left,  #006a96 100%, #0083b9 0%);
    background: -webkit-linear-gradient(left,  #006a96 100%, #0083b9 0%);
    background: linear-gradient(to right,  #006a96 100%, #0083b9 0%);
    filter: brightness(102%);
}

.label-rectangle-after.ra-darkgreen {
    background: #076633;
    background: -moz-linear-gradient(left,  #076633 100%, #076633 0%);
    background: -webkit-linear-gradient(left,  #076633 100%, #076633 0%);
    background: linear-gradient(to right,  #076633 100%, #076633 0%);
    filter: brightness(104%);
}

.label-rectangle-after:before {
    content: '';
    position: absolute;
	width: 10px;
	height: 20px;
	bottom: -9px;
	right: 0;
    border-radius: 0 15px 15px 0;
    background: #2F4F4F;
    z-index: 1;
}

.label-rectangle-after.ra-yellow-orange:before {
    background: #bf2b00;
    background: -moz-linear-gradient(left,  #bf2b00 100%, #bf2b00 0%);
    background: -webkit-linear-gradient(left,  #bf2b00 100%, #bf2b00 0%);
    background: linear-gradient(to right,  #bf2b00 100%, #bf2b00 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2b00', endColorstr='#bf2b00',GradientType=1 );
}

.label-rectangle-after.ra-blue:before {
    background: #004f70;
    background: -moz-linear-gradient(left,  #004f70 100%, #004f70 0%);
    background: -webkit-linear-gradient(left,  #004f70 100%, #004f70 0%);
    background: linear-gradient(to right,  #004f70 100%, #004f70 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f70', endColorstr='#004f70',GradientType=1 );
}

.label-rectangle-after.ra-darkgreen:before {
    background: #013213;
    background: -moz-linear-gradient(left,  #013213 100%, #013213 0%);
    background: -webkit-linear-gradient(left,  #013213 100%, #013213 0%);
    background: linear-gradient(to right,  #013213 100%, #013213 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013213', endColorstr='#013213',GradientType=1 );
}

.label-square {
    position: absolute;
    top: -10px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    /*padding: 5px 15px;*/
    font-size: 28px;
    color: #fff;
    border-radius: 25%;
    background: #778899;
    background: radial-gradient(at center, #778899 0%, #2F4F4F 100%);
    background: -moz-radial-gradient(at center, #778899 0%, #2F4F4F 100%);
    background: -webkit-radial-gradient(at center, #778899 0%, #2F4F4F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778899 ', endColorstr='#2F4F4F',GradientType=1 );
    /*box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);*/
    z-index: 1;
}

.label-square.sq-turquoise {
    /*background: radial-gradient(49.99% 49.99% at 49.99% 49.99%, #ffec26 0%, #fdc411 100%);*/
    background: #22ae89;
    background: radial-gradient(at center,  #22ae89 0%, #168473 100%);
    background: -moz-radial-gradient(at center,  #22ae89 0%, #168473 100%);
    background: -webkit-radial-gradient(at center,  #22ae89 0%, #168473 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22ae89', endColorstr='#168473',GradientType=1 );
}

.label-square-after {
    position: absolute;
    top: 35px;
    right: 0;
    width: 45px;
    height: 45px;
    background: #778899;
    background: linear-gradient(to right,  #778899 0%, #2F4F4F 100%);
    background: -moz-linear-gradient(left,  #778899 0%, #2F4F4F 100%);
    background: -webkit-linear-gradient(left,  #778899 0%, #2F4F4F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778899', endColorstr='#2F4F4F',GradientType=1 );
}

.label-square-inverted-after {
    position: absolute;
    top: -10px;
    right: 0;
    width: 45px;
    height: 45px;
    background: #778899;
    background: linear-gradient(to right,  #778899 0%, #2F4F4F 100%);
    background: -moz-linear-gradient(left,  #778899 0%, #2F4F4F 100%);
    background: -webkit-linear-gradient(left,  #778899 0%, #2F4F4F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778899', endColorstr='#2F4F4F',GradientType=1 );
}

.label-square-after.sq-turquoise {
    background: #168473;
    background: linear-gradient(to right,  #22ae89 0%, #168473 100%);
    background: -moz-linear-gradient(left,  #22ae89 0%, #168473 100%);
    background: -webkit-linear-gradient(left,  #22ae89 0%, #168473 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22ae89', endColorstr='#168473',GradientType=1 );
}

.label-ny-hat {
    position: absolute;
    top: -15px;
    right: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 130px;
    z-index: 1;
    background-image: url('../img/offer_labels/ny_hat.svg');
    background-size: contain;
    background-position: center;
}

.label-circle {
    position: absolute;
    top: -15px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    /*padding: 5px 15px;*/
    font-size: 28px;
    color: #fff;
    border-radius: 50%;
    background: #778899;
    background: linear-gradient(-45deg,  #778899 0%, #2F4F4F 100%);
    background: -moz-linear-gradient(-45deg,  #778899 0%, #2F4F4F 100%);
    background: -webkit-linear-gradient(-45deg, #778899 0%, #2F4F4F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778899', endColorstr='#2F4F4F',GradientType=1 );
    /*box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);*/
    z-index: 1;
}

.label-circle.cl-yellow {
    /*background: radial-gradient(49.99% 49.99% at 49.99% 49.99%, #ffec26 0%, #fdc411 100%);*/
    background: #ffec26;
    background: linear-gradient(-45deg,  #ffec26 0%,#fdc411 75%);
    background: -moz-linear-gradient(-45deg,  #ffec26 0%, #fdc411 75%);
    background: -webkit-linear-gradient(-45deg,  #ffec26 0%,#fdc411 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffec26', endColorstr='#fdc411',GradientType=1 );
}

.label-circle.cl-purple {
    /*Нужен перевернутый хвостик? Ставь у всех цветов 90deg*/
    background: #bb35a7;
    background: linear-gradient(-45deg,  #bb35a7 5%, #7e2082 75%);
    background: -moz-linear-gradient(-45deg,  #bb35a7 5%, #7e2082 75%);
    background: -webkit-linear-gradient(-45deg,  #bb35a7 5%, #7e2082 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb35a7', endColorstr='#7e2082',GradientType=1 );
}

.label-circle-after {
    position: absolute;
    top: 30px;
    right: 0;
    width: 45px;
    height: 45px;
    background: #778899;
    background: linear-gradient(-45deg,  #778899 0%, #2F4F4F 100%);
    background: -moz-linear-gradient(-45deg,  #778899 0%, #2F4F4F 100%);
    background: -webkit-linear-gradient(-45deg, #778899 0%, #2F4F4F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778899', endColorstr='#2F4F4F',GradientType=1 );
}

.label-circle-inverted-after {
    position: absolute;
    top: -15px;
    right: 0;
    width: 45px;
    height: 45px;
    background: #778899;
    background: linear-gradient(-45deg,  #778899 0%, #2F4F4F 100%);
    background: -moz-linear-gradient(-45deg,  #778899 0%, #2F4F4F 100%);
    background: -webkit-linear-gradient(-45deg, #778899 0%, #2F4F4F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778899', endColorstr='#2F4F4F',GradientType=1 );
}

.label-circle-after.cl-yellow {
    background: #fdc411;
    background: linear-gradient(-45deg,  #fdc411 0%, #fdc411 75%);
    background: -moz-linear-gradient(-45deg,  #fdc411 0%, #fdc411 75%);
    background: -webkit-linear-gradient(-45deg,  #fdc411 0%, #fdc411 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc411', endColorstr='#fdc411',GradientType=1 );
}

.label-circle-after.cl-purple {
    background: #7e2082;
    background: linear-gradient(-45deg,  #7e2082 0%, #7e2082 75%);
    background: -moz-linear-gradient(-45deg,  #7e2082 0%, #7e2082 75%);
    background: -webkit-linear-gradient(-45deg,  #7e2082 0%, #7e2082 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e2082', endColorstr='#7e2082',GradientType=1 );
}

.label-triangle-wrap {
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 130px;
    height: 130px;
    border-radius: 0 8px 0 0;
}

.label-triangle {
    position: absolute;
    top: -14px;
    right: -61px;
    width: 180px;
    height: 87px;
    padding: 36px 7px 0;
    color: #fff;
    font-size: 19px;
    line-height: 1;
    border-radius: 8px;
    transform: rotate(45deg);
    background: #C0C0C0;
    background: linear-gradient(0deg, #778899 0%, #C0C0C0 100%, #2F4F4F 99.99%);
    background: -moz-linear-gradient(0deg, #778899 0%, #C0C0C0 100%, #2F4F4F 99.99%);
    background: -webkit-linear-gradient(0deg, #778899 0%, #C0C0C0 100%, #2F4F4F 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778899', endColorstr='#C0C0C0',GradientType=1 );
    /*background: -moz-radial-gradient(center, ellipse cover,  #c92228 0%, #9a2b30 100%);*/
    /*background: -webkit-radial-gradient(center, ellipse cover,  #c92228 0%,#9a2b30 100%);*/
    /*background: radial-gradient(ellipse at center,  #c92228 0%,#9a2b30 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92228', endColorstr='#9a2b30',GradientType=1 );*/

    z-index: 1;
}

.label-triangle.lg-red {
    background: #982C31;
    background: linear-gradient(0deg, #982C31 0%, #CB2228 100%, #982C31 99.99%);
    background: -moz-linear-gradient(0deg, #982C31 0%, #CB2228 100%, #982C31 99.99%);
    background: -webkit-linear-gradient(0deg, #982C31 0%, #CB2228 100%, #982C31 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#982C31', endColorstr='#CB2228',GradientType=1 );
}

.label-triangle.lg-blue {
    background: #0d72b9;
    background: linear-gradient(0deg, #009fe3 0%, #0d72b9 100%, #0d72b9 99.99%);
    background: -moz-linear-gradient(0deg, #009fe3 0%, #0d72b9 100%, #0d72b9 99.99%);
    background: -webkit-linear-gradient(0deg, #009fe3 0%, #0d72b9 100%, #0d72b9 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#0d72b9',GradientType=1 );
}

/*
Новый цвет для ярлыков 28.09.2020
*/
.label-triangle.lg-pink {
    background: #db0660;
    background: linear-gradient(0deg, #e84fa3 0%, #db0660 100%, #db0660 99.99%);
    background: -moz-linear-gradient(0deg, #e84fa3 0%, #db0660 100%, #db0660 99.99%);
    background: -webkit-linear-gradient(0deg, #e84fa3 0%, #db0660 100%, #db0660 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84fa3', endColorstr='#db0660',GradientType=1 );
}

.label-triangle.lg-green {
    background: #3c9b33;
    background: linear-gradient(0deg, #92bf20 0%, #3c9b33 100%, #139035 99.99%);
    background: -moz-linear-gradient(0deg, #92bf20 0%, #3c9b33 100%, #139035 99.99%);
    background: -webkit-linear-gradient(0deg, #92bf20 0%, #3c9b33 100%, #139035 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92bf20', endColorstr='#3c9b33',GradientType=1 );
}

.label-triangle.lg-turquoise {
    background: #60c0c1;
    background: linear-gradient(0deg, #60c0c1 0%, #60c0c1 100%, #60c0c1 99.99%);
    background: -moz-linear-gradient(0deg, #60c0c1 0%, #60c0c1 100%, #60c0c1 99.99%);
    background: -webkit-linear-gradient(0deg, #60c0c1 0%, #60c0c1 100%, #60c0c1 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c0c1', endColorstr='#60c0c1',GradientType=1 );
}

.label-triangle span {
    display: block;
}

.triangle-left {
    position: relative;
    width: 15px;
    height: 8px;
    z-index: 0;
}

.triangle-left:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 2px;
    width: 20px;
    height: 10px;
    border-radius: 10px 10px 0 0;
    background: #C0C0C0;
    background: linear-gradient(0deg, #C0C0C0 0%, #C0C0C0 100%, #C0C0C0 99.99%);
    background: -moz-linear-gradient(0deg, #C0C0C0 0%, #C0C0C0 100%, #C0C0C0 99.99%);
    background: -webkit-linear-gradient(0deg, #C0C0C0 0%, #C0C0C0 100%, #C0C0C0 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C0C0C0', endColorstr='#C0C0C0',GradientType=1 );
}

.triangle-left.lg-red:before {
    background: #7f0b0a;
    background: linear-gradient(0deg, #7f0b0a 0%, #7f0b0a 100%, #7f0b0a 99.99%);
    background: -moz-linear-gradient(0deg, #7f0b0a 0%, #7f0b0a 100%, #7f0b0a 99.99%);
    background: -webkit-linear-gradient(0deg, #7f0b0a 0%, #7f0b0a 100%, #7f0b0a 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0b0a', endColorstr='#7f0b0a',GradientType=1 );
}

.triangle-left.lg-blue:before {
    background: #005275;
    background: linear-gradient(0deg, #005275 0%, #005275 100%, #005275 99.99%);
    background: -moz-linear-gradient(0deg, #005275 0%, #005275 100%, #005275 99.99%);
    background: -webkit-linear-gradient(0deg, #005275 0%, #005275 100%, #005275 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005275', endColorstr='#005275',GradientType=1);
}

.triangle-left.lg-pink:before {
    background: #b40845;
    background: linear-gradient(0deg, #b40845 0%, #b40845 100%, #b40845 99.99%);
    background: -moz-linear-gradient(0deg, #b40845 0%, #b40845 100%, #b40845 99.99%);
    background: -webkit-linear-gradient(0deg, #b40845 0%, #b40845 100%, #b40845 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40845', endColorstr='#b40845',GradientType=1 );
}

.triangle-left.lg-green:before {
    background: #139035;
    background: linear-gradient(0deg, #139035 0%, #139035 100%, #139035 99.99%);
    background: -moz-linear-gradient(0deg, #139035 0%, #139035 100%, #139035 99.99%);
    background: -webkit-linear-gradient(0deg, #139035 0%, #139035 100%, #139035 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#139035', endColorstr='#139035',GradientType=1 );
}


.triangle-left.lg-turquoise:before {
    background: #348c8a;
    background: linear-gradient(0deg, #348c8a 0%, #348c8a 100%, #348c8a 99.99%);
    background: -moz-linear-gradient(0deg, #348c8a 0%, #348c8a 100%, #348c8a 99.99%);
    background: -webkit-linear-gradient(0deg, #348c8a 0%, #348c8a 100%, #348c8a 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348c8a', endColorstr='#348c8a',GradientType=1 );
}

.triangle-right {
    position: absolute;
    width: 10px;
    height: 15px;
    z-index: 0;
    right: 5px;
    bottom: 3px;
}

.triangle-right:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    border-radius: 10px 10px 0 0;
    transform: rotate(90deg);
    background: #C0C0C0;
    background: linear-gradient(0deg, #C0C0C0 0%, #C0C0C0 100%, #C0C0C0 99.99%);
    background: -moz-linear-gradient(0deg, #C0C0C0 0%, #C0C0C0 100%, #C0C0C0 99.99%);
    background: -webkit-linear-gradient(0deg, #C0C0C0 0%, #C0C0C0 100%, #C0C0C0 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C0C0C0', endColorstr='#C0C0C0',GradientType=1 );
}

.triangle-right.lg-red:after {
    background: #7f0b0a;
    background: linear-gradient(0deg, #7f0b0a 0%, #7f0b0a 100%, #7f0b0a 99.99%);
    background: -moz-linear-gradient(0deg, #7f0b0a 0%, #7f0b0a 100%, #7f0b0a 99.99%);
    background: -webkit-linear-gradient(0deg, #7f0b0a 0%, #7f0b0a 100%, #7f0b0a 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0b0a', endColorstr='#7f0b0a',GradientType=1 );
}

.triangle-right.lg-blue:after {
    background: #005275;
    background: linear-gradient(0deg, #005275 0%, #005275 100%, #005275 99.99%);
    background: -moz-linear-gradient(0deg, #005275 0%, #005275 100%, #005275 99.99%);
    background: -webkit-linear-gradient(0deg, #005275 0%, #005275 100%, #005275 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005275', endColorstr='#005275',GradientType=1);
}

.triangle-right.lg-pink:after {
    background: #b40845;
    background: linear-gradient(0deg, #b40845 0%, #b40845 100%, #b40845 99.99%);
    background: -moz-linear-gradient(0deg, #b40845 0%, #b40845 100%, #b40845 99.99%);
    background: -webkit-linear-gradient(0deg, #b40845 0%, #b40845 100%, #b40845 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40845', endColorstr='#b40845',GradientType=1 );
}

.triangle-right.lg-green:after {
    background: #139035;
    background: linear-gradient(0deg, #139035 0%, #139035 100%, #139035 99.99%);
    background: -moz-linear-gradient(0deg, #139035 0%, #139035 100%, #139035 99.99%);
    background: -webkit-linear-gradient(0deg, #139035 0%, #139035 100%, #139035 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#139035', endColorstr='#139035',GradientType=1 );
}

.triangle-right.lg-turquoise:after {
    background: #348c8a;
    background: linear-gradient(0deg, #348c8a 0%, #348c8a 100%, #348c8a 99.99%);
    background: -moz-linear-gradient(0deg, #348c8a 0%, #348c8a 100%, #348c8a 99.99%);
    background: -webkit-linear-gradient(0deg, #348c8a 0%, #348c8a 100%, #348c8a 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348c8a', endColorstr='#348c8a',GradientType=1 );
}

.label-triangle.lg-turquoise {
    padding: 14px 7px 0;
}

.wedding-wrap {
    height: 70px;
}

.wedding-wrap .fas.fa-heart {
    font-size: 17px;
}

.rings-wrap {
    height: 25px;
    width: 100%;
}

.ring-left, .ring-right {
    position: absolute;
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 4px solid #fff;
}
.ring-left {
    left: 39%;
}
.ring-right {
    right: 39%;
}


/* new hotel label */
.triangle-left.lg-light_green:before {
    background: #076633;
    background: linear-gradient(0deg, #076633 0%, #076633 100%, #076633 99.99%);
    background: -moz-linear-gradient(0deg, #076633 0%, #076633 100%, #076633 99.99%);
    background: -webkit-linear-gradient(0deg, #076633 0%, #076633 100%, #076633 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076633', endColorstr='#076633',GradientType=1 );
}
.label-triangle.lg-light_green {
    background: #3aaa35;
    background: linear-gradient(0deg, #91c020 0%, #3aaa35 100%, #91c020 99.99%);
    background: -moz-linear-gradient(0deg, #91c020 0%, #3aaa35 100%, #91c020 99.99%);
    background: -webkit-linear-gradient(0deg, #91c020 0%, #3aaa35 100%, #91c020 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c020', endColorstr='#3aaa35',GradientType=1 );
}
.triangle-right.lg-light_green:after {
    background: #076633;
    background: linear-gradient(0deg, #076633 0%, #076633 100%, #076633 99.99%);
    background: -moz-linear-gradient(0deg, #076633 0%, #076633 100%, #076633 99.99%);
    background: -webkit-linear-gradient(0deg, #076633 0%, #076633 100%, #076633 99.99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076633', endColorstr='#076633',GradientType=1 );
}

.label-new-text {
    padding: 15px 1px 0 0;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

/**/

.header-country-hotels {
    color: #373737;
    font-size: 36px;
    font-family: RobotoLight, sans-serif;
}

.header-advanatage {
    margin-bottom: 34px;
    font-size: 30px;
    text-transform: none;
}

/**/

.city-hotel-wrap .feature-icon svg,
.city-hotel-wrap .feature-icon img {
    display: inline-block;
    width: 17px;
    height: 17px;
}

.city-hotel-wrap .room-info-slider .image {
    min-height: 300px;
}

.city-hotel-wrap:last-child .city-hotel-rest-wrap {
    margin-bottom: 48px !important;
}

.city-header a:hover {
    text-decoration: none;
}

.city-place-wrap .img-wrap {
    overflow: hidden;
    backface-visibility: hidden;
}

.city-place-wrap .img-wrap img {
    transition: transform .5s ease;
}
.city-place-wrap .img-wrap:hover img {
    transform: scale(1.05);
    backface-visibility: hidden;
}

.alliance-error-logo {
    display: inline-block;
    text-align: center;
}

#ServioContainer {
    padding-left: 15px;
    padding-right: 15px;
}

#OfflineFormContainer .offline-form-submit-btn, .new-year-gifts-btn {
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    height: 34px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-family: RobotoCondensed, sans-serif;
}

/*.new-year-gifts-btn {*/
/*    border: none;*/
/*    text-transform: uppercase;*/
/*    cursor: pointer;*/
/*    font-size: 16px;*/
/*    height: 34px;*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*    color: #fff;*/
/*    font-family: RobotoCondensed, sans-serif;*/
/*}*/

.offline-form-submit-btn.disabled-btn {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

#rkz_header .offline-form-title {
    color: #ffffff;
    font-family: RobotoCondensed, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 243px;
}

.blind-option-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000000;
}

.blind-option {
    width: 35px;
    height: 35px;
    border-radius: 0;
    border-bottom-left-radius: 100%;
    padding: 3px;
    background-color: #c93a3a;
}

.blind-option i {
    font-size: 20px;
}

.booking-offline-form .offline-form-field {
    height: 34px;
}

.booking-offline-form .offline-form-field:focus {
    border: none;
    box-shadow: none;
}

.offline-form-submit-btn-wrapper input {
    border-radius: 0 5px 5px 0;
}

.offline-form-name-field input {
    border-radius: 5px 0 0 5px;
}

.offline-form-field input {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.offline-form-name-field input, .offline-form-phone-field input {
    border-right: 1px solid #000000;
}

.offline-form-answer {
    color: #ffffff;
}

.city-first-title {
    color: #fff;
    font-family: RobotoThin, sans-serif;
    font-weight: 100;
    text-shadow: 2px 2px 20px #000, 2px 2px 20px #000, 2px 2px 20px #000, 2px 2px 20px #000;
}

.city-second-title {
    margin-bottom: -45px;
    color: #787878;
    font-family: RobotoThin, sans-serif;
    font-weight: 100;
}

#cert_form .cert-form-input-fields label {
    color: #fff;
}

#cert_form .cert-form-input-fields .cert-value-choice {
    height: 40px;
}

#cert_form .cert-form-input-fields .cert-custom-type,
#cert_form .cert-form-input-fields .cert-value-choice {
    user-select: none;
    cursor: pointer;
    background: #fff;
    text-align: center;
    min-width: 120px;
    border-radius: 5px;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    display: flex;
}

#cert_form .cert-form-input-fields .cert-custom-type.selected,
#cert_form .cert-form-input-fields .cert-value-choice.selected {
    background: #901F31;
    color: #fff;
}

#cert_form .cert-form-input-fields .submit_button {
    border-radius: 5px;
    background-color: #901F31;
    min-height: 45px;
    flex-wrap: wrap;
    align-items: center;
}

#cert_form .cert-form-input-fields .submit_button:hover {
    text-decoration: none;
}

#cert_form .cert-form-input-fields .submit_button.disabled {
    opacity: 0.5;
    cursor: initial;
    pointer-events: none;
}

#cert_form .cert-form-input-fields input {
    border-radius: 0;
    min-height: 40px;
}

#cert_form .cert-form-input-fields input.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

#cert_form .cert-form-input-fields .fa.fa-refresh:before {
    color: #fff;
}

.captcha-form-group .input-group-prepend {
    width: 100%;
}

#cert_form .cert-form-input-fields .captcha-form-group .input-group-prepend {
    width: auto;
}

.buy-certificate-form-wrap {
    background-color: #601429;
    border-radius: 5px;
}

#cert_form .cert-form-input-fields .form-group {
    margin-bottom: 2rem;
}

#cert_form .cert-form-input-fields .captcha-input input {
    width: auto;
}

#cert_form .cert-form-input-fields .captcha-form-group {
    display: flex;
    width: 100%;
}

#cert_form .cert-form-input-fields .captcha-image-wrap,
#cert_form .cert-form-input-fields .captcha-input {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

#cert_form .cert-form-input-fields .captcha-image-wrap img.captcha {
    height: 45px;
}

#cert_form .cert-form-message ul {
    list-style-type: none;
}

.certificate-image-wrap {
    max-width: 640px;
}

#cert_form .form-group .cert-color-img-wrap {
    height: 126px;
}

#cert_form .form-group .cert-color-img-wrap .cert_color_img {
    min-width: 90px;
    box-shadow: 0 0 5px 2px #fff;
}

#cert_form .form-group .cert-color-group .cert-color-main-label {
    display: block;
    position: absolute;
}

#cert_form .form-group ul#cert_color {
    list-style-type: none;
}

#cert_form .form-group .cert-color-wrap .cert-color-radio-title {
    color: #fff;
    user-select: none;
    user-focus: none;
}

#cert_form .form-group .cert-color-wrap .cert-color-radio-wrap {
    cursor: pointer;
}

#cert_form .form-group .cert-color-wrap .cert-color-radio-control {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: 0.5s ease all;
    background: #fff;
    cursor: pointer;
}

#cert_form .form-group .cert-color-wrap .cert-color-radio-control .cert-color-radio-content {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
}

#cert_form .form-group .cert-color-wrap .cert-color-radio-control.selected .cert-color-radio-content {
    background: #79001E;
}

.cert-physics-cert-img-wrap {
    height: 158px;
}

@media screen and (orientation: landscape) {
	.ui-rkz .ui-page {
		min-height: 100%;
	}
}

@media all and (max-width: 1293px) {
   #cert_form .cert-form-input-fields .cert-value-choice:nth-child(1),
   #cert_form .cert-form-input-fields .cert-value-choice:nth-child(2) {
       margin-bottom: 1rem;
   }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1367px;
    }
    #rkz #map-title {
        padding: 0;
    }

    #rkz .select_line {
        width: 1140px;
        margin-top: 5.5em;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    #rkz .slick-track .container {
        width: 1140px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 0;
    }

    #rkz #second-wrap #content-wrap.flex-center {
        display: flex;
    }

    #rkz #content-wrap {
        padding-bottom: 60px;
        margin: 0 auto !important;
    }

    #rkz #rkz-restaurants-page {
        display: flex;
    }
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 14px;
    }
    label.duplication_date_range_label>.datepicker-icon {
        width: 18px;
    }
    img.logo.big-logo {
        display: none;
    }
    img.logo.small-logo {
        display: block;
    }
}

@media all and (max-width: 1279px) {
    .container {
        max-width: 100%;
    }
}

@media all and (min-width: 992px) {
    h1, .h1 {
        font-size: 54px;
    }
    .offline-form-submit-btn-wrapper {
        max-width: 245px;
    }
    .more.more-bg:hover {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 10;
        -webkit-box-shadow: 0 35px 30px -10px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 35px 30px -10px rgba(0,0,0,0.3);
        box-shadow: 0 35px 30px -10px rgba(0,0,0,0.3);
    }

    .rest-description .more.more-bg:hover {
        position: relative;
        margin: 0;
        box-shadow: none;
    }

    .more:hover .more-text {
        overflow: visible;
        height: auto !important;
    }

    .more:hover .get-more {
        display: none !important;
    }
}

@media all and (max-width: 991px) {
    h1, .h1 {
        font-size: 28px;
    }
    h2, h3 {
        font-size: 16px;
    }
    .hotel-reviews .more-text {
        padding-bottom: 0 !important;
    }
    .rating-title {
        margin-top: -6px;
        margin-bottom: 8px;
        height: auto;
    }
    .get-more {
        display: none;
    }
    .news-title {
        font-size: 28px;
    }
    #cert_form .cert-form-input-fields .captcha-image-wrap,
    #cert_form .cert-form-input-fields .captcha-input {
        width: 100%;
    }

    #cert_form .cert-form-input-fields .captcha-form-group {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    #cert_form .cert-form-input-fields .captcha-input input {
        width: 100%;
    }

    #cert_form .cert-form-input-fields .form-group .cert-form-phone-input,
    #cert_form .cert-form-input-fields .form-group .cert-form-email-input {
        width: 100%;
    }

   #cert_form .cert-form-input-fields .cert-value-choice {
       margin-bottom: 1rem;
   }

    .offline-form-answer {
        color: #000000;
    }
    .offline-form-name-field input{
        border-radius: 5px 0 0 0;
    }
    .offline-form-email-field input {
        border-radius: 0 5px 0 0;
    }
    .offline-form-submit-btn-wrapper input {
        border-radius: 0 0 5px 5px;
    }
    .offline-form-field input {
        border-top: 1px solid #000000;
    }
    .offline-form-name-field input {
        border-left: 1px solid #000000;
    }
    .offline-form-email-field input {
        border-right: 1px solid #000000;
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    #rkz .select_line {
        width: 100%;
        margin-top: 5.5em;
        left: 0;
        right: 0;
    }

    #rkz #second-wrap #content-wrap.flex-center {
        display: block;
        min-height: 400px;
    }

    #rkz #content-wrap {
        padding: 0 0 60px 0;
        margin: 0 0 110px 0 !important;
    }

    #rkz #rkz-restaurants-page {
        display: block;
    }
}

@media all and (max-width: 767px) {
    div[id^=login-div] {
        top: 74px;
    }
    .city-header {
        font-size: 20px;
    }
    .hotel-menu-list .item {
        border-bottom: 1px solid #C8C8C8;
    }
    .hotel-menu-list .seven-no-bottom:nth-child(n+7) {
        border-bottom: none;
    }
    .hotel-menu-list .ten-no-bottom:nth-child(n+10) {
        border-bottom: none;
    }
    .hotel-menu-list .thirteen-no-bottom:nth-child(n+13) {
        border-bottom: none;
    }
    .hotel-menu-list .r-border:last-child {
        border-right: 1px solid #C8C8C8;
    }
}

@media all and (max-width: 576px) {
    .offline-form-field input {
        border-radius: 0;
    }
    .offline-form-submit-btn-wrapper input {
        border-radius: 5px;
    }
    .offline-form-field input {
        border: 1px solid #000000;
    }
}

@media all and (max-width: 575px) {
    #central-office td {
        display: block;
        width: 100% !important;
    }
    .page-content-wrapper {
        padding: 15px;
    }
    .tab-advanatage svg {
        width: 90px;
    }
    .offer-shorttext.h-100 {
        height: auto !important;
    }

    div.offer-container {
        padding-bottom: 15px;
    }
    .subrating-title {
        height: auto;
        margin: -10px 0 10px;
    }
    #message-area {
        max-width: 90%;
    }
    #popup_image {
        max-height: 150px;
    }
    .offer-category-list .nav-item {
        max-width: 100%;
        box-shadow: 0 0 20px rgb(0 0 0 / 20%);
        overflow: hidden;
        border-radius: 6px;
        margin-bottom: -10px;
        font-size: 16px;
    }

    .offer-category-list .nav-item .nav-link {
        padding: 1rem 1rem!important;
    }

    .offer-category-list .nav-item:not(.selected):hover {
        background-color: #ffe0e8;
    }

    .offer-category-list .nav-item:not(.selected) {
        background-color: #ffffff;
    }

    .offer-category-list .nav-item.selected {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .offer-category-list .nav-item.selected .offer-cat-icon {
        margin-bottom: 10px;
    }

    .offer-category-list .nav-item:not(.selected) .offer-cat-icon {
        height: 0!important;
        min-height: 0!important;
        margin-top: 0!important;
        margin-bottom: 0!important;
    }

    .offer-category-list .nav-item:not(.selected) .offer-cat-icon svg {
        height: 0!important;
        min-height: 0!important;
    }
}

