@import url('https://fonts.googleapis.com/css?family=Montserrat:800|Roboto+Condensed:400,700&subset=cyrillic');
@font-face {
    font-family: 'MuseoSansCyrl-700';
    src: url('../fonts/MuseoSansCyrl-700.eot');
    src: url('../fonts/MuseoSansCyrl-700.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-700.woff') format('woff'), url('../fonts/MuseoSansCyrl-700.otf') format('otf'), url('../fonts/MuseoSansCyrl-700.ttf') format('truetype'), url('../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSansCyrl-500';
    src: url('../fonts/MuseoSansCyrl-500.eot');
    src: url('../fonts/MuseoSansCyrl-500.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-500.woff') format('woff'), url('../fonts/MuseoSansCyrl-500.otf') format('otf'), url('../fonts/MuseoSansCyrl-500.ttf') format('truetype'), url('../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSansCyrl-300';
    src: url('../fonts/MuseoSansCyrl-300.eot');
    src: url('../fonts/MuseoSansCyrl-300.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-300.woff') format('woff'), url('../fonts/MuseoSansCyrl-300.otf') format('otf'), url('../fonts/MuseoSansCyrl-300.ttf') format('truetype'), url('../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSansCyrl-900';
    src: url('../fonts/MuseoSansCyrl-900.eot');
    src: url('../fonts/MuseoSansCyrl-900.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-900.woff') format('woff'), url('../fonts/MuseoSansCyrl-900.otf') format('otf'), url('../fonts/MuseoSansCyrl-900.ttf') format('truetype'), url('../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'), url('../fonts/BebasNeueRegular.woff') format('woff'), url('../fonts/BebasNeueRegular.otf') format('otf'), url('../fonts/BebasNeueRegular.ttf') format('truetype'), url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-display: swap;
}


/* @import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap'); */


/* @import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap&subset=latin-ext'); */

html {
    height: 100%
}

body {
    height: 100%;
    font-size: 18px;
    font-family: 'MuseoSansCyrl-300';
    overflow-x: hidden;
    box-sizing: border-box;
    background: rgba(117, 122, 155, 0.15);
    color: #333;
}

.usual-none {
    display: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    position: relative
}

#jc {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    position: relative
}

blockquote,
label,
ol,
ul,
dl,
fieldset,
address {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.5em auto
}

h1,
h2,
h3,
h4 {
    position: relative;
    color: #5C6366
}

a {
    outline: none;
    text-decoration: underline;
    color: inherit
}

a:focus,
a:visited,
a:hover {
    outline: none;
    text-decoration: none;
    color: inherit
}

h1 {
    font-size: 1.7em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.3em
}

h4 {
    font-size: 1.2em
}

h5 {
    font-size: 1.1em
}

h6 {
    font-size: 1em
}

p {
    margin: 0 auto 15px;
    text-align: left
}

img {
    border: none;
    max-width: 100%
}

input {
    vertical-align: middle
}

input,
textarea {
    font-family: inherit
}

table {
    clear: both
}

.btm-tlfn {
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 1000;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 28px;
    background: #6AB9DB;
    color: #fff;
    padding: 10px 30px;
    line-height: 18px;
    text-align: center
}

.btm-tlfn a {
    text-decoration: none
}

.btm-tlfn small {
    font-size: 14px
}

.alert {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.close {
    z-index: 1001
}

.btn-primary {
    background-color: #5C6366;
    border-color: #03B0DB
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #03B0DB;
    border-color: #03B0DB
}

#mobmenu,
#mobrmenu {
    display: none
}

#wrapper {
    width: 100%;
    min-height: 100%;
    min-height: calc(100%);
    height: auto;
    margin: 0;
    position: relative;
    display: block;
    text-align: center
}

#middle {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    z-index: 1
}

.middlecolumn {
    width: 250px;
    position: fixed;
    left: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.logowr {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center
}

.head-logo {
    width: 120px;
    display: block;
    text-align: center;
    margin: 5px auto 0
}

.head-logo a {
    text-decoration: none;
    font-size: 35px
}

#header {
    width: 100%;
    height: 880px;
    margin: -59px 0 0;
    padding: 0;
    position: relative;
    display: block;
}

.video-wr1 {
    position: relative;
    padding-bottom: 75%;
    padding-top: 25px;
    height: 0
}

.video-wr2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video-wr {
    position: relative;
    padding-bottom: 40%;
    padding-top: 25px;
    height: 0;
    margin-top: 50px;
}

.video-wr iframe,
.video-wr1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.no-padd {
    padding-left: 0;
    padding-right: 0
}

.blbg .video-wr,
.blbg .video-wr1 {
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    min-width: 130%;
    width: auto;
    max-width: none;
    min-height: 150%;
    height: auto;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blbg video,
.blbg img {
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    min-width: 100%;
    width: auto;
    max-width: none;
    min-height: 150%;
    height: auto;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blbg img {
    min-height: 100%;
    top: 50%;
}

.blbg:after {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 0;
    background: rgba(0, 0, 0, 0.1);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) -15%, rgba(0, 0, 0, 0.75) 100%);
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0) -15%, rgba(0, 0, 0, 0.75) 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0) -15%, rgba(0, 0, 0, 0.75) 100%);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) -25%, rgba(0, 0, 0, 0.75) 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) -15%, rgba(0, 0, 0, 0.75) 100%);
}

.gl-bg-wr .blbg:after {
    background: rgba(0, 0, 0, 0.3)
}

.gl-bg-wr .video-wr {
    background: url('../images/gl-bg.jpg') no-repeat 50%/cover
}

#comments-form-link .showform,
.showform,
.b24-web-form-popup-btn-1,
.b24-web-form-popup-btn-3,
.button1,
.cena>a {
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #6AB9DB;
    display: block;
    width: 100%;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    transition: .4s;
}

#book,
.cena>a {
    min-width: 250px;
    transition: .4s;
}

#book:hover,
.cena>a:hover {
    background: #6DD16D;
}

body.index .col-sm-4.text-right {
    width: auto;
}

.home_enter {
    color: #fff;
    text-decoration: none
}

.showform:hover,
.showform:focus,
.showform:visited {
    color: #fff
}

.h-enter-wr {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    display: block;
    width: 100%
}

.home_enter:hover,
.home_enter:active,
.home_enter:visited {
    text-decoration: underline;
    color: #fff
}

.logo_contaner {
    max-height: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 120px
}

.logo_contaner img {
    max-height: 150px
}

.slogan {
    text-align: left;
    font-size: 22px;
    padding: 325px 0 30px;
    color: #fff;
    position: relative;
    font-family: 'MuseoSansCyrl-700';
}

.ttl-sait {
    /* font-size: 56px; */
    font-size: 63px;
    font-weight: bold;
    display: inline-block;
    padding: 0px 0;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 40px;
    font-family: 'BebasNeueRegular';
    font-weight: normal;
    margin-bottom: 10px;
}

.ttl-sait::after {
    content: '';
    display: block;
    width: 225px;
    height: 13px;
    background: #6DD16D;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.slogan strong {
    font-size: 28px;
    font-family: 'MuseoSansCyrl-700';
    text-transform: uppercase;
    display: block;
    padding-top: 20px;
    padding-bottom: 26px;
}

.modwr {
    width: 100%;
    margin: 0 auto;
    padding-top: 95px;
    z-index: 2;
    position: relative;
    display: block;
    text-align: center
}

#toplogo {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-top: 4px;
    width: 47px;
    text-align: left;
    float: left
}

#toplogo a {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

#toplogo img {
    max-height: 50px
}

input#mod-finder-searchword.search-query.input-medium {
    width: 100%;
    max-width: 200px;
    height: 28px;
    padding-left: 30px;
    background: url('../images/search.png') no-repeat 3px 50%;
    border: 1px solid #fff;
    margin: 8px auto
}

div.finder {
    width: 100%;
    padding: 0 10px
}

div#finder-filter-window,
div#search-query-explained,
div#search-result-empty,
ul.search-results.list-striped {
    float: left;
    clear: both
}

div.finder label,
div#search-query-explained,
div.finder a.btn {
    font-size: 0.7em
}

