html * {
    max-height: 10000000000000000000px;

}

body {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #3c4248;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    background-color: #fff;
}

p {
    margin: 0px;
    padding: 0 0 5px 0;
}

h1 {
    font-size: 36px;
}

.no-padding {
    padding: 0px!important;
}

.clear-fix {
    clear: both;
}

.image-style-large {
    height: auto;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #415075;
    margin-bottom: 10px;
}

.cursor-zoom-in {
    cursor: zoom-in!important;
}

.ya-share2__container_size_m .ya-share2__icon {
    height: 39px!important;
    width: 39px!important;
    background-size: 39px 39px!important;
}


/*----------header----------*/

.header-container {
    padding: 0;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #d2d2d2;
}

.mobile-image{
	max-width:100%;
}
/*----------first-header----------*/

.first-header {
    background-color: #013b6b;
    color: #ffffff;
}

.header-top-text {
    padding: 8px 0px 0px 0px;
    font-size: 12px;
    font-family: 'Roboto Slab', serif;
    display: block;
    margin-right: 10px;
    float: left;
}

.esb-first-header {
    font-size: 16px;
    color: #fff;
    float: right;
    margin-top: 2px;
}


/*----------second-header----------*/

.second-header {
    padding: 0px 0px 0px 0px;
    background-color: rgba(255, 255, 255, 0.95);
}

.site-name {
    color: #013b6b;
    margin-left: 0px;
    font-family: 'Roboto', serif;
    margin: 5px 0px 5px 0px;
}

.site-name--type-institution {
    display: block;
    font-size: 18px;
    color: #013b6b;
    margin-left: 15px;
}

.site-name--sanatorium-name {
    display: block;
    font-size: 30px;
    color: #063d76;
	margin-left: 3px;
}

.site-name--city-name {
    display: block;
    font-size: 18px;
    color: #013b6b;
    padding-top: 3px;
    margin-left: 0px;
}

.site-name a {
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.site-name a:focus {
    text-decoration: none;
    outline: none;
}

.site-name a:hover {
    text-decoration: none;
}

.site-name a:active {
    text-decoration: none;
    outline: none;
}



.esb-header {
    font-size: 16px;
    margin-top: -3px;
}


/*----------third-header----------*/

.third-header {
    padding: 0px 0px 0px 0px;
    background-color: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #ddd;
}


















  


.onl-brn{
	
}
.onl-brn a{
	text-shadow: 1px 1px 2px #013b6b, 1px 1px 2px #013b6b, 1px 1px #013b6b, 1px 1px #013b6b;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #fff;
    border-color: #fff;
}

.caret {
    color: #6ab8ff;
}





/*----------slider----------*/

.slider-container {
    overflow: hidden!important;
}

#wowslider-container0 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 650px;
    max-width: 100%;
    vertical-align: top;
    border: none;
    min-height: 370px!important;
    min-width: 1080px!important;
}

.garantiy_images {
    position: absolute;
    z-index: 91;
}

.garantiy_images img {
    max-width: 100%;
    height: auto;
}

.block-wrttext {
    display: block;
    position: relative;
    z-index: 91;
    padding: 15px 20px 10px 20px;
    background-color: rgba(1, 59, 107, 0.9);
    color: #fff;
    margin-left: 0%;
    min-height: 184px;
}

.form-wrttext {
    display: none;
}


/*----------booking----------*/

.booking-btn {
    -webkit-box-shadow: 0 0 15px rgb(27, 113, 196);
    box-shadow: 0 0 10px rgb(27, 113, 196);
    background-color: #1b71c4;
    font-size: 16px;
    padding: 10px 18px 15px 18px;
    color: #ffffff;
    display: block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    margin: 8px 0px 8px 0px;
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif;
}

.booking-btn:hover {
    color: #ffffff;
    background-color: #013b6b;
    text-decoration: none;
}

.booking-btn:focus {
    color: #ffffff;
    background-color: #013b6b;
    text-decoration: none;
}

.blink2 {
    font-size: 20px;
    animation-name: blinker2;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    animation-duration: 1s;
    -webkit-animation-name: blinker2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 1s;
}


/*----------Content----------*/

h1,
h2,
h3,
h4,
h5 {
    color: #063d76;
}

.txt-center {
    text-align: center;
}

.page-title {
    padding-bottom: 25px;
}

.content-text {
    color: #3c4248;
    text-align: justify;
}

.block-gradient {
    background-image: linear-gradient(0deg, rgba(55, 125, 255, 0.05) 0%, transparent 100%);
    background-repeat: repeat-x;
}


/*----------owl-carousels----------*/

.owl-carousel-item-container {
    box-shadow: 0px 0px 10px #415075;
    border-radius: 4px;
    margin: 10px;
    overflow: hidden;
}

.owl-carousel-link {
    text-decoration: none;
}

