* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none
}

html, body {
    margin: 0;
    font: 1em 'Arial', sans-serif;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    background: #fff
}

img {
    max-width: 100%;
    max-height: 100%
}

hr {
    border-color: #3b94d6;
    border-style: solid
}

.clr {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.t {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    transition: .2s ease-in-out
}

h2, h3 {
    color: #3B94D6
}

h4 {
    color: #f15b5a;
    font-size: 1.17em
}

.container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%
}

.header-holder {
    width: 100%
}

.header {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.header:after {
    content: "";
    display: block;
    clear: both
}

.header .logo {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    /*AWEB #272195 START*/
    width: 210px;
    /*AWEB #272195 END*/
    line-height: 0
}

.header .logo:hover {
    opacity: 0.8
}

.header .mobile-menu-btn {
    display: none;
    background: #f15b5a url(/images/icon-menu-mobile.png) center center no-repeat;
    border-bottom: 2px solid transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -25px;
}





.header .mobile-search-btn {
    display: none;
    border-bottom: 2px solid transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: 40px;
}




.header-buttons {
    display: inline-block;
    margin-top: 15px;
    margin-left: 70px
}

.header-buttons a {
    display: inline-block;
    background: #3B94D6;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    padding: 3px;
    margin-right: 25px;
    width: 200px;
    line-height: 2.8;
    text-transform: uppercase;
    font-size: 0.7em
}

.header-buttons a span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden
}

.header-buttons a:nth-child(3) {
    font-size: 0.7em;
    vertical-align: top
}

.header-buttons a:nth-child(1) span {
    background: transparent url(../images/header-appointments.png) center center no-repeat
}

.header-buttons a:nth-child(2) span {
    background: transparent url(../images/header-emergency.png) center center no-repeat
}

.header-buttons a:nth-child(3) span {
    background: transparent url(../images/header-contract.png) center center no-repeat
}

.header-buttons a:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3)
}

.header-contacts {
    width: 180px;
    float: right;
    padding: 0 0 10px 0;
    position: relative
}

.contact_button {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute
}

.header-contacts .addr, .header-contacts .phones {
    width: 100%;
    padding: 5px 10px 5px 46px;
    font-size: 0.8em;
    font-weight: bold
}

.header-contacts .phones p a {
    color: #777 !important;
    text-decoration: none;
}

.header-contacts .phones p a:hover {
    color: #000 !important;
}

.header-contacts .addr {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative
}

.header-contacts .addr .btn-viber {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../images/social-icons/bg-btn-viber.png) no-repeat center center;
    left: 2px;
    top: 50%;
    margin-top: -16px;
    transition: opacity 0.3s ease
}

.header-contacts .addr .btn-viber:hover {
    opacity: 0.7
}

.header-contacts .phones {
    background: transparent url(../images/header-contacts-phones.png) left center no-repeat
}

.header-contacts .phones p {
    margin: 0;
    padding: 0
}

.header-menu {
    background: #3b94d6;
    float: left;
    width: 100%;
    padding: 0 0 0 15px;
    position: static;
}

.header-menu.header-menu-top-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left
}

.header-menu ul li {
    margin: 0;
    padding: 0;
    display: inline-block
}

.header-menu ul ul {
    display: none
}

.header-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-bottom: 2px solid transparent;
    font-size: 0.8em;
    padding: 12px 25px 12px 25px
    /*padding: 17px 30px 16px 30px*/
}

.header-menu ul li a.t.active {
    background: #3B94D6;
    border-bottom: 2px solid #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}

.header-menu > div.home {
    width: 50px;
    height: 50px;
    float: left;
    position: relative
}

.header-menu > div.home > ul {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: -12px;
    background: rgba(59, 148, 214, 0.5);
    min-width: 128px;
    width: auto;
    padding: 10px 0;
    z-index: 800;
}

.header-menu > div.home:hover > ul {
    display: block
}

.header-menu > div.home > ul > li {
    display: block
}

.header-menu > div.home > ul > li > a, .header-menu > div.home > ul > li > a:hover {
    padding: 8px;
    font-weight: bold;
    border: none;
    text-align: center;
    display: block
}

.header-menu > div.home > ul > li > a:hover {
    background: #3b94d6
}

.header-menu > div.home > a {
    background: #f15b5a url(../images/header-menu-home.jpg) center center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: relative
}

.header-menu > div.home > a:hover {
    border: none
}

.header-menu > a:last-child {
    display: block;
    float: right;
    background: #f15b5a url(../images/header-menu-last.jpg) left center no-repeat;
    color: #fff;
    padding: 0 0 0 80px;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    width: 277px;
    border-bottom: 2px solid transparent
}

.header-menu > a:last-child span {
    display: block;
    background: transparent url(../images/icon_gift.png) center center no-repeat;
    width: 26px;
    height: 48px;
    vertical-align: middle;
    float: left
}

.header-menu > a:last-child p {
    margin: 0;
    padding: 11px 0
}

.header-menu a:hover {
    border-bottom: 2px solid #fff
}

.header-menu > div.home > a:hover {
    transform: scale(1.2);
    background-position: 5px center
}

.header-menu > div.home > a > span {
    display: none;
    position: absolute;
    height: 2px;
    left: 26px;
    background: #fff
}

.header-menu > div.home > a > span:nth-child(1) {
    top: 18px;
    width: 18px
}

.header-menu > div.home > a > span:nth-child(2) {
    width: 14px;
    top: 24px
}

.header-menu > div.home > a > span:nth-child(3) {
    width: 10px;
    top: 30px
}

.header-menu > div.home > a:hover > span {
    display: block
}

.header-menu > div.home:hover > a {
    transform: scale(1.2);
    background-position: 5px center
}

.header-menu > div.home:hover > a > span {
    display: block
}

.header-menu ul li a:hover {
    text-shadow: 0 0 2px rgba(0, 0, 0, 1)
}

.index-block {
    max-width: 100%;
    color: #3B94D6;
    padding-top: 100px
}

.index-block.methods {
    color: #fff;
    background: #3B94D6;
    width: 1200px;
    margin: 100px auto 0;
    padding-top: 40px
}

.index-block:after {
    content: "";
    display: block;
    clear: both
}

.index-block-title {
    font-size: 1.9em;
    text-align: center;
    text-transform: uppercase
}

.index-block-title:after {
    content: "";
    display: block;
    border: 1px solid #3B94D6;
    width: 270px;
    margin: 0 auto;
    margin-top: 35px
}

.index-block.methods .index-block-title:after {
    border: 1px solid #fff
}

.index-block.specialization .blocks {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%
}

.index-block.specialization .blocks .block {
    width: 33.33%;
    padding: 35px 10px 0 10px;
    float: left
}

.index-block.specialization .blocks .block .body {
    border-radius: 10px;
    height: 370px;
    overflow: hidden;
    width: 100%;
    position: relative
}

.index-block.specialization .blocks .block .body:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1)
}

