.slick-initialized .slick-slide {
    display: block;
    position: relative;
}

.slick-initialized .slick-slide .tour-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 640px;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000;
    z-index: 100;
    background-color: rgba(61, 70, 103, 0.7);
}

.slick-initialized .slick-slide .tour-block .icon-wrap.pict {
    width: 80px;
    height: 80px;
    background: #FDD615 url('/img/3-d-1.svg') no-repeat center center;
    border-radius: 100%;
    margin: 0 auto 20px;
    display: block;
    z-index: 110;
}

.slick-initialized .slick-slide .tour-block .icon-wrap.text {
    height: auto;
    font-weight: 600;
    z-index: 110;
    padding: 10px 30px;
    background-color: #FDD615;
    border-radius: 50px;
    margin: 0 auto;
    display: table;
    max-width: 200px;
    color: #000;
    text-align: center;
}

.header_button_scroll {
    background: url(/local/templates/medsi/img/Next.svg) no-repeat;
    border-radius: 50%;
    bottom: 20px;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .2);
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.header_button_scroll:hover {
    box-shadow: 0 0 1px 1px #555;
}

.readmore__link,
.slider_readmore__link {
    cursor: pointer;
    color: #00abaa;
    border-bottom: 1px dotted #00abaa;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-top: 7px;
}

.readmore__link:after,
.slider_readmore__link:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 12px;
    border: 3px solid transparent;
    border-top: 3px solid #00abaa;
}

.readmore__link.show:after,
.slider_readmore__link.show:after {
    border: 3px solid transparent;
    border-bottom: 3px solid #00abaa;
    top: 8px;
}

.cs-nav__prev {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url('/local/templates/medsi/img/sprite.png') -450px -73px;
    float: left;
}

.cs-nav__prev:hover {
    background-position: -369px -73px;
}

.cs-nav__next {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url('/local/templates/medsi/img/sprite.png') -487px -73px;
    float: left;
}

.cs-nav__next:hover {
    background-position: -408px -73px;
}

.cs-nav__count {
    float: left;
    font-size: 21px;
    margin: 0 10px;
}

.capchaImgCont {
    margin-bottom: 10px;
    vertical-align: middle;
}

.capchaImgCont img {
    text-align: left;
}

.l-main-section .capchaImgCont a, .capchaImgCont a {
    max-width: 33%;
    float: right;
    text-align: justify;
    vertical-align: middle;
    line-height: 1.3;
}

.popup__inner {
    padding: 20px 40px 40px;
    box-sizing: border-box;
    width: 1000px;
    max-width: 100%;
}

.accord-agreement {
    width: 500px;
}

.popup__h {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #00abaa;
    font-weight: 700;
    border-bottom: 1px solid #e6eff5;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.popup__description {
    width: 240px;
    float: left;
    display: inline-block;
    padding-right: 40px;
}

.popup__description p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0 0 20px
}

.popup__form-field {
    max-width: 460px;
    width: 100%;
    display: inline-block;
}

.popup__row {
    width: 460px;
    margin-bottom: 12px;
}

.popup__row.field_phone {
    width: 45%;
    margin-right: 5%;
    float: left
}

.popup__row.field_email {
    width: 50%;
    float: left
}

.popup__row.field_from {
    width: 50%;
    float: left
}

.popup__row.field_TYPE label {
    margin: 0 25px 0 10px
}

.popup__row .error {
    border-color: red !important
}

.popup__field_name {
    /*margin-bottom: 13px;*/
    margin-bottom: 5px;
    display: block
}

.popup__field_option select {
    border: 1px solid #b4bbc0;
    border-radius: 4px !important;
    font-size: 16px;
    line-height: 20px;
    outline: 0;
    box-shadow: none;
    padding: 5px 20px;
    width: 100%;
    height: 40px
}

.popup__field_option input[type=text] {
    border: 1px solid #b4bbc0;
    border-radius: 4px !important;
    font-size: 16px;
    line-height: 20px;
    outline: 0;
    box-shadow: none;
    padding: 10px 20px;
    width: 100%;
    height: 40px
}

