body {
    overflow-x: hidden
}

h1 {
    font-size: 26px;
    color: #013b47
}

h2 {
    color: #013b47;
    font-size: 20px;
    font-weight: 700
}

h3 {
    color: #013b47;
    font-size: 16px;
    font-weight: 700
}

.left-call {
    padding: 10px 0;
    text-align: center
}

.left-call.affix {
    position: fixed !important;
    top: 30px
}

.left_call_top_div .affix-top {
    top: -10px !important
}

.left_call_top_div .affix {
    top: 46px !important
}

.bb_basket-booking.affix {
    top: 80px;
    position: fixed !important
}

.left-call img {
    width: 90px;
    border-radius: 50px;
    padding: 2px;
    border: 2px solid #00a4c0
}

.left-call-p {
    padding: 15px;
    position: relative;
    margin-top: 15px;
    box-shadow: 0 4px 17px -8px rgba(0, 0, 0, .26);
    background-color: #fff
}

.left-call-p:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -10px
}

.left-call-btn:not(.red-knopka) {
    padding: 6px 10px;
    background: #fff;
    color: #f03f28;
    font-weight: 700;
    border-radius: 2px;
    border: 1px solid #f03f28;
    transition: all .3s;
    cursor: pointer
}

.left-call-btn:hover {
    color: #fff;
    background-color: #f03f28
}

.to-top {
    background-color: #013b47;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 54px;
    text-align: center;
    width: 100%;
    cursor: pointer
}

.to-top i {
    font-size: 22px;
    margin-top: 3px
}

#zcwMiniButton {
    z-index: 99 !important
}

.header-top-menu {
    padding: 9px 0;
    margin-top: -1px;
    height: 43px !important
}

.header-top-menu .container {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
    padding-top: 5px
}

.header-top-menu ul {
    min-width: 730px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-align: left
}

.header-top-menu ul:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
    height: 47px;
    position: absolute;
    pointer-events: none;
    right: 9px;
    top: 0;
    width: 24px;
    z-index: 2;
    content: ""
}

.header-top-menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-right: 30px
}

.header-top-menu ul li a {
    color: #013b47;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400
}

.header-top-menu ul li a:hover {
    color: red
}

.header-top-menu ul li a.active {
    padding: 6px 10px;
    color: #f03f28 !important;
    border-radius: 2px;
    border-bottom: 2px solid #f03f28
}

.header-top-menu ul li:last-child a.active {
    padding: 6px 10px;
    color: #f03f28 !important;
    border-radius: 2px;
    border-bottom: 2px solid #f03f28
}

.additional_info {
    border: 1px solid #d4e2eb
}

.loader-bg {
    position: absolute;
    background: rgba(255, 255, 255, .68);
    width: 100%;
    height: 100%;
    z-index: 9;
    text-align: center;
    left: 0;
    top: 0;
    margin-top: -118px;
    padding-top: 118px
}

.inform-sanat-detail-in {
    background-color: #fff;
    margin-top: 5px;
    padding-top: 6px
}

span.currency_room span.ruble {
    width: 10px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 10px
}

span.currency_room span.tenge {
    width: 11px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 11px;
    background-image: url(../images/icons/tenge_icon.png)
}

span.currency_room span.lari {
    width: 15px;
    height: 15.5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(../images/icons/lari_icon.png)
}

span.currency_room span.manat {
    width: 14px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url(../images/icons/manat_icon.png)
}

span.currency_room {
    display: inline-block;
    min-width: 25px;
    height: 25px;
    line-height: 1.65;
    border: 1px solid #268aa1;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-left: 2px;
    font-size: 15px;
    transition: all .3s
}

@media screen and (max-width:767px) {
    span.currency_room {
        min-width: 30px;
        height: 30px;
        margin-right: 12px !important;
        text-align: center;
        line-height: 30px;
        border-radius: 50%
    }
}

span.currency_room.active {
    border-color: #819db5;
    color: #fff;
    background-color: #819db5
}

span.currency_room {
    color: #025867;
    margin-bottom: 15px !important
}

span.currency_room.active span.manat {
    background-image: url(../images/icons/white_manat.png)
}

span.currency_room.active span.tenge {
    background-image: url(../images/icons/white_tenge.png)
}

span.currency_room.active span.lari {
    background-image: url(../images/icons/white_lari.png)
}

article.n-item-wrapper {
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-bottom: 30px
}

article.n-item-wrapper a {
    color: #000
}

article.n-item-wrapper a:hover {
    text-decoration: none
}

article.n-item-wrapper a:hover .title {
    color: #f03f28
}

.news {
    margin-bottom: 15px
}

.news a {
    color: #000
}

.news a:hover {
    text-decoration: none
}

.news a:hover .title,
.news a.title:hover {
    color: #f03f28
}

.news a:hover .more b {
    text-decoration: underline !important
}

.news a.title {
    line-height: 19.2px;
    color: #095c6a;
    margin: 0 10px;
    display: block;
    height: initial;
    border-top: 1px solid #eee;
    padding: 12px 0
}

.news a.title span {
    border-bottom: 1px dashed
}

.n-item .desc {
    font-size: 13px;
    overflow: hidden;
    margin-top: 6px
}

.n-item {
    padding: 0;
    overflow: hidden;
    border-radius: 2px
}

.news .title,
.n-item .title {
    font-weight: 700;
    font-size: 15px;
    height: 35px;
    line-height: 17.2px;
    overflow: hidden;
    color: #095c6a;
    margin-bottom: 5px
}

.thumb {
    height: 90px;
    overflow: hidden
}

.thumb img {
    width: 100%;
    margin-bottom: 8px;
    vertical-align: middle;
    height: 100%
}

article.n-item-wrapper .n-item {
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 6px 11px -4px rgba(0, 0, 0, .16)
}

.news-item {
    min-height: 500px;
    padding-bottom: 30px;
    background-color: #f5f5f5
}

.news-item li a {
    display: block;
    font-size: 16px;
    padding: 7px 0;
    color: #005365
}

.news-item li:last-child a {
    border: 0
}

.news-body {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6
}

.imageBox img {
    border: none !important
}

.news-body img {
    border: 2px solid #27a3bf
}

.imageBox img {
    border: none !important
}

.news-body ul {
    list-style: none !important
}

.news-body ul li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0
}

.news-body ul li:before {
    content: "";
    background-image: url(../img/icons/circle-blue.png);
    width: 6px;
    height: 6px;
    display: inline-block;
    background-size: 6px 6px;
    position: absolute;
    left: 0;
    color: #27a3bf;
    top: 10px;
    font-size: 14px
}

.news-body blockquote {
    font-size: 16px;
    border-left: 5px solid #4caf50
}

.navbar-default {
    border-color: #e8edf0
}

.li-cols-header {
    padding-left: 0;
    padding-right: 0
}

.li-left-col:first-child {
    padding-left: 0
}

.li-right-col {
    padding-right: 0
}

.li-right-col li a {
    color: #27a3bf !important
}

.li-right-col li a.active {
    color: #f03f28 !important
}

.li-right-col li a:hover {
    color: #f03f28 !important
}

.li-right-col li:last-child a {
    padding: 2px
}

.header-top-menu li:last-child {
    padding: 0;
    margin-top: -5px;
    margin-right: 0
}

.review-form label {
    font-size: 16px;
    color: #000 !important;
    padding-left: 0
}

.review-form .comment-positive {
    color: #449d44
}

.review-form .comment-negative {
    color: #ee3e27
}

.review-form textarea.form-control {
    resize: none;
    font-size: 16px
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.has-error .form-control {
    color: red;
    border: 1px solid #d4e2eb
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: red
}

.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.normal-top .start-day,
.normal-top .end-day {
    color: #fff;
    font-size: 14px
}

.date-picker {
    width: 170px;
    height: 25px;
    padding: 0;
    border: 0;
    line-height: 25px;
    font-size: 12px;
    font-family: Arial;
    font-weight: 700;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 2
}

.date-picker-wrapper {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    position: absolute;
    z-index: 98;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    font-family: Arial;
    box-sizing: initial
}

.date-picker-wrapper.inline-wrapper {
    position: relative;
    box-shadow: none;
    display: inline-block
}

.date-picker-wrapper.single-date {
    width: auto
}

.date-picker-wrapper.no-shortcuts {
    padding-bottom: 12px
}

.date-picker-wrapper.no-topbar {
    padding-top: 12px
}

.date-picker-wrapper .footer {
    font-size: 11px;
    padding-top: 3px
}

.date-picker-wrapper b {
    color: #666;
    font-weight: 700
}

.date-picker-wrapper a {
    color: #6bb4d6;
    text-decoration: underline
}

.date-picker-wrapper .month-name {
    text-transform: uppercase;
    color: #3e3e3e;
    font-size: 15px
}

.date-picker-wrapper .month-wrapper {
    background-color: #fff;
    padding: 5px;
    cursor: default;
    position: relative;
    _overflow: hidden
}

.date-picker-wrapper .month-wrapper table {
    width: 190px;
    float: left
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 190px;
    float: right
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    color: #fff
}

.date-picker-wrapper .month-wrapper table thead {
    margin-bottom: 20px
}

.date-picker-wrapper .month-wrapper table thead tr th:nth-child(6),
.date-picker-wrapper .month-wrapper table thead tr th:nth-child(7) {
    color: #dd4d3a !important
}

.date-picker-wrapper .month-wrapper table tbody tr td:nth-child(6) div,
.date-picker-wrapper .month-wrapper table tbody tr td:nth-child(7) div {
    color: #dd4d3a !important
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 8px 12px;
    line-height: 1;
    font-size: 12px;
    color: #ccc;
    cursor: default;
    text-decoration: line-through
}

.date-picker-wrapper .month-wrapper table .day.valid {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none
}

.date-picker-wrapper .month-wrapper table .day.valid:hover {
    background-color: rgba(72, 178, 214, .1)
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: rgba(72, 178, 214, .1)
}

.date-picker-wrapper .month-wrapper table .week-name {
    height: 20px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
    background-color: #27a3bf
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help !important
}

.date-picker-wrapper .time label {
    white-space: nowrap
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: rgba(72, 178, 214, .1)
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
    display: none
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: transparent
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: transparent
}

.date-picker-wrapper table .caption {
    height: 40px
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    padding: 10px;
    cursor: pointer
}

.prev i {
    background-color: #ff3d23;
    color: #fff;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%
}

.next i {
    background-color: #ff3d23;
    color: #fff;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: -10px
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    border-radius: 4px;
    background-color: #fff;
    border-color: transparent;
    color: inherit
}

.date-picker-wrapper .gap {
    position: relative;
    z-index: 0;
    width: 15px;
    height: 100%;
    background-color: red;
    font-size: 0;
    line-height: 0;
    float: left;
    top: -5px;
    margin: 0 10px -10px;
    visibility: hidden;
    height: 0
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden
}

.date-picker-wrapper .gap .gap-line {
    height: 15px;
    width: 15px;
    position: relative
}

.date-picker-wrapper .gap .gap-line .gap-1 {
    z-index: 1;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee
}

.date-picker-wrapper .gap .gap-line .gap-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid #fff
}

.date-picker-wrapper .gap .gap-line .gap-3 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff
}

.date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: #eee;
    z-index: 3
}

.date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    background-color: #eee;
    z-index: 3
}

.date-picker-wrapper .selected-days {
    display: none
}

.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    position: relative;
    padding: 13px;
    background-color: #27a3bf !important
}