.index-block.specialization .blocks .block .body a {
    display: block
}

.index-block.specialization .blocks .block .body .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.index-block.specialization .blocks .block .body .img img {
    width: 100%
}

.index-block.specialization .blocks .block .body .descr {
    z-index: 20;
    position: relative;
    color: #fff;
    background: #3B94D64f;
    height: 370px;
    margin-top: 300px
}

.index-block.specialization .blocks .block .body .descr h3 {
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff
}

.index-block.specialization .blocks .block .body .descr h3:after {
    content: "";
    display: block;
    border: 1px solid #fff;
    width: 105px;
    margin: 0 auto;
    margin-top: 12px
}

.index-block.specialization .blocks .block .body .descr p {
    margin: 25px 0;
    padding: 0 25px;
    font-size: 1.1em;
    text-align: center;
    line-height: 1.3
}

.index-block.specialization .blocks .block .body .descr .btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    border: 2px solid #fff;
    background: #f15b5a url(../images/index-block-read-more.jpg) 160px center no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    text-align: center;
    padding: 12px 20px 12px 0;
    border-radius: 25px
}

.index-block.specialization .blocks .block .body .descr .btn:hover {
    transform: scale(1.1)
}

.index-block.methods .methods-list {
    max-width: 100%;
    width: 1100px;
    margin: 0 auto
}

.index-block.methods .methods-list ul {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none
}

.index-block.methods .methods-list ul li {
    margin: 0;
    padding: 0;
    width: 24.6%;
    display: inline-block
}

.index-block.methods .methods-list ul li:last-child {
    width: 25%;
    vertical-align: top
}

.index-block.methods .methods-list ul li a {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    padding: 0 10px 15px 0;
    font-size: 1.2em;
    float: left;
    position: relative;
    width: 100%
}

.index-block.methods .methods-list ul li:last-child a {
    display: block;
    background: #f15b5a;
    border: 2px solid #fff;
    border-radius: 32px;
    text-align: center;
    padding: 12px 10px 12px 70px;
    max-height: 64px;
    font-size: 1rem
}

.index-block.methods .methods-list ul li:last-child a span {
    background: transparent url(../images/icons/kosmetology.png) center center no-repeat;
    width: 65px;
    height: 65px;
    transition: .2s ease-in-out;
    position: absolute;
    top: -2px;
    left: -2px
}

.index-block.methods .methods-list ul li a img {
    width: 64px;
    height: 64px;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    transition: .2s ease-in-out
}

.index-block.methods .methods-list ul li a:hover {
    opacity: 0.8
}

.index-block.methods .methods-list ul li a:hover img {
    transform: scale(1.1)
}

.index-block.offers {
    width: 1200px;
    margin: 0 auto
}

.index-block.offers .bx-wrapper {
    margin-bottom: 95px
}

.index-block.offers .blocks {
    padding: 40px 0 120px 0
}

.index-block.offers .blocks .block {
    padding: 0 15px;
    float: left;
    width: 33.33%;
    height: 520px
}

.index-block.offers .blocks .block .inner {
    max-width: 100%;
    width: 370px;
    height: 465px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    background: #3B94D6;
    color: #fff
}

.index-block.offers .blocks .block .inner .img {
    height: 225px;
    width: 100%;
    z-index: 5;
    position: inherit
}

.index-block.offers .blocks .block .inner .img img {
    width: 100%;
    display: block
}

.index-block.offers .blocks .block .inner .discount {
    position: inherit;
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border: 5px solid #f05c5a;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #f05c5a;
    font-size: 2.2em;
    padding: 28px 0;
    line-height: 1;
    margin-top: -50px;
    z-index: 10
}

.index-block.offers .blocks .block .inner .descr h3 {
    display: block;
    text-transform: uppercase;
    width: 100%;
    height: 58px;
    text-align: center;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0 10px;
    margin: 12px 0;
    position: relative;
    color: #fff
}

.index-block.offers .blocks .block .inner .descr .text {
    padding: 0 20px;
    height: 68px;
    position: relative
}

.index-block.offers .blocks .block .inner .descr .text p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1em
}

.index-block.offers .blocks .block .inner .descr a {
    display: block;
    width: 270px;
    font-size: 1em;
    color: #fff;
    background: #f2595c url(../images/index-block-offers-detail.jpg) 220px center no-repeat;
    text-transform: uppercase;
    margin: 12px auto;
    border: 2px solid #fff;
    text-align: center;
    padding: 20px 20px 20px 0;
    border-radius: 35px
}

.index-block.offers .blocks .block .inner .descr a:hover {
    background: #3b94d6 url(../images/index-block-offers-detail-hover.jpg) 220px center no-repeat
}

.index-block.offers .blocks .block .inner .descr .time {
    font-style: italic;
    font-size: 0.8em;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 20px
}

.index-block.offers .blocks .block .inner .descr h3:after, .index-block.offers .blocks .block .inner .descr .text:after {
    content: "";
    display: block;
    border: 1px solid #fff;
    width: 170px;
    margin: 0 auto;
    margin-top: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.index-block.offers .bx-prev, .index-block.offers .bx-next {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 22px;
    transition: .2s ease-in-out
}

.index-block.offers .bx-prev {
    background: #f34d4d url(../images/index-block-offers-slider-left.png) center center no-repeat;
    left: -8px
}

.index-block.offers .bx-next {
    background: #f34d4d url(../images/index-block-offers-slider-right.png) center center no-repeat;
    right: -8px
}

.index-block.offers .bx-prev:hover, .index-block.offers .bx-next:hover {
    background-color: #3a93d5
}

.index-block.offers .view-all {
    display: none;
    width: 630px;
    border: 5px solid #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    margin: 0 auto;
    color: #fff;
    background: #f15b5a;
    padding: 12px 0;
    text-align: center;
    border-radius: 30px;
    z-index: 10;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    line-height: 1
}

.index-block.offers .view-all span {
    background: transparent url(../images/index-block-offers-form-view-all.jpg) center center no-repeat;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-top: -2px
}

.index-block.offers .view-all:hover {
    transform: scale(1.1)
}

.index-block.offers .offers-form {
    width: 1200px;
    height: 320px;
    max-width: 100%;
    background: transparent url(../images/index-block-offers-image.jpg) top center no-repeat;
    margin: 20px auto 10px auto;
    padding: 70px 0;
    color: #fff;
    position: relative;
    z-index: 5;
    line-height: 1.4
}

.index-block.offers .offers-form p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.4em;
    text-transform: uppercase;
    text-align: center
}