.popup__field_option textarea {
    border: 1px solid #b4bbc0;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    outline: 0;
    box-shadow: none;
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
    height: 160px
}

.popup__star {
    color: #26b1b0
}

form.review .form-docs {
    margin-top: 10px;
}


div[id^=wait_comp_] {
    display: none !important
}

h2 {
    display: block;
    clear: both
}

ul.listnofoto {
    margin: 15px 0;
    display: block;
    padding: 0
}

ul.listnofoto li {
    position: relative;
    padding-left: 35px;
    list-style: url('../img/list.png') outside;
    font-family: Arial, sans-serif;
    color: #6d7079;
    font-size: 16px
}

ul.listnofoto li p {
    padding-right: 40px;
    margin: 15px 0;
    display: block
}

ul.listnofoto li h2 {
    font-size: 24px;
    color: #42454f;
    font-weight: 400;
    font-family: 'HelveticaNeue Light', sans-serif;
    margin-bottom: 20px
}

ul.listnofoto li h2 a {
    color: #00abaa;
    line-height: 1.2;
    text-decoration: none;
    display: inline-block;
    transition-duration: .2s, .2s, .2s;
    transition-property: all;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out
}

.content .content-entry p {
    padding-right: 40px
}

.content .pagination-area {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: -60px;
    border-top: 1px solid #e4eff1
}

.content .pagination-area .content-pagination {
    display: inline-block
}

.content .pagination-area .content-pagination a {
    font-size: 21px;
    color: #42454f;
    font-family: 'HelveticaNeue Light', sans-serif;
    text-decoration: none;
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: top;
    line-height: 36px;
    border-radius: 50%
}

.content .pagination-area .content-pagination a.current {
    color: #42454f;
    background-color: #ffdc19
}

.content .pagination-area .content-pagination a.prev {
    position: relative
}

.content .pagination-area .content-pagination a.prev:after {
    background-position: -369px -73px !important;
    opacity: 0 !important
}

.content .pagination-area .content-pagination a.prev:before {
    opacity: 1 !important;
    background-position: -450px -73px !important
}

.content .pagination-area .content-pagination a.prev:hover:after {
    opacity: 1 !important
}

.content .pagination-area .content-pagination a.prev:hover:before {
    opacity: 0 !important
}

.content .pagination-area .content-pagination a.next {
    position: relative !important;
    top: 0px;
}

.content .pagination-area .content-pagination a.next:after {
    background-position: -408px -73px !important;
    opacity: 0 !important
}

.content .pagination-area .content-pagination a.next:before {
    opacity: 1 !important;
    background-position: -487px -73px !important
}

.content .pagination-area .content-pagination a.next:hover:after {
    opacity: 1 !important
}

.content .pagination-area .content-pagination a.next:hover:before {
    opacity: 0 !important
}

.content .pagination-area .content-pagination a.next:after, .content .pagination-area .content-pagination a.next:before, .content .pagination-area .content-pagination a.prev:after, .content .pagination-area .content-pagination a.prev:before {
    content: "";
    position: absolute;
    z-index: 20;
    width: 32px;
    height: 32px;
    top: 2px;
    left: 2px;
    margin-left: 0;
    margin-top: 0;
    background: url(../img/sprite.png) no-repeat;
    transition-duration: .2s, .2s, .2s;
    transition-property: all;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out
}

.content-table {
    width: 100%;
    overflow: auto;
    margin-top: 15px;
    position: relative
}

.content-table table {
    border: none;
    margin-bottom: 0 !important
}

.content-table table td {
    border-collapse: collapse;
    background-color: #fff;
    text-align: left;
    padding: 25px 0 20px 0;
    font-size: 16px
}

.content-table table td hr {
    display: none
}

.content-table table td h3 {
    font-weight: 400;
    font-size: 29px;
    line-height: 1.3;
    color: #42454f;
    text-align: inherit;
    margin-bottom: 15px
}