.date-picker-wrapper .drp_top-bar .error-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .normal-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .default-top {
    display: block
}

.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    color: #fff;
    line-height: initial
}

.date-picker-wrapper .drp_top-bar .clear-btn {
    position: absolute;
    right: 0;
    top: 3px;
    padding: 4px 8px;
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    border: solid 1px #fff;
    background: #0abea0;
    color: #fff;
    line-height: initial
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed')
}

.date-picker-wrapper .time {
    position: relative
}

.date-picker-wrapper.single-month .time {
    display: none
}

.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px
}

.date-picker-wrapper .time1,
.time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center
}

.date-picker-wrapper .time1 {
    float: left
}

.date-picker-wrapper .time2 {
    float: right
}

.date-picker-wrapper .hour,
.minute {
    text-align: right
}

.date-picker-wrapper .hide {
    display: none
}

.date-picker-wrapper .first-date-selected {
    background-color: #48b2d6 !important;
    color: #fff !important;
    text-decoration: none !important
}

.date-picker-wrapper .last-date-selected {
    background-color: #48b2d6 !important;
    color: #fff !important;
    text-decoration: none !important
}

.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    display: none;
    background-color: #095c6a;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    color: #fff
}

.date-picker-wrapper .date-range-length-tip:after {
    content: "";
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #095c6a;
    left: 50%;
    margin-left: -4px;
    bottom: -4px
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none
}

.date-picker-wrapper .week-number {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #999;
    cursor: pointer
}

.date-picker-wrapper .week-number.week-number-selected {
    color: #49e;
    font-weight: 700
}

.date-picker-wrapper .selected-days-num,
.date-picker-wrapper .selected-night-num {}

.selected-night-num {
    padding: 2px 5px;
    background-color: #006073
}

.selected-days-num {
    padding: 2px 5px;
    background-color: #006073
}

.date-picker-wrapper .selected-days {
    color: #fff !important;
    float: right;
    font-weight: 700
}

.date-picker-wrapper .selected-days i {
    color: #48b2d6
}

.date-picker-wrapper .normal-top {
    font-size: 1.35em
}

.search-prev-icon {
    background-color: red
}

.intl-tel-input {
    width: 100%
}

.consultant-img {
    background-color: #fff;
    padding: 5px;
    border: 5px solid #27a3bf;
    border-radius: 500px
}

.consultant-img div {
    border-radius: 500px;
    overflow: hidden;
    height: 160px;
    width: 160px
}

.consultant-img img {
    width: 100%
}

#search_panel .form-group {
    margin: 0
}

#search_panel .form-control {
    vertical-align: middle
}

#search_panel .col-md-5,
#search_panel .col-md-3,
#search_panel .col-md-1 {
    padding: 0
}

.advantage h2 {
    margin-bottom: 30px
}

.advantage img {
    width: 100px
}

.advantage .col-md-4 {
    padding: 0 50px;
    height: 210px
}

.advantage .advantage-content {
    position: relative;
    width: 100%
}

.advantage .advantage-content-box {
    background: #fff;
    padding: 10px;
    border-top: 3px solid #005365;
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .38);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .38);
    z-index: 11
}

.advantage .arrow {
    position: relative;
    background: #f03f28;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    border-radius: 50%;
    cursor: pointer
}

.date-picker-wrapper:before {
    content: "";
    top: -10px;
    left: 30px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e9eff2
}

.destination-box {
    padding: 0 15px;
    background-color: #fff;
    color: #000;
    position: absolute;
    z-index: 888;
    width: 100%;
    left: 0;
    top: 68px;
    display: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    height: auto
}

.destination-box:before {
    content: "";
    top: -10px;
    left: 30px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e9eff2
}

.close-button {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 55px;
    line-height: 56px;
    width: 27px;
    font-size: 29px;
    color: #005464
}

.destination_search_input {
    height: 56px;
    position: relative;
    border: 0;
    border-top: 1px solid #005464;
    font-size: 18px;
    color: #005464;
    border-bottom: 1px solid #005464
}

.destination_find_input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none
}

.destination-box .reset_ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -moz-margin-before: 0;
    -moz-margin-after: 0;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    -moz-padding-start: 0;
    -moz-padding-end: 0
}

.destination-box .reset_ul li:not(.destination_label) {
    padding: 3px 10px;
    line-height: 26px;
    background-color: transparent
}

.destination-box .form-control:focus {
    border: 1px solid transparent;
    outline-color: unset
}

.destination-box input {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    height: 48px
}

.destination-box .list_section {
    padding: 0;
    min-height: 252px;
    max-height: 252px;
    overflow-y: scroll
}

.destination_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 10px;
    background-color: #e9eff2;
    color: #095c6a
}

.destination-box .list_section ul li {
    list-style: none
}

.destination-box .destination-footer {
    background-color: #e2edf0 !important;
    line-height: 50px;
    float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9
}

.destination-box .destination-open {
    color: #7e99b4;
    margin-right: 5px;
    cursor: pointer
}

.destination-box .destination-open .glyphicon-menu-down:before {
    margin-left: 0 !important;
    font-size: 85% !important
}

.destination-box .destination-open .glyphicon-menu-up:before {
    margin-left: 0 !important;
    font-size: 85% !important
}

.destination-box .non_selected_destination,
.destination-box .not_found_destination {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #999;
    padding: 10px
}

.destination-box .city_list {
    display: none
}

.destination-box .found_destination {
    min-height: 252px;
    max-height: 252px;
    overflow-y: scroll
}

.destination-box .found_destination::-webkit-scrollbar,
.list_section::-webkit-scrollbar {
    width: 7px;
    background-color: transparent
}

.destination-box .found_destination::-webkit-scrollbar-thumb,
.list_section::-webkit-scrollbar-thumb {
    background-color: #cecece;
    margin: 5px 0;
    border-radius: 10px
}

.destination-box .destination-li {
    list-style-type: none;
    color: #005464;
    line-height: 1
}

.destination-box .destination-li label {
    cursor: pointer !important;
    margin-bottom: 0;
    font-weight: 300
}

.destination-box .close-button {
    float: right;
    margin-top: -48px;
    height: 48px;
    line-height: 44px;
    width: 50px;
    text-align: center;
    display: inline-block;
    background-color: #0abea0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-right: 0;
    cursor: pointer
}

.destination-box .destination_all_not_found {
    display: none
}

.destination_label {
    line-height: 15px !important;
    display: inline-block;
    width: 100%;
    padding: 10px
}

.destination_label:hover {
    background: #859bb2;
    color: #fff;
    cursor: pointer
}

.destination_label:hover label span.textCopy+span {
    color: #fff !important
}

.error_destination_button {
    border: 2px solid #ee3e27 !important
}

.disabledbutton {
    pointer-events: none
}

.blanked {
    position: fixed;
    background: rgba(0, 0, 0, .6);
    cursor: pointer;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none
}

#mest.blanked_active {
    z-index: 98;
    position: relative
}

.date-picker-wrapper.blanked_active {
    z-index: 98
}

.discount_mini_design {
    font-weight: 700;
    width: 100%;
    height: 23px;
    line-height: 20px;
    position: relative;
    border: 1px solid #f03f28;
    background: #fff;
    color: #f03f28;
    display: inline-block;
    margin-right: 0;
    text-align: center;
    font-size: 13px
}

.inform-sanat-detail div[class=margin-top-10] {
    width: 100%
}

.discount_mini_design::before {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: 5px;
    right: -5px;
    z-index: 9;
    border: 6px solid transparent;
    border-left: 7px solid #fff;
    border-right: 0 solid
}

.discount_mini_design::after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: 5px;
    right: -7px;
    border: 6px solid transparent;
    border-left: 7px solid #f03f28;
    border-right: 0 solid
}

.disabled_button_add_basket {
    background-color: #dedede !important;
    border-bottom: 3px solid #aaa !important
}

.list_comment {
    display: none
}

.searchPanel_list {
    padding-bottom: 15px;
    background-color: #095c6a;
    display: none
}

.searchList_ListItem {
    background-color: #095c6a;
    width: 100%;
    padding: 10px;
    display: none;
    margin-bottom: 15px
}

.available-sanatorium {
    font-size: 18px;
    font-weight: 700;
    color: #005464;
    margin-bottom: 5px;
    padding-left: 30px
}

.active-sort {
    color: red !important;
    border-bottom: 1px solid
}

.list-sort-design {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #000;
    padding: 0 5px
}

.list-sort-design:hover {
    text-decoration: none
}

.z-index-popover {
    z-index: 997;
    position: relative
}

.sanatoriums_list>li:nth-last-child(1) {
    border-bottom: 0 !important
}

.sanatorium-blue-button {
    background-color: #27a3bf;
    border-bottom: 3px solid #136676;
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 15px
}

