﻿.something{
    font-family: 'museo_sans_cyrl300';
    font-family: 'museo_sans_cyrl500';
    font-family: 'museo_sans_cyrl700';
    font-family: 'museo_sans_cyrl900';
}

html,body{width:100%;}

body{
    background: #dee5dc;
    font: normal 16px 'museo_sans_cyrl300',sans-serif;
    color: #494542;
    line-height:1.4;
    overflow-x:hidden;
    min-width: 375px;
    zoom: 100%;
}

body::-webkit-scrollbar-track{}
body::-webkit-scrollbar{width:8px;background-color:#FFF}
body::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background-color: #494542;
}

::selection{background: rgba(233, 61, 29, 0.64);}
::-moz-selection{background:#ccc}

a{text-decoration:none;outline:none;color: #6a6561;}
a:hover{text-decoration:none; color: #f06520;}
a{
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}

a:hover{
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}

img{vertical-align:bottom}
input,textarea{font-family: 'museo_sans_cyrl300', sans-serif; font-size: 14px;}

input[type="submit"],input[type="text"],input[type="email"],input[type="search"],input[type="password"],textarea{-webkit-appearance:none;-moz-appearance:none}

fieldset{-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-before:0;-webkit-padding-start:0;-webkit-padding-end:0;-webkit-padding-after:0}


h1 {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    font-family: 'museo_sans_cyrl300', sans-serif;
    font-size: 72px;
    /* font-weight: bold; */
    line-height: 1.2;
    letter-spacing: 1px;
}

h2 {
    text-align: left;
    font-family: 'museo_sans_cyrl300', sans-serif;
    font-size: 36px;
    /* font-weight: bold; */
    margin: 0 0 14px;
    padding: 0;
    line-height: 1.2;
}

h3{
    text-align:left;
    font-family: 'museo_sans_cyrl300', sans-serif;
    font-size: 36px;
    margin:0 0 14px;
    padding:0;
    line-height:1
}
h4,h5,h6{
    text-align:left;
    font-family: 'museo_sans_cyrl300', sans-serif;
    font-size: 30px;
    margin:0 0 14px;
    padding:0;
    line-height:1
}
p{margin:0 0 14px;padding:0}

.sep_1{height:10px;clear:both;}
.sep_2{height:20px;clear:both}
.sep_3{height:30px;clear:both}
.sep_4{height:40px;clear:both}
.sep_5{height:50px;clear:both}
.sep_6{height:60px;clear:both}
.sep_7{height:70px;clear:both}
.sep_8{height:80px;clear:both}
.sep_9{height:90px;clear:both}
.sep_10{height:100px;clear:both}

.clear{clear:both}

.wrapper{
    width:100%;
    min-height:100%;
    height:100%;
    position:relative;
}



.search-trigger{
    background: url("../img/search_ico.png") no-repeat center #f06520;
    width: 36px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}


.header__top-block__font-changer__arrow{
    background: url("../img/f_changer_ico.png") no-repeat center;
    width: 10px;
    height: 5px;
    display: inline-block;


}

.header-mob, .mainpage-first-screen_mob, .footer-mobile{
    display: none;
}

.header {
    width: 1280px;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    color: #6a6561;
    height: 138px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    transform: translateZ(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header__logo-block {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 313px;
    overflow: hidden;
    height: 120px;
}

span.header__logo-block__logo-text {
    font-size: 12px;
    position: absolute;
    top: 86px;
    left: 99px;
    width: 190px;
    font-family: 'museo_sans_cyrl500';
    color: #8d8b86;
}

img {}

.header__logo-block img {
    position: absolute;
    top: 20px;
    left: 26px;
}

.header__top-block {
    position: absolute;
    top: 0;
    right: 30px;
    width: 910px;
    height: 70px;
    border-bottom: 1px solid #d8dacc;
    color: #6a6561;
    box-sizing: border-box;
    padding-top: 17px;
}

.header__top-block__phone {
    font-family: 'museo_sans_cyrl500';
    font-size: 22px;
    display: inline-block;
}

.header__top-block a {
    /* color: #6a6561; */
}

.header__top-block__callback {
    display: inline-block;
    margin-left: 21px;
    margin-right: 38px;
    vertical-align: 3px;
}

.header__top-block__callback a {
    display: inline-block;
    border-bottom: 1px dashed;
    line-height: 1;
    font-size: 14px;
}

.header__top-block__font-changer {
    display: inline-block;
  /*  border-bottom: 2px solid;*/
    line-height: 1;
    vertical-align: 2px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.mainpage-first-screen__leftside__news-block_just-button {
    margin-top: 17px;
    display: none;
}



.header__top-block__font-changer:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    color: #f06520;
}

.header__top-block__font-changer:hover .header__top-block__font-changer__arrow {
    background: url(../img/f_changer_ico_h.png) no-repeat center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.header__top-block__font-changer__a_big {
    font-size: 24px;
    font-family: 'museo_sans_cyrl900';
}

span.header__top-block__font-changer__a {
    font-size: 14px;
    font-family: 'museo_sans_cyrl900';
}

.btn {
    display: inline-block;
    cursor: pointer;
    background: #ccc;
    padding: 5px 23px;
    background: #777d74;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #777d74;
    font-family: inherit;
    /* font-size: 16px; */
    -webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}

.header__top-block__buttons {
    display: inline-block;
    margin-left: 42px;
    margin-right: 41px;
    vertical-align: 4px;
}

.header__top-block__search-trigger {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.search-trigger:hover {
    background-color: #777d74;
    -webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}

.btn:hover {
    color: #777d74;
    background: transparent;
}

.pps_wrapper .btn__green{
    margin-bottom: 10px;
}

.header__top-block__buttons .btn:first-child {
    margin-right: 10px;
}

.header__bottom-block {
    position: absolute;
    top: 70px;
    width: 910px;
    right: 30px;
    height: 68px;
    box-sizing: border-box;
    padding-top: 21px;
}

.header__bottom-block__menu__item {
    display: inline-block;
    margin: 0 22px;
    font-family: 'museo_sans_cyrl500';
}

.header__bottom-block__menu__item:first-child {
    margin-left: 0px !important;
    cursor: pointer;
    position: relative;
}

.header__bottom-block__menu__item:last-child {
    margin-right: 0px !important;
}

.header__bottom-block__menu {
    text-align: left;
    color: #6a6561;
}

.mainpage-first-screen_doctor{
    background: url("../img/doc_top.png") no-repeat center;
    width: 634px;
    height: 771px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 700px;
    z-index: 4;
    pointer-events: none;
}


.mainpage-first-screen_logo{
    background: url("../img/screen1_new_back.jpg") no-repeat bottom;
    width: 622px;
    height: 208px;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.mainpage-first-screen_doctor__shadow{
    background: url("../img/doctors_shadow.png") no-repeat bottom;
    width: 956px;
    height: 1212px;
    position: absolute;
    bottom: -450px;
    left: 650px;
    z-index: 2;
    pointer-events: none;
}

.mainpage-first-screen {
    height: 100vh;
    background: #cdd4c9;
    background: -moz-linear-gradient(left, rgba(168,178,164,0.65) 1%, rgba(168,178,164,0) 10%, rgba(168,178,164,0) 90%, rgba(168,178,164,0.65) 100%, #cdd4c9);
    background: -webkit-linear-gradient(left, rgba(168,178,164,0.65) 1%,rgba(168,178,164,0) 10%,rgba(168,178,164,0) 90%,rgba(168,178,164,0.65) 100%), #cdd4c9;
    background: linear-gradient(to right, rgba(168,178,164,0.65) 1%,rgba(168,178,164,0) 10%,rgba(168,178,164,0) 90%,rgba(168,178,164,0.65) 100%), #cdd4c9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a8b2a4', endColorstr='#a6a8b2a4',GradientType=1 );
    min-height: 780px;
}

.pagelayout-wrapper {
    width: 1590px;
    margin: 0 auto;
    position: relative;
}

.mainpage-first-screen .pagelayout-wrapper {
    height: 100%;
    box-sizing: border-box;
    padding-top: 240px;
}

.mainpage-first-screen__leftside {
    position: absolute;
    top: 240px;
    left: 0;
    width: 825px;
    height: calc(100% - 240px);
}

.mainpage-first-screen__rightside {
    position: absolute;
    top: 240px;
    right: 0;
    width: 310px;
    z-index: 3;
    color: #fff;
}

.mainpage-first-screen__leftside h1 {
    color: #fff;
    line-height: 1;
    font-size: 76px;
    font-weight: 300;
}

.mainpage-first-screen__leftside h1 > span {
    font-family: 'museo_sans_cyrl900';
}

.mp_scr1_menu_item a {
    font-family: 'museo_sans_cyrl500';
    font-size: 18px;
    line-height: 1.2;
}

.mp_scr1_menu_col {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    padding-right: 19px;
}

span.mp_scr1_menu_item_sub {
    font-size: 12px;
    display: block;
    color: #494542;
    opacity: .6;
}

.mp_scr1_menu_item {
    margin-bottom: 25px;
}

.mainpage-first-screen__leftside__menu {
    margin-top: 50px;
}

.mainpage-first-screen__leftside__news-block {
    width: 620px;
    color: #fff;
    border-top: 2px solid;
    padding-top: 50px;
    position: absolute;
    /* font-size: 14px; */
    margin-top: 20px;
    height: 135px;
    overflow: hidden;
    bottom: 40px;
    background: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.mainpage-first-screen__leftside__news-block__title {
    position: absolute;
    top: 176px;
    left: 0px;
    background: #397a41;
    padding: 4px 15px 5px;
    font-size: 14px;
    transform: rotate(-90deg);
    transform-origin: top left;
}

.mainpage-first-screen__leftside__news-block__text {
    padding-left: 80px;
    margin-bottom: 40px;
}

.rightside__shedules_title {
    font-size: 24px;
    display: inline-block;
    line-height: 1.2;
    font-family: 'museo_sans_cyrl500';
    background: url("../img/dots_w.png") repeat-x bottom;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.rightside__shedules_title:hover {
    opacity: .4;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


.rightside__shedules-item {
    margin-top: 15px;
}

.rightside__shedules-item__address {
    font-size: 18px;
    min-height: 50px;
}

.rightside__shedules-item__shedule {
    margin-top: 14px;
    border-top: 2px solid #fff;
    width: 280px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.rightside__shedules-item__shedule__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    padding: 7px 0;
}

span.shedule_row_sep {
    width: 100%;
    border-bottom: 1px solid;
    /* vertical-align: -2px; */
    height: 21px;
}

.rightside__shedules-item__shedule__row span {
    display: inline-block;
}

span.shedule_row_value {
    display: inline-block;
    position: relative;
    bottom: -1px;
    padding-left: 15px;
    white-space: nowrap;
    font-size: 22px;
}

span.shedule_row_day {
    display: inline-block;
    position: relative;
    bottom: -1px;
    padding-right: 15px;
    white-space: nowrap;
    font-size: 16px;
}

span.shedule_row_value sup {
    vertical-align: super;
    font-size: 12px;
}


.rightside__shedules__navigation__up{
    display: inline-block;
    background: url("../img/shedule_up.png");
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.rightside__shedules__navigation__down{
    display: inline-block;
    background: url("../img/shedule_down.png");
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.rightside__shedules__navigation{
    position: absolute;
    right: 0;
    top: 51px;
    width: 20px;
}
.rightside__shedules__navigation__up:hover {
    opacity: .7;
}

span.rightside__shedules__navigation__down:hover {
    opacity: .7;
}


.mainpage-first-screen_doctor:after {
    content: ' ';
    display: block;
    background: url(../img/doc_bottom.png) no-repeat center;
    width: 604px;
    height: 179px;
    position: absolute;
    left: 16px;
    top: 100%;
}

.ft_pricelist_item {
    font-family: 'museo_sans_cyrl500';
    /* font-size: 24px; */
    width: 280px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.ft_title {
    font-family: 'museo_sans_cyrl500';
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.ft_pricelist_wrap {
    font-size: 16px;
    height: 150px;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.btn.btn_white {
    background: #fff;
    border-color: #fff;
    color: #777d74;
}

.btn.btn_white:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}




.ft_pricelist_wrap::-webkit-scrollbar-track{}
.ft_pricelist_wrap::-webkit-scrollbar{width:5px;background-color:#585550;border-radius: 8px;}
.ft_pricelist_wrap::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background-color: #b8aea3;
    /* padding: 1px; */
    /* width: 5px; */
    /* box-sizing: border-box; */
}

.firsttime__circle {
    position: absolute;
    width: 475px;
    height: 475px;
    background: #7e776f;
    border-radius: 50%;
    z-index: -1;
    top: -83px;
    left: -90px;
    opacity: 1;
}

.mainpage-first-screen__rightside_firsttime {
    position: relative;
}

.specialists-block {
    width: 1530px;
    margin: 0 auto;
    margin-top: 0;
    background: #eaf1e8;
    box-sizing: border-box;
    padding: 40px 60px;
    position: relative;
    z-index: 3;
}

.specialists-list__item {
    display: inline-block;
    vertical-align: top;
    width: 453px;
    margin-bottom: 40px;
}

.specialists-block-leftside {
    float: left;
    width: 910px;
}

.specialists-block-rightside {
    float: left;
    width: 468px;
    height: 620px;
}


.specialists-list__item-text {
    font-size: 16px;
    float: left;
    width: 270px;
    margin-left: 30px;
}

.specialists-list__item-text-name {
    font-size: 24px;
    display: block;
    margin-bottom: 7px;
}

.specialists-list__item-img {
    float: left;
    transform: scale(1);
    width: 127px;
    height: 127px;
    background: #b6c2b1;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.banner-text__item-title a {
    color: #494542;
}

.banner-text__item-title a:hover {
    color: #f06520;
}


.specialists-list__item-img img {      width: 100%;  }


.specialists-list__item-img img {
    width: 100%;
}

.specialists-list__item:hover .specialists-list__item-img {
    transform: scale(1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.21);
}

.specialists-list-buttons {
    margin-top: 50px;
}

.specialists-list {
    margin-top: 50px;
}

.banner-wrapper {
    height: 100%;
}

.banner-block {
    height: 100%;
    box-sizing: border-box;
    padding: 100px 90px 100px 100px;
}

.banner-text__item-title {
    font-size: 36px;
    font-family: 'museo_sans_cyrl900';
    line-height: 1.2;
    margin-bottom: 4px;
}

.banner-text__item {
    margin-bottom: 60px;
}

.banner-text__item-text {
    font-size: 14px;
    font-family: 'museo_sans_cyrl500';
    margin-bottom: 5px;
}

span.banner-text__item-price_value {
    font-size: 36px;
    font-family: 'museo_sans_cyrl500';
}

span.banner-text__item-price_sub {
    font-family: 'museo_sans_cyrl500';
    display: inline-block;
    vertical-align: 15px;
    font-size: 16px;
}

.banner-text__item-price-subtext {
    font-size: 14px;
    margin-top: -7px;
}

.x-design{
    background: url("../img/xdesign.png") no-repeat center;
    width: 71px;
    height: 20px;
    display: inline-block;
    vertical-align: -5px;
}

.mainpage-content {
    width: 1250px;
    margin: 0 auto;
    margin-top: 70px;
}

.mainpage-content-leftside {
    width: 593px;
    float: left;
    box-sizing: border-box;
    padding-right: 36px;
    position: relative;
}

.mainpage-content-rightside {
    float: left;
    width: 656px;
    box-sizing: border-box;
    padding-left: 36px;
}

.mainpage-content-leftside:after {content: ' ';width: 2px;height: calc(100% + 20px);background: #b0b6b0;display: block;position: absolute;top: -10px;right: 0;}

.feedbacks-list__item-date-name {
    font-size: 24px;
    font-family: 'museo_sans_cyrl500';
    margin-bottom: 10px;
}

.feedbacks-list__item {
    margin-bottom: 53px;
}

.bonus-system-list__item-val {
    font-size: 37px;
}

.bonus-system-list__item-range {
    font-size: 14px;
}

.bonus-system-list__item {
    display: inline-block;
    width: calc(25% - 5px);
}

.bonus-system-list__row {
    border-bottom: 1px solid #b0b6b0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.bonus-system {
    padding-bottom: 60px;
    border-bottom: 2px solid #b0b6b0;
    margin-bottom: 25px;
}

span.pdf-ico {
    color: #fff;
    background: #f03a10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    font-family: 'museo_sans_cyrl900';
    font-size: 13px;
    float: left;
}

span.bonus-system-pdf-text {
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 0;
    margin-left: 16px;
    display: inline-block;
    padding-top: 2px;
}

.bonus-system-pdf a:hover .pdf-ico {
    background-color: #018a44;
}

.bonus-system-pdf a:hover {}

.bonus-system-pdf a:hover .bonus-system-pdf-text {
    text-decoration: none;
}

.bonus-system-pdf {
    margin-top: 40px;
}

.news-block-list__item__date {}

.news-block-list__item:nth-child(1) .news-block-list__item__date {
    font-size: 24px;
    font-family: 'museo_sans_cyrl500';
    /* display: block; */
}

.news-block-list__item__date {
    /* float: left; */
    width: 154px;
    display: table-cell;
    font-family: 'museo_sans_cyrl500';
    font-size: 18px;
}

.news-block-list__item-textblock {
    /* float: left; */
    display: table-cell;
}

.news-block-list__item {
    display: table;
    margin-bottom: 40px;
}

.news-block-list__item__title {
    font-size: 16px;
}

.news-block-list__item__introtext {
    font-size: 14px;
    margin-top: 10px;
}



.news-block-list__item:last-of-type {
    max-height: 97px;
    overflow: hidden;
    display: block;
    position: relative;
}

.news-block-list__item:last-of-type:after {content: ' ';position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dee5dc+0,dee5dc+70&0+0,1+55 */background: -moz-linear-gradient(top,  rgba(222,229,220,0) 0%, rgba(222,229,220,1) 55%, rgba(222,229,220,1) 70%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(222,229,220,0) 0%,rgba(222,229,220,1) 55%,rgba(222,229,220,1) 70%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(222,229,220,0) 0%,rgba(222,229,220,1) 55%,rgba(222,229,220,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dee5dc', endColorstr='#dee5dc',GradientType=0 ); /* IE6-9 */}


.lgtts-block {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.lgtts-block-title {
    font-size: 36px;
}

.lgtts-block-text {
    width: 900px;
    margin: 0 auto;
    margin-top: 11px;
    margin-bottom: 60px;
}

.lgtts-item {
    width: 90%;
    height: 60px;
    background: transparent;
    margin: 0 auto;
    position: relative;
}

.lgtts-input {
    font-size: 24px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    padding-left: 28px;
    padding-right: 179px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #fff;
}

button.btn.btn_lgtts-form {
    position: absolute;
    top: 10px;
    font-size: 16px;
    font-family: 'museo_sans_cyrl300';
    right: 10px;
    padding: 9px 30px;
}

.footer {
    background: #595651;
    color: #fff;
    padding-top: 52px;
    padding-bottom: 30px;
    /* display: none; */
}

.footer a {
    color: #fff;
}




.footer-wrapper {
    width: 1590px;
    margin: 0 auto;
    position: relative;
}

.footer-left {
    width: 467px;
    float: left;
}

.footer-center {
    float: left;
    width: 870px;
}

.footer-right {
    float: left;
    width: 220px;
    text-align: right;
}

.footer-contacts a {
    font-size: 24px;
    display: block;
    margin-bottom: 3px;
}

.footer-contacts {
    margin-top: 50px;
    margin-bottom: 100px;
}

span.i-ico {
    width: 22px;
    height: 21px;
    display: inline-block;
    background: #fff;
    text-align: center;
    color: #595651;
    border-radius: 50%;
    margin-left: 6px;
}

.footer-for-ip a:hover .i-ico {
    opacity: .7;
    background: #f06520;
}

.footer-for-ip {
    margin-bottom: 70px;
}

.footer-mainmenu a {
    font-family: 'museo_sans_cyrl500';
    font-size: 18px;
    margin-right: 40px;
}

.footer-submenus {
    margin-top: 57px;
}

.footer-mainmenu {
    padding-top: 20px;
}

.footer-submenus__item a {
    display: block;
    margin-bottom: 4px;
}

.footer-mainmenu {
    /* display: inline-block; */
}

.footer-submenus__item {
    display: inline-block;
    margin-right: 100px;
}

.footer-address {
    margin-top: 154px;
}

.footer-social {
    width: 41px;
    padding-top: 20px;
    text-align: right;
    display: inline-block;
    /* height: 200px; */
}

.menu-banners__item a:after {
    content: ' ';
    display: block;
    clear: both;
}

.menu-banners__item_left {
    width: 50%;
    float: left;
    height: 478px;
    max-height: 478px;
    background: #ecefe8;
    display: table;
    overflow: hidden;
}

.menu-banners__item_right img {
    width: 50% !important;
}

.menu-banners__item a {
    color: #6a6561;
}



.footer-social a {
    display: inline-block;
    margin-bottom: 17px;
}

.footer-devby {
    margin-top: 166px;
}
.footer a:hover {
    color: #f06520;
}

.page-title.page-title_doctors-list {
    font-size: 36px;
    color: #494542;
    margin-top: 30px;
    margin-bottom: 50px;
}

.filter-block {
    background: #fff;
    position: relative;
    top: 138px;
    border-top: 2px solid #dee5dc;
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 60px;
    margin-bottom: 20px;
    z-index: 7;
}

.doctors-shedule-toggle {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 20px;
}

.doc-tog-item {
    display: inline-block;
    padding: 7px 51px;
    border: 1px solid;
    color: #777d74;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.doc-tog-item:first-child {
    border-radius: 20px 0 0 20px;
    margin-right: -2px;
}

.doc-tog-item:last-child {
    border-radius: 0px 20px 20px 0px;
    margin-left: -3px;
}

.tog-item_active {
    background: #777d74;
    color: #fff;
    border-color: #777d74;
}

.tog-item_active:after {
    width: 0px;
    height: 0px;
    border-top: solid 8px #777d74;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.filter-item {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin-right: 95px;
}

.filter-item-title {
    font-size: 24px;
    font-family: 'museo_sans_cyrl500';
    margin-bottom: 32px;
}

select.select-a {
    font-family: inherit;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid;
    width: 100%;
    box-sizing: border-box;
    color: #494542;
    background: transparent;
}

.filter-item.filter-item_alf {
    width: 350px;
    margin-right: 0px;
}

.doctors-filter-item.doctors-filter-item_alf .doctors-filter-item-title {
    margin-bottom: 10px;
}

.doctors-filter {
    padding-bottom: 36px;
    margin-top: 28px;
}

span.filter-sername-item {
    font-size: 15px;
    font-family: 'museo_sans_cyrl500';
    display: inline-block;
    margin-right: 6px;
    text-transform: uppercase;
    margin-bottom: 3px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.filter-sername-item:hover {
    color: #f06520;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.filter-sername-item_active {
    color: #f06520;
}

.doc-tog-item:hover {
    background: #777d74;
    color: #fff;
    border-color: #777d74;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.breadcrumbs a {}

a.breadcrumbs-item {
    color: #397a41;
    text-decoration: underline;
    font-size: 16px;
}

span.breadcrumbs-sep {
    color: #5f675c;
    margin: 0 20px;
}

span.breadcrumbs-current {
    color: #a7b1a3;
}

.breadcrumbs {
    width: 1280px;
    margin: 0 auto;
    padding-top: 20px;
}

.breadcrumbs {}

a.breadcrumbs-item:hover {
    text-decoration: none;
    color: #f06520;
}

h1.page-title {
    font-size: 36px;
    color: #494542;
    margin-top: 30px;
    margin-bottom: 50px;
}

.doctors-list {
    width: 1535px;
    margin: 0 auto;
    margin-bottom: 200px;
    padding-top: 70px;
}

.doctors-list .specialists-list__item {
    width: 509px;
    margin-bottom: 60px;
}

.page-title_doctors-list {
    width: 1280px;
    margin: 0 auto;
}
.specialists-list-name__doctorslist {
    font-size: 24px;
}

.specialists-list-description__doctorslist {
    font-size: 16px;
}

.btn.btn__long {
    padding: 3px 66px;
    background: #a0a99c;
    border-color: #a0a99c;
}

.btn.btn__long:hover {
    background: transparent;
    border-color: #a0a99c;
}
.doctor-list-button {
    margin-top: 50px;
}
a.learnmore-button {
    display: inline-block;
    width: 345px;
    padding: 16px 40px;
    border: 1px solid #777d74;
    color: #777d74;
    box-sizing: border-box;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px rgba(240, 101, 32, 0.27);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

a.learnmore-button:hover {
    border: 1px solid #f06520;
    color: #fff;
    background: #f06520;
    box-shadow: 1px 8px 10px -3px rgba(240, 101, 32, 0.27);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.actions-filter {
    padding-top: 34px;
    padding-bottom: 51px;
}

.filter-item.filter-item__learnmore {
    width: 345px;
    margin-right: 0;
    margin-top: 5px;
}





.page-block {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.action-item {
    top: 0;
    background: #eaf1e8;
    display: inline-block;
    width: 410px;
    height: 480px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.action-till {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 14px;
    color: #494542;
}

.action-img {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0;
}

.action-title {
    position: absolute;
    bottom: 70px;
    left: 30px;
    width: calc(100% - 60px);
    font-size: 24px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.action-more a {
    /* color: #ccc; */
    color: #397a41;
    text-decoration: underline;
    font-size: 14px;
}

.action-more {
    position: absolute;
    bottom: 26px;
    left: 30px;
}

.action-more a:hover {
    color: #f06520;
}

.action-item:hover {
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.28);
    top: -10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.action-item .action-img:after {
    content: ' ';
    display: block;
    top: 11px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: ' ';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    background: -moz-linear-gradient(top, rgba(234,241,232,0) 0%, rgba(234,241,232,1) 89%, rgba(234,241,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(234,241,232,0) 0%,rgba(234,241,232,1) 89%,rgba(234,241,232,1) 100%);
    background: linear-gradient(to bottom, rgba(234,241,232,0) 0%,rgba(234,241,232,1) 89%,rgba(234,241,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaf1e8', endColorstr='#eaf1e8',GradientType=0 );
}

.actions-list {
    /* margin-bottom: 100px; */
}

.action-item:hover .action-img:after {
    /* content: ' '; */
    /* display: block; */
    /* top: 0; */
    /* position: absolute; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaf1e8+0,eaf1e8+100&0+0,1+89 */
    opacity: 1;
    background: -moz-linear-gradient(top,  rgba(234,241,232,0) 0%, rgba(234,241,232,1) 89%, rgba(234,241,232,1) 100%); /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top,  rgba(234,241,232,0) 0%,rgba(234,241,232,1) 89%,rgba(234,241,232,1) 100%); */ /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom,  rgba(234,241,232,0) 0%,rgba(234,241,232,1) 89%,rgba(234,241,232,1) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaf1e8', endColorstr='#eaf1e8',GradientType=0 ); /* IE6-9 */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.action-item:hover .action-title {
    bottom: 234px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.action-intro {
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    bottom: 56px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.action-item:hover .action-intro {
    height: 165px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
}
.actions-list a:nth-child(3n+3) .action-item {
    margin-right: 0px;
}
.lgtts-item {
    width: 450px;
    height: 60px;
    background: transparent;
    margin: 0 auto;
    position: relative;
}

.actions-list a {
    color: #333;
}
.actions-list .action-item:hover .action-more {
    color: #f06520;
}
.actions-list .action-item .action-more {
    color: #018a44;
    text-decoration: underline;
    font-size: 14px;
}
.actions-list .action-item {
    margin-right: 21px;
    margin-bottom: 21px;
}
.services-dir-item:hover {
    text-decoration: underline;
    color: #b8aea3;
}

.services-dir-item.services-dir-item_sub:hover {
    color: #fff;
    text-decoration: none;
}
.more-button {
    margin-top: 50px;
    margin-bottom: 100px;
}

.more-button.more-button__center {
    text-align: center;
}


.action-item-content-block {
    /* width: 1280px; */
    background: #f1f6ef;
    position: relative;
    margin-top: 100px;
    box-shadow: 1px 1px 104px 10px rgba(0, 0, 0, 0.12);
    margin-bottom: 80px;
    min-height: 856px;
}

.page-block {}

.page-block {
    padding-top: 138px;
}

.action-item-content-block__left {
    width: 815px;
    float: left;
    box-sizing: border-box;
    padding: 0 60px 0 80px;
    background: #fff;
}

img {}

.action-item-content__img {
    width: 142px;
    position: absolute;
    top: -71px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.18);
}

.action-item-content__img img {
    /* width: 100%; */
}

.action-item-content__title h1 {
    font-size: 36px;
    font-weight: 300;
}

.action-item-content__title {
    padding-top: 110px;
}

.action-item-content__till {
    color: #397a41;
    /* font-weight: bold; */
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: 45px;
}

.btn.btn__green {
    background: #397a41;
    border-color: #397a41;
}

.btn.btn__green:hover {
    border-color: #397a41;
    color: #397a41;
    background: transparent;
}

.action-item-content__button {
    margin-bottom: 37px;
}

.action-item-content__intro {
    font-size: 24px;
    line-height: 1.3;
}

.action-item-content__description.block-typo {
    margin-top: 23px;
    margin-bottom: 50px;
}

.action-item-content-block__right {
    float: left;
    width: 465px;
    height: 100%;
    min-height: 856px;
    background: #f1f6ef;
    box-sizing: border-box;
    position: relative;
}

.action-clinic-item {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 60px;
    margin-bottom: 40px;
}

.action-clinic-item__title {
    font-family: 'museo_sans_cyrl700';
    font-size: 18px;
    margin-bottom: 10px;
}

.action-clinic-item__phone {
    font-size: 16px;
    margin-bottom: 10px;
}

.action-clinic-item__shedule {
    font-size: 14px;
    line-height: 1.5;
}

.more-actions-item {
    display: block;
    width: 380px;
    margin: 0 auto;
    position: relative;
    padding: 21px 0;
}

.more-actions-item__img {
    width: 84px;
    float: left;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
}

.more-actions-item__img img {
    width: 100%;
}

.more-actions-item__text {
    float: left;
    width: calc(100% - 138px);
    margin-left: 41px;
    padding-top: 7px;
}

.more-actions-item__text__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.more-actions-item__text__till {
    color: #494542;
    font-weight: bold;
    font-size: 11px;
}

.more-actions__up{
    background: url("../img/up_g.png") no-repeat center;
    width: 100%;
    height: 60px;
    position: absolute;
    top:0;
    left: 0;
    cursor: pointer;
    z-index: 3;
}
.more-actions__up:hover{
    opacity: .7;
}
.more-actions__down {
    background: url(../img/down_g.png) no-repeat center 33px;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
}
.more-actions__down:hover{
    opacity: .7;
}
.more-actions{
    position: relative;
    height: 100%;
    /* overflow: hidden; */
}
.more-actions-list {
    height: 810px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.articles-more-list__item__text__title {
    font-size: 24px;
    margin-bottom: 10px;
}

.articles-more-list__item__img {
    float: left;
    width: 125px;
    height: 125px;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.articles-more-list__item__text {
    float: left;
    width: 390px;
}

.articles-more-list__item {
    width: 550px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 54px;
}

.articles-more-list__item:first-child {
    margin-right: 176px;
}

.articles-more-list:after {content: ' ';width: 1px;height: calc(100% + 50px);background: #777d74;display: block;position: absolute;top: -25px;left: 0;right: 0;margin: auto;}

.articles-more-list {
    position: relative;
    margin-top: 35px;
}

.bonus-sys-card_subj{
    background: url("../img/bonus/card.png") no-repeat;
    width: 572px;
    height: 436px;
    position: absolute;
    top: 20px;
    left: 56px;
}

.bonus-sys-card_hand{
    background: url("../img/bonus/hand.png") no-repeat;
    width: 2359px;
    height: 2340px;
    position: absolute;
    top: -137px;
    left: 68px;
}
.bonus-sys-block {
    background: #eaf1e8;
    box-shadow: 1px 1px 104px 10px rgba(0, 0, 0, 0.12);
    margin-bottom: 80px;
}

.bonus-sys-block__top {
    height: 400px;
    background: #d4ddd1;
    position: relative;
}

.bonus-sys-block__top__title {
    position: absolute;
    top: 47px;
    left: 70px;
    font-size: 30px;
    width: 630px;
}

.bonus-sys-block__top__pdf {
    position: absolute;
    bottom: 69px;
    left: 70px;
}

.bonus-sys-card_wrap {
    position: absolute;
    right: 0;
    width: 570px;
}

.page-subtitle {
    margin-top: -36px;
    margin-bottom: 40px;
    width: 900px;
}

.bonus-sys-block__bottom {
    box-sizing: border-box;
    padding: 70px;
}

.bonus-sys-block__bottom__title {
    font-size: 30px;
    margin-bottom: 30px;
}

.bonus-system-list.bonus-system-list_bonuspage .bonus-system-list__item-val {
    font-size: 60px;
}

.bonus-system-list.bonus-system-list_bonuspage .bonus-system-list__item-range {
    font-size: 18px;
}

.bonus-system-list.bonus-system-list_bonuspage .bonus-system-list__row {
    padding-bottom: 40px;
}

.bonus-system-list.bonus-system-list_bonuspage .bonus-system-list__row:nth-of-type(2) {
    border-bottom: none;
}

span.bonus-rules-val {
    box-sizing: border-box;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    color: #eaf1e8;
    background: #f06520;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    padding-top: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

span.bonus-rules-disc-title {
    font-size: 24px;
    width: 300px;
    position: absolute;
    top: 18px;
    left: 100px;
    line-height: 1.2;
}

.bonus-rules-item.bonus-rules-item__left {
    position: absolute;
    left: -11px;
    width: 350px;
    height: 90px;
}

.bonus-sys-block__bottom__rules {
    height: 80px;
    position: relative;
}

.bonus-rules-item.bonus-rules-item__right {
    position: absolute;
    right: 0;
    width: 400px;
    top: 0;
}

span.bonus-rules-points-title {
    font-size: 24px;
    display: block;
}
h2.h2_i {
    font-size: 30px;
}

.bonus-rules-list__item {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 3px);
    padding-top: 0px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-right: 40px;
    line-height: 1.6;
}

.bonus-rules-list__item:before {
    width: 30px;
    height: 2px;
    background: #494542;
    content: ' ';
    display: block;
    margin-bottom: 15px;
}

.bonus-rules-list {
    margin-top: 25px;
}

.bonus-rules-exceptions__block {
    vertical-align: top;
    display: inline-block;
    width: calc(50% - 2px);
    box-sizing: border-box;
    padding-right: 40px;
}

span.bonus-rules-exceptions__item {
    display: block;
    line-height: 1.6;
    margin-bottom: 16px;
}

.bonus-rules-exceptions__block__col {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 2px);
    box-sizing: border-box;
    padding-right: 20px;
}

.bonus-rules {
    margin-bottom: 80px;
    position: relative;
}

.bonus-rules-exceptions {
    margin-bottom: 80px;
}

.bonus-rules-additional {
    font-size: 24px;
    margin-bottom: 80px;
    /* width: 84%; */
}

.bonus-rules-additional a {
    display: inline-block;
    /* border-bottom: 2px solid; */
    text-decoration: underline;
    color: #018a44;
}

.bonus-rules-additional p {
    margin-bottom: 30px;
}


.direcrion-block {
    width: 730px;
    position: relative;
}

h1.page-title.page-title__direction {
    margin-bottom: 20px;
    margin-top: 50px;
}

.dir-services-list__item {
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-flow: row nowrap;
    /* flex-flow: row nowrap; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    /* font-size: 16px; */
    padding: 7px 0;
    margin-bottom: 10px;
}

.dir-services-list__item__title {
    display: inline;
    position: relative;
    /* bottom: -1px; */
    padding-right: 14px;
    /* white-space: normal; */
    /* width: 600px; */
    font-size: 16px;
    /* float: left; */
    background: #eaf1e8;
    z-index: 2;
}

.dir-services-list__item__sep {
    width: 100%;
    /* border-bottom: 1px solid; */
    /* vertical-align: -2px; */
    height: 16px;
    display: inline-block;
}

.dir-services-list__item__price {
    display: inline-block;
    display: inline-block;
    position: relative;
    bottom: -1px;
    padding-left: 16px;
    white-space: nowrap;
    font-size: 16px;
    float: right;
    background: #eaf1e8;
    z-index: 2;
}



.horizontal-block.horizontal-block_l {
    background: #eaf1e8;
    position: relative;
    z-index: 1;
}

.page-block.page-block_horiz {
    padding-top: 60px;
    padding-bottom: 60px;
}

h2.h2_d {
    margin-bottom: 21px;
}
.menu-banners__item {
    max-height: 478px;
    overflow: hidden;
}

.menu-banners__item_left .b-slider-item__text__block {
    margin-bottom: 28px;
}

.menu-banners__item_left .b-slider-item__text__middle {
    font-size: 28px;
}

.menu-banners__item_left .b-slider-item__text__small_i {
    font-size: 18px;
}

.dir-doctors-list .specialists-list__item {
    /* width: 200px; */
}

.dir-description {
    margin-bottom: 64px;
}

.direcrion-block.direcrion-block_docs {
    width: 910px;
    margin-bottom: 200px;
}

.dir-services-buttons {
    margin-top: 30px;
    margin-bottom: 27px;
}


.dir-rightside {
    position: absolute;
    /* background: #fff; */
    width: 342px;
    box-sizing: border-box;
    right: 0;
    top: 242px;
    /* padding: 40px 60px; */
    z-index: 2;
    /* box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12); */
}

.dir-r-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.dir-clinics-list__item__title {
    font-size: 18px;
    font-family: 'museo_sans_cyrl500';
}

.dir-clinics-list__item__shedule sup {
    vertical-align: super;
    font-size: 12px;
}

.dir-clinics-list__item__shedule {
    margin-top: 6px;
    margin-bottom: 7px;
}

.dir-clinics-list__item {
    margin-bottom: 40px;
}

.dir-clinics-button {
    text-align: center;
}



.dir-actions-list__item {
    text-align: center;
}

.dir-actions-list__item__till {
    font-size: 14px;
}

.dir-actions-list__item__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 9px;
    margin-top: 7px;
}

.dir-actions-list__item__img img {
    /* width: initial !important; */
}

.dir-actions-list__item__img {
    width: 100%;
    margin-bottom: 10px;
}

.dir-actions {
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
    background: #eaf1e8;
}

.dir-rightside-wrap {
    padding: 40px 50px 60px;
}

.dir-actions-list__item__more a {
    color: #018a44;
    text-decoration: underline;
    font-size: 12px;
}


.owl-prev {
    background: url(../img/l_arr.png) no-repeat center;
    width: 28px;
    height: 44px;
    display: inline-block;
    opacity: .5;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: -20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.owl-next{
    background: url("../img/r_arr.png") no-repeat center;
    width: 28px;
    height: 25px;
    display: inline-block;
    opacity: .5;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: -20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.owl-prev:hover{
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.owl-next:hover{
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


.dir-actions-list .owl-prev{
    top: -121px;
    left: -44px;
}
.dir-actions-list .owl-next{
    top: -121px;
    right: -44px;
}
.dir-actions-button {
    margin-top: 30px;
    text-align: center;
}
.dir-help-list__item > a {
    border-bottom: 1px solid;
}
.dir-help-list__item {
    margin-bottom: 15px;
}
.mp-content-wrapper {
    padding-top: 70px;
    background: #dee5dc;
    position: relative;
    z-index: 3;
}

.header-wrapper {
    width: 1280px;
    margin: 0 auto;
    position: relative;

}

.bonus-rules-list__item:hover:before{
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.bonus-rules-list__item:before{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


.bonus-sys-card_wrap{
    opacity: 0;
}

.header.header_s {
    width: 100%;
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header.header_s .header-wrapper {
    width: 1535px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header {}

.header-wrapper {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header_s .header__top-block {
    width: 1070px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header_s .header__bottom-block {
    width: 1070px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header_s .header__top-block__callback {
    margin-right: 121px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header_s .header__top-block__buttons {
    margin-left: 121px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header_s .header__bottom-block__menu__item {
    margin: 0 36px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header__bottom-block__menu__item,
.header__top-block__buttons,
.header__top-block__callback,
.header__bottom-block,
.header__top-block,
.header__logo-block, .header__logo-block img
{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


.header.header_s.header_small {
    height: 90px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header.header_s.header_small .header__logo-block img {
    top: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header.header_s.header_small .header__top-block {
    height: 0px;
    overflow: hidden;
    border: 0px;
    padding-top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.header.header_s.header_small .header__bottom-block {
    height: 90px;
    top: 0px;
    padding-top: 32px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.header__logo-block__logo-text {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.header.header_s.header_small span.header__logo-block__logo-text {
    opacity: 0;
    pointer-events: none;
}
.message-box {
    position: absolute;
    top: 100%;
    width: 100%;
    top: 138px;
    text-align: center;
    color: #fff;
    background: #018a44;
    padding: 9px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.message-box a {
    color: #fff;
    text-decoration: underline;
}
.message-box a:hover {
    color: #fff;
    text-decoration: none;
}

.header.header_s.header_small .message-box {
    top: 90px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


.edu-ico{
    background: url("../img/doctor/ico1.png");
    width: 60px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ex-ico{
    background: url("../img/doctor/ico2.png");
    width: 34px;
    height: 31px;
    display: inline-block;
    vertical-align: -8px;
    margin-right: 10px;
}
.met-ico{
    background: url("../img/doctor/ico3.png");
    width: 70px;
    height: 39px;
    display: inline-block;
    vertical-align: -22px;
    margin-right: 10px;
}


h1.doc-name {
    font-size: 36px;
}

.doc-text {
    font-size: 24px;
}

span.doc-additional-item__text {
    font-size: 18px;
    vertical-align: middle;
}

.doc-additional-item {
    display: inline-block;
    margin-right: 70px;
}

.doc-additional {
    margin-top: 60px;
}

.doc-image {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    background: #b1c3b2;
}

.dic-image-block {
    width: 310px;
    float: left;
    margin-right: 90px;
}
.doc-text-block {
    float: left;
    width: calc(100% - 400px);
    padding-top: 30px;
}
.doc-shed-title {
    font-size: 30px;
}

.doc-shed-places__item {
    display: inline-block;
    padding: 7px 51px;
    border: 1px solid;
    color: #777d74;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    margin-left: -5px;
}

.doc-shed-places__item.active {
    background: #777d74;
    color: #fff;
    border-color: #777d74;
}

.doc-shed-places__item.active:after {
    width: 0px;
    height: 0px;
    border-top: solid 8px #777d74;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.doc-shed-places__item:first-child {
    border-radius: 20px 0 0 20px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.doc-shed-places__item:last-child {
    border-radius: 0 20px 20px 0;
}

.doc-shed-places {
    margin-top: 20px;
}
.page-block.page-block_doc-shedule {
    padding-top: 0px;
}


.sh-l-arr{
    background: url("../img/shed_arr_l.png") no-repeat center;
    width: 23px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -1px;
    /* position: absolute; */
    top: 3px;
    left: -39px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.sh-r-arr{
    background: url("../img/shed_arr_r.png") no-repeat center;
    width: 23px;
    height: 13px;
    display: inline-block;
    margin-right: 6px;
    margin-left: 10px;
    vertical-align: -2px;
    /* position: absolute; */
    top: 3px;
    right: -39px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.shedule-navigation-item_disabled .sh-l-arr{
    background: url("../img/shed_arr_l_i.png") no-repeat center;
}
.bonus-sys-block__top__pdf:hover .pdf-ico:before{
    transform: scale(1.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.bonus-sys-block__top__pdf .pdf-ico:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f06520;
    border-radius: 50%;
    z-index: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
span.pdf-ico{
    position: relative;
}
span.pdf-ico:after {
    content: '.pdf';
    z-index: 2;
    position: absolute;
    font-size: 13px;
    left: 0;
    width: 100%;
    text-align: center;

}



.shedule-wrapper {
    width: 1535px;
    margin: 0 auto;
    position: relative;
    background: transparent;
    argin-bottom: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.shedule-wrapper.shedule-wrapper-expand {
    margin-bottom: 36px;
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}



.shedule-header {
    height: 80px;
    position: relative;
    background: #a0a99c;
    color: #fff;
    display: table;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.shedule-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    padding-left: 60px;
    position: relative;
}

.shedule-navigation {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 60px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.shedule-navigation__prev {
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    position: relative;
    /* background: #ccc; */
    padding: 22px 23px;
    left: 94px;
}

.shedule-navigation-item_disabled {
    color: #dee5dc;
    cursor: default;
}

span.shedule-navigation__next {
    cursor: pointer;
    position: relative;
    /* background: #ccc; */
    padding: 22px 23px;
    left: 50px;
}

.shedule {}

table.shedule-table td {
    border-right: 1px solid #d8dacc;
    border-bottom: 1px solid #d8dacc;
    border-top: 0px;
    padding: 20px;
    min-height: 77px;
    height: 77px;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    width: 155px;
    background: #eaf1e8;
}

table.shedule-table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

table.shedule-table tbody tr:first-of-type td {
    /* border-top: 0px; */
}

table.shedule-table tr:last-of-type td {
    /* border-bottom: 0px !important; */
    border-right: 1px solid #d8dacc;
    border-bottom: 1px solid #d8dacc;
}

td.shedule-table-td_top {
    font-size: 24px;
    width: 10%;
}

td.shedule-table-td_left-first {
    padding-left: 55px !important;
    text-align: left;
    /* cursor: pointer; */
    position: relative;
}

td.shedule-td-split {
    width: 29%;
    height: 100%;
    position: relative;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><line x1='0' y1='0' x2='100%' y2='100%' stroke='#bdc6ba' stroke-width='1'/></svg>") no-repeat !important;
    width: 450px !important;
}
table.shedule-table tr:hover {
    background: #dfe6dd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


table.shedule-table tr {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


span.shedule-td-split__up-name {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 16px;
    color: #bdc6ba;
}

span.shedule-td-split__down-name {
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-size: 16px;
    color: #bdc6ba;
}

span.shedule-timerange {
    display: inline-block;
    padding: 6px 20px;
    background: #a0a99c;
    color: #fff;
    border-radius: 20px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.shedule-timerange sup {
    vertical-align: super;
    font-size: 12px;
}

.doc-video-player {
    float: left;
    width: 854px;
    height: 530px;
}

.doc-video-player__image {
    position: relative;
    width: 851px;
    height: 481px;
}

span.doc-video-player__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.doc-video-player__overlay:after {
    content: ' ';
    background: url("../img/player/play_ico.png") no-repeat center;
    width: 60px;
    height: 70px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scale(.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.doc-video-player__image:hover span.doc-video-player__overlay:after {
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.doc-video-list-outer {
    float: left;
    width: 425px;
    height: 480px;
    overflow: hidden;
    text-align: right;
}

.doc-video-list-inner {
    width: 312px;
    padding-right: 30px;
    height: 480px;
    overflow-y: auto;
    text-align: right;
    display: inline-block;
}


.doc-video-list-inner::-webkit-scrollbar-track{}
.doc-video-list-inner::-webkit-scrollbar{width: 5px;background-color: #d2d9d0;}
.doc-video-list-inner::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background-color: #494542;
    border-radius: 10px;
}

.doc-video-item__preview {
    position: relative;
    width: 283px;
    height: 159px;
    overflow: hidden;
}

.doc-video-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 138, 68, 0.65);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.doc-video-item__overlay:after{
    content: ' ';
    background: url("../img/player/play_ico.png") no-repeat center;
    background-size: contain;
    width: 30px;
    height: 33px;
    transform: scale(.8);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scale(.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.doc-video-item__title {
    margin-top: 3px;
}

.doc-video-item {
    margin-bottom: 30px;
    text-align: left;
    cursor: pointer;
}

.doc-video-list {
    display: inline-block;
}

.doc-video-item:hover .doc-video-item__overlay {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.dic-honors-item img {
    height: 219px !important;
    width: initial !important;
}

.doc-honors-item__title {
    margin-top: 10px;
}

.doc-block-title {
    font-size: 30px;
    margin-bottom: 20px;
}


.dic-honors-list .owl-prev{
    top: -40px;
    left: -46px;
}


.dic-honors-list .owl-next {
    top: -40px;
    right: -46px;
}

.page-two-cols__left {
    width: 593px;
    float: left;
    box-sizing: border-box;
    padding-right: 36px;
    position: relative;
}

.page-two-cols__right {
    float: left;
    width: 656px;
    box-sizing: border-box;
    padding-left: 36px;
}

.page-two-cols__left:after {
    content: ' ';
    width: 2px;
    height: calc(100% + 20px);
    background: #b0b6b0;
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
}


.page-two-cols.page-two-cols__docpage {
    margin-top: 100px;
}

.shedule-wrapper.shedule-wrapper__doctor {
    margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
}


.shedule-header-expand {
    background: #fff;
    color: #494542;
}

.shedule-header.shedule-header-expand .shedule-navigation {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.doc-shed-places__item:hover {
    border-color: #a0a99c;
    background: #a0a99c;
    color: #fff;
}

.doc-shed-places__item.active:hover {}

.doc-shed-places__item.active:hover {
    background: #777d74;
    color: #fff;
    border-color: #777d74;
}

.shedule-title__with-ico:before{
    content: ' ';
    background: url("../img/shed_i.png") no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.shedule-header:hover {
    background-color: #777d74;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.shedule-header:hover .shedule-title__with-ico:before {
    background: url("../img/shed_i_hover.png") no-repeat center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;

}

.shedule-header:hover .shedule-title__with-ico:before {
    background: url("../img/shed_i_hover.png") no-repeat center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;

}

.shedule-header-expand .shedule-title__with-ico:before{
    background: url("../img/shed_i_expand.png") no-repeat center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.shedule-header-expand:hover {
    background: #fff;
    color: #494542;
}

.shedule-header-expand:hover .shedule-title__with-ico:before {
    background: url(../img/shed_i_expand.png) no-repeat center;
}




.search-wrapper {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100%;
    background: #eaf1e8;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
}

.search-wrap {
    width: 1280px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
}

.search-title-block {
    text-align: center;
}

.search-title {
    font-size: 36px;
}

.search-input {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 85px;
    position: relative;
}


.search-input input {
    width: 100%;
    height: 62px;
    box-sizing: border-box;
    border: none;
    padding-left: 30px;
    font-size: 18px;
    padding-right: 74px;
    border: 1px solid #fff;

}

.search-ico {
    position: absolute;
    top: 0;
    width: 74px;
    height: 100%;
    cursor: pointer;
    right: 0;
    background: url("../img/search_ico_i.png") no-repeat center #FFFFFF;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.search-ico:hover {
    opacity: .7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;

}


.search-example {
    display: inline-block;
    border-bottom: dotted 1px;
    cursor: pointer;
}

.search-example:hover {
    color: #ff6012;
}

.search-close{
    background: url("../img/search_cross.png") no-repeat center;
    width: 29px;
    height: 28px;
    transform: scale(.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    opacity: .7;
    position: absolute;
    cursor: pointer;
    top: 200px;
    right: 30px;
}

.search-close:hover{
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    opacity: 1;

}


.four-colums {
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.index-block {
    text-align: left;
    width: 1220px;
    margin: 0 auto;
}

.index-block__item__letter {
    font-size: 24px;
    font-family: 'museo_sans_cyrl900';
    margin-bottom: 14px;
}

.index-block__item {
    margin-bottom: 50px;
}

.index-item {
    line-height: 1.2;
    margin-bottom: 9px;
}
.search-wrapper{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.search-wrapper.search-wrapper_open{
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.search-trigger.search-open {
    background-color: #777d74;
}




.pp {
    min-width: 600px;
    background: #eaf1e8;
    padding: 50px 100px;
    box-sizing: border-box;
    overflow: hidden;
    /* box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12); */
}

.pp-title {
    font-size: 36px;
    margin-bottom: 40px;
}


.pp-form-item {
    margin-bottom: 22px;
    position: relative;
}

input.pp-txt-i {
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #cecece;
    padding: 10px 0;
}

.pp-form-item .select-a {
    border-color: #cecece;
    border-width: 1px;
    padding-bottom: 10px;
    text-indent: -2px;
}

.pp-textarea {
    padding: 20px 34px;
    width: 100%;
    resize: none;
    border: none;
    box-sizing: border-box;
    height: 180px;
    font-size: 16px;
    margin-top: 14px;
}

.pp-button {
    text-align: right;
}

.pp-txt-i::-webkit-input-placeholder {color:#494542;}
.pp-txt-i::-moz-placeholder          {color:#494542;}
.pp-txt-i:-moz-placeholder           {color:#494542;}
.pp-txt-i:-ms-input-placeholder      {color:#494542;}


.pp-textarea::-webkit-input-placeholder {color:#c6cec2;}
.pp-textarea::-moz-placeholder          {color:#c6cec2;}
.pp-textarea:-moz-placeholder           {color:#c6cec2;}
.pp-textarea:-ms-input-placeholder      {color:#c6cec2;}




.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #494542;
    width: 100%;
    height: 39px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: #ffffff; */
    border-color: #01295f;
    padding: 7px 11px 7px 0px;
    color: #494542;
    border-bottom: 1px solid #cecece;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.select-styled:hover:after {
    opacity: .7;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.choose-clinic-block__title:after{
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.choose-clinic-block__title:hover:after{
    opacity: .7;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: " ";
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../img/list_car_down.png) no-repeat;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.select-styled:hover {
    background-color: transparent;
}
.select-styled:active, .select-styled.active {
    background-color: transparent;
}
.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #494542 transparent;
    content: " ";
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../img/list_car_up.png) no-repeat;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 23px 0;
    list-style: none;
    background-color: #494542;
    color: #cecece;
    /* border-left: none; */
    /* border-right: 2px solid #01295f; */
    /* border-bottom: 2px solid #01295f; */
}
.select-options li {
    margin: 0;
    padding: 6px 14px;
    text-indent: 15px;
    /* border-top: 2px solid #01295f; */
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.select-options li:hover {
    color: #ffffff;
    /* background: #01295f; */
}
.select-options li[rel="hide"] {
    display: none;
}
.select-options li:first-child {
    border-top: 0;
}

ul.select-options li:hover >span {
    border-bottom: 1px solid;
}

.choose-clinic-block__title > span {
    display: inline-block;
    overflow: hidden;
    width: calc(100% - 39px);
}

.choose-clinic-block__title {
    font-size: 16px;
    height: 39px;
    border-bottom: 1px solid #cecece;
    box-sizing: border-box;
    width: 100%;
    padding-top: 9px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    /* padding-right: 47px; */
}

.choose-clinic-block__list {}

.choose-clinic-block {
    position: relative;
}

.choose-clinic-block__list {
    position: absolute;
    top: 100%;
    z-index: 99999999999;
    background: #494542;
    width: 100%;
    color: #fff;
    color: #a9a8a8;
    box-sizing: border-box;
    padding: 29px 30px 10px 30px;
}

.choose-clinic-block-title {
    font-size: 16px;
    margin-bottom: 3px;
    position: relative;
}

.choose-clinic-block-item {
    font-size: 18px;
    margin-bottom: 11px;
    cursor: pointer;
    /* -webkit-transition: all .3s ease; */
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.choose-clinic-block__list__block {
    margin-bottom: 26px;
}

.choose-clinic-block-item:hover {
    /* color: #fff; */
    /* text-decoration: underline; */
    /* -webkit-transition: all .3s ease; */
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


.choose-clinic-block-item:hover >span {
    border-bottom: 1px solid;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.choose-clinic-block-item >span {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.choose-clinic-block__list {
    display: none;
}
.choose-clinic-block__list.open{
    display: block;
}
.choose-clinic-block-item.active > span {
    border-bottom: 1px solid;
    color: #fff;
}
.choose-clinic-block__title:after {
    content: ' ';
    background: url("../img/list_car_down.png") no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;

}
.choose-clinic-block__title.open:after{
    background: url("../img/list_car_up.png") no-repeat;
}

.rightside-shedules__list .owl-prev{
    background: url("../img/l_arr_w.png");
    width: 20px;
    height: 51px;
    top: -64px;
    left: -51px;
}

.rightside-shedules__list .owl-next{
    background: url("../img/r_arr_w.png");
    width: 20px;
    height: 51px;
    top: -64px;
}

.mark-ico{
    background: url("../img/shedule_map_marker.png") no-repeat;
    width: 12px;
    height: 22px;
    display: inline-block;
    vertical-align: -1px;
    margin-left: 10px;
}




.clinics-schedules-wrapper {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    background: #eaf1e8;
    z-index: 997;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
}

.clinics-schedules {
    padding-top: 200px;
    padding-bottom: 100px;
    width: 1220px;
    margin: 0 auto;
    position: relative;
}

.clinics-schedules-title {
    font-size: 36px;
    margin-bottom: 22px;
}

.clinics-schedules-block__title {
    font-size: 24px;
    margin-bottom: 29px;
    min-height: 33px;
}

.clinics-schedules-block__title {}

.clinics-schedules-list__item .rightside__shedules-item__shedule {
    border-color: #494542;
    /* width: 311px; */
    /* display: inline-block; */
    /* vertical-align: top; */
}

.clinics-schedules-list__item {
    width: 340px;
    display: inline-block;
    vertical-align: top;
    margin-right: 96px;
    margin-bottom: 31px;
    position: relative;
}

.clinics-schedules-list__item:nth-child(3n+3) {
    margin-right: 0px;
}

.clinics-schedules-close{
    background: url(../img/search_cross.png) no-repeat center;
    width: 29px;
    height: 28px;
    transform: scale(.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    opacity: .7;
    position: absolute;
    cursor: pointer;
    top: 215px;
    right: 0;
}


.clinics-schedules-close:hover{
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    opacity: 1;

}

.pp-app-doc-thanks{
    width: 600px;

}
.pp-thanks-subtext {
    font-size: 18px;
}
.clinics-schedules-list__item .rightside__shedules-item {
    margin-top: 0px;
}

.clinics-schedules-block {
    margin-bottom: 60px;
}

span.clinics-schedules-block__title__text a{
    border-bottom: 1px solid;
}

.clinics-schedules-wrapper{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.clinics-schedules-wrapper.open{
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}










/*INPUTS*/
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
}

.input-field {
    position: relative;
    display: block;
    float: right;
    padding: 10px 0;
    width: 60%;
    font-size: 16px;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    -webkit-appearance: none;
}

.input-field:focus {
    outline: none;
}

.input-label {
    display: inline-block;
    float: right;
    color: #696969;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}


/* Ruri */
.input-field-ruri {
    width: 100%;
    background: transparent;
    color: #494542;
}

.input-label-ruri {
    width: 100%;
    position: absolute;
    text-align: left;
    font-size: 16px;
    padding: 10px 0 5px;
    pointer-events: none;
}

.input-label-ruri::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cecece;
    left: 0;
    top: 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.input-label-content-ruri {
    padding: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
}

.input-field-ruri:focus + .input-label-ruri::after,
.input-filled .input-label-ruri::after {
    background: #777d74;
    -webkit-transform: scale3d(1, 0.25, 1);
    transform: scale3d(1, 0.25, 1);
}

.input-field-ruri:focus + .input-label-ruri .input-label-content-ruri,
.input-filled .input-label-ruri .input-label-content-ruri {
    color: #777d74;
    -webkit-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
    transform: translate3d(0, -18px, 0) scale3d(0.655, 0.655, 1);
}


span.choose-clinic-block__title_sub {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
}

span.choose-clinic-block__title_sub.filled {
    color: #777d74;
    -webkit-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
    transform: translate3d(0, -18px, 0) scale3d(0.655, 0.655, 1);
}

span.textarea-fakeplaceholder {
    position: absolute;
    top: 35px;
    left: 30px;
    color: #c6cec2;
    width: calc(100% - 60px);
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
}

span.textarea-fakeplaceholder.focused{
    color: #777d74;
    width: 130%;
    -webkit-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
    transform: translate3d(-30px, -42px, 0) scale3d(0.655, 0.655, 1);
}
.input-field-error {
    color: #f03a10;
}
.input-field-ruri.input-field-error + .input-label-ruri:after, .input-filled.input-field-error .input-label-ruri:after{
    background: #f03a10;
}



.bar,
.bar:after,
.bar:before {
    width: 15px;
    border-radius: 0px;
    height: 2px;
    display: block;
    /* top: 2px; */
    background: #777d74;
}

.bar {
    position: relative;
    transform: translateY(10px) translateX(0px);
    background: #777d74;
    transition: all 0ms 300ms;
}
.bar.animate {
    background: transparent;
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    background: #777d74;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: #777d74;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    width: 15px;
    top: 0px;
    left: 0px;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    width: 15px;
    top: 0px;
    left: 0px;
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
span.submenu-ico {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -22px;
}

.header__bottom-block__menu__item:first-child:hover {
    color: #f06520;
}

.header__bottom-block__menu__item:first-child:hover .bar_mini {
    /* background: #f06520; */
}
.services-block {
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    width: 1280px;
    background: #6a6661;
    color: #fff;
    box-sizing: border-box;
    padding: 60px 30px;
    height: 604px;
    overflow: hidden;
    z-index: 12;
    top: -1000px;
}
.services-block-leftside {
    float: left;
    width: 375px;
}


.services-block-rightside {}

.services-block-rightside {
    float: left;
    width: 845px;
}

.services-dir-item {
    padding: 10px 0;
    padding-right: 70px;
    padding-left: 30px;
}

.services-block-leftside__menu {
    border-right: 2px solid #fff;
    padding-left: 30px;
}

.services-dir-item_sub:hover {
    background: #585550;
}

.menu-banners {
    width: 720px;
    margin: 0 auto;
}


.menu-banners .owl-prev{
    background: url("../img/l_arr_w.png");
    width: 20px;
    height: 51px;
    left: -42px;
}
.menu-banners .owl-next{
    background: url("../img/r_arr_w.png");
    width: 20px;
    height: 51px;
    right: -42px;
}

.services-dir-item_sub:hover{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.services-dir-item {
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.services-dir-item:after{
    opacity: 0;
}
.services-dir-item_sub:hover:after{
    content: ' ';
    background: url("../img/menu_after.png") no-repeat;
    width: 7px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    opacity: 1;
    bottom: 0;
    margin: auto;
}

.services-dir-item_active:after{
    content: ' ';
    background: url("../img/menu_after.png") no-repeat;
    width: 7px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    opacity: 1;
    bottom: 0;
    margin: auto;
}

.services-dir-item_active {
    background: #585550;
}

.services-block.open{
    top: 138px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


.services-block{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.services-block.services-block-small.open {
    top: 90px;
}
.pp-app-doc-thanks {
    text-align: center;
    /* width: 300px; */
    /* min-width: 300px; */
    padding-top: 80px;
    padding-bottom: 80px;
}

.pp-title.pp-title-thanks {
    margin-bottom: 8px;
}

.pp-thanks-text {
    font-size: 30px;
    line-height: 1.2;
}

.pp-th-button {
    margin-top: 32px;
}

.menu-block-item{
    display: none;
}

.menu-block-item.show{
    display: block;
}
.menu-rightside-list-block {
    box-sizing: border-box;
    padding: 0 90px;
    height: 500px;
    width: 845px;
    overflow-y: auto;
}

.menu-rightside-list-block a {
    color: #fff;
    display: block;
    padding: 4px 0;
}

.menu-rightside-list-block a:hover {
    text-decoration: underline;
    color: #b8aea3;
}

.menu-rightside-list-block__title {
    font-size: 24px;
    margin-bottom: 26px;
}

.two-colums {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.menu-rightside-list {
    /* overflow-y: scroll; */
    /* max-height: 400px; */
    /* height: 400px; */
}




.menu-rightside-list-block::-webkit-scrollbar-track{}
.menu-rightside-list-block::-webkit-scrollbar{width:5px;background-color:#585550;border-radius: 8px;}
.menu-rightside-list-block::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background-color: #b8aea3;
}
.search-wrapper::-webkit-scrollbar-track{}
.search-wrapper::-webkit-scrollbar{width:5px;background-color:#585550;border-radius: 8px;}
.search-wrapper::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background-color: #b8aea3;
}
.clinics-schedules-wrapper::-webkit-scrollbar-track{}
.clinics-schedules-wrapper::-webkit-scrollbar{width:5px;background-color:#585550;border-radius: 8px;}
.clinics-schedules-wrapper::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background-color: #b8aea3;
}
.b-slider-item {
    position: relative;
    width: 467px;
    height: 620px;
}

.b-slider-item {}

.b-slider-item__blur-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.b-slider-item__blur-img img {
    width: 100%;
}
.search-sub-title.search-sub-title_empty {
    font-size: 24px;
    margin-top: -40px;
}
.search-articles-list .specialists-list__item-img {
    z-index: -2;
}
.b-slider-item__img {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.b-slider-item__img img {
    width: 100%;
}

.b-slider-item__text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.b-slider-item__text {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
}

span.b-slider-item__text__big {
    font-size: 112px;
    display: block;
}

.b-slider-item:hover .b-slider-item__img {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.b-slider-item__text {
    /* position: absolute; */
    text-align: center;
}

span.b-slider-item__more {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-decoration: underline;
}

.b-slider-item:hover {
    color: #494542;
}

.b-slider-wrapper a {
    /* color: #ccc; */
    color: #494542;
}


.b-slider-wrapper .owl-prev{
    background: url("../img/b_slider_l_arr.png");
    width: 15px;
    height: 38px;
    left: 30px;
}

.b-slider-wrapper .owl-next{
    background: url("../img/b_slider_r_arr.png");
    width: 15px;
    height: 38px;
    right: 30px;
}

.b-slider-item__text img {
    width: initial !important;
    display: inline-block !important;
}

span.b-slider-item__text__middle {
    font-size: 36px;
    display: block;
    line-height: 1.2;
}
.specialists-list__item:hover .specialists-list__item-text-description {
    color: #494542;
}
.b-slider-item__text__block {
    margin-bottom: 42px;
}
span.b-slider-item__text__small_i {
    font-size: 24px;
}


.header_mp, .mainpage-first-screen__leftside h1, .rightside__shedules, .firsttime__circle,
.ft_title, .ft_title, .ft_pricelist_wrap, .ft_button,
.mainpage-first-screen__leftside__news-block, .mp_scr1_menu_item,
.mainpage-first-screen_doctor, .mainpage-first-screen_doctor__shadow, .mainpage-first-screen__leftside__news-block_just-button  {
    opacity: 0;

}

.pp{
    display:none;
}
.footer-social a:hover {
    opacity: 1;
}



.print_ico{
    background: url("../img/print.png") no-repeat center #777d74;
    width: 30px;
    height: 30px;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.dir-services-buttons a:nth-child(2) {
    float: right;
}
span.print_ico:hover {
    opacity: .7;
}

.dir-services-list__item__sep{
    background: url("../img/dots.png") repeat-x;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(100% - 15px);
    z-index: 0;
}

.hide {
    display: none;
}


.action-item:hover .action-img img {
    transform: scale(1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.action-item .action-img img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.block-typo ul {
    list-style: initial;
    padding-left: 20px;
    margin-bottom: 30px;
}

.articles-more-list__item__img img {
    min-height: 100%;
}

.more-actions-item__img img {
    min-height: 100%;
}
.more-actions-item__img img {
    min-height: 100%;
}
.more-actions-item__img {
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.more-actions-item:hover .more-actions-item__img {
    transform: scale(1.15);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.articles-more-list a:nth-child(2n+2) .articles-more-list__item {
    margin-right: 0px;
}

.articles-more-list__item:hover .articles-more-list__item__img {
    transform: scale(1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.articles-more-list a:hover .articles-more-list__item__text__intro {
    color: #494542;
}
.ex-item-title {
    font-size: 24px;
}

.pp-doc-ex-block-item {
    margin-bottom: 30px;
}

.pp-doc-ex {
    width: 100px;
    padding: 50px 60px;
    min-width: 460px;
}
.pp-title_i {
    margin-bottom: 30px;
}


.doc-ed-block-wrap::-webkit-scrollbar-track{}
.doc-ed-block-wrap::-webkit-scrollbar{width: 5px;background-color: #d2d9d0;}
.doc-ed-block-wrap::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background-color: #494542;
    border-radius: 10px;
}


.doc-ed-block-wrap-table table {
    width: 650px;
}

.doc-ed-block-wrap-table table tr td:first-child {
    border-right: 1px solid #b8bdb7;
    width: 100px;
    padding-right: 25px;
    text-align: right;
}

.doc-ed-block-wrap-table table tr {/* margin-bottom: 10px; */}

.doc-ed-block-wrap-table table tr td {
    padding: 10px 0;
}

.doc-ed-block-wrap-table table tr td:last-child {
    padding-left: 25px;
    padding-right: 40px;
}

.doc-ed-block-wrap-table {
    /* height: 380px; */
}

.doc-ed-block-wrap {
    height: 380px;
    overflow-y: auto;
}

.pp.pp-doc-ed {
    padding: 50px;
}

.pp.pp-doc-ed {
    padding: 50px;
    width: 770px;
}

span.shedule-navigation__next:hover .sh-r-arr {
    right: -50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.shedule-navigation__prev:hover span.sh-l-arr {
    left: -50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}




/*VIDEOPLAYER START*/

.container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #E0E1E4;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.video-player-container{
    width: 648px;
    height: 350px;
    z-index: 2;
    position: relative;
    width: 851px;
    height: 481px;
}

.video-container {
    /* height: 310px; */
    height: 481px;
    background-color: #dee5dc;
}

#media-video {
    width: 100%;
    height: 100%;
    cursor: pointer;
}



.player-container {
    height: 40px;
    background-color: transparent;
}

.play-control, .volume-control {
    width: 40px;
    height: 40px;
    display: table;
    /* border-right: 1px solid #dddddd; */
    cursor: pointer;
    float: left;
}

.play-button, .volume-button-mute {
    vertical-align: middle;
    text-align: center;
    display: none;
}

.pause-button, .volume-button {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.play-control .fa {
    font-size: 0.2em;
}

.volume-control .fa {
    font-size: 0.8em;
}

.indicator {
    width: 100px;
    height: 40px;
    /* border-right: 1px solid #dddddd; */
    /* font-family: "Open Sans", Arial, Helvetica, sans-serif; */
    font-size: 11px;
    text-align: center;
    float: left;
    line-height: 40px;
}

.progress {
    width: 600px !important;
    height: 40px;
    float: left;
}

.progress-background {
    position: absolute;
    width: 385px;
    height: 2px;
    background-color: #c7cec4;
    margin-left: 20px;
    margin-top: 17px;
}

.progress-over {
    position: absolute;
    width: 160px;
    height: 2px;
    background-color: #f06520;
    margin-left: 20px;
    margin-top: 17px;
}

.progress-hidden {
    position: absolute;
    width: 385px;
    height: 40px;
    margin-left: 20px;
    cursor: pointer;
}

.fullscreen-button {
    width: 23px;
    height: 40px;
    float: right;
    /* display: table; */
    cursor: pointer;
    text-align: center;
}

.fullscreen-button i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #dddddd;
}


.p-play-ico{
    background: url("../img/player/p-play-ico.png");
    width: 12px;
    height: 14px;
    display: inline-block;
}
.p-pause-ico{
    background: url("../img/player/pause_ico.png");
    width: 13px;
    height: 14px;
    display: inline-block;
}

.p-volume-ico{
    background: url("../img/player/volume_ico.png");
    width: 17px;
    height: 15px;
    display: inline-block;
}

.p-mute-ico{
    background: url("../img/player/mute_ico.png");
    width: 17px;
    height: 15px;
    display: inline-block;
}

.p-fullscreen-ico{
    background: url("../img/player/expand.png") no-repeat center;
    width: 21px;
    height: 21px;
    display: inline-block;
    /* padding-top: 10px; */
    margin-top: 6px;
    /* display: table-cell; */
}

.play-control {
    text-align: center;
}

.play-button {
    text-align: left;
}

.volume-control {
    width: 86px;
}
.pause-button {
    text-align: left;
}

.dir-description img {
    max-width: 100%;
}
/*VIDEOPLAYER END*/

.pp-doc-met-block-left {
    float: left;
    width: 650px;
}

.pp-doc-met-block-left__img {
    height: 450px;
    text-align: center;
    overflow: hidden;
}

.pp-doc-met-block-left__img img {
    height: 100%;
    /* max-width: 100%; */
}

.pp-doc-met-block-left__caption {
    max-height: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.pp-doc-met-block-right {
    float: left;
    width: 250px;
    margin-left: 60px;
}

.pp-doc-met-thumbs-list {
    width: 200px;
    /* overflow-y: scroll; */
    /* padding-right: 30px; */
}

.pp-doc-met-thumbs {
    height: 450px;
    overflow-y: auto;
    padding-right: 30px;
}

.pp-doc-met-thumbs-item {
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.pp-doc-met-thumbs-item img {
    width: 100%;
    max-height: 100%;
}

.pp-doc-met-thumbs-item:hover, .pp-doc-met-thumbs-item.active {
    opacity: .7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.pp-doc-met {
    padding: 50px;
}

.pp-doc-met-thumbs-item:last-child {
    margin-bottom: 0px;
}



.pp-doc-met-thumbs::-webkit-scrollbar-track{}
.pp-doc-met-thumbs::-webkit-scrollbar{width: 5px;background-color: #d2d9d0;}
.pp-doc-met-thumbs::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background-color: #494542;
    border-radius: 10px;
}


.articles-more-list__item:hover .articles-more-list__item__text__intro{
    color: #494542;
}


.specialists-list-description__doctorslist {
    color: #494542;
}
span.shedule-timerange:hover {
    background: rgba(143, 152, 140, 0.53);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
div#app-sched {
    /* width: 660px; */
    /* text-align: center; */
}

.app-sched-title__time {
    font-size: 36px;
}

.app-sched-title__time sup {
    vertical-align: super;
    font-size: 18px;
}

.app-sched-title__day {
    font-size: 24px;
}

.app-sched-title__doc {
    font-size: 24px;
}

.app-sched-title {
    margin-bottom: 30px;
}

input.pp-app-sched-txt {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 12px 20px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    box-sizing: border-box;
}

.pp-app-sched-item {
    margin-bottom: 13px;
}

.pp-app-sched-item__text {
    line-height: 1.2;
    margin-bottom: 30px;
}

.pp-button.pp-button_i .btn {
    font-size: 18px;
    padding: 7px 27px;
}

.pp-button.pp-button_i {
    text-align: center;
}

span.shedule-timerange:hover:after {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.shedule-timerange:after {content: 'записаться';position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background: #a0a99c;box-sizing: border-box;padding-top: 7px;border-radius: 20px;opacity: 0;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .35s ease;-ms-transition: all .3s ease;}

td.shedule-table-td_left-first:hover {
    background: #dfe6dd;
}

.doc-small-pp {
    position: absolute;
    background: #fff;
    white-space: initial;
    padding: 29px;
    z-index: 3;
    top: -61px;
    left: 67%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.pp.pp-doc-mets {
    width: 530px;
    padding: 50px;
}
.doc-small-pp .specialists-list__item {
    margin-bottom: 0;
}

td.shedule-table-td_left-first.shedule-table-td_left-first_showdoc .doc-small-pp {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.filter-sername-item.active {
    color: #f06520;
}
.dir-rightside-price__list__item {
    margin-bottom: 20px;
}

.dir-rightside-price__list {
    margin-bottom: 39px;
}


.dir-rightside-mats{
    background: url("../img/mats_back.jpg");
    background-size: cover;
    color: #fff;
    padding: 40px 50px 60px;
}


.dir-rightside-mats__list__item a {
    color: #fff;
    border-bottom: 1px solid;
}

.dir-rightside-mats__list__item {
    margin-bottom: 16px;
}

.dir-rightside-mats__list__item a:hover {
    opacity: .7;
}
.dir-description h2 {
    font-size: 24px;
    margin-top: 40px;
}
.dir-description img {
    margin-bottom: 20px;
}

.dir-description ul {
    list-style: initial;
    padding-left: 20px;
    margin-bottom: 30px;
}

.dir-description ul li {
    margin-bottom: 5px;
}

span.phone-item-val1 {
    font-size: 18px;
}

span.phone-item-val2 {
    display: inline-block;
    font-size: 22px;
    margin-left: 15px;
}



.gal-ico{
    background: url("../img/cont_images.png");
    width: 50px;
    height: 50px;
    display: inline-block;
}

.d3-ico{
    background: url("../img/cont_3d.png");
    width: 50px;
    height: 50px;
    display: inline-block;
}

.rightside__shedules-item-buttons{
    background: url("../img/cont_back.jpg") no-repeat;
    background-size: cover;
    width: 364px;
    height: 105px;
    position: absolute;
    top: 100%;
    left: -40px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}
.rightside__shedules-item-buttons-wrap {
    text-align: center;
    padding-top: 28px;
}

.rightside__shedules-item-buttons-wrap span {
    display: inline-block;
    margin: 0 7px;
}

.clinics-schedules-list__item:after {
    content: ' ';
    width: calc(100% + 24px);
    height: calc(100% + 145px);
    background: rgb(240, 101, 32);
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.32);
    display: block;
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}




.clinics-schedules-list__item:hover:after {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.clinics-schedules-list__item:hover {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


.clinics-schedules-list__item:hover .rightside__shedules-item__shedule {
    border-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.clinics-schedules-list__item:hover .rightside__shedules-item-buttons {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.contacts_item {
    margin-right: 80px;
    display: inline-block;
    margin-bottom: 100px;
}

.contacts_item:nth-child(3n+3) {
    margin-right: 0;
}

.contacts_item .clinics-schedules-list__item {
    margin: 0;
}


.contacts_item .rightside__shedules-item__shedule {
    -webkit-transition: all 0s ease !important;
    -moz-transition: all 0s ease !important;
    -o-transition: all 0s ease !important;
    -ms-transition: all 0s ease !important;
}

.rightside__shedules-item__phones {
    padding-bottom: 30px;
}


.rightside__shedules-item-buttons-wrap a:hover {
    opacity: .7;
}

.contacts-items-list {
    border-bottom: 1px solid;
    margin-bottom: 60px;
}

.contacts-items-list-leftside .contacts_item:nth-of-type(2) {

    margin-right:0px;
}

.contacts-items-list-leftside {
    position: relative;
    float: left;
    width: 780px;
    /* border-right: 2px solid #a2a59e; */
}

.contacts-items-list-leftside:after {content: ' ';background: #a2a59e;height: 87%;position: absolute;right: 0;width: 1px;top: 0;}

.contacts-items-list-rightside {
    float: left;
    margin-left: 68px;
}

.contacts-items-list h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cont-item-text {
    width: 700px;
    margin-bottom: 40px;
}
.contacts-items-list-leftside.contacts-items-list-leftside_nosep:after {
    display: none;
}
.poly-right ul {
    padding-left: 40px;
    list-style: initial;
}

.poly-right ul li {
    margin-bottom: 10px;
    list-style: disk;
}

.contacts-items-list_nosep{
    border-bottom: none;
}

div#map {
    width: 100%;
    height: 630px;
}

.pp-gal {
    padding: 50px;
}

.pp-gal-wrap{
    width: 640px;
}


.pp-gal-wrap .owl-prev{
    left: -30px;
}
.pp-gal-wrap .owl-next{
    right: -30px;
}
.poly-big-text {
    font-size: 24px;
    margin-bottom: 20px;
}

.poly-left {
    float: left;
    width: 720px;
    margin-right: 90px;
}

.poly-right {
    width: 470px;
    float: left;
}

.poly-left-button {
    margin-bottom: 40px;
}

.poly-gal__item img {
    margin-bottom: 20px;
}

.poly-block {
    margin-bottom: 100px;
}

.mainpage-first-screen__leftside__news__img-block {
    width: 100%;
}

.mainpage-first-screen__leftside__news-block:hover {
    height: 455px;
    background: #cdd4c9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.rightside-shedules__list .owl-prev:hover {

    left: -57px;
}

.rightside-shedules__list .owl-next:hover {
    right: -26px;
}

.footer-social a {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    position: relative;
}

.footer-social a img {
    /* background: #ffffff; */
    border-radius: 56%;
    position: relative;
    z-index: 1;
}

.footer-social a:hover {
    /* transform: scale(1.05); */
}

.footer-social a:after {content: ' ';position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;z-index: 0;border-radius: 50%;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .35s ease;-ms-transition: all .3s ease;}


.footer-social a:hover:after {
    transform: scale(1.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.pp-form-filled-block:before {content: ' ';position: absolute;left: -30px;height: 100%;width: 2px;background: #494542;}

.pp-form-filled-block {
    position: relative;
}

.pp-form-filled-block-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

span.pp-form-filled-block-item__title {
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
}

span.pp-form-filled-block-item__val {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cecece;
    padding-bottom: 3px;
    font-weight: bold;
}

.pp-form-filled-block-item_s {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
}

.pp-form-filled-block-item_s:first-child {
    margin-right: 36px;
}

span.pp-form-filled-block-item__val sup {
    vertical-align: super;
    font-size: 12px;
}


.poly-gal .owl-next{
    right: -40px;
}
.poly-gal .owl-prev{
    left: -40px;
}


.poy-menu-left {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.poy-menu {
    background: #e8f1e9;
    position: relative;
    margin-bottom: 77px;
    box-shadow: 1px 40px 76px 10px rgba(0, 0, 0, 0.12);
}

.poy-menu-left {
    width: 570px;
    padding: 60px 80px;
    float: left;
}

.poy-menu-left a {
    display: block;
    padding: 5px 0;
}

.poy-menu-right {
    float: right;
    position: relative;
    margin-right: 100px;
    margin-top: 34px;
    height: 340px;
}


.poy-menu-right img {
    height: 100%;
}

.clinics-schedules-list .clinics-schedules-list__item:hover {
    color: #494542;
}

.clinics-schedules-list .clinics-schedules-list__item:hover .rightside__shedules-item__shedule {
    border-color: #494542;
}

.clinics-schedules-list .clinics-schedules-list__item:hover:after {content: none;}
.bonus-system-list__item-range br{
    display:none;
}
.doc-image img {
    width: 100%;
}


.rtable {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
    -webkit-overflow-scrolling: touch;
    background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, -webkit-radial-gradient(right ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
    background-image: -webkit-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
    background-image: -webkit-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px 100%;
}

.rtable th {
    font-size: 16px;
    text-align: left;
    /* text-transform: uppercase; */
    background: #eaf1e8;
    padding-left: 55px !important;
    min-height: 77px;
    box-sizing: border-box;
    padding-top: 26px;
}

.rtable th,
.rtable td {
    /* padding: 20px; */
    border: 1px solid #d9d7ce;
    border-top: 0px;
}

.rtable--flip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: none;
}

.rtable--flip thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
}

.rtable--flip tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.rtable--flip tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
    display: block;
    position: relative;
}

.rtable--flip td {
    background-image: none !important;
    border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
    /* border-bottom: 0; */
}


span.shedule-table-td_left-first__name {
    cursor: pointer;
}
th.shedule-table-td_left-first {
    min-width: 450px;
}

th.shedule-table-td_left-first:last-child .doc-small-pp{
    top: initial;
    bottom: 18px;
}

th.shedule-td-split {
    width: 29%;
    height: 100%;
    position: relative;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><line x1='0' y1='0' x2='100%' y2='100%' stroke='#bdc6ba' stroke-width='1'/></svg>") no-repeat #eaf1e8 !important;
    width: 450px;
}
th.shedule-table-td_left-first.shedule-table-td_left-first_showdoc .doc-small-pp {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.shedule-table-mobile{
    display: none;
}

.rtable--flip tbody::-webkit-scrollbar-track{}
.rtable--flip tbody::-webkit-scrollbar{width: 7px;height: 7px;background-color: #d2d9d0;border-radius: 8px;}
.rtable--flip tbody::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background-color: #777d74;
}
.doctors-shedules-block {
    margin-top: -1px;
    margin-bottom: 16px;
}

.pp-subtitle {
    font-size: 22px;
    margin-bottom: 30px;
}

.pp-title.pp-title_subtitle {
    margin-bottom: 10px;
}
.pp-call-doc {
    width: 600px;
}

.pp-callback {
    width: 600px;
}
button.btn {
    font-size: 16px;
}

.page-404-doc{
    background: url("../img/doc_top.png") no-repeat;
    background-size: contain;
    width: 576px;
    height: 655px;
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: 2;
    pointer-events: none;
}

.page-404-doc-shadow{
    background: url("../img/doctors_shadow.png") no-repeat;
    background-size: contain;
    width: 956px;
    height: 700px;
    position: absolute;
    bottom: 0;
    left: 68px;
    z-index: 1;
    pointer-events: none;
}

.page-404-wrap{
    position: relative;
    background: url(../img/404_back.jpg) no-repeat left #e8f1e9;
    height: 570px;
    margin-top: 125px;
    box-shadow: 1px 1px 48px rgba(0, 0, 0, 0.17);
    margin-bottom: 100px;
}

.page-404-text {
    position: absolute;
    top: 100px;
    right: 280px;
    width: 270px;
}

.page-404-title {
    font-size: 140px;
    font-weight: bolder;
    color: #57544f;
}

.page-404-subtitle {
    font-size: 24px;
    margin-bottom: 18px;
}

.page-404-desc a {
    display: inline-block;
    border-bottom: 1px solid;
    color: #f06a27;
}
.poly-gal__item img {
    max-width: 100%;
}

.doc-additional .doc-additional-item:last-child {
    margin-right: 0px;
}

.cont-list-title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 15px;
}

.cont-list-block-address {
    font-size: 16px;
    margin-bottom: 10px;
}

.cont-list-block-phone {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 22px;
}

.cont-list-link a {
    color: #018a44;
    border-bottom: 1px dashed;
}

.cont-list-link a:hover {
    color: #f06520;
}

.cont-list-block {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}


.cont-list-title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 15px;
    max-width: 300px;
}

.cont-list-block-address {
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 44px;
    padding-right: 20px;
}

.cont-list-block-phone {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 22px;
    min-height: 50px;
    padding-right: 20px;
}

.cont-list-link a {
    color: #018a44;
    border-bottom: 1px dashed;
}

.cont-list-link a:hover {
    color: #f06520;
}

.cont-list-block {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    /* box-sizing: border-box; */
}



.cont-list .cont-list-block {
    padding-left: 80px;
}
.cont-list .cont-list-block:nth-child(2) {
    padding-left: 0px;
}

.cont-list-wrap.cont-list-wrap_border {
    border-top: 1px solid #a8b4a5;
    padding-top: 27px;
}

.cont-list {
    margin-bottom: 35px;
}

.cont-list {
    float: left;
}

.cont-list-wrap:after {
    content: ' ';
    display: block;
    clear: both;
}

.cont-list-wrap .cont-list:nth-of-type(2) {
    padding-left: 80px;
}
.cont-list-wrap .cont-list:nth-of-type(3) {
    padding-left: 80px;
}
.cont-list-wrap {
    width: 1080px;
}


.cont-list.cont-list_leftborder:after {
    content: ' ';
    position: absolute;
    top: -28px;
    right: 0;
    height: calc(100% + 63px);
    background: #a8b4a5;
    display: block;
    width: 1px;
}

.cont-list {
    position: relative;
}
.cont-list-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}

.cont-list-wrapper {
    position: relative;
}

.cont-list-popup {
    box-sizing: border-box;
    background: #fff;
    /* background: palegoldenrod; */
    padding: 85px 75px 0px 75px;
    width: 1000px;
    box-shadow: 1px 1px 41px 2px rgba(0, 0, 0, 0.32);
    /* position: absolute; */
    z-index: 2;
}

.pp-box-left {
    width: 257px;
    float: left;
}

.pp-box-title {
    font-size: 24px;
    margin-bottom: 24px;
}

.pp-box-address {
    margin-bottom: 20px;
}

.pp-box-left-sep .rightside__shedules-item__shedule {
    border-color: #a8b4a5;
    width: 100%;
    /* font-size: 16px; */
    padding-top: 20px;
    margin-top: 31px;
}

.pp-box-left-sep span.shedule_row_value {
    font-size: 16px;
}

.pp-box-left-sep .rightside__shedules-item__shedule__row {
    width: 200px;
}


.pp-tab{
    display: none;
    height: 425px;
    margin-top: 40px;
}



.pp-box-right {
    width: calc(100% - 257px);
    float: left;
    box-sizing: border-box;
    padding-left: 50px;
    min-height: 501px;
}

.pp-box-tabs-head {
    max-width: 100%;
    max-height: 40px;
    position: relative;
}

.pp-tabs-item {
    display: inline-block;
    border: 1px solid #777d74;
    padding: 6px 10px;
    float: left;
    border-right: 0px;
    width: 114px;
    text-align: center;
    position: relative;
    word-break: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.pp-box-tabs {
    width: 100%;
}

.pp-box-tabs-head:after {
    content: ' ';
    clear: both;
    display: block;
}

.pp-tabs-item:last-child {
    border-right: 1px solid;
    border-radius: 0 100px 100px 0;
}
.pp-tabs-item:first-child {
    border-radius: 100px 0px 0px 100px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.pp-tabs-item:hover {
    background: #777d74;
    color: #fff;
}

.pp-tabs-item.active {
    background: #777d74;
    color: #fff;
}

.pp-tabs-item.active:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    background: #777d74;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
}

.pp-tab.active {
    display: block;
}

.pp-tab-gal-item-img {
    max-height: 363px;
    height: 363px;
    overflow: hidden;
}

.pp-tab-gal-item-caption {
    /* display: table; */
    width: 100%;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    box-sizing: border-box;
    padding-top: 19px;
    overflow: hidden;
}



.pp-tab-gal .owl-next{
    width: 39px;
    height: 56px;
    background: url(../img/r_arr.png) no-repeat 28px center #fff;
    opacity: 1;
    right: 0;
    top: -30px;
    border-radius: 100px 0 0 100px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.pp-tab-gal .owl-prev{
    width: 39px;
    height: 56px;
    background: url(../img/l_arr.png) no-repeat 1px center #fff;
    opacity: 1;
    left: 0;
    top: -30px;
    border-radius: 0 100px 100px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.pp-tab-gal .owl-next:hover{
    width: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.pp-tab-gal .owl-prev:hover{
    width: 50px;
    background: url(../img/l_arr.png) no-repeat 18px center #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.pp-tab-map div#map {
    max-height: 363px;
}


.pp-box-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 17px;
    background: url(../img/pp_close.png) no-repeat;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.pp-box-close:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    opacity: .7;
}


.specialists-list__item__unaviable {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 1085px;
    background: #dee5dc;
    height: 100%;
    display: block;
    /* vertical-align: middle; */
    color: #879382;
    box-sizing: border-box;
    text-align: center;
    padding-top: 28px;
}
.dir-help-list__item.active a {
    border-bottom: none;
    color: #f06520;
}

.lic-item-img {
    width: 296px;
    display: inline-block;
    max-height: 420px;
    /* overflow: hidden; */
    background: #f06520;
}
.lic-item-img:hover img {
    transform: scale(1.01);

}
.lic-item-img img {
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.lic-item-img:first-child {
    margin-right: 20px;
}

.lic-item-imgs {
    /* float: left; */
}

.lic-item-info {
    position: absolute;
    bottom: 0;
    left: calc(100% + 20px);
    width: 200px;
}

.lic-item {
    position: relative;
    width: 616px;
    margin-bottom: 35px;

}

.lic-item-info {
    font-size: 14px;
}

.lic-item-date {
    margin-bottom: 10px;
    padding-left: 53px;
}

.lic-item-attach:hover .pdf-ico:before {
    transform: scale(1.11);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.lic-item-attach .pdf-ico:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f06520;
    border-radius: 50%;
    z-index: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.feedbacks-list__item-text-more {
    display: none;
}

.feedbacks-list__item-more {
    margin-top: 23px;
}

.feedbacks-list__item-more a {
    color: #397a41;
    border-bottom: 1px solid;
}

.feedbacks-list__item-more a:hover {
    color: #f06520;
}

.reviews-list-button {
    margin-bottom: 60px;
    margin-top: 29px;
}
.dir-rightside.dir-rightside_reviews {
    width: 480px;
    box-sizing: border-box;
    padding: 60px;
    background: #eaf1e8;
}

.rs-reviews-docs__item .specialists-list__item {
    width: 100%;
}

.rs-reviews-docs__item .specialists-list__item-text {
    width: 200px;
    margin-top: 32px;
    font-weight: 500;
}

.rs-reviews-docs__item .specialists-list__item:hover .specialists-list__item-img{
    transform: scale(1);
    box-shadow: none;
}

.rs-reviews-docs__item {
    margin-bottom: 80px;
}

.rs-reviews-docs__item:last-child {
    margin-bottom: 0px;
}

.filter-item.filter-item_toggle {
    width: 343px;
    text-align: center;
    padding-top: 0px;
}

.filter-item:last-child {
    margin-right: 0px;
}

.filter-item.filter-item_toggle .pp-tabs-item {
    width: 150px;
}


.pp-review {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 60px 75px;
    position: absolute;
    top: 12px;
    z-index: 7;
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
}

.pp-review-title {
    font-size: 36px;
    color: #494542;
    margin-bottom: 40px;
}

.pp-review-box .pp-form-item {
    margin-bottom: 36px;
}
.pp-review-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 17px;
    background: url(../img/pp_close.png) no-repeat;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.pp-review-form .pp-textarea {
    border: 1px solid #cecece;
    /* padding-top: 10px; */
}


span.btn.js-textarea-clear {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
}

.form-important {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 16px;
    color: #777d74;
}

.pp-maintext {
    margin-top: 100px;
    font-size: 24px;
    margin-bottom: 20px;
}

.pp-subtext-showall a {
    color: #397a41;
    border-bottom: 1px solid;
}

.pp-subtext-showall a:hover {
    color: #f06520;
}

.pp-subtext-all {
    display: none;
}

.pp-subtext-showall {
    margin-top: 10px;
    margin-bottom: 50px;
}

.pp-form-submit {
    margin-bottom: 40px;
}



.pp-review {
    display: none;
}

.news-item-date {
    font-size: 24px;
    margin-bottom: 30px;
}

.news-item-img {
    margin-bottom: 40px;
}

.news-item-img img {
    /* width: 100%; */
    max-width: 100%;
}

.news-item-text {
    margin-bottom: 40px;
}

.new-item-map-texts__item {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 34px;
}

.new-item-map-texts {
    margin-top: 10px;
}

.page-news-item {
    margin-bottom: 60px;
}

.news-s-list-item__title a {
    border-bottom: 1px solid;
    color: #397a41;
}

.news-s-list-item__title a:hover {
    color: #f06520;
}

.news-s-list-item__title {
    margin-bottom: 15px;
}

.news-s-list-item__introtext {
    margin-bottom: 15px;
}

.news-s-list-item {
    margin-bottom: 40px;
}


.blankpage-wrap {
    width: 100%;
    height: 500px;
    margin-bottom: 100px;
    background: url('../img/under_construction_back.png') no-repeat 100px 0 #fff;
    margin-top: 100px;
    background-size: contain;
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
}

.blankpage-content {
    box-sizing: border-box;
    padding-left: 500px;
    padding-top: 131px;
}

.blankpage-title {
    font-size: 60px;
    font-weight: 900;
    color: #777d74;
    line-height: 1.1;
    padding-right: 150px;
    font-family: 'museo_sans_cyrl900';
}

a.blankpage-href {
    border-bottom: 1px solid;
    color: #397a41;
    font-size: 24px;
    /* margin-top: 100px; */
}

.blankpage-href-block {
    margin-top: 60px;
}

a.blankpage-href:hover {
    color: #f06520;
}



.vac-switch-item {
    display: inline-block;
    border: 1px solid #777d74;
    padding: 6px 10px;
    float: left;
    border-right: 0px;
    width: 306px;
    text-align: center;
    position: relative;
    word-break: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.vac-switch-item:first-child {
    border-radius: 100px 0px 0px 100px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.vac-switch-item:last-child {
    border-radius: 0px 100px 100px 0px;
    border-right: 1px solid #777d74;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


.vac-switch-item:hover {
    background: #777d74;
    color: #fff;
}
.vac-switch-item.active{
    background: #777d74;
    color: #fff;
}

.vac-switch-item.active:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    background: #777d74;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
}

.pp-tabs-item.active:after {

}

.vac-switch {
    margin-top: 10px;
    margin-bottom: 30px;
}

.vac-switch:after {
    content: ' ';
    clear: both;
    display: block;
}

.vac-list:after {
    content: ' ';
    clear: both;
    display: block;
}

.vac-item {
    float: left;
    width: calc(50% - 30px);
    box-sizing: border-box;
    background: #eaf1e8;
    height: 220px;
    padding: 32px 50px;
    margin-bottom: 7px;
    margin-right: 7px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
}

.vac-item-title {
    /* border-bottom: 1px solid; */
    /* display: inline; */
    /* font-size: 30px; */
    /* color: #397a41; */
    /* margin-right: 10px; */
    max-height: 125px;
    overflow: hidden;
}

.vac-item-date {
    position: absolute;
    bottom: 28px;
}

.vac-item-title >span {
    border-bottom: 0px solid;
    /* display: inline; */
    font-size: 30px;
    /* color: #397a41; */
}

.vac-item:hover {
    transform: scale(1.02);
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    z-index: 2;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
}

.vac-item:hover .vac-item-title >span {
    color: #397a41;
    border-bottom: 1px solid;
}

.suc-story-item {
    height: 300px;
    position: relative;
    background: #eaf1e8;
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 7px;
    margin-right: 7px;
    box-sizing: border-box;
    padding: 40px;
    width: 400px;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
}

.suc-story-list:after {
    content: ' ';
    clear: both;
    display: block;
}

.suc-st-name {
    width: 220px;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 66px;
    overflow: hidden;
}

.suc-st-av {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
}

.suc-st-av img {
    width: 100%;
}

.suc-st-top {
    height: 116px;
    position: relative;
    border-bottom: 1px solid #7e776f;
}

.suc-st-range {
    position: absolute;
    top: 77px;
}

.suc-st-bottom {
    height: 111px;
    position: relative;
    box-sizing: border-box;
    padding-top: 16px;
}

.suc-st-more {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed;
    color: #397a41;
}

.suc-storu-wrapper {
    margin-top: 60px;
}

.block-title {
    font-size: 36px;
    color: #494542;
    margin-bottom: 40px;
}

.vac-list-button {
    margin-top: 50px;
}

.suc-st-now {
    font-weight: 600;
    max-height: 70px;
    overflow: hidden;
}

.suc-story-item:hover {
    /* transform: scale(1.05); */
    transform: scale(1.02);
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    z-index: 2;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
}

.suc-story-item:hover .suc-st-more {
    color: #f06520
}

.direcrion-block_wide {
    width: 815px;
}

.suc-story-list {
    margin-bottom: 100px;
    position: relative;
}


.vac-pp-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 17px;
    background: url(../img/pp_close.png) no-repeat;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}



.vac-pp {
    background: #fff;
    width: 762px;
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    padding: 50px 60px;
    position: absolute;
    z-index: 3;
    display: none;
}

.vac-pp-title {
    font-size: 30px;
}

.vac-pp-block-title {
    font-size: 24px;
}

.vac-pp-block {
    margin-bottom: 28px;
}

.vac-pp-date {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 16px;
}
.vac-pp-block-title {
    font-size: 24px;
    margin-bottom: 5px;
}

.suc-pp {
    width: 100%;
    background: #fff;
    width: 1280px;
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    padding: 49px 70px;
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 3;
    /* display: none; */
}

.suc-box-name {
    font-size: 24px;
    color: #7e776f;
}

.suc-box-left {
    float: left;
    width: 250px;
}

.suc-box-right {
    width: calc(100% - 250px);
    float: left;
    box-sizing: border-box;
    padding-left: 125px;
    padding-right: 125px;
}

.suc-box-av {
    width: 190px;
    height: 190px;
    overflow: hidden;
    margin-bottom: 40px;
}

.suc-box-av img {
    width: 100%;
}

.suc-box-range {
    font-size: 18px;
    color: #7e776f;
    margin-top: 6px;
}

.suc-box-sep {
    width: 100%;
    height: 1px;
    background: #7e776f;
    margin-top: 11px;
    margin-bottom: 20px;
}

font-weight: 600;
.suc-box-now {
}

.suc-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 17px;
    background: url(../img/pp_close.png) no-repeat;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.suc-pp{
    display: none;
}
.q-title {
    font-size: 24px;
    font-family: 'museo_sans_cyrl500';
    margin-bottom: 10px;
}

.qa-item-a {
    margin-top: 30px;
    background: #eaf1e8;
    padding: 40px 45px;
    box-sizing: border-box;
    position: relative;
}

.a-item-more {
    display: none;
}

.qa-item-a:after {}

.qa-item-a:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    background: #eaf1e8;
    left: 26px;
    /* right: 0; */
    margin: auto;
    /* bottom: -6px; */
    top: -6px;
}

.a-more-button a {
    color: #397a41;
    border-bottom: 1px solid;
}

.a-more-button {
    margin-top: 13px;
}

.a-more-button a:hover {
    color: #f06520;
}

.qa-item {
    /* margin-bottom: 70px; */
    margin-bottom: 53px;
}


.page-subfilter {
    position: absolute;
    top: 0px;
    right: 7px;
    width: 269px;
}

.news-page-item {
    width: 49%;
    background: #eaf1e8;
    margin-bottom: 7px;
    margin-right: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    z-index: 2;
    transform: scale(1);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
}

.news-page-item-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.news-page-item-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.news-page-item-img-info {
    box-sizing: border-box;
    padding: 40px;
}

.news-page-item-title {
    font-size: 24px;
    border-bottom: 1px solid;
    display: inline;
}

.news-page-item-intro {
    margin-top: 15px;
    line-height: 1.5;
}

.news-page-item-date {
    margin-top: 17px;
    font-size: 14px;
}

/*.news-page-list {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
}*/

.news-page-item:hover {
    /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12); */
    transform: scale(1.01);
    z-index: 4;
    /* opacity: 1; */
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
}

.news-page-list.grid:hover .news-page-item{
    opacity: .5;
}

.news-page-list.grid:hover .news-page-item:hover {
    opacity: 1;
}

.news-page-item:hover {
    opacity: 1;
}

.news-page-list a:hover {
    color: #6a6561;
}





.more-actions-list .slick-slide {
    min-height: 186px;
    max-height: 186px;
    overflow: hidden;
}






.pd-page-list-item {
    width: 49%;
    background: #eaf1e8;
    margin-bottom: 7px;
    margin-right: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    z-index: 2;
    transform: scale(1);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
}

.pd-page-list-item-img {
    width: 100%;
    height: 203px;
    overflow: hidden;
    position: relative;
}

.pd-page-list-item-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pd-page-list-item-info {
    box-sizing: border-box;
    padding: 40px;
}

.pd-page-list-item-title {
    font-size: 24px;
    border-bottom: 1px solid;
    display: inline;
}

.pd-page-list-item-intro {
    margin-top: 15px;
    line-height: 1.5;
}

.pd-page-list-item-date {
    margin-top: 17px;
    font-size: 14px;
}

/*.news-page-list {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
}*/

.pd-page-list-item:hover {
    /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12); */
    transform: scale(1.01);
    z-index: 4;
    /* opacity: 1; */
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
}

.pd-page-list.grid:hover .pd-page-list-item{
    opacity: .5;
}

.pd-page-list.grid:hover .pd-page-list-item:hover {
    opacity: 1;
}

.pd-page-list-item:hover {
    opacity: 1;
}

.pd-page-list a:hover {
    color: #6a6561;
}


.dir-rightside-section.dir-rightside-section_white {
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    background: #fff;
}

.pd-speacker-block {
    margin-top: 40px;
}

.pd-speacker-block-title {
    font-size: 24px;
    margin-bottom: 31px;
}

.pd-speacker-item:after {
    content: ' ';
    clear: both;
    display: block;
}

.pd-speacker-item-img {
    float: left;
    width: 118px;
    margin-top: 7px;
}

.pd-speaker-info {
    float: left;
    width: calc(100% - 118px);
    box-sizing: border-box;
    padding-left: 40px;
}

.pd-speaker-name {
    font-size: 18px;
}

.pd-speaker-intro {
    font-size: 16px;
    margin-top: 11px;
}

.pd-page-list.grid_i {
    margin-bottom: 100px;
}

.three-colums {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.search-block {
    text-align: left;
    margin-bottom: 60px;
}

.search-sub-title {
    font-size: 36px;
    margin-bottom: 27px;
}

.s-a-item {
    margin-bottom: 18px;
}

.s-a-item a {
    border-bottom: 1px solid;
}

.search-block .specialists-list__item {
    margin-bottom: 60px;
    margin-right: 80px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
}

.pd-page-list-item-img:after {
    content: ' ';
    background: url(../img/play.png) no-repeat;
}

.pd-page-list-item-img:after{
    content: ' ';
    background: url("../img/play.png") no-repeat;
    width: 26px;
    height: 30px;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pp-app-doc.pp-personal-doc {
    padding: 31px 50px 0;
    background: #fff;
    width: 1379px;
}
.dir-help-list__item:last-child {
    margin-bottom: 0px;
}
.vac-pp-box-form input[type="file"] {
    position: absolute;
    top: -10000px;
    visibility: hidden;
    width: 0px;
    height: 0px;
    pointer-events: none;
}


span.form-file {
    display: inline-block;
    cursor: pointer;
    background: #ccc;
    padding: 3px 23px;
    background: #777d74;
    color: #fff;
    position: relative;
    border-radius: 20px;
    border: 2px solid #777d74;
    font-family: inherit;
    /* font-size: 16px; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
}

span.form-file:after {
    content: ' ';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#777d74+0,777d74+100&0+0,1+45 */
    background: -moz-linear-gradient(left,  rgba(119,125,116,0) 0%, rgba(119,125,116,1) 45%, rgba(119,125,116,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(119,125,116,0) 0%,rgba(119,125,116,1) 45%,rgba(119,125,116,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(119,125,116,0) 0%,rgba(119,125,116,1) 45%,rgba(119,125,116,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00777d74', endColorstr='#777d74',GradientType=1 ); /* IE6-9 */
    display: block;
    width: 73px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

span.form-file:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 17px;
    background: url(../img/file_remove.png) no-repeat;
    z-index: 2;
    transform: scale(1);
    /* opacity: 1; */
}


.vac-pp-box-form-fileblock {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}

.vac-pp-box-form-button {
    display: inline-block;
    vertical-align: top;
}

.cont-list-popup{
    display:none;
}

.vac-additional-info {
    border: 2px solid #bfcdbc;
    padding: 30px 50px 44px;
    margin-top: 60px;
    color: #777d74;
    font-size: 18px;
}

.vac-additional-info-top {
    color: #777d74;
    font-size: 18px;
    padding-bottom: 21px;
    border-bottom: 1px solid #bfcdbc;
    margin-bottom: 15px;
}

.vac-list{
    display:none;
}

.vac-list.active{
    display:block;
}
.tour-block {
    max-height: 363px;
    height: 363px;
}



.map {
    max-height: 363px;
    height: 363px;
}

.pp-tab-map {
    max-height: 363px;
    height: 363px;
}
.news-page-list.grid {
    margin-bottom: 100px;
}

.lic-list {
    margin-bottom: 100px;
}
.horizontal-block {
    position: relative;
    z-index: 1;
}

.about-head-doc {
    background: #ecf0ea;
    padding: 40px 50px;
    width: 850px;
    margin-left: -50px;
    box-sizing: border-box;
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
}

.about-head-doctor-title {
    font-size: 24px;
}

.about-head-doctor-textblock_left {
    float: left;
    width: 140px;
    margin-right: 40px;
    margin-bottom: 19px;
}

.about-head-doctor-textblock_left img {
    width: 100%;
}

.about-head-doctor-textblock_right {
    /* float: left; */
    width: 100%;
}

.about-head-doctor-textblock:after {
    content: ' ';
    clear: both;
    display: block;
}

.about-head-doctor-textblock {
    margin-top: 30px;
}

.about-head-doctor-sign {
    position: relative;
    margin-top: 40px;
}

.about-head-doctor-sign_text {
    width: 400px;
}

.about-head-doctor-sign_img {
    position: absolute;
    top: 0;
    right: 0;
}

.about-head-doctor-sign_img img {
    max-width: 210px;
}

.filials-docs-title {
    font-size: 24px;
}

.about-filials-docs {
    margin-top: 60px;
    width: 910px;
    margin-bottom: 60px;
}

.filials-docs-list {
    margin-top: 36px;
}

.filials-title {
    font-size: 24px;
}

.filials-item {
    width: 270px;
    display: inline-block;
    vertical-align: top;
    margin-right: 92px;
    margin-bottom: 40px;
}

.about-why-list-item {
    position: relative;
    margin-bottom: 32px;
}

span.about-why-list-item-text {
    padding-left: 70px;
    display: block;
}

span.about-why-list-item-idx {
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    border: 2px solid #494542;
    border-radius: 50%;
    font-size: 24px;
    box-sizing: border-box;
    padding-top: 5px;
}
.about-why-title{
    font-size: 24px;
}

.about-why-list{
    margin-top: 30px;
}
.about-filials {
    margin-bottom: 60px;
}

.about-why {
    margin-bottom: 60px;
}

.about-video {
    margin-bottom: 100px;
}

.about-videp-container .video-player-container {
    width: 100%;
}
.filials-item-img img {
    max-width: 100%;
}

.pd-page-list.grid_i:hover .pd-page-list-item {
    opacity:.5;

}

.pd-page-list.grid_i:hover .pd-page-list-item:hover {
    opacity: 1;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
}

h1.page-title.page-title__direction.page-title__direction_s {
    padding-top: 6px;
}

.pp-review-introtext {
    margin-bottom: 47px;
}

.pp-rules {
    margin-top: 85px;
}

.pp-rules-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.pp-form-submit.pp-form-submit_i {
    position: relative;
    height: 41px;
    margin-bottom: 0;
}

.code {
    width: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

.pp-form-submit.pp-form-submit_i .btn {
    position: absolute;
    top: 5px;
    right: 0;
}

.pp-form-submit.pp-form-submit_i {
    margin-top: 49px;
}

.code .input {
    width: 94px;
}

.code .code-val {
    background: #018a44;
    padding: 5px 20px;
    vertical-align: -13px;
    color: #fff;
    font-weight: 900;
    font-family: 'museo_sans_cyrl900';
    margin-left: 10px;
}

.pp-error {
    width: 494px;
    background: #fff;
    box-sizing: border-box;
    padding: 100px 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 12px;
    z-index: 7;
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    text-align: center;
    display: none;
}



.pp-thanks {
    width: 494px;
    background: #fff;
    box-sizing: border-box;
    padding: 100px 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 12px;
    z-index: 7;
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    text-align: center;
    display: none;
}

.pp-th-text {
    font-size: 24px;
}



.cont-list.cont-list_leftborder_i:before {
    content: ' ';
    position: absolute;
    top: -28px;
    left: -1px;
    height: calc(100% + 63px);
    background: #a8b4a5;
    display: block;
    width: 1px;
}

.b-slider-item__text > img {
    width: 100% !important;
}




.tab_i_head {
    height: 80px;
    position: relative;
    background: #a0a99c;
    color: #fff;
    /* display: table; */
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
    box-sizing: border-box;
    /* display: table-cell; */
    vertical-align: middle;
    font-size: 24px;
    padding-left: 80px;
    position: relative;
    box-sizing: border-box;
    padding-top: 29px;
    white-space: nowrap;
    overflow: hidden;
}

.tab_i_head:before {
    content: ' ';
    background: url(../img/shed_i.png) no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 32px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.tab_i_head:hover {
    background-color: #777d74;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.tab_i_head:hover:before {
    background: url(../img/shed_i_hover.png) no-repeat center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.tab_i_head.active:before {
    background: url(../img/shed_i_hover.png) no-repeat center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.tab_i_body {box-sizing: border-box;padding: 40px 67px;background: #eaf1e8;display: none;}

.tab_wrapper {
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    margin-bottom: 1px;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.down_item {
    display: inline-block;
    padding-left: 45px;
    margin-bottom: 22px;
    color: #397a41;
    /* border-bottom: 1px solid; */
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.tab_down_items {
    margin-top: 60px;
}

.down_item:before {}

.down_item:before {
    content: ' ';
    background: url(../img/down_small.png) no-repeat center;
    width: 23px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    /* left: 14px; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.down_item > span {
    /* display: inline-block; */
    border-bottom: 1px solid;
    font-size: 14px;
}

.down_item:hover {
    color: #f06520;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.down_item:hover:before {
    top: 5px;
}

.oms_tabs {
    margin-bottom: 60px;
}

.tab_wrapper.active {
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.11);
    -webkit-transition: all .3s ease;
    /* margin-bottom: 1px; */
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.tab_down_items.tab_down_items_i {
    margin-top: 0px;
}
.down_item.down_item_i {
    margin-bottom: 44px;
}

.news-item-text ul li {
    list-style: initial;
    margin-bottom: 10px;
}

.news-item-text ul {
    padding-left: 17px;
}


.news-item-text p {
    margin: 0 0 30px;
    padding: 0;
}
.tab_sched_item_name a {
    font-size: 24px;
    color: #397a41;
    border-bottom: 1px solid;
}

.tab_sched_item_name {
    width: 252px;
    box-sizing: border-box;
    padding-right: 30px;
    float: left;
    padding-left: 20px;
}

span.tab_sched_item_name_func {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.tab_sched_item_times {
    width: 114px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #c8cfc6;
    float: left;
    box-sizing: border-box;
    padding-left: 21px;
}

.tab_sched_item_times_range sup {
    vertical-align: super;
    font-size: 12px;
}

.tab_sched_item_times_range {
    margin-top: 10px;
}

.tab_sched_item_name a:hover {
    color: #f06520;
}
.tab_sched_item:after {content: ' ';display: block;clear: both;}

.tab_sched_item__ {
    float: left;
    width: calc(100% - 252px);
}

.tab_sched_item__:after {
    content: ' ';
    display: block;
    clear: both;
}

.tab_sched_item_times:nth-child(1) {
    padding-left: 0px;
}

.tab_sched_item_times:nth-child(3n+3) {
    border-right: 0px;
}
.tab_sched_item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c8cfc6;
}

.tab_sched_item_times_days {
    /* font-weight: 500; */
    font-family: 'museo_sans_cyrl500';
}

.tab_sched_item:last-child {
    padding: 0;
    margin-bottom: 12px;
    border-bottom: 0px;
}

.oms-text1 {
    font-size: 28px;
    margin-bottom: 60px;
}

.oms-info-l {
    float: left;
    width: 350px;
}

.oms-info:after {
    content: ' ';
    display: block;
    clear: both;
}

.oms-info-r {
    float: left;
    width: 350px;
    padding-left: 60px;
    box-sizing: border-box;
}

.oms-info-r .shedule_row_value {
    font-size: 16px;
}

.oms-info {
    margin-bottom: 50px;
}
.oms-doc-img {
    /* float: left; */
    transform: scale(1);
    width: 127px;
    height: 127px;
    margin-bottom: 12px;
    background: #b6c2b1;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.oms-doc-img img {
    width: 100%;
}

.oms-doc-name {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.oms-doc-func {
    margin-bottom: 21px;
}

.oms-dic-cont {
    margin-bottom: 20px;
    /* line-height: 1.4; */
}

.oms-doc-rec {
    width: 210px;
    border-top: 1px solid;
    padding-top: 13px;
}

.oms-doc {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 60px;
    margin-right: 85px;
}

sup {}

.oms-doc-rec sup {
    vertical-align: super;
    font-size: 12px;
}

.oms-doc:nth-child(2n+2) {
    margin-right: 0px;
}

.oms-text2 {
    font-size: 28px;
    margin-bottom: 60px;
}

.oms-org-item-title {
    font-size: 18px;
    margin-bottom: 17px;
    /* font-family: 'museo_sans_cyrl500'; */
}

.oms-org-item {
    margin-bottom: 60px;
}


.oms-org-item {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.oms-org-item:nth-child(2n+2) {
    padding-left: 54px;
}

.oms-info-additional-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.oms-info-additional {
    margin-bottom: 60px;
}

.oms-info-additional a {
    color: #397a41;
    border-bottom: 1px solid;
}

.oms-info-additional a:hover {
    color: #f06520;
}
.rightside-oms-wrap {
    padding: 31px 34px;
    box-sizing: border-box;
    background: #a0a99c;
    color: #fff;
    margin-top: 50px;
}

.rightside-oms-title {
    font-size: 20px;
    margin-bottom: 19px;
}

.rightside-oms-list ul {
    padding-left: 18px;
}

.rightside-oms-list ul li {
    list-style: initial;
    margin-bottom: 20px;
}

.ro-text a {
    color: #397a41;
    border-bottom: 1px solid;
}

.ro-text a:hover {
    color: #f06520;
}

.ro-text {
    margin-bottom: 20px;
    font-size: 14px;
}

.rightside-oms-wrap2 {
    margin-top: 30px;
}

.ro-downs .down_item.down_item_i {
    margin-bottom: 20px;
}

.btn__oms {
    position: absolute;
    left: 80px;
    bottom: 52px;
}
.poy-menu-right__stomatology {
    margin-top: 60px;
    margin-bottom: 50px;
}
.dir-rightside__stomatology {
    top: 820px;
}
.poly-left__stomatology {
    float: none;
}
.dir-rightside-section_grey {
    background-color: #eaf1e8;
    box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
}
.btn__rightside__stomatology {
    display: inline-block;
    position: relative;
}
.dir-text {
    margin-bottom: 30px;
}
.dir-rightside-mats__stomatology {
    background: url(../img/writehand.png);
    background-size: cover;
    margin-top: 30px;
    padding: 40px 50px 40px;
}
.h2__stomatology {
    margin-bottom: 50px;
}
ul.tab_i_body_content_ul {
    list-style-type: disc;
}
li.tab_i_body_content_ul_li {
    margin: 15px;
}
li.tab_i_body_content_ul_li:first-child {
    margin-top: 0px;
}
li.tab_i_body_content_ul_li:nth-last-child(1) {
    margin-bottom: 0px;
}
.oms_tabs_stomatology {
    margin-bottom: 0;
}
.dir-description1 {
    margin-bottom: 0;
}
.page-block_horiz_stomatology_acts {
    padding: 0;
}
.admins-list {
    width: 100%;
}
.admins-list__item {
    width: 33%;
}
.admins-list__item-text {
    width: 230px;
}
.admins-list__item-img {
}
.more-button__center_stomatology {
    margin-bottom: 20px;
}
.admins-dsc {
    width: 66%;
    margin: 30px 0px 40px;
}





/* Inputs */

.control-group {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}
.control {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: -2px;
}
.control input {
    position: absolute;
    left: -999999em;
    opacity: 0;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: relative;
    top: 2px;
    left: -1px;
    height: 20px;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.control--radio .control__indicator {
    border-radius: 25%;
    border: 1px solid #cecece;
    background-color: #fff;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #f0f0f0;
}
.control input:checked ~ .control__indicator {
    background: #494542;
}
.control input:disabled ~ .control__indicator {
    background: #fff;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: 2px solid white;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #494542;
}
.control--radio .control__indicator:after {
    left: 5px;
    top: 5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
}
input:checked .control{
    color: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
    background: #fff;
}




.pp-app-calc {
    width: 755px;
    padding: 0;
}
.pp-subtitle-calc {
    font-size: 18px;
    color: #494542;
    margin-bottom: 15px;
}
.pp-form-checks-check {
    position: relative;
}
.pp-form-checks-name {
    display: inline-block;
    margin-left: 35px;
}
.pp-form-frm {
    margin-bottom: 40px;
}
.pp-form-checks-label {
    display: inline-block;
    margin-right: 30px;
}
.pp-form-checks-label-block {
    display: block;
    margin-bottom: 10px;
}
.pp-form-desc {
    margin-bottom: 40px;
}
.qq {
    background: #fff;
    padding: 50px 100px;
    box-sizing: border-box;
    overflow: hidden;
}
.pp-top {
    background: #fff;
    padding: 50px 100px 0px;
    box-sizing: border-box;
    overflow: hidden;
}
.pp-bottom {
    background: #eaf1e8;
    padding: 50px 100px 0px;
    box-sizing: border-box;
    overflow: hidden;
}
.pp-title1 {
    font-size: 24px;
    margin-bottom: 7px;
}
.pp-cost {
    font-size: 36px;
    margin-bottom: 20px;
}
.pp-calc-buttonblock {
    margin-bottom: 40px;
}
.pp-button-calc {
    text-align: left;
    display: inline-block;
}
.pp-buttonblock-calc-text {
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 220px;
    top: 9px;
    left: 26px;
}
.pp-calc-foot {
    border-top: 1px solid #bec7bb;
    line-height: 80px;
}
.pp-calc-foot-left {
    float: left;
}
.pp-calc-foot-right {
    float: right;
}
.pp-calc-foot-text {
    color: #397a41;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.pp-calc-foot-text:hover {
    border-bottom: 1px solid;
}




.dir-clinics-list__item__title_parents {
    margin-bottom: 20px;
}
.dir-clinics-list__item__phones_parents {
    margin-top: 30px;
    margin-bottom: 40px;
}
.dir-rightside-section_parents {
    margin-top: 30px;
}
.dir-actions-button_parents {
    display: inline-block;
    margin-top: 20px;
}
.direcrion-block_parents {
    margin-bottom: 30px;
}
.about-head-doc-parents {
    padding-bottom: 90px;
    margin-bottom: 40px;
}
.about-head-doctor-desc {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.about-head-doctor-sign_img_parents {
    position: absolute;
    top: -20px;
    right: 60px;
}
.about-head-parents-descblock {
    background: #a0a99c;
    font-size: 18px;
    margin-bottom: 80px;
}
.about-head-parents-descblock-text {
    margin-bottom: 10px;
}
.about-head-parents-descblock-text:nth-last-child(1) {
    margin-bottom: 0px;
}
.about-head-parents-descblock-text_transparent {
    color: #dadfd7;
}
.about-head-parents-descblock-text_normal {
    color: #fff;
}

.direcrion-block.direcrion-block_docs.direcrion-block_parents {
    margin-bottom: 80px;
}

.poly-block__parents {
    margin-bottom: 20px;
}

h1.page-title-feedbacks-parents {
    margin-bottom: 50px;
    margin-top: 80px;
}

.page-block.page-block_horiz.page-block_horiz_video {
    padding-top: 0;
    padding-bottom: 0;
}

.page-block.page-block-feedbacks-parents {
    padding-top: 0;
}


.dir-rightside-wrap_banner{
    background: url("../img/reviews/back.png") no-repeat;
    width: 100%;
    height: 445px;
    background-size: cover;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 60px;
    color: #fff;
    position: relative;
}

.dir-rightside-wrap_banner-text {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

.dir-rightside-wrap_banner-button {
    position: absolute;
    bottom: 60px;
}

.btn.btn_or {
    background: #f06520;
    border-color: #f06520;
}

.btn.btn_or:hover {
    border-color: #fff;
    color: #fff;
}

.addresses-block-title {
    font-size: 30px;
    margin-bottom: 15px;
}

.addresses-block-list-item {
    margin-bottom: 5px;
}

.addresses-block-list-item a {
    color: #397a41;
    border-bottom: 1px solid;
}

.addresses-block-list {}

.addresses-block-list-item a:hover {
    color: #f06520;
}

.addresses-block-list {
    margin-bottom: 46px;
}

.addresses-block-button {
    margin-top: 30px;
    text-align: center;
}


.section-title {
    font-size: 30px;
    color: #494542;
    margin-bottom: 25px;
}

.recomends-list-item {
    display: inline-block;
    margin: 20px;
    vertical-align: middle;
}

.recomends-list-item:first-child {
    margin-left: 0px;
}

.recomends {
    margin-bottom: 80px;
}


.letters-list-item img {
    width: 205px;
    height: 291px;
}

.letters-list-item {
    width: 205px;
}


.letters-list {
    margin-top: 30px;
}

.letters {
    margin-bottom: 80px;
}

.reviews-list {
    margin-bottom: 80px;
}

.letters-list .owl-next {
    height: 295px;
    width: 200px;
    /* position: relative; */
    background: url(../img/b_slider_r_arr_i.png) no-repeat center;
    opacity: 1;

}

.letters-list .owl-next:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(222,229,220,0) 0%, rgba(222,229,220,1) 60%, rgba(222,229,220,1) 100%);
    background: -webkit-linear-gradient(left, rgba(222,229,220,0) 0%,rgba(222,229,220,1) 60%,rgba(222,229,220,1) 100%);
    background: linear-gradient(to right, rgba(222,229,220,0) 0%,rgba(222,229,220,1) 60%,rgba(222,229,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dee5dc', endColorstr='#dee5dc',GradientType=1 );

}

.letters-list .owl-prev{
    display: none !important;
}

.letters-list .owl-next:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/b_slider_r_arr_i.png) no-repeat center;
    opacity: 1;

}
.pac-mind ul {
    padding-left: 40px;
    list-style: disc outside;
    margin-top: -15px;
}

.pac-mind ul li {margin-bottom: 10px;}

.pac-mind p {
    margin-bottom: 25px;
}

.pac-acts .section-title {
    margin-bottom: 20px;
}

.acts-list {
    margin-top: 30px;
    margin-bottom: 80px;
}

.acts-list li a {
    color: #018a44;
    color: #397a41;
    border-bottom: 1px solid;
}

.acts-list li {
    margin-bottom: 30px;
}

.acts-list ul {
    padding-left: 40px;
    padding-left: 40px;
    list-style: disc outside;
    /* margin-top: -15px; */
}

.acts-list li a:hover {
    color: #f06520;
}

.pac-mind {
    margin-bottom: 80px;
}

.section img {
    max-width: 100%;
    margin-bottom: 25px;
}

.section {
    margin-bottom: 80px;
}

.section-text {
    line-height: 24px;
}

.section-text ul {
    padding-left: 20px;
    list-style: disc outside;
    margin-top: -15p;
}

.section-text ul li {
    margin-bottom: 20px;
}

.table-wrap {
    margin-left: -175px;
    margin-right: -175px;
    width: calc(100% + 350px);
    padding: 40px;
    background: #fff;
    box-sizing: border-box;
}
.poly-block-table {
    padding-top: 45px;
}
.table {
    background-color: #fff;
    font-size: 24px;
    line-height: 1.4;
    width: 100%;
    table-layout: fixed;
}
.table_tr {
    width: 100%;
}
.table_td {
    box-sizing: border-box;
    padding: 25px 40px;
    border: 1px solid #b5c6b4;
}
.table_td_1 {
    width: 18%;
}
.table_td_2 {
    width: 18%;
}
.table_td_3 {
    width: 18%;
}
.table_td_4 {
    width: 31%;
    font-size: 16px;
    line-height: 24px;
}
.table_td_5 {
    width: 15%;
}
.table_td_small {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}
.table_td_ul {
    margin-top: 15px;
    margin-left: 17px;
    list-style: disc;
}
.table_td_li {
    margin-bottom: 7px;
}

.table-wrap table tr:first-child td {
    border-top: 0px;
}

.table-wrap table tr:last-child td {
    border-bottom: 0px;
}

.table-wrap table tr td:first-child {
    border-left: 0px;
}

.table-wrap table tr td:last-child {
    border-right: 0px;
}
tr.table_tr.table_tr1 td {
    font-size: 24px;
}
@media only screen and (max-height: 920px) {
    .mainpage-first-screen__leftside__news-block{
        display:none;
    }
    .mainpage-first-screen__leftside__news-block_just-button{
        display:block;
    }

}

@media only screen and (min-width: 1280px) and (max-width: 1600px) {

    .table-wrap {
        box-sizing: initial;
    }
    .table-wrap {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .cont-list-title {
        width: 100%;
        font-size: 24px;
        margin-bottom: 15px;
        max-width: 290px;
    }
    .about-filials-docs {
        margin-top: 60px;
        width: 635px;
        margin-bottom: 60px;
    }

    .filials-item {
        width: 243px;
        display: inline-block;
        vertical-align: top;
        margin-right: 80px;
        margin-bottom: 40px;
    }



    .about-head-doctor-textblock_right {
        margin-bottom: 30px;
    }
    .about-head-doc {
        width: calc(100% + 50px);
    }

    .pp-tab-gal-item-caption{
        font-size: 14px;
    }
    .vac-switch-item {
        width: 300px;
    }
    .suc-box-right {
        width: calc(100% - 250px);
        float: left;
        box-sizing: border-box;
        padding-left: 60px;
        padding-right: 60px;
    }


    .vac-item {

        padding: 31px 31px;
    }
    .suc-story-item {
        padding: 31px;
        width: 317px;
    }
    .vac-pp {
        width: 650px;
    }
    .suc-pp {
        width: 1090px;
    }

    .suc-st-name {
        width: 149px;
        font-size: 17px;
        position: absolute;
        top: 7px;
        left: 0;
        max-height: 66px;
        overflow: hidden;
    }


    .lic-item-img {
        width: 210px;
        display: inline-block;
        max-height: 300px;
        /* overflow: hidden; */
        background: #f06520;
    }
    .lic-item {
        position: relative;
        width: 450px;
        margin-bottom: 35px;
    }




    .rs-reviews-docs__item-text {
        font-size: 14px;
        line-height: 1.4;
        margin-top: -13px;
    }
    .rs-reviews-docs__item .specialists-list__item-text {
        width: 200px;
        margin-top: 6px;
        font-weight: 500;
    }
    .dir-rightside.dir-rightside_reviews {
        width: 400px;
        box-sizing: border-box;
        padding: 40px;
        background: #eaf1e8;
    }



    .pd-page-list-item-img {
        width: 100%;
        height: 180px;
        overflow: hidden;
    }



    .pd-page-list-item-img-info {
        box-sizing: border-box;
        padding: 25px;
    }
    .pd-page-list-item-title {
        font-size: 20px;
        border-bottom: 1px solid;
        display: inline;
    }



    .new-item-map-texts__item {
        width: 32%;
        font-size: 13px;
    }

    .news-page-item-img {
        width: 100%;
        height: 180px;
        overflow: hidden;
    }
    .news-page-item-img-info {
        box-sizing: border-box;
        padding: 25px;
    }
    .news-page-item-title {
        font-size: 20px;
        border-bottom: 1px solid;
        display: inline;
    }




    .blankpage-title {
        font-size: 42px;
        font-weight: 900;
        color: #777d74;
        line-height: 1.1;
        padding-right: 151px;
    }
    .cont-list-wrap {
        width: 100%;
    }
    .cont-list-block {
        display: inline-block;
        width: 290px;
        vertical-align: top;
    }

    .cont-list .cont-list-block {
        padding-left: 40px;
    }

    .cont-list-wrap .cont-list:nth-of-type(2) {
        padding-left: 40px;
    }

    .cont-list-wrap .cont-list:nth-of-type(3) {
        padding-left: 40px;
    }

    .cont-list-popup {
        padding: 40px 75px 0px 75px;
    }


    .header__bottom-block__menu__item {
        margin: 0 21px;
    }

    .page-404-text {
        right: 140px;
    }

    .mainpage-first-screen__leftside__news-block_just-button {
        display: block;
    }

    .pagelayout-wrapper {
        width: 1090px;
    }
    .header {
        width: 100%;
    }

    .header.header_s .header-wrapper {
        width: 1260px;
    }
    .header_s .header__top-block {
        width: 900px;
    }
    .header_s .header__bottom-block {
        width: 900px;
    }

    .header_s .header__top-block__callback {
        margin-right: 27px;
    }
    .header_s .header__top-block__buttons {
        margin-left: 42px;
    }

    .header_s .header__bottom-block__menu__item {
        margin: 0 22px;
    }
    .search-wrap {
        width: 1090px;

    }
    .index-block {
        text-align: left;
        width: 1090px;
        margin: 0 auto;
    }
    .mainpage-first-screen__leftside {
        position: absolute;
        top: 185px;
        left: 0;
        width: 580px;
        height: calc(100% - 185px);
    }
    .mainpage-first-screen__leftside__menu {
        margin-top: 45px;
        width: 700px;
    }

    .mp-content-wrapper .specialists-list a:nth-child(5) {
        display: none;
    }
    .mp-content-wrapper .specialists-list a:nth-child(6) {
        display: none;
    }

    .mainpage-first-screen__leftside__news-block{
        display: none;
    }
    .mainpage-first-screen_doctor {
        background: url(../img/doc_top.png) no-repeat center;
        width: 634px;
        height: 771px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 32%;
        z-index: 0;
        pointer-events: none;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }
    .clinics-schedules {
        width: 1090px;
    }
    .clinics-schedules-list__item {
        width: 296px;
        display: inline-block;
        vertical-align: top;
        margin-right: 82px;
        margin-bottom: 31px;
        position: relative;
    }

    .mainpage-first-screen_logo {
        display: none;
    }
    .specialists-block {
        width: 1220px;
    }


    .specialists-list__item-text {
        font-size: 16px;
        float: left;
        width: 270px;
        margin-left: 0px;
        margin-top: 8px;
    }

    .specialists-list__item-img {
        float: left;
    }

    .specialists-list__item {
        width: 314px;
    }
    .specialists-block-leftside {
        float: left;
        width: 632px;
    }
    .mainpage-content {
        width: 1090px;
        margin: 0 auto;
        margin-top: 70px;
    }
    .bonus-system-list__item {
        display: inline-block;
        width: calc(25% - 68px);
        margin-right: 83px;
    }
    .bonus-system-list__item:last-child {
        margin-right: 0px;
    }

    .mainpage-content-leftside {
        width: 500px;
    }
    .mainpage-content-rightside {
        float: left;
        width: 590px;
        box-sizing: border-box;
        padding-left: 36px;
    }


    .bonus-system-list__item:first-child .bonus-system-list__item-range{

    }


    .footer-wrapper {
        width: 1090px;
    }
    .footer-left {
        width: 300px;
        float: left;
    }

    .footer-right {
        float: left;
        width: 50px;
        text-align: right;
    }
    .footer-center {
        float: left;
        width: 740px;
    }
    .footer-mainmenu a {
        font-family: 'museo_sans_cyrl500';
        font-size: 16px;
        margin-right: 28px;
    }

    .footer-submenus__item a {
        display: block;
        margin-bottom: 4px;
        font-size: 14px;
    }


    .footer-address {
        margin-top: 170px;
        font-size: 14px;
    }
    .footer-copyrs {
        font-size: 14px;
    }
    .footer-devby {
        margin-top: 166px;
        position: absolute;
        width: 300px;
        bottom: 0;
        right: 0;
        font-size: 14px;
    }

    .footer-wrapper {
        padding-bottom: 50px;
    }

    .footer-right {
        float: left;
        width: 50px;
        text-align: right;
        height: 380px;
        position: relative;
    }


    .mainpage-first-screen {
        height: 980px;
    }

    .page-block {
        width: 1090px;
        margin: 0 auto;
        position: relative;
    }
    .action-item-content-block__left {
        width: 625px;
        float: left;
        box-sizing: border-box;
        padding: 0 60px 0 50px;
        background: #fff;
    }
    .more-actions-list {
        height: 856px;
        min-height: 856px;
        overflow: hidden;
        padding-top: 50px;
        /* padding-bottom: 50px; */
    }

    .articles-more-list__item:first-child {
        margin-right: 86px;
    }


    .articles-more-list__item {
        width: 500px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 54px;
    }
    .articles-more-list__item__text {
        float: left;
        width: 490px;
    }

    .articles-more-list__item__img {
        margin-bottom: 10px;
    }

    .action-item {
        width: 346px;
        height: 480px;
    }
    .action-item:hover .action-intro {
        height: 180px;
    }

    .action-item:hover .action-title {
        bottom: 252px;
    }


    .filter-block {
        width: 1090px;
    }


    .filter-item {
        width: 250px;
        display: inline-block;
        vertical-align: top;
        margin-right: 57px;
    }


    .bonus-sys-block__top__title {
        width: 500px;
    }

    .bonus-system-list__item {
        display: inline-block;
        width: calc(25% - 47px);
        margin-right: 58px;
    }

    .bonus-rules-list {
        margin-top: 25px;
        font-size: 14px;
    }

    .bonus-rules-exceptions {
        margin-bottom: 80px;
        font-size: 14px;
    }
    .clinics-schedules-list__item:after {
        content: ' ';
        width: calc(100% + 68px);
    }

    .contacts-items-list-rightside .contacts_item{
        margin-right: 0px;
    }
    .contacts-items-list-leftside {
        position: relative;
        float: left;
        width: 726px;
        /* border-right: 2px solid #a2a59e; */
    }
    div#map {
        width: 100%;
        height: 400px;
    }

    .direcrion-block {
        width: 650px;
    }

    .dir-description img {
        max-width: 100%;
    }

    .doc-image {
        width: 270px;
        height: 270px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        background: #b1c3b2;
    }

    .dic-image-block {
        width: 266px;
        float: left;
        margin-right: 50px;
    }
    .doc-text-block {
        float: left;
        width: calc(100% - 330px);
        padding-top: 30px;
    }
    .doc-additional-item {
        display: inline-block;
        margin-right: 43px;
    }

    .shedule-wrapper {
        width: 1220px;
    }

    table.shedule-table td {
        /* border: 1px solid #d8dacc; */
        padding: 8px;
        padding-top: 24px;
        width: 127px;
    }
    span.shedule-td-split__up-name {
        position: absolute;
        top: 5px;
        right: 16px;
        font-size: 14px;
        color: #bdc6ba;
    }

    span.shedule-td-split__down-name {
        position: absolute;
        bottom: 4px;
        left: 15px;
        font-size: 14px;
        color: #bdc6ba;
    }

    td.shedule-table-td_left-first {
        padding-left: 31px !important;
        text-align: left;
        cursor: pointer;
        position: relative;
    }
    span.shedule-timerange {
        display: inline-block;
        padding: 5px 11px;
    }
    span.shedule-timerange:after {
        padding-top: 6px;
    }
    .video-player-container {
        width: 648px;
        height: 350px;
        z-index: 2;
        position: relative;
        width: 710px;
        height: 420px;
    }
    .doc-video-player {
        float: left;
        width: 710px;
        height: 420px;
    }
    .doc-video-list-inner {
        height: 420px;
    }

    .doc-video-list-outer {
        float: left;
        width: 380px;
    }

    .page-two-cols__right {
        float: left;
        width: 545px;
        box-sizing: border-box;
        padding-left: 36px;
    }
    .page-two-cols__left {
        width: 545px;
        float: left;
        box-sizing: border-box;
        padding-right: 36px;
        position: relative;
    }
    .filter-item.filter-item_alf {
        width: 340px;
        margin-right: 0px;
    }


    .doctors-list {
        width: 1220px;
    }
    .doctors-list .specialists-list__item {
        width: 390px;
        margin-bottom: 60px;
    }
    .doc-small-pp .specialists-list__item {
        width: 465px;
        margin-bottom: 10px;
    }

    .poly-right {
        width: 450px;
        float: left;
    }
    .poly-left {
        float: left;
        width: 550px;
        margin-right: 90px;
    }

    .poy-menu-left {
        width: 570px;
        padding: 41px 61px;
        float: left;
    }


    .poy-menu-right {
        float: right;
        position: relative;
        margin-right: 100px;
        margin-top: 34px;
        height: 300px;
    }






    th.shedule-table-td_left-first {
        min-width: 330px;
    }

    th.shedule-td-split {
        width: 330px;
        height: 55px;
    }



    .tab_i_body {
        box-sizing: border-box;
        padding: 40px 50px;
        background: #eaf1e8;
        display: none;
    }
    .tab_sched_item_name a {
        font-size: 20px;
        color: #397a41;
        border-bottom: 1px solid;
    }

    .tab_sched_item_name {
        width: 200px;
        box-sizing: border-box;
        padding-right: 30px;
        float: left;
        padding-left: 0px;
    }

    .tab_sched_item__ {
        float: left;
        width: calc(100% - 200px);
    }



    .oms-info-r {
        float: left;
        width: 325px;
        padding-left: 60px;
        box-sizing: border-box;
    }
    .oms-info-l {
        float: left;
        width: 310px;
    }

    .oms-text1 {
        font-size: 24px;
        margin-bottom: 60px;
    }
    .oms-doc {
        width: 280px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 60px;
        margin-right: 85px;
    }

    .oms-text2 {
        font-size: 24px;
        margin-bottom: 60px;
    }

    .oms-org-item {
        width: 310px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }


    .poy-menu-right__stomatology {
        margin-right: 75px;
    }


    tr.table_tr.table_tr1 td {
        font-size: 20px;
    }
    .table {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    tr.table_tr.table_tr1 td {
        font-size: 20px;
    }
    .table {
        font-size: 20px;
    }
    .table_td {
        box-sizing: border-box;
        padding: 18px 22px;
        border: 1px solid #b5c6b4;
    }
    .table-wrap {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .letters-list-item {
        width: initial;
    }

    .letters-list-item img {
        width: 205px;
        height: initial;
    }
    .recomends-list-item{
        margin-right: 44px;
        margin-left: 0px;
    }

    .recomends-list-item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .about-head-doctor-sign_text {
        width: 270px;
    }

    .about-filials-docs {
        margin-top: 60px;
        width: 635px;
        margin-bottom: 60px;
    }

    .filials-item {
        width: 243px;
        display: inline-block;
        vertical-align: top;
        margin-right: 80px;
        margin-bottom: 40px;
    }



    .about-head-doctor-textblock_right {
        margin-bottom: 30px;
    }
    .about-head-doc {
        width: calc(100% + 50px);
    }





    .menu-banners__item_left .b-slider-item__text {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
    }
    .menu-banners__item_left {
        width: 50%;
        float: left;
        height: 311px;
        max-height: 478px;
        background: #ecefe8;
        display: table;
        overflow: hidden;
    }
    .menu-banners__item_left .b-slider-item__text__block {
        margin-bottom: 18px;
    }

    .menu-banners__item_left .b-slider-item__text__block img {
        max-width: 170px;
    }


    .menu-banners__item_left .b-slider-item__text__small_i {
        font-size: 15px;
    }
    .menu-banners__item_left span.b-slider-item__text__small {
        font-size: 16px;
    }
    .menu-banners__item_left .b-slider-item__text__middle {
        font-size: 22px;
    }


    .menu-banners__item_left span.b-slider-item__text__big {
        font-size: 78px;
        display: block;
    }



    .pp-tab-gal-item-caption{
        font-size: 14px;
    }

    .pp-tab-gal-item-caption{
        font-size: 14px;
    }
    .suc-st-now {
        font-weight: 600;
        font-size: 14px;
        max-height: 59px;
    }
    .vac-switch-item {
        width: 253px;
    }
    .suc-box-right {
        width: calc(100% - 250px);
        float: left;
        box-sizing: border-box;
        padding-left: 60px;
        padding-right: 60px;
    }
    .vac-item-title >span {
        border-bottom: 0px solid;
        /* display: inline; */
        font-size: 25px;
        /* color: #397a41; */
    }

    .vac-item {

        padding: 31px 31px;
    }
    .suc-story-item {
        padding: 26px;
        width: 268px;
    }
    .vac-pp {
        width: 546px;
        padding: 35px 45px;
    }
    .suc-pp {
        width: 960px;
    }

    .suc-st-name {
        width: 113px;
        font-size: 16px;
        position: absolute;
        top: 7px;
        left: 0;
        max-height: 66px;
        overflow: hidden;
    }




    .lic-item-img {
        width: 180px;
        display: inline-block;
        max-height: 255px;
        /* overflow: hidden; */
        background: #f06520;
    }
    .lic-item {
        position: relative;
        width: 386px;
        margin-bottom: 35px;
    }



    .filter-item.filter-item_toggle {
        width: 266px;
    }
    .filter-item.filter-item_toggle .pp-tabs-item {
        width: 106px;
    }
    .rs-reviews-docs__item-text {
        font-size: 14px;
        line-height: 1.4;
        margin-top: -13px;
    }
    .rs-reviews-docs__item .specialists-list__item-text {
        width: 200px;
        margin-top: 6px;
        font-weight: 500;
    }
    .dir-rightside.dir-rightside_reviews {
        width: 365px;
        box-sizing: border-box;
        padding: 40px;
        background: #eaf1e8;
    }



    .new-item-map-texts__item {
        width: 32%;
        font-size: 13px;
    }

    .pd-page-list-item-img {
        width: 100%;
        height: 152px;
        overflow: hidden;
        position: relative;
    }

    .pd-page-list-item-img-info {
        box-sizing: border-box;
        padding: 25px;
    }
    .pd-page-list-item-title {
        font-size: 20px;
        border-bottom: 1px solid;
        display: inline;
    }
    .pd-page-list-item-info {
        box-sizing: border-box;
        padding: 25px;
    }


    .news-page-item-img {
        width: 100%;
        height: 180px;
        overflow: hidden;
    }
    .news-page-item-img-info {
        box-sizing: border-box;
        padding: 25px;
    }
    .news-page-item-title {
        font-size: 20px;
        border-bottom: 1px solid;
        display: inline;
    }




    .blankpage-title {
        font-size: 36px;
        font-weight: 900;
        color: #777d74;
        line-height: 1.1;
        padding-right: 80px;
    }
    .blankpage-content {
        box-sizing: border-box;
        padding-left: 500px;
        padding-top: 156px;
    }
    .blankpage-href-block {
        margin-top: 42px;
    }

    .cont-list-popup {
        padding: 40px 75px 0px 75px;
        width: 900px;
    }

    .cont-list-wrap {
        width: 100%;
    }
    .tour-block {
        max-height: 300px;
        height: 300px;
    }
    .pp-box-right {
        width: calc(100% - 257px);
        float: left;
        box-sizing: border-box;
        padding-left: 50px;
        min-height: 439px;
    }
    .cont-list-block {
        display: inline-block;
        width: 290px;
        vertical-align: top;
    }
    .map {
        max-height: 300px;
        height: 300px;
    }
    .pp-tab-map {
        max-height: 300px;
        height: 300px;
    }

    .pp-tabs-item {
        width: 89px;
        font-size: 14px;
        white-space: nowrap;
    }
    .pp-tab {
        display: none;
        height: 350px;
        margin-top: 40px;
    }
    .pp-tab-gal-item-img {
        max-height: 363px;
        height: 301px;
        overflow: hidden;
    }

    .cont-list .cont-list-block {
        padding-left: 40px;
    }

    .cont-list-wrap .cont-list:nth-of-type(2) {
        padding-left: 40px;
    }

    .cont-list-wrap .cont-list:nth-of-type(3) {
        padding-left: 40px;
    }

    .cont-list-popup {
        padding: 40px 75px 0px 75px;
    }


    .menu-rightside-list-block {
        width: 520px;
    }
    .services-block-leftside__menu {
        padding-left: 10px;
    }

    .dir-rightside {
        top: 242px;
    }
    .clinics-schedules-block__title {
        font-size: 18px;
        margin-bottom: 29px;
        min-height: 33px;
    }
    .rightside__shedules-item__address {
        font-size: 16px;
        min-height: 50px;
    }

    .header__bottom-block__menu__item {
        margin: 0 20px;
    }




    .page-404-text {
        right: 80px;
    }
    .mainpage-first-screen__leftside__news-block_just-button {
        display: block;
    }
    .menu-rightside-list-block {
        width: 520px;
        padding: 0 !important;
        height: 389px;
    }


    .header.header_s.header_small .header__bottom-block__menu__item{
        margin: 0 14px;
    }
    .header__logo-block {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }


    .header.header_s.header_small .header__logo-block {
        width: 75px;
        overflow: hidden;
        height: 70px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }
    .header.header_s.header_small .header__bottom-block {
        width: 810px;
    }






    .bonus-system-list__item-range br{
        display:initial;
    }

    .pagelayout-wrapper {
        width: 960px;
    }
    .header {
        width: 100%;
    }
    .header-wrapper {
        width: 960px;
        margin: 0 auto;
        position: relative;
    }


    .header.header_s .header-wrapper {
        width: 960px;
    }
    .header_s .header__top-block {
        width: 680px;
    }
    .header_s .header__bottom-block {
        width: 910px;
    }

    .header_s .header__top-block__callback {
        margin-right: 27px;
    }
    .header_s .header__top-block__buttons {
        margin-left: 34px;
    }

    .header_s .header__bottom-block__menu__item {
        margin: 0 22px;
    }
    .search-wrap {
        width: 960px;

    }
    .index-block {
        text-align: left;
        width: 960px;
        margin: 0 auto;
    }
    .mainpage-first-screen__leftside {
        position: absolute;
        top: 185px;
        left: 0;
        width: 580px;
        height: calc(100% - 185px);
    }
    .mainpage-first-screen__leftside__menu {
        margin-top: 45px;
        width: 700px;
    }

    .mainpage-first-screen__leftside__news-block{
        display: none;
    }
    .mainpage-first-screen_doctor {
        display: none;
    }
    .mainpage-first-screen_doctor__shadow{
        display: none;
    }
    .mp_scr1_menu_col {
        display: inline-block;
        width: 168px;
        vertical-align: top;
        padding-right: 19px;
    }

    .clinics-schedules {
        width: 960px;
    }
    .mp_scr1_menu_item {
        margin-bottom: 18px;
    }
    .mp_scr1_menu_item a {
        font-family: 'museo_sans_cyrl500';
        font-size: 15px;
        line-height: 1.2;
    }
    .mainpage-first-screen__rightside {
        position: absolute;
        top: 202px;
        right: 51px;
        width: 285px;
        z-index: 3;
        color: #fff;
    }

    .mainpage-first-screen__leftside h1 {
        color: #fff;
        line-height: 1;
        font-size: 65px;
        font-weight: 300;
    }

    .clinics-schedules-list__item {
        width: 296px;
        display: inline-block;
        vertical-align: top;
        margin-right: 82px;
        margin-bottom: 31px;
        position: relative;
    }

    .mainpage-first-screen_logo {
        display: none;
    }
    .specialists-block {
        width: 960px;
    }


    .specialists-list__item-text {
        font-size: 16px;
        float: left;
        width: 270px;
        margin-left: 0;
        margin-top: 2px;
    }

    .specialists-list__item-img {
        float: left;
    }

    .specialists-list__item {
        width: 277px;
    }
    .specialists-block-leftside {
        float: left;
        width: 100%;
    }
    .mainpage-content {
        width: 960px;
        margin: 0 auto;
        margin-top: 70px;
    }
    .bonus-system-list__item {
        display: inline-block;
        width: calc(25% - 68px);
        margin-right: 83px;
    }
    .bonus-system-list__item:last-child {
        margin-right: 0px;
    }

    .mainpage-content-leftside {
        width: 465px;
    }
    .mainpage-content-rightside {
        float: left;
        width: 494px;
        box-sizing: border-box;
        padding-left: 36px;
    }


    .bonus-system-list__item:first-child .bonus-system-list__item-range{

    }


    .footer-wrapper {
        width: 960px;
    }
    .footer-left {
        width: 300px;
        float: left;
    }

    .footer-right {
        float: left;
        width: 50px;
        text-align: right;
    }
    .footer-center {
        float: left;
        width: 659px;
    }
    .footer-mainmenu a {
        font-family: 'museo_sans_cyrl500';
        font-size: 16px;
        margin-right: 19px;
    }

    .footer-submenus__item a {
        display: block;
        margin-bottom: 4px;
        font-size: 14px;
    }


    .footer-address {
        margin-top: 170px;
        font-size: 14px;
    }
    .footer-copyrs {
        font-size: 14px;
    }
    .footer-devby {
        margin-top: 0px;
        position: absolute;
        width: 300px;
        bottom: 0;
        right: 0;
        font-size: 14px;
    }

    .footer-wrapper {
        padding-bottom: 50px;
    }

    .footer-right {
        float: left;
        width: 100px;
        text-align: right;
        height: 380px;
        position: absolute;
        right: 0;
        top: 100px;
        height: 277px;
    }


    .mainpage-first-screen {
        height: 900px;
    }

    .page-block {
        width: 960px;
        margin: 0 auto;
        position: relative;
    }
    .action-item-content-block__left {
        width: 625px;
        float: left;
        box-sizing: border-box;
        padding: 0 60px 0 50px;
        background: #fff;
    }
    .more-actions-list {
        height: 856px;
        min-height: 856px;
        overflow: hidden;
        padding-top: 50px;
        /* padding-bottom: 50px; */
    }

    .articles-more-list__item:first-child {
        margin-right: 86px;
    }


    .articles-more-list__item {
        width: 435px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 54px;
    }
    .articles-more-list__item__text {
        float: left;
        width: 400px;
    }

    .articles-more-list__item__img {
        margin-bottom: 10px;
    }

    .action-item {
        width: 303px;
        height: 480px;
    }
    .action-item:hover .action-intro {
        height: 180px;
    }

    .action-item:hover .action-title {
        bottom: 252px;
    }


    .filter-block {
        width: 960px;
    }


    .filter-item {
        width: 250px;
        display: inline-block;
        vertical-align: top;
        margin-right: 33px;
    }


    .bonus-sys-block__top__title {
        width: 500px;
    }

    .bonus-system-list__item {
        display: inline-block;
        width: calc(25% - 47px);
        margin-right: 46px;
    }

    .bonus-rules-list {
        margin-top: 25px;
        font-size: 14px;
    }

    .bonus-rules-exceptions {
        margin-bottom: 80px;
        font-size: 14px;
    }
    .clinics-schedules-list__item:after {
        content: ' ';
        width: calc(100% + 68px);
    }

    .contacts-items-list-rightside .contacts_item{
        margin-right: 0px;
    }
    .contacts-items-list-leftside {
        position: relative;
        float: left;
        width: 726px;
        /* border-right: 2px solid #a2a59e; */
    }
    div#map {
        width: 100%;
        height: 400px;
    }

    .direcrion-block {
        width: 650px;
    }

    .dir-description img {
        max-width: 100%;
    }

    .doc-image {
        width: 230px;
        height: 230px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        background: #b1c3b2;
    }

    .dic-image-block {
        width: 230px;
        float: left;
        margin-right: 50px;
    }
    .doc-text-block {
        float: left;
        width: calc(100% - 280px);
        padding-top: 30px;
    }
    .doc-additional-item {
        display: inline-block;
        margin-right: 27px;
        font-size: 14px;
    }

    .shedule-wrapper {
        width: 1220px;
    }

    table.shedule-table td {
        /* border: 1px solid #d8dacc; */
        padding: 20px;
    }
    span.shedule-td-split__up-name {
        position: absolute;
        top: 6px;
        right: 11px;
        font-size: 12px;
        color: #bdc6ba;
    }

    span.shedule-td-split__down-name {
        position: absolute;
        bottom: 4px;
        left: 10px;
        font-size: 12px;
        color: #bdc6ba;
    }

    td.shedule-table-td_left-first {
        padding-left: 19px !important;
        text-align: left;
        cursor: pointer;
        position: relative;
    }
    span.shedule-timerange {
        display: inline-block;
        padding: 4px 14px;
    }
    span.shedule-timerange:after {
        padding-top: 6px;
    }
    .video-player-container {
        width: 648px;
        height: 350px;
        z-index: 2;
        position: relative;
        width: 710px;
        height: 420px;
    }
    .doc-video-player {
        float: left;
        width: 710px;
        height: 420px;
    }
    .doc-video-list-inner {
        height: 401px;
    }

    .doc-video-list-outer {
        float: left;
        width: 280px;
    }

    .page-two-cols__right {
        float: left;
        width: 480px;
        box-sizing: border-box;
        padding-left: 30px;
    }
    .page-two-cols__left {
        width: 480px;
        float: left;
        box-sizing: border-box;
        padding-right: 36px;
        position: relative;
    }
    .filter-item.filter-item_alf {
        width: 260px;
        margin-right: 0px;
    }


    .doctors-list {
        width: 960px;
    }
    .doctors-list .specialists-list__item {
        width: 317px;
        margin-bottom: 60px;
    }
    .doc-small-pp .specialists-list__item {
        width: 453px;
        margin-bottom: 3px;
    }

    .poly-right {
        width: 450px;
        float: left;
    }
    .poly-left {
        float: left;
        width: 550px;
        margin-right: 90px;
    }

    .poy-menu-left {
        width: 570px;
        padding: 41px 61px;
        float: left;
    }


    .poy-menu-right {
        float: right;
        position: relative;
        margin-right: 42px;
        margin-top: 70px;
        height: 234px;
    }

    .specialists-list__item-text-name {
        font-size: 20px;
        display: block;
        margin-bottom: 7px;
    }
    span.specialists-list__item-text-description {
        font-size: 15px;
    }


    .specialists-block-rightside {
        display: none;
    }

    .lgtts-block-text {
        width: 700px;
    }


    .bonus-system-list__item-range{
        font-size: 12px;
    }


    .header__logo-block img {
        position: absolute;
        top: 20px;
        left: 0;
    }
    .header__top-block {
        position: absolute;
        top: 0;
        right: 0;
        width: 680px;
    }
    .header__top-block__callback {
        display: inline-block;
        margin-left: 14px;
        margin-right: 20px;
        vertical-align: 3px;
    }



    span.header__logo-block__logo-text {
        display: none;
    }

    .header__top-block__callback {
        display: none;
    }

    .header__top-block__font-changer {
        display: none;
    }

    .header__top-block__buttons {
        display: inline-block;
        margin-left: 34px;
        margin-right: 43px;
        vertical-align: 4px;
    }

    .services-block {
        margin: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 100%;
        width: 960px;
        background: #6a6661;
        color: #fff;
        box-sizing: border-box;
        padding: 20px 20px;
        height: 604px;
        overflow: hidden;
        z-index: 12;
        top: -1000px;
    }

    .services-dir-item {
        padding: 6px 0;
        padding-right: 56px;
        padding-left: 15px;
    }
    .services-block-rightside {
        float: left;
        width: 520px;
        margin-left: 30px;
    }

    .services-block-leftside {
        float: left;
        width: 356px;
    }

    .menu-banners {
        width: 90%;
        margin: 0 auto;
        margin-top: 43px;
    }

    .services-block {
        margin: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 100%;
        width: 960px;
        background: #6a6661;
        color: #fff;
        box-sizing: border-box;
        padding: 20px 20px;
        height: 454px;
        overflow: hidden;
        z-index: 12;
        top: -1000px;
    }
    .rightside__shedules-item__shedule {
        width: 240px;
    }

    .clinics-schedules-list__item {
        width: 257px;
        display: inline-block;
        vertical-align: top;
        margin-right: 66px;
        margin-bottom: 31px;
        position: relative;
    }



    .firsttime__circle {
        position: absolute;
        width: 400px;
        height: 400px;
        background: #7e776f;
        border-radius: 50%;
        z-index: -1;
        top: -49px;
        left: -80px;
        opacity: 1;
    }


    .ft_title {
        font-size: 22px;
    }
    .breadcrumbs {
        width: 960px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .action-item-content-block__right {
        width: 335px;
    }

    .more-actions-item {
        display: block;
        width: 300px;
        margin: 0 auto;
        position: relative;
        padding: 19px 0;
    }

    .more-actions-item__text__title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .more-actions-item__text {
        float: left;
        width: calc(100% - 111px);
        margin-left: 19px;
        padding-top: 7px;
    }

    .filter-item.filter-item__learnmore {
        width: 264px;
        margin-right: 0;
        margin-top: 5px;
    }


    a.learnmore-button {
        display: inline-block;
        width: 269px;
        margin-top: 14px;
        padding: 16px 26px;
        border: 1px solid #777d74;
        color: #777d74;
        box-sizing: border-box;
        text-align: center;
        text-decoration: underline;
        font-size: 14px;
        border-radius: 5px;
        box-shadow: 0px 0px 0px rgba(240, 101, 32, 0.27);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }


    .action-img {
        width: 75%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
    }

    .action-img img {
        width: 100%;
    }
    .action-title {
        position: absolute;
        bottom: 70px;
        left: 30px;
        width: calc(100% - 60px);
        font-size: 20px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }

    .action-item .action-img:after {
        content: ' ';
        display: block;
        top: 11px;
        position: absolute;
        left: -20px;
        width: 120%;
        height: 100%;
        opacity: 0;
        content: ' ';
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
        background: -moz-linear-gradient(top, rgba(234,241,232,0) 0%, rgba(234,241,232,1) 89%, rgba(234,241,232,1) 100%);
        background: -webkit-linear-gradient(top, rgba(234,241,232,0) 0%,rgba(234,241,232,1) 89%,rgba(234,241,232,1) 100%);
        background: linear-gradient(to bottom, rgba(234,241,232,0) 0%,rgba(234,241,232,1) 89%,rgba(234,241,232,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaf1e8', endColorstr='#eaf1e8',GradientType=0 );
    }


    .page-title_doctors-list {
        width: 960px;
        margin: 0 auto;
    }

    .bonus-sys-card_hand{
        display: none;
    }


    .bonus-sys-card_subj {
        background: url(../img/bonus/card.png) no-repeat;
        width: 516px;
        height: 436px;
        position: absolute;
        top: 20px;
        left: 83px;
    }



    .bonus-sys-block__top__title {
        width: 400px;
    }
    .bonus-sys-block__top__title {
        position: absolute;
        top: 37px;
        left: 49px;
        font-size: 27px;
        width: 400px;
    }

    .bonus-system-list.bonus-system-list_bonuspage .bonus-system-list__item-range {
        font-size: 15px;
    }

    .rightside__shedules-item-buttons {
        width: 325px;
    }
    span.phone-item-val2 {
        display: inline-block;
        font-size: 20px;
        margin-left: 15px;
    }
    .contacts-items-list-rightside {
        float: left;
        margin-left: 53px;
    }
    .contacts-items-list-leftside {
        position: relative;
        float: left;
        width: 615px;
        /* border-right: 2px solid #a2a59e; */
    }
    .cont-item-text {
        width: 600px;
        margin-bottom: 40px;
    }
    .contacts-items-list-rightside {
        float: left;
        margin-left: 34px;
    }

    .dir-services-list__item__title {
        font-size: 14px;
    }

    .dir-services-list__item__price {
        font-size: 14px;
    }
    .direcrion-block {
        width: 550px;
    }

    .direcrion-block.direcrion-block_docs {
        width: 570px;
        margin-bottom: 200px;
    }
    h1.doc-name {
        font-size: 32px;
    }
    .doc-text {
        font-size: 20px;
    }
    span.doc-additional-item__text {
        font-size: 16px;
        vertical-align: middle;
    }

    .pp-doc-met-thumbs-list {
        width: 187px;
        margin: 0 auto;
        /* overflow-y: scroll; */
        /* padding-right: 30px; */
    }

    .pp-doc-met-block-left {
        float: left;
        width: 500px;
    }
    .pp-doc-met-block-right {
        float: left;
        width: 250px;
        margin-left: 20px;
    }

    .pp-doc-met-block-left__img img {
        height: initial;
        max-width: 100%;
    }
    .pp-doc-met-thumbs {
        height: 350px;
        overflow-y: auto;
        padding-right: 30px;
    }
    .pp-doc-met-block-left__img {
        height: 350px;
        text-align: center;
        overflow: hidden;
    }
    .shedule-wrapper {
        width: 100%;
    }

    span.shedule-timerange {
        display: inline-block;
        padding: 7px 19px;
        font-size: 16px;
    }

    span.shedule-timerange sup {
        vertical-align: super;
        font-size: 10px;
    }
    td.shedule-table-td_top {
        font-size: 26px;
    }
    .doc-video-item__preview {
        position: relative;
        width: 210px;
        height: 118px;
        overflow: hidden;
    }
    .doc-video-item__title {
        margin-top: 3px;
        font-size: 14px;
    }
    .doc-video-list-inner {
        width: 217px;
    }
    .doc-video-player {
        float: left;
        width: 680px;
        height: 420px;
    }
    .video-player-container {
        width: 648px;
        height: 350px;
        z-index: 2;
        position: relative;
        width: 680px;
        height: 420px;
    }


    td.shedule-td-split {
        width: 20%;
    }
    .doc-small-pp {
        padding: 28px 11px 28px 28px;
    }

    .poly-big-text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .poly-left {
        float: left;
        width: 520px;
        margin-right: 90px;
    }
    .poly-right {
        width: 350px;
        float: left;
    }


    th.shedule-table-td_left-first {
        min-width: 250px;
    }



    th.shedule-td-split {
        width: 250px;
        height: 55px;
    }

    .rtable--flip tbody{
        cursor: -webkit-grab;
    }



    .tab_i_body {
        box-sizing: border-box;
        padding: 33px 40px;
        background: #eaf1e8;
        display: none;
    }
    .tab_sched_item_name a {
        font-size: 18px;
        color: #397a41;
        border-bottom: 1px solid;
    }

    .tab_sched_item_name {
        width: 180px;
        box-sizing: border-box;
        padding-right: 20px;
        float: left;
        padding-left: 0px;
    }

    .tab_sched_item__ {
        float: left;
        width: calc(100% - 180px);
    }



    .oms-info-r {
        float: left;
        width: 275px;
        padding-left: 60px;
        box-sizing: border-box;
    }
    .oms-info-l {
        float: left;
        width: 275px;
    }

    .oms-text1 {
        font-size: 20px;
        margin-bottom: 60px;
    }
    .oms-doc {
        width: 267px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 60px;
        margin-right: 11px;
    }

    .oms-text2 {
        font-size: 24px;
        margin-bottom: 60px;
    }

    .oms-org-item {
        width: 273px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .tab_i_head {
        font-size: 19px;
        padding-left: 80px;
        padding-top: 29px;
    }

    .tab_sched_item_times {
        width: 96px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: 1px solid #c8cfc6;
        float: left;
        box-sizing: border-box;
        padding-left: 8px;
        font-size: 14px;
    }
    .oms-info {
        margin-bottom: 50px;
        font-size: 15px;
    }
    .oms-org-item-title {
        font-size: 16px;
        margin-bottom: 17px;
        /* font-family: 'museo_sans_cyrl500'; */
    }
    .oms-org-item-text {
        font-size: 13px;
    }

    .poly-block__stomatology {
        margin-bottom: 50px;
    }
    .poy-menu-left__stomatology {
        padding-bottom: 90px;
    }
    .poy-menu-right__stomatology {
        margin-right: 29px;
    }
    .btn__oms {
        left: 60px;
        bottom: 30px;
    }
    .dir-rightside__stomatology {
        top: 800px;
    }
    .poly-left__stomatology {
        margin-top: 80px;
    }



}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    tr.table_tr.table_tr1 td {
        font-size: 16px;
    }
    .table {
        font-size: 17px;
    }
    .table_td {
        box-sizing: border-box;
        padding: 12px 15px;
        border: 1px solid #b5c6b4;
    }
    .table-wrap {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .letters-list-item {
        width: initial;
    }

    .letters-list-item img {
        width: 205px;
        height: initial;
    }
    .recomends-list-item{
        margin-right: 44px;
        margin-left: 0px;
    }

    .recomends-list-item:nth-child(2n+2) {
        margin-right: 0px;
    }



    .cont-list.cont-list_leftborder_i:before {
        display:none;
    }


    .select-options li {
        text-indent: 5px;
    }

    .about-head-doctor-sign_text {
        width: 185px;
    }

    .about-filials-docs {
        margin-top: 60px;
        width: 635px;
        margin-bottom: 60px;
    }

    .filials-item {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-right: 80px;
        margin-bottom: 40px;
    }
    .about-head-doctor-sign_img img {
        max-width: 154px;
    }

    .about-head-doctor-textblock_left {
        float: left;
        width: 140px;
        margin-right: 29px;
        margin-bottom: 17px;
    }
    filials-docs-list .specialists-list__item-text {
        font-size: 16px;
        float: left;
        width: 190px;
        margin-left: 0px;
        margin-top: 2px;
    }

    .about-head-doctor-textblock_right {
        float: none;
        width: initial;
    }
    .about-head-doc {
        width: calc(100% + 50px);
    }



    .menu-banners__item_left .b-slider-item__text {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px;
    }
    .menu-banners__item_left {
        width: 50%;
        float: left;
        height: 233px;
        max-height: 478px;
        background: #ecefe8;
        display: table;
        overflow: hidden;
    }
    .menu-banners__item_left .b-slider-item__text__block {
        margin-bottom: 10px;
    }

    .menu-banners__item_left .b-slider-item__text__block img {
        max-width: 135px;
    }


    .menu-banners__item_left .b-slider-item__text__small_i {
        font-size: 12px;
        line-height: 10px;
    }
    .menu-banners__item_left span.b-slider-item__text__small {
        font-size: 12px;
        /* line-height: 1; */
    }
    .menu-banners__item_left .b-slider-item__text__middle {
        font-size: 18px;
    }


    .menu-banners__item_left span.b-slider-item__text__big {
        font-size: 57px;
        display: block;
    }


    .pp-tab-gal-item-caption {
        font-size: 12px;
        height: 39px;
    }
    .vac-additional-info-top {
        color: #777d74;
        font-size: 16px;
        padding-bottom: 21px;
        border-bottom: 1px solid #bfcdbc;
        margin-bottom: 15px;
    }
    .vac-additional-info {
        border: 2px solid #bfcdbc;
        padding: 24px 29px 29px;
        margin-top: 60px;
        color: #777d74;
        font-size: 16px;
    }

    .vac-item-date {
        position: absolute;
        bottom: 28px;
        font-size: 14px;
    }
    .suc-st-now {
        font-weight: 600;
        font-size: 14px;
        max-height: 60px;
    }
    .vac-switch-item {
        width: initial;
        padding: 6px 30px;
        white-space: nowrap;
        font-size: 15px;
    }
    .suc-box-right {
        width: calc(100% - 200px);
        float: left;
        box-sizing: border-box;
        padding-left: 50px;
        padding-right: 0;
    }
    .vac-item-title >span {
        border-bottom: 0px solid;
        /* display: inline; */
        font-size: 19px;
        /* color: #397a41; */
    }

    .vac-item {
        padding: 20px 20px;
        height: 150px;
    }
    .suc-story-item {
        padding: 26px;
        width: 346px;
    }
    .vac-pp {
        width: 400px;
        padding: 29px 32px;
    }
    .suc-pp {
        width: 700px;
        padding: 40px;
    }

    .suc-st-name {
        width: 168px;
        font-size: 18px;
        position: absolute;
        top: 7px;
        left: 0;
        max-height: 66px;
        overflow: hidden;
    }
    .suc-box-left {
        float: left;
        width: 192px;
    }





    .lic-item-img {
        width: 120px;
        display: inline-block;
        max-height: 170px;
        /* overflow: hidden; */
        background: #f06520;
    }
    .lic-item {
        position: relative;
        width: 264px;
        margin-bottom: 35px;
    }



    .filter-item.filter-item_toggle {
        width: 202px;
    }
    .filter-item.filter-item_toggle .pp-tabs-item {
        width: 79px;
    }
    .rs-reviews-docs__item-text {
        font-size: 13px;
        line-height: 1.4;
        margin-top: -13px;
    }
    .rs-reviews-docs__item .specialists-list__item-text {
        width: 200px;
        margin-top: 6px;
        font-weight: 500;
        margin-left: 0px;
    }
    .dir-rightside.dir-rightside_reviews {
        width: 278px;
        box-sizing: border-box;
        padding: 40px;
        background: #eaf1e8;
    }




    .new-item-map-texts__item {
        width: 32%;
        font-size: 13px;
    }
    .pd-speaker-name {
        font-size: 16px;
    }
    .pd-speaker-intro {
        font-size: 12px;
        margin-top: 11px;
    }
    .pd-page-list-item-intro {
        margin-top: 12px;
        line-height: 1.4;
    }
    .pd-page-list-item-img {
        width: 100%;
        height: 111px;
        overflow: hidden;
        position: relative;
    }
    .pd-speaker-info {
        float: left;
        width: calc(100% - 118px);
        box-sizing: border-box;
        padding-left: 19px;
    }

    .pd-page-list-item-img-info {
        box-sizing: border-box;
        padding: 25px;
    }
    .pd-page-list-item-title {
        font-size: 20px;
        border-bottom: 1px solid;
        display: inline;
    }
    .pd-page-list-item-info {
        box-sizing: border-box;
        padding: 25px;
    }



    .new-item-map-texts__item {
        display: inline-block;
        width: 32%;
        vertical-align: top;
        box-sizing: border-box;
        padding-right: 24px;
        font-size: 10px;
    }

    .page-subfilter {
        position: relative;
        top: 0px;
        right: 0px;
        width: 269px;
        margin-bottom: 60px;
    }

    .news-page-item-intro {
        margin-top: 13px;
        line-height: 1.5;
    }
    .news-page-item-img {
        width: 100%;
        height: 131px;
        overflow: hidden;
    }
    .news-page-item-img-info {
        box-sizing: border-box;
        padding: 20px;
    }
    .news-page-item-title {
        font-size: 16px;
        border-bottom: 1px solid;
        display: inline;
    }




    .blankpage-wrap {
        width: 100%;
        height: 500px;
        margin-bottom: 100px;
        background: url(../img/under_construction_back.png) no-repeat 0px 0 #fff;
        margin-top: 60px;
        background-size: contain;
        box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    }
    .blankpage-title {
        font-size: 36px;
        font-weight: 900;
        color: #777d74;
        line-height: 1.1;
        padding-right: 80px;
    }
    .blankpage-content {
        box-sizing: border-box;
        padding-left: 376px;
        padding-top: 156px;
    }
    .blankpage-href-block {
        margin-top: 42px;
    }

    .pp-box-left {
        width: 200px;
        float: left;
    }

    .cont-list-block-address {
        font-size: 14px;
        margin-bottom: 10px;
        min-height: 44px;
    }
    .cont-list-block-phone {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 22px;
        min-height: 50px;
    }


    .cont-list-title {
        width: 100%;
        font-size: 20px;
        margin-bottom: 15px;
        max-width: 214px;
    }
    .cont-list-popup {
        padding: 40px 75px 0px 75px;
        width: 700px;
    }

    .cont-list-wrap {
        width: 100%;
    }
    .tour-block {
        max-height: 300px;
        height: 300px;
    }
    .pp-box-right {
        width: calc(100% - 200px);
        float: left;
        box-sizing: border-box;
        padding-left: 50px;
        min-height: 392px;
    }
    .cont-list-block {
        display: inline-block;
        width: 214px;
        vertical-align: top;
    }
    .map {
        max-height: 300px;
        height: 300px;
    }
    .pp-tab-map {
        max-height: 300px;
        height: 300px;
    }

    .pp-tabs-item {
        width: calc(100% / 4 - 22px);
        font-size: 12px;
        white-space: nowrap;
    }
    .pp-tab {
        display: none;
        height: 320px;
        margin-top: 40px;
    }
    .pp-tab-gal-item-img {
        max-height: 363px;
        height: 252px;
        overflow: hidden;
    }

    .cont-list .cont-list-block {
        padding-left: 25px;
    }

    .cont-list-wrap .cont-list:nth-of-type(2) {
        padding-left: 25px;
    }

    .cont-list-wrap .cont-list:nth-of-type(3) {
        padding-left: 25px;
    }

    .cont-list-popup {
        padding: 40px 40px 0px 40px;
    }





    .dir-rightside {
        top: 242px;
    }
    .page-404-text {
        position: absolute;
        top: 100px;
        right: 0;
        width: 270px;
        left: 0;
        margin: auto;
        text-align: center;
    }
    .page-404-doc {
        display: none;
    }
    .page-404-doc-shadow {
        display: none;
    }

    .bonus-system-list__item-range br{
        display:initial;
    }

    .pagelayout-wrapper {
        width: 700px;
    }
    .header {
        width: 100%;
    }
    .header-wrapper {
        width: 700px;
        margin: 0 auto;
        position: relative;
    }


    .header.header_s .header-wrapper {
        width: 960px;
    }
    .header_s .header__top-block {
        width: 600px;
    }
    .header_s .header__bottom-block {
        width: 600px;
    }

    .header_s .header__top-block__callback {
        margin-right: 27px;
    }
    .header_s .header__top-block__buttons {
        margin-left: 42px;
    }

    .header_s .header__bottom-block__menu__item {
        margin: 0 22px;
    }
    .search-wrap {
        width: 700px;
    }
    .index-block {
        text-align: left;
        width: 960px;
        margin: 0 auto;
    }
    .mainpage-first-screen__leftside {
        position: relative;
        top: initial;
        left: 0;
        width: 100%;
        height: initial;
    }
    .mainpage-first-screen__leftside__menu {
        margin-top: 45px;
        width: 700px;
    }

    .mainpage-first-screen__leftside__news-block{
        display: none;
    }
    .mainpage-first-screen_doctor {
        display: none;
    }
    .mainpage-first-screen_doctor__shadow{
        display: none;
    }
    .mp_scr1_menu_col {
        display: inline-block;
        width: 168px;
        vertical-align: top;
        padding-right: 19px;
    }

    .clinics-schedules {
        width: 960px;
    }
    .mp_scr1_menu_item {
        margin-bottom: 18px;
    }
    .mp_scr1_menu_item a {
        font-family: 'museo_sans_cyrl500';
        font-size: 15px;
        line-height: 1.2;
    }
    .mainpage-first-screen__rightside {
        position: relative;
        top: initial;
        right: initial;
        width: 100%;
        z-index: 3;
        color: #fff;
    }

    .mainpage-first-screen__leftside h1 {
        color: #fff;
        line-height: 1;
        font-size: 51px;
        font-weight: 300;
    }

    .clinics-schedules-list__item {
        width: 296px;
        display: inline-block;
        vertical-align: top;
        margin-right: 82px;
        margin-bottom: 31px;
        position: relative;
    }

    .mainpage-first-screen_logo {
        display: none;
    }
    .specialists-block {
        width: 700px;
    }


    .specialists-list__item-text {
        font-size: 16px;
        float: left;
        width: 190px;
        margin-left: 20px;
        margin-top: 2px;
    }

    .specialists-list__item-img {
        float: left;
    }

    .specialists-list__item {
        width: 230px;
    }
    .specialists-block-leftside {
        float: left;
        width: 100%;
    }
    .mainpage-content {
        width: 700px;
        margin: 0 auto;
        margin-top: 70px;
    }
    .bonus-system-list__item {
        display: inline-block;
        width: calc(25% - 68px);
        margin-right: 83px;
    }
    .bonus-system-list__item:last-child {
        margin-right: 0px;
    }

    .mainpage-content-leftside {
        width: 100%;
        float: none;
    }
    .mainpage-content-rightside {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        margin-top: 64px;
    }


    .bonus-system-list__item:first-child .bonus-system-list__item-range{

    }


    .footer-wrapper {
        width: 700px;
    }
    .footer-left {
        width: 240px;
        float: left;
    }

    .footer-right {
        float: left;
        width: 50px;
        text-align: right;
    }
    .footer-center {
        float: left;
        width: 440px;
        margin-left: 20px;
    }
    .footer-mainmenu a {
        font-family: 'museo_sans_cyrl500';
        font-size: 14px;
        margin-right: 31px;
        margin-bottom: 13px;
        display: inline-block;
    }

    .footer-submenus__item a {
        display: block;
        margin-bottom: 4px;
        font-size: 14px;
    }


    .footer-address {
        margin-top: 170px;
        font-size: 14px;
    }
    .footer-copyrs {
        font-size: 14px;
    }
    .footer-devby {
        margin-top: 0px;
        position: absolute;
        width: 300px;
        bottom: 0;
        right: 0;
        font-size: 14px;
    }

    .footer-wrapper {
        padding-bottom: 50px;
    }

    .footer-right {
        float: left;
        width: 100px;
        text-align: right;
        height: 380px;
        position: absolute;
        right: 0;
        top: 100px;
        height: 277px;
    }


    .mainpage-first-screen {
        height: 900px;
    }

    .page-block {
        width: 700px;
        margin: 0 auto;
        position: relative;
    }
    .action-item-content-block__left {
        width: 460px;
        float: left;
        box-sizing: border-box;
        padding: 0px 36px 0 36px;
        background: #fff;
    }
    .more-actions-list {
        height: 856px;
        min-height: 856px;
        overflow: hidden;
        padding-top: 50px;
        /* padding-bottom: 50px; */
    }

    .articles-more-list__item:first-child {
        margin-right: 86px;
    }


    .articles-more-list__item {
        width: 435px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 54px;
    }
    .articles-more-list__item__text {
        float: left;
        width: 506px;
    }

    .articles-more-list__item__img {
        margin-bottom: 10px;
    }

    .action-item {
        width: 337px;
        height: 480px;
    }
    .action-item:hover .action-intro {
        height: 180px;
    }

    .action-item:hover .action-title {
        bottom: 252px;
    }


    .filter-block {
        width: 700px;
        padding: 0 30px;
    }


    .filter-item {
        width: 190px;
        display: inline-block;
        vertical-align: top;
        margin-right: 25px;
    }


    .bonus-sys-block__top__title {
        width: 500px;
    }

    .bonus-system-list__item {
        display: inline-block;
        width: calc(25% - 47px);
        margin-right: 53px;
    }

    .bonus-rules-list {
        margin-top: 25px;
        font-size: 14px;
    }

    .bonus-rules-exceptions {
        margin-bottom: 80px;
        font-size: 14px;
    }
    .clinics-schedules-list__item:after {
        content: ' ';
        width: calc(100% + 68px);
    }

    .contacts-items-list-rightside .contacts_item{
        margin-right: 0px;
    }
    .contacts-items-list-leftside {
        position: relative;
        float: left;
        width: 726px;
        /* border-right: 2px solid #a2a59e; */
    }
    div#map {
        width: 100%;
        height: 400px;
    }

    .direcrion-block {
        width: 650px;
    }

    .dir-description img {
        max-width: 100%;
    }

    .doc-image {
        width: 170px;
        height: 170px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        background: #b1c3b2;
    }

    .dic-image-block {
        width: 170px;
        float: left;
        margin-right: 30px;
    }
    .doc-text-block {
        float: left;
        width: calc(100% - 201px);
        padding-top: 10px;
    }
    .doc-additional-item {
        display: inline-block;
        margin-right: 55px;
        margin-bottom: 24px;
        font-size: 14px;
    }

    .shedule-wrapper {
        width: 1220px;
    }

    table.shedule-table td {
        /* border: 1px solid #d8dacc; */
        padding: 20px 0;
        width: 120px;
    }
    span.shedule-td-split__up-name {
        position: absolute;
        top: 6px;
        right: 11px;
        font-size: 12px;
        color: #bdc6ba;
    }

    span.shedule-td-split__down-name {
        position: absolute;
        bottom: 4px;
        left: 10px;
        font-size: 12px;
        color: #bdc6ba;
    }

    td.shedule-table-td_left-first {
        padding-left: 19px !important;
        text-align: left;
        cursor: pointer;
        position: relative;
        font-size: 13px;
    }
    span.shedule-timerange {
        display: inline-block;
        padding: 4px 14px;
    }
    span.shedule-timerange:after {
        padding-top: 4px;
    }
    .video-player-container {
        width: 648px;
        height: 350px;
        z-index: 2;
        position: relative;
        width: 710px;
        height: 420px;
    }
    .doc-video-player {
        float: left;
        width: 710px;
        height: 420px;
    }
    .doc-video-list-inner {
        height: 244px;
    }

    .doc-video-list-outer {
        float: left;
        width: 280px;
        height: 250px;
    }

    .page-two-cols__right {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
    }
    .page-two-cols__left {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding-right: 36px;
        position: relative;
        margin-bottom: 60px;
    }
    .filter-item.filter-item_alf {
        width: 200px;
        margin-right: 0px;
    }


    .doctors-list {
        width: 700px;
    }
    .doctors-list .specialists-list__item {
        width: 347px;
        margin-bottom: 60px;
    }
    .doc-small-pp .specialists-list__item {
        width: 453px;
        margin-bottom: 3px;
    }

    .poly-right {
        width: 450px;
        float: left;
    }
    .poly-left {
        float: left;
        width: 550px;
        margin-right: 90px;
    }

    .poy-menu-left {
        width: 570px;
        padding: 41px 61px;
        float: left;
    }


    .poy-menu-right {
        float: right;
        display: none;
        position: relative;
        margin-right: 42px;
        margin-top: 70px;
        height: 234px;
    }

    .specialists-list__item-text-name {
        font-size: 20px;
        display: block;
        margin-bottom: 7px;
    }
    span.specialists-list__item-text-description {
        font-size: 15px;
    }


    .specialists-block-rightside {
        display: none;
    }

    .lgtts-block-text {
        width: 700px;
    }


    .bonus-system-list__item-range{
        font-size: 12px;
    }


    .header__logo-block img {
        position: absolute;
        top: 20px;
        left: 0;
    }
    .header__top-block {
        position: absolute;
        top: 0;
        right: 0;
        width: 680px;
    }
    .header__top-block__callback {
        display: inline-block;
        margin-left: 14px;
        margin-right: 20px;
        vertical-align: 3px;
    }



    span.header__logo-block__logo-text {
        display: none;
    }

    .header__top-block__callback {
        display: none;
    }

    .header__top-block__font-changer {
        display: none;
    }

    .header__top-block__buttons {
        display: inline-block;
        margin-left: 34px;
        margin-right: 43px;
        vertical-align: 4px;
    }

    .services-block {
        margin: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 100%;
        width: 960px;
        background: #6a6661;
        color: #fff;
        box-sizing: border-box;
        padding: 20px 20px;
        height: 604px;
        overflow: hidden;
        z-index: 12;
        top: -1000px;
    }

    .services-dir-item {
        padding: 4px 0;
        padding-right: 30px;
        padding-left: 11px;
        font-size: 14px;
    }
    .services-block-rightside {
        float: left;
        width: 390px;
        margin-left: 30px;
    }

    .services-block-leftside {
        float: left;
        width: 224px;
    }

    .menu-banners {
        width: 90%;
        margin: 0 auto;
        margin-top: 43px;
    }

    .services-block {
        margin: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 100%;
        width: 700px;
        background: #6a6661;
        color: #fff;
        box-sizing: border-box;
        padding: 20px 20px;
        height: 454px;
        overflow: hidden;
        z-index: 12;
        top: -1000px;
    }
    .rightside__shedules-item__shedule {
        width: 240px;
    }

    .clinics-schedules-list__item {
        width: 257px;
        display: inline-block;
        vertical-align: top;
        margin-right: 66px;
        margin-bottom: 31px;
        position: relative;
    }



    .firsttime__circle {
        position: absolute;
        width: 400px;
        height: 400px;
        background: #7e776f;
        border-radius: 50%;
        z-index: -1;
        top: -49px;
        left: -80px;
        opacity: 1;
    }


    .ft_title {
        font-size: 22px;
    }
    .breadcrumbs {
        width: 700px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .action-item-content-block__right {
        width: 240px;
    }

    .more-actions-item {
        display: block;
        width: 300px;
        margin: 0 auto;
        position: relative;
        padding: 19px 0;
    }

    .more-actions-item__text__title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .more-actions-item__text {
        float: left;
        width: calc(100% - 111px);
        margin-left: 19px;
        padding-top: 7px;
    }

    .filter-item.filter-item__learnmore {
        width: 200px;
        margin-right: 0;
        margin-top: 5px;
    }


    a.learnmore-button {
        display: inline-block;
        width: 200px;
        margin-top: 14px;
        padding: 12px 26px;
        border: 1px solid #777d74;
        color: #777d74;
        box-sizing: border-box;
        text-align: center;
        text-decoration: underline;
        font-size: 13px;
        border-radius: 5px;
        box-shadow: 0px 0px 0px rgba(240, 101, 32, 0.27);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }


    .action-img {
        width: 75%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
    }

    .action-img img {
        width: 100%;
    }
    .action-title {
        position: absolute;
        bottom: 70px;
        left: 30px;
        width: calc(100% - 60px);
        font-size: 20px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }

    .action-item .action-img:after {
        content: ' ';
        display: block;
        top: 11px;
        position: absolute;
        left: -20px;
        width: 120%;
        height: 100%;
        opacity: 0;
        content: ' ';
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
        background: -moz-linear-gradient(top, rgba(234,241,232,0) 0%, rgba(234,241,232,1) 89%, rgba(234,241,232,1) 100%);
        background: -webkit-linear-gradient(top, rgba(234,241,232,0) 0%,rgba(234,241,232,1) 89%,rgba(234,241,232,1) 100%);
        background: linear-gradient(to bottom, rgba(234,241,232,0) 0%,rgba(234,241,232,1) 89%,rgba(234,241,232,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaf1e8', endColorstr='#eaf1e8',GradientType=0 );
    }


    .page-title_doctors-list {
        width: 100%;
        margin: 0 auto;
    }

    .bonus-sys-card_hand{
        display: none;
    }


    .bonus-sys-card_subj {
        background: url(../img/bonus/card.png) no-repeat;
        width: 516px;
        height: 436px;
        position: absolute;
        top: 20px;
        left: 83px;
    }



    .bonus-sys-block__top__title {
        width: 400px;
    }
    .bonus-sys-block__top__title {
        position: absolute;
        top: 37px;
        left: 49px;
        font-size: 27px;
        width: 400px;
    }

    .bonus-system-list.bonus-system-list_bonuspage .bonus-system-list__item-range {
        font-size: 15px;
    }

    .rightside__shedules-item-buttons {
        width: 325px;
    }
    span.phone-item-val2 {
        display: inline-block;
        font-size: 20px;
        margin-left: 15px;
    }
    .contacts-items-list-rightside {
        float: left;
        margin-left: 53px;
    }
    .contacts-items-list-leftside {
        position: relative;
        float: left;
        width: 100%;
        border-bottom: 2px solid #a2a59e;
        margin-bottom: 77px;
    }
    .cont-item-text {
        width: 600px;
        margin-bottom: 40px;
    }
    .contacts-items-list-rightside {
        float: left;
        margin-left: 0px;
    }

    .dir-services-list__item__title {
        font-size: 14px;
    }

    .dir-services-list__item__price {
        font-size: 14px;
    }
    .direcrion-block {
        width: 400px;
    }

    .direcrion-block.direcrion-block_docs {
        width: 570px;
        margin-bottom: 200px;
    }
    h1.doc-name {
        font-size: 32px;
    }
    .doc-text {
        font-size: 20px;
    }
    span.doc-additional-item__text {
        font-size: 14px;
        vertical-align: middle;
    }

    .pp-doc-met-thumbs-list {
        width: 187px;
        margin: 0 auto;
        /* overflow-y: scroll; */
        /* padding-right: 30px; */
    }

    .pp-doc-met-block-left {
        float: left;
        width: 500px;
    }
    .pp-doc-met-block-right {
        float: left;
        width: 250px;
        margin-left: 20px;
    }

    .pp-doc-met-block-left__img img {
        height: initial;
        max-width: 100%;
    }
    .pp-doc-met-thumbs {
        height: 350px;
        overflow-y: auto;
        padding-right: 30px;
    }
    .pp-doc-met-block-left__img {
        height: 350px;
        text-align: center;
        overflow: hidden;
    }
    .shedule-wrapper {
        width: 100%;
    }

    span.shedule-timerange {
        display: inline-block;
        padding: 6px 13px;
        font-size: 15px;
    }

    span.shedule-timerange sup {
        vertical-align: super;
        font-size: 8px;
    }
    td.shedule-table-td_top {
        font-size: 23px;
    }
    .doc-video-item__preview {
        position: relative;
        width: 210px;
        height: 118px;
        overflow: hidden;
    }
    .doc-video-item__title {
        margin-top: 3px;
        font-size: 14px;
    }
    .doc-video-list-inner {
        width: 217px;
    }
    .doc-video-player {
        float: left;
        width: 400px;
        height: 250px;
        margin-bottom: 60px;
    }
    .video-player-container {
        width: 648px;
        height: 350px;
        z-index: 2;
        position: relative;
        width: 400px;
        height: 250px;
    }


    td.shedule-td-split {
        width: 20%;
    }
    .doc-small-pp {
        padding: 28px 11px 28px 28px;
    }

    .poly-big-text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .poly-left {
        float: left;
        width: 100%;
        margin-right: 0;
    }
    .poly-right {
        width: 100%;
        float: left;
        margin-top: 36px;
    }

    .mainpage-first-screen .pagelayout-wrapper {
        height: 100%;
        box-sizing: border-box;
        padding-top: 155px;
    }
    .rightside__shedules {
        width: 300px;
        left: 0;
        position: relative;
        display: inline-block;
        margin-right: 75px;
    }
    .mainpage-first-screen__rightside_firsttime {
        position: relative;
        display: inline-block;
        width: 300px;
    }

    .firsttime__circle {
        display: none;
    }

    .mainpage-content-leftside:after{
        display:none;
    }
    .header__bottom-block__menu__item {
        display: inline-block;
        margin: 0 11px;
        font-size: 14px;
        font-family: 'museo_sans_cyrl500';
    }

    .header__bottom-block {
        position: absolute;
        top: 70px;
        width: 100%;
        right: 0;
        height: 68px;
        box-sizing: border-box;
        padding-top: 21px;
    }

    .header__top-block__buttons a:nth-child(2){
        display:none;
    }
    .header__logo-block {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 75px;
        height: 81px;
        overflow: hidden;
    }

    .header__top-block {
        position: absolute;
        top: 0;
        right: 0;
        width: 580px;
    }

    .header__top-block__buttons {
        display: inline-block;
        margin-left: 126px;
        margin-right: 8px;
        vertical-align: 4px;
    }

    span.submenu-ico {
        position: absolute;
        width: 20px;
        height: 20px;
        left: -22px;
        top: -2px;
    }

    .footer-contacts a {
        font-size: 20px;
        display: block;
        margin-bottom: 3px;
    }

    .footer-for-ip {
        margin-bottom: 76px;
        width: 182px;
    }

    .footer-submenus__item {
        display: inline-block;
        margin-right: 12px;
        width: 168px;
        vertical-align: top;
    }

    .footer-submenus__item a {
        display: block;
        margin-bottom: 8px;
        font-size: 13px;
    }

    .footer-right {
        float: left;
        width: 100px;
        text-align: right;
        height: 380px;
        position: absolute;
        right: 0;
        top: 0;
        height: 396px;
    }
    .footer-address {
        margin-top: 94px;
        font-size: 13px;
    }
    .footer-copyrs {
        font-size: 13px;
    }
    .footer-devby {
        margin-top: 0px;
        position: absolute;
        width: 300px;
        bottom: 0;
        right: 0;
        font-size: 13px;
    }

    .footer-contacts {
        margin-top: 92px;
        margin-bottom: 58px;
    }


    .services-block-leftside__menu {
        border-right: 2px solid #fff;
        padding-left: 0px;
    }

    .menu-rightside-list-block a {
        color: #fff;
        display: block;
        padding: 4px 0;
        font-size: 14px;
    }
    .menu-rightside-list-block {
        padding: 0 0px;
        height: 355px;
        overflow-y: auto;
        width: 100%;
    }

    .page-subtitle {
        width: 100%;
    }

    .action-item-content__title h1 {
        font-size: 32px;
        font-weight: 300;
    }
    .action-item-content__intro {
        font-size: 18px;
        line-height: 1.3;
    }

    .action-clinic-item__title {
        font-family: 'museo_sans_cyrl700';
        font-size: 16px;
        margin-bottom: 10px;
    }
    .action-clinic-item__phone {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .action-clinic-item__shedule {
        font-size: 12px;
        line-height: 1.5;
    }
    .action-clinic-item {
        display: inline-block;
        vertical-align: text-bottom;
        margin-right: 23px;
        margin-bottom: 40px;
        font-size: 12px;
    }
    .more-actions-item {
        display: block;
        width: 200px;
        margin: 0 auto;
        position: relative;
        padding: 19px 0;
    }
    .action-item-content__title {
        padding-top: 85px;
    }

    .more-actions-item__text__title {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .action-item-content-block__right {
        min-height: 900px;
    }

    .articles-more-list__item {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 54px;
    }

    .articles-more-list__item:first-child {
        margin-right: 0;
    }

    .articles-more-list:after{
        display:none;
    }



    .actions-list a:nth-child(3n+3) .action-item {
        margin-right: 21px;
    }

    .actions-list a:nth-child(2n+2) .action-item {
        margin-right: 0px;
    }
    .bonus-sys-block__top__title {
        position: absolute;
        top: 37px;
        left: 49px;
        font-size: 27px;
        width: calc(100% - 80px);
    }
    .bonus-sys-block__top {
        height: 700px;
        background: #d4ddd1;
        position: relative;
    }
    .bonus-sys-block__top__pdf {
        position: absolute;
        bottom: 69px;
        left: 40px;
    }
    .bonus-sys-card_wrap {
        position: absolute;
        right: 0;
        width: 100%;
        top: 194px;
    }


    .bonus-sys-card_subj {
        background: url(../img/bonus/card.png) no-repeat;
        width: 441px;
        height: 305px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }


    .bonus-rules-list__item {
        width: calc(32% - 3px);
    }
    .bonus-rules-exceptions__block {
        width: 100%;
        margin-bottom: 60px;
    }

    .bonus-system-list__item {
        vertical-align: top;
    }

    .dir-rightside-wrap {
        padding: 18px 30px 30px;
        font-size: 14px;
    }
    .dir-clinics-list__item__title {
        font-size: 16px;
        font-family: 'museo_sans_cyrl500';
    }
    .dir-rightside {
        width: 250px;
    }
    .dir-actions-list .owl-prev {
        top: -121px;
        left: -30px;
    }

    .dir-actions-list .owl-next {
        top: -121px;
        right: -30px;
    }


    .direcrion-block.direcrion-block_docs {
        width: 587px;
        margin-bottom: 100px;
    }

    .dir-rightside-mats {
        padding: 40px 29px 60px;
    }


    .doc-additional {
        margin-top: 27px;
    }

    .doc-shed-places__item {
        display: inline-block;
        padding: 7px 26px;
    }
    .shedule-title {
        display: table-cell;
        vertical-align: middle;
        font-size: 20px;
        padding-left: 38px;
        position: relative;
    }
    span.shedule-navigation__prev {
        margin-right: 18px;
        cursor: pointer;
        position: relative;
    }
    .page-two-cols__left:after{
        display: none;
    }

    .dir-description_cont{
        width: 100%;
    }
    .direcrion-block.direcrion-block_cont {
        width: 100%;
    }
    .contacts_item:nth-child(3n+3) {
        margin-right: 80px;
    }

    .contacts-items-list-leftside:after{
        display: none;
    }

    .index-block {
        text-align: left;
        width: 700px;
        margin: 0 auto;
    }
    .four-colums {
        -moz-columns: 3;
        -webkit-columns: 3;
        columns: 3;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }









    th.shedule-table-td_left-first {
        min-width: 250px;
    }



    th.shedule-td-split {
        width: 250px;
        height: 51px;
    }



    .rtable--flip tbody{
        cursor: -webkit-grab;
    }

    .doctors-shedules-block {
        margin-bottom: 20px;
    }

    .bonus-rules-item.bonus-rules-item__left {
        position: relative;
        left: initial;
        width: 350px;
        height: 90px;
        margin: 0 auto;
    }

    .bonus-rules-item.bonus-rules-item__right {
        position: relative;
        right: 0;
        width: 400px;
        top: 0;
        /* margin-top: 30px; */
        margin: 0 auto;
        margin-top: 30px;
    }
    .bonus-sys-block__bottom__rules {
        height: 187px;
        position: relative;
    }


    span.item-range__value {
        display: inline-block;
    }

    .choose-clinic-block-item {
        font-size: 15px;
        margin-bottom: 11px;
        cursor: pointer;
        /* -webkit-transition: all .3s ease; */
        -moz-transition: all .3s ease;
    }

    .choose-clinic-block__list {

        padding: 20px 20px 0px 20px;

    }
    .tab_i_head {
        height: 80px;
        position: relative;
        background: #a0a99c;
        color: #fff;
        /* display: table; */
        width: 100%;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
        box-sizing: border-box;
        /* display: table-cell; */
        vertical-align: middle;
        font-size: 17px;
        padding-left: 58px;
        position: relative;
        box-sizing: border-box;
        padding-top: 29px;
        white-space: nowrap;
        overflow: hidden;
    }
    .tab_i_head:before {
        content: ' ';
        background: url(../img/shed_i.png) no-repeat center;
        width: 18px;
        height: 18px;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 22px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }
    .oms-info-l {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .oms-info-r {
        float: left;
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .oms-text1 {
        font-size: 24px;
        margin-bottom: 60px;
    }
    .oms-doc {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 60px;
        margin-right: 0;
    }
    .oms-text2 {
        font-size: 24px;
        margin-bottom: 60px;
    }
    .oms-org-item {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }
    .oms-org-item:nth-child(2n+2) {
        padding-left: 0px;
    }
    .tab_i_body {
        box-sizing: border-box;
        padding: 20px 25px;
        background: #eaf1e8;
        display: none;
    }

    .tab_sched_item_name {
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
        float: left;
        padding-left: 0;
    }
    .tab_sched_item__ {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .tab_sched_item_times {
        width: 33%;
    }




    .dir-rightside__stomatology {
        display: none;
    }
    .poy-menu-left {
        padding-bottom: 120px;
    }
    .btn__oms {
        left: 62px;
        bottom: 44px;
    }
    .dir-description {
        margin-top: 0px;
    }
    .dir-description1 {
        margin-bottom: 50px;
    }
    .poly-block__stomatology {
        margin-bottom: 40px;
    }
    .direcrion-block__stomatology {
        width: 100%;
    }



    .table_td_4 {
        width: 31%;
        font-size: 14px;
        line-height: 1.4;
    }


}

@media only screen and (max-width: 767px) {
    tr.table_tr.table_tr1 td {
        font-size: 12px;
    }
    .table {
        font-size: 12px;
        width: 600px;
    }
    .table_td {
        box-sizing: border-box;
        padding: 10px 10px;
        border: 1px solid #b5c6b4;
    }
    .table-wrap {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        overflow-x: auto;
    }

    .table_td_4 {
        width: 31%;
        font-size: 12px;
        line-height: 1.4;
    }
    .letters-list-item {
        width: initial;
    }

    .letters-list-item img {
        width: 205px;
        height: initial;
    }
    .recomends-list-item{
        margin-right: 44px;
        margin-left: 0px;
        display: block;
        margin-bottom: 30px;
    }

    .recomends-list-item:nth-child(2n+2) {
        margin-right: 0px;
    }


    .header-mob-logo img {
        width: 100%;
    }

    .header-mob-phone {}

    span.header-mob-phone-small {
        vertical-align: super;
        font-size: 12px;
    }

    .header-mob-menu-trigger .btn {
        font-size: 13px;
        padding: 5px 10px;
    }

    .header-mob-menu-app .btn {
        font-size: 13px;
        padding: 5px 12px;
    }

    .header-mob-menu-app {
        position: absolute;
        top: 27px;
        /* top: 23px; */
        right: 73px;
    }
    span.header-mob-phone-small_dotted {
        border-bottom: 1px dotted;
    }
    .pp {
        width: 100%;
        min-width: 100%;
        padding: 20px;
    }


    .cont-list.cont-list_leftborder_i:before {
        display:none;
    }
    .lic-item-imgs {
        /* float: left; */
        text-align: center;
    }

    .filials-item {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .about-head-doctor-sign_img img {
        width: 100%;
    }
    .about-head-doctor-textblock_right {
        float: none;
        width: initial;
    }
    .about-head-doctor-textblock_left {
        float: none;
        width: 140px;
        margin-right: 40px;
        margin-bottom: 40px;
        /* margin: 0 auto; */
        margin-bottom: 30px;
    }
    .video-player-container video {
        width: 100%;
    }

    .about-head-doctor-sign_img {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 30px;
        width: 150px;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
    }

    .about-head-doc {
        background: #ecf0ea;
        padding: 30px 35px;
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
        box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    }
    .about-filials-docs {
        margin-top: 60px;
        width: 100%;
        margin-bottom: 60px;
    }
    .about-head-doctor-sign_text {
        width: 100%;
    }


    .pp-box-right {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding-left: 0px;
        min-height: 501px;
    }



    .vac-additional-info-top {
        color: #777d74;
        font-size: 16px;
        padding-bottom: 21px;
        border-bottom: 1px solid #bfcdbc;
        margin-bottom: 15px;
    }
    .vac-additional-info {
        border: 2px solid #bfcdbc;
        padding: 24px 29px 29px;
        margin-top: 60px;
        color: #777d74;
        font-size: 16px;
    }

    .vac-item-date {
        position: absolute;
        bottom: 28px;
        font-size: 14px;
    }
    .suc-st-now {
        font-weight: 600;
        font-size: 14px;
        max-height: 58px;
    }
    .vac-switch-item {
        width: initial;
        padding: 6px 30px;
        white-space: nowrap;
        font-size: 15px;
    }
    .suc-box-right {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding-left: 50px;
        padding-right: 0;
        margin-top: 50px;
        padding: 0;
    }
    .vac-item-title >span {
        border-bottom: 0px solid;
        /* display: inline; */
        font-size: 19px;
        /* color: #397a41; */
    }

    .vac-item {
        padding: 20px 20px;
        height: 150px;
    }
    .suc-story-item {
        padding: 26px;
        width: 100%;
    }
    .vac-pp {
        width: 100%;
        padding: 29px 32px;
    }
    .suc-pp {
        width: 100%;
        padding: 40px;
    }

    .suc-st-name {
        width: 168px;
        font-size: 18px;
        position: absolute;
        top: 7px;
        left: 0;
        max-height: 66px;
        overflow: hidden;
    }
    .suc-box-left {
        float: left;
        width: 192px;
    }
    .suc-box-left {
        float: left;
        width: 100%;
    }

    .vac-item {
        width: calc(50% - 4px);
    }
    .vac-switch-item {
        width: 100%;
        padding: 6px 30px;
        white-space: nowrap;
        font-size: 15px;
        box-sizing: border-box;
        border-radius: 0px !important;
        border-right: 1px solid #777d74 !important;
    }

    .vac-item:nth-child(2n+2) {
        margin-right: 0px;
    }







    .lic-item {
        position: relative;
        width: 100%;
        margin-bottom: 35px;
    }
    .lic-item-img {
        width: calc( 50% - 20px);
        display: inline-block;
        max-height: 420px;
        /* overflow: hidden; */
        background: #f06520;
    }
    .lic-item-date {
        margin-bottom: 10px;
        padding-left: 53px;
        display: none;
    }

    .lic-item-info {
        position: relative;
        bottom: 0;
        left: 0;
        width: 160px;
        margin: 0 auto;
        margin-bottom: 70px;
        margin-top: 20px;
        /* margin: 0 auto; */
    }

    .reviews-list-button {
        margin-bottom: 60px;
        margin-top: 29px;
        text-align: center;
    }

    .pp-box-tabs-head {
        max-width: 100%;
        max-height: 40px;
        position: relative;
        text-align: center;
        width: 262px;
        margin: 0 auto;
    }

    .filter-item.filter-item_toggle {
        width: 202px;
    }
    .filter-item.filter-item_toggle .pp-tabs-item {
        width: 100%;
    }
    .pd-page-list-item {
        width: 100%;

    }
    .new-item-map-texts__item {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        box-sizing: border-box;
        padding-right: 24px;
        font-size: 13px;
        margin-bottom: 15px;
    }
    .news-item-date {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }


    .news-page-item {
        width: 100%;
    }
    .page-subfilter {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        margin-bottom: 60px;
        margin: 0 auto;
        margin-bottom: 37px;
    }

    .news-page-item-intro {
        margin-top: 13px;
        line-height: 1.5;
    }
    .news-page-item-img {
        width: 100%;
        height: 190px;
        overflow: hidden;
    }
    .news-page-item-img-info {
        box-sizing: border-box;
        padding: 20px;
    }
    .news-page-item-title {
        font-size: 16px;
        border-bottom: 1px solid;
        display: inline;
    }
    .blankpage-content {
        box-sizing: border-box;
        padding-left: 0;
        padding-top: 40px;
        text-align: center;
        box-sizing: border-box;
        padding: 40px;
    }
    .blankpage-title {
        font-size: 46px;
        font-weight: 900;
        color: #777d74;
        line-height: 1.1;
        padding-right: 0;
    }
    .blankpage-wrap {
        width: 100%;
        height: 350px;
        margin-bottom: 100px;
        background: #fff;
        text-align: center;
        margin-top: 100px;
        background-size: contain;
        box-shadow: 1px 1px 76px 10px rgba(0, 0, 0, 0.12);
    }

    .cont-list-wrap {
        width: 100%;
    }
    .cont-list {
        float: none;
        margin-bottom: 0;
    }
    .cont-list-wrap .cont-list:nth-of-type(2) {
        padding-left: 0;
    }
    .cont-list-wrap .cont-list:nth-of-type(3) {
        padding-left: 0;
    }


    .cont-list-title {
        width: 100%;
        font-size: 27px;
        margin-bottom: 15px;
        max-width: 100%;
    }
    .cont-list.cont-list_leftborder:after {
        content: ' ';
        position: absolute;
        top: -28px;
        right: 0;
        height: calc(100% + 63px);
        background: transparent;
        display: block;
        width: 1px;
    }
    .pp-box-right {
        display: none;
    }

    .pp-box-left {
        width: 100%;
        float: none;
    }

    .cont-list-popup {
        box-sizing: border-box;
        background: #fff;
        /* background: palegoldenrod; */
        padding: 32px 37px;
        width: 100%;
        min-width: initial;
        box-shadow: 1px 1px 41px 2px rgba(0, 0, 0, 0.32);
        /* position: absolute; */
        z-index: 2;
    }



    .cont-list .cont-list-block {
        padding-left: 0;
        margin-bottom: 34px;
        padding-bottom: 40px;
        border-bottom: 1px solid #a8b4a5;
    }
    .cont-list-wrap.cont-list-wrap_border {
        border-top: none;
        padding-top: 0px;
    }

    .pp-box-right {
        display: block;
        float: none;
    }

    .cont-list-block {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .filter-block.filter-block_actions-page {
        display: block;
        width: 100%;
        top: 85px;
    }
    .filter-block.filter-block_actions-page .filter-item.filter-item__learnmore {
        display: none;
    }
    .actions-filter {
        padding-top: 34px;
        padding-bottom: 20px;
    }
    .pp-box-tabs-head {
        max-width: 100%;
        max-height: initial;
        position: relative;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .pp-tabs-item {
        border: 1px solid #777d74;
        width: 100%;
        border: 1px solid #777d74 !important;
        border-bottom: none !important;
        border-radius: 0px !important;
        box-sizing: border-box;
    }
    .pp-tab {
        display: none;
        height: 200px;
        margin-top: 40px;
    }
    .pp-tab-gal-item-img {
        max-height: initial;
        height: initial;
        overflow: hidden;
    }
    .map {
        max-height: 200px;
        height: 200px;
    }
    .pp-tab-map {
        max-height: 200px;
        height: 200px;
    }
    .pp-tab-gal-item-caption {
        /* display: table; */
        width: 100%;
        text-align: center;
        vertical-align: middle;
        height: 70px;
        box-sizing: border-box;
        padding-top: 19px;
        overflow: hidden;
        font-size: 14px;
    }

    .pp-tabs-item:last-child {
        border-right: 1px solid;
        border-radius: 0 100px 100px 0;
        border-bottom: 1px solid !important;
    }

    .filter-block.filter-block_actions-page .filter-item{
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        margin-bottom: 40px;

    }
    .filter-block.filter-block_actions-page .filter-item-title {
        font-size: 24px;
        font-family: 'museo_sans_cyrl500';
        margin-bottom: 0px;
    }

    .actions-list .action-item {

        margin: 0 auto;
        margin-bottom: 25px;
    }
    .actions-list {
        text-align: center;
    }

    span.item-range__value {
        display: inline-block;
    }
    .bonus-sys-block__top__pdf .pdf-ico {
        float: left;
    }

    .bonus-sys-block__top__pdf .bonus-system-pdf-text {
        float: left;
        width: calc(100% - 62px);
    }

    .page-404-text {
        position: absolute;
        top: 100px;
        right: 0;
        width: 270px;
        left: 0;
        margin: auto;
        text-align: center;
    }
    .page-404-doc {
        display: none;
    }
    .page-404-doc-shadow {
        display: none;
    }


    .bonus-system-list__item-range br{
        display:initial;
    }

    .pagelayout-wrapper {
        width: 90%;
    }
    .header {
        width: 100%;
        display: none;
    }
    .header-wrapper {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }


    .header.header_s .header-wrapper {
        width: 960px;
    }
    .header_s .header__top-block {
        width: 600px;
    }
    .header_s .header__bottom-block {
        width: 600px;
    }

    .header_s .header__top-block__callback {
        margin-right: 27px;
    }
    .header_s .header__top-block__buttons {
        margin-left: 42px;
    }

    .header_s .header__bottom-block__menu__item {
        margin: 0 22px;
    }
    .search-wrap {
        width: 100%;
        padding-top: 55px;
    }
    .index-block {
        text-align: left;
        width: 960px;
        margin: 0 auto;
    }
    .mainpage-first-screen__leftside {
        position: relative;
        top: initial;
        left: 0;
        width: 100%;
        height: initial;
    }
    .mainpage-first-screen__leftside__menu {
        margin-top: 45px;
        width: 90%;
    }

    .mainpage-first-screen__leftside__news-block{
        display: none;
    }
    .mainpage-first-screen_doctor {
        display: none;
    }
    .mainpage-first-screen_doctor__shadow{
        display: none;
    }
    .mp_scr1_menu_col {
        display: inline-block;
        width: 50%;
        float: left;
        vertical-align: top;
        padding-right: 0;
    }

    .clinics-schedules {
        width: 960px;
    }
    .mp_scr1_menu_item {
        margin-bottom: 18px;
    }
    .mp_scr1_menu_item a {
        font-family: 'museo_sans_cyrl500';
        font-size: 15px;
        line-height: 1.2;
    }
    .mainpage-first-screen__rightside {
        position: relative;
        top: initial;
        right: initial;
        width: 100%;
        z-index: 3;
        color: #fff;
        /* display: none; */
    }

    .mainpage-first-screen__leftside h1 {
        color: #fff;
        line-height: 1;
        font-size: 40px;
        font-weight: 300;
    }

    .clinics-schedules-list__item {
        width: 296px;
        display: inline-block;
        vertical-align: top;
        margin-right: 82px;
        margin-bottom: 31px;
        position: relative;
    }

    .mainpage-first-screen_logo {
        display: none;
    }
    .specialists-block {
        width: 90%;
        padding: 40px 20px;
    }


    .specialists-list__item-text {
        font-size: 16px;
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        margin-right: 0;
        padding-right: 0;
    }

    .specialists-list__item-img {
        float: none;
        margin: 0 auto;
    }

    .specialists-list__item {
        width: 100%;
        text-align: center;
    }
    .specialists-block-leftside {
        float: left;
        width: 100%;
    }
    .mainpage-content {
        width: 90%;
        margin: 0 auto;
        margin-top: 70px;
    }
    .bonus-system-list__item {
        display: inline-block;
        width: calc(25% - 68px);
        margin-right: 83px;
    }
    .bonus-system-list__item:last-child {
        margin-right: 0px;
    }

    .mainpage-content-leftside {
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .mainpage-content-rightside {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        margin-top: 64px;
    }


    .bonus-system-list__item:first-child .bonus-system-list__item-range{

    }


    .footer-wrapper {
        width: 700px;
    }
    .footer-left {
        width: 240px;
        float: left;
    }

    .footer-right {
        float: left;
        width: 50px;
        text-align: right;
    }
    .footer-center {
        float: left;
        width: 440px;
        margin-left: 20px;
    }
    .footer-mainmenu a {
        font-family: 'museo_sans_cyrl500';
        font-size: 14px;
        margin-right: 31px;
        margin-bottom: 13px;
        display: inline-block;
    }

    .footer-submenus__item a {
        display: block;
        margin-bottom: 4px;
        font-size: 14px;
    }


    .footer-address {
        margin-top: 170px;
        font-size: 14px;
    }
    .footer-copyrs {
        font-size: 14px;
    }
    .footer-devby {
        margin-top: 0px;
        position: absolute;
        width: 300px;
        bottom: 0;
        right: 0;
        font-size: 14px;
    }

    .footer-wrapper {
        padding-bottom: 50px;
    }

    .footer-right {
        float: left;
        width: 100px;
        text-align: right;
        height: 380px;
        position: absolute;
        right: 0;
        top: 100px;
        height: 277px;
    }


    .mainpage-first-screen {
        height: 90%;
    }

    .page-block {
        width: 90%;
        margin: 0 auto;
        position: relative;
        padding-top: 70px;
    }
    .action-item-content-block__left {
        width: 100%;
        float: left;
        height: initial !important;
        box-sizing: border-box;
        padding: 0px 36px 0 36px;
        background: #fff;
    }
    .more-actions-list {
        height: 856px;
        min-height: 856px;
        overflow: hidden;
        padding-top: 50px;
        /* padding-bottom: 50px; */
    }

    .articles-more-list__item:first-child {
        margin-right: 86px;
    }


    .articles-more-list__item {
        width: 435px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 54px;
    }
    .articles-more-list__item__text {
        float: left;
        width: 100%;
    }

    .articles-more-list__item__img {
        margin-bottom: 10px;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }

    .action-item {
        width: 337px;
        height: 480px;
    }
    .action-item:hover .action-intro {
        height: 180px;
    }

    .action-item:hover .action-title {
        bottom: 252px;
    }


    .filter-block {
        width: 700px;
        padding: 0 30px;
        display: none;
    }


    .filter-item {
        width: 190px;
        display: inline-block;
        vertical-align: top;
        margin-right: 25px;
    }


    .bonus-sys-block__top__title {
        width: 500px;
    }

    .bonus-system-list__item {
        display: inline-block;
        width: calc(49% - 0px);
        margin-right: 0px;
    }

    .bonus-rules-list {
        margin-top: 25px;
        font-size: 14px;
    }

    .bonus-rules-exceptions {
        margin-bottom: 0;
        font-size: 14px;
    }
    .clinics-schedules-list__item:after {
        content: ' ';
        width: calc(100% + 68px);
        display: none;
    }

    .contacts-items-list-rightside .contacts_item{
        margin-right: 0px;
    }
    .contacts-items-list-leftside {
        position: relative;
        float: left;
        width: 726px;
        /* border-right: 2px solid #a2a59e; */
    }
    div#map {
        width: 100%;
        height: 400px;
    }

    .direcrion-block {
        width: 650px;
    }

    .dir-description img {
        max-width: 100%;
    }

    .doc-image {
        width: 170px;
        height: 170px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        background: #b1c3b2;
        margin: 0 auto;
    }

    .dic-image-block {
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .doc-text-block {
        float: none;
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }
    .doc-additional-item {
        display: block;
        margin-right: 0;
        margin-bottom: 32px;
        font-size: 14px;
    }

    .shedule-wrapper {
        width: 1220px;
    }

    table.shedule-table td {
        border: 1px solid #d8dacc;
        padding: 12px 0px;
    }
    span.shedule-td-split__up-name {
        position: absolute;
        top: 6px;
        right: 11px;
        font-size: 12px;
        color: #bdc6ba;
    }

    span.shedule-td-split__down-name {
        position: absolute;
        bottom: 4px;
        left: 10px;
        font-size: 12px;
        color: #bdc6ba;
    }

    td.shedule-table-td_left-first {
        padding-left: 19px !important;
        text-align: left;
        cursor: pointer;
        position: relative;
        font-size: 13px;
    }
    span.shedule-timerange {
        display: inline-block;
        padding: 4px 14px;
    }
    span.shedule-timerange:after {
        padding-top: 7px;
        font-size: 15px;
        text-align: center;
    }
    .video-player-container {
        width: 648px;
        height: 350px;
        z-index: 2;
        position: relative;
        width: 710px;
        height: 420px;
    }
    .doc-video-player {
        float: left;
        width: 710px;
        height: 420px;
    }
    .doc-video-list-inner {
        height: 244px;
    }

    .doc-video-list-outer {
        float: left;
        width: 280px;
        height: 250px;
        display: none;
    }

    .page-two-cols__right {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
    }
    .page-two-cols__left {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding-right: 0;
        position: relative;
        margin-bottom: 60px;
    }
    .filter-item.filter-item_alf {
        width: 200px;
        margin-right: 0px;
    }


    .doctors-list {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    .doctors-list .specialists-list__item {
        width: 317px;
        margin-bottom: 60px;
    }
    .doc-small-pp .specialists-list__item {
        width: 260px;
    }

    .poly-right {
        width: 450px;
        float: left;
    }
    .poly-left {
        float: left;
        width: 550px;
        margin-right: 90px;
    }

    .poy-menu-left {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 30px;
        float: left;
        -moz-columns: 1;
        -webkit-columns: 1;
        columns: 1;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 0;
    }


    .poy-menu-right {
        float: right;
        display: none;
        position: relative;
        margin-right: 42px;
        margin-top: 70px;
        height: 234px;
    }

    .specialists-list__item-text-name {
        font-size: 20px;
        display: block;
        margin-bottom: 7px;
    }
    span.specialists-list__item-text-description {
        font-size: 15px;
    }


    .specialists-block-rightside {
        display: none;
    }

    .lgtts-block-text {
        width: 90%;
        font-size: 15px;
    }


    .bonus-system-list__item-range{
        font-size: 15px;
    }


    .header__logo-block img {
        position: absolute;
        top: 20px;
        left: 0;
    }
    .header__top-block {
        position: absolute;
        top: 0;
        right: 0;
        width: 680px;
    }
    .header__top-block__callback {
        display: inline-block;
        margin-left: 14px;
        margin-right: 20px;
        vertical-align: 3px;
    }



    span.header__logo-block__logo-text {
        display: none;
    }

    .header__top-block__callback {
        display: none;
    }

    .header__top-block__font-changer {
        display: none;
    }

    .header__top-block__buttons {
        display: inline-block;
        margin-left: 34px;
        margin-right: 43px;
        vertical-align: 4px;
    }

    .services-block {
        margin: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 100%;
        width: 960px;
        background: #6a6661;
        color: #fff;
        box-sizing: border-box;
        padding: 20px 20px;
        height: 604px;
        overflow: hidden;
        z-index: 12;
        top: -1000px;
    }

    .services-dir-item {
        padding: 4px 0;
        padding-right: 30px;
        padding-left: 11px;
        font-size: 14px;
    }
    .services-block-rightside {
        float: left;
        width: 390px;
        margin-left: 30px;
    }

    .services-block-leftside {
        float: left;
        width: 224px;
    }

    .menu-banners {
        width: 90%;
        margin: 0 auto;
        margin-top: 43px;
    }

    .services-block {
        margin: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 100%;
        width: 700px;
        background: #6a6661;
        color: #fff;
        box-sizing: border-box;
        padding: 20px 20px;
        height: 454px;
        overflow: hidden;
        z-index: 12;
        top: -1000px;
    }
    .rightside__shedules-item__shedule {
        width: 240px;
    }

    .clinics-schedules-list__item {
        width: 257px;
        display: inline-block;
        vertical-align: top;
        margin-right: 66px;
        margin-bottom: 31px;
        position: relative;
    }



    .firsttime__circle {
        position: absolute;
        width: 400px;
        height: 400px;
        background: #7e776f;
        border-radius: 50%;
        z-index: -1;
        top: -49px;
        left: -80px;
        opacity: 1;
    }


    .ft_title {
        font-size: 22px;
        font-size: 31px;
        margin-bottom: 20px;
    }
    .breadcrumbs {
        width: 700px;
        margin: 0 auto;
        padding-top: 20px;
        display: none;
    }

    .action-item-content-block__right {
        width: 240px;
    }

    .more-actions-item {
        display: block;
        width: 300px;
        margin: 0 auto;
        position: relative;
        padding: 19px 0;
    }

    .more-actions-item__text__title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .more-actions-item__text {
        float: left;
        width: calc(100% - 111px);
        margin-left: 19px;
        padding-top: 7px;
    }

    .filter-item.filter-item__learnmore {
        width: 200px;
        margin-right: 0;
        margin-top: 5px;
    }


    a.learnmore-button {
        display: inline-block;
        width: 200px;
        margin-top: 14px;
        padding: 12px 26px;
        border: 1px solid #777d74;
        color: #777d74;
        box-sizing: border-box;
        text-align: center;
        text-decoration: underline;
        font-size: 13px;
        border-radius: 5px;
        box-shadow: 0px 0px 0px rgba(240, 101, 32, 0.27);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }


    .action-img {
        width: 75%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
    }

    .action-img img {
        width: 100%;
    }
    .action-title {
        position: absolute;
        bottom: 70px;
        left: 30px;
        width: calc(100% - 60px);
        font-size: 20px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }

    .action-item .action-img:after {
        content: ' ';
        display: block;
        top: 11px;
        position: absolute;
        left: -20px;
        width: 120%;
        height: 100%;
        opacity: 0;
        content: ' ';
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
        background: -moz-linear-gradient(top, rgba(234,241,232,0) 0%, rgba(234,241,232,1) 89%, rgba(234,241,232,1) 100%);
        background: -webkit-linear-gradient(top, rgba(234,241,232,0) 0%,rgba(234,241,232,1) 89%,rgba(234,241,232,1) 100%);
        background: linear-gradient(to bottom, rgba(234,241,232,0) 0%,rgba(234,241,232,1) 89%,rgba(234,241,232,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaf1e8', endColorstr='#eaf1e8',GradientType=0 );
    }


    .page-title_doctors-list {
        width: 100%;
        margin: 0 auto;
    }

    .bonus-sys-card_hand{
        display: none;
    }


    .bonus-sys-card_subj {
        background: url(../img/bonus/card.png) no-repeat;
        width: 516px;
        height: 436px;
        position: absolute;
        top: 20px;
        left: 83px;
    }



    .bonus-sys-block__top__title {
        width: 400px;
    }
    .bonus-sys-block__top__title {
        position: absolute;
        top: 37px;
        left: 49px;
        font-size: 27px;
        width: 400px;
    }

    .bonus-system-list.bonus-system-list_bonuspage .bonus-system-list__item-range {
        font-size: 13px;
    }

    .rightside__shedules-item-buttons {
        width: 325px;
        display: none;
    }
    span.phone-item-val2 {
        display: inline-block;
        font-size: 20px;
        margin-left: 15px;
    }
    .contacts-items-list-rightside {
        float: left;
        margin-left: 53px;
    }
    .contacts-items-list-leftside {
        position: relative;
        float: left;
        width: 100%;
        border-bottom: 2px solid #a2a59e;
        margin-bottom: 77px;
    }
    .cont-item-text {
        width: 100%;
        margin-bottom: 40px;
    }
    .contacts-items-list-rightside {
        float: left;
        margin-left: 0px;
    }

    .dir-services-list__item__title {
        font-size: 14px;
    }

    .dir-services-list__item__price {
        font-size: 14px;
    }
    .direcrion-block {
        width: 100%;
    }

    .direcrion-block.direcrion-block_docs {
        width: 570px;
        margin-bottom: 200px;
    }
    h1.doc-name {
        font-size: 32px;
        text-align: center;
    }
    .doc-text {
        font-size: 20px;
    }
    span.doc-additional-item__text {
        font-size: 14px;
        vertical-align: middle;
    }

    .pp-doc-met-thumbs-list {
        width: 187px;
        margin: 0 auto;
        /* overflow-y: scroll; */
        /* padding-right: 30px; */
    }

    .pp-doc-met-block-left {
        float: left;
        width: 500px;
    }
    .pp-doc-met-block-right {
        float: left;
        width: 250px;
        margin-left: 20px;
    }

    .pp-doc-met-block-left__img img {
        height: initial;
        max-width: 100%;
    }
    .pp-doc-met-thumbs {
        height: 350px;
        overflow-y: auto;
        padding-right: 30px;
    }
    .pp-doc-met-block-left__img {
        height: 350px;
        text-align: center;
        overflow: hidden;
    }
    .shedule-wrapper {
        width: 90%;
        overflow-x: auto;
    }

    span.shedule-timerange {
        display: inline-block;
        padding: 7px 16px;
        font-size: 16px;
    }

    span.shedule-timerange sup {
        vertical-align: super;
        font-size: 8px;
    }
    td.shedule-table-td_top {
        font-size: 16px;
    }
    .doc-video-item__preview {
        position: relative;
        width: 210px;
        height: 118px;
        overflow: hidden;
    }
    .doc-video-item__title {
        margin-top: 3px;
        font-size: 14px;
    }
    .doc-video-list-inner {
        width: 217px;
    }
    .doc-video-player {
        float: left;
        width: 100%;
        height: 250px;
        margin-bottom: 60px;
    }
    .video-player-container {
        width: 648px;
        height: 350px;
        z-index: 2;
        position: relative;
        width: 100%;
        height: 250px;
    }


    td.shedule-td-split {
        width: 20%;
    }
    .doc-small-pp {
        padding: 28px 11px 28px 28px;
    }

    .poly-big-text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .poly-left {
        float: left;
        width: 100%;
        margin-right: 0;
    }
    .poly-right {
        width: 100%;
        float: left;
        margin-top: 36px;
    }

    .mainpage-first-screen .pagelayout-wrapper {
        height: 100%;
        box-sizing: border-box;
        padding-top: 155px;
    }
    .rightside__shedules {
        width: 300px;
        left: 0;
        position: relative;
        display: inline-block;
        margin-right: 75px;
    }
    .mainpage-first-screen__rightside_firsttime {
        position: relative;
        display: inline-block;
        width: 300px;
    }

    .firsttime__circle {
        display: none;
    }

    .mainpage-content-leftside:after{
        display:none;
    }
    .header__bottom-block__menu__item {
        display: inline-block;
        margin: 0 11px;
        font-size: 14px;
        font-family: 'museo_sans_cyrl500';
    }

    .header__bottom-block {
        position: absolute;
        top: 70px;
        width: 100%;
        right: 0;
        height: 68px;
        box-sizing: border-box;
        padding-top: 21px;
    }

    .header__top-block__buttons a:nth-child(2){
        display:none;
    }
    .header__logo-block {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 75px;
        height: 81px;
        overflow: hidden;
    }

    .header__top-block {
        position: absolute;
        top: 0;
        right: 0;
        width: 580px;
    }

    .header__top-block__buttons {
        display: inline-block;
        margin-left: 126px;
        margin-right: 8px;
        vertical-align: 4px;
    }

    span.submenu-ico {
        position: absolute;
        width: 20px;
        height: 20px;
        left: -22px;
        top: -2px;
    }

    .footer-contacts a {
        font-size: 20px;
        display: block;
        margin-bottom: 3px;
    }

    .footer-for-ip {
        margin-bottom: 76px;
        width: 182px;
    }

    .footer-submenus__item {
        display: inline-block;
        margin-right: 12px;
        width: 168px;
        vertical-align: top;
    }

    .footer-submenus__item a {
        display: block;
        margin-bottom: 8px;
        font-size: 13px;
    }

    .footer-right {
        float: left;
        width: 100px;
        text-align: right;
        height: 380px;
        position: absolute;
        right: 0;
        top: 0;
        height: 396px;
    }
    .footer-address {
        margin-top: 94px;
        font-size: 13px;
    }
    .footer-copyrs {
        font-size: 13px;
    }
    .footer-devby {
        margin-top: 0px;
        position: absolute;
        width: 300px;
        bottom: 0;
        right: 0;
        font-size: 13px;
    }

    .footer-contacts {
        margin-top: 92px;
        margin-bottom: 58px;
    }


    .services-block-leftside__menu {
        border-right: 2px solid #fff;
        padding-left: 0px;
    }

    .menu-rightside-list-block a {
        color: #fff;
        display: block;
        padding: 4px 0;
        font-size: 14px;
    }
    .menu-rightside-list-block {
        padding: 0 20px;
        height: 355px;
        overflow-y: auto;
    }

    .page-subtitle {
        width: 100%;
        text-align: center;
    }

    .action-item-content__title h1 {
        font-size: 32px;
        font-weight: 300;
        text-align: center;
    }
    .action-item-content__intro {
        font-size: 18px;
        line-height: 1.3;
    }

    .action-clinic-item__title {
        font-family: 'museo_sans_cyrl700';
        font-size: 16px;
        margin-bottom: 10px;
    }
    .action-clinic-item__phone {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .action-clinic-item__shedule {
        font-size: 12px;
        line-height: 1.5;
    }
    .action-clinic-item {
        display: inline-block;
        vertical-align: text-bottom;
        margin-right: 23px;
        margin-bottom: 40px;
        font-size: 12px;
    }
    .more-actions-item {
        display: block;
        width: 200px;
        margin: 0 auto;
        position: relative;
        padding: 19px 0;
    }
    .action-item-content__title {
        padding-top: 85px;
    }

    .more-actions-item__text__title {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .action-item-content-block__right {
        min-height: 900px;
        display: none;
    }

    .articles-more-list__item {
        width: 100%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        margin-bottom: 54px;
    }

    .articles-more-list__item:first-child {
        margin-right: 0;
    }

    .articles-more-list:after{
        display:none;
    }



    .actions-list a:nth-child(3n+3) .action-item {
        margin-right: 21px;
    }

    .actions-list a:nth-child(2n+2) .action-item {
        margin-right: 0px;
    }
    .bonus-sys-block__top__title {
        position: absolute;
        top: 37px;
        left: 27px;
        font-size: 27px;
        width: calc(100% - 56px);
        text-align: center;
    }
    .bonus-sys-block__top {
        height: 700px;
        background: #d4ddd1;
        position: relative;
    }
    .bonus-sys-block__top__pdf {
        position: absolute;
        bottom: 69px;
        left: 20px;
    }
    .bonus-sys-card_wrap {
        position: absolute;
        right: 0;
        width: 100%;
        top: 350px;
    }


    .bonus-sys-card_subj {
        background: url(../img/bonus/card.png) no-repeat;
        width: 100%;
        height: 300px;
        position: absolute;
        top: 0;
        left: 24px;
        right: 0;
        margin: auto;
        background-size: contain;
    }


    .bonus-rules-list__item {
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }
    .bonus-rules-exceptions__block {
        width: 100%;
        margin-bottom: 60px;
        padding-right: 0;
    }

    .bonus-system-list__item {
        vertical-align: top;
        margin-bottom: 34px;
    }

    .dir-rightside-wrap {
        padding: 40px 30px 30px;
        font-size: 14px;
    }
    .dir-clinics-list__item__title {
        font-size: 16px;
        font-family: 'museo_sans_cyrl500';
    }
    .dir-rightside {
        width: 250px;
        display: none;
    }
    .dir-actions-list .owl-prev {
        top: -121px;
        left: -30px;
    }

    .dir-actions-list .owl-next {
        top: -121px;
        right: -30px;
    }


    .direcrion-block.direcrion-block_docs {
        width: 100%;
        margin-bottom: 200px;
    }

    .dir-rightside-mats {
        padding: 40px 29px 60px;
    }


    .doc-additional {
        margin-top: 27px;
        display: block;
    }

    .doc-shed-places__item {
        display: block;
        padding: 7px 26px;
        box-sizing: border-box;
        border-radius: 0px !important;
        width: 100%;
        margin-top: -1px;
    }
    .shedule-title {
        display: table-cell;
        vertical-align: middle;
        font-size: 23px;
        padding-left: 53px;
        position: relative;
        text-align: left;
    }
    span.shedule-navigation__prev {
        margin-right: 18px;
        cursor: pointer;
        position: relative;
    }
    .page-two-cols__left:after{
        display: none;
    }

    .dir-description_cont{
        width: 100%;
        text-align: center;
    }
    .direcrion-block.direcrion-block_cont {
        width: 100%;
    }
    .contacts_item:nth-child(3n+3) {
        margin-right: 0px;
    }

    .contacts-items-list-leftside:after{
        display: none;
    }

    .index-block {
        text-align: left;
        width: 700px;
        margin: 0 auto;
        display: none;
    }
    .four-colums {
        -moz-columns: 3;
        -webkit-columns: 3;
        columns: 3;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .hide-mob{
        display: none;
    }

    h1.mp-mob-title {
        color: #fff;
        line-height: 1;
        font-size: 40px;
        font-weight: 300;
    }

    h1.mp-mob-title span {
        font-family: 'museo_sans_cyrl900';
    }

    .mp-mpb-menu .mp_scr1_menu_item {
        width: 50%;
        float: left;
        /* font-size: 16px; */
    }
    .mainpage-first-screen_mob {
        width: 100%;
        /* background: #cdd4c9; */
        background: -moz-linear-gradient(left, rgba(168,178,164,0.65) 1%, rgba(168,178,164,0) 10%, rgba(168,178,164,0) 90%, rgba(168,178,164,0.65) 100%, #cdd4c9);
        /* background: -webkit-linear-gradient(left, rgba(168,178,164,0.65) 1%,rgba(168,178,164,0) 10%,rgba(168,178,164,0) 90%,rgba(168,178,164,0.65) 100%), #cdd4c9; */
        /* background: linear-gradient(to right, rgba(168,178,164,0.65) 1%,rgba(168,178,164,0) 10%,rgba(168,178,164,0) 90%,rgba(168,178,164,0.65) 100%), #cdd4c9; */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a8b2a4', endColorstr='#a6a8b2a4',GradientType=1 );
    }

    .btn_arr_l{
        background: url("../img/btn_arr_l.png") no-repeat;
        width: 11px;
        height: 18px;
        display: inline-block;
        vertical-align: -3px;
        margin-right: 10px;
    }
    .btn_arr_r{
        background: url("../img/btn_arr_r.png") no-repeat;
        width: 11px;
        height: 18px;
        display: inline-block;
        margin-left: 10px;
        vertical-align: -5px;
    }

    a.btn.btn_arr__r {
        padding: 5px 7px 5px 7px;
        font-size: 14px;
    }

    a.btn.btn_arr__l {
        padding: 5px 7px 5px 7px;
        font-size: 14px;
    }

    .mp-firstscreen-buttons {
        text-align: center;
    }

    .mp-firstscreen-buttons a {
        display: inline-block;
        margin: 0 3px;
    }

    .mainpage-first-screen_mob-wrap {
        width: 100%;
        margin: 0 auto;
        /* padding: 100px 0; */
    }

    .mp-mpb-menu {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mp-mob-slider-item-sched-title {
        font-size: 33px;
        margin-bottom: 20px;
    }
    .clinics-schedules-block__title {
        font-size: 20px;
        margin-bottom: 14px;
        min-height: 33px;
    }
    .clinics-schedules-list__item {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        margin-bottom: 31px;
        position: relative;
    }
    .rightside__shedules-item__address {
        font-size: 23px;
        min-height: 50px;
        text-align: center;
    }

    .rightside__shedules-item__shedule {
        width: 100%;
    }

    .btn_arr__r_w{

        background: url("../img/btn_arr_r_w.png") no-repeat;
        width: 11px;
        height: 18px;
        display: inline-block;
        margin-left: 10px;
        vertical-align: -5px;
    }

    .mp-mob-slider-item{
        background: #cdd4c9;
        padding: 100px 0;
    }
    .mp-mob-slider-item_scheds{
        background: #777d74;
        color: #fff;
    }

    .mp-mob-slider-item-wrapper {
        margin: 0 auto;
        width: 90%;
    }

    .mp-mob-slider-item.mp-mob-slider-item_scheds .rightside__shedules-item__shedule {
        border-color: #fff;
        color: #fff;
    }

    .mp-mob-slider-item.mp-mob-slider-item_scheds .clinics-schedules-block__title__text a {
        color: #fff;
    }

    .mp-mob-slider-item.mp-mob-slider-item_scheds .clinics-schedules-list .clinics-schedules-list__item:hover .rightside__shedules-item__shedule {
        color: #fff;
    }

    .mp-mob-slider-item.mp-mob-slider-item_scheds .clinics-schedules-list .clinics-schedules-list__item:hover .rightside__shedules-item__shedule {
        border-color: #fff;
    }

    .mp-mob-slider-item.mp-mob-slider-item_scheds .clinics-schedules-list .clinics-schedules-list__item:hover {
        color: #fff;
    }

    .clinics-schedules-block {
        margin-bottom: 0;
    }

    .mp-mob-slider-item-scheds {
        height: 520px;
        overflow-y: auto;
        margin: 0 auto;
    }
    .mp-mob-slider-item-scheds-wrap {
        width: 90%;
        margin: 0 auto;
    }


    a.btn.btn_w {
        background: #fff;
        color: #494542;
        padding: 5px 10px;
        font-size: 14px;
    }

    .mp-mob-slider-item-scheds-wrap-button {
        text-align: right;
        margin-top: 50px;
    }
    .mp-mob-slider-item.mp-mob-slider-item_price {
        background: #7e776f;
        color: #fff;
    }

    .ft_pricelist_item {
        font-family: 'museo_sans_cyrl300';
        font-size: 18px;
        width: 100%;
        margin-bottom: 29px;
        line-height: 1.2;
    }

    .ft_pricelist_wrap {
        font-size: 16px;
        height: 413px;
        overflow-y: auto;
        margin-bottom: 30px;
    }
    .btn_arr_l_w{

        background: url("../img/btn_arr_l_w.png") no-repeat;
        width: 11px;
        height: 18px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: -5px;
    }

    .mp-mob-slider-price-list-buttons {
        text-align: center;
        margin-top: 63px;
    }

    .mp-mob-slider-price-list-buttons a {
        margin: 0 7px;
    }

    .specialists-list-buttons {
        margin-top: 50px;
        text-align: center;
    }
    .specialists-list-buttons a {
        margin-bottom: 10px;
    }

    h2 {
        text-align: center;
    }
    .feedbacks-list__item {
        margin-bottom: 53px;
        text-align: left;
    }
    .bonus-system-list__row {
        border-bottom: none;
        text-align: center;
        margin-bottom: 0px;
    }

    .feedbacks-button {
        text-align: center;
    }

    .bonus-system-list__item-val {
        font-size: 40px;
    }

    .bonus-system-list__item-range br {
        display: none;
    }

    .news-block-list__item-textblock {
        display: block;
        text-align: center;
    }

    .news-block-list__item__date {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .news-block-list__item {
        margin-bottom: 60px;
    }

    .news-block-button {
        text-align: center;
    }

    .lgtts-input {
        font-size: 18px;
        padding-right: 120px;
    }

    button.btn.btn_lgtts-form {
        padding: 9px 10px;
    }

    .lgtts-block {
        padding: 60px 0;
        width: 90%;
        margin: 0 auto;
    }

    .lgtts-block-title {
        font-size: 24px;
    }
    .header-mob {
        position: fixed;
        z-index: 99;
        width: 100%;
        background: #fff;
        height: 84px;
    }

    .header-mob-logo {
        position: absolute;
        top: 26px;
        left: 7px;
        width: 48px;
    }

    .header-mob-phone a {
        display: inline-block;
        font-size: 18px;
        /* border-bottom: 1px dotted; */
    }

    .header-mob-phone {
        position: absolute;
        top: 31px;
        left: 74px;
    }

    .header-mob-menu-trigger {
        position: absolute;
        top: 27px;
        right: 8px;
    }

    span.btn.btn-m-trigger {
        background: #ff6510;
        border-color: #ff6510;
    }


    .header-mob-menu {
        position: absolute;
        top: 100%;
        width: 100%;
        height: calc(100vh - 100px);
        background: #6a6661;
        color: #fff;
        top: -1000px;
    }

    .header-mob-menu__top {
        height: 69px;
        border-bottom: 2px solid #fff;
        width: 90%;
        margin: 0 auto;
    }

    .header-mob-menu__top .btn {
        position: absolute;
        left: 5%;
        top: 20px;
    }

    .header-mob-menu-search {
        position: absolute;
        right: 5%;
        top: 20px;
    }

    a.btn.btn_trans {
        background: transparent;
        border-color: #fff;
    }

    .header-mob-menu-list {
        width: 90%;
        margin: 0 auto;
        height: calc(100% - 150px);
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
    }

    .header-mob-menu-title {
        font-size: 27px;
        margin-top: 15px;
        margin-bottom: 9px;
    }

    .header-mob-menu-list-item a {
        color: #fff;
        font-size: 19px;
        display: block;
        padding: 10px 0;
    }
    .search-title {
        font-size: 28px;
    }

    .search-subtitle {
        font-size: 12px;
        width: 90%;
        margin: 0 auto;
    }

    .search-close {
        top: 30px;
    }

    .search-input input {
        /* width: 90%; */
        margin: 0 auto;
    }

    button.search-ico {}

    .search-input {
        width: 90%;
        margin: 0 auto;
        margin-top: 33px;
    }


    .header-mob-menu.open{
        top: 100%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;

    }
    .header-mob-menu{
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;

    }


    .search-wrapper{
        overflow-y: auto;
    }




    .footer-wrapper {
        display: none;
    }

    .footer-mobile {
        display: block;
        text-align: center;
    }

    .footer-mobile-wrap {
        width: 90%;
        margin: 0 auto;
    }

    .footer {
        padding-top: 20px;
    }

    .footer-mobile-logo {
        max-width: 59%;
        margin: 0 auto;
        margin-bottom: 40px;
        margin-top: 17px;
    }

    .footer-mobile-logo img {
        width: 100%;
    }

    .footer-mobile-menu a {
        display: inline-block;
        min-width: 50%;
        float: left;
        text-align: left;
        width: 50%;
        margin-bottom: 13px;
    }

    .footer-mobile-menu {
        margin-bottom: 40px;
    }

    .footer-mobile-conts a {
        display: block;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .footer-mobile-social a {
        margin: 0 5px;
    }

    .footer-mobile-social {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .footer-mobile-bottom-left {
        width: 50%;
        text-align: left;
        font-size: 12px;
        float: left;
    }

    .footer-mobile-bottom {
        padding-top: 20px;
        border-top: 2px solid;
    }

    .footer-mobile-bottom-right {
        width: 50%;
        font-size: 12px;
        float: left;
        text-align: right;
    }

    .lgtts-item {
        width: 90%;
        height: 60px;
        background: transparent;
        margin: 0 auto;
        position: relative;
    }



    .header-mob, .mainpage-first-screen_mob, .footer-mobile{
        display: block;
    }

    span.btn.btn-m-trigger.mob-m-active {
        color: #fff;
    }
    span.btn.btn-m-trigger:hover {
        color: #fff;
    }

    span.btn.btn-m-trigger.mob-m-active:after {
        width: 0px;
        height: 0px;
        border-top: solid 8px #ff6510;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        content: ' ';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }




    .action-item-content__img {
        left: 0;
        right: 0;
        margin: auto;
    }

    .action-item-content__till {
        text-align: center;
    }

    .more-button {
        text-align: center;
    }
    h1.page-title {
        text-align: center;
    }

    .bonus-sys-block__bottom {
        padding: 20px;
    }

    .bonus-sys-block__bottom__title {
        text-align: center;
    }

    .bonus-rules-item.bonus-rules-item__left {
        /* display: none; */
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .bonus-rules-item.bonus-rules-item__right {
        display: block;
        position: relative;
        /* margin-bottom: 40px; */
        width: 100%;
        text-align: center;
    }

    .bonus-sys-block__bottom__rules {
        /* display: none; */
        width: 100%;
        height: initial;
    }

    .bonus-rules-list__item {}
    .bonus-rules-list__item:before{
        margin: 0 auto;
        margin-bottom: 9px;
        width: 150px;
    }


    .bonus-rules-exceptions__block__col {
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }

    .bonus-rules-additional {
        text-align: center;
        font-size: 18px;
    }
    .contacts_item {
        margin-right: 0;
        /* margin: 0 auto; */
        margin-bottom: 30px;
        display: block;
    }

    .map-block {
        display: none;
    }

    .contacts-items-list h2 {
        font-size: 36px;
    }
    .dir-doctors-button {
        text-align: center;
    }


    .doc-shed-title {
        text-align: center;
        font-size: 28px;
    }

    .doc-block-title {
        text-align: center;
    }

    .feedback-list-button {
        text-align: center;
    }

    .dic-honors-list .owl-next {
        right: 0;
    }

    .dic-honors-list .owl-prev {
        left: 0;
    }

    .shedule-header {
        width: 100%;
    }

    .shedule {
        width: 100%;
    }

    .doc-ed-block-wrap-table table {
        width: 100%;
        table-layout: fixed;
    }

    .doc-ed-block-wrap-table table tr td:first-child {
        width: 71px;
        padding-right: 10px;
        font-size: 12px;
    }

    .pp.pp-doc-ed {
        padding: 20px;
        min-width: 100%;
    }

    .doc-ed-block-wrap-table table tr td:last-child {
        width: calc(100% - 50px);
        padding-left: 10px;
        padding-right: 10px;
    }

    .doctors-shedule-toggle.doctors-shedule-toggle_mobile {
        padding-top: 120px;
        margin-top: 0;
    }

    .doc-tog-item {
        padding: 7px 30px;
    }


    .poly-gal .owl-next {
        right: 0px;
    }
    .poly-gal .owl-prev {
        left: 0px;
    }


    .shedule-navigation {
        display: none;
    }
    table.rtable.rtable--flip.shedule-table {
        display: none;
    }

    .shedule-table-mobile__prev{
        background: url("../img/shed_mor_left.png");
        width: 17px;
        height: 41px;
        display: block;
        position: absolute;
        top: 15px;
        left: 20px;
    }

    .shedule-table-mobile__next{
        background: url("../img/shed_mor_right.png");
        width: 17px;
        height: 41px;
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
    }

    .shedule-table-mobile__head__name {
        font-size: 24px;
    }

    .shedule-table-mobile-item__head {
        position: relative;
        padding-top: 20px;
        padding-bottom: 18px;
        border-bottom: 1px solid #d8dacc;
    }

    .shedule-mob-item {
        position: relative;
        border-bottom: 1px solid #d8dacc;
        padding: 17px 0;
        text-align: left;
    }

    .shedule-mob-item__left {
        font-size: 22px;
        text-align: left;
        padding-left: 20px;
        display: inline-block;
        width: 49%;
    }

    .shedule-mob-item__right {
        display: inline-block;
        text-align: right;
        width: 36%;
    }


    .shedule-table-mobile__nav-next__arrow{
        background: url("../img/shed_mor_down_h.png") no-repeat;
        width: 41px;
        height: 17px;
        display: inline-block;
    }


    .shedule-table-mobile__nav-prev__arrow{
        background: url("../img/shed_mor_up.png") no-repeat;
        width: 41px;
        height: 17px;
        display: inline-block;

    }

    .shedule-table-mobile__nav {
        position: relative;
        width: 100%;
        height: 77px;
    }

    .shedule-table-mobile__nav-prev {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        background: #fff;
        height: 100%;
        box-sizing: border-box;
        padding-top: 26px;
    }

    span.shedule-table-mobile__nav-prev__text {
        font-size: 18px;
        margin-left: 10px;
    }

    .shedule-table-mobile__nav-next {
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        background: #777d74;
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding-top: 26px;
    }

    span.shedule-table-mobile__nav-next__text {
        font-size: 18px;
        margin-right: 14px;
    }

    .shedule-table-mobile {
        display: block;
        text-align: center;
    }
    .shedule-table-mobile-slider {
        background: #eaf1e8;
    }

    .shedule-table-mobile-slider .owl-controls {
        display: none;
    }

    .doctors-shedules-block {
        margin-bottom: 20px;
    }



    .shedule-table-mobile__head__name {
        font-size: 24px;
        text-align: center;
    }

    .doc-shedule-block {
        margin-top: -60px;
    }

    .pp-doc-ex {
        width: 100%;
        padding: 20px;
        min-width: 100%;
    }


    .pp.pp-doc-mets {
        width: 100%;
        padding: 20px;
        min-width: 100%;
    }

    div#app-sched {
        width: 100%;
        /* text-align: center; */
        min-width: 100%;
        padding: 20px;
    }


    .pp-form-filled-block-item_s {
        width: 43%;
        display: inline-block;
    }

    .pp-button {
        text-align: center;
    }

    span.bonus-rules-disc-title {
        width: calc(100% - 74px);
    }
    span.bonus-rules-points-title {
        font-size: 20px;
        display: block;
    }
    .pp-doc-met-block-left__img {
        height: 220px;
        text-align: center;
        overflow: hidden;
    }

    .pp-doc-met-block-left {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }
    .pp-doc-met-block-left {
        float: left;
        width: 100%;
    }



    .tab_i_head {
        height: 60px;
        position: relative;
        background: #a0a99c;
        color: #fff;
        /* display: table; */
        width: 100%;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
        box-sizing: border-box;
        /* display: table-cell; */
        vertical-align: middle;
        font-size: 15px;
        padding-left: 40px;
        position: relative;
        box-sizing: border-box;
        padding-top: 21px;
        white-space: nowrap;
        overflow: hidden;
    }
    .tab_i_head:before {
        content: ' ';
        background: url(../img/shed_i.png) no-repeat center;
        width: 18px;
        height: 18px;
        display: inline-block;
        position: absolute;
        top: 0px;
        bottom: 0;
        margin: auto;
        left: 13px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }
    .oms-info-l {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .oms-info-r {
        float: left;
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .oms-text1 {
        font-size: 24px;
        margin-bottom: 60px;
    }
    .oms-doc {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 60px;
        margin-right: 0;
    }
    .oms-text2 {
        font-size: 24px;
        margin-bottom: 60px;
    }
    .oms-org-item {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }
    .oms-org-item:nth-child(2n+2) {
        padding-left: 0px;
    }
    .tab_i_body {
        box-sizing: border-box;
        padding: 20px 25px;
        background: #eaf1e8;
        display: none;
    }
    .down_item {
        display: inline-block;
        padding-left: 33px;
    }
    .tab_sched_item_name {
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
        float: left;
        padding-left: 0;
    }
    .tab_sched_item__ {
        float: left;
        width: 100%;
    }
    .tab_sched_item_times {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: none;
        float: left;
        box-sizing: border-box;
        padding-left: 0px;
    }

    .header-mob-menu-block_i {
        /* position: absolute; */
        /* transform: translate3d(130%, 0, 0); */
        width: 100%;
        /* top: 0; */
        /* left: 0; */
        /* pointer-events: none; */
        /* visibility: hidden; */
        /* height: 0; */
        /* display: none; */
        /* padding-top: 17px; */
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }

    .header-mob-menu-block_i.show {
        transform: translate3d(0%,0,0);
        pointer-events: all;
        visibility: visible;
        display: block;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }

    .header-mob-menu-block_i a {
        color: #fff;
        font-size: 19px;
        display: block;
        padding: 10px 0;
        width: 100%;
        position: relative;
    }
    a.mob-menu-lint_to_sub:after {
        content: ' ';
        display: inline-block;
        /* position: absolute; */
        right: 0;
        top: 16px;
        background: url(../img/btn_arr_r.png) no-repeat;
        width: 11px;
        height: 16px;
        background-size: contain;
        vertical-align: middle;
        margin-left: 15px;
    }
    a.btn.btn_trans.js-mob-m-back:active {
        color: #fff;
    }
    a.btn.btn_trans.js-mob-m-back:focus {
        color: #fff;
    }
    a.btn.btn_trans.js-mob-m-back:hover {
        color: #fff;
    }

    .header-mob-menu-block_i.header-mob-menu-block_first a {
        font-size: 27px;
        /* font-family: 'museo_sans_cyrl300'; */
        /* font-family: 'museo_sans_cyrl500'; */
    }

    .header-mob-menu__bottom .btn {
        font-size: 13px;
        margin: 0 5px;
    }

    .header-mob-menu__bottom {
        text-align: center;
        padding-top: 18px;
    }
    .header-mob-menu-block_wrapper.js-scroll {
        height: 100%;
    }

    .header-mob-menu-list_wrap {
        height: 100%;
    }
    .header-mob-menu-block_wrapper.show {
        transform: translate3d(0%,0,0);
        pointer-events: all;
        visibility: visible;
        /* display: block; */
        /* height: 100%; */
        overflow-y: auto;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }

    .header-mob-menu-block_wrapper {
        position: absolute;
        transform: translate3d(130%, 0, 0);
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        overflow-y: auto;
        pointer-events: none;
        visibility: hidden;
        /* height: 0; */
        /* display: none; */
        /* padding-top: 17px; */
        height: 100%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }





    .poy-menu-left__stomatology {
        padding-bottom: 90px;
    }
    .btn__oms {
        left: 30px;
        bottom: 30px;
    }
    .poly-block__stomatology {
        margin-bottom: 50px;
    }
    .dir-description1 {
        margin-bottom: 30px;
    }
    .poly-left__stomatology {
        margin-top: 50px;
    }
    .admins-dsc {
        width: 100%;
        text-align: center;
    }

    .table_td_small {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .table-wrap {
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape){
    .news-page-item-img {
        width: 100%;
        height: 380px;
        overflow: hidden;
    }
    .footer-mobile-menu a {
        display: inline-block;
        min-width: 50%;
        float: left;
        text-align: left;
        width: 50%;
        margin-bottom: 13px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

.footer-contacts .footer_contacts_small {
    font-size: 14px;
}

.header__top-block__buttons .btn {
    font-size: 16px;
}

.header__top-block {
    line-height: 1;
    font-size: initial;
}
.header__bottom-block {
    font-size: 16px;
    line-height: initial;
}