.index-block.offers .offers-form p.one {
    font-size: 1.8em
}

.index-block.offers .offers-form form {
    text-align: center
}

.index-block.offers .offers-form form input[type="text"], .index-block.offers .offers-form form input[type="email"] {
    width: 370px;
    border-radius: 4px;
    text-align: center;
    border: none;
    font-size: 1.4em;
    text-transform: uppercase;
    display: inline-block;
    color: #676767;
    margin: 50px 15px 0 15px;
    padding: 12px 0;
    border: 2px solid #fff;
    transition: .2s ease-in-out
}

.index-block.offers .offers-form form input[type="text"]:focus, .index-block.offers .offers-form form input[type="email"]:focus {
    color: #3B94D6;
    border: 2px solid #3B94D6;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2)
}

.index-block.offers .offers-form form button {
    width: 370px;
    border: 5px solid #fff;
    text-transform: uppercase;
    font-size: 1.3em;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #f15b5a;
    padding: 12px 0;
    text-align: center;
    border-radius: 30px;
    z-index: 10;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    line-height: 1
}

.index-block.offers .offers-form form button span {
    background: transparent url(../images/index-block-offers-form-subscribe.jpg) center center no-repeat;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-top: -2px
}

.index-block.offers .offers-form form button:hover {
    transform: scale(1.1)
}

.index-block.appointments {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto
}

.index-block.appointments .map, .index-block.appointments .form {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
    margin-top: 20px
}

.index-block.appointments .form form input[type="text"], .index-block.appointments .form form input[type="email"], .index-block.appointments .form form textarea {
    border-radius: 4px;
    border: none;
    font-size: 1.1em;
    text-transform: uppercase;
    display: inline-block;
    color: #676767;
    margin: 10px 15px;
    padding: 12px;
    border: 1px solid #666666;
    transition: .2s ease-in-out;
    display: inline-block
}

.index-block.appointments .form form input[type="text"]:focus, .index-block.appointments .form form input[type="email"]:focus, .index-block.appointments .form form textarea:focus {
    color: #63a7d8;
    border-color: #63a7d8
}

.index-block.appointments .form form #name, .index-block.appointments .form form #phone {
    width: calc(50% - 30px);
    text-align: center
}

.index-block.appointments .form form #email, .index-block.appointments .form form textarea {
    width: calc(100% - 30px)
}

.index-block.appointments .form form button {
    width: 470px;
    text-transform: uppercase;
    font-size: 1.3em;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    color: #fff;
    background: #f15b5a;
    padding: 14px 0;
    text-align: center;
    border-radius: 30px;
    line-height: 1;
    cursor: pointer;
    border: none
}

.index-block.appointments .form form button span {
    background: transparent url(../images/index-block-offers-form-view-all.jpg) center center no-repeat;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-top: -6px
}

.index-block.appointments .form form button:hover {
    opacity: 0.8
}

.index-block.gallery {
    width: 1200px;
    height: 440px;
    max-width: 100%;
    background: transparent url(../images/index-block-offers-image.jpg) center center repeat-y;
    margin: 30px auto 10px auto;
    padding: 25px 0;
    color: #fff;
    position: relative;
    z-index: 5;
    line-height: 1.4
}

.gallery-title {
    color: #3B94D6;
    padding-top: 100px
}

.index-block.gallery .index-block-title:after {
    border: 1px solid #fff
}

.index-block.methods .view-all, .index-block.gallery .view-all, .index-block.gallery .blocks .block .inner a span {
    width: 280px;
    border: 5px solid #fff;
    text-transform: uppercase;
    font-size: 1.3em;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #3b94d6;
    padding: 12px 0;
    text-align: center;
    border-radius: 30px;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 1
}

.index-block.methods .view-all {
    width: 700px;
    margin-top: -70px;
    max-width: 100%
}

.index-block.gallery .blocks .block .inner a span {
    width: calc(100% - 40px);
    bottom: 0;
    background: #f15b5a;
    transition: 0.2s linear
}

.index-block.gallery .view-all {
    top: -30px
}

.index-block.gallery .view-all-articles:hover, .index-block.gallery .view-all:hover, .index-block.methods .view-all:hover {
    transform: scale(1.1)
}

.index-block.gallery .view-all-articles span, .index-block.gallery .view-all span, .index-block.methods .view-all span {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-top: -4px
}

.index-block.gallery .view-all-articles span {
    background: transparent url(../images/index-block-offers-form-view-all.jpg) center center no-repeat
}

.index-block.gallery .view-all span {
    background: transparent url(../images/index-block-gallery-view-all.jpg) center center no-repeat
}

.index-block.gallery .blocks {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    position: relative
}

.index-block.gallery .blocks .block {
    padding: 0 15px;
    float: left;
    width: 33.33%
}

.index-block.gallery .blocks .block .inner {
    max-width: 100%;
    width: 280px;
    height: 305px;
    overflow: hidden;
    position: relative;
    color: #fff;
    margin: 0 auto
}

.index-block.gallery .blocks .block .inner a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.index-block.gallery .blocks .block .inner img {
    width: 100%
}

.index-block.gallery .blocks .block .inner a:hover span {
    box-shadow: inset 0 0 10px 5px rgba(255, 255, 255, 0.3)
}

.index-block.gallery .bx-prev, .index-block.gallery .bx-next {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 22px;
    transition: .2s ease-in-out
}

.index-block.gallery .bx-prev {
    background: #f34d4d url(../images/index-block-offers-slider-left.png) center center no-repeat;
    left: -8px
}

.index-block.gallery .bx-next {
    background: #f34d4d url(../images/index-block-offers-slider-right.png) center center no-repeat;
    right: -8px
}

.index-block.news .blocks {
    width: 970px;
    max-width: 100%;
    margin: 30px auto 10px auto;
    background: transparent url(../images/index-block-news-bg.png) center top repeat-y
}

.index-block.news .blocks:after {
    content: "";
    display: block;
    clear: both
}

.index-block.news .blocks .block {
    position: relative;
    width: 470px
}

.index-block.news .blocks .block .date {
    width: 82px;
    background: #f15b5a;
    color: #fff;
    font-size: 0.7em;
    text-align: center;
    padding: 10px 0;
    border-radius: 16px
}