.sanatorium-red-button,
.btn-choose-sanatorium {
    background-color: #f03f28;
    border: 0;
    border-bottom: 3px solid #9e1e0e;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    display: inline-block;
    width: initial;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.pinned button[class="sanatorium-red-button booking-few-rooms event_click_button"]:hover {
    background-color: #19cc3f;
    border-bottom-color: #13912e
}

.event_click_button:hover,
.social_button_rite:hover,
.bron_zadarma:hover {
    background-color: #19cc3f;
    border-bottom-color: #13912e
}

input[class="btn-choose-sanatorium text-center submit_button sanatorium-red-button big sanatoruium_button_big"]:hover {
    background-color: #19cc3f;
    border-bottom-color: #13912e
}

.NT_inp {
    transition: .4s
}

.NT_inp:hover {
    background-color: #19cc3f;
    border-bottom-color: #13912e;
    transition: .4s
}

.btn-choose-sanatorium {
    padding: 0;
    height: 46px;
    line-height: 46px
}

.btn-choose-sanatorium:hover {
    color: #fff
}

.sanatorium-blue-button:focus,
.sanatorium-blue-button:hover {
    outline-color: transparent
}

.sanatorium-button {
    border: 0;
    background-color: transparent;
    text-decoration: underline
}

.sanatorium-button:hover {
    text-decoration: none
}

.sanatorium-button-blue {
    border: 0;
    background-color: transparent;
    font-size: 18px;
    color: #006073;
    text-decoration: underline
}

.sanatorium-button-blue:hover {
    text-decoration: none;
    opacity: .7
}

.sanatorum_link {
    display: inline-block
}

.sanatorium-button-blue div {
    text-shadow: none
}

.personPicker {
    position: fixed;
    left: 2%;
    top: 10px;
    width: 96%;
    text-align: center;
    z-index: 1000
}

.personPicker_count {
    position: relative;
    background-color: #fff;
    display: inline-block;
    text-align: center
}

.personPicker_header {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #006073;
    font-size: 18px;
    height: 43px;
    line-height: 43px;
    text-align: left;
    padding: 0 15px
}

.personPicker_header .mfp-close {
    font-size: 28px;
    color: #fff !important;
    background-color: #dd4d3a;
    top: 0;
    right: 0;
    font-family: serif;
    height: 43px
}

.personPicker_body {
    padding: 5px;
    margin: 0
}

.personPicker_body * {
    text-shadow: rgba(51, 51, 51, .47) 1px 1px 1px
}

.personPicker_count.count1 {
    width: 50%
}

.personPicker_count.count2 {
    width: 75%
}

.personPicker_count.count3 {
    width: 100%
}

.personPicker_count.count4 {
    width: 100%
}

.personPicker_fields {
    background-color: #006073;
    color: #111;
    text-align: left;
    padding: 7px
}

.personPicker_add {
    height: 515px
}

.personPicker_add .buttons {
    margin: 0;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.personPicker_add .buttons img {
    width: 128px;
    height: 128px
}

.personPicker_room_add {
    height: 462px;
    padding-left: 5px;
    padding-right: 0
}

.personPicker_room_add>div {
    padding-top: 105px;
    height: 100%;
    width: 100%;
    background-color: #eee;
    border: 3px dashed #aac1d3
}

.personPicker_room_add>div>button {
    width: 250px
}

.personPicker_area {
    color: #111;
    min-height: 1px;
    padding: 5px
}

.personPicker_input_addon {
    background-color: transparent !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 16px;
    padding: 3px
}

.personPicker_area {
    margin-bottom: 5px;
    display: inline-block;
    height: 220px;
    color: #fff;
    min-height: 1px;
    padding: 0
}

.personPicker_area select {
    background-color: #fff;
    border: 1px solid #006073;
    box-shadow: none;
    text-shadow: none
}

.personPicker_area.personPicker_child_area {
    height: 175px !important
}

.personPicker_child_area {
    width: 100%;
    display: inline-block
}

.personPicker_adult .input-group,
.personPicker_child .input-group {
    height: 34px;
    margin-top: 5px
}

.personPicker_adult .form-control,
.personPicker_child .form-control {
    height: 34px;
    font-size: 13px
}

.personPicker_close {
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-size: 23px;
    color: #dd4d3a
}

.personPickerRemoveRoom {
    color: #fff;
    border: 0;
    background-color: transparent;
    padding: 5px 10px;
    text-decoration: underline;
    font-size: 15px
}

.personPicker_select {
    display: none;
    position: absolute;
    right: 0;
    top: 68px;
    padding: 5px 0;
    width: 810px;
    border-radius: 2px;
    background-color: #e9eff2;
    z-index: 5;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.personPicker_select:before {
    content: "";
    top: -10px;
    right: 30px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e9eff2
}

.personPicker_item {
    cursor: pointer;
    height: 57px;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 24px;
    padding: 3px 8px;
    background-color: #fff;
    border: 1px solid rgba(0, 84, 100, .23);
    margin: 8px 0
}

.personPicker_item:hover,
.personPicker_item.active {
    border-color: #005464
}

.searched_short .personPicker_select {
    width: 100%;
    padding: 5px
}

.searched_short .personPicker_select .col-md-6,
.searched_short .personPicker_select .col-md-8,
.searched_short .personPicker_select .col-md-4 {
    width: 100%
}

.searched_short .personPicker_item {
    width: 100%;
    margin: 5px 0
}

.personP_i_add {
    background: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #dd4d3a;
    text-decoration: underline
}

.personP_i_add:hover {
    text-decoration: none
}

#page_body {
    color: #000;
    font-size: 15px
}

.ques-ans-body {
    font-size: 15px
}

#small-dialog {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.d_open {
    position: relative
}

.d_open+.personPicker_select {
    display: block
}

.new_label {
    font-weight: 400;
    padding-left: 0 !important;
    padding-bottom: 2px
}

.display_none {
    display: none
}

.new_small {
    color: #27a3bf !important
}

.navbar-default .navbar-right {
    margin-right: 0
}

.navbar-default .navbar-nav>li>a:hover {
    text-decoration: none
}

a.header_info:hover {
    color: red !important
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: red
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #005464;
    background-color: #e7e7e7;
    text-decoration: none !important
}

.dropdow-menu {
    border: 0 !important;
    border-radius: 0 !important
}

.dropdown-menu>li>a {
    font-size: 14px;
    line-height: 2;
    color: #005464
}

.dropdown-menu>li>a:hover {
    background-color: #005464;
    color: #fff !important
}

.dropdown .fa-caret-down {
    color: #27a3bf;
    font-size: 14px;
    vertical-align: middle
}

.btn-primary:hover {
    background-color: #428ba3 !important;
    border-color: #428ba3 !important
}

.dropdown-head {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #888
}

.dropdown-phone a {
    color: #005464 !important;
    font-weight: 700 !important
}

.contact_details {
    width: 322px
}

.contact_details .dropdown-head {
    display: block;
    padding: 16px 20px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #27a3bf
}

.contact_details li>a {
    font-size: 14px;
    line-height: 2;
    color: #27a3bf;
    font-weight: 700
}

.contact_details li.dropdown-phone a {
    font-size: 17px
}

#zcwMiniButton {
    opacity: 1 !important
}

#zcwMiniButtonMain {
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .22), 0 0 12px 10px transparent, 0 0 0 0 #000 !important
}

#zcwMiniButtonMain:hover {
    background-color: #982619 !important
}

#home_banner .container {
    position: relative;
    z-index: 2
}

#home_banner #video_container {
    overflow: hidden;
    background-size: cover;
    height: 600px;
    width: 100%;
    position: absolute;
    top: -40px;
    z-index: 1
}

.l_num .tooltip.left .tooltip-arrow {
    border-left-color: rgba(0, 0, 0, .9) !important
}

.l_num .tooltip-inner {
    font-size: 13px;
    border: none;
    max-width: 390px;
    width: 390px;
    padding: 6px 8px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, .9);
    border-radius: 4px
}

.l_num .tooltip-inner span {
    margin-bottom: 3px;
    font-weight: 700;
    color: #0ab21b;
    font-size: 14px;
    border-bottom: 1px dashed #0ab21b
}

.l_num .hlp_title span {
    border-bottom: 1px dashed;
    cursor: help
}

section#home-choose_us .media-left div {
    border: 2px solid #27a3bf;
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    border-radius: 50px
}

section#home-choose_us .media-left div img {
    width: 35px
}

section#home-choose_us .media-body div {
    color: #000
}

.content-comment {
    margin: 30px 0
}

.content-comment .reviews-like,
.content-comment .reviews-dislike {
    padding-left: 25px;
    position: relative
}

.content-comment .reviews-like:before {
    content: "";
    background: transparent url(../img/icons/reviews_like.png) no-repeat;
    background-size: 17px 16px;
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px
}

.content-comment .reviews-dislike:before {
    content: "";
    background: transparent url(../img/icons/reviews_dislike.png) no-repeat;
    background-size: 17px 16px;
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px
}

.content-comment .user_photo {
    width: 65px;
    height: 65px;
    background: #27a3bf;
    border-radius: 50%;
    line-height: 62px;
    text-align: center;
    margin: 5px 15px 10px;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff
}

.content-comment .media {
    margin-top: 40px
}

.content-comment .media-body {
    background-color: #fff;
    border: 1px solid #d4e2eb;
    position: relative;
    -webkit-box-shadow: 0 0 2px 1px rgba(100, 100, 100, .1);
    box-shadow: 0 0 2px 1px rgba(100, 100, 100, .1)
}

.content-comment .media-body {
    overflow: initial
}

.content-comment .media-body:after {
    content: "";
    border-bottom: 8px solid transparent;
    border-right: 10px solid #fff;
    border-top: 8px solid transparent;
    position: absolute;
    top: 30px;
    left: -10px
}

.content-comment .media-body:before {
    content: "";
    border-bottom: 8px solid transparent;
    border-right: 10px solid #d4e2eb;
    border-top: 8px solid transparent;
    position: absolute;
    top: 30px;
    left: -11px
}

.content-comment .reviews-body-top {
    background-color: #ebf3f8;
    border-bottom: 1px solid #d4e2eb;
    padding: 4px 10px;
    font-size: 12px
}

.content-comment .b-reviews-p_m {
    padding: 10px
}

.result-sanatorium {
    background: #013b47;
    font-size: 55px;
    color: #fff;
    height: 100px;
    line-height: 100px
}

.total-result {
    background-color: #fff;
    border: 1px solid #d4e2eb;
    padding: 15px
}

.left-sidebar-main .guest_like_area_new {
    padding-top: 10px
}

.left-sidebar-main .guest_like_area_new h4 {
    font-weight: 700;
    color: #013b47;
    font-size: 20px
}

.left-sidebar-main .guest_like_area_new li {
    padding-left: 35px;
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    color: #005464;
    font-style: italic
}

.left-sidebar-main .guest_like_area_new li:before {
    content: "";
    position: absolute;
    background-image: url(../img/icons/circle-blue.png);
    width: 6px;
    height: 6px;
    display: inline-block;
    background-size: 6px 6px;
    left: 0;
    top: 7px;
    margin-right: 5px
}

.reviews-body-top span {
    font-size: 14px !important
}

.reviews-like p,
.reviews-dislike p {
    font-size: 16px
}

.left-sidebar-main .guest_like_area_new {
    border-bottom: 1px solid #d4e2eb
}

.left-sidebar-main .guest_like_area_new li em {
    font-style: inherit;
    color: #000 !important
}

.mfp_head {
    position: absolute;
    background: #095c6a;
    left: 0;
    top: -40px;
    width: 100%;
    z-index: 999999999999999999999;
    height: 40px;
    line-height: 40px;
    padding: 0 10px
}

.mfp-sanat-name {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: inline-block
}

.mfp-sanat-star {
    display: inline-block;
    margin-left: 5px
}

.mfp-sanat-close {
    float: right;
    color: #fff;
    cursor: pointer
}

.mfp-sanat-map-close-text {
    display: inline-block;
    margin-right: 15px
}

.mfp-sanat-map-close-icon {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 33px
}

.mfp_i {
    padding: 7px;
    background: #fff
}

.mfp_i iframe {
    width: 100%;
    height: 500px
}

.leceniya {
    max-width: 960px;
    margin: 20px auto;
    position: relative;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 998;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    font-family: Arial;
    box-sizing: initial
}

.leceniya .mfp-close {
    font-size: 50px;
    right: 1px;
    top: 10px
}

.leceniya .l_arrow_left {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -40px
}

.leceniya .l_arrow_right {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -40px
}

.leceniya .l_arrow_left i,
.leceniya .l_arrow_right i {
    font-size: 80px;
    color: #fff;
    height: 80px;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .32)
}

.leceniya .other_images img {
    float: left;
    margin: 2px;
    width: calc(6%);
    border: 2px solid #fff;
    cursor: pointer
}

.leceniya .other_images img.active {
    border-color: #005464;
    opacity: 1
}

.leceniya .rmf_i {
    padding-top: 5px
}

.room-size {
    color: #27a3bf;
    font-size: 13px;
    font-weight: 700
}

.my-img-icon-size {
    max-width: 33px;
    max-height: 33px;
    padding: 0 10px 10px 5px
}

.room-with-bed {
    color: #27a3bf;
    font-size: 13px;
    font-weight: 700
}

.room-sceneryFromRoom {
    color: #27a3bf;
    font-size: 13px;
    font-weight: 700
}

.r_features {
    border-top: 1px solid #d4e2eb;
    margin-top: 20px;
    padding-top: 10px
}

.leceniya_main .col-md-6 {
    text-align: center
}

.leceniya_header {
    background-color: #005464;
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
    height: 70px
}

.line-height-1 {
    line-height: 1
}

.border-left {
    border-left: 2px solid #27a3bf;
    padding: 0 15px 0 5px;
    margin-left: 15px;
    margin-bottom: 5px;
    margin-bottom: 5px
}

.sanatorium-item .right-block-inform .border_bottom {
    height: 65px
}

.reviews-a {
    border-bottom: 1px dotted #234753
}

.reviews-a:hover {
    text-decoration-line: none
}

.container-areas-treatment:hover {
    opacity: .8
}

.row.margin-clear.border_bottom {
    margin-bottom: 20px
}