.content-table table tr:first-child td {
    padding-top: 25px;
}

.content-table table tr:last-child td {
    padding-bottom: 30px;
}

.slider__caption .btn {
    text-decoration: none
}

.inner_main {
    padding-bottom: 40px;
}

.inner_clinic {
    padding-bottom: 0;
}

.news-list .newspaper-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 30px 0;
    text-align: center
}

.docs__list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px
}

.docs__item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    width: 48%;
    min-height: 75px;
    position: relative
}

.docs__item:before {
    width: 40px;
    height: 45px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/docs.png) no-repeat
}

.docs__item_pdf:before {
    background-position: 0 0
}

.docs__item_doc:before {
    background-position: 0 -50px
}

.docs__item_xls:before {
    background-position: 0 -100px
}

.docs__in {
    padding: 0 60px 10px 60px
}

@media (max-width: 47.99em) {
    .docs__in {
        padding: 0 0px 10px 0px
    }
}

.docs__in a {
    font-size: 16px;
    line-height: 24px
}

.docs__size {
    display: block
}

.docs__filter {
    margin-bottom: 60px
}

.docs__f-link {
    font-size: 21px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 25px
}

.docs__dot {
    background: url(../img/dot-green.png) 0 100% repeat-x
}

.dtype {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 176px;
    height: 40px
}

.dselect {
    width: 100%;
    border: 1px solid #b4bbc0;
    height: 40px;
    border-radius: 3px
}

.ui-selectmenu-button {
    background: #fff;
    height: 44px
}

.ui-selectmenu-button span.ui-icon {
    background: url('../img/select.png') 0 50% no-repeat !important
}

.ui-selectmenu-button span.ui-selectmenu-text {
    color: #000;
    line-height: 30px
}

.ui-selectmenu-menu .ui-menu-item {
    padding: 5px 15px !important
}

.license_preview a {
    display: inline-block
}

.form {
    box-sizing: border-box
}

/*.form input[type=text] {*/
    /*-webkit-border-radius: 2px;*/
    /*border-radius: 2px;*/
    /*border: 1px solid #b4bbc0;*/
    /*font-family: Arial, sans-serif;*/
    /*font-size: 14px;*/
    /*font-style: italic;*/
    /*vertical-align: middle;*/
    /*height: 44px;*/
    /*line-height: 2;*/
    /*padding: 0 15px;*/
    /*text-overflow: ellipsis;*/
    /*width: 100%*/
/*}*/

.form select {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #b4bbc0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
    height: 44px;
    line-height: 2;
    padding: 0 15px;
    text-overflow: ellipsis;
    width: 100%
}

.form label {
    display: block
}

.form label span {
    display: inline-block
}

.form label span:first-child {
    padding-right: 15px
}

.order-row {
    margin-bottom: 30px;
    display: table;
    width: 100%
}

.order-row__left {
    width: 385px;
    float: left;
    margin-right: 40px
}

.order-row__right {
    width: 385px;
    float: left
}

.order-row__top {
    margin-bottom: 10px
}

.order-row__ib {
    display: inline-block !important;
    margin-right: 25px;
    margin-top: 10px;
    padding: 0
}

.order-row__ib .i-input-radio {
    padding: 0 !important
}

.order-row__date {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px
}

.order-row__time {
    width: 150px;
    display: inline-block;
    vertical-align: top
}

.order-row__in {
    margin-bottom: 30px
}

.order-row__textarea {
    margin: 20px 0
}

.order-row__textarea textarea {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #b4bbc0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
    height: 200px;
    line-height: 2;
    padding: 0 15px;
    text-overflow: ellipsis;
    width: 100%;
}

.order-row__radio {
    margin-bottom: 10px
}

.order-req {
    color: #00abaa;
    margin-left: 5px
}

.i-front {
    position: relative;
    display: inline-block
}

.i-input-icon {
    background: #00abaa;
    width: 52px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0
}