.index-block.news .blocks .block:nth-child(1n) {
    float: left
}

.index-block.news .blocks .block:nth-child(2n) {
    float: right;
    margin-top: 60px
}

.index-block.news .blocks .block:nth-child(1n) .date {
    float: right
}

.index-block.news .blocks .block:nth-child(1n) .date:after {
    content: "";
    top: 6px;
    right: -25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f15b5a;
    position: absolute;
    border: 5px solid #fff
}

.index-block.news .blocks .block:nth-child(2n) .date {
    float: left
}

.index-block.news .blocks .block:nth-child(2n) .date:after {
    content: "";
    top: 6px;
    left: -25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f15b5a;
    position: absolute;
    border: 5px solid #fff
}

.index-block.news .blocks .block .inner {
    width: 100%;
    clear: both;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    color: #fff;
    float: left
}

.index-block.news .blocks .block .inner .img {
    position: relative;
    height: 240px
}

.index-block.news .blocks .block .inner .img .hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.4em;
    cursor: pointer
}

.index-block.news .blocks .block .inner .img .hover:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.index-block.news .blocks .block .inner .img:hover .hover {
    display: block
}

.index-block.news .blocks .block .inner .img > a {
    width: 100%;
    height: 100%;
    display: block
}

.index-block.news .blocks .block .inner .img img {
    width: 100%
}

.index-block.news .blocks .block .inner .img social {
    display: none
}

.index-block.news .blocks .block .inner .descr {
    background: #3B94D6;
    padding: 5px 15px
}

.index-block.news .blocks .block .inner .descr .title {
    margin: 0;
    padding: 5px 0;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
    color: #fff
}

.index-block.news .blocks .block .inner .descr .title:after {
    content: "";
    display: block;
    border: 1px solid #fff;
    width: 120px;
    margin: 0 auto;
    margin-top: 5px
}

.index-block.news .blocks .block .inner .descr .text, .index-block.news .blocks .block .inner .descr .text p {
    font-size: 1em;
    line-height: 1;
    padding: 0;
    margin: 0
}

.index-block.news .blocks .block .inner .descr .text {
    margin: 5px 0
}

.index-block.news .blocks .block .inner .descr .extra {
    width: 100%;
    padding: 5px 0;
    text-align: right
}

.index-block.news .blocks .block .inner .descr .extra span {
    display: inline-block;
    margin-left: 15px;
    font-size: 0.7em;
    height: 12px;
    padding: 0 0 0 24px
}

.index-block.news .blocks .block .inner .descr .extra span.views {
    background: transparent url(../images/news-icon-views.png) left center no-repeat
}

.index-block.news .blocks .block .inner .descr .extra span.likes {
    background: transparent url(../images/news-icon-likes.png) left center no-repeat
}

.index-block.news .blocks .block .inner .descr .extra span.comments {
    background: transparent url(../images/news-icon-comments.png) left center no-repeat
}

.index-block.news .view-all-articles {
    width: 370px;
    max-width: 100%;
    border: 5px solid #fff;
    text-transform: uppercase;
    font-size: 1.3em;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #f15b5a;
    padding: 12px 0;
    text-align: center;
    border-radius: 30px;
    z-index: 10;
    line-height: 1
}

.main-holder {
    width: 100%;
    float: left;
    padding: 0 10px 0 10px
}

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

.index-image-block-slider {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    width: 1200px;
    height: 640px;
    line-height: 640px;
    font-size: 0;
    white-space: nowrap
}

.index-image-block-slider > .index-image-block {
    display: inline-block;
    vertical-align: top
}

.index-image-block-slider .slick-dots li button {
    padding: 0;
}

.index-image-block-slider .slick-dots {
    line-height: normal;
}

.index-image-block-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
    text-align: center;
    opacity: .25;
    background: #3b94d6;
    border-radius: 50%;
}

.index-image-block-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}

.index-image-block {
    /*margin: 0 auto;*/
    margin: 8px;
    color: #fff;
    text-align: center;
    max-width: 100%;
    width: 1200px;
    /*height: 640px;
    line-height: 640px;*/
    font-size: 0
}

.index-image-block > img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.index-image-block2 {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    max-width: 100%;
    width: 1200px;
    height: 640px
}

.index-image-block2 > img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: top;
}

.index-image-block p.title, .index-image-block p.sub-title {
    clear: both;
    display: block;
    padding: 0;
    text-transform: uppercase;
    max-width: 100%
}

.index-image-block p.title {
    display: none;
    margin: 0 auto;
    background: #3b94d6;
    padding: 25px 0;
    width: 530px;
    max-width: 100%;
    border-radius: 40px;
    font-size: 1.6em
}

.index-image-block p.sub-title {
    display: none;
    background: #3B94D6;
    font-size: 1.2em;
    width: 460px;
    max-width: 100%;
    border-radius: 35px;
    padding: 24px 0;
    margin: 10px auto
}

.index-image-block p.text {
    color: #656766;
    width: 460px;
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 1.5
}

.index-image-block a {
    display: none;
    text-transform: uppercase;
    font-size: 1.1em;
    background: #f15b5a;
    width: 200px;
    max-width: 100%;
    text-align: center;
    padding: 20px 0;
    border-radius: 30px;
    color: #fff;
    margin: 10px auto
}

.index-image-block a:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3)
}

.main .index-page {
    text-align: center
}

.main h1.title {
    font-size: 46px;
    margin: 0;
    padding: 5px 0
}

.main .title-holder {
    margin-top: 20px
}

.main .title-holder h1, .main .article-block h1 {
    font-size: 2em;
    margin: 0;
    padding: 10px 0;
    color: #3b94d6
}

.main .breadcrumbs {
    display: block;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    position: relative
}

.main .breadcrumbs li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative
}

.main .breadcrumbs li:after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    color: #3b94d6
}

.main .breadcrumbs li:last-child:after {
    content: ""
}

.main .breadcrumbs li a, .main .breadcrumbs li span {
    display: block;
    padding: 0 10px 0 0;
    color: #777;
    font-size: 0.8em
}

.main .breadcrumbs li a:hover {
    color: #3b94d6
}

.main .text {
    margin-top: 20px;
    line-height: 1.4
}

.main .text .gallery-holder {
    max-width: 100%;
    width: 100%
}

.main .text .gallery-holder ul, .main .text .gallery-holder ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block
}

.main .text .gallery-holder ul {
    width: 100%
}

.main .text .gallery-holder ul li {
    float: left;
    width: 25%;
    padding: 10px;
    height: 200px
}