.owl-carousel-link:hover {
    text-decoration: none;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    color: #fff;
    background-color: rgba(27, 113, 196, 1);
    transition: 0.3s ease-in-out;
    font-size: 30px;
    left: 15px;
    padding: 0px 14px 6px 14px!important;
    border-radius: 50%;
    line-height: 1;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: rgba(1, 59, 107, 1);
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-prev:active {
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    color: #fff;
    background-color: rgba(27, 113, 196, 1);
    transition: 0.3s ease-in-out;
    font-size: 30px;
    right: 15px;
    padding: 0px 14px 6px 14px!important;
    border-radius: 50%;
    line-height: 1;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background-color: rgba(1, 59, 107, 1);
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-next:active {
    outline: none;
}

.owl-carousel .owl-nav button.owl-next:focus {
    outline: none;
}

.owl-carousel-span-name {
    display: block;
    position: absolute;
    font-size: 30px;
    margin-top: 45%;
    font-weight: 700;
    width: 95%;
    text-align: center;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 1px 3px 10px;
    z-index: 100;
}

.owl-carousel-span-btn {
    display: block;
    position: absolute;
    font-size: 30px;
    margin-top: 80%;
    font-weight: 400;
    width: 95%;
    text-align: center;
    color: #fff;
    z-index: 100;
    ;
}

.owl-carousel-btn {
    background-color: #1b71c4;
    text-align: center;
    padding: 5px 15px 5px;
    color: #ffffff;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 2px 0px 2px 0px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #1b71c4;
    cursor: pointer;
    font-size: 16px;
}

.owl-carousel-btn a {
    text-decoration: none;
}

.owl-carousel-btn:hover {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-color: #013b6b;
}

.owl-carousel-item-image {
    height: 390px;
    border-radius: 4px;
    object-fit: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.owl-carousel-item-container:hover .owl-carousel-item-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.owl-theme .owl-dots .owl-dot.active span {
    outline: 0;
    outline-offset: 0;
    background: #013b6b;
    border: none;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: 0;
    outline-offset: 0;
}


/*----------reviews----------*/

.reviews-container {
    font-style: italic;
    background-color: #efefef;
    padding: 24px 40px;
    position: relative;
    border-radius: 4px;
}

.main__reviews-container {
    min-height: 190px;
}

.reviews-container:before {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-left: 12px solid transparent;
    border-top: 8px solid #d6d6d6;
    border-right: 12px solid #d6d6d6;
}

.reviews-container-item__quote_left {
    top: 0;
    left: 15px;
}

.reviews-container-item__quote {
    font-size: 36px;
    position: absolute;
    color: #013b6b;
}

.field-content {
    margin: 0px;
    line-height: 1.5;
    color: #3c4248;
}

.reviews-container-item__quote_right {
    bottom: 0px;
    right: 15px;
}

.reviews-name {
    display: block;
    color: #013b6b;
    font-size: 16px;
    margin-top: 13px;
}

.block-reviews-btn {
    display: block;
    margin-bottom: 10px;
}

.button-reviews {
    display: block;
    background-color: #1b71c4;
    text-align: center;
    padding: 5px 15px 5px;
    color: #ffffff;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 2px 0px 2px 0px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #1b71c4;
    cursor: pointer;
    font-size: 16px;
}

.button-reviews:focus {
    text-decoration: none;
    color: #fff;
}

.button-reviews:hover {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-color: #013b6b;
}


/*----------4kurort----------*/

.articles-block {
    display: inline-block;
    background-color: #efefef;
    box-shadow: 0px 0px 5px #83a7ef;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
}

.articles-container {
    font-style: italic;
    background-color: #ffffff;
    padding: 15px 20px;
    position: relative;
    border-radius: 4px;
    margin: 5px 10px 5px 10px;
}

.articles-container-item__quote_left {
    top: -10px;
    left: 2px;
}

.articles-container-item__quote {
    font-size: 36px;
    position: absolute;
    color: #013b6b;
}

.articles-content {
    margin: 0px;
    line-height: 1.5;
    color: #3c4248;
}

.articles-container-item__quote_right {
    bottom: -10px;
    right: 2px;
}

.big-articles-name {
    color: #013b6b;
    margin-top: 0px;
    padding: 2px 0px 0px 5px;
}

.articles-name {
    color: #013b6b;
    font-size: 18px;
    margin-top: 0px;
    padding: 2px 0px 0px 5px;
}

.button-articles {
    display: unset;
    float: right;
    margin: 5px 5px 5px 10px;
    background-color: #1b71c4;
    text-align: center;
    padding: 5px 15px 5px;
    color: #ffffff;
    line-height: 1.5;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #1b71c4;
    cursor: pointer;
    font-size: 16px;
}

.button-articles:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.button-articles:active {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.button-articles:hover {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-color: #013b6b;
}

.articles-btn-centr {
    text-align: center;
}

.button-articles-all {
    margin-top: 0px;
    margin-bottom: 5px;
    background-color: #1b71c4;
    text-align: center;
    padding: 5px 15px 5px;
    color: #ffffff;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #1b71c4;
    cursor: pointer;
    font-size: 16px;
}

.button-articles-all:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.button-articles-all:active {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.button-articles-all:hover {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-color: #013b6b;
}

.btn-nav-articles {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif;
    height: 40px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 0px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 5px;
    background: #1b71c4;
    text-shadow: 1px 2px 2px black;
    float: left;
    width: 8%;
    text-align: center;
    border: 1px solid #fff;
}

.btn-nav-articles:hover {
    background: #013b6b;
    text-decoration: none;
}

.btn-nav-articles:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.btn-nav-articles:active {
    text-decoration: none;
    color: #fff;
    outline: none;
}


/*----------news----------*/

.button-news {
    display: block;
    background-color: #1b71c4;
    text-align: center;
    padding: 5px 15px 5px;
    color: #ffffff;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0px 0px 2px 0px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #1b71c4;
    cursor: pointer;
    font-size: 16px;
}

.button-news:focus {
    text-decoration: none;
    color: #fff;
}

.button-news:hover {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-color: #013b6b;
}

.btn-show {
    background-color: #1b71c4;
    font-size: 16px;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    display: block;
    line-height: 1;
    text-align: center;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    margin: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif;
    cursor: pointer;
    margin-bottom: 5px;
}

.btn-show-off {
    display: none;
}

.btn-show:hover {
    color: #ffffff;
    background-color: #013b6b;
    text-decoration: none;
}

.news-hiden--on:nth-child(n+12) {
    display: none;
}

.news-right {
    float: right;
}


/*----------price----------*/

.price-text {
    font-size: 14px;
}

#esb-price-block .esb-table-wrapper .esb-reviews-block .esb-review-assess li.char {
    width: 55%!important;
}

#esb-price-block .esb-table-wrapper .esb-reviews-block .esb-review-assess li.scale {
    width: 35%!important;
}

#esb-price-block .esb-table-wrapper .esb-reviews-block .esb-review-assess li.number {
    width: 5%!important;
}

#esb-price-block .esb-table-wrapper .esb-formrev .esb-asses-radio .esb-group-r-name {
    width: 50%!important;
    font-size: 14px!important;
}

#esb-price-block .esb-table-wrapper {
    width: 100%!important;
}

.agreement-personal label {
    display: inline!important;
}

.agreement-personal input {
    margin-top: 0px!important;
}

#esb-price-block .esb-table-wrapper .esb-reviews-block .esb-review h2 {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
}

#esb-price-block .esb-table-wrapper .esb-reviews-block .esb-review .esb-review-text {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
    line-height: 1.0em!important;
    font-weight: 400!important;
    color: #3c4248!important;
}

#esb-price-block .esb-table-wrapper h3 {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
}

#esb-price-block .esb-table-wrapper .esb-reviews-block .esb-like-container .esb-like-text {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
}

#esb-price-block .esb-table-wrapper .esb-reviews-block .esb-asses-block h4 {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
}

#esb-price-block .esb-table-wrapper .esb-reviews-block .esb-review-assess li.char {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
}

#esb-price-block .esb-table>.esb-header-row>.esb-table-cell.esb-san-name {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
    font-weight: 400!important;
}

#esb-price-block .esb-table>.esb-header-row>.esb-table-cell.esb-period-cell {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
    font-weight: 400!important;
}

#esb-price-block .esb-table>.esb-table-row>.esb-table-cell {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
}

#esb-price-block .esb-table-wrapper .esb-form-app .esb-form-header {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
}

#esb-price-block .esb-table-wrapper .esb-form-app label {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
    font-size: 15px;
}

#esb-price-block {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif!important;
}

.brn-td-txt {
    padding: 10px 5px 10px 5px;
    text-align: center;
    background-color: #4bb34c;
    color: #fff;
    font-size: 15px;
}


/*----------therapy----------*/

.list_procedures_link {
    display: inline-block;
    margin: 0 2px 5px 0;
}

.list_procedures_link a {
    background-color: #1b71c4;
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 7px 10px;
    border-radius: 50px;
    font-size: 14px;
}

.list_procedures_link a:focus {
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
}

.list_procedures_link a:hover {
    background-color: #013b6b;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    border-color: #013b6b;
}

.list_procedures_link a:active {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    border-color: #013b6b;
}