.i-input-icon:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/date.png) no-repeat;
    left: 14px;
    top: 9px;
    position: absolute
}

.superjob-button {
    position: absolute;
    top: 48px;
    right: 100px;
    z-index: 0
}

table {
    width: 100%
}

#communications .content-table {
    margin-bottom: 20px
}

#communications table {
    border: 1px solid #e2eef0;
    border-collapse: collapse
}

#communications table td {
    border: 1px solid #e2eef0;
    border-collapse: collapse;
    padding: 14px 30px
}

#communications table td:first-child {
    width: 200px
}

#communications table th {
    border: 1px solid #e2eef0;
    border-collapse: collapse;
    background-color: #ecf6f8;
    text-align: center;
    padding: 14px 30px;
    font-size: 14px
}

.twosliders {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px !important;
}

.twosliders__col {
    width: 50%;
    float: left;

}

.twosliders__row::after {
    content: "";
    display: table;
    clear: both;
}

.twosliders__row::after {
    content: "";
    display: table;
    clear: both;
}

.slider_header {
    height: auto
}

.slider_header--sale {
    margin-left: auto;
    margin-right: auto;
}

.container .sidebar .hiddenSpyMenu {
    display: none;
}

#sidebar-sticky-wrapper {
    position: absolute;
    width: 200px;
}

.container .sidebar .spy-menu {
    list-style: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #ecf6f8;
    background: rgba(255, 255, 255, .8);
    border-radius: 15px;
    width: 45px;
    min-width: 0;
    overflow: hidden;
    float: right;
    transition: .2s;
    padding-left: 0;
    z-index: 1000;
}

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

@media (min-width: 720px) {
    .container .sidebar .spy-menu {
        position: fixed;
        top: 13em;
        right: 30px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1000px) {
    .sidebar .my-spy-menu .spy-menu {
        display: none;
    }
}

@media (max-width: 47.99em) {
    .twosliders__col {
        width: 100% !important;
    }
}

.container .sidebar .spy-menu li {
    padding: 0;
    display: block;
    margin: 0;
}

.container .sidebar .spy-menu li:hover {
    width: 110%;
    margin-left: -5%;
    border-radius: 15px;
    background-color: #ecf6f8;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    padding-right: 5%;
    box-sizing: border-box;
}

.container .sidebar .spy-menu a {
    background-color: transparent;
    color: #2f353d;
    text-align: right;
    position: relative;
    padding-left: 10px;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0;
    color: rgba(255, 255, 255, 0);
    transition: .2s;
    text-overflow: ellipsis;

}

.container .sidebar .spy-menu a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    background-color: #7fd8d5;
    border-radius: 50%;
}

.container .sidebar .spy-menu a.spyActive:after {
    background-color: #ffdc19 !important;
}

.container .sidebar .spy-menu a:hover {
    background-color: transparent;
}

.container .sidebar .spy-menu a.current, .container .sidebar .spy-menu a.active, .container .sidebar .spy-menu a.selected {
    border-bottom: none;
    color: #222328;
    background: transparent;
}

.container .sidebar .spy-menu a.current:after, .container .sidebar .spy-menu a.active:after, .container .sidebar .spy-menu a.selected:after {
    background-color: #fdd615;
}

.container .sidebar .spy-menu:hover {
    width: 200px;
    overflow: visible;
}

.container .sidebar .spy-menu:hover a {
    padding-right: 40px;
    text-indent: 0;
    color: #222328;
}

.sliderPreviewVideoCont {
    width: 640px;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.clinics .photovideoslider .slick-slide {
    padding: 0;
}

.subSliderPreviewVideoCont {
    position: relative;
    width: 640px;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
}

.subSliderPreviewVideoCont a {
    position: absolute;
    width: 150px;
    height: 150px;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('/local/templates/medsi/img/video.svg') no-repeat center center;
    background-size: 300%;
}

.sliderVideoPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    background-size: 700%;
    background: #fff url(/img/video.svg) no-repeat -447px -223px;
    cursor: pointer;
    border-radius: 75px;
}