.gtr-mod {
    width: 20%
}

.zvnk-top {
    line-height: 28px;
    padding: 10px 0px 10px 30px;
    text-transform: uppercase;
    background: url('../images/tlfn.png') no-repeat 3px 50%
}

#topmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 100;
    width: 100%;
    color: #fff;
    background: #6AB9DB;
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2)
}

#topmenu .custom .h-tlfn div,
#topmenu a {
    color: #6AB9DB;
    text-decoration: none;
    white-space: nowrap;
}

#topmenu .row {
    float: right;
    display: inline-block
}

#topmenu .container {
    display: flex;
    align-items: center;
}

#topmenu .container .row {
    order: 1;
    margin-right: 0px;
    margin-left: 0px;
}

.h-tlfn {
    font-size: 24px;
    padding: 23px 45px;
    background: #fff
}

.lozung {
    padding: 7px 0;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    text-align: right;
    text-transform: uppercase
}

#menu {
    margin: 0 auto;
    padding: 0;
    border: none;
    min-height: 1px;
    text-align: center;
    display: inline-block!important
}

#menu .nav>li {
    display: inline-block;
    z-index: 100;
    vertical-align: top;
    outline: none;
    margin: 0 13px;
}

#menu .nav>li>a,
#menu .nav>li>span {
    display: inline-block;
    vertical-align: middle;
    padding: 25px 15px;
    margin: 0px auto;
    color: #fff;
    transition: .4s;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'MuseoSansCyrl-700';
}

#menu .nav>li>.it-a {
    font-size: 22px;
    /*font-style:italic;text-transform:none;*/
    padding: 11px 15px;
    text-decoration: none
}

#menu .nav>li:last-child>a,
#menu .nav>li:last-child>span {
    padding-right: 5px
}

#menu .nav>li>a:focus,
#menu .nav>li>a:hover,
#menu .nav>li>span:hover {
    background: inherit;
    border-color: #fff
}

#menu .nav>li:last-child>a:hover,
#menu .nav>li:last-child>span:hover,
#menu .nav>li:last-child>a:focus {
    padding-right: 5px
}

#menu .nav>li>a.ttl-sait:hover {
    padding: 5px 14px
}

#menu .nav>li>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 290px;
    width: auto;
    background: #6AB9DB;
    list-style: none;
    text-align: left;
    padding: 25px!important;
    font-size: 100%;
    transition: .4s
}

#menu .nav>li>ul li {
    padding: 5px 0
}

#menu .nav>li>ul li:last-child {
    border-bottom: none
}

#menu .nav>li>ul a {
    color: #fff;
    transition: .4s;
    display: inline-block;
}

#menu .nav>li>ul a:hover {
    color: #5C6366;
}

#menu .nav>li:last-child>ul {
    left: 0;
    right: auto
}

#menu .nav>li:hover>ul,
#menu .nav>li:focus>ul {
    display: block
}

#dopmenu {
    position: relative;
    display: block;
    z-index: 2;
    width: 100%;
    color: #fff
}

#dopmenu ul {
    margin: -30px auto 0;
    border: none;
    min-height: 1px;
    width: 100%;
    max-width: 1200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#dopmenu ul>li {
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    outline: none;
    width: 20%;
    margin: 0 2.5%
}

#dopmenu ul>li>a {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 18px 15px;
    color: #fff;
    background: #5C6366;
    text-transform: uppercase;
    text-decoration: none;
    font: bold 18px/1 'Roboto Condensed'
}

#dopmenu ul>li>a:focus,
#dopmenu ul>li>a:hover {
    background: #5C6366;
    color: #d1c5b8
}

#dopmenu ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0
}

#lang-switch {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 100
}

#slaider-wr {
    width: 100%;
    margin: -59px auto 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden
}

#slaider-wr .container {
    overflow: hidden;
    padding: 0
}

.top-pic-txt {
    display: block;
    padding: 120px 10px 80px;
    font-size: 40px;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

#glavnaya {
    width: 100%;
    margin: 0;
    display: block;
    position: relative
}

.bl-video {
    display: block;
    width: 100%;
    padding: 30px 0;
    position: relative;
    clear: both
}

.cat-mod-wr {
    display: block;
    width: 100%;
    max-width: 800px;
    padding: 0;
    margin: 30px auto;
    position: relative;
    clear: both;
    text-align: center
}

.cat-mod-wr img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.cat-ttl-mod strong {
    color: #fff;
    font-size: 32px;
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    max-width: 100%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cat-ttl-mod {
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3)
}

#obr-sv {
    width: 50%;
    margin: 30px 10px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99
}

#cart {
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -30px;
    z-index: 99
}

#cart a {
    display: inline-block;
    background: #5C6366;
    border-radius: 10px 0 0 10px;
    padding: 10px 20px
}

#cart a img {
    width: 40px
}

.open_modal_d {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    text-transform: uppercase
}

#about1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: left
}

#about1 .breadcrumb {
    border: none;
    background: none;
    padding: 0px;
    z-index: 102;
    text-align: left;
    margin-left: -5px;
}

.breadcrumb>li+li::before {
    display: none
}

.breadcrumb span.divider {
    padding: 0px;
    font-weight: 700
}

.breadcrumb li {
    margin: 0 !important;
    text-shadow: none;
    display: inline-block;
    line-height: normal
}

.breadcrumb li a,
.breadcrumb li span {
    font-size: 16px;
    padding: 0px 5px;
    color: #494949;
    text-decoration: none
}

#container {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: block
}

#mleft {
    width: 25%;
    min-height: 0;
    margin: 0 -2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 0;
    display: inline-block;
    vertical-align: top
}

#mleft .menu {
    text-align: left
}

#mleft .menu li {
    display: block;
    margin-bottom: 1px
}

#mleft .menu li a {
    color: #004276;
    text-decoration: none;
    display: block;
    padding: 5px;
    text-transform: uppercase
}

#mleft .menu li a:focus,
#mleft .menu li a:hover {
    background: #6AB9DB;
    color: #fff
}

#mleft .menu li ul {
    display: none;
    position: relative;
    padding: 5px 5px 5px 15px
}

#mleft .menu li:focus ul,
#mleft .menu li:hover ul,
#mleft .menu li ul:hover {
    display: block
}

#content80 {
    width: 75%;
    min-height: 0;
    margin: 0 -2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 0 0 0 15px;
    display: inline-block;
    vertical-align: top
}

#content {
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 0
}

.item-page ul,
.item-page ol {
    text-align: left;
    padding: 0.5em 0 0.5em 0px
}

#uslugi-gl {
    z-index: 2;
    display: block;
    position: relative;
    width: 100%
}

.slogan-wr {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    padding: 10px 0 30px;
    margin: 0 -15px 30px;
    color: #fff;
    display: block;
    background: #5C6366;
    -webkit-box-shadow: 0 0 3px 3px rgba(100, 100, 100, 0.2);
    box-shadow: 0 0 3px 3px rgba(100, 100, 100, 0.2)
}

.slogan-wr strong {
    font-size: 32px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    display: block
}

#uslugi-gl .col-sm-4 {
    padding: 0 1px 30px
}

.slick-dots li button.usl-itm-ttl {
    position: relative;
    width: auto;
    height: auto;
    text-transform: uppercase
}

.usl-itm-ttl a,
.usl-itm-ttl span {
    /* font-size:22px;text-transform:uppercase;color:#6AB9DB;text-decoration:none */
    display: inline-block;
    padding: 11px 10px;
    text-transform: uppercase;
    background: #fff;
    color: #6DD16D;
    border: 2px solid #6DD16D;
    text-decoration: none;
    border-radius: 0px;
    width: 250px;
    text-align: center;
    white-space: nowrap;
    transition: .4s;
    cursor: pointer;
}

.usl-itm-ttl:hover span,
.active .usl-itm-ttl span {
    color: #fff;
    background: #6AB9DB;
    border-color: #6AB9DB;
}

.usl-itm-bl {
    display: inline-block;
    width: 30%;
    max-width: 100%;
    margin: 0 auto;
    height: 455px;
    overflow: hidden;
    position: relative;
}

.usl-itm-bl a {
    position: relative;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    display: block;
    text-align: right
}