.btn-therapy-add {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #1b71c4;
    text-align: center;
    padding: 5px 15px 5px;
    color: #ffffff;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #1b71c4;
    cursor: pointer;
    font-size: 16px;
}

.btn-therapy-add:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.btn-therapy-add:active {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.btn-therapy-add:hover {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-color: #013b6b;
}


/*----------video----------*/

#video {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 10px;
}

iframe {
    width: 100%;
    height: 315px;
}


/*----------weather-----------*/

.link-weather {
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.img-weather {
    width: 100%;
}

.right-btn {
    display: inline-block;
    margin: 0 2px 5px 0;
}

.right-block--btn a {
    background-color: #1b71c4;
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif;
    font-size: 16px;
}

.right-block--btn a:focus {
    text-decoration: none;
    color: #fff;
}

.right-block--btn a:hover {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-color: #013b6b;
}

.rooms-menu {
    padding-left: 0px;
}

.menu-item {
    color: #ffffff;
}

ul.rooms-menu li {
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
}

ul.rooms-menu li a {
    color: #063d76;
    padding: 7px 0 8px 20px;
    text-decoration: none;
    line-height: 150%;
    display: block;
    transition: transform 0.3s ease-in-out;
    transform: translate3d(-5px, 0px, 0px);
}

ul.rooms-menu li a:hover {
    color: #063d76;
    transition: transform 0.3s ease-in-out;
    transform: translate3d(5px, 0px, 0px);
}

ul.rooms-menu li>a:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 12px;
    color: #063d76;
    font-weight: 600;
}


/*----------bron----------*/

.slider-form-group {
    margin-bottom: 1px;
    width: 49.5%;
    float: left;
}

.slider-form-group-big {
    margin-bottom: 1px;
}

.slider-form-group__left {
    margin-right: 5px;
}

.slider-contact-form {
    width: 100%;
    background-color: #fff;
    border: 0.75pt solid #ccc;
    padding: 1px;
    padding-bottom: 0px;
    border-radius: 2px!important;
}

.slider-ch {
    margin-top: 0px!important;
}

.slider-ch-txt {
    color: #3c4248
}

.slider-btn-bron {
    background-color: #1b71c4;
    text-align: center;
    padding: 6px 15px 6px;
    color: #ffffff;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0px 0px 0px 0px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #1b71c4;
    cursor: pointer;
    font-size: 15px;
}

.slider-btn-bron:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.slider-btn-bron:active {
    text-decoration: none;
    color: #fff;
    outline: none!important;
}

.slider-btn-bron:hover {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-color: #013b6b;
}

.main-form-group {
    margin-bottom: 15px;
    width: 49%;
    float: left;
}

.main-form-group__left {
    margin-right: 20px;
}

.contact-form2 {
    background-color: #fff;
    border: 0.75pt solid #ccc;
    padding: 7.5pt;
    padding-bottom: 2px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #000000;
}

.page-title__white {
    color: #fff;
}

.block-gradient__bron {
    background-image: linear-gradient(0deg, rgba(1, 59, 100, 1) 0%, rgba(27, 113, 197, 0.9) 100%);
    background-repeat: repeat-x;
}

.contact-form {
    background-color: #f5f9ff;
    border: 0.75pt solid #ccc;
    padding: 7.5pt;
    padding-bottom: 2px;
    border-radius: 4px;
}

.bot-ch-txt {
    text-align: center;
}

.btn-bron {
    background-color: #1b71c4;
    text-align: center;
    padding: 5px 15px 5px;
    color: #ffffff;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 2px 0px 2px 0px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #1b71c4;
    cursor: pointer;
    font-size: 16px;
}

.btn-bron:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.btn-bron:active {
    text-decoration: none;
    color: #fff;
    outline: none!important;
}

.btn-bron:hover {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-color: #013b6b;
}


/*----------modal----------*/

.modal-content {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif;
}

.btn-centr {
    text-align: center;
}

.btn-centr :first-child {
    text-align: left;
}

.modal-footer {
    text-align: center;
}

.clear-fix {
    clear: both;
}

.moopers {
    padding: 0 0 0 29px;
    margin: 5px 0;
    display: block;
}

.btn-my-modal {
    background-color: #1b71c4;
    text-align: center;
    font-size: 16px;
    padding: 9px 25px 9px;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: auto;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    cursor: pointer;
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif;
}

.btn-my-modal:hover {
    background-color: #013b6b;
    text-decoration: none;
}

.btn-my-modal:focus {
    text-decoration: none;
    color: #fff;
    background-color: #013b6b;
    outline: none;
}

.btn-my-modal:active {
    text-decoration: none;
    color: #fff;
    background-color: #013b6b;
    outline: none!important;
}


/*----------add-information----------*/

.add-information__container {
    overflow: hidden;
    box-shadow: 0px 0px 10px #415075;
    border-radius: 4px;
}