.capchaImgCont {
    margin-bottom: 10px;
    vertical-align: middle;
}

.capchaImgCont img {
    text-align: left;
}

.l-main-section .capchaImgCont a {
    max-width: 40%;
    float: right;
    text-align: justify;
    vertical-align: middle;
    padding: 5px 0 0 15px;
}

a.header__phone.phone {
    color: #05746e;
    font-size: 26px;
    font-family: 'HelveticaNeue-Bold', sans-serif;
    background-color: #fdd615;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    padding: 0 40px 0 20px;
    vertical-align: middle;
    font-weight: 600;
    position: relative;
}

a.header__phone.phone:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/local/templates/medsi/img/24-7.svg) no-repeat;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.phone {
    background-color: transparent;
    border-radius: 0;
}

a.header__phone.phone span {
    font-weight: 300;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 17px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1px;
}

.content-entry h1 {
    font-family: 'HelveticaNeue Cyrillic', sans-serif;
}

.content-entry h2,
.content-entry .h2-title,
.content-entry h3,
.content-entry .sect-name {
    font-size: 24px;
    margin-bottom: 0.5em;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-left: 0;
}

.content-entry .h2-title {
    line-height: 1.2;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 1em;
    font-weight: 600;
}

.school:first-child {
    margin-left: -10px;
    margin-right: 10px;
}

@media (max-width: 48.0625em) {
	.content-entry h2 {
		margin-top: 0;
		font-weight: 300;
	}
}
@media (max-width: 47.99em) {
	.content-entry h2,
	.content-entry h3,
	.content-entry .sect-name {
		margin-left: 0;
	}
}
.content-entry h2 {
	font-weight: 600;
	margin-bottom: 1em;
}
.popup .content-entry h2 {
    font-weight: 300;
    margin-bottom: 0.5em;
}
@media (max-width: 48.0625em) {
    .popup .content-entry h2 {
        margin-top: 1.5em;
    }
}
.content-entry .mt0,
.mt0 {
    margin-top: 0;
}
.content-entry .mt15,
.mt15 {
    margin-top: 15px;
}
.content-entry .mt30,
.mt30 {
    margin-top: 30px;
}
.content-entry .mb-30,
.mb-30 {
    margin-bottom: -30px;
}

@media (max-width: 33.75em) {
    .content-entry .mobile320-mt0,
    .mobile320-mt0 {
        margin-top: 0;
    }
    .content-entry .mobile320-mt15,
    .mobile320-mt15 {
        margin-top: 15px;
    }
    .content-entry .mobile320-mt30,
    .mobile320-mt30 {
        margin-top: 30px;
    }
    .content-entry .mobile320-mb-30,
    .mobile320-mb-30 {
        margin-bottom: -30px;
    }
}

.slick-track {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul[class^="vnp-ul-"], ul[class*="vnp-ul"] {
    margin-bottom: 0;
    min-height: 280px;
}

@media (max-width: 47.99em) {
    [class^="statistic__"], [class*="statistic__"] {
        float: none;
        clear: both;
        width: 100%;
    }

    [class^="statistic__"] .btn-play, [class*="statistic__"] .btn-play {
        opacity: 0.5;
    }
}

.content-pagination .next {
    background: none;
}

.selectize-input input[type="text"] {
    width: 90% !important;
}

@media (max-width: 47.99em) {
    .form-label {
        min-width: 150px;
        width: 100% !important;
        max-width: 100%;
        float: none;
    }

    .filter-group {
        margin-left: 0 !important;
    }

    .actions-filter {
        text-align: right;
    }

    .actions-filter a {
        margin-right: 0 !important;
    }
}

.checkbox input[type="checkbox"] + span:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #00b2ac;
    background: #FFF;
    left: 0;
    top: 3px;
    cursor: pointer;
}

input[type="checkbox"]:checked + span:before {
    background-color: #00b2ac;
}