.main .text .gallery-holder ul li img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
    transition: 0.2s linear
}

.main .text .gallery-holder ul li img:hover {
    opacity: 0.8
}

.main .article-block .text img {
    margin: 0 25px 25px 0
}

.main .index-page .descr {
    padding: 0 130px;
    font-size: 16px;
    line-height: 1.8
}

.main .page-content {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #E0E0E0;
    line-height: 1.4
}

.main .articles .article-block {
    margin: 10px 0;
    padding: 10px 0
}

.filter {
    overflow: hidden
}

.filter select {
    width: 280px;
    color: #3b94d6;
    border: 1px solid #3b94d6;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-appearance: none;
    background: url('../images/select-arrow-blue.png') #fff;
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 1em;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important
}

.filter select::-ms-expand {
    display: none
}

.filter_item {
    float: left;
    width: 33% !important;
    color: #3b94d6 !important;
    line-height: 24px
}

.filter label {
    cursor: pointer
}

.main .articles-doctors .article-block {
    padding: 10px
}

.main .articles .article-block:first-child {
    border-top: 1px solid #3b94d6
}

.main .articles .article-block {
    border-bottom: 1px solid #3b94d6
}

.main .articles .article-block a {
    color: inherit
}

.main .articles .article-block h2 {
    margin: 0 0 -10px;
    padding: 5px 25px;
    font-size: 1em;
    color: #3b94d6;
    font-weight: normal
}

.main .articles .article-block .date {
    font-size: 10px
}

.main .articles .article-block .short {
    line-height: 1.4
}

.main .articles .article-block .more {
    color: #fff;
    float: right;
    clear: both;
    padding: 10px 20px;
    border-radius: 30px;
    background: #f15b5a
}

.main .articles .article-block .more:hover {
    opacity: 0.8
}

.main .articles .article-block:after {
    content: "";
    display: block;
    clear: both
}

.main .article-block .article-footer a {
    color: #fff;
    padding: 5px 15px;
    margin-left: 5px;
    border-radius: 30px;
    background: #f15b5a;
    display: inline-block
}

.main .article-block .article-footer a:hover {
    opacity: 0.8
}

.main .articles-doctors .article-block {
    float: left;
    width: 25%;
    border-bottom: 1px solid #3b94d6;
    text-align: center
}

.main .articles-doctors .article-block:first-child {
    border-top: none
}

.main .articles-doctors .article-block a.img {
    display: block;
    width: 215px;
    max-width: 100%;
    height: 215px;
    margin: 10px auto;
    border-radius: 50%;
    border: 4px solid #3b94d6;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.main .articles-doctors .article-block a.img:before {
    content: attr(title);
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: middle;
    opacity: 0;
    font-size: 1.3em;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    line-height: 210px;
    transition: 0.2s linear;
    text-transform: uppercase;
    z-index: 10;
}

.main .articles-doctors .article-block a.img:hover:before {
    opacity: 1
}

.main .articles-doctors .article-block a.img img {
    max-width: 100%;
    max-height: 100%
}

.main .articles-doctors .article-block h2 a {
    font-size: 1.3em;
    height: 60px;
    overflow: hidden;
    display: block
}

.main .articles-doctors .article-block .short p {
    height: 44px;
    overflow: hidden
}

.main .articles-clinic {
    float: left;
    width: 75%
}

.main .articles-clinic .article-clinic-block {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    border: 5px solid #3b94d6;
    height: 210px;
    margin-bottom: 50px
}

.main .articles-clinic .article-clinic-block.show {
    height: auto;
    transition: 0.2s linear
}

.main .articles-clinic .article-clinic-block .image-holder {
    width: 200px;
    height: 200px;
    background: #3b94d6;
    text-align: center;
    float: left
}

.main .articles-clinic .article-clinic-block .image-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.main .articles-clinic .article-clinic-block .image-holder img {
    display: inline-block;
    border: 5px solid #fff;
    border-radius: 50%;
    vertical-align: middle
}

.main .articles-clinic .article-clinic-block .short-holder {
    width: calc(100% - 200px);
    float: right;
    padding: 20px;
    color: #3b94d6;
    overflow: hidden;
    height: 200px
}

.main .articles-clinic .article-clinic-block .short-holder h2 {
    text-transform: uppercase;
    margin: 0 0 20px 0
}

.main .articles-clinic .article-clinic-block .short ul, .main .articles-clinic .article-clinic-block .full-holder ul {
    margin: 0;
    padding: 5px 16px
}

.main .articles-clinic .article-clinic-block .full-holder {
    display: none;
    clear: both;
    position: relative;
    width: 100%
}

.main .articles-clinic .article-clinic-block.show .full-holder {
    display: block
}

.main .articles-clinic .article-clinic-block .full-holder .block {
    width: 100%;
    position: relative;
    float: left;
    padding: 20px 20px;
    border-top: 2px solid #3b94d6;
    color: #3b94d6
}

.main .articles-clinic .article-clinic-block .full-holder .block .doctor {
    float: left;
    width: 160px;
    text-align: center;
    color: #3b94d6;
    font-size: 1.2em;
    margin-right: 20px
}

.main .articles-clinic .article-clinic-block .full-holder .block .doctor img {
    width: 150px;
    height: 150px;
    border: 5px solid #3b94d6;
    border-radius: 50%;
    margin-bottom: 10px
}

.main .articles-clinic .article-clinic-block .full-holder .block .descr {
    width: calc(100% - 180px);
    padding: 0 20px;
    float: right
}

.main .articles-clinic .article-clinic-block .more {
    display: block;
    margin: 0 auto;
    width: 250px;
    position: relative;
    z-index: 2;
    color: #fff;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 0;
    cursor: pointer;
    margin-bottom: -34px
}

.main .articles-clinic .article-clinic-block .more:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7)
}

.main .articles-clinic .article-clinic-block .more span {
    background: transparent url(../images/bot_arrow.png) center center no-repeat;
    width: 24px;
    height: 26px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle
}

.main .articles-clinic .article-clinic-block .more:after {
    content: "";
    display: block;
    width: 210px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-top: 34px solid #f15b5a;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.main .articles-clinic .article-clinic-block.show .more span {
    background: transparent url(../images/top_arrow.png) center center no-repeat
}

.main .articles-right-block {
    float: right;
    width: 23%;
    background: #6fc3c3;
    border-radius: 10px;
    padding: 10px
}

.main .articles-right-block .title {
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    padding: 10px 0
}

.main .articles-right-block img {
    width: 100%;
    max-width: 100%;
    display: block
}