.usl-itm-bl a .value {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    color: #5C6366;
    font-weight: 300;
    min-height: 126px;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-family: 'MuseoSansCyrl-500';
    font-size: 19px;
    text-transform: uppercase;
    transition: .4s;
}

.usl-itm-bl a .value span {
    font-size: 20px;
    font-family: 'MuseoSansCyrl-900';
    color: #6AB9DB;
    transition: .4s;
}

.usl-itm-bl a .value strong {
    font-weight: normal;
    font-family: 'MuseoSansCyrl-900';
    color: #5C6366!important;
}

.usl-itm-bl:hover a .value span {
    color: #6DD16D;
}


/* .usl-itm-bl a:hover .value{transition: all .2s ease-in-out .2s;z-index:11;background:#6AB9DB} */

.usl-itm-bl a .bl-more {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    transition: all .3s ease-in-out
}

.usl-itm-bl a:hover .bl-more {
    left: 0;
    transition: all .3s ease-in-out .2s;
}

.usl-itm-bl a .bl-more .table {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table
}

.usl-itm-bl a .bl-more .table .td {
    padding: 0 70px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    vertical-align: middle;
    display: table-cell
}

.nav-slider-gl .sl-itm {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 10px;
    margin-bottom: 45px;
}

#video-bl-gl {
    padding: 84px 0 60px;
    margin-top: -54px
}

#video-bl-gl p {
    text-align: center
}

#video-bl-gl strong {
    text-transform: uppercase;
    color: #dc143c
}

#block1 {
    padding: 30px 0;
}

.bl-sntr-itm {
    color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    margin-left: 15px;
    width: calc(33.3% - 30px);
    padding-bottom: 62px;
}

.bl-sntr-itm a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px
}

.bl-sntr-itm .bl-more {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6AB9DB;
    z-index: 10;
    transition: all .3s ease-in-out;
    overflow: hidden
}

.bl-sntr-itm:hover .bl-more {
    top: 0;
    transition: all .3s ease-in-out .2s;
}

.bl-sntr-itm .bl-more .table {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table
}

.bl-sntr-itm .bl-more .table .td {
    padding: 0 30px;
    color: #fff;
    font-weight: 300;
    max-height: 300px;
    overflow: auto;
    vertical-align: middle;
    display: table-cell;
    font-size: 18px;
    font-family: 'MuseoSansCyrl-300';
}


/* #novosti{padding:30px 0;background:#fff} */

#novosti .showform {
    margin: 40px auto 10px;
    background: #fff
}

.jcomments-latest,
.newsflash-vert {
    list-style: none;
    padding: 0!important
}

.jcomments-latest li,
.newsflash-item {
    margin-bottom: 30px
}

ul.jcomments-latest .comment-separator,
.article-separator {
    display: block;
    border-top: 1px dashed #5C6366;
    height: 1px;
    position: relative;
    margin: 30px auto
}

.slider-big {
    display: block;
    margin: 30px auto 0
}

.slider-big img {
    width: 100%;
    border: 2px solid #9e724e
}

.slider-nav {
    display: block;
    margin: 0 auto 30px
}

.slider-nav .slick-slide {
    margin: 4px 2px
}

.slider-nav img {
    border: 2px solid #fff
}

.slider-nav .slick-current img {
    border: 2px solid #9e724e
}

.specprice {
    color: #e51a4b;
    font-size: 24px;
    margin: 0;
    padding: 5px 0
}

.specprice span {
    font-weight: bold
}

.bl1-gl {
    padding: 30px 0 50px;
    position: relative;
}

#block2 {
    padding: 30px 0 50px;
    position: relative;
    display: block;
    overflow: hidden
}

#block4 {
    padding: 80px 0 50px;
    position: relative;
    display: block;
    overflow: hidden;
}

.bl-sovet-itm {
    border: 15px solid rgba(117, 122, 155, 0.15);
    font-size: 1.1em;
    font-weight: 300;
    display: block;
    background: #5C6366;
    height: 130px
}

.bl-sovet-itm a {
    position: absolute;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    width: 90%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.stat-count {
    color: #6DD16D;
    margin: 12px auto;
    font-family: 'MuseoSansCyrl-900';
    font-size: 50px;
}

#block2 .strong {
    font-size: 32px;
    font-weight: /*bold*/
    normal;
    text-transform: uppercase;
    color: #5C6366
}

#block2 .num-wr {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 15px;
    color: #5C6366
}

#block2 .fnt-b-wr {
    font-size: 1.3em
}

#block3 {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    height: auto
}

#block5 {
    padding: 72px 0 46px;
    position: relative;
    overflow: hidden;
    background: url("/images/pics/quit-bg.jpg") no-repeat center;
    background-size: cover;
    background-position: top -44px center;
    background-attachment: fixed;
    color: #fff
}

#block3 .open_modal_d,
#block5 .open_modal_d,
.konsult,
#block3 .b24-web-form-popup-btn-7 {
    position: absolute;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    padding: 10px 50px;
    background: #6AB9DB;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    text-decoration: none
}

#block5 .open_modal_d,
.konsult {
    background: #5C6366
}

#block5 .row {
    margin-left: 0;
    margin-right: 0;
}

#block5 .block {
    text-align: right;
}

#block5 .block>span {
    position: relative;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: 'MuseoSansCyrl-700';
    font-size: 22px;
    display: inline-block;
    padding-left: 20px;
}

#block5 .block>span::after {
    content: '';
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OS4zMjA5OCA0MS4wMzA1MyI+DQogIDx0aXRsZT7QoNC10YHRg9GA0YEgMTA8L3RpdGxlPg0KICA8ZyBpZD0iYTk2YzhhMWYtMWJiOS00OWVjLTg5ZmItYjYxY2I1ODI3NDJiIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPg0KICAgIDxnIGlkPSJlY2YyZGNkMC0yODRhLTQ3NTktOWFhNS05MjE2N2FmNzI1MTkiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMSI+DQogICAgICA8ZyBzdHlsZT0ib3BhY2l0eTogMC4zMyI+DQogICAgICAgIDxwYXRoIGQ9Ik01Ljc5MjMsNDEuMDMwNTNsLS41MjQtMS43NjY3MmM3LjA3NDYzLTIuMDYsMTIuMTcyMzYtNi4zMTQ5MiwxNC45NzAyNy0xMy40MzE5NC0uNTc1MS4xODY3NS0uOTkxMjYuMjk4MzMtMS4zODk3OS40NTQ4QTEzLjY1MjE4LDEzLjY1MjE4LDAsMSwxLDExLjAwMzkuMjY4NjVDMTguNTc0MjctMS4zMywyNi41NDUzOCw0LjQwMjI2LDI3LjY3MzU2LDEyLjI1NjM0QTI1LjcwMDI1LDI1LjcwMDI1LDAsMCwxLDYuODg0NDksNDAuOTU5NjJDNi41Nzg3OCw0MS4wMTE5NCw2LjI2MjM5LDQxLjAwMTgzLDUuNzkyMyw0MS4wMzA1M1oiIHN0eWxlPSJmaWxsOiAjZmZmIi8+DQogICAgICAgIDxwYXRoIGQ9Ik01MS41NDE2NiwyNS42ODA1OGMtNS4wNTc3MywyLjI2Mzg1LTkuNzgzNjYsMi4zMDQ5Mi0xNC4xNzQ0LS42Nzc2My00LjkzODE1LTMuMzU0MzgtNi44MzQ4OS04LjE3MjEyLTUuODQ1LTE0LjA0MDM1QTEzLjI5MzY5LDEzLjI5MzY5LDAsMCwxLDQxLjg2NzgxLjM4MjEyYTEzLjMyNzY4LDEzLjMyNzY4LDAsMCwxLDE0LjIyNDUyLDUuNDA0MWMzLjY5Mjc4LDQuODk0NTIsMy44NDc5MiwxMC40OCwyLjMxLDE2LjAyODMzLTIuNzkxMTEsMTAuMDY5NTMtOS4yMTIxMiwxNi42NTc1NC0xOS42MTc4NiwxOC45ODk3LTEuNzE3ODIuMzg1LTEuNzIxNjEuMzY4MTEtMi4yMDY4Ni0xLjU3MDcyQTIxLjU3ODcxLDIxLjU3ODcxLDAsMCwwLDUxLjU0MTY2LDI1LjY4MDU4WiIgc3R5bGU9ImZpbGw6ICNmZmYiLz4NCiAgICAgIDwvZz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K");
    background-position: center center;
    background-repeat: no-repeat;
}

