@charset 'utf-8';

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'PT Serif', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga', 'kern';
  -moz-font-feature-settings: 'liga', 'kern';
  font-feature-settings: 'liga', 'kern';
}

.pre-ajax-title {
  height: 32px !important;
  margin-bottom: 26px;
}

.wrapper-loading {
  flex-direction: column;
  gap: 21px;
}

.loading,
.loading-light {
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, rgb(250, 250, 250) 8%, rgb(244, 244, 244) 38%, rgb(250, 250, 250) 54%);
  background-size: 1000px 640px;
  color: transparent !important;
  position: relative;
  border-radius: 6px;
}

.loading-transparent {
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, rgba(250, 250, 250, 0.18) 8%, rgba(244, 244, 244, 0.16) 38%, rgba(250, 250, 250, 0.18) 54%);
  background-size: 1000px 640px;
  color: transparent !important;
  position: relative;
  border-radius: 6px;
}

.week-net {
  background-color: #ebebeb;
  border: 1px solid transparent;
  padding: 3px;
  margin-top: 33px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 3px;
  border-radius: 6px;
}

.week-net .week-net__cell {
  cursor: pointer;
  border-radius: 3px;
  color: white;
  font-weight: 500;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 100%;
}

.week-net .week-net__cell:hover {
  filter: saturate(1.5);
}

.week-net {
  transition: all ease .2s;
}

.rooms-in-speciality {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 11px;
}

.no-info {
  font-family: 'ProximaNovaBold', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 33px;
  color: #c0c0c0;
}
.block-blind-photo{
  display: flex;
}
.speciality__wrapper-rooms .schedule-recive {
  font-family: 'ProximaNovaBold', sans-serif;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: gray;
}

.occupation-level {
  font-family: 'ProximaNova', sans-serif;
  font-weight: normal;
  color: white;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.work-time {
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 18px;
  color: gray;
}

.work-room {
  font-family: 'ProximaNova', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121419;
}

.rooms-in-speciality li {
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 33px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 189px;

}

.rooms-in-speciality li.filled {
  background: #ededed;
  border: 1px solid #e4e4e4;
}

.week-net .week-net__cell p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 13px;
  color: #929292;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  text-transform: uppercase;
}

[data-occupation="OCCUPIED"] {
  background: #c64747;
}

[data-occupation="no-schedule"] {
  background: #a9a9a9;
}

[data-occupation="FREE"] {
  background: #27af60;
}

[data-occupation="BUSY"] {
  background: #df901f;
}

[data-occupation="EMPTY"] {
  background: #b1b1b1;
}

.datepicker-in-spec {
  margin: 0 auto;
}


.no-schedule p {
  height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 33px !important;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0
  }

  100% {
    background-position: 468px 0
  }
}

.pre-ajax-image {
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  flex-shrink: 0;
}

.pre-ajax-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-form__wrapper-inputs {
  display: grid;
  grid-template-columns: 1fr 60px;
}

.stupid-block {
  width: 100%;
  height: 90px;
  background-color: #ff6347;
}

.separation-block {
  display: block;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 30px 0 20px;
  background-color: #c9dbdb;
}

.separation-block_no-margin-top {
  margin-top: 0;
}

.separation-block_blue {
  background-color: #c6eaea;
}

.check-block-row {
  display: flex;
}

.check-block-row .check-block-item {
  display: table-cell;
  line-height: 45px;
  padding: 0 20px;
}

.check-block-row .check-block-item.check-block-label {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  padding-right: 5px;
  font-size: 16px;
  color: #404040;
  width: auto;
  max-width: 32%;

}

.check-block-row .check-block-item.check-block-input .contact-form__input_name {
  width: 90%;
}

@media (min-width: 320px) and (max-width: 639px) {
  .check_block {
    margin: 0 16px;
  }

  .check-block-row,
  .check-block-row .check-block-item {
    display: block;
    width: 100%;
  }

  .check-block-row .check-block-item.check-block-label {
    max-width: none;
    margin-right: 0;
  }
}


.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1.11111rem;
  padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF;
}

.alert-box .close {
  right: 0.22222rem;
  background: inherit;
  color: #000;
  font-size: 1.22222rem;
  line-height: .9;
  margin-top: -0.61111rem;
  opacity: 0.9;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}

.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 3px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}

.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}

.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

.alert-box.alert-close {
  opacity: 0;
}


.buttons-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px 0;
  margin: 0;
}

.total-services-cost-button {
  display: block;
  width: 195px;
  height: 33px;
  margin: 0;
  padding: 0 20px;
  background-color: #e54d42;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 33px;
  color: #fff;
  /*text-transform: uppercase;*/
  text-align: center;
}

.heading-wrapper {
  display: block;
  min-height: 53px;
  height: auto;
  width: 100%;
  border-bottom: 3px solid #bcc3c7;
  overflow: visible;
  margin-bottom: 30px;
}

.heading-wrapper_margin-top {
  margin-top: 30px;
}

.heading-wrapper_margin-bottom-20px {
  margin-bottom: 20px;
}

.heading-wrapper_margin-bottom-15px {
  margin-bottom: 15px;
}

.page__heading {
  display: block;
  /*min-width: 768px;*/
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #06797b;
  padding: 15px 0;
  margin: 0;
}

.header-link {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 640px) and (max-width: 1124px) {
  .page__heading {
    min-width: 530px;
    width: 100%;
  }
}

@media (max-width: 639px) {
  .page__heading {
    min-width: 304px;
  }
}

.page__heading_padding-bottom-reduced {
  padding: 40px 0 5px;
}

.page__heading_black {
  color: #303030;
}

.page__heading_green {
  color: #008f91;
}

.page__heading_orange {
  color: #ce5d00;
}

.page__heading_bloody {
  color: #e33123;
}

.page__heading_uppercase {
  text-transform: uppercase;
}

.page__heading_22px {
  font-size: 22px;
  line-height: 22px;
}

.page__heading_line-height-35px {
  line-height: 35px;
}

.page__heading_no-min-width {
  display: inline-block;
  width: auto;
  min-width: auto;
  padding: 15px 20px 15px 0;
}

@media (min-width: 640px) and (max-width: 1124px) {
  .page__heading_no-min-width {
    width: auto;
    min-width: auto;
  }
}

@media (max-width: 639px) {
  .page__heading_no-min-width {
    min-width: auto;
    max-width: 60%;
    padding: 10px 10px 10px 0;
  }
}

.page__heading_no-padding {
  padding: 0 !important;
}

.page__heading_padding-top-20px {
  padding-top: 20px;
}

.page__heading_padding-top-30px {
  padding-top: 30px;
}

.heading-counter {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 0 15px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  color: #bdc3c7;
}

.big-red-heading {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 30px 0 10px 35px;
  border-bottom: 10px solid #e33123;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .big-red-heading {
    padding: 40px 6px 10px 15px;
  }
}