.add-information__image {
    height: auto;
    max-width: 100%;
    border-radius: 4px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.add-information__container:hover .add-information__image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.add-information__name a {
    margin: 0;
    display: inline;
    font-weight: 500;
    color: #063d76;
    font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
    font-size: 20px;
}

.add-information__name a:hover {
    color: #1b71c4;
    text-decoration: none;
}

.add-information__name a:focus {
    color: #1b71c4;
    text-decoration: none;
}

.add-information__name a:active {
    color: #1b71c4;
    text-decoration: none;
}

.add-information__txt {
    color: #3c4248;
}


/*----------sotrudniki----------*/

.sotrudniki__block {
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 10px;
    padding: 5px;
}

.sotrudniki__container {
    overflow: hidden;
    box-shadow: 0px 0px 10px #415075;
    border-radius: 100%;
}

.sotrudniki__name {
    text-align: center;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.sotrudniki__name a {
    margin: 0;
    display: inline;
    font-weight: 500;
    color: #063d76;
    font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
    font-size: 26px;
}

.sotrudniki__name a:hover {
    color: #1b71c4;
    text-decoration: none;
}

.sotrudniki__name a:focus {
    color: #1b71c4;
    text-decoration: none;
}

.sotrudniki__image {
    border-radius: 100%;
    height: auto;
    max-width: 100%;
    border: 1px solid #f5f9ff;
}

.therapy__image {
    border-radius: 100%;
    display: block;
    width: 100%;
    height: 250px;
    object-fit: none;
    border: 1px solid #f5f9ff;
}

.sotrudniki__big-image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #415075;
    border: 1px solid #f5f9ff;
}


/*----------quest form----------*/

.section-quest-form {
    opacity: 0;
}

.quest-form {
    background-color: #f5f9ff;
    border: 0.75pt solid #ccc;
    padding: 7.5pt;
    padding-bottom: 2px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #83a7ef;
}


/*----------footer----------*/

.garantiy_images2 {
    z-index: 99;
    margin-top: 1%;
    margin-right: 0%;
    float: right;
    text-align: right;
}

.footer-container-map {
    background: #013b6b url(../images/bg-map.jpg);
}

.footer-container-bot {
    background: #013b6b;
    padding-bottom: 2px;
}

.footer-img-garantiy {
    width: 120px;
    margin-top: 30px;
}

.footer-container-bot2 {
    background: #000;
}

.map-title {
    font-size: 22px;
    padding-bottom: 10px;
    margin: 5px 0 15px 0;
    padding: 10px 0px 10px 0px;
    color: #013b6b;
    font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
    border-bottom: 1px solid #013b6b;
    border-top: 1px solid #013b6b;
}

.map_block {
    border-radius: 0px;
    margin: auto;
    margin-bottom: 35px;
    margin-top: 5px;
    border: 1px solid #063d76;
    width: auto;
    height: 445px;
    position: relative;
    z-index: 1;
    padding-right: 1px;
}

.map_contacts {
    width: 347px;
    min-height: 193px;
    background-color: #fff;
    position: absolute;
    right: 0;
    margin-top: 81px;
    margin-right: 10px;
    top: 110px;
    z-index: 2;
    padding: 19px 23px;
}

.map_contacts:before {
    width: 27px;
    margin-right: -28px;
    position: absolute;
    height: calc(100% + 10px);
    border-top: 5px solid #063d76;
    border-bottom: 5px solid #063d76;
    border-left: 5px solid #063d76;
    display: block;
    content: "";
    top: 0;
    right: 100%;
    margin-top: -5px;
}

.map_contacts:after {
    width: 27px;
    margin-left: -28px;
    position: absolute;
    height: calc(100% + 10px);
    border-top: 5px solid #063d76;
    border-bottom: 5px solid #063d76;
    border-right: 5px solid #063d76;
    display: block;
    content: "";
    top: 0;
    left: 100%;
    margin-top: -5px;
}

.map_contacts .title {
    font: bold 22px 'roboto slab';
    color: #000;
    text-transform: uppercase;
    margin-bottom: 9px;
    padding-left: 28px;
}

.map_contacts .title_addres {
    font: bold 12px 'roboto slab';
    color: #000;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding-left: 28px;
}

.map_contacts .title_esb {
    font: bold 12px 'roboto slab';
    color: #000;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding-left: 28px;
}

.map_contacts .tel {
    margin-bottom: 2px;
    padding-left: 30px;
    background: url(/images/icon/map-ico/tel.png) no-repeat left center / 15px 17px;
}

.map_contacts .email {
    margin-bottom: 15px;
    padding-left: 30px;
    background: url(/images/icon/map-ico/mail.png) no-repeat left center / 18px 12px;
}

.map_contacts .addres {
    margin-bottom: 15px;
    padding-left: 30px;
    background: url(/images/icon/map-ico/local.png) no-repeat 1px center / 15px 20px;
    font: 300 14px 'roboto';
    color: #626262;
    height: 20px;
    line-height: 20px;
}

.copyright-txt {
    font-size: 12px;
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif;
    margin: 0px 0px 5px 0px;
    display: inline-block;
    color: #707070;
    color: #ffffff;
    padding: 0px 5px 0px 5px;
}

.copyright-txt a {
    color: #ffffff;
}

.copyright-txt a :hover {
    color: #ffffff;
}

.footer-off {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #ffffff;
}

.footer-name-sun {
    text-align: center;
    display: block;
    font-size: 24px;
    color: #6ab8ff;
    line-height: 0.9;
}

.footer-sun-adress {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #ffffff;
    margin-top: 2px;
}

.footer-payment a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.footer-payment :hover {
    color: #ffffff;
}

.footer-esb {
    display: block;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

.footer-phone-esb {
    display: block;
    text-align: center;
    color: #6ab8ff;
}

.footer-san-name {
    text-align: center;
}

.footer-block__img-garantiy {
    text-align: center;
}

.img-viza {
    margin: auto;
}

.to-top {
    background-color: #1b71c4;
    -webkit-box-shadow: 0 0 15px rgb(0, 0, 0);
    box-shadow: 0 0 15px rgb(0, 0, 0);
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 6px 20px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    z-index: 500;
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif;
}

.to-top:hover {
    background-color: #013b6b;
}

.show {
    display: block!important;
}

.to-top.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
}

.bt-modank {
    font-size: 16px;
    color: #fff;
    background: #1b71c4;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 280px;
    line-height: 1em;
    padding: 10px 0 12px;
    border-radius: 4px;
    transition: 0.3s;
    border: none;
    cursor: pointer;
    margin: auto;
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif;
}

.modal-btn {
    cursor: pointer;
    margin: auto;
    margin-bottom: 3px;
    margin-top: 5px;
    text-align: center;
    display: block;
    width: 120px;
}

.bt-modank:hover {
    background-color: #013b6b;
    text-decoration: none;
}

.bt-modank:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.bt-modank:active {
    text-decoration: none;
    color: #fff;
    outline: none!important;
}

.orng-text {
    font-size: 16px;
}


/*----------дисклеймер----------*/

.blockforma {
    width: 100%;
    position: fixed;
    z-index: 99999;
    bottom: 0px;
}

.blockcentr {
    background: #ffffff;
    line-height: 25px;
    border: 1px solid #A5A5A5;
    width: 100%;
    padding: 3px 20px;
}

.openokno {
    cursor: pointer;
    float: right;
    color: #ffffff;
    font-size: 18px;
    padding: 4px 4px 2px 3px;
    border: 1px solid #013b6b;
    border-radius: 4px;
    background-color: #013b6b;
    margin-top: 10px;
    box-shadow: 1px 1px 5px #444546;
}

.openokno-txt {
    font-size: 14px;
}


/*----------accordion----------*/

.panel-heading {
    background-color: #1b71c4;
    padding-right: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.panel-heading:hover {
    background-color: #013b6b;
}

.panel-title a {
    font-family: 'Roboto Slab', Trebuchet MS, Sans-serif;
    display: block;
}

.panel-title a:hover {
    text-decoration: none;
}

.panel-title a:active {
    text-decoration: none;
}

.panel-title a:focus {
    text-decoration: none;
}

.accordion-active .panel-heading {
    background-color: #013b6b;
}


/*----------table----------*/

.my-table {
    border-spacing: 2px;
    border: 1px solid #000;
    width: 100%;
}

.my-table tr,
.my-table th,
.my-table td {
    border: 1px solid #000;
    padding: 3px;
}

table {
    border-spacing: 2px;
    border: 1px solid #000;
    width: 100%;
}

table tr,
table th {
    border: 1px solid #000;
    padding: 5px;
text-align: center;
}

table td {
    border: 0px solid #000;
    padding: 5px;
text-align: center;
}
/*----------footer akcii----------*/

.bg-footer-akcii {
    background: rgb(27, 113, 196)!important;
    position: relative!important;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
    box-shadow: 3px 3px 5px #444141;
}

.txt-footer-akcii-big {
    color: #fff;
    font-size: 26px;
    padding: 0px;
    font-weight: 600;
}

.txt-footer-akcii {
    color: #fff;
    font-size: 20px;
    padding: 0px;
}

.txt-sogl-footer-akcii {
    color: #fff;
}

.btn-footer-akcii {
    width: 100%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #013b6b;
    text-align: center;
    padding: 4px 0px 4px;
    color: #ffffff;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #000508;
    cursor: pointer;
    font-size: 16px;
}

.btn-footer-akcii:hover {
    background-color: #09528e;
    color: #ffffff;
}

.btn-footer-akcii:focus {
    background-color: #09528e;
    text-decoration: none;
    color: #ffffff;
    outline: none;
}

.btn-footer-akcii:active {
    background-color: #09528e;
    text-decoration: none;
    color: #ffffff;
    outline: none!important;
}

.footer-img-garantiy {
    width: 120px;
    margin-top: 30px;
}


/*----------main akcii----------*/

.bg-main-akcii {
    background: #ffffff;
    position: relative!important;
    display: inline-block;
    border-radius: 0px;
    border: 1px solid #c6daf7;
    margin-bottom: 10px;
    margin-top: 15px;
    box-shadow: 0px 0px 5px #596b79;
}

.txt-main-akcii-big {
    color: #013b6b;
    font-size: 26px;
    padding: 0px;
    font-weight: 600;
}

.txt-main-akcii {
    color: #013b6b;
    font-size: 22px;
    padding: 0px;
}

.txt-sogl-main-akcii {
    color: #013b6b;
}

.btn-main-akcii {
    width: 100%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #1b71c4;
    text-align: center;
    padding: 4px 0px 4px;
    color: #ffffff;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #05284a;
    cursor: pointer;
    font-size: 16px;
}

.btn-main-akcii:hover {
    background-color: #063d76;
    color: #ffffff;
}

.btn-main-akcii:focus {
    background-color: #063d76;
    text-decoration: none;
    color: #ffffff;
    outline: none;
}

.btn-main-akcii:active {
    background-color: #063d76;
    text-decoration: none;
    color: #ffffff;
    outline: none!important;
}


/*----------slider akcii----------*/

.bg-slider-akcii {
    background: rgb(255 255 255)!important;
    position: relative!important;
    display: inline-block;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.form-control-slider-padding {
    padding: 2px!important;
}

.txt-slider-akcii-big {
    color: #000;
    font-size: 22px;
    padding: 0px;
    font-weight: 600;
}

.txt-slider-akcii {
    color: #000;
    font-size: 16px;
    padding: 0px;
}

.txt-sogl-slider-akcii {
    color: #000;
}

.bot-phone-slider-padding {
    margin-bottom: 0px!important;
}

.btn-slider-akcii {
    width: 100%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #013b6b;
    text-align: center;
    padding: 4px 0px 4px;
    color: #ffffff;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #000910;
    cursor: pointer;
    font-size: 16px;
}

.btn-slider-akcii:hover {
    background-color: #09528e;
    color: #ffffff;
}

.btn-slider-akcii:focus {
    background-color: #09528e;
    text-decoration: none;
    color: #ffffff;
    outline: none;
}

.btn-slider-akcii:active {
    background-color: #09528e;
    text-decoration: none;
    color: #ffffff;
    outline: none!important;
}


/*----------akcii----------*/

.bg-akcii {
    background: rgba(0, 0, 0, 0.4)!important;
    position: relative!important;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0px;
}

#bgvid {
    width: 100%;
    position: absolute;
    padding-right: 30px;
}

.btn-akcii {
    background-color: #1b71c4;
    width: 100%;
    color: #fff!important;
    border-radius: 4px;
    padding: 6px 0px 8px 0px;
    line-height: 18px;
    font-size: 10pt;
    vertical-align: middle;
    cursor: pointer;
}

.btn-akcii:hover {
    background-color: #013b6b;
}

.btn-akcii:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.btn-akcii:active {
    text-decoration: none;
    color: #fff;
    outline: none!important;
}

.bot-ch-txt {
    text-align: center;
}

.telegramm iframe {
    width: 100%;
    height: 45px;
}

.telegramm {
    margin: auto;
    width: 70%;
    margin-top: 15px;
    background: #e6e4e4;
}

.bot-phone-padding {
    margin-bottom: 5px;
}

.help {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 2px;
    z-index: 1;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 3px;
}

.socgr {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}

.socgr #vk_groups13 {
    margin: 0 auto;
}


/*----------section----------*/

.block-section {
    padding: 0px 0px 10px 0px;
}

.padding-section {
    padding-top: 30px
}

.block-section__left {
    padding-right: 5px;
}

.block-section__right {
    padding-left: 5px;
}

.block-section__inner {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 3px 3px 5px #ccc;
}

.block-section__link {
    text-decoration: none;
    color: #063d76;
}

.block-section__link:hover {
    text-decoration: none;
    color: #063d76;
    cursor: pointer;
}

.block-section__link:focus {
    text-decoration: none;
    color: #063d76;
}

.block-section__link:active {
    text-decoration: none;
    color: #063d76;
}

.block-section__btn {
    display: block;
    margin-bottom: 0px;
}

.block-section__button {
    display: block;
    background-color: #1b71c4;
    text-align: center;
    padding: 5px 15px 5px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #1b71c4;
    cursor: pointer;
    font-size: 16px;
}

.block-section__button:focus {
    text-decoration: none;
    color: #fff;
}

.block-section__button:hover {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-color: #013b6b;
}

.block-section__button:active {
    background-color: #013b6b;
    color: #fff;
    text-decoration: none;
    border-color: #013b6b;
}


/*----------galerey----------*/

.galerey {
    margin-top: 5px;
}

.galerey-block {
    padding: 0px;
}

.galerey-block__inner {
    overflow: hidden;
    margin: 5px 5px 5px 0px;
    border: 1px solid #b7bcbf;
    box-shadow: 2px 2px 5px #6e7982;
}

.galerey-block__img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.galerey-block__img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}