input[type="checkbox"]:checked + span:after {
    content: "";
    position: absolute;
    background: url("/local/templates/medsi/img/check.svg") no-repeat !important;
    width: 11px;
    height: 8px;
    left: 6px;
    top: 10px;
    cursor: pointer;
    background-color: #00b2ac;
}

.hero__title {
    line-height: 1;
}

.s-hero .content {
    margin-left: -40px;
}

.btn-stroke {
    padding-top: 14px;
}

.form-control {
    font-size: 15px;
}

@media (min-width: 47.99em) {
    .schools .doc_block {
        float: left;
        width: 33%;
	}
}

.comments .btn,
.reply-new.btn,
.subscribe-form input.btn {
    padding-top: 16px;
}

.form-label {
    min-width: 150px;
    width: 100% !important;
    max-width: 100%;
    clear: both;
    float: none !important;
    margin-bottom: 5px;
}

.filter-right.programs {
    padding-top: 25px;
}


.filter-group {
    margin-left: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: hidden;
    width: 95%;
}

/* Hotline */
.hl-box-icon--left {
    margin-top: 5px;
}

.mobile-buttons a.btn--hotline::before {
    content: "";
    width: 19px;
    height: 25px;
    position: relative;
    display: inline-block;
    left: -10px;
    top: 40%;
    background: url(../img/flame.svg);
}

.in-index .sale .sale__form .form__line {
    margin-bottom: 0;
}

.clinics2-item-wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 0 0px 0px 0;
    position: relative;
}

.content-table-wrapper {
    position: relative;
}

.clinics2-item-wrapper.new a:before,
.content-table-wrapper.new a:before,
.clinics2-item-wrapper.clock a:before,
.content-table-wrapper.clock a:before,
.clinics2-item-wrapper.soon a:before,
.content-table-wrapper.soon a:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 1;
}
.clinics2-item-wrapper.new a:before,
.clinics2-item-wrapper.clock a:before,
.clinics2-item-wrapper.soon a:before {
    top: -14px;
    right: -14px;
}
.clinics2-item-wrapper.new a:before,
.content-table-wrapper.new:before {
    background: #008481 url('/images/icon_new.svg') no-repeat center center;
    border-radius: 50%;
}
.clinics2-item-wrapper.soon a:before,
.content-table-wrapper.soon:before {
    background: #008481 url('/images/icon_soon.svg') no-repeat center center;
    border-radius: 50%;
}
.clinics2-item-wrapper.clock a:before,
.content-table-wrapper.clock:before {
    background: #008481 url('/images/icon_24-7.svg') no-repeat center center;
    border-radius: 50%;
}

.content-table-wrapper.new:before {
    top: -17px;
}

.clinics2-item {
    margin: 0;
    width: 290px;
    border-radius: 10px;
    color: #00b2ac;
    padding: 15px 25px 45px 15px;
    line-height: 1.4;
    overflow: visible;
    text-overflow: ellipsis;
    position: relative;
}
.clinics2-row .clinics2-item .clinics2-item-name {
    padding-right: 10px;
}
.clinics2-item-description,
.clinics2-item-description:hover {
	display: block;
	background-color: #00B7AF;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 14px;
	margin-top: 10px;
}
.clinics2-item-icons {
	position: absolute;
	right: 17px;
	bottom: 0px;
}
.clinics2-item-icons img {
	width: 28px;
	height: 28px;
}

@media (max-width: 63.99em) {
    .hl-btn--1 {
        margin-top: 27px;
    }
    .s-hero.n-hero {
        background-image: none!important;
    }
}
@media (min-width: 48em) {
    .hl-box-mob {
        display: none;
    }
    .mobile-buttons {
        display: none;
    }
}
@media (max-width: 47.99em) {
    .desc-buttons {
        display: none;
    }
    .mobile-buttons {
        padding: 20px 10% !important;
    }
    .mobile-buttons .btn--zp {
        background: transparent;
        border: solid 2px #ffffff;
    }
    .mobile-buttons a {
        margin: 0 auto 10px;
    }
    .mobile-buttons a:last-child {
        margin-bottom: 0;
    }
    .hl-box-desc {
        display: none;
    }
    .hl-boxes-col2, .hl-boxes-col1a {
        padding-left: 0;
        padding-right: 0;
    }
    .hl-btn--2 .btn {
        margin-left: 0;
    }
    .hl-btn .btn-yellow {
        margin-left: 0;
    }
}