#block5 .block>div {
    text-align: right;
    margin-top: 50px;
    font-family: 'MuseoSansCyrl-500';
    font-size: 19px;
}

.konsult:focus,
.konsult:hover,
.konsult:visited {
    background: #5C6366;
    color: #fff
}

.txt-clr1,
.bl-sntr-itm a.txt-clr1 {
    background: #03B0DB
}

.txt-clr2,
.bl-sntr-itm a.txt-clr2 {
    background: #004276
}

.txt-clr3,
.bl-sntr-itm a.txt-clr3 {
    background: #6AB9DB
}

.bg-gr {
    background: rgba(0, 0, 0, 0.7)
}

.bl-sntr-itm .bg-gr {
    padding: 15px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    display: block;
    text-transform: uppercase;
    width: 100%;
    background: #6DD16D;
    font-size: 21px;
    font-family: 'MuseoSansCyrl-700';
    transition: .4s;
}

.bl-sntr-itm:hover .bg-gr {
    background: #6AB9DB;
}

.spec-bl-itm-wr {
    padding: 20px 0;
    border-bottom: 3px solid #6AB9DB
}

.spec-bl-img {
    max-width: 250px;
    max-height: 375px;
    margin-right: 40px;
}

.djslider-default {
    margin: 0 auto 20px
}

.slide-desc-bg-default {
    background: RGBA(0, 0, 0, 0)
}

.slide-desc-text-default {
    text-align: center
}

.slide-desc-text-default .slide-title,
.slide-desc-text-default .slide-title a {
    color: #5C6366;
    font-size: 24px;
    font-weight: normal
}

.djslider-default .navigation-container-custom,
.djslider-default .navigation-numbers {
    top: auto;
    bottom: -10px
}

.djslider-default .load-button {
    width: 15px;
    height: 15px;
    background: #6AB9DB;
    border: none;
    border-radius: 3px
}

.slide-desc-text-default a.readmore {
    float: none;
    margin: 10px auto;
    display: inline-block;
    padding: 5px 15px;
    background: #6AB9DB;
    color: #fff;
    border-radius: 3px;
    text-decoration: none
}

.slide-desc-text-default a.readmore:hover {
    background: #004276
}

.procdr-ttl {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px
}

.kont-wr {
    margin-bottom: 20px
}

.fbpTopicExtended {
    width: 100%;
    max-width: 1200px;
    margin: auto
}

img.bgimg {
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    min-width: 100%;
    width: auto;
    max-width: none;
    min-height: 100%;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.page-header {
    display: block;
    position: relative;
    font-size: 36px;
    padding: 35px 0 10px;
    margin: 0 auto;
    border: none
}


/* .bl-ttl{display:block;position:relative;font-size:36px;margin:0 auto 20px;max-width:100%;padding:15px 0;color:#5C6366} */

.container .page-header {
    background: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-header:after {
    bottom: 30px
}

.page-header h2,
.page-header h3,
.bl-ttl h2,
.bl-ttl h3,
.bl-ttl strong {
    max-width: 1200px;
    font-size: 32px;
    font-weight: /*bold*/
    normal;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    position: relative
}

.bl-ttl .strong:before {
    content: '';
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 2px;
    background: #5C6366;
    position: absolute;
    top: 50%;
    left: -60px
}

.bl-ttl .strong:after {
    content: '';
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 2px;
    background: #5C6366;
    position: absolute;
    top: 50%;
    right: -60px
}

div[itemprop="articleBody"] h1,
.page-header h1,
body:not(.index) div[itemprop="articleBody"] h4,
.bl-titl,
h2,
body:not(.index) div[itemprop="articleBody"] h3:not(:last-child),
.bl-ttl {
    display: block;
    position: relative;
    margin: 0;
    color: #6AB9DB;
    text-transform: uppercase;
    font-family: 'BebasNeueRegular';
    font-size: 50px;
    text-align: left;
    margin-top: -15px;
    text-align: left!important;
}

.bl-titl strong {
    font-weight: normal;
}

.page-header h4 {
    font-size: 22px;
    margin: -15px auto 15px;
    display: block
}

input.button1[type="submit"]:disabled {
    opacity: .8
}

.open_modal,
.open_modal_d {}

.open_modal p {
    margin: 0 auto;
    text-decoration: underline;
    padding-top: 10px;
    font-size: 20px;
    display: block
}

.overlay,
.overlay1 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.popup,
.popup2 {
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 99999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s
}

@media (max-width: 480px) {
    .popup,
    .popup2 {
        width: 80vw;
    }
}

.popup form {
    padding: 27px;
    right: 0;
    width: 100%;
    max-width: 300px;
    background: #5C6366;
    border-radius: 3px;
    color: #fff
}

@media (max-width: 480px) {
    .popup form {
        max-width: none;
    }
}

.popup2 .window {
    padding: 27px;
    right: 0;
    width: 100%;
    max-width: 373px;
    background: #fff;
    border-radius: 3px
}

.popup form input {
    width: 100%;
    min-height: 32px;
    font-size: 16px;
    padding: 6px;
    margin: 10px auto;
    border-radius: 5px;
    color: #fff;
    background: inherit;
    border: 2px solid #fff
}

.popup form input[name="txtname"] {
    margin-top: 20px
}

.popup form textarea {
    background: inherit;
    color: #fff;
    padding: 6px;
    margin: 10px auto;
    width: 100%;
    height: 50px;
    resize: none;
    border: 2px solid #fff
}

.popup form label {
    width: 100%;
    color: #fff;
    height: 20px;
    display: block;
    font-size: 12px;
    margin: 8px auto;
    padding: 0
}

.popup form label a {
    color: #fff
}

.popup form input[type="submit"] {
    background: #fff;
    display: block;
    border: none;
    text-align: center;
    color: #5C6366;
    padding: 10px;
    margin: 10px auto;
    text-transform: uppercase;
    width: 100%;
    max-width: 200px
}

.popup form input[type="checkbox"] {
    width: auto;
    margin: 2px;
    padding: 2px;
    float: left
}

.popup form h5,
.popup2 h5 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #B34F5F
}

.popup .close_modal,
.popup2 .close_modal {
    position: absolute;
    padding: 1px 9px 4px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-family: 'tahoma', 'Geneva CY', 'Kalimati', sans-serif;
    text-align: center
}

.popup2 p {
    font-size: 18px;
    line-height: 22px;
    text-align: center
}

.popup2 p strong {
    font-size: 20px;
    font-weight: normal;
    display: block
}

.popup2 hr {
    background: #1AA03F;
    height: 1px;
    border: none
}

.fofm input::-webkit-input-placeholder {
    opacity: 1!important
}

.fofm input::-moz-placeholder {
    opacity: 1!important
}

.fofm textarea::-webkit-input-placeholder {
    opacity: 1!important
}

.fofm textarea::-moz-placeholder {
    opacity: 1!important
}

.blog {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto 20px;
    display: block;
    position: relative;
    text-align: left
}

.blog .item {
    display: block;
    position: relative;
    clear: both;
    margin: 10px auto;
    padding: 20px 0
}

.blog.lechenie-wr {
    margin: 0 auto 20px
}

.blog.lechenie-wr .item {
    margin: 0 auto 40px;
    padding: 0
}

.news-img {
    float: left;
    margin-right: 20px
}

.news-img img {
    max-width: 300px
}

.blog>.item>.mid-bl-item>.mid-bl-item-text>a {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: #6AB9DB;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    transition: .4s;
}

.blog>.item>.mid-bl-item>.mid-bl-item-text>a:focus,
.blog>.item>.mid-bl-item>.mid-bl-item-text>a:hover {
    color: #6DD16D;
}

.blog.lechenie-wr>.item>.mid-bl-item>.mid-bl-item-text {
    text-align: center;
    padding: 0 0 15px
}

.blog.lechenie-wr>.item>.mid-bl-item>.mid-bl-item-text>a {
    font-size: 28px;
    font-style: normal
}

.specy-wr {
    display: block;
    position: absolute;
    top: -91px;
    left: 0;
    width: 100%;
    height: 100%!important;
    text-align: center;
    z-index: 0
}

.specy-wr img {
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    min-width: 100%;
    width: auto;
    max-width: none;
    min-height: 100%;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.specy-bl .page-header {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    text-align: center
}

.specy-bl .mid-bl-item-wr {
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.specy-bl .mid-bl-item {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 0 1%;
    overflow: hidden
}

.specy-bl .mid-bl-item .mid-bl-item-bg img {
    max-width: 100%
}

.specy-bl .mid-bl-item .mid-bl-item-bg:after {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3)
}

.specy-bl .mid-bl-item .mid-bl-item-text {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 32px;
    text-align: center;
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    max-width: 100%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.specy-bl .mid-bl-item .mid-bl-item-text a {
    color: #fff;
    text-decoration: none
}

#phocagallery {
    margin: 0 auto 60px
}

.pg-cv-box {
    padding: 0;
    float: none;
    display: inline-block
}

.phocagallery-box-file,
.pg-csv-box {
    float: none;
    display: inline-block;
    width: 300px;
    text-align: center;
    max-width: 100%!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background: none
}

.pg-csv-box:hover {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg-csv-box-img.pg-box1,
.pg-box2 {
    margin: 0 auto
}

.pg-csv-box-img .pg-box3 {
    width: 240px!important;
    height: 240px!important;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2)
}

.pg-csv-box-img .pg-box3 a img {
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.pg-csv-box-img:hover .pg-box3 {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
    box-shadow: 0px 0px 4px 2px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2)
}

.pg-csv-name,
.pg-cv-name {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    padding-left: 5px;
    background: none
}

.pg-csv-name a,
.pg-cv-name a {
    font-size: 20px;
    text-decoration: none;
    color: #c4913f;
    margin: 5px 0;
    display: block
}

.pg-csv-name a:hover {
    text-decoration: underline
}

.pg-cv-paginaton {
    margin-bottom: 0;
    min-height: 0
}

.pg-csv-name,
.pg-csv-name-i {
    font-size: 14px;
    font-style: italic;
    padding: 10px 0
}

.pg-csv-name a,
.pg-csv-name-i a {
    text-decoration: none
}

.pg-back-b {
    display: block;
    clear: both;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    margin: 20px auto;
    float: none;
    width: 48px
}

span#jcemediabox-popup-numbers a {
    display: none
}

ul.pager.pagenav {
    list-style: none
}

ul.pager.pagenav li.next {
    float: right
}

#container div.pagination ul {
    margin: 0 auto;
    display: inline-block;
    padding: 5px
}