#obzor {
    background-color: #fff;
    padding-top: 30px;
    z-index: 99;
    margin-bottom: 10px;
    border: 1px solid #d4e2eb;
    border-top: none
}

#obzor .st_review {
    font-size: 15.5px;
    line-height: 27px
}

#obzor li {
    padding-left: 35px;
    padding-bottom: 13px;
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    color: #005464
}

#obzor li:before {
    content: "";
    position: absolute;
    background-image: url(../img/icons/circle-blue.png);
    width: 7px;
    height: 7px;
    display: inline-block;
    background-size: 7px 7px;
    left: 0;
    top: 7px;
    margin-right: 5px
}

#obzor li em {
    color: #000;
    font-style: inherit
}

.video_background_sanatorium {
    height: 296px;
    position: relative
}

#sanatorium_header {
    border-bottom: 1px solid #d4e2eb
}

.sanatorium-affix {
    opacity: 0;
    visibility: hidden;
    top: -50px;
    border-radius: 0;
    border: 0;
    box-shadow: 1px 0 7px #9e9e9e
}

.sanatorium-affix.affix {
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: top 100ms ease-in-out;
    -moz-transition: top 100ms ease-in-out;
    -ms-transition: top 100ms ease-in-out;
    -o-transition: top 100ms ease-in-out;
    transition: top 100ms ease-in-out;
    width: 100%;
    z-index: 999
}

.sanatorium-affix .navbar-brand {
    height: 50px;
    letter-spacing: -.02em
}

.sanatorium-affix li a {
    text-decoration: none !important;
    padding-top: 10px !important;
    font-size: 12px;
    padding-bottom: 10px !important;
    padding: 5px
}

.sanat_slide {
    background: #fff;
    box-shadow: 0 0 2px 1px rgba(100, 100, 100, .05)
}

.gallery_counter_div {
    position: absolute;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(39, 163, 191, .7)
}

.counter_gallery_image {
    float: left;
    padding: .5px
}

.counter_gallery_image img {
    width: 100%;
    opacity: 1.8
}

.popup-gallery_2 a {
    width: 20%
}

.popup-gallery_2 a:nth-child(1) {
    width: 60%;
    float: left
}

.select_datapicker_error {
    background-color: #f03f28;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    display: none
}

.izmenit_level_block {
    display: none
}

.search_block,
.sanat_dark_block {
    background-color: #013b47;
    width: 100%;
    margin-top: 40px !important;
    padding: 15px
}

.btn_search {
    color: #27a3bf;
    width: 100%;
    font-weight: 700;
    display: block;
    border: 1px solid #27a1bd;
    text-align: center;
    padding: 5px 0 7px;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.btn_search:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #27a1bd;
    background-color: #095c6a
}

.alternate_room_displayed {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #d4e2eb;
    box-shadow: 0 0 2px 1px rgba(100, 100, 100, .05)
}

.alternate_room_img_div {
    position: relative;
    width: 100%;
    height: 100px !important;
    margin: 0;
    max-width: 100%
}

.alternate_room_img {
    margin: 0;
    position: absolute;
    top: 22%;
    transform: translateY(-50%);
    max-width: 100%
}

.alternate_room_img_div_hover {
    background-color: rgba(0, 83, 102, .55);
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    display: none
}

.dashed_border:hover {
    border: none
}

.tooltip-inner {
    width: 140px
}

.sanat_header {
    padding: 10px 0
}

.sanat_main .col-md-12,
.activeSanatBox .col-md-12 {
    padding: 0;
}

a.sanatorium-blue-button {
    border-bottom: 3px solid #136676;
    padding: 10px 0
}

a.sanatorium-blue-button:hover {
    background-color: #428ba3;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.b_terms_of_payments ul li {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 15.5px
}

.b_terms_of_payments ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-size: 6px 6px;
    position: absolute;
    left: 0;
    background-color: #1e9dca;
    top: 7px;
    font-size: 14px;
    border-radius: 50%
}

div[class="b_terms_of_payments green_check blue text14 white_bgr"],
div[class="b_terms_of_payments blue text16"] {
    color: #000
}

.b_terms_of_payments.green_check ul li:before {
    content: "";
    border-radius: 50%;
    background-color: #00b302;
    display: inline-block;
    background-size: 12px 12px;
    position: absolute;
    left: 0;
    top: 7px
}

#medicalbase .testimony-treatment {
    min-height: 180px;
    padding: 10px
}

#medicalbase .counter_gallery_image_2 {
    position: relative
}

#medicalbase a {
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none
}

#medicalbase .counter_gallery_image_2 div {
    background-color: rgba(0, 83, 102, .55);
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 12px
}

#medicalbase .counter_gallery_image_2 div i {
    display: block;
    padding: 10px;
    font-size: 16px;
    margin-top: 32px
}

#medicalbase a.blue:hover .counter_gallery_image_2 div {
    display: block
}

#medicalbase .counter_gallery_image_2 img {
    width: 100%
}

.transfer_booking {
    background-color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
    overflow: hidden
}

.transfer_booking-head {
    background-color: #27a3bf;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: -15px
}

.transfer_booking .row:not(:first-child) {
    border-top: 2px solid #e8edf0;
    margin: 0
}

.transfer_booking .row:nth-child(2) {
    border-top: 0
}

.transfer_booking .row:not(:first-child) div {
    padding: 15px 0 2px
}

.transfer_booking .row:not(:first-child) div:first-child {
    color: #27a3bf
}

.transfer_booking .row:not(:first-child) div:last-child {
    color: #005464;
    font-weight: 700
}

.transfer_section,
.areastreatment,
.medicalbase,
.hotel_options,
#terms_of_payment {
    margin-top: -30px
}

.hotel_options,
.areastreatment,
.transfer_section,
.rooms_hover {
    background-color: #fff;
    transition: .5s;
    border-radius: 3px;
    border: 1px solid #d4e2eb !important;
    padding: 15px;
    padding-bottom: 5px
}

.width_49 {
    margin-top: 10px
}

.rooms_head {
    background: #fff;
    color: #31a0bc;
    padding: 8px 15px;
    margin-bottom: -20px;
    padding-top: 15px;
    border-radius: 3px 3px 0 0;
    font-size: 25px
}

.sanat_menu {
    border-top: none !important
}

.rooms_head {
    border: 1px solid #d4e2eb;
    border-bottom: none
}

.icon_parent_lightblue,
.not_found,
.part_video_empty,
.guest_like_area2,
.transfer_section,
.video_col_,
.white_3_pages {
    border: 1px solid #d4e2eb !important
}

.white_video_col {
    border: 1px solid #d4e2eb
}

.guest_like_area2 {
    margin-top: 10px
}

.rooms_c .room_details_all:not(:last-child) {
    padding-bottom: 10px
}

.rooms_c .room_details_all .media-left img {
    max-width: 25px;
    max-height: 25px
}

div[class="text28 bold-text darkblue"] {
    padding-top: 0 !important;
    margin-top: -6px !important
}

.rooms_c .media {
    margin-top: 10px
}

.rooms_c .media-body {
    line-height: 1
}

#roomType_manual .rooms_c {
    border-radius: 3px;
    background-color: #fff;
    padding: 15px;
    padding-bottom: 10px
}

#roomType_automatic .room_detail,
#roomType_manual .room_detail {
    display: block;
    background-color: #27a3bf;
    font-size: 11px;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    height: 20px;
    margin-bottom: 2px;
    padding-left: 2px
}

.fa-circle:before {
    color: #27a3bf;
    font-size: 7px;
    margin-right: 5px
}

.quest {
    background-color: #f03f28;
    color: #fff;
    padding: 1px;
    border-radius: 50%;
    width: 13px;
    text-align: center;
    height: 13px;
    display: inline-block;
    font-size: 9px
}

.img_secondRoom {
    height: 93px;
    width: 100%
}

.img_oneRoom {
    height: 105px;
    width: 100%;
    object-fit: cover;
    background: no-repeat
}

.penalties_popover_hide {
    width: 320px;
    margin: 20px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 15px;
    background-color: #27a3bf;
    color: #fff;
    display: none
}

.penalties_popover:hover .penalties_popover_hide {
    display: block
}

.price_includes {
    background-color: #e8edf0;
    font-size: 16px;
    color: #27a3bf;
    padding: 5px 15px;
    margin-top: 20px
}

#basket_booking {
    visibility: hidden;
    float: left;
    background-color: #fff;
    border: 1px solid #53b1c8
}

.basket_booking_head {
    background-color: #53b1c8;
    color: #fff;
    padding: 7px 10px;
    font-size: 22px
}

#basket_booking .booking_price_all {
    border-top: 1px solid #d4e2eb;
    margin: 6px 0;
    padding: 5px 8px 0
}

#basket_booking .booking_price_all span {
    line-height: 1.2;
    display: inline-block
}

#basket_booking .booking_button {
    padding: 0 8px
}

#basket_booking .hlp_title {
    margin: 4px 0
}

.adding_room_basket {
    padding: 0 8px
}

#transfer_section .row {
    border-top: 1px solid #d4e2eb;
    padding: 5px 0
}

#transfer_section .row:first-child {
    border-top: 0 solid #d4e2eb
}

#transfer_section .row .col-md-5 {
    border-left: 1px solid #d4e2eb
}

#areastreatment .media {
    margin: 15px 0
}

#hotel_options .media .media-left {
    padding-right: 20px
}

#hotel_options .media {
    margin-top: 20px
}

#hotel_options .media:not(:last-child) .media-body {
    border-bottom: 1px solid #d4e2eb
}

#hotel_options .media-left div {
    background-color: #fff;
    border: 1px solid #00a6c1;
    border-radius: 50%;
    width: 70px;
    position: relative;
    height: 70px;
    line-height: 60px;
    text-align: center
}

#areastreatment .media-left div {
    background-color: #fff;
    border: 2px solid #0ab21b;
    border-radius: 50%;
    width: 55px;
    position: relative;
    height: 55px;
    line-height: 48px;
    text-align: center
}

#hotel_options .media-left img {
    max-width: 30px;
    max-height: 30px
}

#areastreatment .media {
    margin-top: 0;
    margin-bottom: 20px
}

#areastreatment .media-body {
    line-height: 1.2;
    vertical-align: middle
}

.sanat_main .media,
.activeSanatBox .media {
    margin: 0
}

.sanat_navigation {
    z-index: 1015;
    box-shadow: 0 6px 5px -5px rgba(0, 0, 0, .25);
    background: #fff
}

.sanat_navigation a {
    color: #27a3bf;
    padding: 15px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none
}

.sanat_navigation a:first-child {
    padding-left: 0
}

.sanat_navigation a.activeNav {
    position: relative;
    border-bottom: 3px solid #27a3bf
}

.sanat_navigation a:hover {
    text-decoration: underline
}

.read-reviews .text12 {
    line-height: 1.1
}

.b-various-comments .media-left>div {
    width: 44px;
    height: 44px;
    background: #27a3bf;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.sanat-left-block {
    padding: 0 15px;
    background-color: #fff;
    border-radius: 2px
}

.sanat-block {
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #fff;
    border: 1px solid #d4e2eb;
    box-shadow: 0 0 2px 1px rgba(100, 100, 100, .05)
}

.sanat-left-block .reviews {
    border: 1px solid #d4e2eb;
    padding: 10px;
    font-style: italic;
    position: relative
}

