*:focus {
    outline: none;
}

.page-container.new-page-container {
    width: 1097px;
}

.head-new {
}
.head-new .title {
    display: flex;
    align-items: center;
}
.head-new .title__left {
    flex-shrink: 0;
    font-size: 34px;
    font-weight: 100;
}
.head-new .title__left h1 {
    font-size: 34px;
    font-weight: 100;
    display: inline;
    margin: 0;
    padding: 0;
}
.head-new .title__left:after {
    content: '·';
    font-size: 99px;
    color: #00a3dd;
    margin: 0 9px;
    height: 10px;
    display: inline-flex;
    line-height: 0px;
    position: relative;
    top: 25px;
}
.head-new .title__right {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    color: #333333;
    position: relative;
    top: 5px;
    font-weight: bold;
}
.head-new .title__right a {
    color: #333333;
}
.head-new .title__right > *:not(:last-child)::after {
    content: ',';
    display: inline;
}
.head-new .title__right > *:nth-child(4) {
    flex-basis: 100%;
}
.head-new .title__right > *:not(:last-child) {
    margin-right: 5px;
}
.undertitle {
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto;
}
.undertitle .undertitle__rating {
    border: 1px solid #5ebbdc;
    border-radius: 17px;
    display: flex;
    align-items: center;
    background: #e9f9ff;
}
.undertitle .undertitle__rating img {
    height: 12px;
}
.undertitle .undertitle__rating__review {
    padding: 6px 10px;
    color: #13aadf;
    position: relative;
    background: #fff;
    border-radius: 17px 0px 0px 17px;
    cursor: pointer;
}
.undertitle .undertitle__rating__review:after {
    position: absolute;
    width: 71%;
    left: 15%;
    bottom: 14%;
    display: block;
    content: '';
    border-bottom: 1px dashed #13aadf;
}
.undertitle .undertitle__rating__stars {
    background: #e9f9ff;
    cursor: pointer;
    border-radius: 0px 17px 17px 0px;
    padding: 0px 10px;
}
.undertitle .undertitle__stage {
    font-size: 18px;
    display: flex;
    align-items: center;
}
.undertitle .undertitle__stage img {
    height: 18px;
    margin: 0px 9px 0 15px;
}