div.pagination ul li {
    display: inline;
    position: relative;
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold
}

div.pagination ul li a {
    color: #B34F5F;
    text-decoration: none
}

div.pagination {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    display: block;
    clear: both
}

.pagination ul li.pagination-start a,
.pagination ul li.pagination-start span {
    font-size: 0
}

.pagination ul li.pagination-start a:before,
.pagination ul li.pagination-start span:before {
    content: '«';
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    font-family: 'tahoma', 'Geneva CY', 'Kalimati', sans-serif
}

.pagination ul li.pagination-prev a,
.pagination ul li.pagination-prev span {
    font-size: 0
}

.pagination ul li.pagination-prev a:before,
.pagination ul li.pagination-prev span:before {
    content: '‹';
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    font-family: 'tahoma', 'Geneva CY', 'Kalimati', sans-serif
}

.pagination ul li.pagination-next a,
.pagination ul li.pagination-next span {
    font-size: 0
}

.pagination ul li.pagination-next a:before,
.pagination ul li.pagination-next span:before {
    content: '›';
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    font-family: 'tahoma', 'Geneva CY', 'Kalimati', sans-serif
}

.pagination ul li.pagination-end a,
.pagination ul li.pagination-end span {
    font-size: 0
}

.pagination ul li.pagination-end a:before,
.pagination ul li.pagination-end span:before {
    content: '»';
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    font-family: 'tahoma', 'Geneva CY', 'Kalimati', sans-serif
}

.counter.pull-right {
    display: none
}

#bottom {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
    position: relative;
    display: block/*;-webkit-box-shadow:0px 0px 3px 3px rgba(0,0,0,0.2);box-shadow:0px 0px 4px 4px rgba(0,0,0,0.2)*/
}

#bottom .content {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

#bottom .content .container {
    text-align: left
}

.content-on-map {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px 20px 5px;
    line-height: 1.1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    border: 5px double #d1c5b8;
    background: rgba(255, 255, 255, 0.7);
    width: 270px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2)
}

.content-on-map .block-ttl {
    font-size: 1.3em
}

.content-on-map p {
    text-align: center;
    line-height: 1.3
}

.content-on-map a {
    display: inline-block;
    color: #392b1b
}

.content-on-map img {
    max-width: 100%;
    margin: 5px auto;
    display: block
}

.kmap {
    width: 100%;
    display: block;
    position: relative;
    height: 500px
}

#bottom2 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    display: block
}

.bl2-gl {
    position: relative;
    display: block;
    background: rgba(117, 122, 155, 0.15);
    padding: 30px 0
}

.bl2-gl .showform {
    display: inline-block;
    width: auto;
    margin: 20px 0
}

#rasporka {
    height: 0px;
    clear: both;
    display: block
}

#footer {
    width: 100%;
    margin: 0;
    z-index: 2;
    position: relative;
    display: block;
    padding: 60px 0;
    font-size: 16px;
    line-height: 30px;
    font-family: 'MuseoSansCyrl-500';
}

#footer .col-sm-12 {
    line-height: 1
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.round-img img {
    border-radius: 50%;
    margin: 20px auto
}

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    clear: both
}

.flex-container .flex-item {
    position: relative
}

.flex-container .flex-item p {
    position: relative
}

.flex-container .flex-item .bg-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px
}

.flex-container .flex-item .bg-image2 {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-origin: content-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.flex-container .bg-image1 {
    width: 100%;
    height: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px
}

.flex-container .flex-item .bg-image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0px;
    right: 0;
    top: 0
}

.bg-o-nas {
    background: rgba(37, 37, 37, 0.17);
    padding: 15px
}

.well1 {
    padding-top: 94px;
    padding-bottom: 89px
}

.well2 {
    padding-top: 30px;
    padding-bottom: 40px
}

.showform1 {
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #6DD16D;
    display: inline-block;
    border: none;
    margin: 20px auto;
    text-decoration: none;
    font-family: 'Arial', 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.showform1:hover,
.showform1:focus {
    background: #6AB9DB;
}

.b24-web-form-popup-btn-7 {
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #6DD16D;
    display: inline-block;
    border: none;
    /* margin: 20px auto; */
    text-decoration: none;
    font-family: 'MuseoSansCyrl-500';
    transition: .4s;
}

.b24-web-form-popup-btn-7:hover {
    background: #6AB9DB;
}

.showform1 span {
    color: #fff
}

#spec-pr {
    z-index: 1000
}

#spec-pr .modal-content {
    background: rgba(255, 255, 255, .8)
}

.modal .close {
    color: #DC143C;
    opacity: 1;
    z-index: 2;
    font-size: 42px;
}

.modal-title.bl-ttl {
    margin: 0 auto;
    line-height: 28px;
    display: inline-block
}

#spec-pr .showform,
#spec-pr .b24-web-form-popup-btn-1 {
    padding: 10px;
    text-transform: none
}

#spec-pr .showform small {
    font-size: .7em
}

.bl-inl {
    float: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -2px
}

a.readmore {
    display: inline-block;
    padding: 11px 10px;
    text-transform: uppercase;
    background: #fff;
    color: #6DD16D;
    border: 2px solid #6DD16D;
    text-decoration: none;
    border-radius: 0px;
    width: 70%;
    transition: .4s;
}