.sanat-left-block .reviews:after {
    position: absolute;
    bottom: -10px;
    left: 51px;
    display: inline-block !important;
    border-right: 10px solid transparent;
    border-top: 10px solid #eee;
    border-left: 10px solid transparent;
    border-top-color: #fff;
    content: "";
    z-index: 30
}

.sanat-left-block .reviews:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50px;
    display: inline-block !important;
    border-right: 11px solid transparent;
    border-top: 11px solid #eee;
    border-left: 11px solid transparent;
    border-top-color: #d4e2eb
}

.sanat-left-block .reviews-text {
    margin-left: 28px;
    display: block
}

.sanat-left-block .reviews .reviews-like {
    background: transparent url(../img/icons/reviews_like.png) no-repeat;
    background-size: 17px 16px;
    width: 17px;
    height: 16px;
    position: absolute;
    top: 15px;
    left: 12px
}

.sanat-left-block .reviews .reviews-dislike {
    background: transparent url(../img/icons/reviews_dislike.png) no-repeat;
    background-size: 17px 16px;
    width: 17px;
    height: 16px;
    position: absolute;
    top: 15px;
    left: 12px
}

.sanat-left-block .user-data {
    padding: 0;
    margin: 20px 0
}

.sanat-left-block .user-data span {
    line-height: 15px;
    display: block;
    margin-left: 12px
}

.sanat-left-block .user-data img {
    width: 30px;
    vertical-align: top;
    float: left;
    margin-right: 12px
}

.guest_like_area2 .col-md-12 {
    padding: 7px 0
}

.left-call {
    position: absolute
}

.guest_like_area2 a.action_button {
    color: #095c6a;
    width: 90%;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 5px 0 7px;
    font-size: 13px;
    border: 1px solid #00323c;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.guest_like_area2 a.action_button:hover {
    text-decoration: none;
    color: #27a3bf;
    border: 1px solid #27a3bf
}

.guest_like_area2 .darkblue {
    margin-top: -5px
}

.progress {
    height: 25px;
    margin-bottom: 15px;
    border-radius: 0;
    margin-right: 40px
}

.progress-bar {
    text-align: left;
    line-height: 25px;
    background-color: #9edcfa;
}

.progress-bar .progress-title {
    padding-left: 10px;
    font-size: 13px
}

.progress-total {
    position: absolute;
    right: 20px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #005365
}

#booking_head {
    background-color: #013b47;
    padding-bottom: 15px;
    padding-top: 20px
}

.garanties-estimate {
    background-color: #013b47 !important;
    padding: 25px;
    text-align: center;
    margin-top: -20px
}

.garanties-estimate .sanatorium-red-button {
    font-size: 22px;
    padding: 10px 20px
}

.b-conditions div {
    padding-top: 20px;
    border-top: 1px solid #d4e2eb;
    margin-top: 20px;
    margin-bottom: 10px
}

.booking_block {
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #d4e2eb;
    box-shadow: 0 0 2px 1px rgba(100, 100, 100, .05)
}

.padding-right-medium {
    margin-bottom: 20px
}

#page-body {
    padding-top: 10px !important
}

div[class="col-md-6 col-md-pull-6 mediaChangePlace2 padding-right-medium"] {
    padding-right: 5px
}

.booking_block .left-sidebar-main .b_terms_of_payments {
    margin-bottom: 20px;
    font-size: 14px
}

.booking_block input,
.booking_block select {
    border: 1px solid #000
}

.booking_block .title {
    background-color: #ededed;
    color: #27a3bf;
    margin-top: -5px
}

.booking_block label {
    padding: 0;
    color: #000 !important;
    font-size: 15px
}

.booking_block input,
.booking_block select {
    color: #000 !important
}

.booking_block .help-block {
    margin-top: 0
}

.booking_block_head {
    background-color: #013b47;
    padding: 10px 15px;
    margin: 0 -15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px
}

.booking_block_head_number {
    background-color: #013b47;
    padding: 0 15px 10px;
    margin: 0 -15px;
    color: #fff;
    font-size: 14px;
    text-align: left
}

.modal-content {
    border: 0
}

.header_container {
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2)
}

.header_info {
    color: #013b47 !important
}

.header_price_description {
    font-size: 11px;
    display: block;
    color: #7e96ac
}

#cancel_b_modal .modal-header,
#cancel_b_modal .modal-body {
    background-color: #095c6a;
    padding: 15px;
    color: #fff
}

#cancel_b_modal .modal-header {
    padding-bottom: 0;
    border-bottom: 0
}

#cancel_b_modal .modal-header .close {
    color: #fff;
    opacity: 1;
    text-shadow: none
}

#cancel_b_modal .modal_booking_content {
    background-color: #fff;
    padding: 15px;
    font-size: 16px
}

#zcwMiniButton {
    display: none !important
}

.pop_up_caller {
    top: auto;
    left: auto;
    bottom: 58px;
    right: 100px;
    z-index: 999;
    cursor: pointer;
    position: fixed
}

.pop_up_caller:hover .pop_up_caller_label {
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 188px;
    padding: 6px 10px 6px 13px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .17)
}

.pop_up_caller:hover .pop_up_caller_label {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-animation: .3s label_show ease-out;
    -moz-animation: .3s label_show ease-out;
    animation: .3s label_show ease-out
}

.pop_up_caller .pop_up_caller_label {
    right: 0;
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-animation: .3s label_hide ease-out;
    -moz-animation: .3s label_hide ease-out;
    animation: .3s label_hide ease-out
}

.pop_up_caller .pop_up_caller_label {
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: 1;
    bottom: 16px;
    width: 188px;
    color: #1f1f1f;
    font-size: 13px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    padding: 6px 10px 6px 13px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .17)
}

.pop_up_caller .pop_up_caller_label:hover {
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 188px;
    padding: 6px 10px 6px 13px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .17)
}

.pop_up_caller .pop_up_caller_label:hover {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-animation: .3s label_show ease-out;
    -moz-animation: .3s label_show ease-out;
    animation: .3s label_show ease-out
}

.pop_up_caller .pop_up_caller_label:before {
    width: 0;
    height: 0;
    content: "";
    right: -8px;
    margin-top: -7px;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff
}

.pop_up_caller_icon {
    right: -70px;
    bottom: 25px;
    width: 62px;
    height: 62px;
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, .17);
    background: #e0321b;
    -webkit-box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, .3);
    box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, .3)
}

.pop_up_caller_icon:before,
.pop_up_caller_icon:after {
    top: -40px;
    left: -40px;
    content: "";
    right: -40px;
    opacity: .5;
    bottom: -40px;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f03f28;
    background: -webkit-radial-gradient(center ellipse, rgba(229, 229, 229, 0) 0%, rgba(126, 211, 33, 0.7) 100%);
    background: -moz-radial-gradient(center ellipse, rgba(229, 229, 229, 0) 0%, rgba(126, 211, 33, 0.7) 100%);
    background: radial-gradient(ellipse at center, rgba(229, 229, 229, 0) 0%, rgba(240, 63, 40, 0.69) 100%)
}

.pop_up_caller_icon:before {
    -webkit-animation: 2s circles_scaling ease-out infinite;
    -moz-animation: 2s circles_scaling ease-out infinite;
    animation: 2s circles_scaling ease-out infinite
}

.pop_up_caller_icon-phone {
    top: 50%;
    left: 50%;
    width: 18px;
    height: 43px;
    margin-top: -21px;
    margin-left: -10px;
    position: absolute;
    background-size: cover !important;
    -webkit-animation: 2s phone_vibro ease-out infinite;
    -moz-animation: 2s phone_vibro ease-out infinite;
    animation: 2s phone_vibro ease-out infinite;
    background: no-repeat;
    background-image: url(../../images/call.png)
}

.zcwPopup-bg {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 99991 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, .6)
}

.zcwPopup {
    display: none;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 99992 !important;
    width: 300px !important;
    height: auto !important;
    padding: 10px !important;
    border-radius: 4px !important;
    font-family: proximanova-light, sans-serif !important;
    font-size: 21px !important;
    background-color: #fff;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    opacity: 1;
    color: #000
}

.zcwPopup-title,
.zcwPopup-description,
.zcwPopup-content {
    color: #000
}

.zcwPopup-title {
    text-align: center;
    margin: 10px;
    color: #33a1b9
}

#zcwPopup-raty img {
    display: inline !important
}

.zcwPopup-close {
    z-index: 99992 !important;
    cursor: pointer !important;
    text-decoration: none;
    color: grey;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    color: transparent
}

.zcwPopup-close:after {
    content: "X";
    color: #fff;
    position: absolute;
    left: 19px;
    font-size: 14px;
    top: -23px;
    background: #e2331c;
    border: 2px solid #fff;
    text-indent: 2px;
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px
}

.zcwPopup-content {
    font-size: 14px
}

.zcwPopup-countdown {
    font-weight: 700;
    display: none
}

.zcwPopup .link {
    cursor: pointer;
    border-bottom: 1px dashed #000;
    color: #000
}

.zcwPopup .powered_by {
    margin-top: 7px;
    font-size: 12px;
    color: #777 !important
}

.zcwPopup .powered_by a {
    font-weight: 700 !important;
    color: #777 !important;
    text-decoration: underline !important
}

.zcwPopup button,
.zcwPopup input,
.zcwPopup select,
.zcwPopup textarea {
    margin: 0;
    height: 40px;
    padding: 0 10px;
    width: auto !important;
    color: #000;
    margin-left: -1px;
    display: inline !important;
    vertical-align: middle;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #eceff4
}

.zcwPopup input[type=text] {
    height: 40px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #eceff4;
    border-radius: 3px 0 0 3px;
    vertical-align: middle
}

.zcwPopup button {
    background: #f03f28;
    color: #fff
}

.zcwPopup input[type=submit] {
    border: 0;
    background: #f03f28;
    color: #fff;
    height: 40px;
    border-bottom: 6px solid #9e1e0e;
    border-radius: 0 3px 3px 0;
    vertical-align: middle;
    margin-left: 15px
}

.zcwPopup input.zcwInputError,
.zcwPopup select.zcwInputError,
.zcwPopup textarea.zcwInputError {
    border: 1px solid red
}

#zcwMiniButton {
    position: fixed;
    right: 50px;
    bottom: 70px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: .5;
    z-index: 99990
}

#zcwMiniButton #zcwMiniButtonMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 8px 6px #000, 0 0 12px 10px transparent, 0 0 0 0 #000
}

#zcwMiniButton #zcwMiniButtonMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(images/mini.html);
    background-repeat: no-repeat;
    background-position: center center
}

#zcwMiniButton:hover {
    opacity: .8
}

.text11_parent_div span {
    word-spacing: 2px
}

@media only screen and (min-width:960px) {
    .zcwPopup {
        width: 600px !important;
        margin: 120px 0 0 -275px
    }
}

.zw_adv {
    margin-top: 10px;
    border-top: 1px solid #27a3bf;
    padding: 10px
}

.zw_adv_title {
    font-size: 22px;
    text-align: center;
    color: #005464;
    margin-bottom: 10px
}

.zw_adv_i {
    float: left;
    width: 33.33%;
    font-size: 13px
}

.zw_adv_i_title {
    padding-top: 5px;
    color: #005464;
    font-weight: 700
}

.zw_adv_i_desc {
    color: #3ba5bc
}

.zcwPopup-form form select {
    display: none
}

