/* old styles */

@font-face {
  font-family: "PT Sans";
  src: url('../fonts/pt_sans_regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "PT Sans";
  src: url('../fonts/pt_sans_bold.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'cocon-regularregular';
  src: url('../fonts/cocon_regular.eot');
  src: url('../fonts/cocon_regular.eot?#iefix') format('embedded-opentype'), url('../fonts/cocon_regular.woff2') format('woff2'), url('../fonts/cocon_regular.woff') format('woff'), url('../fontscocon_regular.ttf') format('truetype'), url('../fonts/cocon_regular.svg#cocon-regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

.news-detail img {
  max-width: 100%;
}

ol.vote-items-list,
ol.vote-items-list li {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  list-style-type: none;
}

ol.vote-items-list li {
  margin-bottom: 15px;
}

ol.vote-items-list li.vote-item-vote-last {
  margin-bottom: 0;
}

ol.vote-items-list li.vote-item-vote-first {}

ol.vote-answers-list {
  margin-top: 0.55em;
  overflow: hidden;
}

ol.vote-answers-list li {
  margin-bottom: 0.2em;
  float: left;
  margin-right: 8px;
}

.vote-answers-list .jq-radio {
  margin: 3px 2px 0 0;
  vertical-align: top;
}

.voting-form-box .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 20px;
}

.voting-form-box {
  font-size: 100%;
  padding: 0.55em;
}

.voting-form-box textarea {
  max-width: 100%;
  width: 393px;
  overflow: auto;
  margin-bottom: 10px;
  resize: vertical;
}

div.vote-item-links {
  float: right;
}

.vote-item-title {
  font-weight: bold;
}

div.vote-item-date {
  font-style: italic;
}

div.vote-item-header {
  margin-bottom: 0.5em;
}

div.vote-item-footer {
  margin-top: 0.5em;
}

div.vote-item-image {
  float: left;
  padding-right: 0.55em;
}

div.vote-item-lamp {
  display: none;
}

.vote-item-lamp-green span {
  color: green;
}

.vote-item-lamp-red span {
  color: red;
}

div.vote-clear-float {
  clear: both;
}

form.vote-form {
  margin: 0;
}

.starrequired {
  color: red;
}

.vote-reply-field-captcha-label {
  margin-bottom: 6px;
}

.vote-vote-footer {
  margin-top: 6px;
}

.vote-reply-field-captcha-image {
  margin-bottom: 6px;
}

.vote-form-captcha {
  margin-left: 0.55em;
}

.competition-form .form-block-new {
  width: initial;
  margin: 0 auto;
}

.competition-form .row-sector-new {
  float: none;
  width: initial;
}

.competition-form .label-block-new {
  width: 180px;
}

.competition-form .row-sector-new.error .jq-selectbox {
  border: 1px solid #ce156d;
}

.popup-title {
  text-align: center;
}

.journal__list {
  margin: 0 -10px;
}

.journal__list .list__item {
  display: inline-block;
  width: 33%;
  margin-right: -3px;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.journal__list .list__item img {
  width: 100%;
}


/* old style end */


/* header styles */

html,
body {
  min-width: auto;
}

.l-wrapper.active {
  overflow: hidden;
  height: 100vh;
}

.l-wrapper .l-width {
  max-width: 1240px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header__content-new {
  padding: 0;
}

.header-left-content,
.header-center-content,
.header-right-content {
  display: inline-block;
  vertical-align: top;
}

.header-left-content {
  position: relative;
  float: left;
  padding: 10px 48px 10px 0px;
}

.header-row {
  display: flex;
  justify-content: space-between;
}

.header-row__social-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  color: #463B3F;
  font-family: "Cocon", 'cocon-regularregular', 'PT Sans', "Arial", sans-serif;
}

.header-row__social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}

.header-row__social-link_whatsapp:hover {
  color: #34B629;
}

.header-row__social-link_telegram:hover {
  color: #42A9D5;
}

.header-row__social-link:hover {
  text-decoration: none;
}

.header-row__social-link_whatsapp::before {
  background-image: url(../images/whatsapp-logo.svg);
  background-size: 24px 24px;
}

.header-row__social-link_telegram::before {
  background-image: url(../images/telegram-logo.svg);
  background-size: 20px 20px;
}

.header-row__social-link::before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
}

.header__logo {
  display: block;
}

.header__logo a {
  position: static;
  display: block;
}

.header__city {
  position: relative;
  top: -5px;
}

.header__city.active {
  z-index: 135;
}

.header__city.active .header__city-current,
.header__city.active .header__city-arr {
  color: #fff;
  border-color: #fff transparent transparent;
}

.header__city-current {
  padding-left: 20px;
}

.header__city-popup a.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.header-center-content {
  width: 100%;
  max-width: 534px;
}

.header__phone--msk {
  padding: 0;
}

.header__phone--onecol {
  padding-top: 30px;
}

.header__phone-others-last {
  position: static;
  margin-left: 23px;
}

.header__phone-current__phone {
  padding-top: 31px;
}

.header__phone-current__clinic a:first-child {
  /*1*/
  display: inline-block;
  max-width: 225px;
}

.header-right-content {
  padding: 10px 0 10px 25px;
  float: right;
}

.visually-impaired-version-link {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin-left: 18px;
  margin-bottom: 11px;
}

.header__content-new .header__hotline {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-bottom: 15px;
}

.header__content-new .header-left-content .header__hotline {
  display: none;
}

.header__content-new .hotline__phone {
  float: none;
}

.header__buttons {
  position: static;
  width: auto;
}

.header__buttons .b-btn_white {
  min-width: 120px;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.header__buttons .b-btn_white:last-child {
  margin-right: 0;
}

.header__social {
  position: static;
  margin-top: 7px;
  text-align: right;
}

.social-link {
  width: 22px;
  height: 22px;
  background-size: 100%;
  margin-left: 6px;
}


/* header styles end */


/* main styles */

.b-menu_sub__wrap .l-width {
  width: calc(100vw - 45px);
  max-width: 1210px;
  padding: 0;
}

.b-banner_main__header-empty.in-bl {
  margin-left: -5px;
}

.b-banner_main__bg-r {
  margin-left: -15px;
}

.b-banner_main__bg-l {
  margin-right: -15px;
}

.b-banner_main .bx-prev {
  left: 15px;
}

.b-banner_main .bx-next {
  right: 15px;
}

.b-banner_main .bx-pager {
  left: 61px
}

.b-header_search {
  bottom: auto;
  top: 8px;
}

a.mobile-menu__btn {
  /*2*/
  position: relative;
  display: none;
  width: 71px;
  height: 17px;
  margin-left: 15px;
  padding: 14px 0;
  text-decoration: none;
}

.mobile-menu__btn .btn__text {
  padding-left: 30px;
  font-size: 16px;
  line-height: 17px;
}

.header__icon-trigger {
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 21px;
  height: 17px;
  -webkit-backface-visibility: hidden;
}

.header__icon-trigger__bottom,
.header__icon-trigger__middle,
.header__icon-trigger__top {
  background-color: #941369;
  font-size: 1px;
  height: 3px;
  left: 0;
  line-height: 1px;
  overflow: hidden;
  position: absolute;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(0, 0)rotate(0);
  -ms-transform: translate(0, 0)rotate(0);
  transform: translate(0, 0)rotate(0);
  width: 21px;
  -webkit-backface-visibility: hidden;
}

.header__icon-trigger__bottom,
.header__icon-trigger__top {
  -webkit-transition: -webkit-transform .25s cubic-bezier(.35, 0, .25, 1) .2s;
  transition: transform .25s cubic-bezier(.35, 0, .25, 1) .2s;
}

.header__icon-trigger__top {
  top: 0;
}

.header__icon-trigger__middle {
  -webkit-transition: opacity .45s cubic-bezier(.35, 0, .25, 1) 0s, -webkit-transform .45s cubic-bezier(.35, 0, .25, 1) 0s;
  transition: opacity .45s cubic-bezier(.35, 0, .25, 1) 0s, transform .45s cubic-bezier(.35, 0, .25, 1) 0s;
  top: 7px;
  opacity: 1;
}

.header__icon-trigger__bottom {
  bottom: 0;
}

.open-sidebar .header__icon-trigger__top {
  -webkit-transform: translate(0, 8px)rotate(45deg);
  -ms-transform: translate(0, 8px)rotate(45deg);
  transform: translate(0, 8px)rotate(45deg);
}

.open-sidebar .header__icon-trigger__middle {
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.open-sidebar .header__icon-trigger__bottom {
  -webkit-transform: translate(0, -6px)rotate(-45deg);
  -ms-transform: translate(0, -6px)rotate(-45deg);
  transform: translate(0, -6px)rotate(-45deg);
}

.b-clincs_main__more>.b-clincs_main__item {
  margin: 0 -35px;
  text-align: center;
}

.b-clincs_main__more>.b-clincs_main__item>.b-clincs_main__col {
  display: inline-block;
  max-width: 316px;
  width: 100%;
  float: none;
  margin: 0 33px 63px;
  vertical-align: top;
  text-align: left;
}

.b_widgets_block {
  display: block;
}

.b-widgets_footer__wrap {
  margin: 0 -12px;
  text-align: center;
}

.b-widgets_footer__col {
  display: inline-block;
  width: 100%;
  max-width: 387px;
  margin: 0 9px 20px 11px;
  float: none;
  vertical-align: top;
  text-align: left;
  background: #fff!important;
}

.b-widgets_footer__col:first-child {
  margin: 0 9px 20px 11px;
}

.b-clincs_main__one>.b-clincs_main__item>.b-clincs_main__col-three {
  width: 316px;
}

.b-clincs_main__one .b-clincs_main__col-two {
  width: calc(100% - 387px);
}

.b-clincs_main__ufa .b-clincs_main__col-half {
  width: calc(100% - 572px);
  margin-left: 54px;
}

.b-clincs_main__ufa .b-clincs_main__col-half:first-child {
  width: 518px;
  margin-left: 0;
}

.slick-slider.b-services_main__slider {
  overflow: visible;
  margin-right: 0 !important;
}

.slick-slider li.b-services_main__item {
  margin: 0;
}

.slick-slider .b-services_main__link {
  width: 238px;
  margin: 0 auto;
}

.b-clinics_main__popup {
  width: calc(100vw - 40px);
  max-width: 1380px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-arrow {
  width: 20px;
  height: 20px;
  background: #eeeeee;
  display: block;
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.15);
}

.popup-arrow-bg {
  background: #eeeeee none repeat scroll 0 0;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: 0px;
  width: 70px;
}

.b-clinics_main__popup:before,
.b-clinics_main__popup:after {
  display: none;
}


/* main styles end */

a.main__map-clinics-btn {
  /*maps btn*/
  display: none;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  line-height: 38px;
  font-weight: bold;
  height: 38px;
  margin-bottom: 10px;
  padding: 0 10px;
  color: #fff;
  background: #931368;
}


/* clinics styles */

.sector-block {
  width: 46.1%;
}

.sector-frame {
  width: 50.3%;
}

.workers-list .block-holder .block-holder {
  width: calc(100% - 230px);
}

.workers-list .topic-panel .align-left {
  width: calc(100% - 160px);
}

.workers-list .topic-panel .align-right {
  display: inline-block;
}

.table-news {
  border-spacing: 0px;
  border: 1px solid;
}

.table-news tbody td {
  border: solid 1px;
  margin: 0px;
  text-align: center;
  padding: 5px;
}

table tbody .table-sale {
  text-decoration-line: line-through;
}

table tbody .center {
  text-align: center;
}

table tbody .bold {
  font-weight: bold;
}

.table-news tbody .table-text-left {
  text-align: left;
}

.table-news tbody td img {
  max-width: 15px;
}

.table__wrap {
  position: relative;
  overflow: auto;
}

.sector-holder {
  /*8*/
  position: relative;
  z-index: 110;
}


/* clinics styles end */


/* doctors and price-list2 styles */

.search-field {
  float: left;
  width: 86.5%;
}

.button-holder {
  float: right;
  width: 13%;
}

#search-clinics .button-holder {
  width: 100%;
  max-width: 150px;
}

body .block-button {
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.b-filters_doctors__wrap .b-filters_doctors__left {
  width: 45%;
}

.b-filters_doctors__left .jq-selectbox.jqselect:first-child {
  margin-right: 6px;
}

.b-clinic_doctors__buttons .b-clinic_doctors__btn {
  display: block;
}

.topic-panel {
  /*2*/
  z-index: 105;
}

.b-tree_links__wrap .name-title {
  /*4*/
  max-width: calc(100% - 150px);
}


/* doctors and price-list2 styles end */


/* qa styles */

.faq__filter {
  padding: 15px 20px;
}

.faq__filter>.in-bl {
  padding: 5px 0;
}

.button05 {
  vertical-align: middle;
}

.s-qa .btn-wrapp {
  position: static;
  float: none!important;
}


/* qa styles end */


/* clinics detail styles */

.b-clinic_card__left {
  width: 26.7%;
}

.b-clinic_card__right {
  width: 73.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b-clinic_card__logo {
  height: auto;
  max-height: 302px;
  line-height: 0;
}

.b-clinic_gallery__item {
  height: auto;
  max-height: 140px;
  line-height: 0;
}

.b-clinic_address__wrap .b-btn_white {
  margin-bottom: 10px;
}


/* clinics detail styles end */

div.header-right-content div.header__buttons div.str_inst {
  padding-top: 10px;
  padding-bottom: 10px;
}

div.header-right-content div.header__buttons div.str_inst span {
  font-size: 14px;
  vertical-align: middle;
}


/* about_us, news, doctor_detail styles */

.main-holder {
  position: relative;
  padding: 0 0 0px;
  width: 100%;
}

.arrow-menu_info-button {
  margin-bottom: 15px;
  display: none;
}

.content-sector {
  height: 1%;
  padding: 15px 19px 30px;
  word-wrap: break-word;
}

.b-menu_left__wrap {
  float: left;
  width: auto;
  width: 290px;
}

.b-news_col:first-child {
  margin-left: 0;
}

.b-news_col:nth-child(3n) {
  margin-right: 0;
  margin-left: 0;
}

.b-news_col {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  float: none;
  margin-right: 8%;
  margin-left: 0;
  line-height: 1;
  text-decoration: none;
  color: #000;
  margin-bottom: 45px;
}

.b-news {
  padding: 30px 20px 0 20px;
  margin-bottom: 8px;
}

.b-news_switch {
  float: right;
  font-weight: 700;
  border-bottom: 1px dashed #931368;
  padding-bottom: 2px;
  cursor: pointer;
  line-height: 1;
  margin-top: 5px;
  margin-left: -100%;
  color: #931368;
  margin-top: -45px;
}

.b-news {
  padding: 30px 20px 0 20px;
  margin-bottom: 8px;
  font-size: 0;
}

.b-news_pic {
  display: block;
  margin-bottom: 17px;
  height: auto;
  overflow: hidden;
  background: #FFF;
  text-align: center;
}

.b-news_pic img {
  width: auto;
  max-width: 100%;
  height: auto;
}


/* about_us, news, doctor_detail styles end*/


/* popup styles */

.popup-holder .popup {
  max-width: 550px;
}

.popup fieldset {
  min-width: auto;
}


/* popup styles end*/


/* photogallery styles */

.st_image_gallery .gallery_item {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 249px;
  margin: 25px 8px 25px 11px;
}


/* photogallery styles end */


/* management styles */

.management-table td {
  vertical-align: top;
}


/* management styles end*/


/* hot_line_quality styles */

.bl-feedback-new .container.layout-1 {
  width: 47.6%;
  margin-right: 0;
}

.bl-feedback-new .test.layout {
  float: right;
  width: 50.8%;
}


/* hot_line_quality styles end */


/* partners styles */

.default-img-wrap img {
  max-width: 305px;
  height: auto;
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* partners styles end*/


/* feedback styles */

.bl-feedback-new .gr-form-block {
  width: 90%;
}

.bl-feedback .voting-form-box {
  padding: 10px 20px 20px 20px;
}

.bl-feedback-new .voting-form-box textarea {
  width: 100%;
  max-width: 393px;
}


/* feedback styles end */


/* reviews styles */

.reviews_filter__item {
  display: inline-block;
  margin-bottom: 20px;
}

.add-review-btn {
  width: 200px;
  float: right;
  display: inline-block;
}

.b-review_doctor {
  margin: -5px 0 0;
}

.b-review_reveiws__wrap .b-review_doctor {
  white-space: normal;
}

.b-review_doctor>.in-bl {
  padding: 5px 0;
}


/* reviews styles end */


/* for-press styles */

.fopress-column-left {
  width: 25.6%;
  margin-right: 0;
}

.fopress-column-right {
  float: right;
  width: 71.8%;
}

.forpress-list .b-columns_three .b-column {
  margin-right: -3px;
}

.forpress-list .b-columns_three .b-column:nth-child(4n) {
  margin-left: 0;
}


/* for-press styles end */


/* photogallery-detail styles */

.visual-gallery-new {
  position: relative;
  margin: 0 0 30px;
}

.visual-gallery-new .prev,
.visual-gallery-new .next {
  position: absolute;
  top: 50%;
  left: 0;
  background: url(https://mamadeti.ru/bitrix/templates/mamadeti/css/../images/new/arrow-slider_left.png) no-repeat scroll center center;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 50px;
  z-index: 20;
  margin: -50px 0 0;
  text-indent: -9999px;
  border-radius: 6px;
  cursor: pointer;
}

.visual-gallery-new .next {
  background-image: url(https://mamadeti.ru/bitrix/templates/mamadeti/css/../images/new/arrow-slider_right.png);
  left: auto;
  right: 0;
}

.visual-gallery-new .prev,
.visual-gallery-new .next {
  margin: 0;
  top: 88px;
}

.visual-gallery-new .gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}

.visual-gallery-new .slick-slide img {
  margin: 0 auto;
}

.visual-gallery-new .prev:hover,
.visual-gallery-new .next:hover {
  opacity: 0.6;
}


/* photogallery-detail styles end */


/* services styles */

.item-listing {
  width: auto;
  margin: 0 -15px;
}

.item-listing>li {
  margin: 0 14px 20px 14px;
}


/* services styles end */


/* program styles */

.search-filter__item {
  display: inline-block;
  margin-bottom: 10px;
}

.workers-list.programm {
  padding-top: 20px;
}


/* program styles end */


/* actions styles */

.b-actions_col__left {
  width: 25.6%;
  margin-right: 0;
}

.b-actions_col__right {
  float: right;
  width: 71.8%;
}


/* actions styles end */


/* actions-detail styles */

.b-slider_no.actions_doctors_slaider-wrap {
  margin-right: 0!important;
}


/* actions-detail styles end */


/* article styles */

.author-block {
  width: 45.3%;
}

.button-listing>li {
  margin: 0 10px 10px 0;
}

.button-listing>li:first-child {
  margin: 0 10px 10px 0;
}


/* article styles end */


/* instructions styles */

.instructions-page .tab_content>div {
  display: block;
  float: none!important;
  width: auto;
}

.instructions-page .tab_content ul {
  list-style-position: inside;
}


/* instructions styles end */


/* webinars styles */

.webinars-page .content-col .button03 {
  margin-bottom: 10px;
}


/* webinars styles end */


/* journals-detail styles */

.journal__detail iframe {
  width: 100%;
  height: 700px;
}


/* journals-detail styles end */


/* services-detail-full styles */

.b-service_clinics__map {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 49%;
  background: #d8d8d8;
}

.b-service_clinics {
  position: relative;
  min-height: 250px;
  padding-left: 50%;
}

.b-service_appointment__wrap {
  background: #c60349;
  padding: 23px 20px;
  color: #f4a09e;
  white-space: normal;
}

.programs_slaider-wrap .prev,
.programs_slaider-wrap .next {
  position: absolute;
  left: -28px;
  width: 46px;
  height: 46px;
  /*top: 123px;*/
  top: 50%;
  margin-top: -23px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(https://mamadeti.ru/bitrix/templates/mamadeti/images/new/arrow-slider_left.png) left center no-repeat;
  cursor: pointer;
}

.programs_slaider-wrap .next {
  right: -28px;
  left: auto;
  background: url(https://mamadeti.ru/bitrix/templates/mamadeti/images/new/arrow-slider_right.png?) right center no-repeat;
}

.b-service_actions__wrap {
  padding: 0 50px;
  width: auto;
  margin: 25px auto 5px;
}

li.b-service_actions__item {
  width: 315px;
  margin: 0 20px;
}

.service_doctors_slaider-wrap .prev,
.service_doctors_slaider-wrap .next,
.actions_doctors_slaider-wrap .prev,
.actions_doctors_slaider-wrap .next,
.landings_doctors_slaider-wrap .prev,
.landings_doctors_slaider-wrap .next {
  position: absolute;
  left: -28px;
  width: 46px;
  height: 46px;
  top: 123px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(https://mamadeti.ru/bitrix/templates/mamadeti/images/new/arrow-slider_left.png) left center no-repeat;
  cursor: pointer;
}

.service_doctors_slaider-wrap .next,
.actions_doctors_slaider-wrap .next {
  right: -28px;
  left: auto;
  background: url(https://mamadeti.ru/bitrix/templates/mamadeti/images/new/arrow-slider_right.png?) right center no-repeat;
}

.landings_doctors_slaider-wrap .next {
  right: 20px;
  left: auto;
  background: url(https://mamadeti.ru/bitrix/templates/mamadeti/images/new/arrow-slider_right.png?) right center no-repeat;
}

.b-service_doctors-items {
  padding: 0 20px 0 49px;
  overflow: visible;
  margin: 0;
}

li.b-service_doctors-item {
  margin: 0 auto;
  padding-bottom: 0;
  font-size: 14px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.floating-containter {
  height: 26px;
}

.fixed-arrow {
  height: 26px;
}

.arrow-menu_info-button .fixed-arrow.fixed {
  /*6*/
  position: fixed;
  left: 26px;
  z-index: 9999;
}

.fixed {
  position: fixed;
  top: -50px;
  z-index: 9999;
}

.header.fixed {
  top: 0;
  width: 100%;
}

.menu_landing.fixed {
  box-shadow: 0 10px 10px rgba(142, 43, 98, 0.05);
  width: 100%;
  background: #fff;
  top: 105px;
}

@media (max-width: 882px) {
  .menu_landing.fixed {
    top: 150px;
  }
}

@media (max-width: 576px) {
  .header.fixed {
    box-shadow: 0 10px 10px rgba(142, 43, 98, 0.05);
  }
}

.b-service_program__wrap {
  padding: 10px 0 0;
  overflow: hidden;
}

.b-column {
  float: none;
  margin-left: 7%;
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin-bottom: 30px;
}

.b-column:nth-child(3n+1) {
  margin-left: 0;
}

.b-btn_white {
  text-decoration: none;
  color: #931368;
  font-weight: 700;
  padding: 10px;
  min-width: 170px;
  border: 2px solid #931368;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  font-size: 13px;
  position: relative;
  cursor: pointer;
}

body .block-button {
  display: block;
  text-align: center;
  padding: 0;
  margin-bottom: 5px;
  width: auto;
  height: auto;
}

.b-news_pic img {
  height: auto;
  width: 100%;
}

.b-service_doctors-item_wrap {
  width: 184px;
  margin: 0 auto;
  padding-bottom: 87px;
  box-sizing: border-box;
}

.b-service_doctors-items li.b-service_doctors-item {
  display: none;
}

.b-service_doctors-items.slick-initialized li.b-service_doctors-item {
  display: block;
  max-height: 310px;
}

.b-service_doctors-items.slick-initialized li.b-service_doctors-item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(transparent 300px, white);
}

.b-menu_item__active>.b-menu_item__link:before,
.b-menu_item:hover>.b-menu_item__link:before {
  /*3*/
  pointer-events: none;
}


/* services-detail-full styles end*/


/* footer styles */

.footer__info .footer__subscribe {
  width: 38.5%;
}


/* footer styles end */

.arrows {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.table__wrap .arrow {
  position: relative;
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: top;
}

.table__wrap .arrow-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.table__wrap .arrow:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: arrows 1.5s infinite;
  animation: arrows 1.5s infinite;
}

.table__wrap .arrow-left:before {
  top: 4px;
}

@keyframes arrows {
  to {
    transform: translateX(100%) rotate(45deg);
    opacity: 0;
  }
}

@media screen and (max-width: 1380px) {
  .b-clinics_main__popup {
    padding: 60px 15px 0px;
  }
  .b-banner_main__corner-r {
    display: none;
  }
  .item-listing {
    text-align: center;
  }
}

@media screen and (max-width: 1250px) {
  .header__content-new {
    text-align: center;
  }
  .header-left-content,
  .header-center-content,
  .header-right-content {
    text-align: left;
  }
  .header-left-content {
    padding-left: 0;
  }
  .header__content-new .header-left-content .header__hotline {
    display: block;
    text-align: center;
  }
  .header-center-content {
    width: 100%;
    max-width: 300px;
  }
  .header__content-new .header__phone-nophone {
    padding-bottom: 12px;
  }
  .header__phone--onecol .header__phone-item {
    margin-bottom: 17px;
    padding-right: 0;
  }
  /* 01.02.19 start*/
  /* .header__phone--onecol .header__phone-num { */
  /* right: auto; */
  /* top: 19px; */
  /* bottom: auto; */
  /* left: 0; */
  /* } */
  /* 01.02.19 end*/
  .header__content-new .header-right-content .header__hotline {
    display: none;
  }
  .header__phone--msk .header__phone-column {
    width: auto;
    display: block;
  }
  .header__phone--msk .header__phone-column:first-child {
    width: auto;
  }
  .header__phone-others .header__phone-others-last {
    display: block;
    margin: 2px 0 5px;
  }
  .visually-impaired-version-link {
    margin-left: 0;
  }
  .header__buttons .b-btn_white {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sector-block .topic-panel .align-left {
    float: none;
    margin-bottom: 10px;
  }
  .sector-block .topic-panel .align-right {
    text-align: left;
  }
  .st_image_gallery {
    text-align: center;
  }
  .st_image_gallery .gallery_item {
    text-align: left;
  }
  .b-service_appointment__wrap {
    text-align: center;
  }
  .b-service_appointment__wrap .b-service_appointment__head {
    display: block;
    margin: 0 auto 10px !important;
  }
  .footer__social {
    float: none;
    margin-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .footer__menu {
    padding-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 1050px) {
  .b-menu_top__box {
    display: block;
    width: auto;
  }
  .b-menu_top__link {
    text-align: left;
  }
  .menu-top__content {
    padding-right: 0;
  }
  a.mobile-menu__btn {
    display: block;
  }
  .menu-top__items {
    display: none;
  }
  .b-menu_sub__wrap {
    position: static;
    background-color: transparent;
  }
  .b-menu_sub__wrap a {
    color: #941369;
  }
  .b-menu_sub {
    padding: 0;
  }
  .b-menu_top__hover .b-menu_top__link,
  .b-menu_top__box:hover .b-menu_top__link {
    background: transparent;
    color: #941369;
  }
  .b-menu_top__active:hover .b-menu_top__link {
    color: #fff;
    background: #941369;
  }
  .b-menu_service__left {
    display: block;
    width: auto;
    background-color: transparent;
  }
  .b-menu_service__right {
    display: block;
    padding: 0;
  }
  .b-menu_sub__wrap a:hover {
    color: #941369;
    text-decoration: none;
  }
  .b-menu_service__detail {
    padding: 0;
  }
  .b-menu_service__detail a {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin-right: -3px;
    padding: 8px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-menu_service__detail a:hover .b-menu_service__detail-txt {
    color: #c88ea8;
  }
  .b-menu_service__detail a:before {
    display: none;
  }
  .b-menu_service__col {
    display: inline-block;
    width: 33%;
    float: none;
    padding: 0;
    margin-right: -3px;
    vertical-align: top;
  }
  .b-clinics_tabs__wrap {
    background-color: #fff;
  }
  .b-clinics_tab__cell {
    display: block;
    width: auto;
  }
  .b-clinics_tab__link {
    color: #000;
    border-bottom: 1px solid rgba(148, 19, 105, 0.4);
    cursor: pointer;
    /* 10.07.2019 */
  }
  .b-clinics_tab__box:hover .b-clinics_tab__sub {
    display: none;
  }
  .b-clinics_tab .b-clinics_tab__cell .b-clinics_tab__sub {
    position: static;
    width: auto;
    padding: 0;
    background-color: rgba(148, 19, 105, 0.9);
  }
  .b-clinics_tab__sub .b-clinics_tab__link {
    background-color: transparent!important;
    color: #fff!important;
    text-align: center;
  }
  .b-clinics_tab__sub .b-clinics_tab__link-active,
  .b-clinics_tab__sub .b-clinics_tab__link:hover {
    color: #ffc600 !important;
  }
  .b-clinics_tab__sub .b-clinics_tab__link {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 1024px) {
  .b-clincs_main__ufa .b-clincs_main__col-half {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .b-clincs_main__ufa .b-clincs_main__col-half:first-child {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .b-clincs_main__ufa .b-clincs_main__col-three {
    width: 314px;
  }
  .b-clincs_main__ufa .b-clincs_main__pic {
    width: calc(100% - 372px);
    height: auto;
    min-height: auto;
    line-height: 0;
  }
  .b-clincs_main__ufa .b-clincs_main__pic img {
    width: 100%;
  }
  .b-clincs_main__pic:hover .b-clincs_main__pic-overlay,
  .b-clincs_main__pic-open .b-clincs_main__pic-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .header__phone-select:hover .header__phone-select__label {
    color: #941369;
    border-bottom: 1px dashed #941369;
  }
  .header__phone-select.active .header__phone-select__label {
    color: #fff;
    border-color: transparent;
  }
  .header__phone-select:hover .header__phone-popup {
    display: none;
  }
  .b-banner_inner__wrap {
    display: none;
  }
  .b-service_appointment__wrap .b-service_appointment__phone {
    display: block;
    margin-bottom: 10px;
  }
  .b-service_priceform {
    /*5*/
    padding: 30px 15px;
  }
  .b-service_priceform__txt {
    /*5*/
    position: static;
    margin: 0 auto 20px;
  }
  .search-price-list>div:first-child {
    /*5*/
    position: relative;
    display: inline-block;
    width: calc(100% - 215px);
    margin-right: 20px;
  }
  .b-service_priceform .button02 {
    /*5*/
    position: static;
  }
}

@media screen and (max-width: 950px) {
  .header__city .header__city-popup {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    overflow: auto;
  }
  .header__city-popup a.close-btn {
    display: block;
  }
  .header__city:hover .header__city-popup {
    display: none;
  }
  .header__city:hover .header__city-current,
  .header__city:hover .header__city-arr {
    color: #941369;
    border-color: #941369 transparent transparent;
  }
  .header__city.active:hover .header__city-current,
  .header__city.active:hover .header__city-arr {
    color: #fff;
    border-color: #fff transparent transparent;
  }
  .header-right-content {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .header__buttons .b-btn_white {
    display: inline-block;
    margin-right: 10px;
  }
  .header__social {
    text-align: center
  }
  .header__phone-popup {
    left: 0;
    transform: translateX(-50%);
  }
  .b-banner_main__wrap {
    display: none;
  }
  .b-clincs_main__wrap {
    margin-top: 0;
  }
  .b-clincs_main__map-clinics {
    float: none;
    width: auto;
    height: auto;
  }
  #map-common {
    width: 100%;
  }
  .b-clincs_main__item>.b-clincs_main__col-three .b-clincs_main__pic {
    height: auto;
    font-size: 0;
  }
  .b-clincs_main__item>.b-clincs_main__col-three .b-clincs_main__pic img {
    width: 100%;
  }
  .b-clincs_main__one>.b-clincs_main__item>.b-clincs_main__col-three {
    width: auto;
    float: none;
  }
  .b-clincs_main__one .b-clincs_main__col-two {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 63px;
  }
  .b-clinic_card__left,
  .b-clinic_card__right {
    width: auto;
    float: none;
  }
  .b-clinic_card__right {
    margin-top: 20px;
    padding-left: 0;
  }
  .b-clinic_card__logo,
  .b-clinic_gallery__wrap {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .b-clinic_card__logo {
    max-width: 302px;
    margin-right: 10px;
  }
  .b-clinic_gallery__wrap {
    max-width: 260px;
    margin-top: 0;
  }
  .b-columns_forth {
    text-align: center;
  }
  .clinic-articles--main .b-column {
    display: inline-block;
    float: none;
    width: 50%;
    margin-left: 0;
    margin-right: -3px;
    padding: 10px 10px 0;
    vertical-align: top;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-clinic_new__withsocial .b-news_col:nth-child(n+3),
  .b-clinic_new__withsocial .b-news_txt {
    display: none;
  }
  .b-clinic_new__withsocial .b-news_pic {
    max-height: 130px;
    height: auto;
  }
  .fopress-column-left,
  .fopress-column-right,
  .b-actions_col__left,
  .b-actions_col__right {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .b-actions_list__wrap {
    max-width: none;
  }
  .footer__menu,
  .footer__social {
    display: none;
  }
  .footer__info .footer__subscribe {
    display: block;
    width: auto;
  }
  .footer__info .footer__phone {
    display: block;
  }
  .arrow-menu_info-button {
    display: inline-block;
    float: left;
    position: absolute;
    width: 17px;
    height: 100%;
    left: 0px;
    padding-left: 19px;
    background: #FFF;
    top: 0;
    box-shadow: 8px 0 14px rgba(2, 2, 2, 0.17);
    z-index: 115;
    transition: width 0.3s ease 0s;
  }
  .arrow-menu_info-button .fixed-arrow {
    /*6*/
    position: absolute;
    top: 200px;
    left: 11px;
  }
  .arrow-menu_info-button img {
    position: relative;
    top: 200px;
    left: -8px;
  }
  .arrow-menu_info-button_active {
    width: 307px;
  }
  .content-sector .content-col {
    float: none;
    width: auto;
    margin-left: 40px;
  }
  .article-page .content-sector .content-col {
    margin-left: 0;
  }
  .menu-col {
    float: none;
    width: auto;
  }
  .menu-col .menu .text {
    display: none;
  }
  .sidebar-topic:before {
    /*7*/
    content: "+";
    display: inline-block;
    width: 25px;
    padding: 4px 0;
    margin-right: 3px;
    border: 1px solid #a5245b;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
  }
  .sidebar-topic.active:before {
    /*7*/
    content: "-";
  }
  .sidebar-topic .mobile-btn {
    /*7*/
    display: none;
  }
  .sidebar-frame>nav {
    /*7*/
    display: none;
  }
  .b-menu_left__wrap {
    height: calc(100% - 50px);
    position: absolute;
    overflow-y: auto;
    left: -310px;
    z-index: 121;
    background: #CCC;
    transition: left 0.3s ease 0s;
  }
  .content-block-margin {
    margin-left: 0;
  }
  .opened_arrow-menu {
    left: 36px;
    transition: left 0.3s ease 0s;
  }
  .b-menu_left__wrap ul {
    overflow-y: auto;
  }
  .active_arrow-button {
    transform: rotate(180deg);
  }
  .b-news_col:nth-child(3n) {
    margin-left: 0;
    margin-right: 8%;
  }
  .b-news_col {
    width: 45%;
    margin-right: 8%;
  }
  .b-news_col:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
  .journal__list .list__item {
    width: 50%;
  }
  .b-service_appointment__wrap .in-bl {
    display: block;
    margin-bottom: 10px;
  }
  .b-service_appointment__wrap .b-service_appointment__call {
    display: table;
    margin: 0 auto;
  }
  .b-service_appointment__wrap .b-btn_white {
    max-width: 280px;
    margin: 0 auto 10px auto;
  }
  .content-block-margin {
    position: relative;
    margin-left: 0;
    overflow: hidden;
  }
  .b-service_padding {
    padding: 20px;
    margin-left: 30px;
  }
  .actions-detail-page .b-service_padding {
    margin-left: 0;
  }
  .b-service_padding:last-child {
    margin-bottom: 0;
  }
  .spy-menu {
    display: none;
  }
  .b-service_clinics__map {
    margin-left: 40px;
  }
  .b-service_clinics {
    padding-left: 51%;
  }
  .js-program-show-all {
    display: none;
  }
  .b-service_appointment__wrap {
    margin-left: 35px;
  }
  .b-service_actions__wrap {
    padding: 0 20px;
  }
  .b-menu_item__1 {
    margin-left: 40px;
    padding-right: 30px;
  }
  .b-service_priceform {
    /*5*/
    margin-left: 35px;
  }
  .b-service_clinic__pic {
    /*8*/
    margin-left: 50px;
  }
  .b-menu_item__2 .b-menu_item__link {
    padding: 6px 25px 7px 64px;
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  .header-left-content {
    display: block;
    padding-right: 0;
  }
  .header__logo {
    width: 262px;
    margin: 0;
  }
  .header__city {
    left: 56px;
    margin: 0 auto;
  }
  .header__content-new .header-left-content .header__hotline {
    margin: 0 auto;
  }
  .header__content-new .header__phone-nophone {
    padding-top: 10px;
  }
  .header__phone--onecol {
    padding: 0;
  }
  .header__phone-select {
    width: auto
  }
  .header__phone-popup {
    position: static;
    min-width: auto;
    padding: 25px 0;
    transform: translateX(0);
    background-color: transparent;
  }
  .header__phone-popup .header__phone-bg {
    background-color: #fff;
    color: #000;
  }
  .header__phone-select.active .header__phone-select__label {
    color: #941369;
    border-bottom: 1px dashed #941369;
  }
  .header__phone-popup .header__phone-item {
    margin-bottom: 17px;
    padding-right: 0;
    border-bottom: 1px dotted #000;
  }
  .header__phone-popup .header__phone-num {
    right: auto;
    top: 19px;
    bottom: auto;
    left: 0;
  }
  .visually-impaired-version-link {
    display: none;
  }
  .b-clincs_main__wrap {
    padding: 30px 15px 0;
  }
  .b-services_main__wrap {
    padding: 30px 15px 40px;
  }
  .b-slider_content .slick-slider .bx-prev {
    left: 0;
  }
  .b-slider_content .slick-slider .bx-next {
    right: 0;
  }
  .b-clincs_main__ufa .b-clincs_main__col-three {
    display: block;
    width: auto;
    max-width: 400px;
    margin: 0 auto 10px;
    float: none;
    text-align: center;
  }
  .b-menu_service {
    min-width: auto;
  }
  .b-menu_service__detail a,
  .b-menu_service__col {
    width: 50%;
  }
  .b-clincs_main__more>.b-clincs_main__item {
    margin: 0;
    text-align: center;
  }
  .b-clincs_main__more>.b-clincs_main__item>.b-clincs_main__col {
    margin: 0 0 63px;
  }
  .sector-block,
  .sector-frame {
    float: none;
    width: auto;
  }
  .sector-block {
    margin-bottom: 20px;
  }
  .workers-list .frame-holder.clin-list-holder {
    width: auto;
    float: none;
    margin: 0 0 10px 0;
  }
  .workers-list .block-holder .block-holder {
    width: auto;
  }
  .service-tree-menu li.expand>ul {
    margin-top: 10px;
    padding-left: 10px;
  }
  .service-tree-menu-clinics>li>ul>li a {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px solid #931368;
    text-decoration: none;
  }
  .b-filters_doctors__wrap .b-filters_doctors__left {
    width: 100%;
  }
  .b-filters_doctors__left {
    float: none;
  }
  .b-filters_doctors__right {
    margin-top: 17px;
  }
  .faq-sections ul {
    width: 50%;
  }
  .b-clinic_card__wrap .b-clinic_card__padding {
    padding: 40px 15px;
  }
  .b-clinic_card__logo,
  .b-clinic_gallery__wrap {
    display: block;
    margin-right: 0;
  }
  .b-clinic_card__logo {
    margin: 0 auto 20px;
  }
  .b-clinic_gallery__wrap {
    max-width: none;
  }
  .b-clinic_schedule__wrap {
    float: none;
    margin-left: 0;
    max-width: none;
  }
  .b-clinic_address__right .b-clinic_address__padding {
    padding: 18px 10px 20px 30px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-clinic_address__map {
    width: 50%;
  }
  .b-clinics_tabs__wrap {
    padding: 0 15px;
  }
  .b-clinic_social__fixed {
    position: static;
    width: auto;
    margin-bottom: 20px;
  }
  .b-clinic_new__withsocial {
    min-height: auto;
    padding: 40px 15px;
  }
  .b-widgets_footer__wrap {
    margin: 0 -15px;
  }
  .b-widgets_footer__col {
    margin: 0 0 20px;
  }
  .b-widgets_footer__col:first-child {
    margin: 0 0 20px;
  }
  .footer__info .footer__logo {
    display: block;
    width: auto;
  }
  div.news-detail img.detail_picture {
    float: none;
    max-width: 400px;
    height: auto;
    margin: 6px auto 15px;
    text-align: center;
    display: block;
  }
  span.clinics-phone {
    display: inline-block;
  }
  .default-img-wrap img {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .rt-detail .photo {
    float: none;
    margin: 0 auto 20px;
  }
  .journal__detail iframe {
    height: 400px;
  }
}

@media screen and (max-width: 680px) {
  .b-news_col:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }
  .b-news_col {
    width: 100%;
    margin-right: 0;
  }
  .b-news_col:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
  .b-news {
    padding: 30px 0 0 0;
    margin-bottom: 8px;
  }
  .b-news_pic {
    text-align: center;
  }
  .management-table tr {
    display: block;
    margin-bottom: 20px;
  }
  .management-table td {
    display: block;
  }
  .management-table blockquote {
    margin-left: 0!important;
  }
  .management-table img {
    display: block;
    margin: 10px auto;
    padding-bottom: 0!important;
  }
  .bl-feedback-new .container.layout-1,
  .bl-feedback-new .test.layout {
    width: auto;
    float: none;
  }
  .bl-feedback-new div.mf-name,
  .bl-feedback-new div.mf-email,
  .bl-feedback-new div.mf-captcha,
  .bl-feedback-new div.mf-message,
  .bl-feedback-new .gr-form-block {
    width: auto;
  }
  .bl-feedback-new .voting-form-box {
    margin-top: 20px;
  }
  .add-review-btn {
    float: none;
    margin-bottom: 20px;
  }
  .forpress-list .b-columns_three {
    text-align: center;
  }
  .forpress-list .b-columns_three .b-column {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 50%;
    margin: 0 -3px 20px 0;
    padding: 0 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-news_item {
    margin-bottom: 25px;
  }
  .b-columns_two .b-column {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .author-block {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .button-listing {
    text-align: left;
  }
  .instructions-page .tab_content>img {
    float: none!important;
    display: block;
    margin: 0 auto;
  }
  .instructions-page .tab_content ul {
    padding-left: 10px;
  }
  .webinars-page .content-col img {
    display: block;
    float: none;
    margin: 10px auto;
    max-width: 293px;
    width: 100%;
    height: auto;
  }
  .webinars-page .content-col .button03 {
    height: auto;
    padding: 10px 33px;
    line-height: normal;
    text-align: center;
  }
  .content-banner-eko {
    float: none;
    margin: 5px auto 15px auto;
  }
  .service-txt-right {
    float: none;
  }
  .banner-oms {
    margin: 0px auto 20px auto;
  }
  .services-detail_wrap .b-service_about__text table,
  .services-detail_wrap .b-service_about__text table tbody,
  .services-detail_wrap .b-service_about__text table tbody tr,
  .services-detail_wrap .b-service_about__text table tbody tr td {
    display: block;
  }
  .b-service_clinics {
    padding-left: 0;
  }
  .b-service_clinics__map {
    width: calc(100% - 40px);
    position: static;
    top: auto;
    left: auto;
    height: 200px;
  }
  .b-service_clinics__list {
    margin-left: 40px;
  }
  .b-service_clinic__left {
    /*8*/
    float: none;
  }
  .b-service_clinic__pic {
    /*8*/
    margin-bottom: 20px;
    height: auto;
  }
  a.main__map-clinics-btn {
    /*maps btn*/
    display: block;
    text-align: center;
  }
  .b-clincs_main__map-clinics {
    /*maps btn*/
    display: none;
  }
}

@media screen and (max-width: 580px) {
  h1 {
    font-size: 25px;
  }
  .b-menu_service__detail a,
  .b-menu_service__col {
    width: 100%;
  }
  .popup-holder .popup {
    width: 100%;
    left: 0;
    margin-left: 0 !important;
  }
  .workers-list .topic-panel .align-left {
    float: none;
    width: auto;
  }
  .workers-list .topic-panel .align-right {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .search-field {
    width: 73%;
  }
  .button-holder {
    width: 25%;
  }
  .doctors_main-wrap .topic-panel>.align-left {
    float: none;
  }
  .doctors_main-wrap .topic-panel>.align-right {
    text-align: left;
  }
  .b-clinic_doctors-list .b-clinic_doctors__part-left {
    float: none;
    margin-right: 0;
  }
  .b-clinic_doctors-list .b-doctor_extra-big .b-doctor_avatar {
    margin: 0 auto;
  }
  .point-select {
    padding-right: 0;
  }
  .b-clinic_address__right .b-clinic_address__padding {
    width: auto;
    padding: 18px 15px 20px 15px;
  }
  .b-clinic_address__map {
    position: static;
    width: auto;
    height: 325px;
  }
  .b-news_switch {
    float: left;
    margin-left: 0;
    margin-top: -10px;
  }
  .b-filter_doctors__toggle {
    float: none;
    margin-bottom: 15px;
  }
  div.news-detail img.detail_picture {
    max-width: 100%;
    height: auto;
  }
  .social-likes__widget {
    margin-left: 0;
  }
  .list-cols>.col {
    width: auto;
    float: none;
  }
  .fl-l {
    float: none;
  }
  .competition-form .label-block-new {
    float: none;
    width: auto;
  }
  .competition-form fieldset {
    min-width: auto;
  }
  .competition-form .jq-selectbox {
    width: 100%;
  }
  .b-review_item {
    margin-bottom: 20px;
  }
  .b-review_item .b-column {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .item-visual {
    float: none;
    display: inline-block;
    margin: 4px 0 20px 0;
  }
  .sector-content.article img {
    width: 50%!important;
    padding: 10px;
    margin: 0;
    height: auto;
  }
  .journal__list .list__item {
    display: block;
    width: auto;
    margin-right: 0;
  }
  .b-column {
    width: 47%;
    margin-left: 3%;
  }
  .b-column:nth-child(3n+1) {
    margin-left: 3%;
  }
  .b-column:nth-child(2n+1) {
    margin-left: 0;
  }
  .b-service_related__items .b-column {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .service-filter-price .jq-selectbox {
    width: 100%;
  }
  .b-service_clinics__item {
    padding: 10px 20px 10px 20px;
  }
  .b-news_name {
    font-size: 16px;
  }
  /*search*/
  .b-serp-item__number,
  .b-serp-item__links {
    display: none!important;
  }
  .b-body-items {
    padding-left: 0!important;
  }
  .b-serp-item {
    display: list-item;
    border-bottom: 1.5px solid rgba(147, 19, 105, 0.6);
    padding-bottom: 10px;
  }
  .b-pager__arrow {
    display: none!important;
  }
  body .g-gap-horizontal {
    margin-left: 0!important;
  }
  .b-head__l {
    padding-left: 0!important;
  }
  .b-tree_links__wrap .name-title {
    /*4*/
    max-width: none;
  }
  .price-list-print {
    /*4*/
    float: none;
    margin-left: 25px;
    margin-bottom: 20px;
  }
  .search-price-list>div:first-child {
    /*5*/
    display: block;
    width: auto;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 480px) {
  /*.popup-sector .label-block,
.popup-sector .row-sector {
  display: block;
  width: auto;
}*/
  .popup-sector .label-block,
  .popup-sector .row-sector,
  .form-register-conf .label-block {
    display: block;
    width: auto;
  }
  a.mobile-menu__btn {
    /*2*/
    margin: 0 auto;
  }
  .b-header_search {
    /*2*/
    position: relative;
    width: calc(100% - 57px);
    margin-left: 15px;
    margin-bottom: 20px;
  }
  .sector-block,
  .sector-frame {
    display: none;
  }
  .search-field {
    width: 100%;
  }
  .button-holder {
    width: 150px;
    float: left;
    margin-bottom: 15px;
  }
  .b-dest_alph__list-doctors {
    padding: 25px 5px;
  }
  .b-filters_doctors__left .jq-selectbox {
    width: 100%;
  }
  .b-tree_links__sub {
    padding-left: 5px;
  }
  .search-price-list fieldset {
    min-width: auto;
  }
  .search-price-list .search-field.selectField {
    width: 100%;
  }
  .search-price-list .search-field .jq-selectbox {
    width: 100%;
  }
  .b-tree_price__wrap .b-price td {
    font-size: 13px;
    word-wrap: break-word;
    max-width: 200px;
  }
  .b-tree_links__sub-1 .b-tree_links__sub {
    padding-left: 15px;
  }
  .faq__filter>.in-bl {
    display: block;
  }
  .faq__filter .jq-selectbox {
    max-width: 300px;
    width: 100%;
    margin-right: 0;
  }
  .faq-sections ul {
    width: 100%;
  }
  .clinic-articles--main .b-column {
    width: 100%;
  }
  .st_image_gallery {
    margin: 0 -20px;
  }
  .st_image_gallery .gallery_item {
    margin: 25px 0;
  }
  .forpress-list .b-columns_three .b-column {
    width: auto;
    padding: 0;
    margin-right: 0;
  }
  .forpress-list__pic {
    text-align: center;
  }
  .forpress-list__pic img {
    max-width: 100%;
  }
  .search-filter__item {
    display: block;
  }
  .search-filter__item .jq-selectbox {
    width: 100%;
  }
  .search-panel .search-sector {
    margin-bottom: 20px;
  }
  .b-widgets_footer__padding {
    padding: 0 15px;
  }
  .b-column {
    width: 100%;
    margin-left: 0;
  }
  .b-column:nth-child(3n+1) {
    margin-left: 0;
  }
  .b-column:nth-child(2n+1) {
    margin-left: 0;
  }
  .b-service_menu__items .b-column {
    display: block;
    width: 100%;
  }
  .actions-detail-page .b-service_doctors {
    margin: 0;
  }
  .actions_doctors_slaider-wrap .prev {
    left: -20px;
  }
  .actions_doctors_slaider-wrap .next {
    right: -20px;
  }
  .main-page .b-bg_white.b-services_main__wrap {
    padding: 35px 50px 40px;
  }
}

@media screen and (max-width: 420px) {
  .doctors_main-wrap .js-sort-panel .sort-panel .sort-list>li {
    float: none;
  }
  .doctors_main-wrap .js-sort-panel .sort-panel .sort-list {
    display: block;
  }
  .paging-frame {
    height: auto;
    background: none;
  }
  .paging-frame:before,
  .paging-frame:after {
    display: none;
  }
  .paging-block a {
    margin-top: 5px;
  }
}

@media screen and (max-width: 400px) {
  .main-page .b-bg_white.b-services_main__wrap {
    padding: 35px 11px 40px;
  }
}

@media screen and (max-width: 360px) {
  .header-left-content .header__hotline {
    width: 100%;
    max-width: 310px;
  }
  .header__hotline .hotline {
    font-size: 21px;
  }
  .popup-frame {
    padding: 23px 15px 30px;
  }
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-service_clinic__right .b-clinic_address__mail {
  word-break: break-word;
}


/* 14.06.2019 */

.persona-area-link {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin-bottom: 11px;
}

.persona-area-link:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: url(../images/3ecf16c248c3ee379404c536e31e3397.svg) bottom no-repeat;
  background-size: 20px;
}

.persona-area-link,
.visually-impaired-version-link {
  padding-left: 30px;
  font-size: 12px;
  text-decoration: none;
}

.persona-area-link:after,
.visually-impaired-version-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #931368;
}

.visually-impaired-version-link:before {
  width: 20px;
  height: 12px;
  background-size: 20px;
  margin-top: -5px;
}

@media screen and (max-width: 1250px) {
  .persona-area-link,
  .visually-impaired-version-link {
    display: table;
  }
}

@media screen and (max-width: 950px) {
  .persona-area-link,
  .visually-impaired-version-link {
    margin: 0 auto 10px;
  }
}

.persona-area-link.not-msk {
  top: -10px;
}


/* end 14.06.2019 */

.footer__phone .footer__phone-item .footer__phone-bg a,
.b-service_appointment__wrap .b-service_appointment__phone span a {
  text-decoration: none;
  color: #fff;
}

.footer__phone .footer__phone-item .footer__phone-bg a:hover,
.b-service_appointment__wrap .b-service_appointment__phone span a:hover {
  text-decoration: none;
  /*color:#ce156d;*/
  color: #fff!important;
}

.phone-desc {
  color: #e93e1c;
  position: relative;
  font-size: 13px;
  vertical-align: top;
}

.header__phone-popup .header__phone-bg a:hover,
.header__phone-popup .header__phone-bg a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 580px) {
  .js-confidential-confirm {
    height: 20px;
    overflow: hidden;
  }
  .js-confidential-confirm.open {
    height: auto;
  }
  .js-confidential_more {
    display: block;
    text-align: center;
    text-decoration: none;
  }
}

@media screen and (min-width: 580px) {
  .js-confidential_more {
    display: none;
  }
}

.residency-application {}

.residency-application .form-block {
  width: 100%;
  max-width: 600px;
}

.residency-application .label-block {
  float: none;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 5px;
}

.residency-application .row-sector {
  float: none;
  display: block;
  width: 100%;
  font-size: 14px;
}

.residency-application .row * {
  font-size: 14px;
}

.residency-application table {
  border-collapse: collapse;
  border-spacing: 0;
}

.residency-application table th,
.residency-application table td {
  padding: 5px 14px;
  border: 1px solid #999;
  background: #ffffff;
}

.residency-application table th {
  font-weight: normal;
}

.residency-application table td .text04 {
  height: auto;
  padding: 0;
  background: inherit;
  border: none
}

.residency-application .jq-selectbox {
  width: 100%;
  display: block;
}

.table-responsive {
  overflow: auto;
}

.address_inst {
  padding: 0px 340px 20px 30px;
  position: relative;
  margin-top: -47px;
}

.address_inst img {
  width: 130px;
}

.none {
  display: none;
}


/* Стили из файла components/bitrix/news.list/clinics-with-advantages-optim/template.php */

.video-responsive {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.video-responsive div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-block-index {
  margin-bottom: 25px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .mobile-hidden {
    display: none;
  }
}

.mobile-hidden img {
  margin-right: 10px;
}

@media (min-width: 481px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 881px) {
  .header-left-content {
    float: none;
    display: block;
    width: 262px;
    margin: 0px auto 0px auto;
    padding: 10px 0px 0px 0px;
  }
  .header-right-content .hotline {
    margin-top: 10px;
  }
  .header-right-content {
    padding: 0 0 10px 0;
    float: none;
  }
  .header-right-content .hotline {
    margin-top: 0px;
  }
}

@media (max-width: 550px) {
  .header-right-content .hotline {
    font-size: 22px;
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .header-right-content .hotline__phone:before {
    top: 5px;
  }

  .header__logo a {
    /* width: 60px; */
    margin: 10px auto;
    /* height: 45px; 28.10.2020 */
    display: flex;
    align-items: center;
  }
  .header-right-content .lp-btn {
    font-size: 12px;
    line-height: 36px;
  }
}

@media (max-width: 350px) {
  .header {
    overflow: hidden;
  }
}

.mobile-download-buttons .btn-red {
  color: red;
  border: 2px solid red;
}

.header__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  padding-top: 22px;
  padding-bottom: 22px;
}

.header__wrapper-default {
  padding: 10px 0;
}

.header__left-section,
.header__right-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__left-section {
  flex: 1 1 auto;
}

.header__right-section {
  flex: 0 1 auto;
}

.header__logo-new {
  width: 230px;
}

.header__logo-new img {
  width: 100%;
  vertical-align: middle;
}

.header__messengers {
  display: flex;
  margin: 0 auto;
}

.header__messenger-link,
.header__messenger-icon {
  width: 32px;
  height: 32px;
}

.header__messenger-link:not(:last-child) {
  margin-right: 10px;
}

.header__phone {
  position: relative;
  margin-right: 30px;
  padding-left: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.header__phone::before {
  content: '';
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url('../images/new/i-phone-darkred.png') no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1024px) {
  .header__wrapper {
    flex-wrap: wrap;
  }
  .header__logo-new {
    margin-bottom: 20px;
  }
}

@media (max-width: 990px) {
  .header__logo a {
    margin-top: 0;
  }
  .header__phone {
    font-size: 0;
    padding: 0;
    margin: 0 10px 0 0;
  }
  .header__phone::before {
    position: static;
  }
  .header-row__social {
    flex-direction: row;
    margin-right: 0;
  }
  .header-row__social-link {
    font-size: 0;
    margin-right: 10px;
  }
  .header-row__social-link::before {
    margin: auto;
  }
  .header__appointment {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .header__logo a {
    height: 40px;
    font-size: 1.5rem;
    line-height: 40px;
    padding-left: 60px;
    margin-bottom: 0;
  }
}

@media (max-width: 650px) {
  .header__wrapper {
    padding: 0;
  }
  .header__left-section {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header__logo-new {
    width: 175px;
    margin: 0;
  }
  .header__messengers {
    margin: 0;
  }
  .header__appointment {
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: underline;
    vertical-align: baseline;
    background-color: transparent !important;
    border: 0;
    color: #575757;
  }
}

@media (max-width: 570px) {
  .header__appointment {
    display: none;
  }
  .header__wrapper-default .header__right-section {
    margin-right: 30px;
  }
  .header{
    padding: 2px 0;
  }
}

@media (max-width: 450px) {
  .header .header__logo {
    width: 180px;
  }
  .header__logo a {
    height: 30px;
    font-size: 1.2rem;
    line-height: 30px;
    padding-left: 40px;
    margin: 0;
  }
  .header__wrapper {
    flex-wrap: nowrap;
  }
}