.main .articles-right-block .text {
    background: #fff;
    padding: 10px 20px;
    color: #6fc3c3;
    margin: 0
}

.main .articles-right-block .text p {
    padding: 0;
    margin: 0
}

.main .articles-right-block a {
    width: 100%;
    border: 5px solid #fff;
    text-transform: uppercase;
    font-size: 1.3em;
    display: block;
    margin: 20px 0 -40px 0;
    color: #fff;
    background: #f15b5a;
    padding: 12px 0;
    text-align: center;
    border-radius: 30px;
    z-index: 10;
    line-height: 1;
    position: relative;
    transition: 0.2s linear
}

.main .articles-right-block a span {
    display: inline-block;
    width: 24px;
    height: 26px;
    vertical-align: middle;
    background: transparent url(../images/bot_arrow.png) center center no-repeat;
    margin-left: 15px
}

.main .articles-right-block a:hover {
    box-shadow: inset 0 0 10px 5px rgba(255, 255, 255, 0.4)
}

.main .pagination {
    margin: 10px 0
}

.main .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main .pagination ul li {
    margin: 0;
    padding: 0;
    display: inline-block
}

.main .pagination ul li a, .main .pagination ul li span {
    display: block;
    width: 30px;
    padding: 6px 0;
    color: #3b94d6;
    text-align: center;
    margin-right: 5px;
    border: 1px solid #3b94d6
}

.main .pagination ul li a:hover, .main .pagination ul li span {
    background: #3b94d6;
    color: #fff
}

.form-holder {
    width: 100%;
    float: left
}

.form-holder .form-title, .form-holder .form-item-title {
    margin: 20px 0;
    display: block;
    float: left;
    width: 100%
}

.form-holder .form-title * {
    margin: 0;
    padding: 0
}

.form-holder .form-item-title {
    font-weight: bold;
    color: #000
}

.form-holder label {
    display: block;
    width: 100%;
    margin: 10px 0
}

.form-holder input[type="text"], .form-holder input[type="file"], .form-holder textarea, .form-holder select {
    width: 100%;
    margin: 5px 0;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #000;
    background: #F0F0F0
}

.form-holder input[type="text"]:required:invalid, .form-holder input[type="file"]:required:invalid, .form-holder textarea:required:invalid, .form-holder select:required:invalid {
    border-color: #F08484
}

.form-holder .form-checkbox-holder, .form-holder .form-radio-holder, .form-holder label.checkbox, .form-holder label.radio {
    width: 100%;
    float: left;
    display: table-row
}

.form-holder .form-checkbox-holder .form-item-title, .form-holder .form-radio-holder .form-item-title {
    font-weight: normal
}

.form-holder label.checkbox, .form-holder label.radio {
    float: none
}

.form-holder label.checkbox span, .form-holder label.radio span, .form-holder label.radio input, .form-holder label.checkbox input {
    display: table-cell;
    vertical-align: middle
}

.form-holder label.radio input, .form-holder label.checkbox input {
    margin: 5px 15px
}

.form-holder .form-button {
    float: right;
    color: #ffffff;
    width: 100px;
    height: 36px;
    margin-top: 10px;
    padding: 5px 0 7px;
    cursor: pointer;
    text-align: center;
    background-color: #3156A3;
    border: none
}

.form-holder .form-button:hover {
    background: #42b3e5
}

.footer-holder {
    width: 100%;
    background: #3b94d6;
    float: left;
    margin-top: 100px
}

.footer {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    padding: 10px 0
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 130px;
    width: 60px;
    height: 60px;
    background: #fff url(../images/scroll-top.jpg) center center no-repeat;
    border: 5px solid #3a92d2;
    border-radius: 50%;
    z-index: 30;
    display: none
}

.scroll-top:hover {
    transform: scale(1.1)
}

.footer .menu-foot {
    margin: 0 100px 0 0;
    padding: 0;
    float: right;
    list-style: none
}

.footer .menu-foot li {
    margin: 0;
    padding: 0;
    display: inline-block
}

.footer .menu-foot li a {
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    padding: 10px;
    font-size: 0.9em
}

.footer .menu-foot li a:hover {
    border-bottom: 3px solid #fff;
    color: #f15c58
}

.footer .social {
    width: 100%;
    text-align: center;
    padding: 10px 0
}

.footer .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px
}

.footer .social a:hover {
    opacity: 0.8
}

.footer .social a.fb {
    background: transparent url(../images/social-icons/fb.png) center center no-repeat
}

.footer .social a.ig {
    background: transparent url(../images/social-icons/ig.png) center center no-repeat
}

.footer .social a.viber {
    background: transparent url(../images/social-icons/bg-viber-link.png) center center no-repeat;
    width: 30px !important;
    height: 30px !important;
    background-size: auto 100%;
    border-radius: 5px;
    overflow: hidden
}

.footer .social a.yt {
    background: transparent url(../images/social-icons/yt.png) center center no-repeat
}

.footer .social a.tw {
    background: transparent url(../images/social-icons/tw.png) center center no-repeat
}

.footer .social a.in {
    background: transparent url(../images/social-icons/in.png) center center no-repeat
}

.footer .social a.vk {
    background: transparent url(../images/social-icons/vk.png) center center no-repeat
}

.footer .social a.gp {
    background: transparent url(../images/social-icons/gp.png) center center no-repeat
}

.footer .copyright {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 0.7em;
    text-transform: uppercase
}

.pop-holder {
    width: 800px;
    height: 485px;
    max-width: 100%;
    float: left;
    background-image: url('/images/contact_form_background.jpg')
}

.pop-head {
    text-align: center
}

.pop-title {
    font-style: italic;
    font-weight: bold;
    color: white;
    font-size: 33px;
    text-transform: uppercase;
    margin-top: 52px;
    display: block
}

.pop-subtitle {
    font-style: italic;
    font-weight: bold;
    color: white;
    font-size: 22px
}

.pop-body .form-row {
    padding: 10px;
    float: left;
    width: 100%
}

.form-item {
    padding-left: 29px
}

.form-item > label {
    float: left;
    background-color: white;
    color: #009FE1;
    width: 185px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-style: italic;
    font-weight: bold
}

.form-item > input[type="text"] {
    border-radius: 0;
    border: 0px;
    height: 40px;
    line-height: 40px;
    width: 535px;
    padding-left: 15px
}

.mt {
    margin-top: 45px
}

.blue-border {
    background-color: #009FE1;
    width: 2px;
    height: 40px;
    border-top: 8px solid white;
    border-bottom: 8px solid white;
    float: left
}