@media screen and (max-width:1024px) {
    .video_click_title {
        width: 280px !important
    }

    .video_about div {
        font-size: 8px !important;
        margin-top: -15px !important
    }

    .c_v_2 {
        margin-left: -70px !important
    }

    #icon_ls_ul li img {
        width: 25px !important
    }

    #icon_ls_ul li {
        padding-right: 50px !important
    }

    .icon_ls-li p {
        margin-left: 35px !important;
        font-size: 8px !important;
        margin-top: -5px !important
    }
}

@-webkit-keyframes phone_vibro {

    0%,
    2%,
    5%,
    9% {
        -webkit-transform: translateX(-2px) rotate(-7deg);
        transform: translateX(-2px) rotate(-7deg)
    }

    1%,
    4%,
    8%,
    10% {
        -webkit-transform: translateX(2px) rotate(7deg);
        transform: translateX(2px) rotate(7deg)
    }

    13%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes phone_vibro {

    0%,
    2%,
    5%,
    9% {
        -moz-transform: translateX(-2px) rotate(-7deg);
        transform: translateX(-2px) rotate(-7deg)
    }

    1%,
    4%,
    8%,
    10% {
        -moz-transform: translateX(2px) rotate(7deg);
        transform: translateX(2px) rotate(7deg)
    }

    13%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes phone_vibro {

    0%,
    2%,
    5%,
    9% {
        -webkit-transform: translateX(-2px) rotate(-7deg);
        -moz-transform: translateX(-2px) rotate(-7deg);
        transform: translateX(-2px) rotate(-7deg)
    }

    1%,
    4%,
    8%,
    10% {
        -webkit-transform: translateX(2px) rotate(7deg);
        -moz-transform: translateX(2px) rotate(7deg);
        transform: translateX(2px) rotate(7deg)
    }

    13%,
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes circles_scaling {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    80% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes circles_scaling {
    0% {
        -moz-transform: scale(.5);
        transform: scale(.5)
    }

    80% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes circles_scaling {
    0% {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        transform: scale(.5)
    }

    80% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes label_show {
    0% {
        right: 0;
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

    100% {
        right: 86px;
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@-moz-keyframes label_show {
    0% {
        right: 0;
        opacity: 0;
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

    100% {
        right: 86px;
        opacity: 1;
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes label_show {
    0% {
        right: 0;
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

    100% {
        right: 86px;
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@-webkit-keyframes label_hide {
    0% {
        opacity: 1;
        right: 86px;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        right: 0;
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }
}

@-moz-keyframes label_hide {
    0% {
        opacity: 1;
        right: 86px;
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        right: 0;
        opacity: 0;
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }
}

@keyframes label_hide {
    0% {
        opacity: 1;
        right: 86px;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        right: 0;
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }
}

@-webkit-keyframes caller_icon {

    0%,
    10% {
        opacity: 0;
        left: -30px
    }

    13%,
    48% {
        left: 22px
    }

    15%,
    44% {
        opacity: 1
    }

    50%,
    100% {
        left: 60px;
        opacity: 0
    }
}

@-moz-keyframes caller_icon {

    0%,
    10% {
        opacity: 0;
        left: -30px
    }

    13%,
    48% {
        left: 22px
    }

    15%,
    44% {
        opacity: 1
    }

    50%,
    100% {
        left: 60px;
        opacity: 0
    }
}

@keyframes caller_icon {

    0%,
    10% {
        opacity: 0;
        left: -30px
    }

    13%,
    48% {
        left: 22px
    }

    15%,
    44% {
        opacity: 1
    }

    50%,
    100% {
        left: 60px;
        opacity: 0
    }
}

@media screen and (min-device-width:750px) and (max-device-width:970px) {
    .sanatorum_link {
        height: 43px;
        padding-top: 0;
        font-size: 22px
    }

    .sanatorium-item .right-block-inform .col-md-4 {
        border-bottom: none
    }

    .sanatorium-item .left-block-inform {
        z-index: 999;
        padding: 5px;
        margin-bottom: 15px
    }

    .sanatorium-list-price {
        margin-top: 12px
    }

    .inform-sanat-detail {
        border: none;
        margin-left: 3px;
        padding-right: 2px
    }

    .inform-sanat-detail p {
        font-size: 12px
    }

    .text30 {
        font-size: 29px
    }

    .text15 {
        font-size: 14px
    }
}

@media screen and (max-width:968px) {
    .zcwPopup {
        top: 25% !important
    }
}

.activeK {
    color: red !important;
    border-bottom: 1px solid red
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .padding-right-medium {
        padding-left: 15px
    }
}

@media(min-width:1024px) and (max-width:1199px) {
    .text11 {
        font-size: 9px
    }

    .text-left {
        font-size: 11px
    }

    .text20 {
        font-size: 19px
    }

    .border-left {
        margin-bottom: 5px
    }

    .text15 {
        font-size: 13px
    }

    .hlp_titl {
        padding: 0 0 0 10px !important;
        font-size: 11px !important;
        margin-left: 7px
    }

    .hlp_titl:before {
        margin-left: 2px
    }

    .col-sm-0 {
        display: none
    }

    .list-sort-design {
        margin: 0 10px 0 0
    }

    .detail-room-img img {
        top: -31%
    }

    .hoverVideo {
        left: 30%;
        top: 33%
    }

    .btn-choose-sanatorium {
        margin-left: unset
    }

    .advantage>.container>ul {
        margin-right: 15px !important
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .p_height {
        font-size: 13px
    }

    .text25 {
        font-size: 21px
    }

    #home-choose_us .media {
        margin-left: 10px
    }

    .sanatorium-item .btn-choose-sanatorium {
        font-size: 13px !important
    }

    .search-button {
        font-size: 14px
    }

    #home-choose_us {
        margin-bottom: 40px;
        margin-top: 40px
    }

    .ribbon_transfer {
        margin-top: 62px !important
    }

    .text36 {
        font-size: 27px !important
    }

    .menu_number_li {
        float: none !important
    }

    .menu_number_li_ul {
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .next_view {
        margin-left: -50px
    }
}

.ribbon_transfer {
    background-color: green
}

@media(min-width:768px) and (max-width:960px) {
    .displaynonew {
        display: none
    }

    .hoverVideo {
        position: absolute;
        left: 37%;
        top: 33%
    }

    .col-sm-8>.hoverVideo {
        width: unset
    }

    .left-call>.row>.col-sm-8 {
        top: 94px
    }

    .yeniclass {
        position: absolute;
        top: 48%
    }

    .show_review_border {
        margin-left: 3px
    }

    .total-rating>.row>.show_review_border {
        margin-left: 0
    }

    .header-top-menu li:last-child {
        margin-right: 29px !important
    }

    .h1fontsm {
        font-size: 22px
    }

    .p_height {
        height: 85px !important
    }

    .h1fontsm>span {
        margin: 0 !important
    }

    .col-sm-0 {
        display: none
    }

    .text11 {
        font-size: 9px
    }

    .detail-room-img img {
        top: -7%
    }

    .home-comments {
        margin-top: 20px
    }

    .text36 {
        line-height: 32px
    }

    .home-number-area>.col-md-12>.col-sm-6 {
        margin-bottom: 10px
    }

    .sanatorium-item:first-child {
        margin-top: 0
    }

    .form-group>.btn-choose-sanatorium {
        margin-left: 5px
    }

    .col-md-7>.margin-clear>h2 {
        margin-left: 11px
    }

    .ribbon {
        font-size: 9px
    }

    #menu-center {
        display: none !important
    }

    .sanatorium-affix {
        display: none !important
    }

    .margin-top-10>.text28 {
        font-size: 26px
    }

    .text-lightblue>span {
        font-size: 10px
    }

    .col-sm-12>.media>.media-body>.text13 {
        font-size: 11px
    }

    .form-group>.sanatorium-blue-button {
        font-size: 9px
    }

    .sanat-info>span {
        font-size: 11px
    }

    .sanat-info>a {
        font-size: 11px
    }

    .about-sanat>h1 {
        height: 25px;
        line-height: 25px
    }

    .media>.media-body>div {
        font-size: 12px
    }

    .transfer_section>h2 {
        font-size: 16px
    }

    .col-sm-4>.blue {
        font-size: 10px
    }

    .col-sm-3>.text12 {
        font-size: 10px
    }

    #hotel_options .media-left div {
        width: 40px;
        height: 40px;
        line-height: 36px
    }

    #hotel_options .media-left img {
        max-width: 15px;
        max-height: 15px
    }

    .question-head {
        font-size: 13px !important
    }
}

@media screen and (max-width:736px) {
    .border-right {
        border: none;
        padding-right: 15px
    }

    .c_v_2 {
        margin-left: -188px !important
    }

    .display_none_li_1 {
        display: none !important
    }

    .toggle_menu_ul {
        display: block
    }

    .toggle_li {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        margin-left: -15px !important
    }

    #navbar-third {
        height: auto !important
    }

    #menu-center {
        display: none !important
    }

    .header-top-menu ul {
        min-width: 990px !important
    }

    .social_header_icon {
        float: left;
        margin-left: -50px
    }

    .header_first_text {
        margin-left: -50px
    }

    #sanat_ul_circle li div a {
        text-decoration: none;
        cursor: pointer;
        color: #30b0bd;
        font-size: 12px !important;
        font-family: sans-serif
    }

    .header_info {
        margin-top: 0 !important
    }

    #vanilla_li {
        margin-top: 0 !important
    }

    .video_col_ .col_ {
        min-height: auto !important
    }

    .search_block,
    .sanat_dark_block {
        margin-top: 36px
    }

    #page2_event_title {
        margin-top: -25px !important
    }

    .ucken_block {
        padding: 0
    }
}

@media screen and (max-width:667px) {
    .video_click_title {
        width: 405px !important
    }

    .c_v_2 {
        margin-left: -160px !important
    }
}

@media screen and (max-width:640px) {
    .video_click_title {
        width: 380px !important
    }

    .c_v_2 {
        margin-left: -150px !important
    }
}

@media(min-width:320px) and (max-width:600px) {
    .zcwPopup {
        width: 260px !important;
        top: 17% !important
    }

    .inform-sanat-detail {
        border: 0
    }

    .inform-sanat-detail>.blue {
        font-size: 12px !important
    }

    .col-xs-0 {
        display: none
    }

    .sanatorium-item_head {
        border-bottom: 0
    }

    .text-lightblue {
        text-align: center !important
    }

    .sanatorium-list-price .new-price {
        text-align: center;
        margin-top: -11px
    }

    .sanatorium-item .right-block-inform {
        border-left: 0
    }

    .inform-sanat-detail {
        text-align: center !important
    }

    .xs-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .inform-sanat-detai {
        border: 0 !important;
        text-align: center !important
    }

    .inform-sanat-detai>p {
        margin-top: 0 !important
    }

    .hoverVideo {
        top: 34px;
        left: inherit;
        right: 0
    }

    .detail-room-img img {
        top: -70%
    }

    .banner-view {
        background-image: inherit
    }

    .about-sanat>.text36 {
        font-size: 17px
    }

    .form-group>.sanatorium-blue-button {
        display: none
    }

    .gallery_counter_div>span {
        font-size: 9px !important;
        top: 15% !important
    }

    .detail-inf-room {
        overflow: hidden;
        position: relative;
        width: 100%;
        display: block;
        background: #000
    }

    .detail-inf-room>img {
        margin-left: unset !important;
        width: 100%;
        position: relative;
        top: -160%;
        opacity: .7
    }

    .simple-ajax-popup-align-top>h5 {
        font-size: 13px
    }

    .room_title_name>.text-left {
        padding-left: 0 !important;
        font-size: 13px
    }

    .st_review>p {
        font-size: 10px
    }

    .obz>.text20 {
        font-size: 14px
    }

    .guest_like_area_new>.text20 {
        font-size: 14px
    }

    .guest_like_area_new>ul>li {
        font-size: 10px !important;
        padding-left: 15px !important
    }

    .navbar-brand>img {
        height: 75% !important
    }

    .header-top-menu ul li {
        padding-right: 8px
    }

    .header-top-menu ul li a {
        font-size: 13px
    }

    .media-body>.text13 {
        font-size: 8px
    }

    .row>.col-sm-12>.media>.media-body {
        vertical-align: bottom
    }

    .border-top-first-home>.bold-text>p {
        font-size: 10px
    }

    .sanatorium-affix {
        display: none
    }

    .sanat-info>span,
    a {
        font-size: 14px
    }

    .rooms_c .room_details_all .media-left img {
        max-width: 15px;
        max-height: 10px;
        margin-top: 5px
    }

    .rooms_c>.row>.col-xs-12 {
        padding-bottom: 0 !important
    }

    .rooms_c>.row>.col-xs-12>.col-xs-12 {
        font-size: 12px !important
    }

    .booking-block {
        margin-top: 0 !important
    }

    .bold-text:not(.color_ls) {
        padding-bottom: 0 !important
    }

    span.currency_room {
        margin-right: 7px;
        margin-left: unset
    }

    .booking-block>.col-xs-12 {
        border-right: 0 !important;
        padding-right: 0 !important;
        padding-left: 0
    }

    .rooms_c .media {
        margin-top: 2px
    }

    .room_title_name>a>h5 {
        position: absolute;
        top: 69px;
        z-index: 99999;
        left: 14px;
        color: #fff
    }

    .col-xs-12>.room_details_all {
        padding-left: 10px !important
    }

    .col-xs-12>.bold-text {
        font-size: 12px !important;
        margin-top: 7px;
        margin-bottom: 6px;
        text-align: left
    }

    .col-xs-12>a>h5 {
        font-size: 12px
    }

    .col-xs-12>div>.media-object {
        width: 100% !important
    }

    #roomType_manual .rooms_c {
        padding-top: 0
    }

    .text28>span {
        font-size: 20px
    }

    .text15 {
        font-size: 14px
    }

    .sanat-block>.text20 {
        font-size: 14px
    }

    .sanat-block>.text16>ul>li {
        font-size: 12px
    }

    .sanat-block>.text16>ul {
        margin-bottom: 0
    }

    #hotel_options .media-left img {
        max-width: 15px;
        max-height: 15px
    }

    #hotel_options .media-left div {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .hotel_options>h2 {
        font-size: 14px
    }

    .hotel_options>.media>.media-body>label,
    div {
        font-size: 8px
    }

    .areastreatment>.row>h2 {
        font-size: 12px
    }

    #areastreatment .media-left div {
        width: 30px;
        height: 30px;
        line-height: 28px
    }

    #areastreatment .media-left div>img {
        max-height: 20px;
        max-width: 20px
    }

    .transfer_section>h2 {
        font-size: 12px
    }

    #transfer_section .row {
        text-align: center
    }

    .free_room_list>.row>.col-sm-9>.margin-clear>.col-xs-12>.div_no_photo {
        width: 100%;
        height: 77px;
        display: block;
        background: #000
    }

    .medicalbase>.light-blue {
        font-size: 12px
    }

    .col-xs-12>.simple-ajax-popup-align-top>.text-center {
        font-size: 10px;
        margin-top: 10px
    }

    #iframe_mobile {
        max-width: 300px !important;
        max-height: 300px !important
    }

    .show_section_loader {
        margin-right: 45% !important
    }

    .text28 {
        font-size: 18px
    }

    .booking_block_head {
        font-size: 14px
    }

    .text22 {
        font-size: 12px
    }

    #page-body {
        padding-top: 15px
    }

    .col-xs-8 {
        padding-left: 5px;
        padding-right: 5px
    }

    .left-sidebar-main>.row>.col-xs-12>.col-xs-8>.row>.col-xs-5 p {
        text-align: left !important
    }

    .left-sidebar-main>.row>.col-xs-12>.col-xs-8 p {
        margin-bottom: 1px
    }

    .margin-top-20 {
        margin-top: 15px !important
    }

    .text18 {
        font-size: 12px
    }

    .booking_block>.margin-bottom-20>.room-sanatorium>.number-sanatorium {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 77px;
        display: block;
        background: #000
    }

    .booking_block>.margin-bottom-20>.room-sanatorium>.number-sanatorium>img {
        width: 100%;
        position: relative;
        height: 100%;
        object-fit: cover;
        opacity: .7
    }

    .text13 {
        font-size: 11px
    }

    .text30 {
        font-size: 20px
    }

    .booking_block>.fill_dates>.bold-text {
        font-size: 14px !important
    }

    .booking_block>.fill_dates>.bold-text>span {
        margin-top: 5px
    }

    .booking_block label {
        font-size: 10px
    }

    .booking_block .title {
        font-size: 14px
    }

    .garanties-estimate .sanatorium-red-button {
        font-size: 15px !important
    }

    .text16 {
        font-size: 12px
    }

    #medicalbase .counter_gallery_image_2 {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 77px;
        display: block;
        background: #000
    }

    #medicalbase .testimony-treatment {
        min-height: 100px
    }

    #medicalbase .counter_gallery_image_2 img {
        width: 100%;
        position: relative;
        top: -60%;
        opacity: .7
    }

    iframe {
        width: 100% !important;
        height: 100% !important
    }

    #navbar-third .navbar-a-kurort {
        font-size: 10px;
        padding: 0 5px
    }

    .col-xs-2>img {
        width: 37px
    }

    .bottom-mobile-table {
        display: table-footer-group
    }

    .mediaChangePlace2 {
        display: table-header-group
    }

    .padding155 {
        padding-top: 115px !important
    }

    .resort .ques-ans .question-head {
        font-size: 11px;
        padding-right: 25px
    }

    .ques-ans .question-head.red_arrow_down {
        background-size: 15px
    }

    .ques-ans .question-head.red_arrow_up {
        background-size: 15px
    }

    .resort .ques-ans-body {
        font-size: 11px
    }
}