.fancybox-skin {
    padding: 0px!important;
}


/*----------animation----------*/

.animation-header {
    animation-duration: 2s;
    animation-name: fadeIn;
}

.animation-sotrudniki {
    position: relative;
    left: -2000px;
    transition: transform 1.1s ease-in-out;
}

.animation-quest-form {
    opacity: 0;
}

.animation-sotrudniki__on {
    transform: translate3d(2000px, 0px, 0px);
}

.right-block-animate {
    position: relative;
    right: 0px;
    animation-duration: 2s;
    animation-name: RightBlockIn;
}

.animation-section-quest-form__on {
    animation-duration: 1.5s;
    animation-name: fadeIn;
    opacity: 1;
}

.animation-footer {
    opacity: 0;
}

.animation-footer--on {
    opacity: 1;
    animation-duration: 2s;
    animation-name: fadeIn;
}

.animation-footer {
    opacity: 0;
}

.animation-footer--on {
    opacity: 1;
    animation-duration: 2s;
    animation-name: fadeIn;
}

@keyframes RightBlockIn {
    from {
        right: -2000px;
    }
    to {
        right: 0px;
    }
}

@keyframes roomsOut {
    from {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
    }
}

@keyframes roomsIn {
    from {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
    }
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes questformIn {
    from {
        left: -2000px;
    }
    to {
        left: 0px;
    }
}

@keyframes blinker2 {
    from {
        color: #fff
    }
    to {
        color: #c31717
    }
}

@-webkit-keyframes blinker2 {
    from {
        color: #fff
    }
    to {
        color: #c31717
    }
}


/*----------блик на кнопке----------*/

.custom-btn {
    position: relative;
    overflow: hidden;
    transition: ease 0.3s;
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 5px;
    height: 300px;
    box-shadow: 2px 2px 10px #fff;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -200px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.000001s;
    animation-delay: 0.000001s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}


/*----------media----------*/

@media (min-width: 1499px) {
    .block-section__blck-txt p {
        min-height: 130px;
    }
    .footer-payment-link {
        font-size: 16px!important;
    }
    .footer-block__about {
        margin-left: 45px;
    }
    .main__articles-name {
        height: 60px;
        display: table-cell;
        vertical-align: middle;
    }
    .main__articles-container {
        min-height: 150px;
    }
    .main__reviews-container {
        min-height: 190px;
    }
    .modal-btn {
        float: right;
    }
    .footer-img-garantiy {
        width: 120px;
        margin-top: 30px;
    }
    .garantiy_images {
        margin-top: -33%;
        margin-left: 0%;
    }
    .esb-header {
        font-size: 16px;
    }
    .phone800-header {
        font-size: 26px;
        margin-top: 0px;
    }
    .block-wrttext {
        margin-top: -29%;
        width: 55%;
        min-height: 286px;
    }
    .form-akcii {
        padding-top: 160px;
        padding-left: 0px;
    }
    .video-block {
        height: 485px;
        overflow: hidden;
    }
    .akcii-txt1 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
        color: #fff;
        font-size: 2.5rem;
    }
    .akcii-txt2 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
        color: #fff;
        font-size: 2rem;
    }
    .akcii-txt-sogl {
        vertical-align: middle;
        color: #fff;
        font-size: 2rem;
    }
    #esb-price-block .esb-table-wrapper .esb-form-aplication .esb-field {
        width: 48%!important;
        float: left!important;
    }
    #esb-price-block .esb-table-wrapper .esb-reviews-block .esb-asses-block {
        width: 30%!important;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .block-section__blck-txt p {
        min-height: 130px;
    }
    .footer-img-garantiy {
        width: 120px;
        margin-top: 30px;
    }
    .footer-block__about {
        margin-left: 45px;
    }
    .main__articles-name {
        height: 60px;
        display: table-cell;
        vertical-align: middle;
    }
    .main__articles-container {
        min-height: 180px;
    }
    .main__reviews-container {
        min-height: 210px;
    }
    .modal-btn {
        float: right;
    }
    .footer-payment-link {
        font-size: 16px!important;
    }
    .garantiy_images {
        margin-top: -32%;
        margin-left: 0%;
    }
    .esb-header {
        font-size: 16px;
    }
    .phone800-header {
        font-size: 26px;
        margin-top: 0px;
    }
    .block-wrttext {
        margin-top: -26%;
        width: 60%;
    }
    .form-akcii {
        padding-top: 160px;
        padding-left: 0px;
    }
    .video-block {
        height: 485px;
        overflow: hidden;
    }
    .akcii-txt1 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
        color: #fff;
        font-size: 2.5rem;
    }
    .akcii-txt2 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
        color: #fff;
        font-size: 2rem;
    }
    .akcii-txt-sogl {
        vertical-align: middle;
        color: #fff;
        font-size: 2rem;
    }
    #esb-price-block .esb-table-wrapper .esb-form-aplication .esb-field {
        width: 48%!important;
        float: left!important;
    }
    #esb-price-block .esb-table-wrapper .esb-reviews-block .esb-asses-block {
        width: 30%!important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .site-name--type-institution {
        font-size: 18px;
        margin-left: 18px;
    }
    .site-name--city-name {
        font-size: 18px;
        margin-left: 0px;
    }
    .site-name--sanatorium-name {
        font-size: 28px;
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;

    }
    .block-section__blck-txt p {
        min-height: 120px;
    }
    .footer-img-garantiy {
        width: 110px;
        margin-top: 30px;
    }
    .footer-block__about {
        margin-left: 45px;
    }
    .main__articles-name {
        height: 60px;
        display: table-cell;
        vertical-align: middle;
    }
    .main__articles-container {
        min-height: 200px;
    }
    .main__reviews-container {
        min-height: 220px;
    }
    .modal-btn {
        float: right;
    }
    .footer-payment-link {
        font-size: 13px!important;
        margin-top: 10px;
    }
    .footer-esb {
        font-size: 13px;
    }
    .footer-sun-adress {
        font-size: 10px;
    }
    .copyright-txt {
        font-size: 11px!important;
    }
    .block--header-phone800-namber {
        text-align: left;
    }
    .garantiy_images {
        margin-top: -34%;
    }
    .phone800-header {
        font-size: 26px;
        margin-top: 0px;
    }
    .esb-header {
        font-size: 16px;
    }
    .block-wrttext {
        margin-top: -29%;
        width: 75%;
    }
    .ws_controls {
        display: none;
    }
    .main-form-group {
        margin-bottom: 15px;
        width: 49%;
        float: left;
    }
    .main-form-group__left {
        margin-right: 15px;
    }
    .bg-akcii {
        margin-left: 5px;
        margin-right: 5px;
    }
    .telegramm {
        margin: auto;
        width: 86%;
        margin-top: 15px;
        background: #e6e4e4;
    }
    .akcii-txt1 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
        color: #fff;
        font-size: 2.5rem;
    }
    .akcii-txt2 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
        color: #fff;
        font-size: 2rem;
    }
    .akcii-txt-sogl {
        vertical-align: middle;
        color: #fff;
        font-size: 2rem;
    }
    .form-akcii {
        padding-top: 50px;
        padding-left: 0px;
    }
    .video-block {
        height: 300px;
        overflow: hidden;
    }
    #esb-price-block .esb-table-wrapper .esb-reviews-block .esb-asses-block {
        width: 35%!important;
    }
    #esb-price-block .esb-table-wrapper .esb-form-aplication .esb-field {
        width: 48%!important;
        float: left!important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .block-section__blck-txt p {
        min-height: 120px;
    }
    .esb-first-header {
        font-size: 14px;
        margin-top: 4px;
    }
    .site-name--type-institution {
        font-size: 16px;
        margin-left: 15px;
        margin-top: 5px;
    }
    .site-name--city-name {
        font-size: 16px;
        margin-left: 0px;
    }
    .main__articles-name {
        height: auto;
        display: table-cell;
        vertical-align: middle;
    }
    .main__articles-container {
        min-height: auto;
    }
    .main__reviews-container {
        min-height: auto;
    }
    .modal-btn {
        float: none;
    }
    .footer-img-garantiy {
        width: 150px;
        margin-top: 5px;
    }
    .footer-esb {
        font-size: 16px;
        margin-top: 5px!important;
    }
    .block--header-phone-namber {
        margin-top: 18px;
    }
    .header-phone-namber {
        font-size: 13px;
    }
    .site-name--sanatorium-name {
        font-size: 28px;
		margin-top: 2px;
		margin-left: 1px;
		text-align: center;
		margin-bottom: 1px;
    }
    .garantiy_images {
        display: none;
    }
    .button-zvonok {
        font-size: 11px;
        padding: 8px 2px 8px;
        margin: 15px 0px 2px 0px;
    }
    .block--header-phone800-namber {
        text-align: left;
    }
    .phone800-header {
        font-size: 19px;
        margin-top: 8px;
    }
    .esb-header {
        font-size: 11px;
        margin-top: 0px;
    }
    .block-wrttext {
        margin-top: -39%;
        width: 100%;
    }
    .ws_controls {
        display: none;
    }
    .main-form-group {
        margin-bottom: 15px;
        width: 100%;
    }
    .main-form-group__left {
        margin-right: 0px;
    }
    .bg-akcii {
        margin-left: 5px;
        margin-right: 5px;
    }
    .telegramm {
        margin: auto;
        width: 35%;
        margin-top: 15px;
        background: #e6e4e4;
    }
    .akcii-txt1 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
        color: #fff;
        font-size: 2.5rem;
    }
    .akcii-txt2 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
        color: #fff;
        font-size: 2rem;
    }
    .akcii-txt-sogl {
        vertical-align: middle;
        color: #fff;
        font-size: 2rem;
    }
    .form-akcii {
        padding-top: 55px;
        padding-left: 0px;
    }
    .video-block {
        height: 300px;
        overflow: hidden;
    }
    #esb-price-block .esb-table-wrapper .esb-reviews-block .esb-asses-block {
        width: 50%!important;
    }
    #esb-price-block .esb-table-wrapper .esb-form-aplication .esb-field {
        width: 48%!important;
        float: left!important;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .garantiy_images {
        display: none;
    }
    .block-section__left {
        padding-right: 0px;
    }
    .block-section__right {
        padding-left: 0px;
    }
    .main__articles-name {
        height: auto;
        display: table-cell;
        vertical-align: middle;
    }
    .main__articles-container {
        min-height: auto;
    }
    .main__reviews-container {
        min-height: auto;
    }
    .modal-btn {
        float: none;
    }
    .footer-esb {
        font-size: 16px;
        margin-top: 5px!important;
    }
    .footer-img-garantiy {
        width: 150px;
        margin-top: 5px;
    }
    .phone800-header {
        font-size: 19px;
        margin-top: 15px;
    }
    .esb-header {
        font-size: 12px;
    }
    .block-wrttext {
        min-height: 140px;
        margin-top: -61%;
        width: 100%;
        margin-left: 0%;
        padding: 5px;
    }
    #wrttext {
        font-size: 14px;
    }
    .txt-slider-akcii {
        font-size: 14px;
    }
    .ws_controls {
        display: none;
    }
    .main-form-group {
        margin-bottom: 15px;
        width: 100%;
    }
    .main-form-group__left {
        margin-right: 0px;
    }
    .map_contacts {
        width: 300px;
        top: 90px;
    }
    .bg-akcii {
        margin-left: 15px;
        margin-right: 0px;
    }
    #bgvid {
        width: 150%;
        position: absolute;
        padding-right: 30px;
    }
    .telegramm {
        margin: auto;
        width: 250px;
        margin-top: 15px;
        background: #e6e4e4;
    }
    .video-block {
        height: 300px;
        overflow: hidden;
    }
    .form-akcii {
        padding-top: 10px;
        padding-left: 0px;
    }
    .akcii-txt1 {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
        color: #fff;
        font-size: 1.8rem;
    }
    .akcii-txt2 {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
        color: #fff;
        font-size: 1.5rem;
    }
    .akcii-txt-sogl {
        vertical-align: middle;
        color: #fff;
        font-size: 1.5rem;
    }
    #esb-price-block .esb-table-wrapper .esb-reviews-block .esb-asses-block {
        width: 51%!important;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 371px;
    }

    #esb-price-block .esb-table-wrapper .esb-formrev .esb-assesments {
        padding: 0 0 0 0px!important;
    }
    #esb-price-block .esb-table-wrapper .esb-form-aplication .esb-field {
        width: 99%!important;
    }
    #esb-price-block .esb-table-wrapper .esb-formrev .esb-wrapper-fifty {
        color: #535353;
        width: 99%!important;
    }
    #esb-price-block .esb-table {
        overflow-x: auto!important;
        display: block!important;
    }
    .header-container {
        border-bottom: 1px solid #013b6b;
    }
    .third-header {
        background-color: #013b6b;
    }
    .navbar-nav>li>a {
        color: #fff;
    }
    .navbar-nav>li>a:hover {
        color: #1b71c4!important;
        background-color: #013b6b;
        border-bottom: 1px solid #1b71c4;
    }
    .navbar-nav>li>a:focus {
        color: #fff;
        background-color: #013b6b;
    }
    .navbar-nav>li>a:active {
        color: #fff;
        background-color: #013b6b;
    }
    .active {
        color: #1b71c4!important;
        font-weight: 600!important;
    }
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #013b6b;
        border-color: #013b6b;
    }
    .garantiy_images2 {
        text-align: center;
    }
    .map_block {
        margin-bottom: 5px;
    }
}