.in {
    background-color: #fff;
    width: 537px;
    height: 40px;
    overflow: hidden;
    position: relative
}

.triangle {
    width: 0;
    height: 0;
    top: 15px;
    left: 508px;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #009FE1;
    z-index: 100
}

.in > select {
    padding: 10px 25px 10px 15px;
    width: 565px;
    max-width: none;
    font-weight: bold;
    font-size: 16px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    z-index: 101;
    position: absolute
}

input[type="text"]#doctor {
    font-size: 16px
}

.pop-body .form-row .form-item .error, #form-appointments-index .error, #form-subscribe .error {
    box-shadow: inset 0 0 1px 1px rgba(255, 0, 0, 1)
}

.pop-body .form-row .form-item.col-3 input[type="text"] {
    width: 160px;
    max-width: 100%;
    margin-right: 10px
}

.pop-body .form-row .form-item.col-3 span:nth-child(3) input[type="text"], .pop-body .form-row .form-item.col-3 input[type="text"]:nth-child(3) {
    margin-right: 0
}

.pop-body .form-row .form-item #day, .pop-body .form-row .form-item #month, .pop-body .form-row .form-item #year {
    padding-right: 40px;
    text-align: center
}

.pop-body .form-row .form-item #daySpan, .pop-body .form-row .form-item #monthSpan, .pop-body .form-row .form-item #yearSpan {
    position: relative;
    display: inline-block
}

.pop-body .form-row .form-item #daySpan:after {
    content: "д."
}

.pop-body .form-row .form-item #monthSpan:after {
    content: "м."
}

.pop-body .form-row .form-item #yearSpan:after {
    content: "г."
}

.pop-body .form-row .form-item #daySpan:after, .pop-body .form-row .form-item #monthSpan:after, .pop-body .form-row .form-item #yearSpan:after {
    display: block;
    position: absolute;
    font-size: inherit;
    border-left: 1px solid #ddd;
    top: 0;
    right: 10px;
    width: 25px;
    text-align: center;
    color: #000;
    margin: 8px 0;
    padding: 6px 0
}

.pop-body .form-row .form-item .text {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.2em
}

.pop-body .form-row .form-item .text.tip {
    color: #B20000
}

.pop-body .form-row .form-item .form-submit {
    display: block;
    width: 333px;
    max-width: 100%;
    margin: 26px auto 0 auto;
    border: 2px solid #fff;
    background: #f15b5a;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
    padding: 16px 20px 16px 0;
    border-radius: 50px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    transition: .2s
}

.pop-body .form-row .form-item .form-submit:hover {
    background: #DB1244
}

.pop-body .msg-box {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0
}

.pop-holder.emergency .pop-body a {
    color: #fff;
    display: block;
    text-decoration: underline
}

.pop-holder.emergency .pop-body a.title {
    font-size: 1.3em;
    text-align: center;
    margin: 10px 0
}

.pop-holder.emergency .pop-body a:hover {
    text-decoration: none
}

.pop-holder.emergency .pop-body ul {
    margin: 0 20px 30px 20px
}

.gallery-cbox #cboxClose {
    width: 24px;
    height: 24px;
    background: transparent url(/images/cbox-gallery/close_gallery.png) center center no-repeat;
    top: 16px;
    right: 16px
}

.gallery-cbox #cboxContent {
    overflow: visible
}

.gallery-cbox #cboxNext, .gallery-cbox #cboxPrevious {
    width: 43px;
    height: 43px;
    top: calc(50% - 43px);
    transition: 0.2s linear
}

.gallery-cbox #cboxPrevious {
    background: transparent url(/images/cbox-gallery/left_gallery.png) center center no-repeat;
    left: -30px
}

.gallery-cbox #cboxNext {
    background: transparent url(/images/cbox-gallery/right_gallery.png) center center no-repeat;
    right: -30px;
    left: auto
}

.gallery-cbox #cboxNext:hover, .gallery-cbox #cboxPrevious:hover {
    transform: scale(1.1)
}

.reviews-button {
    text-transform: uppercase;
    font-size: 1em;
    display: inline-block;
    margin: 10px 0;
    color: #fff;
    background: #f15b5a;
    padding: 14px 20px;
    text-align: center;
    border-radius: 25px;
    line-height: 1;
    cursor: pointer;
    border: none
}

.review-item {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.review-item:not(:last-child) {
    border-bottom: 2px dashed #3b94d6
}

.review-item-title {
    margin: 10px 0;
    color: #3b94d6;
    font-size: 1.2rem;
    display: inline-block
}

.review-item-title-time {
    margin: 10px;
    font-size: 1rem;
    display: inline-block
}

.review-item-title-doctor {
    margin: 10px;
    font-size: 1rem;
    display: inline-block
}

.review-item-title-doctor span {
    color: #3b94d6
}

.review-item-msg {
    width: 100%
}

.review-item-msg.answer {
    margin-left: 30px;
    font-style: italic;
    background: #3B94D6;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
}

.page-prices ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-prices ul li {
    margin: 0;
    padding: 0
}

.page-prices ul li > a {
    display: block;
    background: #3b94d6 url(/images/left_arrow.png) 98% center no-repeat;
    color: #fff;
    font-size: 1rem;
    padding: 10px 20px
}

.page-prices ul li:not(:last-child) > a {
    border-bottom: 1px solid #fff
}

.page-prices ul li > a:hover {
    opacity: 0.8
}

.page-prices ul li.show > a {
    background: #3b94d6 url(/images/bot_arrow.png) 98% center no-repeat
}

.page-prices ul li > div {
    display: none
}

.page-prices ul li.show > div {
    display: block
}

.page-prices ul li > div > table {
    border-collapse: collapse;
    width: 100%
}

.page-prices ul li > div > table tr td {
    padding: 5px 10px
}

.page-prices ul li > div > table tr:not(:last-child) td {
    border-bottom: 1px solid #3b94d6
}

.page-prices ul li > div > table tr td + td {
    width: 10%;
    text-align: center;
    font-weight: bold
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

.emailer {
    display: inline-block;
    background: transparent url(../images/contacts-send.png) left center no-repeat;
    cursor: pointer;
    color: #00E;
    padding: 3px 0 3px 32px;
    transition: 0.2s linear
}

.emailer:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3)
}

.template-title {
    font-size: 1.9em;
    text-align: center;
    text-transform: uppercase;
    color: #3B94D6;
    clear: both
}

.template-title:after {
    content: "";
    display: block;
    border: 1px solid #3B94D6;
    width: 270px;
    margin: 0 auto;
    margin-top: 35px
}