.dropdown-toggle {
    color: red !important
}

.advantage>.container>ul {
    margin-right: 10px
}

body,
html {
    background-color: #eceff4
}

.breadcrumb {
    background-color: #eceff4
}

.additional_info {
    background-color: #fff
}

.sanatorium_link_c {
    color: #095764;
    font-weight: 700
}

.ilk-div-none:first-child {
    display: none
}

.col-md-2 .icon_messengers_m {
    width: 50px;
    margin-bottom: 10px
}

.zcwPopup-form>form>input {
    width: 60% !important
}

.social_hov_a a:hover {
    color: transparent
}

.whatsapp_hover {
    display: none;
    position: absolute;
    top: 56px;
    z-index: 99999999999
}

.whatsapp_hover_img:hover~.whatsapp_hover {
    display: block
}

.red-tooltip+.tooltip>.tooltip-inner {
    background-color: #013b47;
    font-size: 16px
}

.red-tooltip+.tooltip>.tooltip-arrow {
    border-bottom-color: #013b47
}

.red-tooltip+.tooltip {
    margin-left: -8px
}

.red-tooltip1+.tooltip {
    margin-left: -18px;
    margin-top: 10px
}

.red-tooltip1+.tooltip>.tooltip-inner {
    background-color: #013b47;
    font-size: 16px
}

.red-tooltip1+.tooltip>.tooltip-arrow {
    border-bottom-color: #013b47
}

@media screen and (min-width:768px) {
    #rooms_col .graund-col_row {
        margin-left: -3px !important
    }
}

#text_about_mysan {
    text-align: center
}

.zcwPopup-form form select {
    margin-left: 10px !important;
    margin-top: 10px
}

.city {
    padding-top: 8px
}

@media screen and (max-width:414px) {
    .text-white {
        font-size: 40px;
        padding-bottom: 30px
    }

    .transfer_text {
        margin-left: -35px;
        font-size: 13px
    }

    .btn-choose-sanatorium {
        font-size: 10px;
        margin-left: -10px
    }

    .text22 {
        margin-right: 40px !important
    }

    .city_location {
        height: 5px
    }

    .NT_inp {
        margin-left: 0 !important
    }

    .mysan_team_name {
        margin-left: 80px
    }

    .red_text {
        width: 80px !important;
        font-size: 12px
    }

    .team_pp_img img {
        width: 130px !important
    }

    .back_page_button {
        width: 100% !important;
        margin-left: 0 !important
    }

    .casto_text_div {
        margin-top: 100px !important
    }

    #navbar-third {
        height: 170px
    }

    .next_view {
        margin-left: 0;
        margin-top: -20px;
        height: 30px
    }

    .next_view a span {
        font-size: 16px
    }

    .click_video {
        left: 66% !important;
        margin-left: 1px
    }
}

@media screen and (max-width:375px) {
    .text-white {
        font-size: 40px;
        padding-bottom: 30px
    }

    .transfer_text {
        margin-left: -45px;
        font-size: 13px
    }

    .my_small {
        margin-left: -50px
    }

    .etab_text {
        margin-left: -40px
    }

    .rub_text {
        margin-left: -40px
    }

    .sanatoruium_button_big {
        width: 100% !important
    }

    .bord_button {
        width: 100% !important
    }

    .NT_inp {
        width: 100% !important
    }

    .back_page_button {
        width: 100% !important;
        margin-left: 0 !important
    }

    .transfer_prt_btn {
        width: 120px !important;
        margin-left: -50px
    }

    .car_left_parent {
        border-right: none !important
    }

    .my_small {
        margin-left: 90px;
        font-size: 12px;
        margin-top: -40px
    }
}

@media screen and (max-width:320px) {
    #footer .text-white {
        margin-left: 0 !important
    }

    .city_location {
        margin-top: 0;
        margin-left: 0
    }

    .text46 {
        font-size: 35px;
        margin-top: -120px !important
    }

    .my_media_obj {
        width: 70px !important;
        position: absolute;
        margin-top: -70px;
        margin-left: 100px
    }

    .my_media_obj_r {
        width: 70px !important;
        position: absolute;
        margin-top: -70px;
        margin-left: -190px !important
    }

    .nav-trans span {
        font-size: 11px
    }

    .navX {
        margin-left: 20px
    }

    .user_photo {
        margin-top: -30px !important;
        width: 40px !important;
        font-size: 16px !important;
        line-height: 40px !important;
        height: 40px !important;
        margin-left: -100px !important
    }

    .img-flag {
        margin-top: -5px !important;
        margin-left: -20px !important
    }

    .txt_img {
        margin-top: -40px;
        margin-left: -130px
    }

    .footer-social-list a {
        width: 29px !important
    }

    .result-sanatorium {
        width: 92%
    }

    .etab_text {
        margin-top: 70px !important;
        margin-left: -48px !important;
        font-size: 14px
    }

    .transfer_text {
        margin-top: -10px;
        position: absolute
    }

    .my_car3 {
        width: 300px !important;
        margin-top: -20px !important
    }

    .my_small {
        font-size: 12px;
        margin-left: 50px !important;
        margin-top: -80px
    }

    .rub_text {
        margin-right: 210px !important
    }

    .sanatoruium_button_big {
        margin-left: 0 !important;
        width: 100% !important
    }

    .bord_button {
        margin-left: 5px !important
    }

    .media_left_image img {
        margin-left: -5px
    }

    .media_left_image {
        margin-left: 150px;
        margin-top: -15px !important
    }

    .media_left_image_2 {
        margin-left: 220px
    }

    .media_left_image_2 {
        padding: 10px
    }

    .media_left_image_2 img {
        margin-left: -10px
    }

    .media_left_image_3 {
        margin-left: 230px
    }

    .profile_name {
        margin-left: 60px
    }

    .profile_date {
        margin-left: 60px
    }

    .c_z_profile_pic {
        margin-left: -90px
    }

    .NT_inp {
        width: 100% !important;
        margin-left: 0 !important
    }

    .team_pp_img img {
        margin-left: -10px
    }

    .team_pp_img div {
        margin-left: -10px
    }

    .text42 {
        font-size: 20px !important
    }

    .back_page_button {
        width: 100% !important;
        margin-left: 0 !important
    }

    .front_btn_submit {
        margin-left: 5px !important
    }

    .description_news {
        width: 50px
    }

    .next_view {
        width: 100px;
        margin-left: -40px;
        margin-top: -20px;
        height: 30px
    }

    .next_view a span {
        font-size: 16px;
        margin-left: -20px;
        line-height: 30px
    }
}