.rating-input {
    display: inline-block;
    margin: 0 9px;
}
.colorbox {
    text-decoration: none;
}
.gradient-wrap {
    background: linear-gradient(to top, #baecff, #fff);
    box-shadow: 0 5px 5px -5px #333;
}
.head-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.head-info__docpic {
    flex-basis: 54%;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}
.head-info__docpic__icons {
    position: absolute;
    position: absolute;
    left: 3%;
    top: 8%;
    cursor: pointer;
}
.head-info__docpic__icons__single {
    /*border: 1px solid #5ebbdc;*/
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    margin-bottom: 10px;
}
.head-info__docpic__icons__single a{
    height: 45px;
    width: 45px;
    display: block;
}
.head-info__docpic__icons__single img {
}
.head-info__docpic__image {
    background: #fff;
    margin-right: 15px;
    min-width: 60%;
    border-radius: 20px 20px 0px 0px;
    text-align: right;
}
.head-info__docpic__image img {
    height: 100%;
    max-height: 376px;
}
.head-info__docpic__specilization {
    position: absolute;
    background: #00a3dd 0% 0% no-repeat padding-box;
    border-radius: 50px 50px 0px 0px;
    bottom: 0;
    font-size: 18px;
    padding: 13px 38px 7px 38px;
    left: 11%;
    color: #fff;
}
.head-info__docpic__price {
    background: #fff;
    height: 105px;
    border-radius: 10px;
    font-weight: 100;
    padding: 16px 16px 14px 21px;
    min-width: 121px;
    font-weight: bold;
}
.head-info__docpic__price__red {
    color: #f34255;
    display: block;
    font-size: 18px;
    font-size: 25px;
    margin-top: 5px;
    font-weight: normal;
}
.head-info__raspisanie {
    flex-basis: 37%;
    position: relative;
    max-width: 470px;
    position: relative;
    top: -32px;
}
.head-info__raspisanie__top-buttons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.head-info__raspisanie__top-buttons__blue {
    color: #fff;
    font-size: 16px;
    background: #00a3dd;
    border-radius: 24px;
    width: 203px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    margin-right: 10px;
}
.head-info__raspisanie__top-buttons__white {
    font-size: 16px;
    border: 1px solid #00a3dd;
    border-radius: 24px;
    color: #00a3dd;
    background: #fff;
    width: 224px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-info__raspisanie__headl {
    color: #00a3dd;
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 18px;
    font-weight: 500;
}
.head-info__raspisanie__slider {
    opacity: 0;
    z-index: -999999;
    position: absolute;
}
.head-info__raspisanie__slider.active {
    opacity: 1;
    z-index: 1;
    position: relative;
}
.head-info__raspisanie__bottom-buttons {
    margin-top: 35px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.head-info__raspisanie__bottom-buttons__blue {
    cursor: pointer;
    background: #27b4e6;
    color: #fff;
    border-radius: 30px;
    height: 53px;
    width: 240px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 15px;
    border: 3px solid #00a3dd;
    padding: 0 13px;
    position: relative;
    overflow: hidden;
}
.head-info__raspisanie__bottom-buttons__blue:after {
    content: '';
    background: #00a3dd;
    position: absolute;
    width: 100%;
    top: -48px;
    height: 58px;
    border-radius: 50%;
}
.head-info__raspisanie__bottom-buttons__blue:before {
    content: '';
    background: #00a3dd;
    position: absolute;
    width: 100%;
    bottom: -48px;
    height: 58px;
    border-radius: 50%;
}
.head-info__raspisanie__bottom-buttons__blue img {
    background: #fff;
    padding: 6px 7px;
    border-radius: 31px;
}
.head-info__raspisanie__bottom-buttons__transparent {
    color: #00a3dd;
    border: 1px solid #00a3dd;
    border-radius: 30px;
    background: transparent;
    height: 53px;
    width: 177px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-info__raspisanie__slider__top {
    max-width: 467px;
}
.head-info__docpic__icons__single {
    position: relative;
}
.head-info__docpic__icons__single:hover .uptext {
    display: block;
}
.uptext {
    position: absolute;
    background: #fff;
    left: 120%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 0px 7px;
    font-size: 14px;
    font-weight: normal;
    display: none;
    z-index: 9999;
}
.uptext:before {
    content: '';
    display: block;
    background: #fff;
    clip-path: polygon(48% 48%, 100% 100%, 100% 0);
    width: 10px;
    height: 10px;
    right: 100%;
    top: 3px;
    position: absolute;
    box-shadow: 0px 3px 6px #00000029;
}
.head-info__docpic__icons__single:hover {
    background: #00a3dd;
}
.head-info__docpic__icons__single:hover svg {
    fill: #fff;
}
.whitestar {
}
body
> div.page-wrap
> main
> div.gradient-wrap
> section.head-info.page-container
> div.head-info__docpic
> div.head-info__docpic__icons
> div:nth-child(1)
> span {
    min-width: 197px;
}
body
> div.page-wrap
> main
> div.gradient-wrap
> section.head-info.page-container
> div.head-info__docpic
> div.head-info__docpic__icons
> div:nth-child(2)
> span {
    min-width: 150px;
}
body
> div.page-wrap
> main
> div.gradient-wrap
> section.head-info.page-container
> div.head-info__docpic
> div.head-info__docpic__icons
> div:nth-child(3)
> span {
    min-width: 115px;
}
body
> div.page-wrap
> main
> div.gradient-wrap
> section.head-info.page-container
> div.head-info__docpic
> div.head-info__docpic__icons
> div:nth-child(4)
> span {
    min-width: 115px;
}
body
> div.page-wrap
> main
> div.gradient-wrap
> section.head-info.page-container
> div.head-info__docpic
> div.head-info__docpic__icons
> div:nth-child(5)
> span {
    min-width: 160px;
}

.tohite {
    height: 45px;
}
.head-info__docpic__icons__single:hover .tohite {
    /*filter: invert(100);*/
}
.testimonails-doc__slider__single__body__readmore:hover {
    background: #ef5363;
    border: 1px solid #ef5363;
    color: #fff;
}
.timetozap.active,
.timetozap:hover,
.choose-date.active,
.choose-date:hover {
    background: #ef5363;
    color: #fff;
}

.topbuttons {
    position: relative;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 400;
}
.topbuttons:hover .adress-podrobnee {
    display: flex;
}
.adress-podrobnee {
    position: absolute;
    background: #fff;
    left: -12%;
    box-shadow: 0px 10px 20px #0085b459;
    border-radius: 5px;
    padding: 0px 7px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    width: 124%;
    display: none;
    flex-direction: column;
    bottom: 125%;
    padding: 12px 21px;
}
.adress-podrobnee:before {
    content: '';
    display: block;
    background: #fff;
    clip-path: polygon(0 0, 50% 50%, 100% 0);
    width: 15px;
    height: 15px;
    right: 46%;
    top: 100%;
    position: absolute;
    box-shadow: 0px 3px 6px #00000029;
}
.adress-podrobnee__adr {
    font-weight: normal;
}
.adress-podrobnee img {
    position: relative;
    top: 2px;
}
.adress-podrobnee__metro {
    padding-bottom: 5px;
}
.adress-podrobnee__metro img {
    left: -4px;
}
.adress-podrobnee__adr img {
    margin-right: 4px;
}

.twoweek {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-around !important;
}
.datetozap {
    position: relative;
    border: 2px solid transparent;
    cursor: pointer;
    flex-basis: 11%;
    background: #fff;
    box-shadow: 0px 3px 5px #01326b28;
    border-radius: 17px;
    text-align: center;
    margin: 0 7px 10px 7px;
    box-shadow: 0px 3px 10px #01326b28;
}
.datetozap span {
    display: block;
}
.datetozap span:first-child {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.datetozap span:last-child {
    font-size: 15px;
    font-weight: bold;
}
.datetozap.notactive {
    color: #c1c1c1;
}
.datetozap.active,
.datetozap:hover {
    border: 2px solid #00a3dd;
}
.datetozap.active:before {
    content: '·';
    font-size: 51px;
    color: #00a3dd;
    position: absolute;
    line-height: 0;
    left: 2px;
    top: 15px;
}
.head-info__raspisanie__slider__bot {
    display: flex;
    justify-content: space-around;
    max-width: 467px;
}
.timetozap,
.choose-date {
    transition: 0.4s;
    color: #ef5363;
    background: #fff;
    border: 1px solid #ef5363;
    border-radius: 32px;
    width: 100px;
    text-align: center;
    padding: 7px 0;
    margin: 0 7px;
    cursor: pointer;
}
.slick-arrow {
    position: absolute;
    border: none;
    background: transparent;
    cursor: pointer;
    cursor: p;
    z-index:9999;
}

.head-info__raspisanie__slider__top .slick-prev {
    top: 31%;
}
.head-info__raspisanie__slider__top .slick-next {
    top: 32%;
}
.slick-prev {
    left: -8%;
    top: 17%;
}
.slick-next {
    right: -8%;
    top: 17%;
}

.topbuttons {
    cursor: pointer;
}
.topbuttons.act {
    color: #fff;
    background: #00a3dd;
}
.topbuttons.notact {
    border: 1px solid #00a3dd;
    color: #00a3dd;
    background: #fff;
}

.tags-doctor {
    width: 100%;
}
.tags-doctor > div {
    display: flex;
    flex-wrap: wrap;
    margin: 17px auto 35px;
    padding-left: 35px;
}
.tags-doctor > div > div {
    background: #00a3dd;
    border-radius: 16px;
    color: #fff;
    height: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin: 5px 5px;
}
.tags-doctor > div > div a {
    color: #fff;
    text-decoration: none;
}
.tags-doctor > div > div a:hover {
    text-decoration: underline;
}
.about-doc__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-doc__wrapper__left {
    flex-basis: 53%;
    margin-right: 40px;
    max-width: auto;
}
.qa__item_new {
}
.qa__item_new .qa__item-title.js-qa-item-title {
    border-radius: 5px;
}
.qa__item_new.is-opened .qa__item-title {
    border-radius: 5px 5px 0px 0px;
}
.qa__item_new.is-opened .qa__item-title::before {
    content: '+';
    width: 39px;
    height: 39px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3px;
    right: 15px;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 28px;
}

.qa__item_new .qa__item-title::before {
    content: '+';
    width: 39px;
    height: 39px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3px;
    right: 15px;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 28px;
}
.qa__item-title.no_js{
    cursor: default;
}
.qa__item_new.is-opened .qa__item-title.no_js::before,.qa__item_new .qa__item-title.no_js::before {
    display: none;
}
.qa__item_new .qa__item-title::after {
    display: none;
}
.qa__item_new .qa__item-text {
    background: #f6fdff;
}
.qa__item_new .qa__item-text li,
.head-other-doctor-list li {
    position: relative;
    list-style-type: none;
    background: none;
    padding-left: 45px;
    font-size: 16px;
}
.qa__item_new .qa__item-text li:before,
.head-other-doctor-list li:before {
    content: '·';
    font-size: 91px;
    left: 0;
    color: #00a3dd;
    position: absolute;
    line-height: 0;
    top: 15px;
}
.about-doc__wrapper__right {
    box-shadow: 6px 0 4px -4px #f1f1f1, -6px 0 4px -4px #f1f1f1;
    -moz-box-shadow: 6px 0 4px -4px #f1f1f1, -6px 0 4px -4px #f1f1f1;
    -webkit-box-shadow: 6px 0 4px -4px #f1f1f1, -6px 0 4px -4px #f1f1f1;
    /*max-height: 573px;*/
    flex-basis: 37%;
    flex-basis: 39%;
    max-width: 460px;
}
.about-doc__wrapper__right__wrapb {
    background: #00a3dd;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}
.about-doc__wrapper__right__call-to-act {
    font-size: 15px;
    padding: 25px 0 15px 0;
}
.about-doc__wrapper__right__tel {
    background: #ffffff;
    color: #00a3dd;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    width: 213px;
    margin: auto;
}
.about-doc__wrapper__right__tel span:first-child {
    font-size: 15px;
}
.about-doc__wrapper__right__tel span {
    font-size: 24px;
    margin-right: 5px;
}
.about-doc__wrapper__right__tel img {
}
.about-doc__wrapper__right__left-z {
    text-align: center;
    letter-spacing: 0px;
    color: #0085dd;
    font-weight: 500;
    font-size: 16px;
    margin: 17px 0;
}
.about-doc__wrapper__right__form {
}
.about-doc__wrapper__right__form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about-doc__wrapper__right__form form input {
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #b7dce9;
    border-right-color: rgb(183, 220, 233);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 22px 0px 0px 22px;
    padding: 11px 17px;
    width: 199px;
    border-right: none;
}
.about-doc__wrapper__right__form form input::-webkit-input-placeholder {
    color: #c1c1c1;
}
.about-doc__wrapper__right__form form input::-moz-placeholder {
    color: #c1c1c1;
}
.about-doc__wrapper__right__form form input:-moz-placeholder {
    color: #c1c1c1;
}
.about-doc__wrapper__right__form form input:-ms-input-placeholder {
    color: #c1c1c1;
}
.about-doc__wrapper__right__form form .submit {
    font-size: 18px;
    border: none;
    background: #e8f4f6 0% 0% no-repeat padding-box;
    border-radius: 0px 22px 22px 0px;
    color: #00a3dd;
    width: 199px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}
.about-doc__wrapper__right__policy {
    font-size: 12px;
    color: #0085dd;
    text-align: center;
    margin: 17px 0;
    padding: 0 25px;
}
.about-doc__wrapper__right__image {
}
.about-doc__wrapper__right__image img {
}

.testimonails-doc {
    margin-top: 50px;
    margin-bottom: 50px;
}
.testimonails-doc__topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonails-doc__click {
    text-align: center;
    font: Bold 16px/28px Roboto;
    letter-spacing: 0px;
    color: #000000;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #c1c1c1;
    border-radius: 20px;
    width: 170px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonails-doc__slider {
    margin: 0 -15px;
}
.testimonails-doc__slider__single {
    max-width: auto;
    margin: 0 15px;
}
.testimonails-doc__slider__single__head {
    background: #00a3dd 0% 0% no-repeat padding-box;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    padding: 20px 25px;
}
.testimonails-doc__slider__single__head__name {
    font-size: 18px;
    margin-bottom: 10px;
}
.testimonails-doc__slider__single__head__resource {
    font-size: 14px;
    margin-bottom: 5px;
}
.testimonails-doc__slider__single__head__date {
    font-size: 14px;
    margin-bottom: 5px;
}
.testimonails-doc__slider__single__head__stars {
}
.testimonails-doc__slider__single__head__stars img {
    height: 15px;
    display: inline-block !important;
}
.testimonails-doc__slider__single__head__rating {
    font-size: 14px;
}
.testimonails-doc__slider__single__body {
    min-height: 238px;
    position: relative;
    font-size: 16px;
    font-style: italic;
    border: 1px solid #dfdfdf;
    border-top-color: rgb(223, 223, 223);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    padding: 46px 25px 25px 25px;
    text-align: left;
}
.testimonails-doc__slider__single__body:after {
    content: '❞';
    position: absolute;
    left: -16px;
    top: -53px;
    color: #c8f0ff;
    font-size: 234px;
    z-index: -1;
}
.testimonails-doc__slider__single__body__readmore {
    transition: 0.6s;
    border: 1px dashed #ef5363;
    border-radius: 18px;
    width: 155px;
    height: 35px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ef5363;
    margin: 33px auto 1px;
    cursor: pointer;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    background-color: #ef5363;
    border: 1px solid transparent;
}
.slick-dots li {
    background: #fff;
    border: 1px solid #888888;
    height: 11px;
    width: 11px;
    cursor: pointer;
    transition: 0.4s;
}
.diploma {
}
.diploma__tags {
    display: flex;
    flex-wrap: wrap;
}
.diploma__tags__single {
    background: #ffffff;
    border: 1px solid #c1c1c1;
    padding: 8px 25px;
    font-size: 18px;
    border-radius: 20px;
    margin-right: 18px;
    cursor: pointer;
    transition: 0.6s;
}
.diploma__tags__single.active,
.diploma__tags__single:hover {
    background: #00a3dd;
    color: #fff;
    border: 1px solid #00a3dd;
}

.diploma__slider {
    padding: 50px 0 0 0;
    display: flex;
    overflow-x: scroll;
    width: 100%;
    position: relative;
}

.diploma__slider {
    position: absolute !important;
    opacity: 0;
    z-index: -99999;
}
.diploma__slider.active {
    position: relative !important;
    opacity: 1;
    z-index: 1;
}

.pseudoafter {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 98%;
    background: linear-gradient(
        to left,
        rgb(255, 255, 255, 1),
        rgb(255, 255, 255, 0)
        );
    z-index: 9;
}
.diploma__slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 98%;
    background: linear-gradient(
        to right,
        rgb(255, 255, 255, 1),
        rgb(255, 255, 255, 0)
        );
    z-index: 9;
}
.diploma__slider__single {
    margin: 0 18px;
    min-width: 22%;
    padding-top: 44px;
    position: relative;
}
.diploma__slider__single:after {
    content: '';
    height: 40%;
    width: 1px;
    background: #efefef;
    right: 0;
    top: 20%;
    position: absolute;
    display: none;
}
.diploma__slider__single > a > img {
    width: 200px;
    height: 200px;
    border: 4px solid #fff;
    object-fit: cover;
    border-radius: 140px;
    box-shadow: 0 0 20px #c1c1c1;
}
.diploma__slider__lupa {
    font: 16px;
    font-style: italic;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 26px 0 40px 0;
    cursor: pointer;
}
.diploma__slider__lupa img {
    margin-right: 10px;
    margin-left: -45px;
}

.custom-scroll_inner {
    display: flex;
}
.custom-scroll_bar-y {
    display: none;
}
.custom-scroll_bar-x {
    background: #56afcf !important;
    opacity: 1 !important;
    height: 34px !important;
    border-radius: 2px !important;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
    bottom: -14px !important;
}
.custom-scroll_container:after {
    position: absolute;
    background: #56afcf !important;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0.6;
}
.another-doc {
    margin-top: 50px;
}
#doctor-list.doc2__items {
    margin: 0 -12px;
}
.another-doc__slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.another-doc__slider .doc2__item {
    margin: 0 12px;
}

.mobile-block {
    display: none;
}

.doc-mobile {
}
.doc-mobile .head-info__docpic__icons {
    position: relative;
    display: flex;
    width: 95%;
    justify-content: center;
}
.doc-mobile .head-info__docpic__icons__single {
    margin-right: 5px;
}
.doc-mobile .head-info__docpic__image {
    position: relative;
}
.doc-mobile .head-info__docpic__specilization {
}
.doc-mobile .head-info__docpic__price {
    font-weight: bold;
    border: 1px solid #dedede;
    border-radius: 10px;
    display: flex;
    width: 162px;
    height: 51px;
    justify-content: space-between;
    margin: 15px auto 15px;
}
.tags-doctor-mobile {
    display: flex;
    margin: 15px auto;
    overflow-x: scroll;
    padding-bottom: 15px;
}
.tags-doctor-mobile div.sinfletag {
    background: #00a3dd;
    border-radius: 16px;
    color: #fff;
    height: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin: 5px 5px 20px 5px;
}
.tags-doctor-mobile div.sinfletag a {
    color: #fff;
    text-decoration: none;
}

.doc-mobile .tags-doctor-mobile {
}

.modal-rew-wrapper,
.modal-zapis-wrapper,
.modal-callback-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.modal-rew-wrapper-bg {
    background: rgb(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 5;
}
.modal-rew {
    position: relative;
    z-index: 5;
    background: #00a3dd;
    border-radius: 20px;
    color: #fff;
}
.modal-rew-title {
    text-align: center;
    margin: 60px 0 20px 0;
    font-size: 30px;
    font-weight: bold;
}
.modal-rew__body {
    padding: 0 32px;
}
.modal-rew__body__text {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.modal-rew__body__text input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 16px;
    padding: 11px 21px;
    flex-basis: 38%;
}
.modal-rew__body__text input:first-child {
    flex-basis: 28%;
    margin-right: 15px;
    max-width: 33%;
}
.modal-rew__body__text input:last-child {
    flex-basis: 45%;
}
.modal-rew__body__textarea {
    display: flex;
}
.modal-rew__body__textarea__input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 16px;
    padding: 11px 21px;
    flex-basis: 89%;
}
.modal-rew__body__rating {
    padding: 0 0px 0 23px;
    margin: 35px 0;
}
.modal-rew__body__rating span {
}
.modal-rew__body__rating img {
}
.modal-rew__footer {
    padding: 44px 32px;
    background: #00b1f1;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 0px 22px 22px;
    align-items: center;
    justify-content: space-between;
}
.modal-rew__submit {
    display: flex;
    justify-content: center;
    align-content: ;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    background: #fff;
    border: 2px solid transparent;
    color: #1bade0;
    font-size: 17px;
    width: 170px;
    height: 50px;
    border-radius: 27px;
    margin-right: 25px;
}
.modal-rew__footer__policy {
}
.modal-rew__footer__policy a {
    color: #fff;
    border-bottom: 1px dashed #fff;
    display: inline-block;
}
.close-modal {
    right: 22px;
    top: 7px;
    position: absolute;
    font-size: 41px;
    font-weight: 100;
    cursor: pointer;
}

.modal-rew__body__text input::-webkit-input-placeholder,.modal-rew__body__text input {
    color: #fff;
}
.modal-rew__body__text input::-moz-placeholder {
    color: #fff;
}
.modal-rew__body__text input:-moz-placeholder {
    color: #fff;
}
.modal-rew__body__text input:-ms-input-placeholder {
    color: #fff;
}
textarea{
    resize: none;
}
.modal-rew__body__textarea__input::-webkit-input-placeholder,.modal-rew__body__textarea__input {
    color: #fff;
}
.modal-rew__body__textarea__input::-moz-placeholder {
    color: #fff;
}
.modal-rew__body__textarea__input:-moz-placeholder {
    color: #fff;
}
.modal-rew__body__textarea__input:-ms-input-placeholder {
    color: #fff;
}
.modal-rew__submit:hover {
    border: 2px solid #fff;
    background: #1bade0;
    color: #fff;
}
.modalcall__rew {
    cursor: pointer;
}
.invizlink {
    text-decoration: none;
}

.success {
    font-size: 20px;
    text-align: center;
    max-width: 500px;
}
.successtime {
    font-size: 20px;
    text-align: center;
}

.formfooter {
    background: #e8f4f6;
    margin-top: 55px;
}
.formfooter__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}
.formfooter__phone {
    margin-right: 40px;
}
.formfooter__phone a {
    text-decoration: none;
}
.formfooter__phone img {
    position: relative;
    top: 6px;
    margin-right: 5px;
}
.formfooter__phone span {
    color: #0085dd;
    font-size: 24px;
}
.formfooter__form__wrap {
}
.formfooter__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.formfooter__form input {
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #b7dce9;
    border-right-color: rgb(183, 220, 233);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(183, 220, 233);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 22px 0px 0px 22px;
    padding: 11px 17px;
    width: 199px;
    border-right: none;
}
.formfooter__form .submit {
    font-size: 18px;
    border: none;
    background: #00a3dd 0% 0% no-repeat padding-box;
    border-radius: 0px 22px 22px 0px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 199px;
}

.formfooter__form input::-webkit-input-placeholder {
    color: #c9c9c9;
}
.formfooter__form input::-moz-placeholder {
    color: #c9c9c9;
}
.formfooter__form input:-moz-placeholder {
    color: #c9c9c9;
}
.formfooter__form input:-ms-input-placeholder {
    color: #c9c9c9;
}

.modal-zapis-wrapper {
}
.modal-zapis-wrapper .modal-rew {
    position: relative;
    min-width: 636px;
    min-height: 548px;
    top: 23px;
}
.modal-zapis-wrapper .modal-rew-title {
}

.modal-zapis-wrapper .modal-header {
    background: #00b1f1;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 197px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-zapis-wrapper .modal-header .modal-rew-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0 20px 0;
}
.modal-zapis-wrapper .modal-header-tex {
    padding: 0 53px;
    margin-bottom: 7px;
}
.modal-zapis-wrapper .modal-header-tex .head-modal-vrach {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}
.modal-zapis-wrapper .modal-header-tex span:last-child {
    font-size: 18px;
}

.modal-zapis-wrapper .modal-rew__body {
    height: 198px;
    padding: 0px 53px 0 53px;
}
.modal-zapis-wrapper .modal-rew__body__text {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-top: 35px;
}
.modal-zapis-wrapper .modal-rew__body__text input {
    color: #fff;
    width: 168px;
    padding: 0 20px;
    height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.modal-zapis-wrapper .modal-rew__body__text input:last-child {
    width: 262px;
    padding: 0 20px;
    height: 40px;
}
.modal-zapis-wrapper .modal-rew__body__textarea {
}
.modal-zapis-wrapper
.modal-rew__body__textarea
.modal-rew__body__textarea__input {
    color: #fff;
    width: 490px;
    padding: 10px 20px;
    height: 80px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.modal-zapis-wrapper .modal-rew__body__rating {
    height: 15px;
    opacity: 0;
    height: 15px;
    opacity: 0;
    margin: 0px;
    padding: 0;
}
.modal-zapis-wrapper .modal-rew__body__rating span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.modal-zapis-wrapper .rating-input {
    margin: 0 15px 0 16px;
}
.modal-zapis-wrapper .modal-rew__footer {
    width: 533px;
    height: 120px;
    padding: 0 53px;
}
.modal-zapis-wrapper .modal-rew__submit {
    width: 170px;
    height: 50px;
    color: #00a3dd;
    background: #ffffff;
    border-radius: 25px;
    margin-right: 0;
}
.modal-zapis-wrapper .modal-rew__footer__policy {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    position: relative;
    left: -23px;
}

.modal-zapis-wrapper .close-modal {
    color: transparent;
}
.modal-zapis-wrapper .close-modal:after {
    position: absolute;
    left: 0;
    bottom: 25px;
    background: #fff;
    transform: matrix(-0.72, 0.7, 0.7, 0.72, 0, 0);
    width: 100%;
    height: 2px;
    content: '';
}
.modal-zapis-wrapper .close-modal:before {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(44.03deg);
    content: '';
}
.modal-zapis-wrapper .modal-rew__footer__policy a {
    text-decoration: none;
    height: 14px;
}

.modal-zapis-wrapper {
}
.modal-zapis-wrapper .modal-rew {
    position: relative;
    min-width: 636px;
    min-height: 548px;
    top: 23px;
}
.modal-zapis-wrapper .modal-rew-title {
}

.modal-zapis-wrapper .modal-header {
    background: #00b1f1;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 197px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-zapis-wrapper .modal-header .modal-rew-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0 20px 0;
}
.modal-zapis-wrapper .modal-header-tex {
    padding: 0 53px;
    margin-bottom: 7px;
}
.modal-zapis-wrapper .modal-header-tex .head-modal-vrach {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}
.modal-zapis-wrapper .modal-header-tex span:last-child {
    font-size: 18px;
}

.modal-zapis-wrapper .modal-rew__body {
    height: 198px;
    padding: 0px 53px 0 53px;
}
.modal-zapis-wrapper .modal-rew__body__text {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-top: 35px;
}
.modal-zapis-wrapper .modal-rew__body__text input {
    color: #fff;
    width: 168px;
    padding: 0 20px;
    height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.modal-zapis-wrapper .modal-rew__body__text input:last-child {
    width: 262px;
    padding: 0 20px;
    height: 40px;
}
.modal-zapis-wrapper .modal-rew__body__textarea {
}
.modal-zapis-wrapper
.modal-rew__body__textarea
.modal-rew__body__textarea__input {
    color: #fff;
    width: 490px;
    padding: 10px 20px;
    height: 80px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.modal-zapis-wrapper .modal-rew__body__rating {
    height: 15px;
    opacity: 0;
    height: 15px;
    opacity: 0;
    margin: 0px;
    padding: 0;
}
.modal-zapis-wrapper .modal-rew__body__rating span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.modal-zapis-wrapper .rating-input {
    margin: 0 15px 0 16px;
}
.modal-zapis-wrapper .modal-rew__footer {
    width: 533px;
    height: 120px;
    padding: 0 53px;
}
.modal-zapis-wrapper .modal-rew__submit {
    width: 170px;
    height: 50px;
    color: #00a3dd;
    background: #ffffff;
    border-radius: 25px;
    margin-right: 0;
}
.modal-zapis-wrapper .modal-rew__footer__policy {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    position: relative;
    left: -23px;
}

.modal-zapis-wrapper .close-modal {
    color: transparent;
}
.modal-zapis-wrapper .close-modal:after {
    position: absolute;
    left: 0;
    bottom: 25px;
    background: #fff;
    transform: matrix(-0.72, 0.7, 0.7, 0.72, 0, 0);
    width: 100%;
    height: 2px;
    content: '';
}
.modal-zapis-wrapper .close-modal:before {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(44.03deg);
    content: '';
}
.modal-zapis-wrapper .modal-rew__footer__policy a {
    text-decoration: none;
    height: 14px;
}

.modal-rew__body__rating .fa.fa-star-o {
    background-image: url(/images/doctor/sttar.png);
    background-repeat: no-repeat;
    color: transparent;
    padding:0 8px;
}
.modal-rew__body__rating .fa.fa-star {
    background-image: url(/images/doctor/sttar-o.png);
    background-repeat: no-repeat;
    color: transparent;
    padding:0 8px;
}
.modal-rew-wrapper,
.modal-zapis-wrapper,
.modal-callback-wrapper {
    z-index: 9;
}

.modal-callback-wrapper {
}
.modal-callback-wrapper .modal-rew {
    position: relative;
    min-width: 636px;
    min-height: 510px;
    top: 23px;
}
.modal-callback-wrapper .modal-rew-title {
}
.modal-callback-wrapper .modal-header {
    background: #00b1f1;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 197px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-callback-wrapper .modal-header .modal-rew-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0 20px 0;
}
.modal-callback-wrapper .modal-header-tex {
    padding: 0 53px;
    margin-bottom: 7px;
}
.modal-callback-wrapper .modal-header-tex .head-modal-vrach {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}
.modal-callback-wrapper .modal-header-tex span:last-child {
    font-size: 18px;
}
.modal-callback-wrapper .modal-rew__body {
    height: 198px;
    padding: 0px 53px 0 53px;
}
.modal-callback-wrapper .modal-rew__body__text {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-top: 35px;
}
.modal-callback-wrapper .modal-rew__body__text input {
    color: #fff;
    width: 168px;
    padding: 0 20px;
    height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.modal-callback-wrapper .modal-rew__body__text input:last-child {
    width: 262px;
    padding: 0 20px;
    height: 40px;
}
.modal-callback-wrapper .modal-rew__body__textarea {
}
.modal-callback-wrapper
.modal-rew__body__textarea
.modal-rew__body__textarea__input {
    color: #fff;
    width: 490px;
    padding: 10px 20px;
    height: 80px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.modal-callback-wrapper .modal-rew__body__rating {
    height: auto;
    opacity: 1;
}
.modal-callback-wrapper .modal-rew__body__rating span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.modal-callback-wrapper .rating-input {
    margin: 0 15px 0 16px;
}
.modal-callback-wrapper .modal-rew__footer {
    width: 533px;
    height: 120px;
    padding: 0 53px;
    margin-top: 61px;
}
.modal-callback-wrapper .modal-rew__submit {
    width: 170px;
    height: 50px;
    color: #00a3dd;
    background: #ffffff;
    border-radius: 25px;
    margin-right: 0;
}
.modal-callback-wrapper .modal-rew__footer__policy {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    position: relative;
    left: -23px;
}
.modal-callback-wrapper .close-modal {
    color: transparent;
}
.modal-callback-wrapper .close-modal:after {
    position: absolute;
    left: 0;
    bottom: 25px;
    background: #fff;
    transform: matrix(-0.72, 0.7, 0.7, 0.72, 0, 0);
    width: 100%;
    height: 2px;
    content: '';
}
.modal-callback-wrapper .close-modal:before {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(44.03deg);
    content: '';
}
.modal-callback-wrapper .modal-rew__footer__policy a {
    text-decoration: none;
    height: 14px;
}

/*responsive block*/
@media (max-width: 768px) {
    .modal-rew-wrapper,
    .modal-zapis-wrapper,
    .modal-callback-wrapper {
        z-index: 99999999;
    }
    .modal-zapis-wrapper .modal-header .modal-rew-title {
        font-size: 22px;
        margin: 44px 0 2px 0;
    }
    .modal-zapis-wrapper .modal-header-tex .head-modal-vrach {
        font-size: 17px;
    }
    .modal-zapis-wrapper .modal-rew {
        width: 87%;
        height: 531px !important;
        min-width: auto;
        top: 0px;
        min-height: auto;
    }
    .modal-zapis-wrapper .modal-header {
        width: 100%;
        height: auto;
        min-width: auto;
    }
    .modal-zapis-wrapper .modal-rew__body {
        width: 77%;
        height: auto;
        min-width: auto;
        padding: 0 38px;
    }
    .modal-zapis-wrapper .modal-rew__body__text {
        display: flex;
        margin-bottom: 3px;
        flex-wrap: wrap;
        margin-top: 19px;
    }
    .modal-zapis-wrapper .modal-rew__body__text input {
        min-width: auto;
        flex-basis: 100% !important;
    }
    .modal-zapis-wrapper .modal-rew__body__textarea__input {
        flex-basis: 100%;
    }
    .modal-zapis-wrapper .modal-rew__footer {
        width: 100%;
        height: auto;
        min-width: auto;
        padding: 0;
        height: 123px;
    }
    .modal-zapis-wrapper .modal-rew__footer__policy {
        padding: 0 15px;
        text-align: center;
        position: static;
    }
    .modal-rew__body__rating {
        margin: 8px 0;
    }
    .modal-zapis-wrapper .modal-header-tex span:last-child {
        font-size: 14px;
    }
    .modal-rew-wrapper,
    .modal-zapis-wrapper {
        z-index: 99999999;
    }
    .modal-rew-wrapper .modal-header .modal-rew-title {
        font-size: 22px;
        margin: 44px 0 2px 0;
    }
    .modal-rew-wrapper .modal-header-tex .head-modal-vrach {
        font-size: 17px;
    }
    .modal-rew-wrapper .modal-rew {
        width: 87%;
        height: 531px !important;
        min-width: auto;
        top: 0px;
        min-height: auto;
    }
    .modal-rew-wrapper .modal-header {
        width: 100%;
        height: auto;
        min-width: auto;
    }
    .modal-rew-wrapper .modal-rew__body {
        width: 77%;
        height: auto;
        min-width: auto;
        padding: 0 38px;
    }
    .modal-rew-wrapper .modal-rew__body__text {
        display: flex;
        margin-bottom: 3px;
        flex-wrap: wrap;
        margin-top: 19px;
    }
    .modal-rew-wrapper .modal-rew__body__text input {
        min-width: auto;
        flex-basis: 100% !important;
    }
    .modal-rew-wrapper .modal-rew__body__textarea__input {
        flex-basis: 100%;
    }
    .modal-rew-wrapper .modal-rew__footer {
        width: 100%;
        height: auto;
        min-width: auto;
        padding: 0;
        height: 123px;
        margin-top: 27px;
    }
    .modal-rew-wrapper .modal-rew__footer__policy {
        padding: 0 15px;
        text-align: center;
        position: static;
    }
    .modal-rew-wrapper .modal-header-tex span:last-child {
        font-size: 14px;
    }

    .modal-callback-wrapper,
    .modal-zapis-wrapper {
        z-index: 99999999;
    }
    .modal-callback-wrapper .modal-header .modal-rew-title {
        font-size: 22px;
        margin: 44px 0 2px 0;
    }
    .modal-callback-wrapper .modal-header-tex .head-modal-vrach {
        font-size: 17px;
    }
    .modal-callback-wrapper .modal-rew {
        width: 87%;
        height: 531px !important;
        min-width: auto;
        top: 0px;
        min-height: auto;
    }
    .modal-callback-wrapper .modal-header {
        width: 100%;
        height: auto;
        min-width: auto;
    }
    .modal-callback-wrapper .modal-rew__body {
        width: 77%;
        height: auto;
        min-width: auto;
        padding: 0 38px;
    }
    .modal-callback-wrapper .modal-rew__body__text {
        display: flex;
        margin-bottom: 3px;
        flex-wrap: wrap;
        margin-top: 19px;
    }
    .modal-callback-wrapper .modal-rew__body__text input {
        min-width: auto;
        flex-basis: 100% !important;
    }
    .modal-callback-wrapper .modal-rew__body__textarea__input {
        flex-basis: 100%;
    }
    .modal-callback-wrapper .modal-rew__footer {
        width: 100%;
        height: auto;
        min-width: auto;
        padding: 0;
        height: 123px;
        margin-top: 27px;
    }
    .modal-callback-wrapper .modal-rew__footer__policy {
        padding: 0 15px;
        text-align: center;
        position: static;
    }
    .modal-callback-wrapper .modal-header-tex span:last-child {
        font-size: 14px;
    }

    .formfooter {
        background: #e8f4f6;
        margin-top: 25px;
    }
    .another-doc__slider .doc2__item {
        margin: 0;
    }
    .formfooter__wrapper {
        flex-direction: column;
    }
    .formfooter__form__wrap {
        order: -1;
    }
    .formfooter__form input {
        width: 49%;
        font-size: 14px;
        padding: 11px 2px;
        text-align: center;
        height: 17px;
    }
    .formfooter__phone {
        margin: 17px 0 10px 0;
    }
    .formfooter__form .submit {
        width: 49%;
        font-size: 14px;
        padding: 11px 0px; /*height: 19px;*/
    }
    .mobile-block {
        display: block;
    }
    .head-info__raspisanie {
        position: static;
        flex-basis: 100%;
    }
    .diploma__slider__single {
        min-width: 82%;
        text-align: center;
    }
    .diploma__tags {
        justify-content: flex-start;
    }
    .diploma__tags__single {
        margin-bottom: 9px;
        font-size: 10px;
        padding: 5px 8px;
    }
    .testimonails-doc__topline {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .testimonails-doc__click {
        align-self: center;
    }
    .about-doc__wrapper {
        flex-direction: column;
    }
    .about-doc__wrapper__left {
        width: 100%;
    }
    .about-doc__wrapper__right {
        width: 100%;
        max-width: 100%;
    }
    .about-doc__wrapper__right__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-height: 286px;
    }
    .about-doc__wrapper__right__form form {
        flex-direction: column;
        align-items: center;
    }
    .about-doc__wrapper__right__form form input {
        border-radius: 22px;
        border-right: 1px solid #b7dce9;
        margin-bottom: 15px;
        width: 235px;
    }
    .about-doc__wrapper__right__form form .submit {
        border-radius: 22px;
        padding: 12px 12px;
    }
    .custom-scroll_bar-x {
        height: 4px !important;
        border: none;
    }
    .about-doc {
        margin-bottom: 65px;
    }
    .diploma__slider__lupa img {
        margin-left: 0;
    }
    .diploma__slider .custom-scroll_bar-x {
        bottom: 1px !important;
    }
    .new-footer__social-item {
        margin-right: 5px;
    }
    /*очень весёлаё вёрстка мобильной версии главного блока =) */
    .head-new:not(.mobilehead_name) {
        display: none;
    }
    .head-new.mobilehead_name {
        margin-bottom: 26px;
    }
    .head-info__docpic__icons__single img {
        height: 45px;
    }
    .head-info__docpic__image img {
        width: 100%;
        max-height: inherit;
    }
    .tags-doctor-mobile div.sinfletag {
        height: auto;
        padding: 5px 10px;
        text-align: center;
    }
    .tags-doctor {
        display: none;
    }
    .head-info__docpic {
        display: none;
    }
    .head-info__raspisanie__top-buttons {
        flex-direction: column;
        align-items: center;
    }
    .head-info__raspisanie__bottom-buttons {
        flex-direction: column;
        align-items: center;
    }
    .head-info__raspisanie__top-buttons__blue {
        margin-bottom: 15px;
    }
    .head-info__raspisanie__bottom-buttons__blue {
        margin-bottom: 15px;
        cursor: p;
    }
    .head-info__raspisanie__slider__top {
        max-width: 290px;
        margin: auto;
    }
    .head-info__raspisanie__slider__bot {
        max-width: 290px;
        margin: auto;
    }
    .slick-prev {
        left: -10%;
        top: 20%;
    }
    .slick-next {
        right: -10%;
        top: 20%;
    }
    .datetozap {
        flex-basis: 18%;
        margin: 0 6px 10px 6px;
        box-shadow: 0px 3px 10px #01326b28;
    }
    .undertitle {
        flex-direction: column;
        align-items: center;
    }
    .undertitle .undertitle__rating {
        margin-bottom: 15px;
    }
    .head-new .title {
        flex-direction: column;
        text-align: center;
    }
    .head-new .title__left {
        font-size: 25px;
    }
    .head-new .title__left::after {
        display: block;
        margin-bottom: 12px;
        font-size: 52px;
        top: 11px;
    }
    .head-new .title__right {
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
    }

    .head-info__docpic__price {
        text-align: left;
        width: 150px;
        /*display: flex;*/
        align-items: center;
        justify-content: center;
        margin: auto;
        height: auto;
        padding: 10px 13px;
        border: 1px solid #dedede;
        font-weight: bold;
    }
    .head-info__docpic__price br {
        display: none;
    }
    .head-info__docpic__price span {
        text-align: center;
    }
    .gradient-wrap {
        background: transparent;
        padding-bottom: 35px;
        margin-bottom: 25px;
        box-shadow: none;
    }

    .modal-rew__body__text input:first-child,
    .modal-rew__body__text input:last-child {
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .modal-rew__footer {
        justify-content: center;
    }
    .tags-doctor-mobile .custom-scroll_bar-x {
        bottom: 1px !important;
    }

    div.twoweek:nth-child(3) > div:nth-child(n + 13) {
        display: none;
    }
    .datetozap:nth-last-of-type(-n + 2) {
        /*display: none;*/
    }
    #doctor-list.doc2__items {
        margin: 0 0px;
    }
    .page-container.new-page-container {
        width: 90%;
    }
}

.choose-date {
    width: 100%;
    display: block;
}
.review-doctor-text-block {
    max-height: 96px;
    overflow: hidden;
}
.review-doctor-text-block.show {
    max-height: inherit;
}
.doc-phone-form {
    display: flex;
    align-items: center;
}
.doc-list-title {
    font-size: 18px;
}
.head-other-doctor-list {
    margin-top: 32px;
}
.head-other-doctor-list ul {
    padding-left: 0px;
}
.head-other-doctor-list li a {
    color: #00a3dd;
    font-size: 16px;
    text-decoration: underline;
}
.head-other-doctor-list li {
    padding-left: 30px;
}
.head-other-doctor-list li::before {
    top: 13px;
}
.head-new .title__right {
    display: inline-block;
    margin-bottom: 6px;
}
.head-info__docpic__icons__single.notice-hover:hover {background: #fff;}
.head-info__docpic__icons__single.notice-hover:hover .uptext {display: none;}

.head-info__docpic-notice {width: 265px; position: absolute; left: calc(100% + 17px); top: -8px; background: #fff; color: #4C5D72; box-shadow: 0px 4px 20px rgba(76, 93, 114, 0.2); border-radius: 8px;
                           font-size: 16px; line-height: 1.5; padding: 16px; z-index: 9999; cursor: auto; display: none;}
.head-info__docpic-notice * {box-sizing: border-box;}
.head-info__docpic-notice .notice-tri {content: ''; width: 16px; height: 16px; position: absolute; left: -7px; top: 25px; transform: rotate(45deg); background: #fff; box-shadow: -5px 5px 3px rgba(76, 93, 114, 0.02);}
.head-info__docpic-notice .notice-close {position: absolute; right: 18px; top: 22px; cursor: pointer;}
.head-info__docpic-notice .notice-hdr {font-size: 19px; font-weight: 500; line-height: 1.2;}
.head-info__docpic-notice .notice-txt {margin: 8px 0 16px;}
.head-info__docpic-notice .but {width: 100%; height: auto; padding: 6px; font-size: 15px;}
.about-doc__wrapper__right__border,.about-doc__wrapper__right__image{
    border:1px solid #35b3e0;
}
@media (max-width: 767px){
    .head-info__docpic-notice {max-width: 80vw; height: auto; top: 57px;}
    .head-info__docpic-notice .notice-close {width: 15px; height: 15px;}
    .head-info__docpic-notice .notice-tri {top: -5px;}
}
@media (min-width: 425px) and (max-width: 767px){
    .doc-mobile .head-info__docpic__icons {margin: 0 auto; width: 50% !important;}
}