.template-doctors-list {
    text-align: center;
    padding: 10px 0
}

.template-doctor {
    display: inline-block;
    width: 33%;
    padding: 10px
}

.template-doctor a {
    display: block;
    width: 215px;
    max-width: 100%;
    height: 215px;
    margin: 10px auto;
    border-radius: 50%;
    border: 4px solid #3b94d6;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.template-doctor a img {
    width: 100%
}

/*AWEB #270904 START*/
.template-doctor h2 {
    margin: 0;
    /*padding: 5px 0;*/
    color: #3b94d6;
    font-weight: normal;
    font-size: 1.3em;
    /*height: 60px;*/
    overflow: hidden;
    display: block
}
/*AWEB #270904 END*/

.template-doctor p {
    height: 44px;
    overflow: hidden
}

.template-article-image {
    float: left;
    margin: 0 20px 15px 0
}

.template-articles-list h3 {
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 1.3em
}

.template-articles-list p {
    margin: 5px 0
}

.template-delimiter-empty {
    margin: 5px 0;
    clear: both
}

.template-button-appointments {
    width: 350px;
    max-width: 100%;
    border: 5px solid #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #f15b5a;
    padding: 12px 40px 12px 0;
    text-align: center;
    border-radius: 30px;
    line-height: 1;
    clear: both;
    position: relative;
    transition: 0.2s linear
}

.template-button-appointments:after {
    content: '';
    display: block;
    background: transparent url(../images/index-block-offers-form-view-all.jpg) center center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 11px
}

.template-button-appointments:hover {
    transform: scale(1.1)
}

.template-button-callrequest {
    display: none;
    transform: rotate(-90deg);
    position: fixed;
    right: -105px;
    background: #61adac !important;
    color: #fff;
    top: 50%;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background: rgb(121, 97, 83);
    padding: 10px 16px;
    font: bold 16px/20px sans-serif;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-radius: 5px;
    z-index: 30
}

.template-button-callrequest:hover {
    background: #08CFE0 !important
}

.template-three-buttons-list {
    clear: both;
    width: 100%;
    float: left;
    padding: 40px 0
}

/*AWEB #270904 START*/
.template-one-third-buttons-list a, .template-two-third-buttons-list a, .template-four-buttons-list a, .template-three-buttons-list a {
    float: left;
    width: 29%;
    margin: 10px 2%;
    background: #3b94d6;
    color: #fff;
    padding: 10px 50px 10px 10px;
    text-align: left;
    font-size: 1.1em;
    position: relative;
    height: 70px
}
/*AWEB #270904 END*/

.template-one-third-buttons-list a {
    width: 88%;
    margin: 10px auto;
    margin-left: 6%
}

.template-two-third-buttons-list a {
    width: 44%;
    margin: 10px 3%
}

.template-four-buttons-list a {
    width: 23%;
    margin: 10px 1%
}

.template-one-third-buttons-list a:after, .template-two-third-buttons-list a:after, .template-four-buttons-list a:after, .template-three-buttons-list a:after {
    content: '';
    background: transparent url(../images/index-block-offers-detail-hover.jpg) center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 14px
}

.template-one-third-buttons-list a:hover, .template-two-third-buttons-list a:hover, .template-four-buttons-list a:hover, .template-three-buttons-list a:hover {
    background: #f15b5a
}

.template-one-third-buttons-list a:hover:after, .template-two-third-buttons-list a:hover:after, .template-three-buttons-list a:hover:after {
    background: transparent url(../images/index-block-offers-form-view-all.jpg) center center no-repeat
}

.template-three-images-list {
    clear: both;
    width: 100%;
    float: left;
    padding: 40px 0
}

.template-three-images-list a {
    float: left;
    width: 31%;
    margin: 1%;
    color: #fff;
    text-align: center;
    line-height: 0
}

.template-three-images-list a img {
    width: 100%;
    line-height: 0
}

.template-three-images-list a:hover {
    opacity: 0.8
}

.template-three-images-list img {
    cursor: pointer;
}

.template-one-third-buttons-list .template-title, .template-two-third-buttons-list .template-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 30px 0 20px 0
}

.template-one-third-buttons-list .template-title:after, .template-two-third-buttons-list .template-title:after {
    content: none
}

.template-one-third-buttons-list, .template-two-third-buttons-list {
    float: left
}

.template-one-third-buttons-list {
    width: 33%;
	padding: 0 0 40px 0
}

.template-two-third-buttons-list {
    width: 66%;
	padding: 0 0 40px 0
}

.template-buttons-list-border-left {
    border-left: 3px solid #3b94d6;
    float: left;
    margin: 10px 0
}

.template-buttons-list-border-left a:first-child {
    margin-top: 0
}

.template-buttons-list-border-left a:last-child {
    margin-bottom: 0
}

.template-image-right {
    float: right;
    margin: 0 0 15px 15px
}

.offers .bx-wrapper .bx-prev:hover {
    background-position: 9px 10px !important
}

.offers .bx-wrapper .bx-next:hover {
    background-position: 13px 10px !important
}

.shock_content {
    position: relative;
    display: inline-block;
    margin: 0 25px 25px 0;
    min-height: 250px;
}

.shock_content span {
    position: absolute;
    background: #3b94d6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.shock_content img {
    margin: 0 !important;
}

.shock_content div {
    color: #fff;
    margin: 10px;
    text-align: center;
    line-height: 1em;
    font-size: 0.93em;
}

.shock_content .shock_confirm {
    padding: 10px;
    width: auto;
    border: 1px solid #fff;
    cursor: pointer;
    font-weight: bold;
}

.shock_content .shock_confirm:hover {
    background: #fff;
    color: #3b94d6;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.lang_change {
    float: right;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px
}

.lang_change img {
    width: 20px;
}

.lang_change select {
    background: #3B94D6;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    border: none
}

.app {
    font-size: 12px;
}

.share-block span {
    font-weight: bold;
}

.share-block img {
    margin: 10px 5px 25px 0 !important;
}

.youtube {
    position: relative;
    display: inline-block;
}

.yotube_btn {
    width: 60px;
    height: 60px;
    background: url(../images/youtube_btn.png) center center no-repeat;
    display: block;
    position: absolute;
    top: 35%;
    left: 35%;
}

.yotube_btn:hover {
    background: url(../images/youtube_btn.png) center center no-repeat;
}

.privat_policy {
    padding-top: 10px;
}

.privat_policy a {
    color: #fff;
}

.header-menu {
}

.specialization {
    padding-top: 10px;
}

.main_title {
    color: #3B94D6;
    font-size: 39px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}