a.readmore:hover {
    color: #fff;
    background: #6AB9DB;
    border-color: #6AB9DB;
}

.hot-itm {
    padding: 15px;
    border-radius: 12px
}

.ya-share2 {
    position: relative;
    display: inline-block;
    vertical-align: middle
}


/*.ya-share2__popup{margin-top:-280px}*/

.ya-share2__list_direction_horizontal>.ya-share2__item>.ya-share2__link>.ya-share2__title {
    display: none
}

.ya-share2__list {
    display: inline-block;
    vertical-align: top;
    padding: 0!important;
    margin: 0;
    list-style-type: none;
}

.ya-share2__item {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 0
}

.ya-share2__badge {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.ya-share2__badge .ya-share2__icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-size: 24px 24px
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("../../../images/icon/vk.png")
}

.ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url("../../../images/icon/fb.png")
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("../../../images/icon/ok.png")
}

#book-gl {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 35%;
    color: white;
    display: block;
    background: #6DD16D;
    text-align: center;
    float: right;
    padding: 16px 16px;
    font-size: 20px;
    margin: 0;
    /* width: 214px; */
    width: 176px;
    white-space: normal;
    transition: .4s;
    cursor: pointer;
}

#book-gl:hover {
    background: #6AB9DB
}

#book-gl>br {
    display: none;
}

#book-gl1 {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 48%;
    color: white;
    display: block;
    background: #5C6366;
    text-align: center;
    width: 160px;
    float: right;
    padding: 5px 3px;
}

@media screen and (max-width:900px) {
    #obr-sv {
        width: 100%;
        position: relative;
        margin: 10px 0;
        text-align: center;
        right: auto
    }
    #toplogo {
        width: auto
    }
    .ttl-sait {
        padding: 0;
        font-size: 30px;
    }
}

@media screen and (max-width:767px) {
    .flex-container {
        display: block
    }
    .flex-container .flex-item .bg-image {
        position: relative;
        min-height: 200px;
        padding-bottom: 40%;
        left: auto
    }
    .flex-container .flex-item .bg-image:before {
        display: none
    }
    .flex-container .flex-item+.flex-item {
        margin-top: 10px
    }
    .rounded {
        counter-reset: li;
        list-style: none;
        padding: 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    }
    .rounded a {
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        margin: .5em 0;
        background: #DAD2CA;
        color: #444;
        text-decoration: none;
        border-radius: .3em;
        transition: .3s ease-out;
    }
    .rounded a:hover {
        background: #E9E4E0;
    }
    .rounded a:hover:before {
        transform: rotate(360deg);
    }
    .rounded a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #6AB9DB;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid white;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
    }
    .ttl-sait {
        padding: 0;
        font-size: 30px;
    }
}


/*end*/

@media screen and (max-width:767px) {
    .btm-tlfn {
        font-size: 22px;
        padding: 5px 20px;
        line-height: 16px
    }
    #topmenu .container {
        text-align: center
    }
    #topmenu .container .row {}
    input#mod-finder-searchword.search-query.input-medium {
        margin: 5px auto
    }
    .zvnk-top {
        line-height: 20px;
        padding: 5px 10px 5px 30px
    }
    #menu {
        background: #6AB9DB;
        z-index: 1001;
        text-align: left;
        position: absolute;
        top: 0;
        left: 50px;
        max-height: 300px;
        overflow-y: auto
    }
    #menu .nav>li {
        display: block
    }
    #menu .nav>li>a:hover {
        color: #fff
    }
    #menu .nav>li>ul {
        display: block;
        position: relative;
        top: auto;
        min-width: 200px
    }
    #topmenu {
        z-index: 10;
        min-height: 0;
        position: absolute
    }
    #topmenu button.btn-navbar {
        display: block;
        position: absolute;
        top: 5px;
        left: 10px;
        z-index: 4;
        margin: 0;
        width: 35px;
        height: 25px;
        background: url('../images/mobmenu.png') no-repeat 50% 50%, #6AB9DB;
        border: 1px solid #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }
    #toplogo {
        padding-left: 50px
    }
    .h-enter-wr {
        margin: 10% auto 0
    }
    .logo_contaner img {
        max-height: 90px
    }
    .slogan {
        padding: 120px 0 150px;
        font-size: 24px
    }
    .slogan strong {
        font-size: 30px;
        line-height: 35px
    }
    #dopmenu ul>li {
        width: 95%;
        margin: 5px 2.5%
    }
    .bl-video video,
    .bl-video iframe {
        display: inline-block;
        position: relative;
        margin: 0;
        max-width: 300px;
        height: auto;
        text-align: center
    }
    .phocagallery-box-file-first {
        display: block;
        max-width: 100%
    }
    #footer .col-xs-12 {
        padding: 10px;
        text-align: center
    }
    .gtr-mod {
        width: 130px
    }
    #mleft {
        display: none
    }
    #content80 {
        width: 100%;
        margin: 0;
        padding: 0
    }
    .flex-container .bg-image1 {
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover
    }
    .flex-container .bg-image1:after {
        content: '';
        display: block;
        background: rgba(255, 255, 255, .7);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .ttl-sait {
        padding: 0;
        font-size: 30px;
    }
}

@media screen and (max-width:670px) {
    .stat-count-wr td {
        display: block;
        width: 100%!important
    }
    .ttl-sait {
        padding: 0;
        font-size: 30px;
    }
}

@media screen and (max-width:600px) {
    .h-enter-wr {
        margin-top: 10px
    }
    .rounded {
        counter-reset: li;
        list-style: none;
        padding: 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    }
    .rounded a {
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        margin: .5em 0;
        background: #DAD2CA;
        color: #444;
        text-decoration: none;
        border-radius: .3em;
        transition: .3s ease-out;
    }
    .rounded a:hover {
        background: #E9E4E0;
    }
    .rounded a:hover:before {
        transform: rotate(360deg);
    }
    .rounded a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #6AB9DB;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid white;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
    }
    .ttl-sait {
        padding: 0;
        font-size: 30px;
    }
}


/*end*/

@media screen and (max-width:500px) {
    #bottom {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    #bottom .content,
    .content-on-map {
        position: relative;
        width: 98%;
        margin: 10px auto;
        text-align: center
    }
    .rounded {
        counter-reset: li;
        list-style: none;
        padding: 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    }
    .rounded a {
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        margin: .5em 0;
        background: #DAD2CA;
        color: #444;
        text-decoration: none;
        border-radius: .3em;
        transition: .3s ease-out;
    }
    .rounded a:hover {
        background: #E9E4E0;
    }
    .rounded a:hover:before {
        transform: rotate(360deg);
    }
    .rounded a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #6AB9DB;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid white;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
    }
    .ttl-sait {
        padding: 0;
        font-size: 30px;
    }
}


/*end*/

@media screen and (max-width:479px) {
    #header {
        margin: -131px 0 0
    }
    .open_modal_d {
        padding: 5px
    }
    .slogan {
        font-size: 22px;
        padding-top: 140px
    }
    .bl-sovet-itm td {
        display: block;
        width: 100%!important
    }
    .logo_contaner {
        display: none
    }
    .bl-titl {
        font-size: 28px;
        max-width: 100%
    }
    #book-gl,
    #book-gl1 {
        width: 100px;
        font-size: 12px
    }
    .rounded {
        counter-reset: li;
        list-style: none;
        padding: 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    }
    .rounded a {
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        margin: .5em 0;
        background: #DAD2CA;
        color: #444;
        text-decoration: none;
        border-radius: .3em;
        transition: .3s ease-out;
    }
    .rounded a:hover {
        background: #E9E4E0;
    }
    .rounded a:hover:before {
        transform: rotate(360deg);
    }
    .rounded a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #6AB9DB;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid white;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
    }
    .ttl-sait {
        padding: 0;
        font-size: 30px;
    }
}


/*end*/


/*список на главной*/

.rounded {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.rounded a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #DAD2CA;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: .3s ease-out;
}

.rounded a:hover {
    background: #E9E4E0;
}

.rounded a:hover:before {
    transform: rotate(360deg);
}

.rounded a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #6AB9DB;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid white;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