@media (max-width: 767px) {

  .tab-content__service {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .doctor-schedule {
    padding-right: 0;
  }

  .big-red-heading {
    padding: 40px 6px 10px;
  }

}

.horizontal-line {
  display: inline-block;
  width: auto;
  min-width: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 3px;
  background-color: #bdc3c7;
}

.horizontal-line_services-page {
  height: 1px;
  background-color: #c9dbdb;
}

.article-content p {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif!important;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #404040;
  margin: 0 0 16px;
}

.article-content-part p {
  /*padding-top: 25px!important;*/
}

p.page__text {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #404040;
  margin: 0 0 16px;
}

p.page__text span {
  font-family: 'ProximaNovaRegular', sans-serif !important;
}

p.page__text_no-margin-bottom {
  margin: 0;
}

p.page__text_margin-bottom-35px {
  margin: 0 0 35px;
}

p.page__text_cabinet-modal {
  font-size: 14px;
  line-height: 21px;
}

p.page__text_ceneter {
  text-align: center;
}

a.inline-link {
  display: inline;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #2880b9;
  text-decoration: underline;
}

a.inline-link:hover,
a.inline-link:active,
a.inline-link:focus {
  color: #008f91;
}

a.inline-link:visited {
  color: #2880b9;
}

a.inline-link:visited:hover,
a.inline-link:visited:active,
a.inline-link:visited:focus {
  color: #008f91;
}

a.inline-link_stealth {
  color: inherit;
}

a.inline-link_stealth:hover,
a.inline-link_stealth:active,
a.inline-link_stealth:focus {
  color: inherit;
}

a.inline-link_stealth:visited {
  color: inherit;
}

a.inline-link_stealth:visited:hover,
a.inline-link_stealth:visited:active,
a.inline-link_stealth:visited:focus {
  color: inherit;
}

a.inline-link_no-wrap {
  white-space: nowrap;
}

.remark-block {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 10px;
  margin: 30px 0;
  font-family: 'PT Serif', serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  color: #3b3d40;
  text-align: left;
  text-decoration: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.remark-block_font-18px {
  font-size: 18px;
  line-height: 28px;
}

.remark-block_about-page {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .remark-block {
    font-size: 18px;
    line-height: 24px;
  }

  .remark-block_font-18px {
    font-size: 16px;
    line-height: 22px;
  }
}

.stealth-on-mobile {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

@media (max-width: 767px) {
  .stealth-on-mobile {
    display: none;
  }
}

.show-on-mobile {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

@media (min-width: 768px) {
  .show-on-mobile {
    display: none;
  }
}

.cap-on-mobile {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

@media (max-width: 767px) {
  .cap-on-mobile {
    text-transform: uppercase;
    line-height: 28px;
  }
}

.header-container {
  width: 100%;
  min-height: 150px;
  height: auto;
  border-bottom: 1px solid #c9dbdb;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .header-container {
    border-bottom: none;
  }
}

.header {
  min-width: 320px;
  max-width: 1125px;
  width: 100%;
  min-height: 150px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo-block {
  display: block;
  width: 270px;
  height: 150px;
  padding: 0 49px 0 0;
  background-color: #fff;
  border-right: 1px solid #c9dbdb;
  text-align: center;
}

@media (min-width: 1024px) and (max-width: 1124px) {
  .header__logo-block {
    width: 221px;
    padding: 0;
  }
}

@media (min-width: 320px) and (max-width: 1023px) {
  .header__logo-block {
    width: 220px;
    padding: 0;
    margin: 0 auto;
    border-right: none;
  }
}

@media (max-width: 767px) {
  .header__logo-block {
    height: auto;
  }
}

.header-logo-wrapper {
  display: block;
  width: 220px;
  max-height: 92px;
  background-color: transparent;
  text-decoration: none;
}

.header-logo-wrapper:focus,
.header-logo-wrapper:hover,
.header-logo-wrapper:active {
  text-decoration: none;
  color: inherit;
}

.header-logo {
  display: block;
  width: 190px;
  height: 65px;
  margin: 0;
  padding: 0;
  outline: 0;
  width: 220px;
  height: 66px;
}

@media (max-width: 767px) {
  .header-logo {
    height: 45px;
    width: auto;
    margin: 0 auto;
  }
}

.header-logo-title {
  display: block;
  width: 240px;
  height: 26px;
  padding-top: 10px;
  font-family: 'DinBoldAlternate', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.55px;
  color: #008f91;
  text-transform: uppercase;
  text-align: center;
  margin-left: -10px;
}

.header-logo-title.for-city-select {
  border-bottom: 1px #008f91 dashed;
  display: inline-block;
  margin: -5px auto 0 auto;
  width: auto;
  position: relative;
}

.header-logo-title.for-city-select:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #008f91 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: 2px;
  right: -17px;
}

.city-select-new {
  position: relative;
}

.city-select-hover {
  display: none;
  position: absolute;
  z-index: 1999;
  top: 46px;
  left: 1px;
  background: #fff;
  border-radius: 5px;
  border: 1px #ccc solid;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.filials {
  display: table;
}

.filials .filial {
  display: table-cell;
  padding-left: 46px;
  padding-top: 20px;
}

.filials .filial:last-child {
  margin-left: 49px;
}

.filials .filial:last-child .header__logo-block {
  padding-right: 0;
  border-right: none;
}

.filials .filial .header-logo-title {
  color: #687575
}

.filials .filial img.header-logo {
  filter: grayscale(90%)
}

.filials .filial.active .header-logo-title {
  color: #008f91
}

.filials .filial.active img.header-logo {
  filter: none;
}

.header-logo-wrapper.var2 {
  margin-top: 20px;
}

.city-select {
  display: block;
  width: 220px;
  height: 41px;
  text-align: center;
  line-height: 41px;
}

.city-select__icon {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin: 0;
  padding: 0;
  outline: 0;
}

.city-select__dropdown {
  display: inline-block;
  height: 15px;
  width: auto;
  padding: 0 20px 0 5px;
  margin: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 15px;
  color: #656565;
  text-align: center;
  border: none;
  background: #fff url("../img/header/dropdown-icon.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-background-size: 11px 11px;
  -moz-background-size: 11px;
  -o-background-size: 11px;
  background-size: 11px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.city-select__dropdown::-ms-expand {
  display: none;
}

.city-select__dropdown:focus {
  outline: 0;
}

.header__lines-container {
  display: block;
  width: -webkit-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: calc(100% - 270px);
  height: 150px;
}

@media (min-width: 1024px) and (max-width: 1124px) {
  .header__lines-container {
    width: -webkit-calc(100% - 221px);
    width: -moz-calc(100% - 221px);
    width: calc(100% - 221px);
  }
}

@media (min-width: 320px) and (max-width: 1023px) {
  .header__lines-container {
    width: 100%;
    height: auto;
  }
}

.header__top-line {
  background: white;
  width: 100%;
  height: 75px;
  padding-left: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (min-width: 1024px) and (max-width: 1124px) {
  .header__top-line {
    padding: 0 10px;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .header__top-line {
    padding: 5px 0 10px;
    height: auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}

@media (min-width: 320px) and (max-width: 639px) {
  .header__top-line {
    padding: 0 0 10px;
    height: auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}

.get-results-btn:hover,
.get-results-btn:active {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #656565;
  background: #fff url("../img/header/results-icon.png");
  background-repeat: no-repeat;
  background-position: 10px 11px;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.get-results-btn {
  line-height: 44px;
  text-align: center;
  width: auto;
  padding: 0 15px;
  min-width: 128px;
  height: 44px;
  border: 1px solid #29bb9c;
  background-color: #29bb9c;
  color: #fff;
  background: #29bb9c url("../img/header/results-icon-white.png");
  background-repeat: no-repeat;
  background-position: 10px 11px;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
}

@media (min-width: 320px) and (max-width: 639px) {
  .get-results-btn {
    height: 32px;
    min-width: 32px;
    padding: 0 10px;
    line-height: 30px;
    background-position: 8px 5px;
  }

  .get-results-btn:hover,
  .get-results-btn:active {
    background-position: 8px 5px;
  }
}

.get-results-btn__text {
  display: inline-block;
  width: 80px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: inherit;
  text-transform: uppercase;
  text-align: left;
  vertical-align: sub;
  padding-left: 20px;
}

@media (min-width: 320px) and (max-width: 639px) {
  .get-results-btn__text {
    display: none;
  }
}

.tel-number-block {
  display: block;
  width: auto;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
}

@media (max-width: 639px) {
  .header__top-line .tel-number-block {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
  }
}

.tel-number-block_no-padding {
  padding: 0;
}

.tel-number-block__text {
  display: block;
  width: 250px;
  margin: 0 auto;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 30px;
  color: #29bb9c;
  text-align: center;
}

.tel-number-block__text:hover {
  color: #939393;
}

.tel-number-block__text_faq-page {
  color: #35495d;
}

.tel-number-block__text_fax,
.tel-number-block__text_hot {
  width: auto;
  font-size: 16px;
}

.tel-number-block__text_black {
  color: #404040;
  padding: 0;
  margin: 0;
}

.tel-number-block_inline-block-fax,
.tel-number-block_inline-block-hot {
  display: inline-block;
  height: 21px;
  line-height: 21px;
}

.tel-number-block_inline-block-hot {
  height: 24px;
  line-height: 24px;
}

.tel-number-block_center {
  width: 240px;
}

@media (min-width: 320px) and (max-width: 639px) {
  .tel-number-block__text {
    font-size: 18px;
    width: auto;
  }

  .tel-number-block__text_fax {
    font-size: 16px;
  }

  .tel-number-block__text_hot {
    font-size: 16px;
  }

  .tel-number-block__text_no-shrink-on-mobile {
    font-size: 30px;
  }
}

.tel-number-bold {
  font-family: 'ProximaNovaSemibold', sans-serif;
  font-size: inherit;
  color: inherit;
}

.fax-block {
  display: block;
  width: 308px;
  height: 21px;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  background: #fff url("../img/page/fax-icon.png") top left no-repeat;
}

.hot-block {
  display: block;
  width: 308px;
  height: 24px;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  background: #fff url("/img/page/hot-line.png") top left no-repeat;
}

.write-us-block {
  display: block;
  width: 308px;
  height: 21px;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  background: #fff url("../img/page/email-icon.png") no-repeat;
  background-position: 0px 2px;
}

.callback-btn:hover,
.callback-btn:active {

  border: 1px solid #ddd;
  color: #656565;
  background: #fff url("../img/header/callback-icon.png");
  background-repeat: no-repeat;
  background-position: 10px 11px;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  line-height: 44px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.callback-btn {
  width: auto;
  min-width: 116px;
  padding: 0 0 0 16px;
  height: 44px;
  border: 1px solid #29bb9c;
  color: #fff;
  background: #29bb9c url("../img/header/callback-icon-white.png");
  background-repeat: no-repeat;
  background-position: 10px 11px;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
}

.callback-long-btn {
  width: auto;
  min-width: 244px;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  color: #656565;
  background: #fff url("../img/header/callback-icon.png");
  background-repeat: no-repeat;
  background-position: 10px 6px;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  text-align: center;
  margin-top: 7px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.callback-long-btn:hover,
.callback-long-btn:active {
  border: 1px solid #29bb9c;
  color: #fff;
  background: #29bb9c url("../img/header/callback-icon-white.png");
  background-repeat: no-repeat;
  background-position: 10px 6px;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
}

.callback-long-btn_transparent {
  background-color: transparent;
  border: 1px solid #bdc3c7;
  margin-bottom: 6px;
}

.gostview-btn__text {
  display: block;
  width: 127px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: inherit;
  text-transform: uppercase;
  text-align: left;
  vertical-align: sub;
  padding-left: 20px;
  margin-top: 7px;
}

@media (min-width: 320px) and (max-width: 639px) {
  .common-gallery-modal__top-block .slick-list {
    height: auto !important;
    min-height: 0px !important;
  }

  .common-gallery-modal__top-block img {
    min-height: 200px !important;
  }

  .callback-btn {
    height: 32px;
    min-width: 32px;
    padding: 0;
    line-height: 30px;
    background-position: 7px 5px;
  }

  .callback-btn:hover,
  .callback-btn:active {
    background-position: 7px 5px;
  }
}

.callback-btn__text {
  display: block;
  width: 70px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: inherit;
  text-transform: uppercase;
  text-align: left;
  vertical-align: sub;
  padding-left: 20px;
}

@media (min-width: 320px) and (max-width: 639px) {
  .callback-btn__text {
    display: none;
  }
}

.callback-btn-long__text {
  display: block;
  width: auto;
  height: 32px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 34px;
  color: inherit;
  text-transform: uppercase;
  text-align: left;
  padding-left: 20px;
}

.cart-btn {
  display: block;
  width: auto;
  min-width: 128px;
  padding: 0 10px 0 60px;
  height: 34px;
  background: #ecf0f1 url("../img/header/cart-icon.png");
  background-repeat: no-repeat;
  background-position: 15px 7px;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  color: #656565;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 34px;
  color: inherit;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.cart-btn:hover,
.cart-btn:active {
  color: #fff;
  background: #29bb9c url("../img/header/cart-icon-white.png");
  background-repeat: no-repeat;
  background-position: 15px 7px;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
}

.cart-btn_not-empty {
  color: #fff;
  background-color: #e54d42;
}

@media (min-width: 320px) and (max-width: 639px) {
  .cart-btn {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 32px;
    padding: 0 10px 0 45px;
    line-height: 32px;
    background-position: 15px 5px;
  }

  .cart-btn:hover,
  .cart-btn:active {
    background-position: 15px 5px;
  }
}

.cart-btn_not-empty {
  background: #e54d42 url("../img/header/cart-icon-white.png");
  background-repeat: no-repeat;
  background-position: 15px 7px;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.cabinet-btn {
  padding: 0 15px;
  min-width: 108px;
  height: 44px;
  width: auto;
  flex-shrink: 0;
  border: 1px solid #29bb9c;
  line-height: 44px;
  background: #29bb9c url("../img/header/cabinet-icon-white.png");
  background-repeat: no-repeat;
  background-position: 10px 11px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.cabinet-btn:hover,
.cabinet-btn:active {
  padding: 0 15px;
  border: 1px solid #ddd;
  background: #fff url("../img/header/cabinet-icon.png");
  background-repeat: no-repeat;
  background-position: 10px 11px;
  color: #656565;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
}

@media (min-width: 320px) and (max-width: 639px) {
  .cabinet-btn {
    height: 32px;
    min-width: 32px;
    padding: 0;
    line-height: 32px;
    background-position: 9px 6px;
  }

  .cabinet-btn:hover,
  .cabinet-btn:active {
    background: #29bb9c url("../img/header/cabinet-icon-white.png");
    background-repeat: no-repeat;
    background-position: 9px 6px;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
  }
}

.cabinet-btn__text {
  display: inline-block;
  width: 60px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: inherit;
  text-transform: uppercase;
  text-align: left;
  vertical-align: sub;
  padding-left: 20px;
}

@media (min-width: 320px) and (max-width: 639px) {
  .cabinet-btn__text {
    display: none;
  }
}

.header__bottom-line-container {
  display: block;
  width: 100%;
  height: 75px;
  overflow: visible;
}

@media (max-width: 767px) {
  .header__bottom-line-container {
    height: 51px;
  }
}

.header__bottom-line {
  display: block;
  width: 100%;
  height: 75px;
  border-top: 1px solid #c9dbdb;
  overflow: hidden;
  position: relative;
  z-index: 999;
  background: #f9fdfd;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fdfd), to(#e2f5f5));
  background: -webkit-linear-gradient(top, #f9fdfd 0%, #e2f5f5 100%);
  background: -moz-linear-gradient(top, #f9fdfd 0%, #e2f5f5 100%);
  background: -o-linear-gradient(top, #f9fdfd 0%, #e2f5f5 100%);
  background: linear-gradient(to bottom, #f9fdfd 0%, #e2f5f5 100%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (max-width: 767px) {
  .header__bottom-line {
    min-height: 51px;
    height: auto;
  }
}

.header__bottom-line_fixed {
  position: fixed;
  width: 100%;
  max-width: 1125px;
  height: 76px;
  border: 1px solid #c9dbdb;
  border-right: none;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 270px;
  z-index: 999;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 1024px) and (max-width: 1124px) {
  .header__bottom-line_fixed {
    padding-left: 221px;
  }
}

@media (min-width: 320px) and (max-width: 1023px) {
  .header__bottom-line_fixed {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .header__bottom-line_fixed {
    min-height: 51px;
    height: auto;
    border-left: none;
    border-right: none;
  }
}

.navigation {
  display: block;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 100%;
  padding-left: 35px;
  float: left;
  background-color: transparent;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (max-width: 767px) {
  .navigation {
    height: auto;
    max-height: 0px;
    overflow: hidden;
  }
}

.navigation_footer {
  display: block;
  min-width: 320px;
  max-width: 1125px;
  width: 100%;
  height: 64px;
  float: none;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #bdc3c7;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 1124px) {
  .navigation {
    padding-left: 10px;
  }
}

@media (max-width: 639px) {
  .navigation_footer {
    display: none;
  }
}

.navigation__link {
  display: inline-block;
  width: auto;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 15px;
  line-height: 74px;
  color: #06797b;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 35px;
}

.navigation__link:hover,
.navigation__link:active,
.navigation__link:focus {
  color: #303030;
  text-decoration: none;
}

.navigation__link:visited {
  color: #06797b;
}

.navigation__link:visited:hover,
.navigation__link:visited:active,
.navigation__link:visited:focus {
  color: #303030;
  text-decoration: none;
}

.navigation__link:last-child {
  margin-right: 0;
}

.navigation__link_active {
  color: #303030;
}

.navigation__link_footer {
  font-size: 12px;
  line-height: 63px;
}

@media (max-width: 767px) {
  .navigation__link {
    display: block;
    line-height: 50px;
  }
}

.navigation__link_sticky {
  display: none;
}

.header__bottom-line_fixed .navigation__link_sticky {
  display: inline-block;
}

input.mobile-navigation-input {
  display: none;
}

label.mobile-navigation-label {
  display: none;
}

@media (max-width: 767px) {
  label.mobile-navigation-label {
    display: block;
    font-family: 'ProximaNovaBold', sans-serif;
    font-size: 24px;
    line-height: 50px;
    color: #008f91;
  }
}

#mobile-navigation-toggle:checked ~ .navigation {
  max-height: 300px;
}

.search-block {
  width: 80px;
  height: 74px;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-right: 1px solid #c9dbdb;
  border-left: 1px solid #c9dbdb;
  border-bottom: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #fff url("../img/header/search-icon.png");
  background-repeat: no-repeat;
  background-position: 29px 29px;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px;
  -o-background-size: 19px;
  background-size: 19px;
}

.search-block_active {
  width: 100%;
  border-left: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .search-block {
    height: 50px;
    background-position: 29px 16px;
    border-bottom: 1px solid #c9dbdb;
  }
}

@media (min-width: 768px) and (max-width: 1124px) {
  .search-block_active {
    background-position: 10px 29px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .search-block_active {
    background-position: 10px 16px;
  }
}

.search-icon {
  display: block;
  width: 78px;
  height: 74px;
}

@media (max-width: 767px) {
  .search-icon {
    height: 50px;
    width: 78px;
  }
}

input.search-input {
  display: none;
}

input.search-input_visible {
  display: block;
  height: 46px;
  min-width: 120px;
  max-width: 69%;
  width: 100%;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 18px;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .search-input_visible {
    margin: 0 6px;
  }
}

@media (max-width: 767px) {
  input.search-input_visible {
    height: 26px;
    font-size: 16px;
  }
}

.search-submit {
  display: none;
}

.search-submit_visible {
  display: block;
  width: auto;
  height: 46px;
  padding: 0 15px;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  text-shadow: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 46px;
  color: #656565;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .search-submit_visible {
    height: 26px;
    line-height: 26px;
  }
}

.search-close-btn {
  display: none;
}

.search-close-btn_visible {
  display: block;
  margin: 0 25px;
  font-size: 40px;
  font-weight: 700;
  line-height: 38px;
  color: #b0b0b0;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
}

.search-close-btn_visible:hover,
.search-close-btn_visible:active {
  color: #303030;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .search-close-btn_visible {
    margin: 0 6px;
  }
}

.subnav-wrapper {
  display: block;
  width: 100%;
  min-height: 100px;
  padding: 0;
  margin: 0;
  background-color: #159f84;
  overflow: hidden;
}

.subnav-container {
  display: block;
  min-width: 320px;
  max-width: 1125px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.subnav-container__h1-block {
  display: block;
  max-width: 270px;
  width: 100%;
  min-height: 100px;
  padding: 24px 0 0 0;
  border-right: 1px solid #fff;
  background: #159f85 url("../img/header/h1-block-bg.png");
  background-position: 40% 0%;
  background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .subnav-container__h1-block {
    max-width: 221px;
  }
}

@media (max-width: 767px) {
  .subnav-container__h1-block {
    max-width: 100%;
    min-height: 50px;
    padding: 10px 0;
    border-right: none;
  }
}

.h1-block__h1 {
  display: block;
  width: 100%;
  height: 50px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 32px;
  color: #fff;
  line-height: 50px;
  margin: 0;
  padding: 0 0 0 24px;
  border-right: 1px solid #fff;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .h1-block__h1 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .h1-block__h1 {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    border-left: 1px solid #fff;
    border-right: none;
  }
}

@media (min-width: 320px) and (max-width: 1124px) {
  .h1-block__h1 {
    padding: 0 0 0 10px;
  }
}

.subnav-container__h2-block {
  display: block;
  width: 1000%;
  min-height: 100px;
  position: absolute;
  top: 0;
  left: 270px;
  padding: 24px 0 0 0;
  margin: 0;
  background: #008f91 url("../img/header/h2-block-bg.png") top left no-repeat;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .subnav-container__h2-block {
    left: 221px;
    width: -webkit-calc(100% - 221px);
    width: -moz-calc(100% - 221px);
    width: calc(100% - 221px);
  }
}

@media (max-width: 767px) {
  .subnav-container__h2-block {
    position: static;
    width: 100%;
    min-height: 50px;
    padding: 10px 0;
  }
}

.crutch-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  max-width: 854px;
  min-width: 320px;
  width: 100%;
  overflow: hidden;
}

.h2-block__text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: -webkit-calc(100% - 200px);
  max-width: -moz-calc(100% - 200px);
  max-width: calc(100% - 200px);
  height: 50px;
  padding-left: 35px;
  border-left: 1px solid #fff;
  float: left;
}

@media (min-width: 320px) and (max-width: 1124px) {
  .h2-block__text-container {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .h2-block__text-container {
    height: 30px;
    max-width: -webkit-calc(100% - 38px);
    max-width: -moz-calc(100% - 38px);
    max-width: calc(100% - 38px);
  }
}

.h2-block__h2 {
  display: block;
  width: auto;
  max-width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px 0 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .h2-block__h2 {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}

a.degraded-link {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  white-space: nowrap;
}

a.degraded-link:hover {
  text-decoration: underline;
}

a.degraded-link:hover,
a.degraded-link:visited {
  color: inherit;
}

.breadcrumbs {
  display: block;
  width: auto;
  height: 20px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    height: 10px;
  }
}

.breadcrumbs__item {
  display: block;
  float: left;
  width: auto;
  height: 20px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin-right: 22px;
}

.breadcrumbs__item:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .breadcrumbs__item {
    height: 10px;
    font-size: 8px;
    line-height: 10px;
  }
}

.breadcrumbs__item:after {
  content: '\00A0\00A0\00A0\>\00A0\00A0';
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #28b4b6;
  text-decoration: none;
  position: absolute;
  right: -22px;
  top: 1px;
}

.breadcrumbs__item:after:hover {
  text-decoration: none;
  color: #28b4b6;
}

@media (max-width: 767px) {
  .breadcrumbs__item:after {
    font-size: 8px;
    line-height: 10px;
  }
}

.breadcrumbs__item:last-child:after {
  content: '';
}

.h2-block__get-back-btn {
  display: block;
  width: auto;
  min-width: 195px;
  max-width: 195px;
  height: 34px;
  float: right;
  padding: 0 12px 0 40px;
  background: transparent url("../img/page/get-back-btn-icon.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px;
  -o-background-size: 16px;
  background-size: 16px;
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.h2-block__get-back-btn:hover {
  text-decoration: underline;
  color: #fff;
}

.h2-block__get-back-btn:visited,
.h2-block__get-back-btn:active {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .h2-block__get-back-btn {
    margin-right: 10px;
    min-width: 160px;
    max-width: 160px;
    height: 34px;
    float: right;
    margin-top: 8px;
    padding: 0 6px 0 32px;
    background-position: 10px 10px;
  }
}

@media (max-width: 767px) {
  .h2-block__get-back-btn {
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    width: 28px;
    padding: 13px;
    margin-right: 6px;
    margin-top: 0;
    background-position: 6px 6px;
  }
}

.get-back-btn__text {
  font-family: 'ProximaNovaBold', sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 34px;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .get-back-btn__text {
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  .get-back-btn__text {
    display: none;
  }
}

.h2-bock__description {
  display: block;
  width: auto;
  max-width: 100%;
  padding-right: 10px;
  height: 20px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .h2-bock__description {
    height: 10px;
    font-size: 8px;
    line-height: 10px;
  }
}

.index-slider {
  display: block;
  width: 100%;
  min-height: 590px;
  height: auto;
}

.index-slider__slider-zone {
  display: block;
  width: 100%;
  min-height: 425px;
  height: auto;
  background-color: #bbc1c5;
  position: relative;
}

.index-slider__tabs-zone {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
}

@media (max-width: 767px) {
  .index-slider__tabs-zone {
    display: none;
  }
}

.index-slider__links-zone {
  display: block;
  width: 100%;
  min-height: 90px;
  height: auto;
  background-color: #2d3f50;
}

@media (min-width: 320px) and (max-width: 767px) {
  .index-slider__links-zone {
    min-height: 60px;
  }
}

.slider-zone__slides-container {
  display: block;
  min-width: 320px;
  max-width: 1125px;
  width: 100%;
  min-height: 425px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.slides-container-slider {
  display: block;
  min-width: 320px;
  max-width: 1125px;
  width: 100%;
  min-height: 425px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.tabs-zone__tabs {
  display: block;
  min-width: 320px;
  max-width: 1125px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#feedbacks-form .send-question-submit {
  background: #06797b;
  color: white;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .tabs-zone__tabs {
    height: auto;
  }
}

.links-zone__links-container {
  display: block;
  min-width: 320px;
  max-width: 1125px;
  width: 100%;
  min-height: 90px;
  height: auto;
  padding-top: 27px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  overflow: visible;
}

@media (max-width: 767px) {
  .links-zone__links-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 60px;
    padding-top: 16px;
  }
}

.links-zone__links {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  overflow: visible;
}

.links-zone__link {
  display: block;
  width: auto;
  height: 36px;
  padding: 0 24px;
  margin: 0 0 27px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #2d3f50;
  border-right: 1px solid #45586b;
}

.links-zone__link:hover,
.links-zone__link:active,
.links-zone__link:focus {
  color: #fff;
  text-decoration: underline;
}

.links-zone__link:visited {
  color: #fff;
}

.links-zone__link:visited:hover,
.links-zone__link:visited:active,
.links-zone__link:visited:focus {
  color: #fff;
  text-decoration: underline;
}

.links-zone__link:last-child {
  border-right: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .links-zone__link {
    font-size: 10px;
    line-height: 14px;
    height: 28px;
    margin: 0 0 16px;
    padding: 0 12px;
  }
}

.tabs-content {
  background-color: transparent;
  border: none;
  min-height: 425px;
  height: auto;
  padding: 0;
}

@media (max-width: 767px) {
  .tabs-content {
    display: none;
  }
}

.tabs {
  display: block;
  width: 100%;
  min-height: 75px;
  height: auto;
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: none;
}

.tabs-title {
  display: block;
  width: auto;
  height: auto;
  float: left;
  padding: 15px 0;
  background-color: #fff;
}

.tabs-title > a.tab-title__a {
  display: block;
  width: auto;
  height: auto;
  padding: 0 24px;
  margin: 0;
  border-right: 1px solid #ddd;
  position: relative;
}

.tabs-title > a.tab-title__a:last-child {
  border-right: none;
}

.tabs-title > a.tab-title__a:focus,
.tabs-title > a.tab-title__a[aria-selected='true'] {
  background-color: #fff;
}

.index-tabs-active-tab::after {
  content: '';
  margin-left: -30px;
  left: 50%;
  z-index: 10;
  top: -26px;
  width: 0;
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #fff transparent;
}


.index-tabs-active-tab {
  color: #000;
}

.tab-title__category {
  display: block;
  width: auto;
  height: auto;
  font-family: 'PT Serif', serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  font-style: italic;
  color: #b1b9ba;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
}

.index-tabs-active-tab .tab-title__category {
  color: #000;
}

.tab-title__text {
  display: block;
  width: auto;
  height: auto;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #b1b9ba;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
}

.index-tabs-active-tab .tab-title__text {
  color: #000;
}

.slide {
  width: 100%;
  min-height: 425px !important;
  padding: 45px 0 0;
}

.slide_bg-alpha-white {
  background-color: rgba(255, 255, 255, 0.55);
}

@media (min-width: 758px) and (max-width: 1124px) {
  .slide {
    padding: 45px 0 0 10px;
  }
}

@media (max-width: 767px) {
  .slide {
    background-color: rgba(255, 255, 255, 0.55);
    padding: 35px 10px 0;
  }
}

.slide__title {
  display: block;
  width: 475px;
  height: auto;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -2px;
  color: #35495d;
  margin: 0 0 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .slide__title {
    width: 360px;
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .slide__title {
    max-width: 360px;
    min-width: 280px;
    width: 100%;
    font-size: 32px;
    line-height: 32px;
  }
}

.slide-1 {
  /* background: #bbc1c5 url("../img/page/slider-image-1.jpg") no-repeat top center; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide-2 {
  /*background: #ececec url("../img/page/slider-image-2.jpg") no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: -270px 0;
}

.slide-3 {
  /*background: #f8f8f6 url("../img/page/slider-image-3.jpg") no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 0;
}

.index-page-slider__next-arrow {
  display: block;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent url("../img/page/right-arrow-big.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 33px 33px;
  -moz-background-size: 33px;
  -o-background-size: 33px;
  background-size: 33px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 70px;
  font-family: 'ProximaNovaLight', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -121px;
  z-index: 999;
  cursor: pointer;
}

.see-all-materials {
  font-family: ProximaNovaRegular;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

.index-page-slider__next-arrow:hover,
.index-page-slider__next-arrow:active,
.index-page-slider__next-arrow:focus {
  background-color: #e0e0e0;
}

.index-page-slider__previous-arrow {
  display: block;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent url("../img/page/left-arrow-big.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 33px 33px;
  -moz-background-size: 33px;
  -o-background-size: 33px;
  background-size: 33px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 70px;
  font-family: 'ProximaNovaLight', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  left: -121px;
  z-index: 999;
  cursor: pointer;
}

.index-page-slider__previous-arrow:hover,
.index-page-slider__previous-arrow:active,
.index-page-slider__previous-arrow:focus {
  background-color: #e0e0e0;
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .index-page-slider__next-arrow {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 48px;
    right: -65px;
    background: transparent url("../img/page/right-arrow-big.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 26px 26px;
    -moz-background-size: 26px;
    -o-background-size: 26px;
    background-size: 26px;
  }

  .index-page-slider__previous-arrow {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 48px;
    left: -65px;
    background: transparent url("../img/page/left-arrow-big.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 26px 26px;
    -moz-background-size: 26px;
    -o-background-size: 26px;
    background-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1270px) {

  .index-page-slider__next-arrow,
  .index-page-slider__previous-arrow {
    display: none !important;
  }
}

@media (max-width: 767px) {

  .index-page-slider__next-arrow,
  .index-page-slider__previous-arrow {
    width: 36px;
    height: 36px;
    font-size: 10px;
    line-height: 34px;
    border-color: #a0a0a0;
    background-color: #d0d0d0;
    -webkit-background-size: 60% 60%;
    -moz-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
  }

  .index-page-slider__next-arrow:hover,
  .index-page-slider__previous-arrow:hover,
  .index-page-slider__next-arrow:active,
  .index-page-slider__previous-arrow:active,
  .index-page-slider__next-arrow:focus,
  .index-page-slider__previous-arrow:focus {
    background-color: #c0c0c0;
  }

  .index-page-slider__next-arrow {
    right: 46px;
    bottom: 10px;
    top: auto;
    left: auto;
  }

  .index-page-slider__previous-arrow {
    right: 92px;
    bottom: 10px;
    top: auto;
    left: auto;
  }
}

.find-service-block {
  display: block;
  max-width: 360px;
  min-width: 320px;
  width: 100%;
  height: 530px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(216, 240, 236, 0.85);
  overflow: hidden;
  position: absolute;
  z-index: 899;
  bottom: 25px;
  right: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .find-service-block {
    bottom: 170px;
    right: 5px;
    width: 400px;
    max-width: 400px;
    height: 415px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .find-service-block {
    position: static;
    margin: 0 auto 15px;
  }
}

@media (min-width: 361px) and (max-width: 639px) {
  .find-service-block {
    width: 360px;
    position: static;
    margin: 10px auto 15px;
  }
}

@media (min-width: 320px) and (max-width: 360px) {
  .find-service-block {
    width: 310px;
    position: static;
    margin: 5px auto 10px;
  }
}

.find-service-block__title {
  display: block;
  width: 100%;
  height: 50px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(34, 159, 133, 0.85);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .find-service-block__title {
    height: 30px;
    line-height: 30px;
  }
}

.find-service-block__service-search-block {
  display: block;
  width: 100%;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 0 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .find-service-block__service-search-block {
    height: 90px;
    padding: 10px 0 0;
  }
}

.service-search-block__service-searach-field-container {
  display: block;
  max-width: 325px;
  width: 100%;
  height: 45px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 auto 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .service-search-block__service-searach-field-container {
    height: 35px;
  }
}

@media (max-width: 360px) {
  .service-search-block__service-searach-field-container {
    max-width: 300px;
  }
}

.service-search-input-search {
  display: block;
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  height: 45px;
  background-color: #fff;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  line-height: 14px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}

.service-search-input-search:focus,
.service-search-input-search:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-color: #ccc;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .service-search-input-search {
    height: 35px;
    line-height: 35px;
  }
}

.service-search-input-submit {
  display: block;
  width: 45px;
  height: 45px;
  float: right;
  background: url("../img/page/service-search-submit-icon.png") no-repeat top center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}

.service-search-input-submit:focus,
.service-search-input-submit:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .service-search-input-submit {
    height: 35px;
    background-position: 0 -5px;
  }
}

.service-search-block__search-patterns-proposals {
  display: block;
  width: 280px;
  height: 18px;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #808080;
  text-align: center;
}

.search-patterns-proposals__link {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #2e81b7;
  text-decoration: underline;
}

.search-patterns-proposals__link:hover,
.search-patterns-proposals__link:active,
.search-patterns-proposals__link:focus {
  color: #000;
}

.search-patterns-proposals__link:visited {
  color: #2e81b7;
}

.search-patterns-proposals__link:visited:hover,
.search-patterns-proposals__link:visited:active,
.search-patterns-proposals__link:visited:focus {
  color: #000;
}

.find-service-block__tabs-block {
  display: block;
  width: 100%;
  height: 310px;
  background-color: transparent;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .find-service-block__tabs-block {
    height: 250px;
  }
}

input.tabs-block__input {
  display: none;
}

label.tabs-block__label {
  display: block;
  width: 33.33337%;
  height: 42px;
  float: left;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c7dcd9;
  border-bottom: 1px solid #c7dcd9;
  border-left: 1px solid #c7dcd9;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 42px;
  color: #7f8c8d;
  text-align: center;
  text-transform: uppercase;
}

label.tabs-block__label:last-child {
  border-right: 1px solid #c7dcd9;
}

@media (min-width: 768px) and (max-width: 1023px) {
  label.tabs-block__label {
    height: 34px;
    line-height: 34px;
  }
}

.tabs-block__service-list {
  display: none;
  width: 100%;
  height: 268px;
  overflow: hidden;
  padding: 20px 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tabs-block__service-list {
    height: 216px;
    padding: 10px 0;
  }
}

.service-list__container {
  display: block;
  width: 100%;
  height: 228px;
  padding: 0 20px;
  margin: 0 auto;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .service-list__container {
    height: 206px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .service-list__container {
    overflow-y: hidden;
  }
}

#service-tab-1:checked ~ .tabs-block__service-list_1 {
  display: block;
}

#service-tab-1:checked ~ label[for='service-tab-1'] {
  background-color: rgba(255, 255, 255, 0.7);
  color: #008f91;
}

#service-tab-2:checked ~ .tabs-block__service-list_2 {
  display: block;
}

#service-tab-2:checked ~ label[for='service-tab-2'] {
  background-color: rgba(255, 255, 255, 0.7);
  color: #008f91;
}

#service-tab-3:checked ~ .tabs-block__service-list_3 {
  display: block;
}

#service-tab-3:checked ~ label[for='service-tab-3'] {
  background-color: rgba(255, 255, 255, 0.7);
  color: #008f91;
}

.find-service-block__see-all {
  display: block;
  width: 100%;
  height: 60px;
  padding-top: 13px;
  background-color: transparent;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .find-service-block__see-all {
    height: 45px;
    padding-top: 8px;
  }
}

@media (max-width: 767px) {
  .find-service-block__see-all {
    padding-top: 0;
  }
}

.see-all__link {
  display: block;
  width: 80%;
  height: 34px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 34px;
  color: #656565;
  text-transform: uppercase;
  text-align: center;
}

.see-all__link:hover,
.see-all__link:active,
.see-all__link:focus {
  color: #656565;
}

.see-all__link:visited {
  color: #656565;
}

.see-all__link:visited:hover,
.see-all__link:visited:active,
.see-all__link:visited:focus {
  color: #656565;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .see-all__link {
    height: 29px;
    line-height: 29px;
  }
}

.index-page-content-wrapper {
  width: 100%;
  height: auto;
  min-height: 600px;
  background-color: #e0e1e2;
}

.index-page-content {
  min-width: 320px;
  max-width: 1125px;
  width: 100%;
  height: auto;
  padding: 30px 0 56px;
  margin: 0 auto;
}

.index-page-about-block {
  display: block;
  width: 100%;
  min-height: 500px;
  height: auto;
  background-color: #f6f6f6;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.index-page-about-block__left-part {
  display: block;
  max-width: 70%;
  min-height: 500px;
  height: auto;
  float: left;
  padding: 25px 0 25px 30px;
  border-right: 1px solid #bdc3c7;
  background-color: #fff;
  overflow: hidden;
}

.index-page-about-block__right-part {
  display: block;
  max-width: 30%;
  min-height: 500px;
  height: auto;
  background-color: #f6f6f6;
  float: left;
  padding: 33px 30px;
  overflow: hidden;
}

.index-page-about-block__index-about-aside {
  width: 180px;
  height: 100%;
  float: left;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contain-aside-wrapper {
  display: block;
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
  height: auto;
  overflow: hidden;
  float: left;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .index-page-about-block__left-part {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    float: none;
    border-right: none;
    padding: 15px 10px;
  }

  .index-page-about-block__right-part {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    float: none;
    min-height: 0;
    padding: 15px 10px;
  }
}

@media (min-width: 320px) and (max-width: 639px) {
  .contain-aside-wrapper {
    float: none;
    width: 100%;
  }

  .index-page-about-block__index-about-aside {
    float: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .index-page-about-block__index-about-aside {
    width: 150px;
  }
}

.index-about-aside__image {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 auto 25px;
  padding: 0;
  outline: 0;
}

.index-about-aside__aside-advantage-block {
  display: block;
  width: 130px;
  height: auto;
  background-color: #fff;
  margin: 0 auto 15px;
}

@media (max-width: 639px) {
  .index-about-aside__aside-advantage-block_fb-50 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.aside-advantage-block__keynumber {
  display: block;
  width: 130px;
  height: 50px;
  padding: 0;
  margin: 0 auto 10px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

.aside-advantage-block__keytext {
  display: block;
  width: 130px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #229f85;
  text-align: center;
  text-transform: uppercase;
}

.aside-advantage-block_bg-1 {
  background: #fff url("../img/page/aside-bg-1.png") top center no-repeat;
}

.aside-advantage-block_bg-2 {
  background: #fff url("../img/page/aside-bg-2.png") top center no-repeat;
}

.aside-advantage-block_bg-3 {
  background: #fff url("../img/page/aside-bg-3.png") top center repeat;
}

.some-odd-stuff-container {
  width: 100%;
  height: auto;
  min-height: 445px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .some-odd-stuff-container {
    min-height: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 639px) {
  .some-odd-stuff-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.some-odd-stuff {
  display: block;
  width: 305px;
  height: 210px;
  margin: 0;
  padding: 0;
  background-color: #ddd;
}

.index-page-news-block {
  display: block;
  width: 100%;
  min-height: 384px;
  height: auto;
}

.index-page-news-block__title {
  width: 100%;
  min-height: 94px;
  padding: 28px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .index-page-news-block__title {
    padding: 15px 15px;
  }

  .page__heading {
    padding-left: 15px;
  }
}

.index-page-news-block__news-container {
  width: 100%;
  min-height: 290px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.index-page-news-block__news-item {
  display: block;
  /*min-width: 350px;*/
  max-width: 360px;
  width: 100%;
  margin: 0 18px 15px 0;
  height: 300px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.index-page-news-block__news-item:last-child {
  margin: 0 0 15px;
}

@media (max-width: 1023px) {
  .index-page-news-block__news-item {
    width: 290px;
    min-width: auto;
    max-width: none;
    margin: 0 15px 0;
  }

  .index-page-news-block__news-item:last-child {
    margin: 0 15px 0;
  }
}

.news-item-image-container {
  display: block;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.news-item-image-container__image {
  display: block;
  height: 100%;
  width: auto;
  overflow: hidden;
}

.news-item-image-container__date {
  display: block;
  width: 80px;
  height: 18px;
  background-color: #29bb9c;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}

.news-item-text-container {
  display: block;
  width: 100%;
  min-height: 180px;
  height: auto;
  background-color: #fff;
  padding: 15px 10px 25px 30px;
}

@media (max-width: 1023px) {
  .news-item-text-container {
    padding: 15px;
  }
}

.news-item-text-container__title {
  display: block;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #404040;
  margin-bottom: 15px;
}

.news-item-text-container__text {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #404040;
}

.news-on-social-block {
  display: block;
  width: auto;
  height: 34px;
  padding-left: 20px;
  text-align: center;
}

.news-on-social-block__text {
  display: inline-block;
  width: auto;
  height: 34px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 34px;
  color: #909090;
  padding: 0;
  margin: 0 10px 0 0;
}

@media (max-width: 639px) {
  .news-on-social-block {
    height: auto;
    padding-left: 10px;
  }

  .news-on-social-block__text {
    display: block;
  }
}

.link-button {
  display: block;
  width: auto;
  height: 34px;
  padding: 0 16px;
  margin: 0 10px 10px 0;
  border: 1px solid #bdc3c7;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 34px;
  color: #656565;
  text-decoration: none;
  text-transform: uppercase;
}

.link-button:hover,
.link-button:active,
.link-button:focus {
  text-decoration: underline;
  color: #656565;
}

.link-button:visited {
  color: #656565;
}

.link-button:visited:hover,
.link-button:visited:active,
.link-button:visited:focus {
  text-decoration: underline;
  color: #656565;
}

.link-button_inline-block {
  display: inline-block;
}

.link-button_departments {
  margin: 15px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.link-button_departments:hover,
.link-button_departments:active,
.link-button_departments:focus {
  text-decoration: none;
  color: #fff;
  background-color: #656565;
}

.link-button_departments:visited {
  color: #7f8c8d;
}

.link-button_departments:visited:hover,
.link-button_departments:visited:active,
.link-button_departments:visited:focus {
  text-decoration: underline;
  color: #fff;
  background-color: #656565;
}

.link-button_vk,
.link-button_fb {
  padding: 0 16px 0 42px;
  border: none;
  color: #fff;
  text-transform: uppercase;
}

.link-button_vk:hover,
.link-button_fb:hover,
.link-button_vk:active,
.link-button_fb:active,
.link-button_vk:focus,
.link-button_fb:focus {
  text-decoration: underline;
  color: #fff;
}

.link-button_vk:visited,
.link-button_fb:visited {
  color: #fff;
}

.link-button_vk:visited:hover,
.link-button_fb:visited:hover,
.link-button_vk:visited:active,
.link-button_fb:visited:active,
.link-button_vk:visited:focus,
.link-button_fb:visited:focus {
  text-decoration: underline;
  color: #fff;
}

.link-button_vk {
  background: #134b8c url("../img/page/social-news-vk.png");
  background-repeat: no-repeat;
  background-position: 18px 9px;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px;
  -o-background-size: 14px;
  background-size: 14px;
}

.link-button_fb {
  background: #16559f url("../img/page/social-news-fb.png");
  background-repeat: no-repeat;
  background-position: 18px 9px;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px;
  -o-background-size: 14px;
  background-size: 14px;
}

@media (max-width: 767px) {
  .link-button_shrink-on-mobile {
    padding: 0 10px;
    font-size: 11px;
  }

  .link-button_index-slider {
    border-color: #000;
    color: #000;
  }

  .link-button_index-slider:hover,
  .link-button_index-slider:active,
  .link-button_index-slider:focus {
    text-decoration: underline;
    color: #16559f;
  }

  .link-button_index-slider:visited {
    color: #000;
  }

  .link-button_index-slider:visited:hover,
  .link-button_index-slider:visited:active,
  .link-button_index-slider:visited:focus {
    text-decoration: underline;
    color: #16559f;
  }
}

.link-button__text_vk,
.link-button__text_fb {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

@media (max-width: 639px) {

  .link-button_vk,
  .link-button_fb {
    padding: 0;
    width: 34px;
  }

  .link-button_vk {
    background-position: 50% 50%;
  }

  .link-button_fb {
    background-position: 50% 50%;
  }

  .link-button__text_vk,
  .link-button__text_fb {
    display: none;
  }
}

.button-link {
  display: block;
  width: 100%;
  min-width: 290px;
  max-width: 360px;
  height: 44px;
  margin: 0;
  padding: 0 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 44px;
  color: #656565;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button-link:hover,
.button-link:focus,
.button-link:active {
  background-color: #656565;
  color: #fff;
}

.button-link:visited {
  color: #656565;
}

.button-link:visited:hover,
.button-link:visited:focus,
.button-link:visited:active {
  background-color: #656565;
  color: #fff;
}

.button-link_show-selected-services {
  width: auto;
  max-width: 260px;
  min-width: 204px;
  height: 34px;
  padding: 0 10px 0 15px;
  margin: 25px 10px 45px 0;
  border: 1px solid #159f84;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button-link_show-selected-services:hover,
.button-link_show-selected-services:focus,
.button-link_show-selected-services:active {
  text-decoration: none;
  background-color: #159f84;
}

.button-link_show-selected-services:hover .button-services-text,
.button-link_show-selected-services:focus .button-services-text,
.button-link_show-selected-services:active .button-services-text {
  color: #fff;
}

.button-link_show-selected-services:hover .button-services-counter,
.button-link_show-selected-services:focus .button-services-counter,
.button-link_show-selected-services:active .button-services-counter {
  background-color: #fff;
  color: #159f84;
}

.button-link_show-selected-services:visited:hover,
.button-link_show-selected-services:visited:focus,
.button-link_show-selected-services:visited:active {
  text-decoration: none;
  background-color: #159f84;
}

.button-link_show-selected-services:visited:hover .button-services-text,
.button-link_show-selected-services:visited:focus .button-services-text,
.button-link_show-selected-services:visited:active .button-services-text {
  color: #fff;
}

.button-link_show-selected-services:visited:hover .button-services-counter,
.button-link_show-selected-services:visited:focus .button-services-counter,
.button-link_show-selected-services:visited:active .button-services-counter {
  background-color: #fff;
  color: #159f84;
}

@media (max-width: 1124px) {
  .button-link_show-selected-services {
    margin: 25px 10px 45px 6px;
  }
}

.button-services-text {
  display: block;
  width: auto;
  max-width: 130px;
  height: 18px;
  margin: 0;
  padding: 0 6px 0 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 19px;
  color: #159f84;
  text-align: left;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button-services-counter {
  display: block;
  width: auto;
  max-width: 50px;
  height: 18px;
  min-width: 45px;
  padding: 0 14px;
  background-color: #159f84;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button-link_download-document {
  width: 165px;
  min-width: auto;
  max-width: none;
  height: 34px;
  padding: 0 35px 0 12px;
  margin: 35px 0 35px 8px;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: left;
  background: #fff url("/img/page/pdf-download-icon.png") 92% 50% no-repeat;
}

.button-link_clear-search-filters {
  width: 165px;
  min-width: auto;
  max-width: none;
  height: 34px;
  padding: 0 35px 0 12px;
  margin: 20px 0 10px 8px;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: left;
  background: #fff url("../img/page/close-icon.png");
  background-position: 92% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 13px 13px;
  -moz-background-size: 13px;
  -o-background-size: 13px;
  background-size: 13px;
  display: inline-block;
}

@media (max-width: 767px) {
  .button-link {
    padding: 0 10px;
    font-size: 10px;
  }

  .button-link_download-document {
    padding: 0 35px 0 12px;
  }

  .button-link_clear-search-filters {
    padding: 0 35px 0 12px;
  }
}

.index-page-contacts-block-container {
  display: block;
  width: 100%;
  min-height: 165px;
  height: auto;
  margin: 25px 0 0;
  padding-top: 12px;
  background: transparent;
  position: relative;
}

@media (max-width: 767px) {
  .index-page-contacts-block-container {
    display: none;
  }
}

.index-page-contacts-block__title {
  display: block;
  width: auto;
  max-width: 200px;
  padding: 0 15px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 13px;
  background-color: #e0e1e2;
}

.index-page-contacts-block {
  width: 100%;
  min-height: 153px;
  height: auto;
  background: transparent;
  border: 3px solid #bdc3c7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-page-contacts-block__left-part {
  display: block;
  width: 33.33337%;
  /* height: 147px; */
  padding: 30px 0 30px 18px;
  border-right: 1px solid #bdc3c7;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .index-page-contacts-block__left-part {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.index-page-contacts-block__middle-part {
  display: block;
  width: 33%;
  /* height: 147px; */
  padding: 30px 0 30px 18px;
  border-right: 1px solid #bdc3c7;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .index-page-contacts-block__middle-part {
    height: auto;
    padding: 15px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-top: 1px solid #bdc3c7;
    border-right: none;
  }
}

.index-page-contacts-block__right-part {
  display: block;
  width: 33%;
  /* height: 147px; */
  padding: 30px 20px 30px 18px;
  position: relative;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .index-page-contacts-block__right-part {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.index-page-contacts-block__tel-container {
  display: block;
  width: auto;
  height: auto;
  padding-left: 30px;
  background: transparent url("../img/page/telephone-icon.png");
  background-repeat: no-repeat;
  background-position: 0px 10px;
  -webkit-background-size: 21.5px 21.5px;
  -moz-background-size: 21.5px;
  -o-background-size: 21.5px;
  background-size: 21.5px;
}

.index-page-contacts-block__tel-container_faq-page {
  background: transparent url("../img/page/telephone-icon-grey.png");
  background-repeat: no-repeat;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  padding-left: 55px;
  margin-top: 5px;
  background-position: 0;
}

.index-page-contacts-block__tel-container_no-bg {
  background: none;
  background-color: transparent;
  padding-left: 0;
  margin: 10px 0 15px;
}

.index-page-contacts-block__text {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #404040;
  text-align: left;
}

.index-page-contacts-block__text_densed {
  display: block;
  line-height: 16px;
}

.index-page-contacts-block__text_small {
  display: block;
  font-size: 12px;
  line-height: 17px;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .index-page-contacts-block__text_small {
    display: inline-block;
    margin-left: 10px;
  }
}

.index-page-contacts-block__map-container {
  display: block;
  width: 115px;
  height: 105px;
  float: right;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  cursor: pointer;
  background: transparent url("../img/page/index-page-contacts-block-map.jpg") no-repeat top center;
}

.map-hider {
  display: none;
}

.index-page-contacts-block__map-container_open {
  background: none;
  width: 400px;
  height: 300px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid #bdc3c7;
  overflow: hidden;
}

.index-page-contacts-block__map-container_open > .map-hider {
  display: block;
  width: 100%;
  height: 100%;
}

.inner-page-content-wrapper {
  min-width: 320px;
  max-width: 1125px;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .inner-page-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.inner-page-navigation {
  display: block;
  width: 270px;
  height: auto;
  overflow: hidden;
  border-right: 1px solid #c9dbdb;
  float: left;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .inner-page-navigation {
    width: 221px;
  }
}

@media (max-width: 767px) {
  .inner-page-navigation {
    width: 270px;
    float: none;
    z-index: 1000;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -270px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

input.inner-page-navigation-trigger__input {
  display: none;
}

.inner-page-navigation-trigger__input:checked ~ .inner-page-navigation {
  left: 0;
}

label.inner-page-navigation-trigger__label {
  display: none;
}

@media (max-width: 767px) {
  label.inner-page-navigation-trigger__label {
    display: block;
    width: 190px;
    height: 36px;
    color: #303030;
    font-family: 'ProximaNovaBold', sans-serif;
    font-size: 12px;
    line-height: 36px;
    color: #656565;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #c9dbdb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 15px 0 0 6px;
  }
}

.services-page-navigation__category-title-container {
  width: 100%;
  height: 71px;
  margin: 0;
  padding: 35px 0 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.services-page-navigation__category-title {
  display: block;
  width: auto;
  height: 18px;
  margin: 0;
  padding: 0 10px 0 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #303030;
  text-align: left;
  text-transform: uppercase;
}

.services-page-navigation__category-title_services-checklist {
  font-size: 12px;
  line-height: 18px;
  color: #7e8c8d;
  padding: 0 10px 0 20px;
}

@media (max-width: 1124px) {
  .services-page-navigation__category-title {
    padding: 0 10px 0 6px;
  }
}

.services-page-navigation__services-menu-item-container {
  display: block;
  width: 240px;
  height: auto;
  margin: 0 19px 0 10px;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #e8e8e8;
  background: #fff url("../img/page/services-nav-arrow.png") right center no-repeat;
}

.services-page-navigation__services-menu-item-container_active {
  background: #fff url("../img/page/services-nav-arrow_black.png") right center no-repeat;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .services-page-navigation__services-menu-item-container {
    width: 205px;
    margin: 0 10px 0 6px;
  }
}

.services-menu-item-container__name {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #06797b;
  cursor: pointer;
}

.services-menu-item-container__name:hover,
.services-menu-item-container__name:active,
.services-menu-item-container__name:focus {
  text-decoration: underline;
}

/*.services-menu-item-container__name:visited {*/
/*color: #06797b;*/
/*}*/
.services-menu-item-container__name:visited:hover,
.services-menu-item-container__name:visited:active,
.services-menu-item-container__name:visited:focus {
  text-decoration: underline;
}

.services-menu-item-container__name_active {
  color: #303030;
}

.services-menu-item-container__description {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #95a5a6;
}

.services-menu-item-container__description_active {
  color: #303030;
}

.services-checklist-container {
  display: block;
  width: 100%;
  max-width: 255px;
  min-width: 210px;
  max-height: 297px;
  margin: 0 12px 0 0;
  padding: 20px 8px 20px 15px;
  background-color: #fafafa;
}

.services-checklist {
  width: 100%;
  height: 257px;
  overflow: hidden;
  overflow-y: scroll;
}

input.services-checklist__input {
  display: none;
}

label.services-checklist__label {
  display: block;
  width: auto;
  min-height: 30px;
  height: auto;
  margin: 0;
  padding: 6px 0 6px 22px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #404040;
  position: relative;
}

label.services-checklist__label::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
  background: #eee url("../img/page/checkbox-bg-inactive.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px;
  -o-background-size: 14px;
  background-size: 14px;
  margin-right: 10px;
  vertical-align: text-top;
}

input.services-checklist__input:checked + label.services-checklist__label::before {
  background: #eee url("../img/page/checkbox-bg-active.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px;
  -o-background-size: 14px;
  background-size: 14px;
}

.services-checklist__label-description {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #95a5a6;
}

.inner-page-content {
  display: block;
  width: -webkit-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: calc(100% - 270px);
  height: auto;
  padding: 25px 0 35px;
  position: relative;
}

.inner-page-content_no-padding-top {
  padding: 0 0 35px;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .inner-page-content {
    width: -webkit-calc(100% - 221px);
    width: -moz-calc(100% - 221px);
    width: calc(100% - 221px);
    padding: 25px 0 25px;
  }

  .inner-page-content_no-padding-top {
    padding: 0 0 25px;
  }
}

@media (max-width: 767px) {
  .inner-page-content {
    width: 100%;
    padding: 25px 0 25px;
  }

  .inner-page-content_no-padding-top {
    padding: 0 0 25px;
  }
}

@media (max-width: 1124px) {

  .inner-page-content_magazine-issue-page,
  .inner-page-content_magazine-page {
    padding: 0 0 35px;
  }
}

@media (min-width: 1125px) {
  .inner-page-content_magazine-issue-page {
    padding: 188px 0 35px;
  }

  .inner-page-content_magazine-page {
    padding: 398px 0 35px;
  }
}

.inner-page-content_schedule {
  padding-bottom: 100px;
}

.article-content {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 25px 35px;
  position: relative;
  overflow: hidden;
}

.index-page-content .article-content {
  padding-left: 0;
}

@media screen and (min-width: 767px) {
  .article-content_magazine-page {
    display: flex
  }
}

.article-content_magazine-page > a {
  width: 48%;
  margin-right: 2%;
}

.article-content_padding-top {
  padding-top: 50px;
}

.article-content_padding-top-20px {
  padding-top: 20px;
}

.article-content_no-padding-top {
  padding-top: 0;
}

.article-content_no-padding-bottom {
  padding-bottom: 0;
}

.article-content_overflow-hidden {
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .article-content {
    padding: 20px 6px 0 15px;
  }

  .article-content_padding-top {
    padding-top: 35px;
  }

  .article-content_no-padding-top {
    padding-top: 0;
  }

  .article-content_no-padding-bottom {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .article-content {
    padding: 20px 6px;
  }

  .article-content_padding-top {
    padding-top: 25px;
  }

  .article-content_no-padding-top {
    padding-top: 0;
  }

  .article-content_no-padding-bottom {
    padding-bottom: 0;
  }
}

.ask-your-question-block-container {
  display: block;
  width: 100%;
  min-height: 207px;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}

.ask-your-question-block-container_services-search-page {
  margin-top: -10px;
}

@media (max-width: 1023px) {
  .ask-your-question-block-hide-on-mobile {
    display: none;
  }
}

.ask-your-question-block {
  display: block;
  width: 100%;
  min-height: 260px;
  height: auto;
  border: 1px solid #bfc9ca;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 50px 15px 125px;
  background-color: #fff;
  position: relative;
  overflow: visible;
}

.question__wrapper-checkbox label {
  font-family: 'ProximaNovaRegular', sans-serif;
  line-height: 140%;
}

.question__wrapper-checkbox {
  display: flex;
}

.show-adv__container {
  padding-left: 35px;
}

.index-page-content .show-adv__container {
  padding-left: 0;
}

.ask-your-question-block__image {
  display: block;
  width: 100px;
  height: 100px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 14px;
  margin: 0;
  padding: 0;
  outline: 0;
}

.ask-your-question-block__left-part {
  display: block;
  width: 55%;
  padding-right: 30px;
  height: auto;
  float: left;
  overflow: hidden;
}

.ask-your-question-block__right-part {
  display: block;
  width: 45%;
  padding-left: 10px;
  height: auto;
  float: left;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px) {

  .ask-your-question-block__left-part,
  .ask-your-question-block__right-part {
    float: none;
    width: 100%;
    padding: 10px 6px 10px 0;
  }
}

@media (max-width: 767px) {
  .ask-your-question-block {
    padding: 90px 6px 10px;
  }

  .ask-your-question-block__left-part,
  .ask-your-question-block__right-part {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}

.service-search-form-block {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 0 15px 35px;
  background-color: #c8f0f0;
  -webkit-box-shadow: inset -60px -20px 90px 15px #fff;
  -moz-box-shadow: inset -60px -20px 90px 15px #fff;
  box-shadow: inset -60px -20px 90px 15px #fff;
}

#agree {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .service-search-form-block {
    padding: 30px 6px 15px 15px;
  }
}

@media (max-width: 767px) {
  .service-search-form-block {
    padding: 20px 6px 10px 6px;
  }
}

.service-search-form-block__service-search-form-container {
  display: block;
  width: 100%;
  height: 64px;
  border: none;
  position: relative;
}

input.service-search-form__input {
  display: block;
  float: left;
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
  height: 64px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  border-top: 2px solid #008f91;
  border-left: 2px solid #008f91;
  border-bottom: 2px solid #008f91;
  font-family: 'ProximaNovaRegular', snans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  color: #404040;
}

input.service-search-form__input:active,
input.service-search-form__input:focus,
input.service-search-form__input:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-shadow: none;
  border-top: 2px solid #008f91;
  border-left: 2px solid #008f91;
  border-bottom: 2px solid #008f91;
}

input.service-search-form__input:focus {
  -webkit-box-shadow: inset 0px 0px 25px -5px rgba(0, 143, 145, 0.5);
  -moz-box-shadow: inset 0px 0px 25px -5px rgba(0, 143, 145, 0.5);
  box-shadow: inset 0px 0px 25px -5px rgba(0, 143, 145, 0.5);
}

.service-search-form__button {
  display: block;
  float: right;
  width: 55px;
  height: 64px;
  background: #008f91 url("../img/page/right-white-arrow.png") no-repeat 50% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.service-search-form-block__search-instructions-container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  felx-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search-instructions-container__left-part {
  display: block;
  max-width: 360px;
  min-width: 300px;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 15px 25px 15px 25px;
  overflow: hidden;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background-color: transparent;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  text-align: left;
}

@media (max-width: 1023px) {
  .search-instructions-container__left-part {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: auto;
    padding: 15px 0;
  }
}

.search-instructions-container__search-examples {
  display: block;
  max-width: 360px;
  min-width: 300px;
  width: 100%;
  height: 70px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 15px 5px 15px 25px;
  overflow: hidden;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background: transparent url("../img/page/unordered-list-marker-arrow.png") 0% 25% no-repeat;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  text-align: left;
}

@media (max-width: 1023px) {
  .search-instructions-container__search-examples {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: auto;
    padding: 0 0 15px 25px;
    background-position: 0% 0%;
  }
}

.services-slider-container {
  display: block;
  width: 100%;
  height: auto;
  min-height: 324px;
}

.services-slider-container_tiles {
  min-height: 220px;
}

.services-slider__slide {
  width: 100%;
  min-height: 335px;
  height: auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.services-slider__slide_no-min-height {
  min-height: auto;
  margin: 15px 0 0;
}

.services-slider__slide_tiles {
  min-height: 220px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-slider-prev-arrow {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -60px;
  right: 60px;
  cursor: pointer;
  background: transparent url("../img/page/services-slider-arrow.png") top center no-repeat;
}

.services-slider-prev-arrow:hover,
.services-slider-prev-arrow:focus,
.services-slider-prev-arrow:active {
  background: transparent url("../img/page/services-slider-arrow-active.png") top center no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-slider-prev-arrow_modal {
  top: 15px;
  left: 30px;
  background: #fff url("../img/page/services-slider-arrow-active.png") top center no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-slider-next-arrow {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -60px;
  right: 24px;
  cursor: pointer;
  background: transparent url("../img/page/services-slider-arrow.png") top center no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-slider-next-arrow:hover,
.services-slider-next-arrow:focus,
.services-slider-next-arrow:active {
  background: transparent url("../img/page/services-slider-arrow-active.png") top center no-repeat;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.services-slider-next-arrow_modal {
  top: 15px;
  right: 30px;
  background: #fff url("../img/page/services-slider-arrow-active.png") top center no-repeat;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media (max-width: 640px) {

  .services-slider-prev-arrow,
  .services-slider-next-arrow {
    top: -60px;
  }

  .services-slider-prev-arrow_modal,
  .services-slider-next-arrow_modal {
    top: 15px;
  }
}

.service-preview-block {
  width: 100%;
  min-height: 63px;
  height: auto;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  margin: 0 auto 15px;
  padding: 14px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-preview-block:last-child {
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .service-preview-block {
    padding: 14px 8px;
  }
}

@media (max-width: 767px) {
  .service-preview-block {
    padding: 12px 6px;
    margin: 0 auto 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-preview-block:last-child {
    margin: 0 auto;
  }
}

.service-preview-block_inactive {
  background-color: #f4f4f4;
}

.service-preview-block__service-code {
  display: block;
  width: auto;
  padding: 6px 25px 6px 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #95a5a6;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .service-preview-block__service-code {
    padding: 6px 12px 6px 0;
  }
}

@media (max-width: 767px) {
  .service-preview-block__service-code {
    padding: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.service-preview-block__image {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  padding: 0;
  outline: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.service-preview-block__book-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  padding: 0;
  outline: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #e7e7e7 url("../img/page/book-icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
}

.service-preview-block__service-name {
  display: block;
  min-width: 120px;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
}

@media (max-width: 1023px) {
  .service-preview-block__service-name {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media (max-width: 767px) {
  .service-preview-block__service-name {
    margin-bottom: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.service-preview-block__service-name_no-flex-basis {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: auto;
}

@media (max-width: 767px) {
  .service-preview-block__service-name_no-flex-basis {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: auto;
  }
}

.service-name__name {
  display: block;
  width: 100%;
  min-width: 120px;
  height: 22px;
  overflow: hidden;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #404040;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .service-name__name {
    height: auto;
    font-size: 14px;
    line-height: 18px;
    white-space: normal;
    -o-text-overflow: initial;
    text-overflow: initial;
  }
}

.service-name__name_no-ellipsis {
  min-width: auto;
  height: auto;
  white-space: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  font-size: 15px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .service-name__name_no-ellipsis {
    font-size: 13px;
    line-height: 16px;
  }
}

.service-name__description {
  display: block;
  width: 100%;
  min-width: 120px;
  height: 16px;
  overflow: hidden;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #95a5a6;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .service-name__description {
    font-size: 10px;
  }
}

.service-name__description_no-ellipsis {
  min-width: auto;
  height: auto;
  white-space: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  font-size: 11px;
  line-height: 14px;
}

@media (max-width: 767px) {
  .service-name__description_no-ellipsis {
    font-size: 9px;
    line-height: 12px;
  }
}

.service-preview-block__information-icon {
  display: block;
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 5px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #bec4c8;
  background: transparent url("../img/page/service-info-icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.service-preview-block__information-icon:hover,
.service-preview-block__information-icon:active,
.service-preview-block__information-icon:focus {
  background: #bec4c8 url("../img/page/service-info-icon-white.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
}

.service-preview-block__information-icon_doctor-card {
  position: absolute;
  top: 15px;
  right: 10px;
}

@media (max-width: 767px) {
  .service-preview-block__information-icon {
    margin: 0 15px 0 0;
  }

  .service-preview-block__information-icon_doctor-card {
    right: 0;
  }
}

.service-preview-block__information-icon_schedule-page {
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0 5px 0 10px;
  background: transparent url("../img/page/service-info-icon.png");
  background-repeat: no-repeat;
  background-position: 49% 50%;
  -webkit-background-size: 5px 5px;
  -moz-background-size: 5px;
  -o-background-size: 5px;
  background-size: 5px;
}

.service-preview-block__information-icon_schedule-page:hover,
.service-preview-block__information-icon_schedule-page:active,
.service-preview-block__information-icon_schedule-page:focus {
  background: #bec4c8 url("../img/page/service-info-icon-white.png");
  background-repeat: no-repeat;
  background-position: 49% 50%;
  -webkit-background-size: 5px 5px;
  -moz-background-size: 5px;
  -o-background-size: 5px;
  background-size: 5px;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .service-preview-block__information-icon_schedule-page {
    width: 22px;
    height: 22px;
    background: transparent url("../img/page/service-info-icon.png");
    background-repeat: no-repeat;
    background-position: 49% 50%;
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px;
    -o-background-size: 4px;
    background-size: 4px;
  }

  .service-preview-block__information-icon_schedule-page:hover,
  .service-preview-block__information-icon_schedule-page:active,
  .service-preview-block__information-icon_schedule-page:focus {
    background: #bec4c8 url("../img/page/service-info-icon-white.png");
    background-repeat: no-repeat;
    background-position: 49% 50%;
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px;
    -o-background-size: 4px;
    background-size: 4px;
  }
}

@media (max-width: 639px) {
  .service-preview-block__information-icon_schedule-page {
    width: 18px;
    height: 18px;
    background: transparent url("../img/page/service-info-icon.png");
    background-repeat: no-repeat;
    background-position: 49% 50%;
    -webkit-background-size: 3.5px 3.5px;
    -moz-background-size: 3.5px;
    -o-background-size: 3.5px;
    background-size: 3.5px;
  }

  .service-preview-block__information-icon_schedule-page:hover,
  .service-preview-block__information-icon_schedule-page:active,
  .service-preview-block__information-icon_schedule-page:focus {
    background: #bec4c8 url("../img/page/service-info-icon-white.png");
    background-repeat: no-repeat;
    background-position: 49% 50%;
    -webkit-background-size: 3.5px 3.5px;
    -moz-background-size: 3.5px;
    -o-background-size: 3.5px;
    background-size: 3.5px;
  }
}

.service-preview-block__information-icon_service-info-page {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 5px 0 10px;
  background: transparent url("../img/page/service-info-icon.png");
  background-repeat: no-repeat;
  background-position: 49% 50%;
  -webkit-background-size: 3.5px 3.5px;
  -moz-background-size: 3.5px;
  -o-background-size: 3.5px;
  background-size: 3.5px;
}

.service-preview-block__information-icon_service-info-page:hover,
.service-preview-block__information-icon_service-info-page:active,
.service-preview-block__information-icon_service-info-page:focus {
  background: #bec4c8 url("../img/page/service-info-icon-white.png");
  background-repeat: no-repeat;
  background-position: 49% 50%;
  -webkit-background-size: 3.5px 3.5px;
  -moz-background-size: 3.5px;
  -o-background-size: 3.5px;
  background-size: 3.5px;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .service-preview-block__information-icon_service-info-page {
    width: 18px;
    height: 18px;
    background: transparent url("../img/page/service-info-icon.png");
    background-repeat: no-repeat;
    background-position: 49% 50%;
    -webkit-background-size: 3.5px 3.5px;
    -moz-background-size: 3.5px;
    -o-background-size: 3.5px;
    background-size: 3.5px;
  }

  .service-preview-block__information-icon_service-info-page:hover,
  .service-preview-block__information-icon_service-info-page:active,
  .service-preview-block__information-icon_service-info-page:focus {
    background: #bec4c8 url("../img/page/service-info-icon-white.png");
    background-repeat: no-repeat;
    background-position: 49% 50%;
    -webkit-background-size: 3.5px 3.5px;
    -moz-background-size: 3.5px;
    -o-background-size: 3.5px;
    background-size: 3.5px;
  }
}

@media (max-width: 639px) {
  .service-preview-block__information-icon_service-info-page {
    width: 18px;
    height: 18px;
    background: transparent url("../img/page/service-info-icon.png");
    background-repeat: no-repeat;
    background-position: 49% 50%;
    -webkit-background-size: 3.5px 3.5px;
    -moz-background-size: 3.5px;
    -o-background-size: 3.5px;
    background-size: 3.5px;
  }

  .service-preview-block__information-icon_service-info-page:hover,
  .service-preview-block__information-icon_service-info-page:active,
  .service-preview-block__information-icon_service-info-page:focus {
    background: #bec4c8 url("../img/page/service-info-icon-white.png");
    background-repeat: no-repeat;
    background-position: 49% 50%;
    -webkit-background-size: 3.5px 3.5px;
    -moz-background-size: 3.5px;
    -o-background-size: 3.5px;
    background-size: 3.5px;
  }
}

.service-preview-block__price-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 133px;
  height: 34px;

  margin: 0;
  border: 1px solid #e54d42;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: #e54d42;
  text-align: right;
  text-transform: none;
  text-decoration: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  cursor: unset;
  flex-shrink: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.service-preview-block__price-button:hover,
.service-preview-block__price-button:active,
.service-preview-block__price-button:focus {
  /*background: #e54d42 url("../img/header/cart-icon-white.png");*/
  /*background-repeat: no-repeat;*/
  /*background-position: 10% 50%;*/
  /*-webkit-background-size: 17px 17px;*/
  /*-moz-background-size: 17px;*/
  /*-o-background-size: 17px;*/
  /*background-size: 17px;*/
  color: #e54d42;
}

.service-preview-block__price-button:visited {
  color: #e54d42;
}

.service-preview-block__price-button:visited:hover,
.service-preview-block__price-button:visited:active,
.service-preview-block__price-button:visited:focus {
  /*background: #e54d42 url("../img/header/cart-icon-white.png");*/
  /*background-repeat: no-repeat;*/
  /*background-position: 10% 50%;*/
  /*-webkit-background-size: 17px 17px;*/
  /*-moz-background-size: 17px;*/
  /*-o-background-size: 17px;*/
  /*background-size: 17px;*/
  color: #e54d42;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .service-preview-block__price-button {
    width: 100px;
    font-size: 12px;
    padding: 0 10px;
  }
}

.service-preview-block__inactive-service-notification {
  display: block;
  width: 133px;
  height: 34px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #95a5a6;
  text-align: left;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.complex-service-top-block-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  min-height: 89px;
  margin: 0 0 30px;
  padding: 0 0 15px 35px;
  background-color: transparent;
  position: relative;
  border-bottom: 1px solid #c9dbdb;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .complex-service-top-block-description {
    padding: 0 5px 15px 15px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .complex-service-top-block-description {
    padding: 0 5px 15px 6px;
    margin: 0;
  }
}

.complex-service-choosen-information-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0 5px 0 0;
  margin: 0;
}

.complex-service-choosen-information-container_hidden {
  display: none;
}

.complex-service-choosen-information__info-block {
  display: block;
  width: auto;
  min-width: 200px;
  height: auto;
  padding: 0 35px 25px 0;
}

@media (min-width: 1024px) and (max-width: 1150px) {
  .complex-service-choosen-information__info-block {
    padding: 0 20px 25px 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .complex-service-choosen-information__info-block {
    padding: 0 10px 25px 0;
    min-width: 170px;
  }
}

@media (max-width: 767px) {
  .complex-service-choosen-information__info-block {
    padding: 0 15px 25px 0;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.complex-service-choosen-information__key {
  display: block;
  width: 100%;
  height: 24px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #303030;
  text-align: left;
}

@media (max-width: 1023px) {
  .complex-service-choosen-information__key {
    font-size: 13px;
    line-height: 20px;
    height: 20px;
  }
}

.complex-service-choosen-information__value {
  display: block;
  width: 100%;
  height: 24px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  color: #429395;
  text-align: left;
}

@media (max-width: 1023px) {
  .complex-service-choosen-information__value {
    font-size: 15px;
    line-height: 20px;
    height: 20px;
  }
}

.complex-service-top-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 0 165px 15px 35px;
  background-color: transparent;
  position: relative;
  border-bottom: 1px solid #c9dbdb;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .complex-service-top-block {
    padding: 0 165px 15px 15px;
  }
}

@media (max-width: 767px) {
  .complex-service-top-block {
    padding: 10px 10px 45px;
  }
}

.complex-service-top-block__section-name {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px 16px 5px 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
  text-align: left;
  color: #128082;
  cursor: pointer;
}

@media (max-width: 767px) {
  .complex-service-top-block__section-name {
    width: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 8px 12px 8px 5px;
  }
}

.complex-service-top-block__section-name_active {
  color: #95a5a6;
}

.complex-service-top-block__price-and-button-container {
  display: block;
  width: 165px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -23px;
}

@media (max-width: 767px) {
  .complex-service-top-block__price-and-button-container {
    right: 4px;
  }
}

.complex-service-top-block__price {
  display: block;
  width: auto;
  height: 30px;
  margin: 0 auto;
  padding: 5px 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  /*text-transform: uppercase;*/
  text-align: center;
  color: #e54d42;
}

.complex-service-top-block__choose-date-button {
  display: block;
  width: 165px;
  height: 34px;
  margin: 6px 0;
  padding: 0 15px 0 52px;
  border: 1px solid #e54d42;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #fff url("../img/page/calendar-icon-red.png");
  background-repeat: no-repeat;
  background-position: 16px 50%;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px;
  -o-background-size: 22px;
  background-size: 22px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  color: #e54d42;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.complex-service-top-block__choose-date-button:hover,
.complex-service-top-block__choose-date-button:focus,
.complex-service-top-block__choose-date-button:active {
  background: #e54d42 url("../img/page/calendar-icon-white.png");
  background-repeat: no-repeat;
  background-position: 16px 50%;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px;
  -o-background-size: 22px;
  background-size: 22px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

.complex-service-top-block__choose-date-button_active {
  background: #e54d42 url("../img/header/cart-icon-white.png");
  background-repeat: no-repeat;
  background-position: 15px 7px;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

.complex-service-top-block__choose-date-button_active:hover,
.complex-service-top-block__choose-date-button_active:active,
.complex-service-top-block__choose-date-button_active:focus {
  background: #e54d42 url("../img/header/cart-icon-white.png");
  background-repeat: no-repeat;
  background-position: 15px 7px;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
}

.complex-service-tile {
  display: block;
  /*width: 100%;*/
  height: 220px;
  margin: 0 4px 0 4px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  outline: none;
}

.complex-service-tile_group-of-services {
  height: 250px;
}

.complex-service-tile__image-container {
  display: block;
  width: 100%;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #f7f6f6 url("../img/page/service-no-photo-icon.png") 50% 50% no-repeat;
}

.complex-service-tile__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  outline: none;
}

/*изменения в .header-link и .complex-service-tile__title для главной страницы и страницы услуг соответственно могли повлиять на что-то другое*/
.complex-service-tile__title {
  display: block;
  /*width: 100%;*/
  padding: 15px 22px 5px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #404040;
  text-align: center;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow-x: hidden;
  /*white-space: nowrap;*/
}

.complex-service-tile__complex-service-info {
  width: 100%;
  height: auto;
  padding: 0 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.complex-service-info__text {
  display: block;
  width: 100%;
  height: 54px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #95a5a6;
  text-align: center;
  overflow: hidden;
}

.complex-service-info__text_service-modal {
  height: auto;
  text-align: left;
}

.complex-service-info__text_bold {
  font-family: 'ProximaNovaBold', sans-serif;
}

.complex-service-info__text_14px {
  font-size: 14px;
}

.complex-service-info__text_16px {
  font-size: 16px;
}

.complex-service-info__included-services {
  display: block;
  width: auto;
  height: 28px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #95a5a6;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
}

.included-services__number {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.complex-service-info__savings-amount {
  width: auto;
  height: 18px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #95a5a6;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.savings-amount__number {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.complex-service-tile__price-block {
  width: 100%;
  height: auto;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.service-schedule-params-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .service-schedule-params-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media (max-width: 767px) {
  .service-schedule-params-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.service-schedule-params-container_align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.service-schedule-filter {
  display: block;
  min-width: 300px;
}

.doctor-selector__title {
  text-transform: uppercase;
  color: gray;
  text-align: center;
  margin-bottom: 10px;
}

.service-schedule-filter_time {
  max-width: 408px;
  width: 55%;
  margin: 0 5% 25px 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .service-schedule-filter_time {
    width: auto;
  }
}

@media (max-width: 767px) {
  .service-schedule-filter_time {
    width: auto;
  }
}

.service-schedule-filter_doctor {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.service-schedule-filter__heading {
  display: block;
  width: 100%;
  height: 22px;
  padding: 0 0 6px;
  margin: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  color: #7e8c8d;
  text-transform: uppercase;
  text-align: center;
}

.incredible-data-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  height: 34px;
  background-color: #fafafa;
  border: 1px solid #bdc3c7;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
}

.incredible-data-picker__nav-btn {
  display: block;
  width: 95px;
  height: 32px;
  cursor: pointer;
}

.incredible-data-picker__nav-btn:hover,
.incredible-data-picker__nav-btn:active,
.incredible-data-picker__nav-btn:focus {
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .incredible-data-picker__nav-btn {
    width: 35px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .incredible-data-picker__nav-btn {
    width: 35px;
    padding: 0;
  }
}

.incredible-data-picker__nav-btn_previous {
  background: transparent url("../img/page/date-pickup-left-arrow.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px;
  -o-background-size: 19px;
  background-size: 19px;
  padding: 0 10px 0 32px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .incredible-data-picker__nav-btn_previous {
    padding: 0;
    background-position: 50% 50%;
  }
}

@media (max-width: 767px) {
  .incredible-data-picker__nav-btn_previous {
    padding: 0;
    background-position: 50% 50%;
  }
}

.incredible-data-picker__nav-btn_next {
  background: transparent url("../img/page/date-pickup-right-arrow.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px;
  -o-background-size: 19px;
  background-size: 19px;
  padding: 0 32px 0 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .incredible-data-picker__nav-btn_next {
    padding: 0;
    background-position: 50% 50%;
  }
}

@media (max-width: 767px) {
  .incredible-data-picker__nav-btn_next {
    padding: 0;
    background-position: 50% 50%;
  }
}

.data-picker-nav-text {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 34px;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .data-picker-nav-text {
    display: none;
  }
}

@media (max-width: 767px) {
  .data-picker-nav-text {
    display: none;
  }
}

.incredible-data-picker__date-field {
  display: block;
  position: relative;
  min-width: 227px;
  height: 32px;
  padding: 0 10px 0 5px;
  margin: 0;
  background: #fff url("../img/page/dropdown-select.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  color: #303030;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .incredible-data-picker__date-field {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 767px) {
  .incredible-data-picker__date-field {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.incredible-calendar {
  display: block;
  position: absolute;
  top: 33px;
  left: -16px;
  width: 260px;
  min-height: 288px;
  height: auto;
  margin: 0;
  padding: 10px 15px 15px;
  background-color: #ecf0f1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
  -moz-box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
  box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
  z-index: 10;
}

.incredible-calendar__heading-and-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0px 15px 14px;
  border-bottom: 1px solid #d3dadc;
}

.incredible-calendar__prev-button {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("../img/page/calendar-prev-button.png");
  background-repeat: no-repeat;
  -webkit-background-size: 7px 7px;
  -moz-background-size: 7px;
  -o-background-size: 7px;
  background-size: 7px;
  background-position: 50% 50%;
}

.incredible-calendar__month {
  display: block;
  width: auto;
  height: 20px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

.incredible-calendar__next-button {
  display: block;
  width: 20px;
  height: 22px;
  background: transparent url("../img/page/calendar-next-button.png");
  background-repeat: no-repeat;
  -webkit-background-size: 7px 7px;
  -moz-background-size: 7px;
  -o-background-size: 7px;
  background-size: 7px;
  background-position: 50% 50%;
}

.incredible-calendar__weekdays-container {
  display: block;
  width: 100%;
  height: 33px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #ecf0f1;
}

.incredible-calendar__wekday {
  display: block;
  width: 33px;
  height: 33px;
  margin: 0;
  padding: 0;
  float: left;
  background-color: transparent;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 10px;
  line-height: 38px;
  color: #95a5a6;
  text-align: center;
  text-transform: uppercase;
}

.incredible-calendar__wekday:last-child {
  width: 32px;
}

.incredible-calendar__days-container {
  display: block;
  width: 230px;
}

.incredible-calendar__row {
  display: block;
  width: 100%;
  height: 39px;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}

.incredible-calendar__row:last-child {
  border-bottom: none;
}

.incredible-calendar__day {
  display: block;
  width: 33px;
  height: 38px;
  margin: 0;
  padding: 0;
  float: left;
  background-color: #fff;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 38px;
  color: #838d8f;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #dedede;
  cursor: pointer;
}

.incredible-calendar__day:nth-child(7n) {
  width: 32px;
  border-right: none;
}

.incredible-calendar__day:hover,
.incredible-calendar__day:focus,
.incredible-calendar__day:active {
  background-color: #838d8f;
  color: #fff;
}

.incredible-calendar__day_inactive {
  color: #bdc3c7;
  pointer-events: none;
}

.complex-service-doctor-dropdown {
  display: block;
  position: relative;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #bdc3c7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  line-height: 34px;
  text-transform: none;
  text-align: left;
  background: #fff url("../img/page/dropdown-select.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  cursor: pointer;
}

.complex-service-doctors-list {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: auto;
  left: 0;
  padding: 0 15px;
  margin: 0;
  background-color: #ecf0f1;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
  -moz-box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
  box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
}

.complex-service-doctors-list__doctor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #d3dadc;
}

.complex-service-doctors-list__doctor:last-child {
  border-bottom: none;
}

.complex-service-doctors-list__doctor-name {
  display: block;
  width: 77%;
  -webkit-flex-basis: 77%;
  -ms-flex-preferred-size: 77%;
  flex-basis: 77%;
  min-height: 20px;
  height: auto;
  padding: 0;
  margin: 0;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #303030;
}

.complex-service-doctors-list__doctor-name_specialists {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.complex-service-doctors-list__doctor:hover .complex-service-doctors-list__doctor-name,
.complex-service-doctors-list__doctor:active .complex-service-doctors-list__doctor-name,
.complex-service-doctors-list__doctor:focus .complex-service-doctors-list__doctor-name {
  font-weight: 700;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.doctors-count {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  color: inherit;
}

.complex-service-doctors-list__doctor-cabinet {
  display: block;
  width: 23%;
  -webkit-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  height: 20px;
  padding: 0;
  margin: 0;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  text-align: right;
  color: #303030;
}

.complex-service-doctors-list__doctor-description {
  display: block;
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-height: 19px;
  height: auto;
  padding: 0;
  margin: 0;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #303030;
}

.service-schedule-filter__cabinets-container {
  display: block;
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: auto;
  margin: 0;
}

.service-schedule-filter__cabinet {
  display: inline-block;
  width: auto;
  height: 18px;
  margin: 0 15px 15px 0;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #2880b9;
  text-decoration: underline;
}

.service-schedule-filter__cabinet:hover,
.service-schedule-filter__cabinet:active,
.service-schedule-filter__cabinet:focus {
  color: #06797b;
}

.service-schedule-filter__cabinet:visited {
  color: #2880b9;
}

.service-schedule-filter__cabinet:visited:hover,
.service-schedule-filter__cabinet:visited:active,
.service-schedule-filter__cabinet:visited:focus {
  color: #06797b;
}

.service-schedule-days-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.service-schedule-day {
  display: block;
  max-width: 253px;
  width: 31%;
  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  height: auto;
  padding: 0;
  margin: 10px auto;
  background-color: #fff;
  margin-top: 0;
  margin-right: 3.5%;
  margin-bottom: 30px;
  margin-left: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media (min-width: 1024px) {
  .service-schedule-day:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .service-schedule-day {
    width: 49%;
    max-width: 49%;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-right: 2%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .service-schedule-day:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 639px) {
  .service-schedule-day {
    width: 100%;
    max-width: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.service-schedule-day__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
}

.service-schedule-day__heading-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c9dbdb;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.service-schedule-day__heading-date {
  display: block;
  width: auto;
  min-width: 105px;
  height: auto;
  padding: 0 5px;
  margin: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #7e8c8d;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.service-schedule-day__service-schedule-timetable {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-left: 1px solid #c9dbdb;
  border-right: 1px solid #c9dbdb;
  border-top: 1px solid #c9dbdb;
}

.service-schedule-timetable__row-odd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 33px;
  height: auto;
  background-color: #fff;
}

.service-schedule-timetable__row-even {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 33px;
  height: auto;
  background-color: #ecf0f1;
}

.service-schedule-timetable__cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  padding: 0;
  height: 33px;
  border-bottom: 1px solid #c9dbdb;
  border-right: 1px solid #c9dbdb;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.service-schedule-timetable__cell:last-child {
  width: 62px;
  border-right: none;
}

.service-schedule-timetable__cell_2x {
  width: 120px;
  height: 33px;
}

.service-schedule-timetable__cell_2x:last-child {
  width: 122px;
}

.service-schedule-timetable__cell_6x {
  width: 120px;
  height: 99px;
}

.service-schedule-timetable__cell_6x:last-child {
  width: 122px;
  height: 99px;
}

.service-schedule-timetable__cell_picked {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  border: 3px solid #fff;
  background-color: #b0dfc4;
  -webkit-box-shadow: 0px 0px 20px 5px #27af60;
  -moz-box-shadow: 0px 0px 20px 5px #27af60;
  box-shadow: 0px 0px 20px 5px #27af60;
}

@media (max-width: 1024px) {
  .service-schedule-timetable__cell_picked {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.service-schedule-timetable__cell_picked:last-child {
  border: 3px solid #fff;
}

.service-schedule-timetable__time {
  display: block;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #e88c83;
  cursor: not-allowed;
}

.service-schedule-timetable__cell .service-schedule-timetable__time {
  width: 48px;
  height: 18px;
  line-height: 18px;
}

.service-schedule-timetable__cell_2x .service-schedule-timetable__time {
  width: 110px;
  height: 18px;
  line-height: 18px;
}

.service-schedule-timetable__cell_6x .service-schedule-timetable__time {
  width: 110px;
  height: 80px;
  line-height: 80px;
}

.service-schedule-timetable__time_available {
  background-color: #27af60;
  color: #fff;
  cursor: pointer;
}

.service-schedule-timetable__time_unavailable {
  background-color: #c64747;
  color: #fff;
  cursor: not-allowed;
}

.service-schedule-timetable__cell_picked .service-schedule-timetable__time {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}

@media (max-width: 1024px) {
  .service-schedule-timetable__cell_picked .service-schedule-timetable__time {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.search-results-counter-block {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid #c6ebeb;
  border-bottom: 1px solid #c6ebeb;
  margin: 0;
  padding: 20px 0 5px;
}

.search-results-counter__search-counter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search-counter-block__service-search-summary {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 50px 25px 0;
  overflow: hidden;
}

.service-search-summary__name-and-count {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
}

.service-search-summary__name {
  display: block;
  float: left;
  width: auto;
  height: 18px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #2880b9;
  text-decoration: underline;
}

.service-search-summary__name:hover,
.service-search-summary__name:active,
.service-search-summary__name:focus {
  color: #06797b;
}

.service-search-summary__name:visited {
  color: #2880b9;
}

.service-search-summary__name:visited:hover,
.service-search-summary__name:visited:active,
.service-search-summary__name:visited:focus {
  color: #06797b;
}

.service-search-summary__name_bold {
  font-family: 'ProximaNovaBold', sans-serif;
}

.service-search-summary__count {
  display: block;
  float: left;
  width: auto;
  height: 18px;
  padding: 0 10px;
  margin: 0 0 0 10px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  background-color: #b8c6c7;
}

.service-search-summary__description {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #95a5a6;
}

.service-search-results-heading {
  display: block;
  width: 100%;
  height: auto;
}

.service-search-results-heading__category {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 0 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  color: #95a5a6;
}

.service-search-results-heading__name {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 10px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
  color: #95a5a6;
}

.service-search-results-heading__name_padding-top {
  padding-top: 15px;
}

.service-search-results-service-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  felx-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: felx-start;
  -webkit-justify-content: felx-start;
  -moz-box-pack: felx-start;
  -ms-flex-pack: felx-start;
  justify-content: felx-start;
}

.service-search-results-service-description__hint-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff url("../img/page/hint-icon.png") 0 50% no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  cursor: pointer;
  overflow: visible;
  position: relative;
}

.service-hint {
  display: none;
  width: 100%;
  max-width: 377px;
  min-width: 300px;
  height: auto;
  margin: 0;
  padding: 25px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
  -moz-box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
  box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
}

.service-hint:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  -webkit-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
}

.service-search-results-service-description__hint-icon:hover .service-hint {
  display: block;
  position: absolute;
  top: 28px;
  left: -24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
  -moz-box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
  box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.55);
}

.service-hint__heading {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 8px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #000;
}

.service-hint__text {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #000;
}

.service-search-results-service-description__text {
  display: block;
  width: auto;
  felx-grow: 1;
  height: auto;
  margin: 0;
  padding: 0 0 5px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  text-align: left;
}

.section-navigation-dropdown-menu {
  background-color: #fff;
}

li.section-navigation-dropdown-menu__li-first-level {
  background-color: #fff;
  border-left: 4px solid transparent;
}

li.section-navigation-dropdown-menu__li-first-level[aria-expanded='true'] {
  background-color: #e4f6f6;
  border-left: 4px solid #c9dbdb;
}

a.section-navigation-dropdown-menu__link-first-level {
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 15px;
  color: #06797b;
  padding: 30px 0 30px 8px !important;
  margin-right: 10px;
  border-bottom: 1px solid #e8e8e8;
}

a.section-navigation-dropdown-menu__link-first-level:hover,
a.section-navigation-dropdown-menu__link-first-level:focus,
a.section-navigation-dropdown-menu__link-first-level:active {
  color: #303030;
}

li.section-navigation-dropdown-menu__li-first-level[aria-expanded='true'] a.section-navigation-dropdown-menu__link-first-level {
  border-bottom: 1px solid #c9dbdb;
  padding: 30px 0 30px 16px !important;
}

ul.section-navigation-dropdown-menu__second-level {
  background-color: #e4f6f6;
  padding: 15px 0;
}

li.section-navigation-dropdown-menu__li-second-level {
  background-color: #e4f6f6;
}

a.section-navigation-dropdown-menu__link-second-level {
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  color: #7e8c8d;
}

a.section-navigation-dropdown-menu__link-second-level:hover,
a.section-navigation-dropdown-menu__link-second-level:focus,
a.section-navigation-dropdown-menu__link-second-level:active {
  color: #303030;
}

a.section-navigation-dropdown-menu__link-second-level_active {
  color: #303030;
}

.menu.nested {
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 1124px) {
  a.section-navigation-dropdown-menu__link-first-level {
    padding: 25px 10px 25px 6px !important;
  }

  li.section-navigation-dropdown-menu__li-first-level[aria-expanded='true'] a.section-navigation-dropdown-menu__link-first-level {
    border-bottom: 1px solid #c9dbdb;
    padding: 25px 10px 25px 6px !important;
  }
}

@media (max-width: 767px) {
  a.section-navigation-dropdown-menu__link-first-level {
    padding: 10px 8px 10px 6px !important;
  }

  li.section-navigation-dropdown-menu__li-first-level[aria-expanded='true'] a.section-navigation-dropdown-menu__link-first-level {
    border-bottom: 1px solid #c9dbdb;
    padding: 10px 8px 10px 6px !important;
  }

  ul.section-navigation-dropdown-menu__second-level {
    padding: 5px 0;
  }
}

.is-accordion-submenu-parent > a::after {
  border-color: #303030 transparent transparent;
}

.dropdown.menu.vertical > li > a::after {
  right: 0px;
}

.articles-sort-block {
  display: block;
  width: 100%;
  min-height: 145px;
  height: auto;
  background-color: #e4f6f6;
  padding: 28px 0 30px 35px;
}

.articles-sort-block__title {
  display: block;
  height: 18px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #06797b;
  margin: 0 0 10px;
  padding: 0;
}

.articles-sort-block__sort-fields-container {
  min-width: 300px;
  max-width: 820px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .articles-sort-block {
    padding: 28px 0 30px 10px;
  }
}

@media (max-width: 767px) {
  .articles-sort-block {
    padding: 25px 10px 25px;
  }
}

.sort-fields-container__sort-field {
  display: block;
  height: 66px;
  width: auto;
  padding: 0;
  margin: 0 10px 10px 0;
  position: relative;
}

.sort-fields-container__sort-field:last-child {
  margin: 0 0 10px;
}

.sort-fields-container__sort-field_theme {
  min-width: 288px;
}

.sort-fields-container__sort-field_date {
  min-width: 198px;
}

.sort-fields-container__sort-field_show-by {
  min-width: 198px;
}

@media (min-width: 1125px) {
  .sort-fields-container__sort-field_theme {
    min-width: 375px;
  }
}

.sort-field__label {
  display: block;
  width: auto;
  height: 12px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #7e8c8d;
  padding: 0;
  margin: 0 0 10px;
}

.sort-field__label_faq-page {
  margin: 0 10px 0 8%;
  width: 30px;
  text-transform: uppercase;
}

@media (min-width: 1024px) and (max-width: 1044px) {
  .sort-field__label_faq-page {
    margin: 0 10px 0 4%;
  }
}

@media (max-width: 1023px) {
  .sort-field__label_faq-page {
    margin: 0 10px 0 0;
  }
}

.sort-field__select {
  width: 100%;
  height: 34px;
  border: 1px solid #bdc3c7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff url("../img/page/dropdown-select.png");
  background-repeat: no-repeat;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  background-position: 97.5% 51%;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #5f5f5f;
  padding-left: 13px;
  outline: none;
}

.sort-field__select_faq-page {
  width: 230px;
  top: 15%;
  right: 6px;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sort-field__select_faq-page {
    left: 50px;
    right: auto;
  }
}

@media (max-width: 767px) {
  .sort-field__select_faq-page {
    left: 46px;
  }
}

.article-preview {
  display: block;
  width: 100%;
  margin: 0 0 25px;
}

.article-preview__title {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #008f91;
  padding: 4px 0 10px;
  text-decoration: none;
  cursor: pointer;
}

.article-preview__title:hover,
.article-preview__title:active,
.article-preview__title:focus {
  color: #303030;
  text-decoration: none;
}

.article-preview__title:visited {
  color: #008f91;
}

.article-preview__title:visited:hover,
.article-preview__title:visited:active,
.article-preview__title:visited:focus {
  color: #303030;
  text-decoration: none;
}

.article-preview__article-description {
  display: block;
  padding: 0 15px 0;
  border-left: 1px solid #bdc3c7;
}

.article-description__author {
  display: inline-block;
  height: 20px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #95a5a6;
}

.article-preview__image {
  display: block;
  width: 180px;
  height: 136px;
  float: left;
  clear: left;
  padding: 0;
  outline: 0;
  margin: 6px 16px 0 6px;
}

@media (max-width: 639px) {
  .article-preview__image {
    float: none;
    clear: both;
    margin: 16px 0 6px;
  }
}

.common-tabs-block {
  display: block;
  width: 100%;
  height: auto;
}

.common-tabs-block__title {
  padding-left: 35px;
}

@media (min-width: 320px) and (max-width: 1124px) {
  .common-tabs-block__title {
    padding-left: 10px;
  }
}

input.common-tabs-block__input {
  display: none;
}

label.common-tabs-block__label {
  display: inline-block;
  width: auto;
  height: 50px;
  padding-right: 20px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 50px;
  color: #128082;
}

label.common-tabs-block__label_first {
  margin-left: 35px;
}

@media (max-width: 1124px) {
  label.common-tabs-block__label_first {
    margin-left: 10px;
  }
}

input#common-tab-1:checked ~ label[for='common-tab-1'] {
  color: #95a5a6;
}

input#common-tab-2:checked ~ label[for='common-tab-2'] {
  color: #95a5a6;
}

input#common-tab-3:checked ~ label[for='common-tab-3'] {
  color: #95a5a6;
}

.common-tabs-block__content {
  display: block;
  width: 100%;
  height: auto;
  padding: 35px 30px 35px 35px;
  margin-bottom: 20px;
  border-right: 1px solid #bdc3c7;
  border-bottom: 1px solid #bdc3c7;
  border-left: none;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .common-tabs-block__content {
    padding: 35px 10px 35px 10px;
  }
}

@media (max-width: 767px) {
  .common-tabs-block__content {
    border-right: none;
  }
}

.common-tabs-block__content-text {
  display: block;
  max-width: 552px;
  min-width: 300px;
  width: 100%;
  height: auto;
  float: left;
  padding-right: 30px;
}

.common-tabs-block__common-tabs-links-block {
  display: block;
  width: 230px;
  height: auto;
  float: right;
  padding-left: 19px;
  border-left: 1px solid #bdc3c7;
  background-color: #fff;
}

.common-tabs-block__common-tabs-links-block.files-block {
  width: 100%;
  float: none;
  padding-left: 19px;
  border-left: none;
}

.files-block-two-col,
.files-block-three-col {
  display: table;
  width: 100%;
}

.files-block-two-col .files-col {
  display: table-cell;
  width: 50%;
  float: left;
}

.files-block-three-col .files-col {
  display: table-cell;
  width: 33%;
  float: left;
}

@media (max-width: 1023px) {
  .common-tabs-block__common-tabs-links-block {
    width: 100%;
    float: none;
    clear: both;
  }
}

.common-tabs-links-block__link-to-document {
  display: block;
  width: 210px;
  height: auto;
  padding: 15px 0 15px 44px;
}

@media (max-width: 1023px) {
  .common-tabs-links-block__link-to-document {
    display: inline-block;
  }
}

.common-tabs-links-block__link-to-document_pdf {
  background: #fff url("../img/page/pdf-icon.png") no-repeat;
  background-position: 0px 50%;
}

.common-tabs-links-block__link-to-document_doc {
  background: #fff url("../img/page/doc-icon.png") no-repeat;
  background-position: 0px 50%;
}

.common-tabs-links-block__link-to-document_zip {
  background: #fff url("../img/page/zip-icon.png") no-repeat;
  background-position: 0px 50%;
}

.common-tabs-links-block__link-to-document_xls {
  background: #fff url("../img/page/xls-icon.png") no-repeat;
  background-position: 0px 50%;
}

.common-tabs-links-block__link-to-document_odt {
  background: #fff url("../img/page/odt-icon.png") no-repeat;
  background-position: 0px 50%;
}

.common-tabs-links-block__link-to-document_ods {
  background: #fff url("../img/page/ods-icon.png") no-repeat;
  background-position: 0px 50%;
}

.common-tabs-links-block__link-to-document_rar {
  background: #fff url("../img/page/rar-icon.png") no-repeat;
  background-position: 0px 50%;
}

.common-tabs-links-block__link-to-document_jpg {
  background: #fff url("../img/page/jpg-icon.png") no-repeat;
  background-position: 0px 50%;
}

.common-tabs-links-block__link-to-document_png {
  background: #fff url("../img/page/png-icon.png") no-repeat;
  background-position: 0px 50%;
}

.common-tabs-links-block__link-to-document_gif {
  background: #fff url("../img/page/gif-icon.png") no-repeat;
  background-position: 0px 50%;
}

.common-tabs-links-block__link-to-document_xml {
  background: #fff url("../img/page/xml-icon.png") no-repeat;
  background-position: 0px 50%;
}


.link-to-document__link {
  display: block;
  /*height: 21px;*/
  min-height: 21px;
  width: auto;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #2880b9;
}

.link-to-document__text {
  display: block;
  height: 14px;
  width: auto;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #95a5a6;
}

.faq-block {
  display: block;
  width: 100%;
}

.faq-block__faq-tabs-block {
  width: 100%;
  min-height: 52px;
  height: auto;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 1023px) {
  .faq-block__faq-tabs-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.faq-tabs-block__crutch {
  display: block;
  width: 35px;
  border-bottom: 1px solid #c9dbdb;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .faq-tabs-block__crutch {
    width: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .faq-tabs-block__crutch {
    display: none;
  }
}

.faq-tabs-block__crutch-2 {
  display: block;
  min-height: 52px;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px solid #c9dbdb;
}

@media (max-width: 767px) {
  .faq-tabs-block__crutch-2 {
    display: none;
  }
}

input.faq-tabs-block__input {
  display: none;
}

label.faq-tabs-block__tab {
  display: block;
  min-height: 52px;
  height: auto;
  width: auto;
  padding: 16px 5px;
  margin: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #06797b;
  text-align: center;
  border-bottom: 1px solid #c9dbdb;
  border-top: 3px solid transparent;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  label.faq-tabs-block__tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 767px) {
  label.faq-tabs-block__tab {
    height: 36px;
    min-height: auto;
    padding: 8px 10px 8px;
    width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}

input.faq-tabs-block__input:checked + .faq-tabs-block__tab {
  border-bottom: none;
  border-right: 1px solid #c9dbdb;
  border-left: 1px solid #c9dbdb;
  border-top: 3px solid #21a693;
  color: #161718;
}

@media (max-width: 767px) {
  input.faq-tabs-block__input:checked + .faq-tabs-block__tab {
    border: none;
    color: #fff;
    background-color: #21a693;
  }
}

.faq-tabs-block__sorter {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 300px;
  max-width: 300px;
  width: auto;
  min-height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #c9dbdb;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .faq-tabs-block__sorter {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 0 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .faq-tabs-block__sorter {
    padding: 0 6px;
    margin-top: 10px;
    border-bottom: none;
  }
}

.faq-block__faq-questions-block {
  display: block;
  width: 100%;
  padding: 25px 0 20px;
  background-color: #fff;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (min-width: 768) and (max-width: 1124px) {
  .faq-block__faq-questions-block {
    padding: 25px 0 20px 10px;
  }
}

@media (max-width: 767px) {
  .faq-block__faq-questions-block {
    padding: 25px 0 20px;
  }
}

#faq-clients-questions,
#faq-common-questions,
#faq-frequent-questions,
#faq-tab-1-content,
#faq-tab-2-content,
#faq-tab-3-content,
#staff-tab-cmo,
#staff-tab-administration,
#staff-tab-deputies,
#staff-tab-doctors,
#staff-tab-medicalpersonnel {
  display: none;
}

#faq-clients:checked ~ #faq-clients-questions,
#faq-common:checked ~ #faq-common-questions,
#faq-frequent:checked ~ #faq-frequent-questions,
#faq-tab-1:checked ~ #faq-tab-1-content,
#faq-tab-2:checked ~ #faq-tab-2-content,
#faq-tab-3:checked ~ #faq-tab-3-content,
#staff-cmo:checked ~ #staff-tab-cmo,
#staff-administration:checked ~ #staff-tab-administration,
#staff-deputies:checked ~ #staff-tab-deputies,
#staff-doctors:checked ~ #staff-tab-doctors,
#staff-medicalpersonnel:checked ~ #staff-tab-medicalpersonnel {
  display: block;
}

input.faq-questions-block__input {
  display: none;
}

label.faq-questions-block__label {
  display: block;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #c9dbdb;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #404040;
  position: relative;
  padding: 15px 10px 10px 65px;
  margin: 0;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1124px) {
  label.faq-questions-block__label {
    padding: 15px 10px 10px 45px;
  }
}

@media (max-width: 767px) {
  label.faq-questions-block__label {
    padding: 15px 10px 10px 36px;
  }
}

.faq-questions-block__label-icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 35px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .faq-questions-block__label-icon {
    left: 10px;
  }
}

@media (max-width: 767px) {
  .faq-questions-block__label-icon {
    left: 6px;
  }
}

.faq-questions-block__answer {
  display: block;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px 0 45px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 768) and (max-width: 1124px) {
  .faq-questions-block__answer {
    padding: 0 15px 0 0;
  }
}

@media (max-width: 767px) {
  .faq-questions-block__answer {
    padding: 0 15px 0 16px;
  }
}

.faq-answer-wrapper {
  padding-left: 35px;
  border-left: 1px solid #c9dbdb;
  border-bottom: 1px solid #c9dbdb;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (max-width: 767px) {
  .faq-answer-wrapper {
    padding-left: 19px;
  }
}

input.faq-questions-block__input:checked + label.faq-questions-block__label {
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #189a8e;
  border-bottom: none;
  margin: 0;
  background-color: #e6f5f3;
}

input.faq-questions-block__input:checked + label.faq-questions-block__label .faq-questions-block__label-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.faq-questions-block__answer-1,
.faq-questions-block__answer-2,
.faq-questions-block__answer-3,
.faq-questions-block__answer-4,
.faq-questions-block__answer-5 {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input.faq-questions-block__input:checked + label.faq-questions-block__label + .faq-questions-block__answer {
  max-height: 900px;
  background-color: #e6f5f3;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.articles-breadcrumbs {
  display: block;
  max-width: 100%;
  height: 60px;
  border-top: 1px solid #c9dbdb;
  border-bottom: 1px solid #c9dbdb;
  border-right: 1px solid #c9dbdb;
  padding-left: 35px;
  overflow: hidden;
}

.articles-breadcrumbs_faq-page {
  margin-bottom: 30px;
}

.articles-breadcrumbs__page-counters {
  display: block;
  width: auto;
  height: 100%;
  float: left;
}

.articles-breadcrumbs__page-counters .articles-breadcrumbs__link:last-child {
  border-right: 1px solid #c9dbdb;
}

.articles-breadcrumbs__link {
  display: inline-block;
  width: 60px;
  height: 58px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 18px;
  line-height: 58px;
  color: #95a5a6;
  text-align: center;
  border-left: 1px solid #c9dbdb;
  text-decoration: none;
}

.articles-breadcrumbs__link_active {
  color: #2880b9;
  background-color: #e4f6f6;
}

.articles-breadcrumbs__link:hover {
  text-decoration: underline;
}

.articles-breadcrumbs__arrows {
  display: block;
  width: auto;
  height: 100%;
  float: right;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .articles-breadcrumbs {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .articles-breadcrumbs {
    height: 30px;
    padding: 0;
    margin: 0 6px;
  }

  .articles-breadcrumbs__link {
    width: 30px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
  }
}

.magazine-issue-header-container {
  display: block;
  position: absolute;
  width: 1000%;
  height: 163px;
  top: 0;
  left: 0;
  border-bottom: 3px solid #009ee0;
  background: #d5f8f2 url("../img/page/magazine-header-bg.png") repeat top center;
}

.magazine-issue-header-container_magazines {
  height: 373px;
  border-bottom: 3px solid #189b8e;
}

@media (max-width: 1125px) {
  .magazine-issue-header-container {
    width: 100%;
    position: static;
  }
}

.magazine-issue-header {
  max-width: 855px;
  min-width: 320px;
  width: 100%;
  height: 160px;
  padding: 45px 0 45px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1024px) and (max-width: 1124px) {
  .magazine-issue-header {
    padding: 45px 0 45px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .magazine-issue-header {
    padding: 20px 0 20px 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .magazine-issue-header {
    padding: 10px;
  }
}

.magazine-issue-header__logo {
  display: block;
  max-width: 350px;
  min-width: 300px;
  height: auto;
  padding: 0;
  margin: 0;
  outline: 0;
}

.magazine-issue-header__issue-number {
  display: block;
  width: auto;
  height: 55px;
  padding-right: 6px;
  background-color: transparent;
  cursor: pointer;
}

.magazine-issue-header__issue-number:hover,
.magazine-issue-header__issue-number:active,
.magazine-issue-header__issue-number:focus {
  text-decoration: underline;
  color: #189b8f;
}

.magazine-issue-header__download-btn {
  display: block;
  width: auto;
  height: 36px;
  padding: 0px 15px;
  border: 2px solid #159f84;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: #159f84;
  text-align: center;
}

.magazine-issue-header__download-btn:hover,
.magazine-issue-header__download-btn:active,
.magazine-issue-header__download-btn:focus {
  color: #404040;
  border-color: #404040;
}

.magazine-issue-header__download-btnvisited {
  color: #159f84;
}

.magazine-issue-header__download-btnvisited:hover,
.magazine-issue-header__download-btnvisited:active,
.magazine-issue-header__download-btnvisited:focus {
  color: #404040;
  border-color: #404040;
}

@media (max-width: 767px) {
  .magazine-issue-header__download-btn {
    padding: 0 8px;
    font-size: 16px;
    min-width: 180px;
  }
}

.magazine-issue-header__download-btn_float-left {
  float: left;
  margin: 5px 23px 0 0;
}

@media (max-width: 767px) {
  .magazine-issue-header__download-btn_float-left {
    margin: 2px 0 0 0;
  }
}

.magazine-page-header {
  display: block;
  max-width: 855px;
  min-width: 320px;
  width: 100%;
  max-height: 370px;
  height: auto;
  padding: 32px 0 25px 35px;
}

@media (min-width: 1024px) and (max-width: 1124px) {
  .magazine-page-header {
    padding: 32px 0 25px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .magazine-page-header {
    padding: 20px 0 20px 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .magazine-page-header {
    padding: 10px;
  }
}

.magazine-page-header__logo {
  display: block;
  max-width: 464px;
  min-width: 300px;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 30px;
  outline: 0;
}

.magazine-page-header__text-block {
  display: block;
  width: 100%;
  height: 110px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #189b8e;
  text-align: center;
  padding: 25px 6px 0;
  border-top: 1px solid #189b8e;
  margin: 0 0 35px;
}

@media (max-width: 1023px) {
  .magazine-page-header__text-block {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 20px;
    height: auto;
  }
}

.magazine-page-header__button-container {
  display: block;
  margin-left: 48%;
  overflow: hidden;
}

@media (max-width: 880px) {
  .magazine-page-header__button-container {
    margin-left: 0;
    width: 100%;
  }
}

.big-magazine-cover {
  display: block;
  height: auto;
  -webkit-box-shadow: 0 10px 20px -5px rgba(115, 115, 115, 0.75);
  -moz-box-shadow: 0 10px 20px -5px rgba(115, 115, 115, 0.75);
  box-shadow: 0 10px 20px -5px rgba(115, 115, 115, 0.75);
}

@media (max-width: 1124px) {
  .big-magazine-cover {
    left: 10px;
  }
}

@media (max-width: 767px) {
  .big-magazine-cover {
    position: static;
    float: right;
    width: 30%;
    margin: 10px 0 10px 10px;
  }
}

.in-this-issue-block {
  width: 100%;
  height: auto;
  border-top: 1px solid #c9dbdb;
  padding: 30px 0 30px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .in-this-issue-block {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .in-this-issue-block {
    padding: 20px 6px;
  }
}

.in-this-issue__cover-block {
  display: block;
  width: 150px;
  min-height: 275px;
  margin-right: 25px;
  outline: none;
}

.in-this-issue__cover-block_slide {
  margin: 0 5px;
}

@media (max-width: 767px) {
  .in-this-issue__cover-block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.cover-block__cover {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 15px;
}

.cover-block__issue-number {
  display: block;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #a7a7a7;
  text-align: center;
  margin: 0 auto;
}

.cover-block__issue-number_header {
  font-size: 30px;
  line-height: 35px;
  color: #189b8f;
  text-align: left;
}

@media (max-width: 767px) {
  .cover-block__issue-number_header {
    font-size: 20px;
  }
}

.cover-block__issue-number_magazine-header {
  width: auto;
  max-width: 160px;
  height: 46px;
  padding: 0 12px;
  text-align: center;
  font-size: 25px;
  line-height: 46px;
  color: #ddf4ff;
  background-color: #189b8e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin-right: 68px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cover-block__issue-number_magazine-header {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .cover-block__issue-number_magazine-header {
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
    margin-right: 15px;
  }
}

.cover-block__date {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #303030;
  text-align: center;
  margin: 0 auto;
}

.cover-block__date_header {
  font-size: 20px;
  line-height: 20px;
  color: #189b8f;
  text-align: left;
}

@media (max-width: 767px) {
  .cover-block__date_header {
    font-size: 16px;
  }
}

.in-this-issue__text-block {
  display: block;
  width: auto;
  height: auto;
}

.in-this-issue__text-block_float-right {
  /*margin-left: 48%;*/
}

@media (max-width: 767px) {
  .in-this-issue__text-block_float-right {
    margin-left: auto;
    margin-right: auto;
  }
}

.in-this-issue-article-link {
  display: block;
  width: auto;
  min-height: 60px;
  height: auto;
  padding: 0 0 10px 25px;
  background: #fff url("../img/page/article-icon.png") no-repeat top left;
}

.in-this-issue-article-link__link {
  display: block;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #2880b9;
  text-decoration: none;
  margin: 0 0 10px;
}

.in-this-issue-article-link__link:hover,
.in-this-issue-article-link__link:active,
.in-this-issue-article-link__link:focus {
  color: #303030;
  text-decoration: none;
}

.in-this-issue-article-link__link:visited {
  color: #2880b9;
}

.in-this-issue-article-link__link:visited:hover,
.in-this-issue-article-link__link:visited:active,
.in-this-issue-article-link__link:visited:focus {
  color: #303030;
  text-decoration: none;
}

.in-this-issue-article-link__text {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #303030;
}

.contacts-page-top-block {
  max-width: 100%;
  margin-bottom: 24px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contacts-page-top-block__left-part {
  display: block;
  width: 308px;
  /* height: 85px; */
  background: #fff url("../img/page/main-phone-icon.png") top left no-repeat;
  padding-left: 55px;
  margin: 0 0 15px;
}

.contacts-page-top-block__right-part {
  display: block;
  width: 308px;
  /* height: 85px; */
  margin: 0 0 15px;
}

.contacts-page-map-container {
  width: 100%;
  height: 497px;
  border: 1px solid #cccdcd;
  margin: 0 0 35px;
}

@media (max-width: 767px) {
  .contacts-page-map-container {
    height: 200px;
  }
}

.contacts-page-bottom-block {
  width: 100%;
  height: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contacts-page-bottom-block__left-part {
  display: block;
  min-width: 308px;
  max-width: 385px;
  width: 100%;
  padding: 0 10px 0 0;
  margin: 0 0 15px;
}

.contacts-page-bottom-block__right-part {
  display: block;
  min-width: 270px;
  max-width: 308px;
  padding: 0;
}

.address-big-block {
  display: block;
  width: 100%;
  min-height: 45px;
  height: auto;
  padding: 0 0 0 55px;
  margin: 0 0 30px;
  background: #fff url("../img/page/big-address-icon.png") top left no-repeat;
}

.address-big-block__address {
  display: block;
  height: auto;
  width: auto;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  color: #404040;
}

.address-big-block__text {
  display: block;
  height: auto;
  width: auto;
  font-family: 'ProximaNovaLight', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #404040;
}

.public-transport-block {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 15px;
}

.public-transport-block__title {
  display: block;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #404040;
}

.public-transport-block__text {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #404040;
}

.transport-type {
  display: inline;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #656565;
}

.working-hours-block {
  display: block;
  width: 100%;
  min-height: 45px;
  height: auto;
  padding: 0 0 0 55px;
  margin: 0 0 30px;
  background: #fff url("../img/page/working-hours-icon.png") top left no-repeat;
}

.working-hours-block__working-days {
  display: block;
  margin-bottom: 15px;
}

.working-hours-block__holidays {
  display: block;
  margin-bottom: 15px;
}

.working-hours-block__days {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #404040;
}

.working-hours-block__hours {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #008f91;
}

.article-content ul:not(.slider-bullets),
.contain-aside-wrapper ul {
  display: block;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.contain-aside-wrapper ul li,
.article-content ul:not(.slider-bullets) li {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  font-size: inherit;
  line-height: 25px;
  color: #404040;
  text-align: left;
  padding-left: 30px;
  background: url("../img/page/unordered-list-marker.png") 4px 4px no-repeat;
  background-size: 18px 18px;
}

/*.contain-aside-wrapper ul li::before{*/
/*position: absolute;*/
/*width: 18px;*/
/*height: 18px;*/
/*top: 2px;*/
/*left: 0px;*/
/*content: counter(step-counter);*/
/*margin-right: 10px;*/
/*background-color: transparent;*/
/*color: transparent;*/
/*padding: 0;*/
/*-webkit-border-radius: 6px;*/
/*-moz-border-radius: 6px;*/
/*border-radius: 6px;*/
/*background: url("../img/page/unordered-list-marker.png");*/
/*background-repeat: no-repeat;*/
/*background-position: NaN%;*/
/*-webkit-background-size: 18px 18px;*/
/*-moz-background-size: 18px;*/
/*-o-background-size: 18px;*/
/*background-size: 18px;*/
/*}*/
ul.unordered-list {
  display: block;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

li.unordered-list__item {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  font-size: inherit;
  line-height: 25px;
  color: #404040;
  text-align: left;
  position: relative;
  padding-left: 30px;
}

li.unordered-list__item::before {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0px;
  content: counter(step-counter);
  margin-right: 10px;
  background-color: transparent;
  color: transparent;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: url("../img/page/unordered-list-marker.png");
  background-repeat: no-repeat;
  /* background-position: NaN%; */
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px;
  -o-background-size: 18px;
  background-size: 18px;
}

li.unordered-list__item_arrow {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  font-size: inherit;
  line-height: 25px;
  color: #404040;
  text-align: left;
  position: relative;
  padding-left: 30px;
}

li.unordered-list__item_arrow::before {
  position: absolute;
  top: -5px;
  left: -3px;
  content: counter(step-counter);
  margin-right: 10px;
  background-color: transparent;
  color: transparent;
  padding: 1px 7px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: url("../img/page/unordered-list-marker-arrow.png") no-repeat bottom center;
}

li.unordered-list__item_document {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  font-size: inherit;
  line-height: 25px;
  color: #404040;
  text-align: left;
  position: relative;
  padding-left: 20px;
}

li.unordered-list__item_document::before {
  position: absolute;
  top: -9px;
  left: -5px;
  content: counter(step-counter);
  margin-right: 10px;
  background-color: transparent;
  color: transparent;
  padding: 1px 7px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: url("../img/page/unordered-list-marker-document.png") no-repeat bottom center;
}

ol {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

ol li {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  font-size: inherit;
  line-height: 25px;
  color: #404040;
  margin-left: 20px;
}

ol.ordered-list {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

li.ordered-list__item {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  font-size: inherit;
  line-height: 25px;
  color: #404040;
  margin-left: 20px;
}

.aside-text-box {
  display: inline-block;
  width: 270px;
  height: 142px;
  position: relative;
  overflow: visible;
}

.aside-text-box_float-right {
  float: right;
  clear: right;
  margin: 5px 0 15px 15px;
}

.aside-text-box__text-block {
  display: block;
  width: 260px;
  height: 142px;
  border: 1px solid #d9e6e6;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 85px 15px 15px;
  margin: 0;
}

.aside-text-box__title {
  display: block;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #95a5a6;
  padding: 0 0 5px;
}

.aside-text-box__text {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #303030;
}

.aside-text-box__link {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #2880b9;
  padding: 5px 0 0;
}

.aside-text-box__link::after {
  content: '\0020\0020\00BB';
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #2880b9;
}

.aside-text-box__link:hover,
.aside-text-box__link:active,
.aside-text-box__link:focus {
  text-decoration: underline;
  color: #2880b9;
}

.aside-text-box__link:visited {
  color: #2880b9;
}

.aside-text-box__link:visited:hover,
.aside-text-box__link:visited:active,
.aside-text-box__link:visited:focus {
  text-decoration: underline;
  color: #2880b9;
}

.aside-text-box__image {
  display: block;
  width: 90px;
  height: auto;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}

@media (max-width: 1124px) {
  .aside-text-box_float-right {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .aside-text-box_float-right {
    float: none;
    margin: 5px auto 15px;
  }
}

.aside-photo {
  display: inline-block;
  width: 262px;
  height: auto;
  padding: 15px;
  border: 1px solid #d9e6e6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
}

.aside-photo_float-right {
  float: right;
  clear: right;
  margin: 5px 0 15px 15px;
}

.aside-photo__image {
  display: block;
  width: 230px;
  height: auto;
  margin: 0 auto 15px;
}

.aside-photo__text {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #303030;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 1124px) {
  .aside-photo_float-right {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .aside-photo_float-right {
    float: none;
    margin: 5px auto 15px;
  }
}

.aside-video {
  display: inline-block;
  width: 210px;
  height: auto;
  min-height: 170px;
  padding: 15px 15px 0;
  border: 1px solid #d9e6e6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
}

.aside-video_float-right {
  float: right;
  clear: right;
  margin: -70px 0 15px 15px;
}

.aside-video__image {
  display: block;
  width: 230px;
  height: auto;
  margin: 0 auto;
}

.aside-video__text {
  display: block;
  width: 100%;
  height: auto;
  min-height: 38px;
  padding: 10px 0;
  margin: 0 auto;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #303030;
  text-align: center;
}

@media (max-width: 1124px) {
  .aside-video_float-right {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .aside-video_float-right {
    float: none;
    margin: 5px auto 15px;
  }
}

table {
  width: 100%;
  border: none;
  background-color: #fff;
  margin-bottom: 16px;
}

tfoot {
  height: 50px;
  background-color: #d6eaf6;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #2880b9;
  border: none;
}

tbody {
  background-color: #fff;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #404040;
  border: none;
}

tr {
  height: 50px;
  padding: 10px;
}

tr:nth-child(2n) {
  background-color: #f2f7f8;
}

tbody tr:first-child {
  height: 50px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #bdc3c7;
  text-transform: uppercase;
  border-bottom: 3px solid #bdc3c7;
  background-color: #fff;
}

tbody tr:last-child {
  border-bottom: 3px solid #bdc3c7;
}

td {
  padding: 0 10px;
  border-right: 1px solid #bdc3c7;
}

/*td:last-child {
  border-right: none;
}*/
td:first-child {
  border-left: 1px solid #bdc3c7;
}

tr:first-child td:first-child {
  border-left: none;
}

tbody tr:first-child td,
tfoot tr:first-child td {
  border-right: none;
}

@media (max-width: 767px) {

  tbody,
  tfoot {
    font-size: 10px;
  }

  tbody tr:first-child {
    font-size: 8px;
  }
}

.timeline-block {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
  padding: 0 0 0 10px;
}

.timeline-block__timeline-item {
  width: 100%;
  height: auto;
  padding: 20px 20px 10px 25px;
  border-bottom: 1px solid #bdc3c7;
  border-left: 1px solid #bdc3c7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.timeline-block__timeline-item:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .timeline-block__timeline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.timeline-item__text-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.timeline-item__marker {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("../img/page/timeline-marker.png") no-repeat top center;
  position: absolute;
  top: 0;
  left: -36px;
}

.timeline__wrapper-image {
  width: 60%;
}

.timeline-container__wrapper-image {
  height: 330px;
  width: 100%;
  margin-bottom: 24px;

}

.timeline-container__wrapper-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline__wrapper-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 25px;
}

@media (max-width: 767px) {
  .timeline-item__image {
    margin: 0;
  }
}

.timeline-item__title {
  display: block;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #159f84;
  text-transform: uppercase;
  padding: 0 0 10px;
}

.common-gallery-container {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 25px;
}

.common-gallery {
  display: block;
  width: 100%;
  height: auto;
  min-height: 205px;
  padding: 35px 44px 35px 35px;
  border-top: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
  border-bottom: 1px solid #bdc3c7;
  border-left: none;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .common-gallery {
    padding: 35px 22px 35px 10px;
  }
}

@media (max-width: 767px) {
  .common-gallery {
    padding: 25px;
  }
}

.common-gallery__title-container {
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  top: -14px;
  left: 0;
  margin: 0 auto;
  z-index: 998;
  text-align: center;
}

.common-gallery__title {
  display: inline-block;
  width: auto;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 28px;
  border: 1px solid #bdc3c7;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0 18px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #95a5a6;
  background-color: #fff;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .common-gallery__title {
    left: auto;
  }
}

.common-gallery__slides-container {
  width: 100%;
  height: auto;
}

.photo-slider__photo {
  display: block;
  margin: 0;
  padding: 0 5px;
}

.photo-slider__photo_modal {
  height: 115px;
  margin: 0 5px;
  padding: 0;
  border: 5px solid transparent;
}

.photo-slider__photo_modal.slick-current {
  border: 5px solid #167778;
  opacity: 0.75;
}

.common-gallery__slides-information {
  width: 100%;
  min-height: 30px;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}

.slides-information__press-to-open {
  display: block;
  width: auto;
  height: 20px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #bcc3c7;
  float: left;
}

@media (max-width: 639px) {
  .slides-information__press-to-open {
    float: none;
  }
}

.slides-information__slides-quantity {
  display: block;
  width: auto;
  height: 20px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #bcc3c7;
  float: right;
}

@media (max-width: 639px) {
  .slides-information__slides-quantity {
    float: none;
  }
}

.common-gallery__next-arrow {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff url("../img/page/right-arrow-small.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 50% 50%;
  -moz-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
  border: 1px solid #bdc3c7;
  text-align: center;
  line-height: 38px;
  font-family: 'ProximaNovaLight', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #bdc3c7;
  position: absolute;
  top: 40%;
  right: -15px;
  z-index: 2;
  cursor: pointer;
}

.common-gallery__next-arrow_modal {
  background: #000 url("../img/page/right-arrow-small.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
}

.common-gallery__next-arrow:hover,
.common-gallery__next-arrow:active,
.common-gallery__next-arrow:focus {
  background-color: #008f91;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .common-gallery__next-arrow {
    width: 26px;
    height: 26px;
    right: -7px;
  }
}

.common-gallery__next-arrow_modal {
  right: 22px;
  top: 50%;
}

.common-gallery__prev-arrow {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff url("../img/page/left-arrow-small.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 50% 50%;
  -moz-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
  border: 1px solid #bdc3c7;
  text-align: center;
  line-height: 38px;
  font-family: 'ProximaNovaLight', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #bdc3c7;
  position: absolute;
  top: 40%;
  left: -20px;
  z-index: 2;
  cursor: pointer;
}

.common-gallery__prev-arrow_modal {
  background: #000 url("../img/page/left-arrow-small.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
}

.common-gallery-container .common-gallery__prev-arrow {
  background: #fff url("../img/page/left-arrow-small.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #bdc3c7;
}

.common-gallery-container .common-gallery__next-arrow {
  background: #fff url("../img/page/right-arrow-small.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #bdc3c7;
}


.common-gallery__prev-arrow:hover,
.common-gallery__prev-arrow:active,
.common-gallery__prev-arrow:focus {
  background-color: #008f91;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .common-gallery__prev-arrow {
    width: 26px;
    height: 26px;
    left: -6px;
  }
}

.common-gallery__prev-arrow_modal {
  left: 22px;
  top: 50%;
}

.slider-bullets {
  width: 100%;
  height: 28px;
  text-align: center;
  position: absolute;
  bottom: -14px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-bullets_gallery {
  bottom: -28px;
}

.slider-bullets__year {
  display: inline-block;
  width: auto !important;
  height: 28px !important;
  margin: 0 6px 0 0;
  padding: 0 15px;
  border: 1px solid #c9dbdb;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #c9dbdb;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.slider-bullets__year:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .slider-bullets__year {
    font-size: 11px;
  }
}

.slider-bullets__year_active {
  border-width: 3px;
  line-height: 22px;
}

.slider-bullets li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #c9dbdb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin: 0 10px 0 0;
  padding: 0;
  color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1px;
  line-height: 20px;
}

.slider-bullets li:last-child {
  margin-right: 0;
}

.slider-bullets li.slick-active {
  background: #fff url("../img/page/slider-bullet-bg.png") no-repeat;
  background-position: 3px 3px;
  border: 3px solid #c9dbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.article-bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: auto;
  padding: 10px 0 5px;
}

.article-bottom-block__date-and-author-block {
  display: block;
  /*width: 100%;*/
  height: auto;
  margin: 0 0 15px;
  float: left;
}

.article-bottom-block__tags-block {
  display: block;
  min-width: 300px;
  height: auto;
  text-align: left;
}

.article-bottom-block__social-share-block {
  display: block;
  width: 166px;
  height: auto;
}

.date-and-author-block__date {
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #c9dbdb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #95a5a6;
  margin: 0 15px 0 0;
}

.date-and-author-block__author {
  display: inline-block;
  /*width: 70%;*/
  height: 30px;
  padding: 0 8px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #2880b9;
  text-decoration: underline;
  /*max-width: 199px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}

.date-and-author-block__author:hover,
.date-and-author-block__author:active,
.date-and-author-block__author:focus {
  color: #008f91;
}

.date-and-author-block__author:visited {
  color: #2880b9;
}

.date-and-author-block__author:visited:hover,
.date-and-author-block__author:visited:active,
.date-and-author-block__author:visited:focus {
  color: #008f91;
}

.tags-block__tag {
  display: inline-block;
  width: auto;
  height: 24px;
  padding: 0 8px;
  margin: 0 2px 8px;
  border: 1px solid #c9dbdb;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #2880b9;
  text-decoration: none;
}

.tags-block__tag:hover,
.tags-block__tag:active,
.tags-block__tag:focus {
  color: #008f91;
  text-decoration: underline;
}

.tags-block__tag:visited {
  color: #2880b9;
}

.tags-block__tag:visited:hover,
.tags-block__tag:visited:active,
.tags-block__tag:visited:focus {
  color: #008f91;
}

.social-share-block__item {
  display: inline-block;
  height: 28px;
  width: auto;
  padding: 0 15px 0 0;
}

.social-share-block__item:last-child {
  padding: 0;
}

.social-share-block__icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 4px 0 0;
  padding: 0;
  outline: 0;
  vertical-align: middle;
}

.social-share-block__counter {
  display: inline-block;
  width: auto;
  height: 28px;
  line-height: 28px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
  color: #2880b9;
}

.month-title {
  display: block;
  width: 150px;
  height: 30px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #95a5a6;
  text-transform: uppercase;
}

.more-in-this-section {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid #c9dbdb;
  padding: 30px 0 30px 35px;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .more-in-this-section {
    padding: 30px 15px 35px;
  }
}

@media (max-width: 767px) {
  .more-in-this-section {
    padding: 20px 6px 25px;
  }
}

.more-in-this-section__title-wrapper {
  display: block;
  min-height: 42px;
  height: auto;
  width: 40px;
  border-bottom: 3px solid #bdc3c7;
  overflow: visible;
  margin-bottom: 20px;
}

.more-in-this-section__title-wrapper_green {
  border-color: #1abc9c;
}

.more-in-this-section__title {
  display: block;
  min-width: 300px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #778a8b;
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
}

a.more-in-this-section__title {
  text-decoration: none;
  cursor: pointer;
}

a.more-in-this-section__title:hover,
a.more-in-this-section__title:active,
a.more-in-this-section__title:focus {
  color: #303030;
  text-decoration: none;
}

a.more-in-this-section__title:visited {
  color: #778a8b;
}

a.more-in-this-section__title:visited:hover,
a.more-in-this-section__title:visited:active,
a.more-in-this-section__title:visited:focus {
  color: #303030;
  text-decoration: none;
}

.more-in-this-section__title_faq-page {
  font-size: 18px;
  width: 100%;
}

@media (max-width: 480px) {
  .more-in-this-section__title_faq-page {
    min-width: 280px;
  }
}

.more-in-this-section__title_green {
  color: #06797b;
}

.more-in-this-section__article-selectors {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-selector {
  display: inline-block;
  width: 284px;
  height: 36px;
  position: relative;
  text-decoration: none;
  margin: 0 0 15px;
}

.article-selector_previous {
  margin-left: 16px;
}

.article-selector_previous::before {
  content: '\276E';
  font-size: 18px;
  line-height: 36px;
  margin-left: -16px;
  color: #cdd7d8;
  position: absolute;
}

.article-selector_previous:hover::before {
  color: #303030;
}

.article-selector_next {
  margin-right: 16px;
}

.article-selector_next::after {
  content: '\276F';
  font-size: 18px;
  line-height: 36px;
  margin-right: -16px;
  color: #cdd7d8;
  position: absolute;
  top: 0;
  right: 0;
}

.article-selector_next:hover::after {
  color: #303030;
}

.article-selector__name {
  display: block;
  width: 300px;
  height: 16px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #95a5a6;
}

.article-selector__title {
  display: block;
  width: 284px;
  height: 20px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #008f91;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.article-selector:hover .article-selector__name,
.article-selector:hover .article-selector__title {
  text-decoration: underline;
}

.write-us-your-question-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 0 25px;
}

@media (max-width: 1023px) {
  .write-us-your-question-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.write-us-your-question-block__contact-form {
  min-width: 300px;
  max-width: 510px;
  width: 100%;
  height: auto;
  margin: 0 40px 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .write-us-your-question-block__contact-form {
    margin: 0 0 25px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .write-us-your-question-block__contact-form {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.contact-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.contact-form__input_name,
.contact-form__input_email {
  display: block;
  width: 48%;
  height: 45px;
}

.contact-form__input__blind {
  width: 100%;
}

@media (max-width: 639px) {

  .contact-form__input_name,
  .contact-form__input_email {
    width: 100%;
  }
}

.contact-form__input_name_callback-modal,
.contact-form__input_email_callback-modal {
  width: 100%;
}

.contact-form__input_name {
  display: block;
  padding: 10px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid transparent;
  background-color: #ecf0f1;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  color: #888;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 10px;
}

.contact-form__input_name:focus,
.contact-form__input_name:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #000;
  border-color: #000;
}

.contact-form__input_email {
  display: block;
  padding: 10px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid transparent;
  background-color: #ecf0f1;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  color: #888;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 10px;
}

.contact-form__input_email:focus,
.contact-form__input_email:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #000;
  border-color: #000;
}

.contact-form__textarea {
  display: block;
  padding: 10px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid transparent;
  background-color: #ecf0f1;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  color: #888;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 10px;
  resize: none;
}

.contact-form__textarea:focus,
.contact-form__textarea:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #000;
  border-color: #000;
}

.contact-form__submit {
  width: auto;
  height: 44px;
  border: 1px solid #ddd;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #7f8c8d;
  padding: 0 15px;
  background-color: #fff;
  text-align: center;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 44px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contact-form__submit {
  background: #06797b;
  color: white;
}

.contact-form__submit__blind {
  background-color: #161718;
}

.contact-form__submit:hover,
.contact-form__submit:focus,
.contact-form__submit:active {
  background-color: #7f8c8d;
  color: #fff;
}

.contact-form__submit_callback-modal {
  display: block;
  margin: 35px auto 0;
}

.write-us-your-question-block__aside {
  display: block;
  width: 310px;
  height: auto;
}

@media (max-width: 1023px) {
  .write-us-your-question-block__aside {
    width: 100%;
  }
}

.similar-articles-section {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid #c9dbdb;
  padding: 30px 0 30px 35px;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .similar-articles-section {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .similar-articles-section {
    padding: 20px 6px;
  }
}

.similar-article-link {
  display: block;
  width: 300px;

  background-color: #fff;
  padding: 0;
  margin: 0 0 10px;
}

.similar-article-link__category {
  display: inline-block;
  height: 20px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #2880b9;
  padding: 0 10px 0 0;
}

.similar-article-link__category:hover,
.similar-article-link__category:active,
.similar-article-link__category:focus {
  color: #2880b9;
  text-decoration: underline;
}

.similar-article-link__category:visited {
  color: #2880b9;
  text-decoration: underline;
}

.similar-article-link__category:visited:hover,
.similar-article-link__category:visited:active,
.similar-article-link__category:visited:focus {
  color: #2880b9;
  text-decoration: underline;
}

.similar-article-link__date {
  display: inline-block;
  height: 20px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #95a5a6;
}

.similar-article-link__article-title {
  display: block;
  width: 100%;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #008f91;
  text-decoration: none;
}

.similar-article-link__article-title:hover,
.similar-article-link__article-title:active,
.similar-article-link__article-title:focus {
  color: #008f91;
  text-decoration: underline;
}

.similar-article-link__article-title:visited {
  color: #008f91;
}

.similar-article-link__article-title:visited:hover,
.similar-article-link__article-title:visited:active,
.similar-article-link__article-title:visited:focus {
  color: #008f91;
  text-decoration: underline;
}

.footer {
  display: block;
  width: 100%;
  min-height: 194px;
  height: auto;
  border-top: 3px solid #bdc3c7;
  background: #fff url("../img/footer/footer-bg.png") top center repeat;
}

.footer__footer-bottom-line {
  /* display: flex; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 320px;
  max-width: 1125px;
  height: auto;
  margin: 0 auto;
  padding: 2px 0 0;

}

@media (max-width: 1124px) {
  .footer__footer-bottom-line {
    padding: 2px 6px 0;
  }
}

.footer-bottom-line__footer-info-block {
  display: block;
  height: auto;
  padding: 0 38px;
  margin: 0 0 15px;
  border-right: 1px solid #bdc3c7;
  text-align: left;
}

.footer-bottom-line__footer-info-block:first-child {
  padding-left: 0;
}

.footer-bottom-line__footer-info-block:last-child {
  padding-right: 0;
  border-right: none;
}

.footer-bottom-line__footer-info-block_address {
  min-width: 300px;
  float: left;
}

.footer-bottom-line__footer-info-block_social {
  min-width: 300px;
  border-right: 1px solid #bdc3c7;
  float: left;
}

.footer-bottom-line__footer-info-block_e-mail {
  min-width: 300px;
  float: right;
}

@media (max-width: 1023px) {
  .footer-bottom-line__footer-info-block_address {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    border: none;
    padding: 0 25px 0 15px;
  }

  .footer-bottom-line__footer-info-block_social,
  .footer-bottom-line__footer-info-block_e-mail {
    float: left;
    border: none;
    padding: 10px 0;
    border-top: 1px solid #bdc3c7;
  }
}

.footer__bottom-line-extra {
  grid-template-columns: 1fr;
}

.footer-info-block__text {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #404040;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .footer-info-block__text {
    font-size: 16px;
    line-height: 20px;
  }
}

.footer-info-block__link {
  display: inline-block;
  width: auto;
  height: 18px;
  padding: 0;
  margin: 0 18px 0 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-info-block__link-socials {
  color: #134b8c;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  height: auto;
}

.footer-info-block__link_vk {
  color: #134b8c;
}

.footer-info-block__link_vk:visited,
.footer-info-block__link_vk:hover {
  color: #134b8c;
}

.footer-info-block__link_fb {
  color: #134b8c;
}

.footer-info-block__link_fb:visited,
.footer-info-block__link_fb:hover {
  color: #134b8c;
}

.footer-info-block__link_e-mail {
  color: #3b89bb;
}

.footer-info-block__link_e-mail:visited,
.footer-info-block__link_e-mail:hover {
  color: #3b89bb;
}

.footer-info-block__link:hover {
  text-decoration: underline;
}

.footer-icon {
  display: inline-block;
  padding: 0;
  margin: 0 6px 0 0;
  line-height: 18px;
  vertical-align: middle;
}

.footer-icon_email {
  width: 19px;
  height: 15px;
}

.footer-icon_fb,
.footer-icon_vk {
  width: 16px;
  height: 16px;
}

.idc-center-quick-facts-block {
  width: 100%;
  height: 126px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .idc-center-quick-facts-block {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media (max-width: 767px) {
  .idc-center-quick-facts-block {
    display: none;
  }
}

.idc-center-quick-facts-block__image {
  display: block;
  width: auto;
  height: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .idc-center-quick-facts-block__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

.idc-center-quick-facts-block__fact-text {
  display: block;
  width: 50%;
  max-width: 205px;
  margin: 0;
  padding: 0 5px;
  font-family: 'PT Serif', serif;
  color: #1abc9c;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fact-text-small {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.fact-text-big {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
}

.brief-facts-container {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.brief-fact {
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0 25px 0 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .brief-fact {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }
}

.brief-fact__number {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 30px;
  padding: 10px;
  color: #229f85;
}

.brief-fact__description {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 10px 0 10px 10px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #868a8d;
}

.staff-divisions-filters-container {
  width: 100%;
  height: auto;
  padding: 0 0 25px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .staff-divisions-filters-container {
    padding: 0 0 25px 15px;
  }
}

@media (max-width: 767px) {
  .staff-divisions-filters-container {
    padding: 0 0 25px 6px;
  }
}

.staff-division-filter {
  display: block;
  width: 180px;
  height: auto;
  margin: 0;
  padding: 10px 0 10px 25px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #2880b9;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .staff-division-filter {
    width: 150px;
    font-size: 11px;
    line-height: 13px;
    padding: 8px 0 8px 10px;
  }
}

.staff-doctor-card {
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  min-height: 280px;
  height: auto;
  padding: 25px;
  margin: 0 0 25px 35px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.staff-doctor-card_no-border {
  border: none;
}

.staff-doctor-card_deputies {
  border: none;
  min-height: 255px;
  margin: 0 0 0 35px;
  padding: 0 25px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .staff-doctor-card {
    width: -webkit-calc(100% - 21px);
    width: -moz-calc(100% - 21px);
    width: calc(100% - 21px);
    margin: 0 6px 25px 15px;
    padding: 15px;
  }

  .staff-doctor-card_deputies {
    width: -webkit-calc(100% - 21px);
    width: -moz-calc(100% - 21px);
    width: calc(100% - 21px);
    margin: 0 6px 0 15px;
    padding: 0 15px 35px;
  }
}

@media (max-width: 768px) {
  .staff-doctor-card {
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    margin: 0 6px 25px 6px;
    padding: 10px;
  }

  .staff-doctor-card_deputies {
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    margin: 0 6px 0 6px;
    padding: 0 10px 35px;
  }
}

.staff-doctor-card__doctor-photo {
  display: block;
  width: 230px;
  min-width: 230px;
  max-width: 230px;
  height: 230px;
  min-height: 230px;
  max-height: 230px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

@media (max-width: 825px) {
  .staff-doctor-card__doctor-photo {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.staff-doctor-card__doctor-information {
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  min-width: 320px;
  margin: 0;
  padding: 0 0 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  /*-webkit-justify-content: space-between;
  justify-content: space-between;*/
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 825px) {
  .staff-doctor-card__doctor-information {
    padding: 10px 0 0;
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.doctor-information__name {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 10px;
  color: #404040;
}

.doctor-information__division {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #95a5a6;
}

@media (min-width: 825px) {
  .doctor-information__division {
    min-height: 25px;
  }
}

.doctor-information__position {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 10px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #95a5a6;
}

.doctor-information__position_deputies {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  padding: 0 0 20px;
}

.doctor-information__contacts-block {
  width: 100%;
  min-height: 25px;
  max-height: 50px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.doctor-information__contacts-block_deputies {
  min-height: 30px;
  max-height: 60px;
}

.doctor-information__telephone {
  display: block;
  width: auto;
  height: 25px;
  margin: 0;
  padding: 0 15px 0 30px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff url("../img/page/staff-tel-icon.png") 0% 50% no-repeat;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #2b2c2d;
  text-align: left;
}

.doctor-information__telephone_deputies {
  height: 30px;
  padding: 0 15px 0 40px;
  line-height: 30px;
  background: #fff url("../img/page/staff-tel-icon-big.png") 0% 50% no-repeat;
  font-size: 16px;
}

.doctor-information__email {
  display: block;
  width: auto;
  height: 25px;
  margin: 0;
  padding: 0 15px 0 30px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff url("../img/page/staff-email-icon.png") 0% 50% no-repeat;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #2880b9;
  text-decoration: underline;
  text-align: left;
}

.doctor-information__email_deputies {
  height: 30px;
  padding: 0 15px 0 40px;
  line-height: 30px;
  background: #fff url("../img/page/staff-email-icon-big.png") 0% 50% no-repeat;
  font-size: 16px;
}

.show-personnel-info-btn {
  display: block;
  width: auto;
  height: 34px;
  padding: 0 15px;
  margin: 25px 0;
  border: 1px solid #349293;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  line-height: 34px;
  color: #349293;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.show-personnel-info-btn:hover,
.show-personnel-info-btn:active,
.show-personnel-info-btn:focus {
  text-decoration: none;
  color: #fff;
  background-color: #349293;
}

.show-personnel-info-btn:visited {
  color: #349293;
}

.show-personnel-info-btn:visited:hover,
.show-personnel-info-btn:visited:active,
.show-personnel-info-btn:visited:focus {
  text-decoration: none;
  color: #fff;
  background-color: #349293;
}

.staff-slide {
  display: block;
  width: 230px;
  height: 324px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 30px;
  padding: 0 0 5px;
  overflow: hidden;
  outline: none;
  position: relative;
}

.staff-slide__modal-preview {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
}

@media (min-width: 1024px) and (max-width: 1124px) {
  .staff-slide {
    margin: 0 20px;
  }
}

.staff-slide__photo {
  display: block;
  width: 100%;
  height: 230px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
}

.staff-slide__name {
  display: block;
  width: 100%;
  height: 56px;
  padding: 15px 30px 5px;
  margin: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #404040;
  text-align: center;
}

.staff-slide__position {
  display: block;
  width: 100%;
  max-width: 230px;
  height: 33px;
  padding: 5px 5px 0;
  margin: 0;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #95a5a6;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.doctor-schedule-dates-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;

  transition: all ease .24s;
}

.doctor-schedule-dates-selector.active-tr {
  transform: translateX(-24px);
}

.select-speciality {
  margin-bottom: 16px !important;
}

.speciality-arrow {
  transform: translateY(-15px) !important;
}

.doctor-schedule-dates-selector.active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}

.doctor-schedule-dates-selector__prev-button {
  display: block;
  width: 35px;
  min-height: 34px;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
  border: 1px solid #bdc3c7;
  background: #fafafa url("../img/page/doctor-schedule-dates-selector-prev-button.png");
  background-repeat: no-repeat;
  background-position: 55% 50%;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px;
  -o-background-size: 19px;
  background-size: 19px;
  cursor: pointer;
}

@media (max-width: 639px) {
  .doctor-schedule-dates-selector__prev-button {
    width: 28px;
    background: #fafafa url("../img/page/doctor-schedule-dates-selector-prev-button.png");
    background-repeat: no-repeat;
    background-position: 55% 50%;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;
  }
}

.doctor-schedule-dates-selector__date-cards-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  height: auto;
  min-height: 34px;
  margin: 0;
  padding: 4px 0;
  background-color: #ebf8f8;
  border-top: 1px solid #bdc3c7;
  border-bottom: 1px solid #bdc3c7;
}

@media (max-width: 639px) {
  .doctor-schedule-dates-selector__date-cards-container {
    width: -webkit-calc(100% - 56px);
    width: -moz-calc(100% - 56px);
    width: calc(100% - 56px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.doctor-schedule-dates-selector__date-card {
  display: block;
  width: auto;
  height: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0;
  padding: 0 2px;
  border-right: 0.5px solid #bdc3c7;
}

.doctor-schedule-dates-selector__date-card:last-child {
  border-right: none;
}

@media (max-width: 639px) {
  .doctor-schedule-dates-selector__date-card {
    display: none;
  }

  .doctor-schedule-dates-selector__date-card:first-child,
  .doctor-schedule-dates-selector__date-card:last-child {
    display: block;
    width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .doctor-schedule-dates-selector__date-card:first-child {
    border-right: none;
    position: relative;
  }

  .doctor-schedule-dates-selector__date-card:first-child::after {
    content: '\2015';
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
  }
}

.date-card__weekday {
  display: block;
  width: 100%;
  height: 12px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #7e8c8d;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .date-card__weekday {
    font-size: 10px;
  }
}

.date-card__date {
  display: block;
  width: 100%;
  height: 12px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #303030;
}

.dates-selector-blind .button__wrapper-next-icon, .dates-selector-blind .button__wrapper-prev-icon {
  background-image: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dates-selector-blind .button__wrapper-next-icon svg, .dates-selector-blind .button__wrapper-prev-icon svg {
  fill: black;
}

.dates-selector-blind .doctor-schedule-dates-selector_next-button, .dates-selector-blind .doctor-schedule-dates-selector__prev-button {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dates-selector-blind .button__wrapper-next-icon, .dates-selector-blind .button__wrapper-prev-icon {
  background: none;
}

.dates-selector-blind .slick-next, .dates-selector-blind .slick-prev {
  width: 32px !important;
  height: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dates-selector-blind .slick-next {
  right: -33px;
}

.dates-selector-blind .slick-prev {
  left: -33px;
}

.dates-selector-blind .slick-next svg, .dates-selector-blind .slick-prev svg {
  fill: black;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .date-card__date {
    font-size: 10px;
  }
}

.doctor-schedule-dates-selector_next-button {
  display: block;
  width: 35px;
  min-height: 34px;
  height: auto;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #bdc3c7;
  background: #fafafa url("../img/page/doctor-schedule-dates-selector-next-button.png");
  background-repeat: no-repeat;
  background-position: 45% 50%;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px;
  -o-background-size: 19px;
  background-size: 19px;
  cursor: pointer;
}

.service-time-table__blind .button__wrapper-prev-icon {
  background-image: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-time-table__blind .button__wrapper-next-icon {
  background-image: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 639px) {
  .doctor-schedule-dates-selector__next-button {
    width: 28px;
    background: #fafafa url("../img/page/doctor-schedule-dates-selector-next-button.png");
    background-repeat: no-repeat;
    background-position: 45% 50%;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;
  }
}

.doctor-schedule {
  margin-left: 0 !important;
  display: block;
}

.doctor-schedule__container {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 33px;
}

.doctor-schedule__doctor-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 30px 0 24px;
}

.doctor-schedule__doctor-heading_service-info-page {
  padding: 25px 0 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doctor-heading__line {
  display: block;
  width: auto;
  height: 1px;
  background-color: #c9dbdb;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.doctor-heading__name {
  display: block;
  width: auto;
  margin: 0;
  padding: 0 5px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  color: #2e81b7;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .doctor-heading__name {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .doctor-heading__name {
    font-size: 14px;
    line-height: 20px;
  }
}

.doctor-heading__name_service-info-page {
  font-size: 16px;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .doctor-heading__name_service-info-page {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .doctor-heading__name_service-info-page {
    font-size: 12px;
    line-height: 20px;
  }
}

.doctor-heading__description {
  display: block;
  height: 20px;
  width: auto;
  margin: 0;
  padding: 0 10px 0 5px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  color: #8f9b9c;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .doctor-heading__description {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .doctor-heading__description {
    font-size: 10px;
    line-height: 22px;
  }
}

.doctor-schedule__doctor-timetable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-calc(100% - 68px);
  width: -moz-calc(100% - 68px);
  width: calc(100% - 68px);
  height: 50px;
  margin: 0 34px;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #cddada;
  position: relative;
}

@media (max-width: 639px) {
  .doctor-schedule__doctor-timetable {
    width: 100%;
    margin: 0;
  }
}

.doctor-timetable__time-card {
  display: block;
  width: 14.3%;
  -webkit-flex-basis: 14.3%;
  -ms-flex-preferred-size: 14.3%;
  flex-basis: 14.3%;
  height: 48px;
  margin: 0;
  padding: 2px;
  background-color: #ecf0f1;
  border-right: 1px solid #cddada;
}

.doctor-timetable__time-card:last-child {
  width: 14.2%;
  -webkit-flex-basis: 14.2%;
  -ms-flex-preferred-size: 14.2%;
  flex-basis: 14.2%;
  border-right: none;
}

.time-card__time {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .time-card__time {
    font-size: 9px;
  }
}

@media (max-width: 639px) {
  .time-card__time {
    padding: 10px 0;
    font-size: 9px;
    line-height: 12px;
  }
}

.time-card__time_green {
  background-color: #27af60;
}

.time-card__time_orange {
  background-color: #df901f;
}

.time-card__time_red {
  background-color: #c64747;
}

.time-card__time_none {
  background-color: #b1b1b1;
}

.schedule-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding: 42px 0 24px;
}

.schedule-legend__legend-item {
  display: flex;
  align-items: center;
  width: auto;
  height: 25px;
}

.select-speciality {
  outline: none;
}

.legend-item__color {
  display: block;
  width: 30px;
  height: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 3px;
  border: none;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.legend-item__description {
  display: block;
  width: auto;
  height: 18px;
  margin: 0;
  padding: 0 20px 0 10px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-style: noraml;
  line-height: 18px;
  color: #8f9b9c;
}

.map-page-title-container {
  width: 100%;
  height: auto;
  padding: 0 0 20px;
  overflow: hidden;
}

.map-page-title__title {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 30px;
  color: #7e8c8d;
  text-align: left;
}

@media (max-width: 1023px) {
  .map-page-title__title {
    float: none;
  }
}

.map-page-title__description {
  display: block;
  width: auto;
  height: auto;
  min-height: 30px;
  padding: 12px 10px 0 0;
  float: right;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  color: #656565;
  text-align: left;
}

@media (max-width: 1023px) {
  .map-page-title__description {
    float: none;
    padding: 12px 0 0;
  }
}

.idc-floor-plan-container {
  display: block;
  width: 100%;
  height: auto;
  min-height: 400px;
  padding: 30px 0 46px;
  margin: 0 auto 40px;
  background-color: #f6f6f6;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.idc-floor-plan-container__map-and-floors-switches {
  display: block;
  width: 100%;
  height: auto;
  margin: 21px 0 30px;
  padding-bottom: 16px;
  background-color: transparent;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input.map-and-floors-switches__floor-input {
  display: none;
}

label.map-and-floors-switches__floor-label {
  display: inline-block;
  width: 110px;
  height: 34px;
  margin: 0 auto;
  padding: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #656565;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  bottom: -16px;
  left: 0;
}

label.map-and-floors-switches__floor-label:last-child {
  margin: 0 auto;
}

@media (max-width: 639px) {
  label.map-and-floors-switches__floor-label {
    width: 80px;
    font-size: 10px;
  }
}

label.map-and-floors-switches__floor-label-1 {
  left: -webkit-calc(50% - 175px);
  left: -moz-calc(50% - 175px);
  left: calc(50% - 175px);
}

@media (max-width: 639px) {
  label.map-and-floors-switches__floor-label-1 {
    left: -webkit-calc(50% - 130px);
    left: -moz-calc(50% - 130px);
    left: calc(50% - 130px);
  }
}

label.map-and-floors-switches__floor-label-2 {
  left: -webkit-calc(50% - 55px);
  left: -moz-calc(50% - 55px);
  left: calc(50% - 55px);
}

@media (max-width: 639px) {
  label.map-and-floors-switches__floor-label-2 {
    left: -webkit-calc(50% - 40px);
    left: -moz-calc(50% - 40px);
    left: calc(50% - 40px);
  }
}

label.map-and-floors-switches__floor-label-3 {
  left: -webkit-calc(50% + 65px);
  left: -moz-calc(50% + 65px);
  left: calc(50% + 65px);
}

@media (max-width: 639px) {
  label.map-and-floors-switches__floor-label-3 {
    left: -webkit-calc(50% + 50px);
    left: -moz-calc(50% + 50px);
    left: calc(50% + 50px);
  }
}

.map-and-floors-switches__floor-input:checked + .map-and-floors-switches__floor-label {
  border: 2px solid #dbdbdb;
  line-height: 32px;
}

.svg-floor-map {
  display: none;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  height: auto;
  min-height: 905px;
  margin: 0 45px 16px;
  overflow-x: auto;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (max-width: 767px) {
  .svg-floor-map {
    width: 100%;
    min-height: auto;
    margin: 0 0 16px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

.svg-floor-map svg {
  min-width: 600px;
}

#floor-1:checked ~ .svg-floor-map-1 {
  display: block;
}

#floor-2:checked ~ .svg-floor-map-2 {
  display: block;
}

#floor-3:checked ~ .svg-floor-map-3 {
  display: block;
  padding: 180px 0;
}

@media (max-width: 767px) {
  #floor-3:checked ~ .svg-floor-map-3 {
    padding: 0;
  }
}

.svg-floor-map-1 {
  background-color: transparent;
}

.svg-floor-map-2 {
  background-color: transparent;
}

.svg-floor-map-3 {
  background-color: transparent;
}

.idc-floor-plan-cabinets-navigation {
  width: 100%;
  height: auto;
  max-height: 641px;
  min-height: 641px;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #c9dbdb;
  border-right: 1px solid #c9dbdb;
  border-bottom: 1px solid #c9dbdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .idc-floor-plan-cabinets-navigation {
    min-height: 551px;
    max-height: 551px;
  }
}

@media (max-width: 767px) {
  .idc-floor-plan-cabinets-navigation {
    border-right: none;
    max-height: 371px;
    min-height: 371px;
  }
}

input.idc-floor-plan-cabinets-navigation__input {
  display: none;
}

input.idc-floor-plan-cabinets-navigation__input:checked + label.idc-floor-plan-cabinets-navigation__label {
  background-color: #fff;
  border-right: none;
  color: #303030;
}

label.idc-floor-plan-cabinets-navigation__label {
  display: block;
  width: 262px;
  height: 71px;
  padding: 17px 45px 17px 17px;
  margin: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #168284;
  text-align: left;
  background-color: #f6f6f6;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

label.idc-floor-plan-cabinets-navigation__label_no-border-top {
  border-top: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  label.idc-floor-plan-cabinets-navigation__label {
    width: 195px;
    height: 61px;
    padding: 15px 15px 15px 10px;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (max-width: 767px) {
  label.idc-floor-plan-cabinets-navigation__label {
    width: 130px;
    height: 41px;
    padding: 10px 6px;
    font-size: 9px;
    line-height: 10px;
  }
}

.idc-floor-plan-cabinets-navigation__floor-nav-info {
  display: none;
  width: -webkit-calc(100% - 262px);
  width: -moz-calc(100% - 262px);
  width: calc(100% - 262px);
  height: auto;
  min-height: 639px;
  max-height: 639px;
  overflow: hidden;
  margin: 0;
  padding: 30px 40px;
  -webkit-transition: height 5s ease;
  -o-transition: height 5s ease;
  -moz-transition: height 5s ease;
  transition: height 5s ease;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .idc-floor-plan-cabinets-navigation__floor-nav-info {
    width: -webkit-calc(100% - 195px);
    width: -moz-calc(100% - 195px);
    width: calc(100% - 195px);
    min-height: 549px;
    max-height: 549px;
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .idc-floor-plan-cabinets-navigation__floor-nav-info {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    min-height: 369px;
    max-height: 369px;
    padding: 12px 6px;
  }
}

input#dep-1:checked ~ .dep-1,
input#dep-2:checked ~ .dep-2,
input#dep-3:checked ~ .dep-3,
input#dep-4:checked ~ .dep-4,
input#dep-5:checked ~ .dep-5,
input#dep-6:checked ~ .dep-6,
input#dep-7:checked ~ .dep-7,
input#dep-8:checked ~ .dep-8,
input#dep-9:checked ~ .dep-9 {
  max-height: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: height 5s ease;
  -o-transition: height 5s ease;
  -moz-transition: height 5s ease;
  transition: height 5s ease;
}

@media (min-width: 768px) and (max-width: 1023px) {

  input#dep-1:checked ~ .dep-1,
  input#dep-2:checked ~ .dep-2,
  input#dep-3:checked ~ .dep-3,
  input#dep-4:checked ~ .dep-4,
  input#dep-5:checked ~ .dep-5,
  input#dep-6:checked ~ .dep-6,
  input#dep-7:checked ~ .dep-7,
  input#dep-8:checked ~ .dep-8,
  input#dep-9:checked ~ .dep-9 {
    max-height: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    -webkit-transition: height 5s ease;
    -o-transition: height 5s ease;
    -moz-transition: height 5s ease;
    transition: height 5s ease;
  }
}

@media (max-width: 767px) {

  input#dep-1:checked ~ .dep-1,
  input#dep-2:checked ~ .dep-2,
  input#dep-3:checked ~ .dep-3,
  input#dep-4:checked ~ .dep-4,
  input#dep-5:checked ~ .dep-5,
  input#dep-6:checked ~ .dep-6,
  input#dep-7:checked ~ .dep-7,
  input#dep-8:checked ~ .dep-8,
  input#dep-9:checked ~ .dep-9 {
    max-height: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    -moz-transition: all 5s ease;
    transition: all 5s ease;
  }
}

.floor-nav-info__title {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 25px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: #8c5141;
  text-align: left;
}

@media (max-width: 767px) {
  .floor-nav-info__title {
    font-size: 14px;
    line-height: 16px;
  }
}

.floor-nav-info__content {
  display: block;
  width: 100%;
  overflow-y: scroll;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.floor-navigation-cabinet-description {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 20px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #303030;
}

@media (max-width: 767px) {
  .floor-navigation-cabinet-description {
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 12px;
  }
}

.floor-navigation-cabinet-description__cabinet-number {
  padding: 0;
  margin: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  color: #8c5141;
  font-size: inherit;
}

.reveal-overlay {
  background-color: rgba(0, 143, 143, 0.5);
}

.close-button {
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: none;
  color: #b1b1b1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #000 url("../img/page/close-icon.png");
  background-position: 50% 50%;
  -webkit-background-size: 13px 13px;
  -moz-background-size: 13px;
  -o-background-size: 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.close-button:hover,
.close-button:focus,
.close-button:active {
  /*border: 1px solid #b1b1b1;*/
}

.close-button_service-modal {
  background-color: #fff;
  right: -17px;
  top: -17px;
}

@media (max-width: 1199px) {
  .close-button_service-modal {
    right: 5px;
    top: 5px;
    border: 1px solid #b1b1b1;
  }
}

.close-button_information-modal {
  background-color: #fff;
  right: -17px;
  top: -17px;
}

@media (min-width: 821px) and (max-width: 1160px) {
  .close-button_information-modal {
    right: 5px;
  }
}

@media (max-width: 820px) {
  .close-button_information-modal {
    right: 5px;
    top: 5px;
  }
}

.close-button_equipment-modal {
  border: none;
  top: 25px;
  right: 20px;
  cursor: pointer;
}

.close-button_schedule-modal {
  background-color: #fff;
  right: -17px;
  top: -17px;
}

@media (min-width: 821px) and (max-width: 1160px) {
  .close-button_schedule-modal {
    right: 5px;
  }
}

@media (max-width: 820px) {
  .close-button_schedule-modal {
    right: 5px;
    top: 5px;
  }
}

.cabinet-modal {
  display: block;
  padding: 0;
  width: 100%;
  min-width: 320px;
  max-width: 730px;
  height: auto;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hiidden;
  background-color: #fff;
}

.cabinet-modal__title {
  display: block;
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #bcc3c7;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 20px;
  line-height: 65px;
  color: #3c3d41;
  text-align: center;
  text-transform: uppercase;
}

.cabinet-modal__fields-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

@media (max-width: 639px) {
  .cabinet-modal__fields-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.cabinet-modal__left-block {
  max-width: 340px;
  min-width: 320px;
  width: 100%;
  height: auto;
  padding: 30px 6px;
  border-right: 1px solid #bcc3c7;
}

@media (max-width: 639px) {
  .cabinet-modal__left-block {
    border-right: none;
  }
}

.cabinet-modal__right-block {
  max-width: 390px;
  min-width: 320px;
  width: 100%;
  height: auto;
  padding: 30px 6px;
}

.cabinet-modal__fieldset {
  display: block;
  width: 280px;
  height: auto;
  margin: 0 auto;
}

.cabinet-modal__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.cabinet-modal__input_login {
  padding: 5px 5px 5px 34px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-color: #bcc3c7;
  background: #ecf0f1 url("../img/page/login-input-icon.png");
  background-repeat: no-repeat;
  background-position: 8px 10px;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px;
  -o-background-size: 16px;
  background-size: 16px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  color: #888;
}

.cabinet-modal__input_login:focus,
.cabinet-modal__input_login:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-color: #000;
}

.cabinet-modal__input_password {
  padding: 5px 5px 5px 34px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-color: #bcc3c7;
  background: #ecf0f1 url("../img/page/password-input-icon.png");
  background-repeat: no-repeat;
  background-position: 8px 10px;
  -webkit-background-size: 13px 13px;
  -moz-background-size: 13px;
  -o-background-size: 13px;
  background-size: 13px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  color: #888;
}

.cabinet-modal__input_password:focus,
.cabinet-modal__input_password:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-color: #000;
}

.cabinet-modal__input_remember-me {
  display: none;
}

.cabinet-modal__input_submit {
  width: auto;
  padding: 0 15px 0 35px;
  margin-right: 15px;
  height: 34px;
  border: 1px solid #ddd;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #fff url("../img/header/cabinet-icon.png");
  background-repeat: no-repeat;
  background-position: 14px 6px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  color: #7f8c8d;
  text-align: center;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.cabinet-modal__input_submit:hover,
.cabinet-modal__input_submit:active {
  border: 1px solid #29bb9c;
  background: #29bb9c url("../img/header/cabinet-icon-white.png");
  background-repeat: no-repeat;
  background-position: 14px 6px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  color: #fff;
}

label.cabinet-modal__label {
  display: inline-block;
  width: auto;
  height: 21px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #777;
}

label.cabinet-modal__label_remember-me {
  display: block;
  margin: 10px 0 20px;
}

label.cabinet-modal__label_remember-me::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #eee url("../img/page/check-icon.png") no-repeat;
  background-position: 5px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  vertical-align: bottom;
}

#remember-me:checked + label.cabinet-modal__label::before {
  background: #88d68f url("../img/page/check-icon.png") no-repeat;
  background-position: 5px 6px;
}

.right-block-container {
  display: block;
  max-width: 320px;
  min-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
}

.callback-modal {
  display: block;
  padding: 0;
  width: 100%;
  min-width: 320px;
  max-width: 490px;
  height: auto;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hiidden;
  background-color: #fff;
}

.callback-modal__fields-container {
  display: block;
  width: 100%;
  height: auto;
  padding: 25px 35px;
}

.callback-modal__fieldset {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.common-gallery-modal {
  display: block;
  padding: 0;
  width: 100%;
  min-width: 320px;
  max-width: 100vw;
  height: 100vh;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

@media (max-width: 767px) {
  .common-gallery-modal {
    max-height: none;
    min-height: 300px;
  }
}

.common-gallery-modal__top-block {
  display: block;
  width: 100%;
  height: calc(100vh - 204px);
  margin: 0;
  padding: 40px 88px 0;

  -webkit-box-shadow: inset 0px -32px 32px -23px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px -32px 32px -23px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px -32px 32px -23px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .common-gallery-modal__top-block {
    padding: 45px 16px 0;
  }
}

.common-gallery-modal__bottom-block {
  display: block;
  width: 100%;
  height: 204px;
  margin: 0;
  padding: 0 30px 30px;
  background-color: black;
}

.common-gallery-modal__title-container {
  width: 100%;
  height: 58px;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.common-gallery-modal__photo-description {
  display: block;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #33a5a7;
}

.common-gallery-modal__slides-counter {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #404040;
  text-transform: uppercase;
}

.common-gallery-modal__nav-slider {
  display: block;
  width: 100%;
  height: 115px;
}

.information-modal {
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 60%;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  padding: 35px 15px;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
}

.information-modal_no-padding {
  padding: 0;
}

.information-modal_equipment {
  display: none;
  max-width: 820px;
  min-width: 300px;
  max-height: 342px;
  padding: 20px;
  overflow: hidden;
}

.information-modal_equipment-visible {
  position: absolute;
  top: 20%;
  right: 10px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .information-modal {
    min-height: 80vh;
    max-height: 80vh;
    overflow-y: scroll;
    margin: 30px 0 15px;
    padding: 45px 0 35px;
  }

  .information-modal_equipment {
    padding: 35px 6px;
  }

  .information-modal_equipment-visible {
    top: 5vh;
    min-height: auto;
    width: 95%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.information-modal__container {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 100%;
  align-items: center;

}
#staff-modal{
  padding-top: 0!important;
}
@media (max-width: 639px) {
  .information-modal__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.information-modal__text-part {
  display: block;
  width: 70%;
  min-width: 290px;
  height: auto;
}

@media (max-width: 639px) {
  .information-modal__text-part {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.equipment-image {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  outline: 0;
}

.information-modal__image-part {
  display: block;
  width: 150px;
  height: 150px;
  min-width: 210px;
  max-height: 300px;
}

.information-modal__image-part img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 639px) {
  .information-modal__image-part {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 0 0 25px;
    max-width: 145px;
    min-width: 145px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.information-modal__title {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 16px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #404040;
}

.information-modal__title_equipment {
  padding-right: 70px;
}

.information-modal__text {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
}

.information-modal__text p.page__text {
  font-size: 14px;
  line-height: 16px;
}

.information-modal__heading {
  display: block;
  width: 100%;
  height: 51px;
  background-color: #fff;
  position: relative;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 50px;
  color: #9d9d9d;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}

.staff-modal {
  padding: 24px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 717px;
  height: auto;
  min-height: 510px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
}

.staff-modal-slider {
  padding: px px px;
}

@media (max-width: 767px) {
  .information-modal__text-part {
    width: auto;
    min-width: 0;
  }

  .rooms-in-speciality li {
    padding-top: 24px;
  }

  .occupation-level {
    margin-top: 0;
    font-size: 14px;
  }

  .information-modal__container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  .staff-modal {
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 15px);
  }

  .staff-modal-slider {
    padding: 10px 15px 35px;
  }
}

.service-info-modal {
  padding: 0;
  width: 100%;
  min-width: 320px;
  max-width: 1125px;
  height: auto;
  max-height: 50vh;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  padding: 35px;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) {
  .service-info-modal {
    padding: 120px 15px 15px;
    margin: 30px 0;
    min-height: 80vh;
    max-height: 80vh;
    overflow-y: scroll;
  }
}

.service-info-modal__title {
  display: block;
  width: -webkit-calc(100% - 163px);
  width: -moz-calc(100% - 163px);
  width: calc(100% - 163px);
  height: auto;
  padding: 0 15px 0 0;
  margin: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #303030;
  text-align: left;
}

@media (max-width: 767px) {
  .service-info-modal__title {
    width: 100%;
    font-size: 20px;
    line-height: 22px;
  }
}

.service-info-modal__service-parameters-container {
  max-width: 340px;
  min-width: 290px;
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-parameters__parameter {
  display: block;
  width: 170px;
  height: auto;
  margin: 0;
  padding: 5px 10px 5px 0;
}

.service-info-modal__service-cost {
  display: block;
  width: 163px;
  height: 40px;
  position: absolute;
  top: 31px;
  right: 0;
  padding: 0 5px 0 12px;
  margin: 0;
  border: none;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  background-color: #e54d42;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  /*text-transform: uppercase;*/
  text-align: left;
}

@media (max-width: 1199px) {
  .service-info-modal__service-cost {
    top: 60px;
  }
}

.lightboxOverlay {
  background-color: rgba(0, 143, 143, 0.8);
}

.lb-dataContainer {
  padding: 0;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

.lb-outerContainer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

.lb-data .lb-close {
  opacity: 1;
  background: url("../img/lightbox/close-black.png") top right no-repeat;
}

.lb-data {
  padding: 0 5px;
}

.lb-data .lb-caption {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  color: #303030;
}

.lb-data .lb-number {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 13px;
  color: #303030;
}

.doctor-schedule-modal {
  display: none;
  width: 555px;
  height: 285px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .doctor-schedule-modal {
    width: 490px;
  }
}

@media (max-width: 567px) {
  .doctor-schedule-modal {
    width: 308px;
    height: auto;
  }
}

.doctor-schedule-modal_visible {
  display: block;
  -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
}

.doctor-schedule-modal__doctor-schedule-modal-header {
  display: block;
  width: 100%;
  height: 85px;
  padding: 35px 25px 9px 110px;
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .doctor-schedule-modal__doctor-schedule-modal-header {
    padding: 35px 10px 9px 95px;
  }
}

@media (max-width: 567px) {
  .occupation-level {
    margin-top: 0;
    font-size: 13px;
  }

  .staff-modal {
    padding: 0;
  }

  .work-time {
    font-size: 16px;
  }

  .rooms-in-speciality {
    grid-template-columns: 1fr 1fr;
  }

  .work-room {
    font-size: 16px;
  }

  .doctor-schedule-modal__doctor-schedule-modal-header {
    padding: 35px 10px 10px 90px;
    height: auto;
  }
}

.doctor-schedule-modal-header__photo {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 25px;
  left: 25px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .doctor-schedule-modal-header__photo {
    top: 25px;
    left: 10px;
  }
}

@media (max-width: 567px) {
  .doctor-schedule-modal-header__photo {
    top: 25px;
    left: 10px;
  }
}

.doctor-schedule-modal-header__name {
  display: block;
  width: 100%;
  height: 25px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
  color: #404040;
}

@media (max-width: 567px) {
  .doctor-schedule-modal-header__name {
    font-size: 16px;
    height: auto;
    line-height: 20px;
  }
}

.doctor-schedule-modal-header__description {
  display: block;
  width: 100%;
  height: 15px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 15px;
  color: #95a5a6;
}

@media (max-width: 567px) {
  .doctor-schedule-modal-header__description {
    font-size: 12px;
    height: auto;
  }
}

.doctor-schedule-modal__doctor-schedule-modal-content {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 20px 25px 25px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .doctor-schedule-modal__doctor-schedule-modal-content {
    padding: 20px 10px 25px;
  }
}

@media (max-width: 567px) {
  .doctor-schedule-modal__doctor-schedule-modal-content {
    padding: 15px 10px 25px;
    height: auto;
  }
}

.doctor-schedule-modal-content__title {
  display: block;
  width: 100%;
  height: 20px;
  margin: 0 0 20px;
  padding: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #7e8c8d;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 567px) {
  .doctor-schedule-modal-content__title {
    font-size: 14px;
  }
}

.doctor-schedule-modal-content__title-date {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.doctor-schedule-modal-content__time-tiles-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 567px) {
  .doctor-schedule-modal-content__time-tiles-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.doctor-schedule-modal-content__time-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 165px;
  height: 120px;
  padding: 19px;
  border: 1px solid #c9dbdb;
  background-color: #ecf0f1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .doctor-schedule-modal-content__time-tile {
    margin-right: 5px;
    padding: 14px;
  }

  .doctor-schedule-modal-content__time-tile:last-child {
    margin-right: 0;
  }
}

@media (max-width: 567px) {
  .doctor-schedule-modal-content__time-tile {
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
  }
}

.time-tile__time {
  display: block;
  width: 100%;
  heigth: 20px;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #7e8c8d;
  text-align: center;
}

.time-tile__cabinet {
  display: block;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #404040;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .time-tile__cabinet {
    font-size: 14px;
  }
}

.time-tile__button {
  display: block;
  width: 100%;
  width: 145px;
  height: 30px;
  margin: 10px 0 0;
  padding: 0 10px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-style: normal;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .time-tile__button {
    width: 100%;
    padding: 0 8px;
    font-size: 12px;
  }
}

.two-banners-block {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .two-banners-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.two-banners-block__banner {
  display: block;
  width: 400px;
  height: auto;
  min-height: 140px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: transparent;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .two-banners-block__banner {
    width: 48%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .two-banners-block__banner {
    width: 100%;
    min-width: 304px;
    max-width: 380px;
    min-height: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 0 20px;
  }
}

.banner-image {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}

.two-columns-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .two-columns-flex-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.two-columns-flex-box__column-1 {
  display: block;
  width: 49%;
  height: auto;
  margin: 0 2% 20px 0;
  padding: 0;
  background-color: transparent;
}

@media (max-width: 767px) {
  .two-columns-flex-box__column-1 {
    width: 50%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.two-columns-flex-box__column-2 {
  display: block;
  width: 49%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  background-color: transparent;
}

@media (max-width: 767px) {
  .two-columns-flex-box__column-2 {
    width: 50%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.hidden-element {
  display: none !important;
}

.page-content-wrapper {
  background-color: #fff;
  padding: 0;
  display: block;
  /* margin-bottom: 30%;*/
}

.page-content {
  width: 100%;
  margin: 0 auto;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
}

.page-content {
  min-width: 320px;
  max-width: 1000px;
}

.error-page-header {
  display: block;
  min-width: 768px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #06797b;
  padding: 15px 0;
  margin: 0;
  text-align: center;
}

.image-block {
  padding-right: 16px;
  position: relative;
}

.image-block .slider-bullets {
  bottom: 33px;
}

.files-block .common-tabs-links-block__link-to-document {
  width: auto;
}

.files-block .link-to-document__link {
  display: inline;
}

.image-single {
  margin: 0 21px 0 5px;
  text-align: center;
}

.content-404 {
  position: relative;
}

.content-404 .article-content {
  padding-left: 136px;
}

.content-404:before {
  content: "404";
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'ProximaNovaSemibold', sans-serif;
  color: #dedede;
  font-size: 200px;
  position: absolute;
  left: -60px;
  top: 40px;
}

.content-404:after {
  content: "";
  position: absolute;
  width: 302px;
  height: 281px;
  right: -33px;
  bottom: -3px;
  background: url(/img/page/404.png) bottom right no-repeat;
}

.content-404 .page404 {
  padding-right: 130px;
}

@media screen and (max-width: 767px) {
  .links-zone__links-container .stealth-on-mobile {
    display: block;
  }

  .footer-info-block__text {
    font-size: 15px;
    padding-left: 20px;
    text-align: center;
  }

  .footer-bottom-line__footer-info-block_social,
  .footer-bottom-line__footer-info-block_e-mail {
    width: 100%;
    text-align: center;
  }

  .footer-bottom-line__footer-info-block_social .footer-info-block__text {
    text-align: center;
  }
}

.check_block_result_notice {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  padding-right: 5px;
  font-size: 16px;
  color: #404040;
}

.contact-form__input_name.redborder {
  border: 1px red solid;
}

.gostview-btn:hover,
.gostview-btn:active {
  border: 1px solid #ddd;
  color: #656565;
  background: #fff url("/img/header/gostview-icon.png");
  background-repeat: no-repeat;
  background-position: 6px 15px;
  /*-webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;*/
  line-height: 44px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 3px;
}

.gostview-btn {
  width: auto;
  min-width: 116px;
  padding: 0 0 0 16px;
  height: 44px;
  border: 1px solid #29bb9c;
  color: #fff;
  background: #29bb9c url("/img/header/gostview-icon-white.png");
  background-repeat: no-repeat;
  background-position: 6px 15px;
  /*-webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;*/
}

.gostview-btn__text {
  display: block;
  width: 127px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: inherit;
  text-transform: uppercase;
  text-align: left;
  vertical-align: sub;
  padding-left: 20px;
  margin-top: 7px;
}

@media (min-width: 320px) and (max-width: 639px) {
  .callback-btn__text {
    display: none;
  }

  .gostview-btn__text {
    display: none;
  }

  .callback-btn {
    height: 32px;
    min-width: 32px;
    padding: 0;
    line-height: 30px;
    background-position: 7px 5px;
  }

  .callback-btn:hover,
  .callback-btn:active {
    background-position: 7px 5px;
  }

  .gostview-btn {
    height: 32px;
    min-width: 32px;
    padding: 0;
    line-height: 30px;
    background-position: 3px 9px;
  }

  .gostview-btn:hover,
  .gostview-btn:active {
    background-position: 3px 9px;
  }

  .city-select-hover {
    left: 50%;
    margin-left: -124px;
  }

  .filials {
    display: block;
  }

  .header-logo-title,
  .header-logo-wrapper.var2 {
    width: 100%;
  }

  .filials .filial {
    display: block;
    padding: 0;
  }

  .filials .filial:last-child {
    margin-left: 0;
    margin-top: 15px;
  }

  .filials .header__logo-block {
    height: 110px;
  }

  .filials .header-logo-wrapper {
    max-height: none;
  }

  .filials .header-logo-title {
    height: 17px;
  }
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}

.alert-box.radius {
  border-radius: 3px;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1.11111rem;
  padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF;
}

.alert-box .close {
  right: 0.22222rem;
  background: inherit;
  color: #000;
  font-size: 1.22222rem;
  line-height: .9;
  margin-top: -0.61111rem;
  opacity: 0.9;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}

.article-selector.hidden {
  visibility: hidden;
}

.table_wrapper {
  width: 100%;
  overflow: auto
}

.wrapper__show-adv1 {
  position: relative;
  display: block;
  /* height: 300px; */
}

.wrapper__show-adv1-mobile {
  position: relative;
}

.banner-new__wrapper__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  z-index: 1;
  width: 60%;
}

.banner-new .slide__title {
  color: white;
  width: fit-content;
  background: #0000002b;
  padding: 0 10px;
  line-height: 122%;

}

.three-banners {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;

}

.three-banners li a {
  display: block;
  height: 300px;
  position: relative;
  border-radius: 6px;
}

.three-banners__title {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  z-index: 1;
  background: #0000002b;
  padding: 0 10px;
  line-height: 122%;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 24px;
  color: white;

}

.wrapper-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
}

.wrapper-form-fields input {
  width: 100%;
}

.wrapper-review-form {
  padding: 0 0 25px 35px;
  /*min-width: 300px;*/
  /*max-width: 510px*/
}

.review-item {
  padding: 0 60px 25px 35px;
}

.reviews-list {
  padding: 0 0 25px 35px;
}

.reviews-list .slider-bullets {
  bottom: 15px;
}

.review-text,
.popup-review-text {
  max-height: 200px;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 300;
}

.popup-review-text {
  max-height: calc(100vh - 240px);
  overflow: auto;
}

.popup__wrapper-review {
  max-height: 96vh;
  overflow: auto;
}

.pop-up__review .popup-review-text {
  height: auto;
}

.review-date {
  font-size: 16px;
  color: gray;
}

.pop-up__review__wrapper {
  position: relative;
  padding: 35px;
}

.now-date {
  position: relative;
}

.doctor-schedule__wrapper-date-card {
  position: relative;
}

.cell__wrapper-arrow {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.now-date .date-card__weekday, .now-date .date-card__date {
  color: #039294;
}

.doctors__wrapper-select {
  padding-left: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pop-up__wrapper-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  cursor: pointer;
}

.pop-up__wrapper-close svg {
  transition: all ease .2s;
}

.pop-up__wrapper-close:hover svg {
  fill: #06797b;
}

.overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: none;
}

.see-full-review {
  font-size: 12px;
  margin-left: 24px;
  white-space: nowrap;
}

.review-text {
  position: relative;
}

.gradient:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -74px;
  width: 100%;
  height: 196px;
  background: linear-gradient(180deg, transparent, #fff 93%);
}

.reviews-list .common-gallery__prev-arrow {
  left: 15px !important;
}

.reviews-list .common-gallery__next-arrow {
  right: 15px !important;
}

.review-item h3 {
  font-size: 21px;
  font-weight: 500;
}

.input-file {
  position: relative;
  display: inline-block;
}

.pop-up__review {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  border-radius: 12px;
  background: white;
  display: none;
}

.pop-up__review h3 {
  font-size: 1.5rem;
}

.input-file-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  width: auto;
  height: 44px;
  border: 1px solid #ddd;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #7f8c8d;
  padding: 0 15px;
  background-color: #fff;
  text-align: center;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 14px;
  line-height: 44px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;

}

.input-file-text {
  padding: 0 10px;
  line-height: 40px;
  display: inline-block;
  font-family: 'ProximaNovaRegular', sans-serif;
}

.help-block {
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 12px;
  color: #ff3737;
}

.field-feedback-file .control-label {
  display: none;
}

.question__wrapper-checkbox {
  margin-top: 24px;
}

.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover/active */
.input-file:hover .input-file-btn {
  background-color: #7f8c8d;
  color: #fff;
}

.input-file:active .input-file-btn {
  background-color: #06797b;
}

/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
  background-color: #eee;
}

.adv .heading-wrapper_margin-top {
  margin-top: 0;
}

@media (min-width: 767px) {

  .not-main-content {
    padding: 30px 0 25px 35px;
  }
}

.three-banners li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.banner-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper__banner-mobile {
  display: none;
}


@media screen and (max-width: 767px) {
  .pop-up__review__wrapper {
    width: 96vw;
  }

  .wrapper-review-form {
    padding-right: 35px;
  }

  .magazine-page-header {
    max-height: initial;
  }

  .three-banners {
    display: flex;
    overflow-x: hidden;
    height: auto;
  }

  .three-banners li a {
    padding-left: 6px;
    padding-right: 6px;
    height: 38.55vw;
  }

  .three-banners .slider-bullets {
    bottom: 0;
  }

  .magazine-issue-header-container_magazines,
  .magazine-issue-header-container {
    height: auto;
  }
}

@media (max-width: 620px) {
  .wrapper-form-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (min-width: 767px) {
  .index-page-contacts-block__text_densed {
    margin-right: 120px;
  }
}

@media (max-width: 440px) {
  .three-banners li a {
    padding-left: 6px;
    padding-right: 6px;
    height: 300px;
  }

  .wrapper__banner-mobile {
    display: block;
    padding: 6px;
  }

  .wrapper__banner-pc {
    display: none;
  }

  .banner-new__wrapper__title {
    width: 87%;
  }

  .banner-new .slide__title {
    width: fit-content;
    min-width: unset;
  }
}

.button_link_back_menu {
  display: inline-block !important;
  width: auto;
  height: 40px;
  padding: 3px 8px !important;
  border: 1px solid #c9dbdb;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px !important;
  color: #008f91;
  margin: 10px 0 10px 0;
}

.back-link-menu-li {
  margin: 0 0 10px 0 !important;
  text-align: center !important;
}

.button_link_back_menu:hover {
  background: #29bb9c;
  border: 1px solid #29bb9c;
  color: #fff;
}

#ui-id-1.ui-widget.ui-widget-content {
  z-index: 900;
}

#ui-id-1.ui-widget.ui-widget-content li {
  max-width: 310px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-link-service {
  color: #404040;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 16px;
}

#ui-id-1.ui-widget.ui-widget-content li:hover {
  background: rgba(216, 240, 236, 0.85);
}

.index-page-contacts-block__text_densed {
  margin-right: 0px;
}

.search_description {
  text-overflow: inherit;
}

.article-content .remark-block p {
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  color: #3b3d40;
  margin-bottom: 0;
}

.articles-breadcrumbs__link a {
  color: #95a5a6;
  text-decoration: none;
}

.articles-breadcrumbs__link_active {
  background-color: #e4f6f6;
}

.articles-breadcrumbs__link_active a {
  color: #2880b9;
}

.articles-breadcrumbs__link:hover a {
  text-decoration: underline;
}

.common-gallery-modal__nav-slider .slick-slide {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.show-socials-widget {
  margin: 6px 0 0;
}

.show-socials-widget__text {
  margin: 0 0 0.6rem;
}

.show-socials-small-widget {
  margin: 5px 0;
}

.show-socials-small-list {
  display: flex !important;
  justify-content: start;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.show-socials-small-item {
  margin: 0;
  padding: 0 !important;
  background: none !important;
}

.article-content.for-main-page {
  /* padding: 0; */
}


.cart-count {
  width: 22px;
  height: 21px;
  background: #E31D23;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: 4px;
}

.menu-mobile-bottom {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  list-style-type: none;
  font-family: 'ProximaNovaRegular';
  position: fixed;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
  width: calc(100vw - 12px);
  justify-content: space-around;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  padding: 12px 0 10px;
  box-shadow: 0 0 10px 0 gray;
  gap: 6px;
  display: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.menu-mobile-bottom a {
  color: #292c34;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-items: center;
  align-items: center;
}

.cart-count-mobile {
  top: -6px;
  /*right: 0;*/
  width: 18px;
  height: 18px;
  font-size: 10px;
}

.personal-icon-mobile {
  position: relative;
}

.section-menu-mobile {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 12px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 6;
  transform: translateX(-200vw);
  transition: .1s;
}

.section-menu__wrapper-categories__mobile {
  height: 100vh;
  padding: 24px 24px 90px;
  border-radius: 0;

}

.wrapper__subcategories-cols__mobile {
  gap: 0;
}

.subcategories-item__mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 6;
  padding: 24px;
  background: #F6F7F7;
  transform: translateX(100vw);
  transition: .1s;
}

.list__col-mobile {
  gap: 0;
}

.wrapper-search-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
  padding: 24px 21px 0;
  background: #f1f1f1;
  border-bottom: 1px solid #e7e7e7;
  transition: .1s;
}

.header__search-button-mobile {
  top: 23px;
}


.section-menu-mobile__categories-list {
  padding-top: 149px;
  transition: .1s;
}

.section-menu-mobile__categories-list li {
  margin-bottom: 21px;
}

.section-menu__wrapper-categories__mobile h2 {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.section-menu__subcategories-list__mobile {
  gap: 0;
}

.menu-mobile__wrapper-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.wrapper-back {
  display: flex;
  align-items: center;
  gap: 12px;
}

.list__col-mobile h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #121419;
  margin-bottom: 24px;
}

.wrapper-subcategory__right__mobile h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #121419;
}

.header__search-mobile .header__search-input {
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 24px;
  margin-top: 12px;

}

.section-menu__wrapper-categories__mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100vw;
  height: 100vh;
  display: none;

}

.section-menu-mobile__goods__children li {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .menu-mobile-bottom {
    display: flex;
  }


  .list__col-mobile {
    height: calc(100vh - 124px);
    overflow-y: auto;
  }

  .list__col-mobile > li {
    display: block;
  }

  .menu-mobile__goods__margin {
    margin-bottom: 21px;
    padding-left: 24px;
  }

  .second-list-subitem {
    transition: .1s;
    position: fixed;
    top: 0;
    left: 0;
    background: #F6F7F7;
    padding: 24px;
    z-index: 6;
    transform: translateX(100vw);
    width: 100vw;
    height: 100vh;
  }

  .wrapper__subcategories-cols__mobile h2 {
    margin-bottom: 24px;
    line-height: 40px;
  }

  .second-list-subitem {
    margin-bottom: 0 !important;
  }


}

@media (max-width: 768px) {
  .footer-info-block__link-socials {
    justify-content: center;
  }

  footer .footer-info-block__text {
    padding-left: 0;
  }

  .footer-bottom-line__footer-info-block:first-child {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .footer__footer-bottom-line {
    grid-template-columns: 1fr;
  }

  .common-gallery__next-arrow {
    top: 33.4%;
    right: 6px;
  }

  .common-gallery__prev-arrow {
    top: 33.4%;
    left: 6px;
  }
}

@media (max-width: 767px) {
  .doctor-schedule-dates-selector {
    display: none;
  }

  .datepicker__wrapper-buttons {
    margin-bottom: 24px;
    display: flex !important;
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .doctor-schedule.doctor-schedule-physician {
    padding: 0 !important;
  }

  .doctor-heading__line {
    display: none;
  }

  .speciality__wrapper-rooms .schedule-recive {
    font-size: 14px;
  }

  .doctor-information__name {
    font-size: 18px;
  }

  .doctors__wrapper-select {
    gap: 0;
  }

  .doctor-schedule {
    padding-right: 0 !important;
  }

  .mx-input, .select-speciality {
    text-align: center;
  }

  .mx-input {
    background: white !important;

  }

  .button__wrapper-next-icon {
    width: 24px;
    height: 100%;
    background-image: url(../img/page/doctor-schedule-dates-selector-next-button.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .button-forward {
    padding-right: 0 !important;
  }

  .button-back {
    padding-left: 0 !important;
  }

  .button__wrapper-prev-icon {
    width: 24px;
    height: 100%;
    background-image: url(../img/page/doctor-schedule-dates-selector-prev-button.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .mx-datepicker {
    width: 100% !important;
  }

  .schedule-legend {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }

  .week-net .week-net__cell p {
    top: 6px;
    color: white;
    font-size: 11px;
  }

  .week-net {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .week-net .week-net__cell {
    font-size: 13px;
    padding: 6px;
    align-items: end;
  }

  .menu-mobile-bottom {
    padding: 10px 0 3px;
  }

  .menu-mobile-bottom a {
    flex-direction: column;
    gap: 0;
  }

  .grid-active-goods {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 400px) {
  .datepicker-button {
    width: 35px;
  }

  .button-forward {
    padding-right: 6px !important;
  }

  .button-back {
    padding-left: 6px !important;
  }

  .time-table__wrapper-top {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 360px) {
  .week-net {
    grid-template-columns: 1fr 1fr;
  }
}


@media (max-width: 420px) {

  .horizontal-line {
    display: none;
  }
}

.custom-popup {
  font-family: ProximaNovaRegular;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  width: 800px;
  height: auto;
  /*min-height: 320px;*/
  aspect-ratio: 16/9;
  padding: 33px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1200;
  display: none;
}

.custom-popup__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.custom-popup__link {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  padding: 7px 24px;
  border: none;
  border-radius: 4px;
  outline: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #30d5c8;
  box-shadow: none;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
  user-select: none;
  transition: box-shadow .15s cubic-bezier(.4, 0, .2, 1);
  touch-action: manipulation;
  margin: unset;
}

.custom-popup__close-button {
  display: flex;
  align-items: center;
  position: absolute;
  top: -66px;
  right: -32px;
  padding: 0 7px;
  border-radius: 20px;
  line-height: 22px;
  height: 22px;
  background-color: #0006;
  color: #fff;
  cursor: pointer;
  transition: background-color .3s ease;
}

.custom-popup__close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-popup__close-button-text {
  font-size: 14px;
  font-family: ProximaNovaRegular;
  font-weight: 400;
}

.custom-popup__wrapper-link {
  display: flex;
}

.custom-popup__link p {
  margin-bottom: 0 !important;
}

.custom-popup__link p {
  font-size: 24px;
}

.custom-popup__content {
  flex-grow: 1;
}

.custom-popup__content > p {
  font-size: 21px;
}

.custom-bumper {
  min-height: 78px;
  background: white;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 1147482999 !important;
  box-shadow: 0 1px 8px #0000001f, 0 0 2px #00000014;
  display: none;
  transition: all ease 2s;
}

.bumper-hide {
  transform: translateY(100vh);
}

.custom-bumper .container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 20px;
  -webkit-font-smoothing: antialiased;
}

.custom-bumper__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

}

.bumper-button-link {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  background: #30d5c8;
  display: flex;
  align-items: center;
  min-width: 100px;
  white-space: nowrap;
  justify-content: center;
  margin: 5px 3px;
  border: none;
  border-radius: 20px;
  padding: 10px 12px;
  color: #333;
  text-decoration: none;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  width: fit-content;
}

.bumper-button-link:hover {
  color: #333;
  background: #23c8bb;
}

.custom-bumper__wrapper-text {
  flex-grow: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.43;
  color: #777;
  margin-right: 20px;
}

@media (max-width: 620px) {
  .custom-popup {
    width: calc(100% - 15px);
    min-height: 320px;
    aspect-ratio: unset;
  }

  .custom-bumper__wrapper {
    flex-direction: column;
  }

  .bumper-button-link {
    width: 100%;
  }
}

.doctor-schedule {
  margin-top: 20px;
  display: grid;
  row-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  list-style-type: none;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #404040;
}

.doctor-schedule ul {
  list-style-type: none;
}

.doctor-schedule__date {
  text-transform: uppercase;
  color: gray;
}

.doctor-schedule__date {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #575757;
  margin-bottom: 3px;
  padding: 4px 0 2px;
}

.doctor-schedule__item {
  border-radius: 6px;
  padding: 8px;
}

.load-item.loading {
  margin: 8px;
  height: 337.5px;
}

.doctor-schedule__date.active {
  color: #29A964;
}
.doctor-schedule__item.active{
  background-color: #22cd6933;
}
.doctor-schedule__table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
  margin-left: 0;
}

.doctor-schedule .busy {
  color:#c81515ba;
  padding-top: 2px;
  cursor: not-allowed;
}

.doctor-schedule .free {
  cursor: default;
  color: white;
  background: #29A964;
  padding: 2px 8px 0 8px;
  border-radius: 4px;
}

.schedule__second-title {
  font-family: ProximaNovaRegular, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #303030;

}

.doctor-schedule__table {
  border-left: 1px solid #d2d2d2;
}

.doctor-schedule__table li {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  background: white;
  font-weight: 500;
  letter-spacing: initial;
}

.doctor-schedule__table li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-schedule__table li:nth-child(8n+1),
.doctor-schedule__table li:nth-child(8n+2),
.doctor-schedule__table li:nth-child(8n+3),
.doctor-schedule__table li:nth-child(8n+4) {
  background: #eaeaea;
}

.doctor-schedule__table li:nth-child(-n+4) {
  border-top: 1px solid #d2d2d2;
}

.time-table__wrapper-top {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 15px;
}

.tab-content__service {
  padding: 0 0 25px 35px;
  display: none;
}

.tab-content__service[data-id="1"] {
  display: block;
}

.loading-points {
  position: relative;
}

.loading-points:after {
  display: flex;
  align-items: center;
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("../img/preloader.gif");
  background-size: contain;
  position: absolute;
  top: -7px;
  left: 6px;
}

.time-table__wrapper-input {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.schedule-none {
  color: #95a5a6 !important;
}

.time-table__wrapper-input .time-table__doctors-list {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 3px;
  background: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  list-style-type: none;
  padding: 15px;
  margin: 0;
}

.time-table__doctors-list li {
  font-family: ProximaNovaRegular;
  font-size: 16px;
  cursor: pointer;
  padding: 6px 15px;
  border-radius: 6px;
}

.selected-doctor {
  font-family: ProximaNovaRegular;
  font-size: 16px;
  cursor: pointer;
}

.time-table__doctors-list {
  display: none;
}

.time-table__doctors-list li:hover {
  background: #008f91;
  color: white;
}

.time-table__wrapper-input h6 {
  text-transform: uppercase;
  font-family: ProximaNovaSemibold;
}

.selected-doctor {
  color: #039294;
}

.mx-table-date .today.in-range div {
  color: #039294;
}

.custom-popup__wrapper h3 span {
  line-height: normal !important;
}

.custom-popup__content span {
  line-height: normal !important;
}

.custom-popup__wrapper-link span {
  line-height: normal !important;
}

.custom-popup__wrapper-content {
  flex-grow: 1;
}

/*.mx-week-number{*/
/*  display: none;*/
/*}*/
.doctor-schedule.doctor-schedule-physician {
  grid-template-columns: 1fr;
  padding: 0 32px;
}

.mx-icon-calendar {
  display: block !important;
}

.mx-icon-clear {
  display: none !important;
}

.schedule-empty {
  height: calc(100% - 34px);
  min-height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-empty li {
  background: #eaeaea !important;
}

.submenu_wrapper li {
  line-height: normal !important;
  padding: 8px 0 8px 6px;

}
.non-active-day{
  filter: grayscale(1);
  opacity: .5;
}
.non-active-day .time{
  background: transparent!important;
  color: #404040!important;
}
.submenu_wrapper li a {
  padding: 3px !important;
  white-space: normal;
  line-height: normal;
  padding: 0;
}

.schedule-empty p {
  font-size: 21px;
  font-weight: 600;
  color: #858585;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .doctors__wrapper-select {
    grid-template-columns: 1fr !important;
    padding: 15px;
  }
}

@media (max-width: 992px) {
  .custom-popup__wrapper h3 span {
    font-size: 48px !important;
    line-height: normal !important;
  }

  .custom-popup__content span {
    font-size: 24px !important;
    line-height: normal !important;
  }

  .custom-popup__wrapper-link span {
    font-size: 24px !important;
    line-height: normal !important;
  }
}
@media(max-width: 928px){
  .week-net .week-net__cell:not([data-occupation="no-schedule"]) p{
    margin-bottom: 7px;
  }
  .week-net .week-net__cell{
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    padding-bottom: 13px;
    padding-top: 2px;
  }
  .week-net .week-net__cell p{
    margin-top: 4px;
    position: relative;
    margin-bottom: 5px;
    color: white;
    top: unset;
    left: unset;
    transform: unset;
    line-height: 100%;
  }
}
@media (max-width: 780px) {
  .custom-popup {
    width: calc(100% - 15px);
  }
}

@media (max-width: 520px) {
  .custom-popup {
    aspect-ratio: 1/1;
    width: calc(100% - 15px);
  }

  .doctor-schedule {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  .page__heading_uppercase {
    font-size: 24px !important;
  }
}

@media (max-width: 320px) {
  .page__heading_uppercase {
    font-size: 20px !important;
  }

  .doctor-schedule {
    grid-template-columns: 1fr !important;
  }
}

.service-timetable__schedule-legend {
  display: none;
}