@media (max-width: 27.99em) {
    .hl-btn .btn {
        padding: 14px 10%;
    }
    .mobile-buttons {
        padding: 20px 3% !important;
    }
}
/* Hotline end */

/* maps */
@media (max-width: 47.99em) {
    .map-block:not(.untoggled) {
        min-height: 400px;
    }
}
/* maps end */

.field_claim {
    display: none;
}

.price-badge a {
    color: #222328;
}

.fancybox-inner .lk-loader {
    display: none;
}

@media (min-width: 48em) and (max-width: 63.99em) {
    #actionsPlace .actions-place__right,
    #actionsPlace .actions-place__left {
        display: block;
        float: none;
        clear: both;
        margin: 0 auto;
    }
    #actionsPlace {
        text-align: center;
    }
    #actionsPlace .btn.btn-mini.btn-yellow.btn--zp.js-popup-ajax {
        display: inline;
    }
    #actionsPlace .btn.action-doctor {
        display: inline;
        background: transparent;
        border: solid 2px #ffffff;
    }
}

@media (min-width: 64em) {
    #actionsPlace .btn.btn-mini.btn-yellow.btn--zp.js-popup-ajax {
        display: inline;
    }
    #actionsPlace .btn.action-doctor {
        padding-left: 10px;
        padding-right: 10px;
        background: transparent;
        border: solid 2px #ffffff;
        display: inline;
    }
}
@media (min-width: 80em) {
    .actions-place__left, .actions-place__right {
        margin: 0;
    }
}

.fs__13 {
    font-size: 13px;
}

.ta__right {
    text-align: right;
}

@media (max-width: 47.99em) {
    .mobile-ta__left {
        text-align: left;
    }
}

.asterisk__before:before {
    content: '*\00a0';
}
.asterisk__after:after {
    content: '\00a0*';
}

.popup-vote__p {
    color: #6d7079;
    line-height: 20px;
    margin-bottom: 35px;
    text-align: justify
}
.popup-vote .lk-btn-col1 {
    margin-bottom: 10px;
    width: 35%;
}
.popup-vote .lk-btn-col2 {
    width: 55%;
}

@media (max-width: 47.99em) {
    .popup-vote .lk-btn-col1,
    .popup-vote .lk-btn-col2 {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .banner-vote img {
        width: 100%;
    }
}

.b-service__top-anchor {
    position: absolute;
    top: -80px;
}
@media (max-width: 1023px) {
    .popup__inner, .accord-agreement {
        width: 100%;
    }
    .popup__description {
        width: 40%;
    }
    .popup__row {
        width: 100%;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .popup__description {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}
@media (max-width: 640px) {
    .popup__field_option {
        display: block;
    }
    .popup__field_option .jq-radio {
        float: left;
        margin-right: 10px;
    }
    .popup__row.field_TYPE .popup__field_option label {
        display: block;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .popup__row.field_phone {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .popup__row.field_email {
        float: none;
        width: 100%;
    }
    .popup__inner {
        padding: 20px;
    }
}

button.mfp-close {
    text-shadow: 1px 1px 2px black;
}

.ourservices__link.ourservices__link--active:after {
    content: '';
    width: 100%;
    height: 67px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ecf6f8;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .ourservices .fs-our-services_label {
        width: 32%;
    }
    .ourservices .fs-our-services {
        align-items: flex-start;
    }
    .clinics .ourservices__link span {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .clinics .ourservices__link span {
        font-size: 20px;
    }
}

/* -- 779 end -- */