@media (min-width: 321px) and (max-width: 599px) {
    .sotrudniki__name a {
		font-size: 23px;
	}
	.garantiy_images {
        display: none;
    }
    .block-section__left {
        padding-right: 0px;
    }
    .block-section__right {
        padding-left: 0px;
    }
    .main__articles-name {
        height: auto;
        display: table-cell;
        vertical-align: middle;
    }
    .main__articles-container {
        min-height: auto;
    }
    .main__reviews-container {
        min-height: auto;
    }
    .modal-btn {
        float: none;
    }
    .footer-img-garantiy {
        width: 150px;
        margin-top: 5px;
    }
    .footer-esb {
        font-size: 16px;
        margin-top: 5px!important;
    }
    .phone800-header {
        font-size: 19px;
        margin-top: 15px;
    }
    .esb-header {
        font-size: 12px;
    }
    .block-wrttext {
        display: none;
        min-height: 140px;
        margin-top: -106%;
        width: 100%;
        margin-left: 0%;
        padding: 5px;
    }
    #wrttext {
        font-size: 13px;
    }
    .txt-slider-akcii {
        font-size: 13px;
    }
    .slider-form-group {
        margin-bottom: 1px;
        width: 49%;
        float: left;
    }
    .bot-ch-txt {
        padding: 0px;
        font-size: 11px;
    }
    .ws_controls {
        display: none;
    }
    .owl-carousel-span-name {
        margin-top: 35%;
    }
    .owl-carousel-span-btn {
        margin-top: 60%;
    }
    .main-form-group {
        margin-bottom: 15px;
        width: 100%;
    }
    .main-form-group__left {
        margin-right: 0px;
    }
    .map_contacts {
        width: 300px;
        top: 90px;
    }
    .bg-akcii {
        margin-left: 15px;
        margin-right: 0px;
    }
    #bgvid {
        width: 150%;
        position: absolute;
        padding-right: 30px;
    }
    .telegramm {
        margin: auto;
        width: 250px;
        margin-top: 15px;
        background: #e6e4e4;
    }
    .video-block {
        height: 300px;
        overflow: hidden;
    }
    .form-akcii {
        padding-top: 10px;
        padding-left: 0px;
    }
    .akcii-txt1 {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
        color: #fff;
        font-size: 1.8rem;
    }
    .akcii-txt2 {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
        color: #fff;
        font-size: 1.5rem;
    }
    .akcii-txt-sogl {
        vertical-align: middle;
        color: #fff;
        font-size: 1.5rem;
    }
    #esb-price-block .esb-table-wrapper .esb-reviews-block .esb-asses-block {
        width: 80%!important;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 371px;
    }

    #esb-price-block .esb-table-wrapper .esb-formrev .esb-assesments {
        padding: 0 0 0 0px!important;
    }
    #esb-price-block .esb-table-wrapper .esb-form-aplication .esb-field {
        width: 99%!important;
    }
    #esb-price-block .esb-table-wrapper .esb-formrev .esb-wrapper-fifty {
        color: #535353;
        width: 99%!important;
    }
    #esb-price-block .esb-table {
        overflow-x: auto!important;
        display: block!important;
    }
    .txt-main-akcii {
        font-size: 16px;
    }
    .header-container {
        border-bottom: 1px solid #013b6b;
    }
    .third-header {
        background-color: #013b6b;
    }
    .navbar-nav>li>a {
        color: #fff;
    }
    .navbar-nav>li>a:hover {
        color: #1b71c4!important;
        background-color: #013b6b;
        border-bottom: 1px solid #1b71c4;
    }
    .navbar-nav>li>a:focus {
        color: #fff;
        background-color: #013b6b;
    }
    .navbar-nav>li>a:active {
        color: #fff;
        background-color: #013b6b;
    }

    .active {
        color: #1b71c4!important;
        font-weight: 600!important;
    }
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #013b6b;
        border-color: #013b6b;
    }
    .garantiy_images2 {
        text-align: center;
    }
    .owl-carousel .owl-nav button.owl-prev {
        top: 30%;
    }
    .owl-carousel .owl-nav button.owl-next {
        top: 30%;
    }
    .map_block {
        margin-bottom: 5px;
    }
}