@media all {
    .rounded {
        counter-reset: li;
        list-style: none;
        padding: 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    }
    .rounded a {
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        margin: .5em 0;
        background: #DAD2CA;
        color: #444;
        text-decoration: none;
        border-radius: .3em;
        transition: .3s ease-out;
    }
    .rounded a:hover {
        background: #E9E4E0;
    }
    .rounded a:hover:before {
        transform: rotate(360deg);
    }
    .rounded a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #6AB9DB;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid white;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
    }
}


/*номера*/

.tariff-box {
    background: none;
    border: none;
    border-top: 1px solid #777
}

.dotted {
    border-bottom: 1px dashed #777;
    text-transform: lowercase;
    font-size: 0.9em
}

.sl-room img {
    max-width: 100%;
    padding: 5px;
    border-radius: 10px
}

.solidres-module-extra-item {
    padding: 10px 10px 20px;
    text-align: center
}

.solidres-module-extra-item img {
    width: 98%;
    max-width: 250px;
    display: block;
    margin: 0 auto 10px
}

.toggle_breakdown:link,
.toggle_extra_details:link,
.toggle_room_confirmation:link {
    font-size: 16px
}

.bs3 .extras_row_roomtypeform,
.bs3 .extras_row_guestform {
    line-height: 1.1em
}

.roomtype_name,
.min_tariff,
.normal_tariff,
.wizard ul li.complete {
    color: #007BC4
}

.roomtype_name .label-default,
.wizard ul li.complete .badge {
    background-color: #007BC4
}

.book_btn,
a.book_btn,
.b24-web-form-popup-btn-4 {
    padding: 12px 25px;
    font-size: 18px;
    color: #007BC4;
    text-transform: uppercase;
    background: transparent;
    display: inline-block;
    border: 3px solid #007BC4;
    border-radius: 4px;
    margin: 20px auto;
    text-decoration: none;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer
}

.book_btn:hover,
.book_btn:focus,
.b24-web-form-popup-btn-4:hover {
    color: #fff;
    background: #007BC4;
    text-decoration: none
}

#asset-checkavailability-form {
    border: 3px double #007BC4;
    background: #007BC4;
    color: #fff;
    border-radius: 10px;
    padding: 20px 10px
}

#asset-checkavailability-form label {
    font-weight: normal;
    text-align: left
}

.chav-ttl {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 30px
}

.tariff-box {
    text-align: left
}

#solidres {
    text-align: left
}

.confirmation .termsandconditions {
    background-color: #fff;
    color: red;
    text-align: center
}

.sale-wr {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    max-width: 900px;
    margin: 20px auto;
    padding: 10px
}

.sale {
    color: #68190a;
    font-size: 28px
}

.prod-desc {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    min-height: 200px;
    height: auto;
    padding: 10px;
}

.prod-img {
    position: relative;
    padding-bottom: 75%;
    padding-top: 25px;
}

.prod-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product {
    text-align: center;
    position: relative;
    padding: 0 0 200px;
    margin: 20px auto;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.price span {
    font-size: 33px;
    font-weight: bold;
    color: #6AB9DB;
}

.price span:before {
    content: 'от ';
    font-size: 18px;
    font-weight: normal;
    color: #888
}

.price span:after {
    content: ' руб.';
    font-size: 18px;
    font-weight: normal;
    color: #888
}

.prod-desc .prod-desc-more {
    display: none;
}

.product a {
    color: #5c5c5c;
    font-weight: bold;
    font-size: 23px;
    line-height: 170%;
}

.prod-desc:hover .prod-desc-more {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #aaa
}

.sp-portfolio {
    margin: 20px auto
}

.book_btn,
a.book_btn,
.b24-web-form-popup-btn-4 {
    padding: 12px 25px;
    font-size: 18px;
    color: #007BC4;
    text-transform: uppercase;
    background: transparent;
    display: inline-block;
    border: 3px solid #007BC4;
    border-radius: 4px;
    margin: 20px auto;
    text-decoration: none;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.reservation_asset_item .reservation_asset_subinfo {
    display: none;
}

.reservation_asset_item h1 {
    display: none;
}

.rooms-img {
    box-shadow: 1px 1px 1px 1px #333;
    transition: all 0.5s;
}

.rooms-img:hover {
    box-shadow: 3px 3px 3px 3px #333;
    ;
}

.item-page {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

.book_btn_p {
    text-align: center!important;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.fgfg .bl-titl {
    margin-bottom: 58px;
    margin-top: 1px;
}

#block0 .bl-titl {
    margin-top: -17px;
}

.published {
    display: none;
}

#block0 {
    margin-bottom: 80px;
    margin-top: 50px;
}

div[itemprop="articleBody"] {
    line-height: 1.6;
}

.custom.gl-bg-wr {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home_enter {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(-90deg);
}

.home_enter::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #6AB9DB;
    position: absolute;
    bottom: 0;
    right: 0;
}

#header>div,
#header>div>div {
    height: 100%;
}

#header .home_enter:hover {
    text-decoration: none;
}

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

.flex-between>* {
    width: 50%!important;
    text-align: justify;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

#block0 p {
    margin: 0;
}

#block0 .flex-between {
    margin-bottom: 60px;
}

.container.block-title {
    margin: 80px auto;
}

.container.block-title+.bl1-gl {
    background: #fff;
    padding: 30px 0 42px;
}

#novosti .bl-titl {
    margin: 40px 0;
}

#novosti h4 {
    margin: 0;
    padding: 19px 0;
    color: #fff;
    background: #6DD16D;
}

#novosti .hot-itm>p {
    margin-bottom: 0;
}

#novosti .desk {
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 40px;
}

#novosti .desk p {
    text-align: center;
    font-size: 17px;
}

#novosti .desk span {
    font-family: 'Montserrat', sans-serif;
}

#novosti {
    margin-bottom: 80px;
}

#block9 {
    background: #fff;
    padding: 70px 0;
}

#block9 .container {
    display: flex;
    justify-content: space-between;
}

#block4 .rounded {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 55px 0;
}

#block4 .rounded li {
    position: relative;
    width: 22%;
    padding-left: 38px;
    padding-top: 30px;
    margin-bottom: 40px;
    line-height: 1.6;
    z-index: 1;
    margin-right: 4%;
    font-weight: normal;
    font-family: 'MuseoSansCyrl-300';
}

#block4 .rounded li:nth-child(4n+4) {
    margin-right: 0;
}

#block4 .rounded li:last-child {
    width: 33%;
}

#block4 .rounded li span {
    position: absolute;
    color: #6DD16D;
    top: 0;
    left: 0;
    font-family: 'MuseoSansCyrl-900';
    font-size: 50px;
    pointer-events: none;
    z-index: -1;
}

#block4 .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}

#block4 .row {
    margin-right: 0;
    margin-left: 0;
}

#block4 .bl1-gl {
    padding: 30px 0 0px;
}

.white {
    background: #fff;
}

.specialization {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px!important;
    justify-content: center;
}

.specialization li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    margin-bottom: 50px;
}

.specialization li span {
    margin-top: auto;
    text-transform: uppercase;
    text-align: center;
    font-family: 'MuseoSansCyrl-500';
    display: inline-block;
    min-height: 56px;
}

.container.btn-block {
    margin-top: 76px;
    margin-bottom: 50px;
}

.container.btn-block .row {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.container.newsflash .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: space-around;
}

.usl-bg {
    width: 100%;
    height: 295px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: .4s;
}

.usl-itm-bl:hover .usl-bg {
    opacity: 1;
}

.usl-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#footer .flex-between>* {
    display: flex;
    flex-direction: column;
}

#footer .flex-between>*.left {
    align-items: flex-start;
}

#footer .flex-between>*.right {
    align-items: flex-end;
    text-align: right;
}

#footer .flex-between a {
    text-decoration: none;
    transition: .4s;
}

#footer .flex-between a:hover {
    color: #6AB9DB;
}

#footer .tel {
    font-family: 'MuseoSansCyrl-700';
    font-size: 25px;
    color: #6DD16D;
    margin-bottom: 15px;
}

#footer .social {
    margin-top: 25px;
    display: flex;
}

#footer .social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #6DD16D;
    transition: .4s;
    margin-right: 10px;
}