@media screen and (max-width:768px) {
    .step-first {
        display: none
    }

    .text46 {
        margin-top: -110px !important;
        position: absolute
    }

    .transfer-top-right-form {
        margin-top: 50px
    }
}

@media screen and (max-width:360px) {
    .transfer-top-right-form {
        margin-top: 70px
    }

    .transfer_text {
        font-size: 8px !important
    }

    .rub_text {
        margin-left: -50px
    }

    .etab_text {
        margin-left: -30px
    }

    .my_small {
        margin-left: 70px;
        margin-top: -40px
    }

    .sanatoruium_button_big {
        width: 100% !important
    }

    .bord_button {
        width: 100% !important
    }

    .NT_inp {
        width: 100% !important
    }

    .team_pp_img img {
        width: 120px !important
    }

    .text42 {
        margin-left: -20px;
        font-size: 25px
    }

    .video_button_view {
        width: 100% !important;
        margin-left: 0 !important;
        font-size: 18px
    }

    .back_page_button {
        width: 100% !important;
        margin-left: 0
    }

    .front_btn_submit {
        width: 100% !important;
        margin-left: 5px;
        font-size: 18px
    }

    .transfer_prt_btn {
        width: 100px !important;
        margin-left: -50px;
        font-size: 8px !important
    }

    .car_left {
        border-right: none !important
    }
}

@media screen and (max-width:812px) {
    .step-first {
        display: none
    }

    .text46 {
        margin-top: -50px
    }

    .transfer-top-right-form {
        margin-top: 70px
    }
}

.classClbl {
    margin-right: 70px;
    margin-left: -97px;
    margin-top: 5px;
    color: #27a3bf
}

.sanatoria_video {
    height: auto;
    padding-bottom: 20px;
    background-color: #f5f5f5
}

.col_video_sanat {
    height: auto;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: 10px
}

.sanat_video {
    height: 120px;
    background-color: #0095cd;
    width: 200px;
    margin-top: 10px;
    position: relative;
    margin-left: -20px;
    border: 2px solid #e8f0f5
}

.sanat_video img {
    width: 100%;
    height: 100%;
    background-size: cover
}

.click_video {
    width: 120px;
    background-color: #d4e2eb;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    left: 39%;
    margin-top: -40px !important
}

.click_video li {
    list-style: none;
    background-color: #f03f28;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    color: #27a3bf
}

@media screen and (min-width:768px) {
    .toggle_li {
        display: none !important
    }
}

.video_sanat_iv {
    height: auto;
    background-color: #fff
}

.title_ivv {
    margin-top: 10px;
    font-family: sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 18px
}

.sanat_white_div {
    height: 132px;
    background-color: #d4e2eb
}

.white_title {
    margin-top: 0;
    padding-top: 10px;
    font-family: sans-serif;
    font-weight: 700;
    color: #00a0be;
    font-size: 15px;
    margin-left: 15px
}

.sanat_white_div small {
    padding-left: 15px;
    font-weight: 700
}

.sanat_white_div small span {
    padding-left: 15px
}

.border_radios_div_sanat {
    border: 4px solid #00a9c4;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    float: right;
    margin-right: 10px;
    margin-top: -15px;
    background-image: url(../../images/dvvv.html);
    background-size: cover
}

.video_fff {
    height: auto;
    width: auto;
    margin-top: -70px;
    margin-left: 5px
}

.gray_larn_video {
    width: 120px;
    height: 40px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    z-index: 10;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 10px;
    background-color: #4fa9b9;
    opacity: .8
}

.gray_larn_video:hover {
    background-color: #499aa8
}

.gray_larn_video i {
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 18px
}

.learn_icon_div {
    border-radius: 50%;
    margin-top: -45px;
    border: 1px solid #fff;
    height: 35px;
    margin-right: 5px;
    float: right;
    width: 35px
}

.text_learn {
    width: 67px;
    margin-left: 0
}

.text_learn p {
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
    padding-top: 4px;
    text-align-last: right;
    font-family: sans-serif
}

#video_fff_text_p {
    margin-top: 25px;
    font-family: sans-serif;
    color: #3a3a3a;
    font-size: 12.5px
}

.white_fff_down {
    height: auto;
    margin-top: 0;
    position: relative;
    background-color: #fff;
    padding-bottom: 10px
}

#fff_border_ {
    width: 20px;
    border-width: 20px;
    position: absolute;
    margin-top: -30px;
    left: 40%;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(-180deg)
}

.white_fff_button {
    margin-top: 10px;
    width: 100%;
    color: #fff;
    outline: none;
    border: none;
    background-color: #f03f28;
    border-bottom: 3px solid #9a1c0c;
    font-size: 18px;
    transition: .5s;
    font-weight: 700;
    height: 40px
}

.white_fff_button:hover {
    background-color: #e0321b;
    transition: .5s
}

@media screen and (min-width:1024px) and (max-width:1035px) {
    .sanat_white_div {
        height: 250px
    }

    .border_radios_div_sanat {
        margin-right: 60px
    }

    .gray_larn_video {
        margin-left: 35px
    }

    .social_hov_a {
        margin-left: -20px
    }

    .social_hov_a a img {
        width: 25px !important
    }

    .left_indent {
        text-indent: -20px
    }

    #top-callzone,
    .padding-not-mobile {
        padding: 0 !important;
        padding-left: 10px !important
    }

    .float_right_cols li.dropdown {
        margin-right: 20px
    }

    .col-md-offset-4 {
        margin-left: 330px
    }

    .col_txt_1_romka {
        font-size: 11px;
        margin-left: 15px
    }

    .col_txt_2_romka {
        font-size: 9px;
        width: 120px;
        margin-top: -10px;
        margin-left: 15px
    }
}

@media screen and (min-width:1340px) and (max-width:2560px) {
    .container {
        width: 1320px !important
    }
}

@media screen and (min-width:992px) and (max-width:1330px) {
    .container {
        width: 100% !important
    }
}

.left_white_last_sanat {
    height: auto;
    background-color: #fff;
    margin-top: 10px
}

#sanat_ul_circle {
    list-style: none;
    margin-top: 5px
}

#sanat_ul_circle li {
    margin-top: 9.5px
}

#sanat_ul_circle li span {
    float: right;
    margin-top: -30px;
    font-size: 30px;
    color: #30b0bd
}

#sanat_ul_circle li div {
    border-bottom: 1px solid #d4e3e0;
    width: 90%;
    margin-left: 20px;
    margin-top: -20px
}

#sanat_ul_circle li i {
    font-size: 8px;
    color: #30b0bd
}

#sanat_ul_circle li div a {
    text-decoration: none;
    cursor: pointer;
    color: #30b0bd;
    font-size: 16px;
    font-family: sans-serif
}

.video_vier_icon {
    left: 40% !important;
    top: 0% !important
}

.hoverVideo .video_text {
    left: 22% !important
}

.sanatoria_video_viev {
    left: 40% !important;
    top: 10% !important
}

@media screen and (min-width:768px) {
    .toggle_li {
        display: none !important
    }
}

.video_col_>.col_>ul:before {
    list-style-image: url(../img/icons/circle-blue.png)
}

.first-view-ul {
    list-style: none
}

.first-view-ul>li>img {
    width: 15px
}

.payment-current .margin-left0 {
    margin-left: 0 !important
}

.first-view-ul ul li {
    width: 100%
}

.first-view-ul ul li:nth-child(n+5) {
    display: none
}

.video_col_>.col_5_width>p,
.video_col_>.col_5_width span {
    font-size: 15.5px !important
}

.video_col_>.my_circle_ul>p {
    font-size: 15.5px !important
}

#lhecnay_paket>.text_block_border p,
#lhecnay_paket>.text_block_border li,
#lhecnay_paket>.text_block_border span,
#lhecnay_paket>.text_block_border b {
    font-size: 15.5px !important
}

#terms_of_payment>.sanat-block p,
#lhecnay_paket>.text_block_border li,
#lhecnay_paket>.text_block_border span,
#lhecnay_paket>.text_block_border b {
    font-size: 15.5px !important
}

#docs_blocks_>.text_block_border>.container-fluid p,
#lhecnay_paket>.text_block_border li,
#lhecnay_paket>.text_block_border span,
#lhecnay_paket>.text_block_border b {
    font-size: 15.5px !important
}

#docs_blocks_>.text_block_border>.container-fluid p,
#docs_blocks_>.text_block_border>.container-fluid span,
#docs_blocks_>.text_block_border>.container-fluid b,
#docs_blocks_>.text_block_border>.container-fluid li {
    font-size: 15.5px !important
}

.left_border_white p {
    margin-bottom: 10px !important
}

.zadarmaImageDesign {
    float: right
}

.boldTextZadarma {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    font-family: sans-serif
}

.zadarmaTextPeople {
    float: left !important;
    font-family: sans-serif;
    font-weight: 700;
    color: #00a0be;
    font-size: 15px;
    margin-left: -20px !important
}

.zadarmaTextPeople span {
    color: #000 !important;
    font-weight: 700;
    font-size: 14px;
    float: right;
    margin-right: 5px
}

@media screen and (min-width:320px) and (max-width:959px) {
    .zcwPopup {
        width: 80% !important;
        margin: 0 !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important
    }

    .zadarmaTextPeople {
        margin-left: 0 !important
    }
}

@media screen and (max-width:750px) {
    .zadarmaImageDesign {
        float: none !important
    }

    .zadarmaTextPeople,
    .zadarmaTextPeople span {
        float: none !important
    }
}

@media screen and (max-width:360px) {
    .col-md-2 .icon_messengers_m {
        width: 25px !important;
        height: 25px !important;
        margin-bottom: 0 !important
    }

    .zcwPopup-form input,
    .zcwPopup-form button,
    .zcwPopup-form select {
        height: 25px !important;
        font-size: 12px
    }

    .zcwPopup-form button {
        margin-top: 10px
    }

    .zcwPopup-content h3,
    .boldTextZadarma {
        font-size: 13px
    }

    .zadarmaImageDesign {
        width: 70px;
        margin-bottom: 0 !important
    }

    .zw_adv {
        padding: 0
    }

    .zcwPopup-form>form>input {
        width: 100% !important
    }
}

@keyframes growProgressBar {

    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role="cavid"] {
    --size: 12rem;
    --fg: #369;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

div[role="cavid"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
}