@media (max-width: 320px) {
    .sotrudniki__name a {
		font-size: 22px;
	}
	.garantiy_images {
        display: none;
    }
    .block-section__left {
        padding-right: 0px;
    }
    .block-section__right {
        padding-left: 0px;
    }
    .main__articles-name {
        height: auto;
        display: table-cell;
        vertical-align: middle;
    }
    .main__articles-container {
        min-height: auto;
    }
    .main__reviews-container {
        min-height: auto;
    }
    .modal-btn {
        float: none;
    }
    .footer-img-garantiy {
        width: 150px;
        margin-top: 5px;
    }
    .footer-esb {
        font-size: 16px;
        margin-top: 5px!important;
    }
    .phone800-header {
        font-size: 19px;
        margin-top: 15px;
    }
    .esb-header {
        font-size: 12px;
    }
    .block-wrttext {
        display: none;
        min-height: 140px;
        margin-top: -124%;
        width: 100%;
        margin-left: 0%;
        padding: 5px;
    }
    #wrttext {
        font-size: 11px;
    }
    .txt-slider-akcii {
        font-size: 10px;
    }
    .slider-form-group {
        margin-bottom: 1px;
        width: 49%;
        float: left;
    }
    .bot-ch-txt {
        padding: 0px;
        font-size: 10px;
    }
    .ws_controls {
        display: none;
    }
    .main-form-group {
        margin-bottom: 15px;
        width: 100%;
    }
    .main-form-group__left {
        margin-right: 0px;
    }
    .map_contacts {
        width: 275px;
        top: 90px;
    }
    .bg-akcii {
        margin-left: 10px;
        margin-right: 0px;
    }
    #bgvid {
        width: 160%;
        position: absolute;
        padding-right: 30px;
    }
    .telegramm {
        margin: auto;
        width: 250px;
        margin-top: 15px;
        background: #e6e4e4;
    }
    .video-block {
        height: 300px;
        overflow: hidden;
    }
    .form-akcii {
        padding-top: 0px;
        padding-left: 0px;
    }
    .akcii-txt1 {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
        color: #fff;
        font-size: 1.6rem;
    }
    .akcii-txt2 {
        display: none;
    }
    .akcii-txt-sogl {
        vertical-align: middle;
        color: #fff;
        font-size: 1.5rem;
    }
    #esb-price-block .esb-table-wrapper .esb-reviews-block .esb-asses-block {
        width: 100%!important;
    }

    #esb-price-block .esb-table-wrapper .esb-formrev .esb-assesments {
        padding: 0 0 0 0px!important;
    }
    #esb-price-block .esb-table-wrapper .esb-form-aplication .esb-field {
        width: 99%!important;
    }
    #esb-price-block .esb-table-wrapper .esb-formrev .esb-wrapper-fifty {
        color: #535353;
        width: 99%!important;
    }
    #esb-price-block .esb-table {
        overflow-x: auto!important;
        display: block!important;
    }
    .txt-main-akcii {
        font-size: 16px;
    }
    .header-container {
        border-bottom: 1px solid #013b6b;
    }
    .third-header {
        background-color: #013b6b;
    }
    .navbar-nav>li>a {
        color: #fff;
    }
    .navbar-nav>li>a:hover {
        color: #1b71c4!important;
        background-color: #013b6b;
        border-bottom: 1px solid #1b71c4;
    }
    .navbar-nav>li>a:focus {
        color: #fff;
        background-color: #013b6b;
        border-bottom: none;
    }
    .navbar-nav>li>a:active {
        color: #fff;
        background-color: #013b6b;
        border-bottom: none;
    }
   
    .active {
        color: #1b71c4!important;
        font-weight: 600!important;
    }
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #013b6b;
        border-color: #013b6b;
    }
    .garantiy_images2 {
        text-align: center;
    }
    .owl-carousel .owl-nav button.owl-prev {
        top: 30%;
    }
    .owl-carousel .owl-nav button.owl-next {
        top: 30%;
    }
    .map_block {
        margin-bottom: 5px;
    }
}


.block-gradient {
    padding-top: 173.5px;
}
@media screen and (max-width: 992px) {
    .block-gradient {
        padding-top: 213.5px;
    }
}
@media screen and (max-width: 768px) {
    .block-gradient {
        padding-top: 110px;
    }
}

#esb-price-block .esb-table > .esb-table-row.esb-header-row .esb-table-cell{color:#fff}
body form textarea{max-width:100%}

@media (min-width: 768px) {
    .regionmenu{
        max-height: 400px;
        overflow-y: scroll;}
}