#footer .social a:hover {
    background: #6AB9DB;
}

#footer .pro {
    margin-top: 16px;
    line-height: 1.6;
    margin-bottom: auto;
}

#footer .pro a {
    border-bottom: 1px solid #333;
}

#footer .pro a:hover {
    border-color: #6AB9DB;
}

body:not(.index) .item-page.container {
    width: 100%;
    max-width: 1200px;
    position: relative;
}

body:not(.index) .page-header h1,
body:not(.index) .bl-titl,
div[itemprop="articleBody"]>h1:first-of-type {
    margin-bottom: 40px;
}

body:not(.index) div[itemprop="articleBody"] h3:not(:last-child),
body:not(.index) h3,
body:not(.index) h2,
.bl-ttl,
body:not(.index) div[itemprop="articleBody"] h4,
div[itemprop="articleBody"] h1:not(:first-of-type) {
    margin: 40px 0!important;
}

body:not(.index) div[itemprop="articleBody"] h3 {
    text-align: left!important;
}

body:not(.index) div[itemprop="articleBody"] img {
    margin: 30px 0;
}

body:not(.index) div[itemprop="articleBody"] ul {
    margin-bottom: 15px;
}

body:not(.index) div[itemprop="articleBody"] li {
    list-style: none;
    padding-left: 25px;
    position: relative;
}

body:not(.index) div[itemprop="articleBody"] li p {
    margin-bottom: 0;
}

body:not(.index) div[itemprop="articleBody"] li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
    background: #6AB9DB;
}

body:not(.index) div[itemprop="articleBody"]>p:first-of-type>img {
    margin-top: 0;
}

body:not(.index) img[style="float:left"] {
    margin-left: 0!important;
    margin-right: 50px!important;
    margin-bottom: 50px!important;
}

body:not(.razvlecheniyaindexotdykh-i-razvlechenie) .flex-container:first-of-type {
    margin-top: 50px;
}

.flex-container .flex-item:first-of-type {
    padding: 0;
    padding-right: 55px;
}

.flex-container .flex-item:last-of-type {
    padding: 0;
    padding-left: 55px;
}

table {
    width: 100%!important;
    margin: 40px 0;
}

table td {
    padding: 10px;
}

table td p {
    margin-bottom: 0;
}

table tr[valign="top"] p {
    text-align: center;
}

table>tbody:first-of-type tr:first-of-type {
    background: #6AB9DB;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

table>tbody:first-of-type tr:first-of-type td * {
    color: #fff!important;
    text-align: center;
}

table>tbody:first-of-type tr:first-of-type td {
    vertical-align: middle;
}

table td {
    border-color: #ddd9d9!important;
}

img.float-left {
    float: left;
    margin-right: 40px!important;
    margin-bottom: 40px!important;
}

.col-md-12.col-md-6.flex {
    display: flex;
    align-items: center;
    width: 100%;
}

div[itemprop="articleBody"] .spec-bl-itm-wr h4 {
    margin-top: 20px!important;
}

.djslider-default .navigation-container .next-button,
.djslider-default .navigation-container .prev-button {
    top: -78px;
}

.b24-web-form-popup-btn-1 a {
    text-decoration: none;
    line-height: 1.6;
}

.b24-web-form-popup-btn-1:hover,
.b24-web-form-popup-btn-1 a:hover {
    color: #fff;
    background: #6DD16D;
}
/* Кнопка "бронировать со скидкой 5% */
.homeindexrekvizity-i-svyaz .b24-web-form-popup-btn-1,
.homeindexvybiraem-sanatorij-pod-sebya .b24-web-form-popup-btn-1 {
    display: none;          
} 

body:not(.index) div[itemprop="articleBody"] h4.zag {
    margin-top: 0!important;
}

body:not(.index) div[itemprop="articleBody"] h4.zag+p {
    display: none;
}

div[itemprop="articleBody"]>.desk+.row {
    margin-top: 50px;
}

.jcomments-links {
    clear: none;
}

.comments-link,
.readmore-link {
    padding: 0;
    background: none;
    text-decoration: none;
    transition: .4s;
    color: #6AB9DB;
}

.readmore-link {
    color: #6DD16D!important;
}

.comments-link:hover {
    color: #6DD16D!important;
}

.readmore-link:hover {
    color: #6AB9DB!important;
}

.blog .item>* {
    margin-left: 350px;
}

.blog .item>.mid-bl-item,
.blog .item>*.news-img {
    margin-left: 0px;
}

.blog .item {
    margin-bottom: 40px;
}

.blog.container {
    display: flex;
    flex-direction: column;
}

.blog.container>* {
    max-width: 100%;
}

#jc h4,
#comments-form p,
#comments-form #comments-form-buttons,
#comments-form #comments-form-error,
#comments-form #comments-form-captcha-holder {
    text-align: left;
}

#jc h4 {
    border: none;
    display: block;
    position: relative;
    margin: 0;
    color: #6AB9DB;
    text-transform: uppercase;
    font-family: 'BebasNeueRegular';
    font-size: 50px;
    text-align: left;
    margin-top: -15px;
    text-align: left!important;
    font-weight: normal;
}

#comments-form .grippie {
    margin-left: 0;
    display: none;
}

#comments-form input {
    width: 348px;
    font-size: 18px;
    height: 48px;
    padding: 10px 15px!important;
    margin-bottom: 20px;
}

#comments-form textarea {
    padding: 10px 15px!important;
}

#comments-form .btn a {
    display: inline-block;
    padding: 11px 10px;
    text-transform: uppercase;
    background: #fff;
    color: #6DD16D;
    border: 2px solid #6DD16D;
    text-decoration: none;
    border-radius: 0px;
    transition: .4s;
    width: 100%;
    height: auto;
    font-family: 'MuseoSansCyrl-300';
    font-size: 18px;
}

.btn {
    padding: 0;
    width: 348px;
    height: auto;
}

#comments-form span {
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
}

#comments-form label {
    margin-bottom: 10px;
}


/* Всплывающее окно 
* при загрузке сайта            
*/


/* базовый контейнер, фон затемнения*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}


/* модальный блок */

.social-popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 500px;
    position: fixed;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #ffffffdc;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.social-popup p {
    margin-top: 25px;
    text-align: center !important;
    font-size: 16px;
}

.flex-row {
    display: flex;
    margin-top: 25px;
    justify-content: center;
    margin-bottom: 55px;
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #6DD16D;
    transition: .4s;
    margin-right: 10px;
}

.social-link:hover {
    background: #6AB9DB;
}

.social-link img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip;
}


/* заголовки в модальном блоке */

.social-popup h2 {
    margin: 55px 0 1rem 0;
    font-weight: 500;
    line-height: 1.3;
    font-size: 25px;
    color: #6AB9DB;
    text-shadow: 1px 2px 4px #ddd;
    text-align: center !important;
}


/* кнопка закрытия */

.social-close {
    top: -30px;
    right: -40px;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .5;
    cursor: pointer;
    outline: 0;
    z-index: 25;
    background-color: #6AB9DB;
}

.social-close:before,
.social-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 30;
}

.social-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}


/* кнопка закрытия при наведении */

.social-close:hover {
    opacity: 1;
}


/* адаптация */

@media screen and (max-width:767px) {
    .social-popup {
        max-width: 460px;
    }
}

@media screen and (max-width:557px) {
    .social-popup {
        max-width: 330px;
    }
    .social-close {
        top: -30px;
        right: -30px;
    }
}

@media screen and (max-width:400px) {
    .social-popup {
        max-width: 300px;
    }
    .social-close {
        top: -30px;
        right: -25px;
    }
}

@media screen and (max-width:320px) {
    .social-popup {
        max-width: 300px;
        min-width: 300px;
    }
    .social-close {
        top: -30px;
        right: -10px;
    }
    .social-popup>p {
        margin-top: 25px;
        text-align: center;
        font-size: 14px;
    }
    .social-popup h2 {
        margin: 10px 0 1rem 0;
        font-size: 18px;
    }
    .flex-row {
        margin-bottom: 15px;
    }
    .social-link {
        width: 30px;
        height: 30px;
    }
}