:root {
  --font-family: "GothamPro";
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Light.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
.hidden-branches {
  display: none !important;
}
.hidden-branches .branches-preview__item {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: height 0.5s 0s ease, margin-bottom 0.5s 0s ease, opacity 0.3s 0.5s ease;
  transition: height 0.5s 0s ease, margin-bottom 0.5s 0s ease, opacity 0.3s 0.5s ease;
}
.hidden-news {
  display: none;
}
.hidden-news .news-preview__item {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: height 0.5s 0s ease, margin-bottom 0.5s 0s ease, opacity 0.3s 0.5s ease;
  transition: height 0.5s 0s ease, margin-bottom 0.5s 0s ease, opacity 0.3s 0.5s ease;
}
.hidden-reviews {
  display: none;
}
.hidden-reviews .reviews__item {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: height 0.5s 0s ease, margin-bottom 0.5s 0s ease, opacity 0.3s 0.5s ease;
  transition: height 0.5s 0s ease, margin-bottom 0.5s 0s ease, opacity 0.3s 0.5s ease;
}
.hidden-result {
  display: none;
}
.hidden-result .search-result__item {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: height 0.5s 0s ease, margin-bottom 0.5s 0s ease, opacity 0.3s 0.5s ease;
  transition: height 0.5s 0s ease, margin-bottom 0.5s 0s ease, opacity 0.3s 0.5s ease;
}
.content {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
}
.content--colored {
  background-color: #007ec7;
}
.content--colored .burger__stroke,
.content--colored .burger::before,
.content--colored .burger::after {
  background-color: #fff;
}
/*
.special .content {
  margin-top: 56px;
}*/
.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 75px;
}
@media (max-width: 1320px) {
  .main {
    padding-left: 0;
  }
}
.js-content-is-hidden {
  display: none;
}
.common-arrow-large {
  height: 40px;
  width: 21px;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.common-arrow-large:hover {
  opacity: 0.5;
}
.common-arrow-large--left-white {
  background-image: url("../images/icons/arrow-large--left-white.png");
}
.common-arrow-large--right-white {
  background-image: url("../images/icons/arrow-large--right-white.png");
}
/*
.special-color-1 .common-arrow-large--left-white {
  background-image: url("../images/icons/arrow-large--left-black.png") !important;
}
.special-color-1 .common-arrow-large--right-white {
  background-image: url("../images/icons/arrow-large--right-black.png") !important;
}
.special-color-2 .common-arrow-large--left-white {
  background-image: url("../images/icons/arrow-large--left-white.png") !important;
}
.special-color-2 .common-arrow-large--right-white {
  background-image: url("../images/icons/arrow-large--right-white.png") !important;
}
.special-color-3 .common-arrow-large--left-white {
  background-image: url("../images/icons/arrow-large--left-black.png") !important;
}
.special-color-3 .common-arrow-large--right-white {
  background-image: url("../images/icons/arrow-large--right-black.png") !important;
}
.special-color-4 .common-arrow-large--left-white {
  background-image: url("../images/icons/arrow-large--left-black.png") !important;
}
.special-color-4 .common-arrow-large--right-white {
  background-image: url("../images/icons/arrow-large--right-black.png") !important;
}
.special-color-5 .common-arrow-large--left-white {
  background-image: url("../images/icons/arrow-large--left-white.png") !important;
}
.special-color-5 .common-arrow-large--right-white {
  background-image: url("../images/icons/arrow-large--right-white.png") !important;
}
*/
.common-arrow-medium {
  position: relative;
  height: 63px;
  width: 63px;
  background-color: #007ec7;
  cursor: pointer;
}
.common-arrow-medium--left-white::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.1;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.common-arrow-medium--left-white:hover::before {
  width: 100%;
}
.common-arrow-medium--left-white::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 34px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/icons/arrow-medium--left-white.png");
}
/*
.special-color-1 .common-arrow-medium--left-white::after {
  background-image: url("../images/icons/arrow-medium--left-black.png") !important;
}
.special-color-2 .common-arrow-medium--left-white::after {
  background-image: url("../images/icons/arrow-medium--left-white.png") !important;
}
.special-color-3 .common-arrow-medium--left-white::after {
  background-image: url("../images/icons/arrow-medium--left-black.png") !important;
}
.special-color-4 .common-arrow-medium--left-white::after {
  background-image: url("../images/icons/arrow-medium--left-black.png") !important;
}
.special-color-5 .common-arrow-medium--left-white::after {
  background-image: url("../images/icons/arrow-medium--left-white.png") !important;
}
*/
.common-arrow-medium--right-white::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.1;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.common-arrow-medium--right-white:hover::before {
  width: 100%;
}
.common-arrow-medium--right-white::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 34px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/icons/arrow-medium--right-white.png");
}
.slider-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.slider-arrows_abs {
  position: absolute;
  left: -48px;
  top: calc(50% - 16px);
  width: calc(100% + 48px * 2);
  justify-content: space-between;
}
.slider-arrow-left.swiper-button-disabled,
.slider-arrow-right.swiper-button-disabled,
.slider-arrow-left:hover,
.slider-arrow-right:hover {
  opacity: .5;
}
.slider-arrow-left,
.slider-arrow-right {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  transition: all .2s;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMzFMMjMgMTZMOSAxIiBzdHJva2U9IiMwMDdFQzciIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=")
}
.slider-arrow-left {
  transform: rotate(180deg);
}
/*
.special-color-1 .common-arrow-medium--right-white::after {
  background-image: url("../images/icons/arrow-medium--right-black.png") !important;
}
.special-color-2 .common-arrow-medium--right-white::after {
  background-image: url("../images/icons/arrow-medium--right-white.png") !important;
}
.special-color-3 .common-arrow-medium--right-white::after {
  background-image: url("../images/icons/arrow-medium--right-black.png") !important;
}
.special-color-4 .common-arrow-medium--right-white::after {
  background-image: url("../images/icons/arrow-medium--right-black.png") !important;
}
.special-color-5 .common-arrow-medium--right-white::after {
  background-image: url("../images/icons/arrow-medium--right-white.png") !important;
}
*/
.common-h1-heading {
  margin: 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 60px;
  line-height: 64px;
  font-weight: 500;
}
/*
.special-font-size-1 .common-h1-heading {
  font-size: 2.5rem !important;
}
.special-font-size-2 .common-h1-heading {
  font-size: 3rem !important;
}
.special-font-size-3 .common-h1-heading {
  font-size: 3.5rem !important;
}
*/
@media (max-width: 1400px) {
  .common-h1-heading {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (max-width: 1024px) {
  .common-h1-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.common-h1-heading--white {
  color: #fff;
}
.common-h1-heading--black {
  color: #1d1a15;
}
.common-h2-heading {
  margin: 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
}
/*
.special-font-size-1 .common-h2-heading {
  font-size: 2rem !important;
}
.special-font-size-2 .common-h2-heading {
  font-size: 2.5rem !important;
}
.special-font-size-3 .common-h2-heading {
  font-size: 3rem !important;
}
*/
@media (max-width: 1024px) {
  .common-h2-heading {
    font-size: 30px;
    line-height: 34px;
  }
}
.common-h2-heading--white {
  color: #fff;
}
.common-h2-heading--black {
  color: #1d1a15;
}
.common-h3-heading {
  margin: 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
}
/*
.special-font-size-1 .common-h3-heading {
  font-size: 1.5rem !important;
}
.special-font-size-2 .common-h3-heading {
  font-size: 2rem !important;
}
.special-font-size-3 .common-h3-heading {
  font-size: 2.5rem !important;
}
*/
@media (max-width: 1024px) {
  .common-h3-heading {
    font-size: 26px;
    line-height: 30px;
  }
}
.common-h3-heading--white {
  color: #fff;
}
.common-h3-heading--black {
  color: #1d1a15;
}
.common-h4-heading {
  margin: 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
/*
.special-font-size-1 .common-h4-heading {
  font-size: 1.5rem !important;
}
.special-font-size-2 .common-h4-heading {
  font-size: 2rem !important;
}
.special-font-size-3 .common-h4-heading {
  font-size: 2.5rem !important;
}
*/
@media (max-width: 1024px) {
  .common-h4-heading {
    font-size: 22px;
    line-height: 26px;
  }
}
.common-h4-heading--white {
  color: #fff;
}
.common-h4-heading--black {
  color: #1d1a15;
}
.common-h5-heading {
  margin: 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.common-h5-heading--white {
  color: #fff;
}
.common-h5-heading--black {
  color: #1d1a15;
}
.common-description-medium {
  margin: 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
}
.common-description-medium--white {
  color: #fff;
}
.common-description-medium--black {
  color: #1d1a15;
}
.common-button-large {
  display: block;
  position: relative;
  padding: 21px 70px 21px 70px;
  background: none;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  cursor: pointer;
}
.common-button-large:active,
.common-button-large:focus {
  outline: none;
}
.common-button-large:hover::before {
  height: 100%;
}
.common-button-large::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0.1;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.common-button-large--white {
  border: 1px solid #fff;
  color: #fff;
}
.common-button-large--white::before {
  background-color: #fff;
}
.common-button-large--blue {
  border: 1px solid #00a1e1;
  color: #00a1e1;
}
.common-button-large--blue::before {
  background-color: #00a1e1;
}
.common-button-large--has-arrow-white::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 19px;
  height: 9px;
  background-image: url("../images/icons/button-arrow--medium-white.png");
}
/*
.special .common-button-large--has-arrow-white::after {
  display: none !important;
}
*/
.common-button-large--has-arrow-blue::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 19px;
  height: 9px;
  background-image: url("../images/icons/button-arrow--medium-blue.png");
}
/*
.special .common-button-large--has-arrow-blue::after {
  display: none !important;
}
*/
.common-button-medium {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 16px 35px 16px 35px;
  background: none;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  text-decoration: none;
}
.common-button-medium:active,
.common-button-medium:focus {
  outline: none;
}
.common-button-medium:hover::before {
  height: 100%;
}
.common-button-medium::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0.1;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.common-button-medium--white {
  border: 1px solid #fff;
  color: #fff;
}
.common-button-medium--white::before {
  background-color: #fff;
}
.common-button-medium--blue {
  border: 1px solid #00a1e1;
  color: #00a1e1;
}
.common-button-medium--blue::before {
  background-color: #00a1e1;
}
.common-button-medium--blue-fill {
  border: 1px solid #00a1e1;
  background-color: #00a1e1;
  color: #fff;
}
.common-button-medium--blue-fill::before {
  background-color: #002837;
}

.common-button-medium--has-arrow-blue::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -2px;
  width: 8px;
  height: 5px;
  background-image: url("../images/icons/button-arrow--small-blue.png");
}

.common-link-large {
  display: inline-block;
  position: relative;
  padding: 21px 70px 21px 70px;
  background: none;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.common-link-large:hover::before {
  height: 100%;
}
.common-link-large::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0.05;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.common-link-large--white {
  border: 1px solid #fff;
  color: #fff;
}
.common-link-large--white::before {
  background-color: #fff;
}
.common-link-large--blue {
  border: 1px solid #00a1e1;
  color: #00a1e1;
}
.common-link-large--blue::before {
  background-color: #00a1e1;
}
.common-wysiwyg p:not([class]) {
  margin: 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #1d1a15;
}
.common-wysiwyg p:not([class]):not(:nth-last-child(1)) {
  margin-bottom: 20px;
}
.common-wysiwyg .anchor:not(:first-child) + h2:not([class]),
.common-wysiwyg p:not([class]) + h2:not([class]) {
  margin-top: 67px;
}
.common-wysiwyg .anchor:not(:first-child) + h3:not([class]),
.common-wysiwyg p:not([class]) + h3:not([class]) {
  margin-top: 68px;
}
.common-wysiwyg .anchor:not(:first-child) + h4:not([class]),
.common-wysiwyg p:not([class]) + h4:not([class]) {
  margin-top: 70px;
}
.common-wysiwyg .anchor:not(:first-child) + h5:not([class]),
.common-wysiwyg p:not([class]) + h5:not([class]) {
  margin-top: 60px;
}
.common-wysiwyg a:not([class]) {
  text-decoration: none;
  color: #007ec7;
  border-bottom: 1px solid rgba(0, 126, 199, 0.25);
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.common-wysiwyg a:not([class]):hover {
  border-bottom: 1px solid transparent;

}
.common-wysiwyg h2:not([class]) {
  margin: 0 0 37px 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
  color: #1d1a15;
}
/*
.special .common-wysiwyg h2:not([class]) {
  font-size: 2rem !important;
}
*/
@media (max-width: 1024px) {
  .common-wysiwyg h2:not([class]) {
    font-size: 32px;
    line-height: 36px;
  }
}
.common-wysiwyg h3:not([class]) {
  margin: 0 0 29px 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: #1d1a15;
}
/*
.special .common-wysiwyg h3:not([class]) {
  font-size: 1.75rem !important;
}
*/
@media (max-width: 1024px) {
  .common-wysiwyg h3:not([class]) {
    font-size: 26px;
    line-height: 30px;
  }
}
.common-wysiwyg h4:not([class]) {
  margin: 0 0 19px 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #1d1a15;
}
/*
.special .common-wysiwyg h4:not([class]) {
  font-size: 1.5rem !important;
}*/
@media (max-width: 1024px) {
  .common-wysiwyg h4:not([class]) {
    font-size: 22px;
    line-height: 26px;
  }
}
.common-wysiwyg ul:not([class]) {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.common-wysiwyg ul:not([class]):not(:nth-last-child(1)) {
  margin-bottom: 20px;
}
.common-wysiwyg ul:not([class]) + h2:not([class]) {
  margin-top: 67px;
}
.common-wysiwyg ul:not([class]) + h3:not([class]) {
  margin-top: 68px;
}
.common-wysiwyg ul:not([class]) + h4:not([class]) {
  margin-top: 70px;
}
.common-wysiwyg ul:not([class]) + h5:not([class]) {
  margin-top: 60px;
}
.common-wysiwyg li:not([class]) {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #1d1a15;
}
.common-wysiwyg li:not([class])::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  top: 12px;
  left: 0;
  background-color: #00a1e1;
}
.common-wysiwyg div:not([class]) {
  width: 100%;
  padding: 1px;
  overflow: auto;
}
.common-wysiwyg div:not([class]):not(:nth-last-child(1)) {
  margin-bottom: 27px;
}
.common-wysiwyg div:not([class]) + h2:not([class]) {
  margin-top: 67px;
}
.common-wysiwyg div:not([class]) + h3:not([class]) {
  margin-top: 68px;
}
.common-wysiwyg div:not([class]) + h4:not([class]) {
  margin-top: 70px;
}
.common-wysiwyg div:not([class]) + h5:not([class]) {
  margin-top: 60px;
}
.common-wysiwyg table:not([class]) {
  outline: 1px solid #00a1e1;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #1d1a15;
  border-collapse: collapse;
}
.common-wysiwyg tr:not([class]):not(:nth-last-child(1)) {
  border-bottom: 1px solid rgba(0,161,225,0.25);
}
.common-wysiwyg th:not([class]) {
  padding: 16px 20px 16px 20px;
  margin: 0;
  max-width: 400px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
.common-wysiwyg th:not([class]):not(:nth-last-child(1)) {
  border-right: 1px solid rgba(0,161,225,0.25);
}
.common-wysiwyg td:not([class]) {
  padding: 16px 20px 16px 20px;
  margin: 0;
  max-width: 400px;
  text-align: left;
  vertical-align: top;
}
.common-wysiwyg td:not([class]):not(:nth-last-child(1)) {
  border-right: 1px solid rgba(0,161,225,0.25);
}
.common-wysiwyg img:not([class]) {
  display: block;
  max-width: 100%;
}
.common-wysiwyg img:not([class]):not(:nth-last-child(1)) {
  margin-bottom: 26px;
}
.common-wysiwyg img:not([class]) + h2:not([class]) {
  margin-top: 67px;
}
.common-wysiwyg img:not([class]) + h3:not([class]) {
  margin-top: 68px;
}
.common-wysiwyg img:not([class]) + h4:not([class]) {
  margin-top: 70px;
}
.common-wysiwyg img:not([class]) + h5:not([class]) {
  margin-top: 60px;
}
.common-tabs__list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.common-tabs__item {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 10px;
}
@media (max-width: 1024px) {
  .common-tabs__item {
    padding: 0;
    margin-right: 25px;
    margin-bottom: 20px;
  }
}
.common-tabs__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #007ec7;
  left: 50%;
  top: 42px;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 1024px) {
  .common-tabs__item::after {
    top: 25px;
  }
}
.common-tabs__item:hover::after {
  content: "";
  width: 100%;
  left: 0px;
}
.common-tabs__item--active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #007ec7;
  left: 0px;
  top: 42px;
}
@media (max-width: 1024px) {
  .common-tabs__item--active::after {
    top: 25px;
  }
}
.common-tabs__item + .common-tabs__item {
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .common-tabs__item + .common-tabs__item {
    margin-left: 0;
  }
}
.common-tabs__button {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #1d1a15;
  outline: none;
  cursor: pointer;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.common-tabs__item--active .common-tabs__button {
  color: #007ec7;
}
.common-tabs__item:hover .common-tabs__button {
  color: #007ec7;
}
.common-form {
  position: relative;
  width: 100%;
  z-index: 1;
}
/*
.special-font-size-2 .common-form:not(.side-search__form) {
  margin-top: 50px;
}
.special-font-size-3 .common-form:not(.side-search__form) {
  margin-top: 70px;
}*/
/*
.common-row:not(:nth-last-child(-n+2)),
.common-row:not(:nth-last-child(1)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}*/
.common-row:not(:nth-last-child(1)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}
.common-row:nth-last-child(-n+2) {
  margin-bottom: 0;
}
/*
.special-font-size-2 .common-row:not(:nth-last-child(1)) {
  margin-bottom: 52px;
}
.special-font-size-3 .common-row:not(:nth-last-child(1)) {
  margin-bottom: 72px;
}*/
@media (max-width: 1400px) {
  .common-row:not(:nth-last-child(1)) {
    margin-bottom: 22px;
  }
  .common-row:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .common-button-medium {
    width: 100%;
  }
  .common-row:not(:nth-last-child(1)) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.common-col {
  position: relative;
  /*width: calc(50% - 15px);*/
  width: 100%;
}
@media (max-width: 600px) {
  .common-col {
    width: 100%;
  }
}
.common-col + .common-col {
  margin-left: 30px;
}
@media (max-width: 600px) {
  .common-col + .common-col {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .common-col:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }
}
.common-group {
  position: relative;
  width: 100%;
}
.common-group--checkbox {
  margin-left: 25px;
  width: calc(100% - 25px);
}
.common-group--file .common-label {
  z-index: 1;
  width: 100%;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
}
.common-input {
  position: relative;
  padding: 10px 0 10px 0;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid #40a2d8;
  width: 100%;
  outline: none;
}
.common-input[type="file"] {
  position: absolute;
  visibility: hidden;
}
.common-input::-webkit-input-placeholder {
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  opacity: 0;
}
.common-input::-moz-placeholder {
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  opacity: 0;
}
.common-input:-moz-placeholder {
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  opacity: 0;
}
.common-input:-ms-input-placeholder {
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  opacity: 0;
}
.common-input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.common-input:focus::-moz-placeholder {
  opacity: 1;
}
.common-input:focus:-moz-placeholder {
  opacity: 1;
}
.common-input:focus:-ms-input-placeholder {
  opacity: 1;
}
.common-input-hint {
  margin-top: 5px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #9cc3e4;
}
.common-textarea {
  position: relative;
  padding: 10px;
  margin-top: 34px;
  height: 95px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  background: none;
  border: 1px solid #40a2d8;
  width: 100%;
  outline: none;
  resize: none;
}
.common-label {
  position: absolute;
  top: 10px;
  left: 0;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  -webkit-transition-property: top, font-size, color;
  transition-property: top, font-size, color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  z-index: -1;
}
/*
.special .common-label {
  z-index: 1;
}
*/
.common-fake-label {
  position: absolute;
  top: -12px;
  left: 0;
  font-family: "GothamPro";
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #9cc3e4;
  -webkit-transition-property: top, font-size, color;
  transition-property: top, font-size, color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  z-index: -1;
}
.common-autocomplete-disable {
  display: none;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
  opacity: 0;
}
.common-fake-input {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #40a2d8;
}
/*
.special-font-size-2 .common-fake-input {
  margin-top: 10px;
}
.special-font-size-3 .common-fake-input {
  margin-top: 20px;
}
*/
.common-input-hint {
  display: block;
}
.common-input.focus ~ .common-label {
  top: -12px;
  font-size: 12px;
  color: #9cc3e4;
}

.datepicker--day-name {
  color: #007ec7;
}
/*
.special-font-size-2 .common-input:focus + .common-label {
  top: -22px;
}
.special-font-size-3 .common-input:focus + .common-label {
  top: -32px;
}
*/
.common-textarea + .common-label {
  top: 4px;
  /*font-size: 12px;*/
  /*color: #9cc3e4;*/
}
/*
.special-font-size-2 .common-textarea + .common-label {
  top: -22px;
}
.special-font-size-3 .common-textarea + .common-label {
  top: -32px;
}
.special-font-size-2 #file_label {
  top: 0px;
}
.special-font-size-3 #file_label {
  top: -12px;
}
*/
.js-not-empty + .common-label {
  top: -12px;
  font-size: 12px;
  color: #9cc3e4;
}
/*
.special-font-size-2 .js-not-empty + .common-label {
  top: -22px;
}
.special-font-size-3 .js-not-empty + .common-label {
  top: -32px;
}
*/
.common-req-sign {
  color: #fee300;
}
.js-valid-error {
  border-color: #fee300;
}
.js-valid-error + .common-label {
  color: #fee300;
}
.js-valid-error + .common-fake-label {
  color: #fee300;
}
.js-valid-error:focus + .common-label {
  color: #fee300;
}
.js-valid-error + .common-checkbox {
  border-color: #fee300;
}
.warning-text {
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fee300;
}
.common-checkbox {
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  width: 15px;
  height: 15px;
  border: 1px solid #40a2d8;
  cursor: pointer;
}
/*
.special-font-size-2 .common-checkbox {
  top: 6px;
}
.special-font-size-3 .common-checkbox {
  top: 10px;
}
*/
.common-custom-checkbox {
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
}
.common-custom-checkbox:checked + .common-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 11px;
  height: 8px;
  background-image: url("../images/icons/check--white.png");
  background-repeat: no-repeat;
}
/*
.special-color-1 .common-custom-checkbox:checked + .common-checkbox::before {
  background-image: url("../images/icons/check--black.png") !important;
}
.special-color-2 .common-custom-checkbox:checked + .common-checkbox::before {
  background-image: url("../images/icons/check--white.png") !important;
}
.special-color-3 .common-custom-checkbox:checked + .common-checkbox::before {
  background-image: url("../images/icons/check--black.png") !important;
}
.special-color-4 .common-custom-checkbox:checked + .common-checkbox::before {
  background-image: url("../images/icons/check--black.png") !important;
}
.special-color-5 .common-custom-checkbox:checked + .common-checkbox::before {
  background-image: url("../images/icons/check--white.png") !important;
}
*/
.common-checkbox-description {
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 3px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
}
.common-checkbox-description__link {
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.common-checkbox-description__link:hover {
  border-bottom: 1px solid transparent;
}
.common-timeline {
  position: relative;
  width: 100%;
  background-image: url("../images/timeline-grid.png");
  background-position: right top;
  background-repeat: repeat-y;
}
/*
.special .common-timeline {
  background-image: url("../images/timeline-grid.png") !important;
}
*/
@media (max-width: 1320px) {
  .common-timeline {
    width: 888px;
  }
}
.common-timecolumns {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}
.common-timecolumns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.common-timecolumns__item {
  display: block;
  width: 74px;
  padding-bottom: 6px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #565a60;
}
/*
.special-font-size-3 .common-timecolumns__item {
  font-size: 1.5rem !important;
}
*/
.common-timerows {
  width: 100%;
  padding-top: 44px;
  padding-bottom: 16px;
}
.common-timerows__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.common-timerows__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1320px) {
  .common-timerows__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.common-timerows__item:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}
.common-timerows__hint {
  width: 20%;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #565a60;
}
/*
.special-font-size-3 .common-timerows__hint {
  font-size: 1.5rem !important;
}
*/
@media (max-width: 1320px) {
  .common-timerows__hint {
    width: 100%;
    background-color: #fff;
    margin-bottom: 5px;
  }
}
.common-timebricks {
  width: 888px;
  z-index: 1;
}
.common-timebricks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.common-timebricks__item {
  display: block;
  position: relative;
  height: 29px;
  background-color: #00a1e1;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*
.special-color-1 .common-timebricks__item {
  background-color: black !important;
}
.special-color-2 .common-timebricks__item {
  background-color: white !important;
}
.special-color-3 .common-timebricks__item {
  background-color: white !important;
}
.special-color-4 .common-timebricks__item {
  background-color: black !important;
}
.special-color-5 .common-timebricks__item {
  background-color: white !important;
}
*/
.common-timebricks__item:hover {
  background-color: #007ec7;
}
.common-timebricks__item[data-begining="half"] {
  background-image: url("../images/timebrick-background.png");
  background-repeat: repeat-x;
  background-position: -37px 23px;
}
.common-timebricks__item[data-begining="whole"] {
  background-image: url("../images/timebrick-background.png");
  background-repeat: repeat-x;
  background-position: 0 23px;
}
.common-timebricks__item[data-duration="0.5"] {
  width: calc(37px * 1);
}
.common-timebricks__item[data-duration="1"] {
  width: calc(37px * 2);
}
.common-timebricks__item[data-duration="1.5"] {
  width: calc(37px * 3);
}
.common-timebricks__item[data-duration="2"] {
  width: calc(37px * 4);
}
.common-timebricks__item[data-duration="2.5"] {
  width: calc(37px * 5);
}
.common-timebricks__item[data-duration="3"] {
  width: calc(37px * 6);
}
.common-timebricks__item[data-duration="3.5"] {
  width: calc(37px * 7);
}
.common-timebricks__item[data-duration="4"] {
  width: calc(37px * 8);
}
.common-timebricks__item[data-duration="4.5"] {
  width: calc(37px * 9);
}
.common-timebricks__item[data-duration="5"] {
  width: calc(37px * 10);
}
.common-timebricks__item[data-duration="5.5"] {
  width: calc(37px * 11);
}
.common-timebricks__item[data-duration="6"] {
  width: calc(37px * 12);
}
.common-timebricks__item[data-duration="6.5"] {
  width: calc(37px * 13);
}
.common-timebricks__item[data-duration="7"] {
  width: calc(37px * 14);
}
.common-timebricks__item[data-duration="7.5"] {
  width: calc(37px * 15);
}
.common-timebricks__item[data-duration="8"] {
  width: calc(37px * 16);
}
.common-timebricks__item[data-duration="8.5"] {
  width: calc(37px * 17);
}
.common-timebricks__item[data-duration="9"] {
  width: calc(37px * 18);
}
.common-timebricks__item[data-duration="9.5"] {
  width: calc(37px * 19);
}
.common-timebricks__item[data-duration="10"] {
  width: calc(37px * 20);
}
.common-timebricks__item[data-duration="10.5"] {
  width: calc(37px * 21);
}
.common-timebricks__item[data-duration="11"] {
  width: calc(37px * 22);
}
.common-timebricks__item[data-duration="11.5"] {
  width: calc(37px * 23);
}
.common-timebricks__item[data-duration="12"] {
  width: calc(37px * 24);
}
.common-timebricks__item[data-delay="0"] {
  margin-left: 0;
}
.common-timebricks__item[data-delay="0.5"] {
  margin-left: 37px;
}
.common-timebricks__item[data-delay="1"] {
  margin-left: calc(37px * 2);
}
.common-timebricks__item[data-delay="1.5"] {
  margin-left: calc(37px * 3);
}
.common-timebricks__item[data-delay="2"] {
  margin-left: calc(37px * 4);
}
.common-timebricks__item[data-delay="2.5"] {
  margin-left: calc(37px * 5);
}
.common-timebricks__item[data-delay="3"] {
  margin-left: calc(37px * 6);
}
.common-timebricks__item[data-delay="3.5"] {
  margin-left: calc(37px * 7);
}
.common-timebricks__item[data-delay="4"] {
  margin-left: calc(37px * 8);
}
.common-timebricks__item[data-delay="4.5"] {
  margin-left: calc(37px * 9);
}
.common-timebricks__item[data-delay="5"] {
  margin-left: calc(37px * 10);
}
.common-timebricks__item[data-delay="5.5"] {
  margin-left: calc(37px * 11);
}
.common-timebricks__item[data-delay="6"] {
  margin-left: calc(37px * 12);
}
.common-timebricks__item[data-delay="6.5"] {
  margin-left: calc(37px * 13);
}
.common-timebricks__item[data-delay="7"] {
  margin-left: calc(37px * 14);
}
.common-timebricks__item[data-delay="7.5"] {
  margin-left: calc(37px * 15);
}
.common-timebricks__item[data-delay="8"] {
  margin-left: calc(37px * 16);
}
.common-timebricks__item[data-delay="8.5"] {
  margin-left: calc(37px * 17);
}
.common-timebricks__item[data-delay="9"] {
  margin-left: calc(37px * 18);
}
.common-timebricks__item[data-delay="9.5"] {
  margin-left: calc(37px * 19);
}
.common-timebricks__item[data-delay="10"] {
  margin-left: calc(37px * 20);
}
.common-timebricks__item[data-delay="10.5"] {
  margin-left: calc(37px * 21);
}
.common-timebricks__item[data-delay="11"] {
  margin-left: calc(37px * 22);
}
.common-timebricks__duration {
  position: absolute;
  top: 2px;
  left: 5px;
  min-width: 100px;
  /*margin: 5px 0 0 5px;*/
  font-family: "GothamPro";
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  color: #fff;
}
/*
.special-font-size-3 .common-timebricks__duration {
  font-size: 1.5rem !important;
}
.special-color-1 .common-timebricks__duration {
  color: white !important;
  background: none !important;
}
.special-color-2 .common-timebricks__duration {
  color: black !important;
  background: none !important;
}
.special-color-3 .common-timebricks__duration {
  color: black !important;
  background: none !important;
}
.special-color-4 .common-timebricks__duration {
  color: white !important;
  background: none !important;
}
.special-color-5 .common-timebricks__duration {
  color: black !important;
  background: none !important;
}
*/
.common-brick-inner {
  position: absolute;
  min-width: 150px;
  max-width: 200px;
  padding: 15px 20px 18px 20px;
  background-color: #007ec7;
  border-radius: 2px;
  bottom: 39px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.common-brick-inner__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.common-brick-inner__item:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}
.common-brick-inner__hint {
  display: block;
  font-family: "GothamPro";
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  color: #fff;
}
.common-timebricks__item:hover .common-brick-inner {
  opacity: 1;
  visibility: visible;
}
/*@-webkit-keyframes branch-sprite {
  0% {
    background-position: 8000px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
@keyframes branch-sprite {
  0% {
    background-position: 8000px 0;
  }
  100% {
    background-position: 200px 0;
  }
}*/
@-webkit-keyframes branch-sprite {
  0% {
    left: 0;
  }
  100% {
    left: -7800px;
  }
}
@keyframes branch-sprite {
  0% {
    left: 0;
  }
  100% {
    left: -7800px;
  }
}
@-webkit-keyframes burger-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes burger-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.logo {
  width: 184px;
  height: 62px;
}
.logo__image {
  display: block;
}
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 74px;
  height: 100vh;
  border-right: 1px solid rgba(255,255,255,0.15);
  background-color: #007ec7;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*
.special .sidebar {
  height: calc(100vh - 56px);
}
*/
@media (max-width: 1320px) {
  .sidebar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    height: auto;
    border: none;
    margin-left: auto;
    margin-right: auto;
  }
  .special .sidebar {
    height: auto;
  }
}
@media (max-width: 1320px) {
  .sidebar__search {
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .sidebar__search {
    position: relative;
    left: 7px;
  }
}
.sidebar__reception {
  display: inline-block;
  position: absolute;
  top: 104px;
  left: 26px;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*
.special-font-size-2 .sidebar__reception {
  left: 21px;
}
.special-font-size-3 .sidebar__reception {
  left: 17px;
}
*/
@media (max-width: 1320px) {
  .sidebar__reception {
    position: static;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 24px;
    line-height: 28px;
  }
}
.sidebar__reception:hover {
  opacity: 0.5;
}
.sidebar__social {
  margin-top: auto;
}
.foot .sidebar__social {
  display: none;
  width: fit-content;
}
.foot .social__list {
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 1320px) {
  .foot .sidebar__social {
    display: flex;
  }
  .head__navigation .sidebar__social { 
    display: none;
  }
}
@media (max-width: 1024px) {
  .foot .sidebar__social {
    margin: 0 auto;
  }
}
.js-sidebar-transparent {
  background: none;
}
.js-sidebar-transparent .sidebar__reception {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1320px) {
  .js-sidebar-transparent .sidebar__reception {
    opacity: 1;
    visibility: visible;
  }
}
.side-search {
  width: 74px;
  height: 74px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
@media (max-width: 1320px) {
  .side-search {
    width: 400px;
    border: none;
  }
}
@media (max-width: 600px) {
  .side-search {
    width: 280px;
  }
}
.side-search__bar {
  position: absolute;
  top: 0;
  left: -326px;
  width: 400px;
  height: 74px;
  padding: 0 30px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.1s 1s ease, left 1s 0s ease;
  transition: background-color 0.1s 1s ease, left 1s 0s ease;
}
/*
.special-font-size-3 .side-search__bar {
  top: -1px;
}
*/
@media (max-width: 1320px) {
  .side-search__bar {
    position: static;
    padding: 0;
    width: 100%;
  }
}
.side-search__bar:hover {
  left: 0;
  -webkit-transition: background-color 0.1s 0s ease, left 1s 0.1s ease;
  transition: background-color 0.1s 0s ease, left 1s 0.1s ease;
  background-color: #0083cb;
}
@media (max-width: 1320px) {
  .side-search__bar:hover {
    background: none;
  }
}
.side-search__input {
  margin: 17px 30px 0 0;
  width: 87%;
  outline: none;
  vertical-align: top;
  border: 0;
}
.side-search__form {
  transition: all .2s;
  border-bottom: 1px solid transparent;
}
.side-search__bar:hover .side-search__form {
  border-bottom: 1px solid #40a2d8;
}
@media (max-width: 1320px) {
  .side-search__form {
    border-bottom: 1px solid #40a2d8;
  }
}
/*
.special-font-size-3 .side-search__input {
  border-bottom: none;
}
*/
@media (max-width: 600px) {
  .side-search__input {
    width: 80%;
  }
}
.side-search__input::-webkit-input-placeholder {
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  opacity: 1;
}
/*
.special-color-1 .side-search__input::-webkit-input-placeholder {
  color: black;
}
.special-color-3 .side-search__input::-webkit-input-placeholder {
  color: black;
}
*/
.side-search__input::-moz-placeholder {
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  opacity: 1;
}
/*
.special-color-1 .side-search__input::-moz-placeholder {
  color: black;
}
.special-color-3 .side-search__input::-moz-placeholder {
  color: black;
}
*/
.side-search__input:-moz-placeholder {
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  opacity: 1;
}
/*
.special-color-1 .side-search__input:-moz-placeholder {
  color: black;
}
.special-color-3 .side-search__input:-moz-placeholder {
  color: black;
}
*/
.side-search__input:-ms-input-placeholder {
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  opacity: 1;
}
/*
.special-color-1 .side-search__input:-ms-input-placeholder {
  color: black;
}
.special-color-3 .side-search__input:-ms-input-placeholder {
  color: black;
}
*/
.side-search__button {
  display: inline-block;
  margin-top: 30px;
  padding: 0;
  width: 14px;
  height: 14px;
  background: none;
  background-image: url("../images/icons/search-icon-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
/*
.special-color-1 .side-search__button {
  background-image: url("../images/icons/search-icon-black.png") !important;
}
.special-color-2 .side-search__button {
  background-image: url("../images/icons/search-icon-white.png") !important;
}
.special-color-3 .side-search__button {
  background-image: url("../images/icons/search-icon-black.png") !important;
}
.special-color-4 .side-search__button {
  background-image: url("../images/icons/search-icon-black.png") !important;
}
.special-color-5 .side-search__button {
  background-image: url("../images/icons/search-icon-white.png") !important;
}
*/
.side-search__button:hover {
  opacity: 0.5;
}
.social {
  border-top: 1px solid rgba(255,255,255,0.15);
}
@media (max-width: 1320px) {
  .social {
    border: none;
  }
}
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 30px 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 1320px) {
  .social__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.social__item + .social__item {
  margin-top: 26px;
}
@media (max-width: 1320px) {
  .social__item + .social__item {
    margin-top: 0;
    margin-left: 25px;
  }
}
.social__item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.social__item:hover {
  opacity: 0.5;
}
.social__icon {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
/*@media phone
            width 20px
            height 20px*/
}
.social__icon--vk {
  background-image: url("../images/icons/social-vk--white.svg");
}
/*
.special-color-1 .social__icon--vk {
  background-image: url("../images/icons/social-vk--black.svg") !important;
  background-size: 100% !important;
}
.special-color-2 .social__icon--vk {
  background-image: url("../images/icons/social-vk--white.svg") !important;
  background-size: 100% !important;
}
.special-color-3 .social__icon--vk {
  background-image: url("../images/icons/social-vk--black.svg") !important;
  background-size: 100% !important;
}
.special-color-4 .social__icon--vk {
  background-image: url("../images/icons/social-vk--black.svg") !important;
  background-size: 100% !important;
}
.special-color-5 .social__icon--vk {
  background-image: url("../images/icons/social-vk--white.svg") !important;
  background-size: 100% !important;
}
*/
.social__icon--instagram {
  background-image: url("../images/icons/social-instagram--white.svg");
}
/*
.special-color-1 .social__icon--instagram {
  background-image: url("../images/icons/social-instagram--black.svg") !important;
  background-size: 100% !important;
}
.special-color-2 .social__icon--instagram {
  background-image: url("../images/icons/social-instagram--white.svg") !important;
  background-size: 100% !important;
}
.special-color-3 .social__icon--instagram {
  background-image: url("../images/icons/social-instagram--black.svg") !important;
  background-size: 100% !important;
}
.special-color-4 .social__icon--instagram {
  background-image: url("../images/icons/social-instagram--black.svg") !important;
  background-size: 100% !important;
}
.special-color-5 .social__icon--instagram {
  background-image: url("../images/icons/social-instagram--white.svg") !important;
  background-size: 100% !important;
}
*/
.social__icon--facebook {
  background-image: url("../images/icons/social-facebook--white.svg");
}
/*
.special-color-1 .social__icon--facebook {
  background-image: url("../images/icons/social-facebook--black.svg") !important;
  background-size: 100% !important;
}
.special-color-2 .social__icon--facebook {
  background-image: url("../images/icons/social-facebook--white.svg") !important;
  background-size: 100% !important;
}
.special-color-3 .social__icon--facebook {
  background-image: url("../images/icons/social-facebook--black.svg") !important;
  background-size: 100% !important;
}
.special-color-4 .social__icon--facebook {
  background-image: url("../images/icons/social-facebook--black.svg") !important;
  background-size: 100% !important;
}
.special-color-5 .social__icon--facebook {
  background-image: url("../images/icons/social-facebook--white.svg") !important;
  background-size: 100% !important;
}
*/
.social__icon--ok {
  background-image: url("../images/icons/social-ok--white.svg");
}
/*
.special-color-1 .social__icon--ok {
  background-image: url("../images/icons/social-ok--black.svg") !important;
  background-size: 100% !important;
}
.special-color-2 .social__icon--ok {
  background-image: url("../images/icons/social-ok--white.svg") !important;
  background-size: 100% !important;
}
.special-color-3 .social__icon--ok {
  background-image: url("../images/icons/social-ok--black.svg") !important;
  background-size: 100% !important;
}
.special-color-4 .social__icon--ok {
  background-image: url("../images/icons/social-ok--black.svg") !important;
  background-size: 100% !important;
}
.special-color-5 .social__icon--ok {
  background-image: url("../images/icons/social-ok--white.svg") !important;
  background-size: 100% !important;
}
*/
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1320px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 48px;
    color: #fff;
  }
}
.menu__item {
  display: inline-block;
  position: relative;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
}
@media (max-width: 1320px) {
  .menu__item {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .menu__item--special {
    display: none;
  }
  .menu__item:nth-child(3) {
    order: -1;
  }
}
.menu__item + .menu__item {
  margin-left: 25px;
}
/*@media (max-width: 1320px) {*/
/*  .menu__item + .menu__item {*/
/*    margin-left: 0;*/
/*    margin-top: 25px;*/
/*  }*/
/*}*/
.menu__item--active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 25px;
  background-color: #00a1e1;
}
/*
.special-font-size-2 .menu__item--active::after {
  top: 30px;
}
.special-font-size-3 .menu__item--active::after {
  top: 35px;
}
*/
.menu__link {
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*
.special-font-size-3 .menu__link {
  font-size: 1.75rem !important;
}
*/
.menu__drop-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -20px;
  top: 50px;
  width: 230px;
  -webkit-transition-property: opacity, visibility, top;
  transition-property: opacity, visibility, top;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 1320px) {
  .menu__drop-menu {
    visibility: visible;
    opacity: 1;
    position: static;
  }
}
.menu__item:hover .menu__link {
  opacity: 0.5;
}
@media (max-width: 1320px) {
  .menu__item:hover .menu__link {
    opacity: 1;
  }
}
.menu__item--active:hover .menu__link {
  opacity: 1;
}
.menu__item:hover .menu__drop-menu {
  visibility: visible;
  opacity: 1;
  top: 40px;
}
/*@media (max-width: 1320px) {*/
/*  .menu__item:nth-child(3) {*/
/*    order: -1;*/
/*    margin: 0 0 25px;*/
/*  }*/
/*}*/
.drop-menu__list {
  position: relative;
  padding: 25px 25px 28px 25px;
  margin: 0;
  background-color: #00a1e1;
  list-style-type: none;
}
@media (max-width: 1320px) {
  .drop-menu__list {
    background: none;
  }
}
.drop-menu__list::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
}
@media (max-width: 1320px) {
  .drop-menu__list::before {
    content: "";
    display: none;
  }
}
.drop-menu__item {
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #fff;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.drop-menu__item--active {
  opacity: 0.5;
}

@media (max-width: 1320px) {
  .drop-menu__item {
    opacity: 0.5;
  }
  .drop-menu__item--active {
    opacity: 1;
  }
}
.drop-menu__item:hover {
  opacity: 0.5;
}
.drop-menu__item + .drop-menu__item {
  margin-top: 15px;
}
.drop-menu__link {
  text-decoration: none;
  color: inherit;
}
.burger {
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.burger__stroke {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 9px;
  left: 0;
  background-color: #1d1a15;
  opacity: 1;
  -webkit-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.burger::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1d1a15;
  -webkit-transition-property: top, background-color, -webkit-transform;
  transition-property: top, background-color, -webkit-transform;
  transition-property: top, transform, background-color;
  transition-property: top, transform, background-color, -webkit-transform;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.burger::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1d1a15;
  -webkit-transition-property: top, background-color, -webkit-transform;
  transition-property: top, background-color, -webkit-transform;
  transition-property: top, transform, background-color;
  transition-property: top, transform, background-color, -webkit-transform;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.burger:hover::before {
  top: -4px;
}
.burger:hover::after {
  top: 22px;
}
.burger--open .burger__stroke {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.burger--open::before {
  content: "";
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.burger--open::after {
  content: "";
  top: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger--open:hover {
  -webkit-animation: burger-rotation;
  animation: burger-rotation;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.burger--open:hover::before,
.burger--open:hover::after {
  top: 9px;
}
.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
/*
.special .head {
  margin-top: 57px;
  background: none !important;
}
*/
@media (max-width: 600px) {
  .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.head--white {
  color: #fff;
}
.head--black {
  color: #1d1a15;
}
.head__logo {
  margin-left: 135px;
  margin-top: 66px;
}
/*
.special-color-1 .head--white .logo__image {
  background-color: black !important;
}
.special-color-3 .head--white .logo__image {
  background-color: #00a1e1 !important;
}
.special-color-4 .head--white .logo__image {
  background-color: #f1d987 !important;
}
.special-color-5 .head--white .logo__image {
  background-color: #3b2716 !important;
}
*/
@media (max-width: 1400px) {
  .head__logo {
    margin-left: 115px;
  }
}
@media (max-width: 1320px) {
  .head__logo {
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .head__logo {
    margin-left: 30px;
  }
}
@media (max-width: 600px) {
  .head__logo {
    margin-left: 20px;
  }
}
.head__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 60px;
  margin-top: 26px;
  margin-left: auto;
}
/*
.special .head__container {
  background: none !important;
}
*/
@media (max-width: 1320px) {
  .head__container {
    margin-top: 25px;
  }
}
@media (max-width: 1400px) {
  .head__container {
    margin-right: 40px;
  }
}
@media (max-width: 600px) {
  .head__container {
    margin-left: 20px;
  }
}
.head__contacts {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.head__button-write-to-head {
  margin-right: 24px;
}
.head__button-write-to-head-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0083cb;
  padding: 0 14px;
  border: none;
  text-decoration: none;
  border-radius: 43px;
  height: 35px;
  font-family: "GothamPro";
  font-weight: 400;
  font-size: 15px;
  line-height: 107%;
  color: #fff;
  white-space: nowrap;
  transition: background-color .3s;
}
.head__button-write-to-head-link:hover {
  background-color: #1a8bcc;
}
/*
.special .head__contacts {
  background: none !important;
}
*/
@media (max-width: 1320px) {
  .head__contacts {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .head__contacts {
    margin-left: 0;
    text-align: left;
  }
}
.head__phone {
  display: inline-block;
  margin-left: auto;
  font-family: "GothamPro";
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 1320px) {
  .head__phone {
    display: block;
    margin-bottom: 10px;
  }
}
.head__phone:hover {
  opacity: 0.5;
}
.head__feedback {
  display: inline-block;
  margin-left: 8px;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: inherit;
  cursor: pointer;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  text-decoration: none;
}
@media (max-width: 600px) {
  .head__feedback {
    display: none;
  }
}
.head__phone + .head__feedback {
  margin-left: 20px;
}
/*
.special .head__navigation {
  margin-right: -25px;
  background: none !important;
}
*/
@media (max-width: 1320px) {
  .head__navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    background-color: #007ec7;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  /*
  .special-color-1 .head__navigation {
    background-color: white !important;
  }
  .special-color-2 .head__navigation {
    background-color: black !important;
  }
  .special-color-3 .head__navigation {
    background-color: #9dd1ff !important;
  }
  .special-color-4 .head__navigation {
    background-color: #f7f3d6 !important;
  }
  .special-color-5 .head__navigation {
    background-color: #3b2716 !important;
  }
  */
}
@media (max-width: 1320px) {
  .head__navigation::-webkit-scrollbar {
    width: 0px;
  }
}
.head__sidebar {
  position: fixed;
  top: 0;
  left: 0;
}
/*
.special .head__sidebar {
  top: 56px;
}
*/
@media (max-width: 1320px) {
  .head__sidebar {
    position: static;
    margin-top: 100px;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}
.head__menu {
  margin-bottom: 17px;
}
@media (max-width: 1320px) {
  .head__menu {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}
@media (max-width: 600px) {
  .head__menu {
    width: calc(100% - 40px);
  }
}
.head__burger {
  display: none;
  margin-right: 40px;
  margin-top: 40px;
  position: absolute;
  margin-right: 0;
  right: 20px;
}

 
@media (max-width: 1320px) {
  .head__burger {
    display: block;
  }
  .fixed-header__row:first-child {
    padding-right: 40px;
  }
  .head__container {
    padding-right: 50px;
  }
}
.head--white .head__feedback {
  border-bottom: 1px dotted rgba(255,255,255,0.5);
}
.head--white .head__feedback:hover {
  border-bottom: 1px dotted transparent;
}
.head--black .head__feedback {
  border-bottom: 1px dotted rgba(29,26,21,0.5);
}
.head--black .head__feedback:hover {
  border-bottom: 1px dotted transparent;
}
.head--black .burger__stroke {
  background-color: #1d1a15;
}
.head--black .burger::before {
  background-color: #1d1a15;
}
.head--black .burger::after {
  background-color: #1d1a15;
}
body.js-popupopen .head {
  width: calc(100% - 17px);
}
@media (max-width: 1320px) {
  body.js-popupopen .head {
    width: 100%;
  }
}
body.js-burgeropen {
  overflow-y: hidden;
}
/*
.special-color-1 .burger__stroke {
  background-color: black !important;
}
.special-color-1 .burger::before {
  background-color: black;
}
.special-color-1 .burger::after {
  background-color: black;
}
.special-color-2 .burger__stroke {
  background-color: white !important;
}
.special-color-2 .burger::before {
  background-color: white;
}
.special-color-2 .burger::after {
  background-color: white;
}
.special-color-3 .burger__stroke {
  background-color: black !important;
}
.special-color-3 .burger::before {
  background-color: black;
}
.special-color-3 .burger::after {
  background-color: black;
}
.special-color-4 .burger__stroke {
  background-color: #59422e !important;
}
.special-color-4 .burger::before {
  background-color: #59422e;
}
.special-color-4 .burger::after {
  background-color: #59422e;
}
.special-color-5 .burger__stroke {
  background-color: #a9dd38 !important;
}
.special-color-5 .burger::before {
  background-color: #a9dd38;
}
.special-color-5 .burger::after {
  background-color: #a9dd38;
}
*/
@media (max-width: 1320px) {
  body.js-burgeropen .head__navigation {
    width: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 1320px) {
  body.js-burgeropen .head__sidebar {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
@media (max-width: 1320px) {
  body.js-burgeropen .head__menu {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
body.js-burgeropen .burger__stroke {
  background-color: #fff;
}
body.js-burgeropen .burger::before {
  background-color: #fff;
}
body.js-burgeropen .burger::after {
  background-color: #fff;
}
.index-intro {
  position: relative;
  width: calc(100% + 75px);
  margin-left: -75px;
}
@media (max-width: 1320px) {
  .index-intro {
    width: 100%;
    margin-left: 0;
  }
}
.index-intro__reception {
  position: absolute;
  bottom: 40px;
  right: 60px;
  z-index: 1;
}
/*
.special-letter-spacing-2 .index-intro__reception {
  position: static;
  margin-left: auto;
}
.special-letter-spacing-3 .index-intro__reception {
  position: static;
  margin-left: auto;
}
.special-font-size-2 .index-intro__reception {
  position: static;
  margin-left: auto;
}
.special-font-size-3 .index-intro__reception {
  position: static;
  margin-left: auto;
}
*/
@media (max-width: 1400px) {
  .index-intro__reception {
    bottom: 0;
    right: 40px;
  }
  /*
  .special-line-height-2 .index-intro__reception {
    position: static;
    margin-left: auto;
  }
  .special-line-height-3 .index-intro__reception {
    position: static;
    margin-left: auto;
  }
  */
}
/*
@media (max-width: 1320px) {
  .special .index-intro__reception {
    margin-left: 0;
  }
}
*/
@media (max-width: 1024px) {
  .index-intro__reception {
    position: static;
  }
}
.main-slider {
  position: relative;
  width: 100%;
}
.main-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-slider__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 100vh;
  min-height: 768px;
  width: 100%;
  background-color: #1d1a15;
  overflow: hidden;
}
.main-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.main-slider__text {
  position: absolute;
  width: 600px;
  left: 135px;
  bottom: 115px;
}
@media (max-width: 1400px) {
  .main-slider__text {
    width: 40%;
    left: 115px;
  }
}
@media (max-width: 1320px) {
  .main-slider__text {
    left: 40px;
  }
}
@media (max-width: 1024px) {
  .main-slider__text {
    width: 75%;
    left: 30px;
  }
}
@media (max-width: 600px) {
  .main-slider__text {
    left: 20px;
  }
}
.main-slider__heading {
  display: inline-block;
  margin-bottom: 24px;
}
.main-slider__link {
  border-bottom: 1px solid rgba(255,255,255,0.25);
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*
.special-line-height-2 .main-slider__link {
  line-height: 2.7rem !important;
}
.special-line-height-3 .main-slider__link {
  line-height: 2.8rem !important;
}
.special .main-slider__link {
  font-size: 2.5rem !important;
}
*/
.main-slider__link:hover {
  border-bottom: 1px solid transparent;
}
.main-slider__description + .main-slider__description {
  margin-top: 20px;
}
.main-slider__arrows {
  position: absolute;
  left: 135px;
  bottom: 80px;
  width: 70px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .main-slider__arrows {
    left: 115px;
  }
}
@media (max-width: 1320px) {
  .main-slider__arrows {
    left: 40px;
  }
}
@media (max-width: 1024px) {
  .main-slider__arrows {
    left: 30px;
  }
}
@media (max-width: 600px) {
  .main-slider__arrows {
    left: 20px;
  }
}
.main-slider__arrow-left {
  position: absolute;
  top: 0;
  left: 0;
}
.main-slider__arrow-right {
  position: absolute;
  top: 0;
  right: 0;
}
.reception {
  padding: 35px 35px 45px 35px;
  width: 320px;
  background-color: #0083cb;
}
/*
.special-letter-spacing-2 .reception {
  padding: 40px 60px 40px 60px;
  width: calc(100% - 75px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.special-letter-spacing-3 .reception {
  padding: 40px 60px 40px 60px;
  width: calc(100% - 75px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.special-font-size-2 .reception {
  padding: 40px 60px 40px 60px;
  width: calc(100% - 75px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.special-font-size-3 .reception {
  padding: 40px 60px 40px 60px;
  width: calc(100% - 75px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
@media (max-width: 1400px) {
  .reception {
    width: 306px;
  }
  /*
  .special-letter-spacing-2 .reception {
    padding: 40px;
  }
  .special-letter-spacing-3 .reception {
    padding: 40px;
  }
  .special-font-size-2 .reception {
    padding: 40px;
  }
  .special-font-size-3 .reception {
    padding: 40px;
  }
  .special-line-height-2 .reception {
    padding: 40px;
    width: calc(100% - 75px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .special-line-height-3 .reception {
    padding: 40px;
    width: calc(100% - 75px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  */
}
/*
@media (max-width: 1320px) {
  .special .reception {
    width: 100%
  }
}
*/
@media (max-width: 1024px) {
  .reception {
    padding: 40px 30px 40px 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*
  .special .reception {
    width: 100%
  }
  */
}
@media (max-width: 600px) {
  .reception {
    padding: 40px 20px 40px 20px;
  }
}
.reception__heading {
  margin-bottom: 19px;
}
.reception__description {
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .reception__description {
    display: none;
    /*margin-bottom: 21px;*/
  }
}
.inner-intro {
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 188px;
  margin-bottom: 39px;
  text-align: center;
}
@media (max-width: 1320px) {
  .inner-intro {
    position: static;
  }
}
@media (max-width: 1024px) {
  .inner-intro {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .inner-intro {
    width: calc(100% - 40px);
    text-align: left;
  }
}
.inner-intro--white {
  color: #fff;
}
.inner-intro__breadcrumps {
  margin-bottom: 16px;
}
/*@media (max-width: 600px) {*/
/*  .inner-intro__breadcrumps {*/
/*    display: none;*/
/*  }*/
/*}*/
.inner-intro--white .breadcrumps__item {
  color: #77bae1;
}
.inner-intro--white .breadcrumps__link {
  border-bottom: 1px solid rgba(119,186,255,0.25);
}
.breadcrumps__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumps__item {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #565a60;
}
.breadcrumps__item:not(:nth-last-child(1))::after {
  content: "/";
  display: inline-block;
  margin: 0 10px 0 10px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: inherit;
}
.breadcrumps__link {
  border-bottom: 1px solid rgba(86,90,96,0.25);
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.breadcrumps__link:hover {
  border-bottom: 1px solid transparent;
}
.branches {
  box-sizing: border-box;
  width: 100%;
  max-width: 1360px;
  margin: 18px auto;
  padding: 0 30px;
  background-color: #007ec7;
}
@media (max-width: 1024px) {
  .branches {
    max-width: 780px;
  }
}
@media (max-width: 600px) {
  .branches {
    padding: 0 20px;
  }
}
.branches--index {
  padding: 70px 0 80px 0;
}
.branches--inner {
  padding: 0 0 51px 0;
}
.branches__heading {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 39px;
  width: 1360px;
  text-align: center;
  left: 37px;
}
@media (max-width: 1580px) {
  .branches__heading {
    width: calc(100% - 194px);
  }
}
@media (max-width: 1400px) {
  .branches__heading {
    width: calc(100% - 154px);
  }
}
@media (max-width: 1320px) {
  .branches__heading {
    position: static;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) {
  .branches__heading {
    width: calc(100% - 60px);
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .branches__heading {
    width: calc(100% - 40px);
    margin-left: 20px;
    text-align: left;
  }
}

.branches__list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 32px;
  position: relative;
  list-style-type: none;
}
@media (max-width: 1024px) {
  .branches__list {
    grid-template-columns: 1fr;
  }
}
.branches__item {
  display: block;
  position: relative;
  height: 320px;
  border: 1px solid #2691cf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -webkit-transition: height 0.5s 0s ease, margin-bottom 0.5s 0s ease, opacity 0.3s 0.5s ease;
  transition: height 0.5s 0s ease, margin-bottom 0.5s 0s ease, opacity 0.3s 0.5s ease;
}
@media (max-width: 600px) {
  .branches__item {
    height: auto;
  }
}

.branches__item-top-corner::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  top: -1px;
  right: -1px;
  background-color: #fff;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.branches__item-top-corner::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  top: -1px;
  right: -1px;
  background-color: #fff;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.branches__item-bottom-corner::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -1px;
  left: -1px;
  background-color: #fff;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.branches__item-bottom-corner::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  bottom: -1px;
  left: -1px;
  background-color: #fff;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.branches__item-text {
  display: inline-block;
  width: 322px;
  margin-top: 35px;
  margin-left: 35px;
  vertical-align: top;
  z-index: 1;
}
@media (max-width: 1580px) {
  .branches__item-text {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .branches__item-text {
    width: 80%;
    margin: 20px;
  }
}
.branches__item-title {
  margin-bottom: 19px;
}
.branches__item-link {
  border-bottom: 1px solid rgba(255,255,255,0.25);
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.branches__item-link::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/*
.special-font-size-1 .branches__item-link {
  font-size: 1.5rem !important;
}
*/
.branches__item-link:hover {
  border-bottom: 1px solid transparent;
}
.branches__item-description + .branches__item-description {
  margin-top: 20px;
}
/*.branches__item-sprite {
  display: inline-block;
  position: absolute;
  top: 39px;
  right: 16px;
  width: 200px;
  height: 240px;
  background-position: 200px 0;
  overflow: hidden;
}
.special .branches__item-sprite {
  display: none;
}
@media (max-width: 600px) {
  .branches__item-sprite {
    display: none;
  }
}*/
.branches__item-sprite-wrapper {
  display: inline-block;
  position: absolute;
  top: 39px;
  right: 16px;
  width: 200px;
  height: 240px;
  overflow: hidden;
}
.branches__item-sprite {
  position: absolute;
  top: 0;
  left: -7800px;
  display: block;
  width: 8000px;
  height: 240px;
}
/*
.special .branches__item-sprite-wrapper {
  display: none;
}
*/
@media (max-width: 600px) {
  .branches__item-sprite-wrapper {
    display: none;
  }
}
/*.branches__item-sprite--01 {
  background-image: url("../images/sprites/sprite_01.png");
}*/
.branches__button {
  position: relative;
  left: 37px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1320px) {
  .branches__button {
    position: static;
  }
}
@media (max-width: 600px) {
  .branches__button {
    margin-left: 20px;
  }
}
.branch__wysiwyg {
  /*position: relative;*/
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 76px;
  left: 37px;
}
@media (max-width: 1320px) {
  .branch__wysiwyg {
    position: static;
  }
}
@media (max-width: 1024px) {
  .branch__wysiwyg {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .branch__wysiwyg {
    width: calc(100% - 40px);
  }
}
.branch .prices__services {
  height: auto;
  margin-bottom: 30px;
}
.branch .prices__services-list {
  opacity: 1;
  display: block;
  visibility: visible;
}
.branch__photo-slider {
  margin-bottom: 80px;
}
.branches__item:hover .branches__item-top-corner::before {
  width: calc(100% + 2px);
}
.branches__item:hover .branches__item-top-corner::after {
  height: calc(100% + 2px);
}
.branches__item:hover .branches__item-bottom-corner::before {
  width: calc(100% + 2px);
}
.branches__item:hover .branches__item-bottom-corner::after {
  height: calc(100% + 2px);
}
.branches__item:hover .branches__item-sprite {
  -webkit-animation: branch-sprite;
  animation: branch-sprite;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-timing-function: steps(39, end);
  animation-timing-function: steps(39, end);
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.news {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /*left: 37px;*/
}
.news--index {
  width: 1360px;
  padding: 70px 0 104px 0;
}
@media (max-width: 1580px) {
  .news--index {
    width: calc(100% - 194px);
  }
}
@media (max-width: 1400px) {
  .news--index {
    width: calc(100% - 154px);
  }
}
@media (max-width: 1320px) {
  .news--index {
    position: static;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) {
  .news--index {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .news--index {
    width: calc(100% - 40px);
  }
}
.news--inner {
  width: 1360px;
  padding: 0 0 100px 0;
}
@media (max-width: 1580px) {
  .news--inner {
    width: 1212px;
  }
}
@media (max-width: 1320px) {
  .news--inner {
    position: static;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) {
  .news--inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .news--inner {
    width: calc(100% - 40px);
  }
}
.news__text {
  width: 1360px;
  margin: 0 auto;
  left: 37px;
  position: relative;
  margin-bottom: 32px;
  font-family: "GothamPro";
  font-weight: 300;
}

@media (max-width: 1580px) {
  .news__text {
    width: 1212px;
  }
}

@media (max-width: 1320px) {
  .news__text {
    position: static;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) {
  .news__text {
      width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .news__text {
      width: calc(100% - 40px);
  }
}

.news__heading {
  display: block;
  width: 100%;
  margin-bottom: 34px;
  text-align: center;
}
@media (max-width: 600px) {
  .news__heading {
    text-align: left;
  }
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 5px 0;
  list-style-type: none;
}
.news__item {
  margin-bottom: 40px;
  width: 420px;
  margin-left: 50px;
}
@media (max-width: 1580px) {
  .news__item {
    width: 376px;
    margin-left: 42px;
  }
}
@media (max-width: 1320px) {
  .news__item {
    width: calc(50% - 21px);
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .news__item {
    width: calc(50% - 21px);
  }
}
@media (max-width: 600px) {
  .news__item {
    width: 100%;
  }
}
.news__item--narrow {
  width: calc(25% - 24px);
  margin-left: 0;
}

@media (max-width: 1320px) {
  .news__item--narrow {
    width: calc(33% - 21px);
  }
}
@media (max-width: 1024px) {
  .news__item--narrow {
    width: calc(50% - 21px);
  }
}
@media (max-width: 600px) {
  .news__item--narrow {
    width: 100%;
  }
}
@media (max-width: 1320px) {
  .news__item--narrow:nth-last-child(1) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .news__item--narrow:nth-last-child(1) {
    display: block;
  }
}
.news__item--narrow:nth-child(n+2) {
  margin-left: 32px;
}
@media (max-width: 1024px) {
  .news__item--narrow:nth-child(n+2) {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .news__item--narrow:nth-child(even) {
    margin-left: 32px;
  }
}
@media (max-width: 600px) {
  .news__item--narrow:nth-child(even) {
    margin-left: 0;
  }
}
/*
.special-letter-spacing-2 .news__item--narrow {
  width: calc(50% - 42px);
  margin-left: 42px;
}
.special-letter-spacing-3 .news__item--narrow {
  width: calc(50% - 42px);
  margin-left: 42px;
}
.special-font-size-2 .news__item--narrow {
  width: calc(50% - 42px);
  margin-left: 42px;
}
.special-font-size-3 .news__item--narrow {
  width: calc(50% - 42px);
  margin-left: 42px;
}
*/
.news__item--has-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
  margin-left: 50px;
}
@media (max-width: 1580px) {
  .news__item--has-image {
    margin-left: 42px;
  }
}
@media (max-width: 1320px) {
  .news__item--has-image {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .news__item--has-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.news__item-date {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #565a60;
}
.news__item-title {
  margin-bottom: 13px;
}
.news__item-link {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(29,26,21,0.25);
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
/*
.special-font-size-1 .news__item-link {
  font-size: 1.5rem !important;
}
*/
.news__item-link:hover {
  border-bottom: 1px solid transparent;
}
.news__item-image-wrapper {
  position: relative;
  width: calc(50% - 25px);
  height: 332px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .news__item-image-wrapper {
    width: calc(50% - 21px);
  }
}
@media (max-width: 1024px) {
  .news__item-image-wrapper {
    height: 260px;
  }
}
@media (max-width: 600px) {
  .news__item-image-wrapper {
    margin-bottom: 20px;
    width: 100%;
  }
}
.news__item-image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .news__item-image {
    -webkit-transform: translate(-50%, -50%) scale(0.85);
    transform: translate(-50%, -50%) scale(0.85);
  }
}
@media (max-width: 600px) {
  .news__item-image {
    -webkit-transform: translate(-50%, -50%) scale(0.85);
    transform: translate(-50%, -50%) scale(0.85);
  }
}
.news__link-wrapper {
  width: 100%;
  text-align: center;
}
@media (max-width: 600px) {
  .news__link-wrapper {
    text-align: left;
  }
}
.news__button {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .news__button {
    margin-left: 0;
  }
}
.news--inner .news__list {
  width: calc(100% + 50px);
  margin-left: -50px;
}
/*
.special-font-size-2 .news--index .news__list {
  width: calc(100% + 42px);
  margin-left: -42px;
}
.special-font-size-3 .news--index .news__list {
  width: calc(100% + 42px);
  margin-left: -42px;
}
.special-letter-spacing-2 .news--index .news__list {
  width: calc(100% + 42px);
  margin-left: -42px;
}
.special-letter-spacing-3 .news--index .news__list {
  width: calc(100% + 42px);
  margin-left: -42px;
}
*/
@media (max-width: 1580px) {
  .news--inner .news__list {
    width: calc(100 + 42px);
    margin-left: -42px;
  }
}
@media (max-width: 1320px) {
  .news--inner .news__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }
}
.news__item--has-image .news__item-text {
  width: calc(50% - 25px);
}
@media (max-width: 1580px) {
  .news__item--has-image .news__item-text {
    width: calc(50% - 21px);
  }
}
@media (max-width: 600px) {
  .news__item--has-image .news__item-text {
    width: 100%;
  }
}
.news__item--has-image .news__item-date {
  margin-bottom: 6px;
}
.news__item--has-image .news__item-title {
  margin-bottom: 29px;
}
.center-preview {
  width: 100%;
  margin-bottom: 100px;
}
.center-preview__photo-slider {
  margin-bottom: 50px;
}
.center-preview__link-wrapper {
  position: relative;
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  left: 37px;
  text-align: center;
}
@media (max-width: 1580px) {
  .center-preview__link-wrapper {
    width: calc(100% - 194px);
  }
}
@media (max-width: 1400px) {
  .center-preview__link-wrapper {
    width: calc(100% - 154px);
  }
}
@media (max-width: 1320px) {
  .center-preview__link-wrapper {
    position: static;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .center-preview__link-wrapper {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .center-preview__link {
    margin-left: 20px;
  }
}
.center-intro {
  width: 100%;
  background-color: #f1f9fc;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .center-intro {
    min-height: auto;
  }
}
.center-intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  /*left: 37px;*/
}
@media (max-width: 1580px) {
  .center-intro__container {
    width: calc(100% - 194px);
  }
}
@media (max-width: 1400px) {
  .center-intro__container {
    width: calc(100% - 154px);
  }
}
@media (max-width: 1320px) {
  .center-intro__container {
    position: static;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) {
  .center-intro__container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .center-intro__container {
    width: calc(100% - 40px);
  }
}
.center-intro__text {
  z-index: 1;
  padding-top: 109px;
  width: 45%;
}
@media (max-width: 1320px) {
  .center-intro__text {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .center-intro__text {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
  }
}
.center-intro__heading {
  margin-bottom: 34px;
}
/*
.special-line-height-2 .center-intro__heading {
  line-height: 3.2rem !important;
}
.special-line-height-3 .center-intro__heading {
  line-height: 4rem !important;
}
*/
.center-intro__doctors-preview {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  height: 700px;
  width: calc(50% - 16px);
}
@media (max-width: 1024px) {
  .center-intro__doctors-preview {
    display: none;
  }
}
.center-intro__doctors-image {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.advantages {
  position: relative;
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 14px 0;
  /*left: 37px;*/
}
@media (max-width: 1580px) {
  .advantages {
    width: calc(100% - 194px);
  }
}
@media (max-width: 1400px) {
  .advantages {
    width: calc(100% - 154px);
  }
}
@media (max-width: 1320px) {
  .advantages {
    position: static;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) {
  .advantages {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .advantages {
    width: calc(100% - 40px);
  }
}
.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.advantages__item {
  margin-bottom: 56px;
}
.current-advantage {
  display: block;
  width: 420px;
}
@media (max-width: 1580px) {
  .current-advantage {
    width: 376px;
  }
}
@media (max-width: 1400px) {
  .current-advantage {
    width: calc(33% - 28px);
  }
}
@media (max-width: 1024px) {
  .current-advantage {
    width: calc(50% - 16px);
  }
}
@media (max-width: 600px) {
  .current-advantage {
    width: 100%;
  }
}
.current-advantage__icon-wrapper {
  margin-bottom: 13px;
}
.current-advantage__icon {
  display: block;
  width: 55px;
  height: 57px;
}
.current-advantage__description {
  display: inline-block;
  width: 80%;
  font-family: "GothamPro";
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .current-advantage__description {
    width: 100%;
  }
}
.photo-slider {
  position: relative;
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  /*left: 37px;*/
}
@media (max-width: 1580px) {
  .photo-slider {
    width: calc(100% - 194px);
  }
}
@media (max-width: 1400px) {
  .photo-slider {
    width: calc(100% - 154px);
  }
}
@media (max-width: 1320px) {
  .photo-slider {
    position: static;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) {
  .photo-slider {
    width: 100%;
  }
}
.photo-slider__tabs {
  margin-bottom: 26px;
  text-align: center;
}
@media (max-width: 600px) {
  .photo-slider__tabs {
    margin-bottom: 0;
    margin-left: 20px;
    text-align: left;
  }
}
.photo-slider__container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.photo-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.photo-slider__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 690px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .photo-slider__item {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .photo-slider__item {
    height: auto;
  }
}
.photo-slider__image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .photo-slider__image {
    position: static;
    max-width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.photo-slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 127px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.photo-slider__arrows::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 63px;
  top: 0;
  left: 63px;
  background-color: #2691cf;
}
/*
.special .photo-slider__arrows::before {
  display: none;
}*/
.sitemap {
  width: calc(50% - 16px);
}
.sitemap__list {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: calc(50% - 16px);
  -moz-column-width: calc(50% - 16px);
  column-width: calc(50% - 16px);
}
.sitemap__list + .sitemap__list {
  margin-left: 32px;
}
.sitemap__item {
  font-family: "GothamPro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}
.sitemap__item + .sitemap__item {
  margin-top: 24px;
}
.sitemap__link {
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sitemap__link:hover {
  opacity: 0.5;
}
.sitemap__sublinks {
  margin-top: 16px;
  margin-bottom: 20px;
}
.sitemap__item--active .sitemap__link {
  opacity: 0.5;
}
.sublinks__list {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.sublinks__item {
  margin-bottom: 14px;
  padding-right: 30px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #95bde0;
}
.sublinks__item--active {
  color: #fff;
}
.sublinks__item + .sublinks__item {
  margin-top: 10px;
}
.sublinks__link {
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sublinks__link:hover {
  color: #fff;
}
/*
.special .developer-copyright {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
*/
.developer-copyright__link {
  cursor: pointer;
}
/*
.special-font-size-2 .developer-copyright__link {
  vertical-align: top;
}
.special-font-size-3 .developer-copyright__link {
  vertical-align: top;
}
*/
.developer-copyright__name {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 3px;
  font-family: "Arial";
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  background-color: #00a1e1;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.developer-copyright__hint {
  display: inline-block;
  position: relative;
  top: 5px;
  font-family: "Arial";
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #95bde0;
  text-transform: uppercase;
}
/*
.special-font-size-2 .developer-copyright__hint {
  top: 4px;
}
.special-font-size-3 .developer-copyright__hint {
  top: 4px;
}
*/
.developer-copyright__link + .developer-copyright__hint {
  margin-left: 10px;
}
.developer-copyright__link:hover .developer-copyright__name {
  background-color: #fff;
  color: #007ec7;
}
.foot {
  box-sizing: border-box;
  width: 100%;
  padding: 45px 0 24px 75px;
  color: #fff;
  background-color: #007ec7;
  border-top: 1px solid #2691cf;
}
@media (max-width: 480px) {
  .foot {
    padding-bottom: 100px;
  }
}
.foot__container {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 56px;
}
@media (max-width: 1320px) {
  .foot {
    padding-left: 0;
  }
  .foot__container {
    position: static;
    padding: 0 30px;
  }
}
.foot__contacts {
  display: flex;
  flex-direction: column;
  width: 35%;
}
.foot__contacts-content {
  flex: 1;
}
.foot__write-to-head {
  display: flex;
  flex-direction: column;
  grid-gap: 19px;
  max-width: 333px;
}
.foot__write-to-head-label {
  display: flex;
  align-items: center;
  grid-gap: 11px;
  user-select: none;
  text-align: left;
}
.foot__write-to-head-image {
  flex: 0 0 auto;
  display: flex;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: url("../images/foot/image-01.png") 0 0 no-repeat;
}
.foot__write-to-head-text {
  flex: 1;
  font-family: var(--font-family);
  font-weight: 100;
  font-size: 15px;
  line-height: 107%;
  letter-spacing: -0.05em;
  color: #fff;
}
.foot__button-write-to-head {
  display: flex;
}
.foot__button-write-to-head-link {
  height: 55px;
  padding: 0 53px;
}
.foot__contacts-content {
  flex: 1;
}
.foot__write-to-head {
  display: flex;
  flex-direction: column;
  grid-gap: 19px;
  max-width: 333px;
}
.foot__write-to-head-label {
  display: flex;
  align-items: center;
  grid-gap: 11px;
  user-select: none;
  text-align: left;
}
.foot__write-to-head-image {
  flex: 0 0 auto;
  display: flex;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: url("../images/foot/image-01.png") 0 0 no-repeat;
}
.foot__write-to-head-text {
  flex: 1;
  font-family: var(--font-family);
  font-weight: 100;
  font-size: 15px;
  line-height: 107%;
  letter-spacing: -0.05em;
  color: #fff;
}
.foot__button-write-to-head {
  display: flex;
}
.foot__button-write-to-head-link {
  height: 55px;
  padding: 0 53px;
}
@media (max-width: 1024px) {
  .foot__contacts {
    width: 100%;
    text-align: center;
  }
}
.foot__phone-wrapper {
  display: block;
}
.foot__phone {
  font-family: "GothamPro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.foot__phone:hover {
  opacity: 0.5;
}
.foot__adres {
  display: block;
  margin-bottom: 25px;
}
.foot__worktime {
  display: block;
}
@media (max-width: 1024px) {
  .foot__sitemap {
    display: none;
  }
}
.foot__copyright {
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 45px;
  border-top: 1px solid #2691cf;
  padding: 0 56px;
}
@media (max-width: 1320px) {
  .foot__copyright {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .foot__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.foot__center-copyright {
  display: inline-block;
  margin: 25px 45px 0 0;
}
@media (max-width: 1400px) {
  .foot__center-copyright {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .foot__center-copyright {
    margin: 25px auto 0 auto;
    text-align: center;
  }
}
/*
.foot__mail {
  display: inline-block;
  margin: 25px 0 0 0;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.special .foot__mail {
  border: none !important;
}
@media (max-width: 1400px) {
  .special .foot__mail {
    display: none;
  }
}
.foot__mail:hover {
  border-bottom: 1px solid transparent;
}*/
.foot__mail {
  position: relative;
  display: inline-block;
  margin: 25px 0 0 0;
  /*border-bottom: 1px solid rgba(255,255,255,0.25);*/
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  /*-webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;*/
}
.foot__mail::after {
  content: "";
  position: absolute;
  top: 19px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: .25;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.foot__mail:hover::after {
  opacity: 0;
}
/*
.special .foot__mail::after {
  display: none !important;
}
@media (max-width: 1400px) {
  .special .foot__mail {
    display: none;
  }
}
.foot__mail:hover {
  border-bottom: 1px solid transparent;
}*/
.foot__developer-copyright {
  display: inline-block;
  margin: 20px 0 0 auto;
}
@media (max-width: 1024px) {
  .foot__developer-copyright {
    margin: 20px auto 0 auto;
  }
  .footer-container__copy {
    margin-right: auto;
  }
}
.popup {
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #0074b4;
}
.popup__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup__stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.popup__stage::-webkit-scrollbar {
  width: 0px;
}
.popup__bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 100px;
  margin-bottom: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  z-index: 1;
}
/*
.special .popup__bar {
  margin-top: 200px;
}*/
@media (max-width: 600px) {
  .popup__bar {
    margin-bottom: 50px;
  }
}
/*
.special-letter-spacing-2 .popup__bar--narrow {
  width: 460px;
}
.special-letter-spacing-3 .popup__bar--narrow {
  width: 520px;
}
.special-font-size-2 .popup__bar--narrow {
  width: 460px;
}
.special-font-size-3 .popup__bar--narrow {
  width: 520px;
}
*/
.popup__bar--narrow {
  background-color: #0083cb;
  padding: 35px 35px 45px 35px;
  width: 320px;
}
@media (max-width: 600px) {
  .popup__bar--narrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .popup__bar--narrow {
    padding-bottom: 100px;
  }
}

.popup__bar--wide {
  width: 800px;
  padding: 46px 45px 49px 45px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .popup__bar--wide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 46px 30px 49px 30px;
  }
}
@media (max-width: 600px) {
  .popup__bar--wide {
    padding: 46px 20px 49px 20px;
  }
}
.popup__close {
  position: absolute;
  right: -50px;
  top: -50px;
}
@media (max-width: 1024px) {
  .popup__close {
    right: 20px;
    top: 20px;
  }
}
.popup__date {
  display: block;
  margin-bottom: 18px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #565a60;
}
.popup__heading {
  margin-bottom: 19px;
}
.popup__bar--wide .popup__heading {
  margin-bottom: 37px;
}
.popup__description:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .popup__description:not(:last-child) {
    margin-bottom: 21px;
  }
}
.popup__wysiwyg {
  margin-bottom: 45px;
}
body.js-popupopen {
  overflow-y: hidden;
  width: calc(100% - 17px);
}
@media (max-width: 1320px) {
  body.js-popupopen {
    width: 100%;
  }
}
body.js-popupopen .popup {
  width: 100%;
}
body.js-popupopen .popup__stage {
  overflow-y: auto;
}
body.js-popupopen .popup__bar:not(.js-popup-bar-active) {
  display: none;
}
body.js-popupopen .js-popup-bar-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.popup-close__button {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .popup-close__button {
    width: 20px;
    height: 20px;
  }
}
.popup-close__button:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup-close__button::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*
.special-color-1 .popup-close__button::after {
  background-color: black !important;
}
.special-color-2 .popup-close__button::after {
  background-color: white !important;
}
.special-color-3 .popup-close__button::after {
  background-color: black !important;
}
*/
@media (max-width: 1024px) {
  .popup-close__button::after {
    top: 9px;
  }
}
.popup-close__button::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*
.special-color-1 .popup-close__button::before {
  background-color: black !important;
}
.special-color-2 .popup-close__button::before {
  background-color: white !important;
}
.special-color-3 .popup-close__button::before {
  background-color: black !important;
}
*/
@media (max-width: 1024px) {
  .popup-close__button::before {
    top: 9px;
  }
}
@media (max-width: 1024px) {
  .popup__bar--wide .popup-close__button::before {
    background-color: #1d1a15;
  }
}
@media (max-width: 1024px) {
  .popup__bar--wide .popup-close__button::after {
    background-color: #1d1a15;
  }
}
.default-wysiwyg {
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 96px;
  /*left: 37px;*/
}
@media (max-width: 1320px) {
  .default-wysiwyg {
    position: static;
  }
}
@media (max-width: 1024px) {
  .default-wysiwyg {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .default-wysiwyg {
    width: calc(100% - 40px);
  }
}
.reviews {
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  /*left: 37px;*/
}
@media (max-width: 1320px) {
  .reviews {
    position: static;
  }
}
@media (max-width: 1024px) {
  .reviews {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .reviews {
    width: calc(100% - 40px);
  }
}
.reviews__list {
  padding: 0;
  margin: 50px 0 50px 0;
  list-style-type: none;
  width: 100%;
}
.reviews__item {
  padding: 26px 40px 30px 40px;
  width: 100%;
  border: 1px solid #efefee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .reviews__item {
    padding: 20px;
  }
}
.reviews__item:not(:nth-last-child(1)) {
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .reviews__item:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }
}
.reviews__item-date {
  display: block;
  margin-bottom: 11px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #565a60;
}
.reviews__item-name {
  display: block;
  margin-bottom: 14px;
  font-family: "GothamPro";
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #1d1a15;
}
.reviews__item-description:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}
.reviews__button {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .reviews__button {
    margin-left: 0;
  }
}
.add-review {
  width: 100%;
  padding: 73px 0 99px 0;
  background-color: #0083cb;
}
.add-review__container {
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  /*left: 37px;*/
}
@media (max-width: 1320px) {
  .add-review__container {
    position: static;
  }
}
@media (max-width: 1024px) {
  .add-review__container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .add-review__container {
    width: calc(100% - 40px);
  }
}
.add-review__heading {
  margin-bottom: 28px;
}
.add-review__description {
  margin-bottom: 25px;
}
.doctors {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1245px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 1320px) {
  .doctors {
    left: 0;
  }
}
@media (max-width: 600px) {
  .doctors {
    padding: 0 20px;
  }
}
.doctors__heading {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 600px) {
  .doctors__heading {
    text-align: left;
  }
}
.doctors__branch-filter {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .doctors__branch-filter {
    margin-left: 0;
    width: 100%;
    max-width: 420px;
  }
}
.doctors__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 42px;
  align-items: flex-start;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1024px) {
  .doctors__list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 600px) {
  .doctors__list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.doctors__item {
  position: relative;
  padding: 0;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 600px) {
  .doctors__item {
    width: 100%;
  }
}
.doctors__item:hover {
  -webkit-box-shadow: 0 20px 30px rgba(0,126,199,0.15);
  box-shadow: 0 20px 30px rgba(0,126,199,0.15);
  z-index: 1;
}
.doctors__item-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 335/317;
  overflow: hidden;
}
.doctors__item-image {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctors__item-text {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #efefee;
  border-right: 1px solid #efefee;
  border-bottom: 1px solid #efefee; 
  padding: 26px 40px 23px 40px;
  -webkit-transition-property: border; 
  transition-property: border;
  -webkit-transition-duration: 0.5s; 
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  height: 100%;
  max-height: calc(100% - 376px);
}
@media (max-width: 1024px) {
  .doctors__item-text {
    padding: 20px 20px 5px 20px;
    border-bottom: 0px;
  }
}
.doctors__item-skills {
  display: block;
  margin-bottom: 11px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #565a60;
}
.doctors__item-name {
  display: block;
  margin-bottom: 6px;
  font-family: "GothamPro";
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #1d1a15;
}
.doctors__item-hidden-text {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 40px 30px 40px;
  top: calc(100% - 23px);
  border-left: 1px solid #efefee;
  border-right: 1px solid #efefee;
  background-color: #fff;
  opacity: 0;
  display: none;
  -webkit-transition-property: opacity, -webkit-box-shadow;
  transition-property: opacity, -webkit-box-shadow;
  transition-property: opacity, box-shadow;
  transition-property: opacity, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: 0 50px 30px rgba(0,126,199,0.15);
  box-shadow: 0 50px 30px rgba(0,126,199,0.15);
}
@media (max-width: 1024px) {
  .doctors__item-hidden-text {
    display: block;
    position: static;
    padding: 5px 20px 20px 20px;
    border-bottom: 1px solid #efefee;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.doctors__item-description {
  margin-bottom: 23px;
}
.doctors__item:hover .doctors__item-text {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.doctors__item:hover .doctors__item-hidden-text {
  display: block;
  opacity: 1;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.doctors__list-wrap:not(.opened) .doctors__item:nth-child(n+4),
.doctors__list-wrap.opened .doctors__show-more {
  display: none;
}
.doctors__show-more {
  margin: 0 auto 80px;
}
.vacancy {
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  /*left: 37px;*/
}
@media (max-width: 1320px) {
  .vacancy {
    position: static;
  }
}
@media (max-width: 1024px) {
  .vacancy {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .vacancy {
    width: calc(100% - 40px);
  }
}
.vacancy__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 75px;
}
.special-font-size-2 .vacancy__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.special-font-size-3 .vacancy__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.special-letter-spacing-2 .vacancy__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.special-letter-spacing-3 .vacancy__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 600px) {
  .vacancy__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vacancy__wysiwyg {
  width: 596px;
}
/*
.special-font-size-2 .vacancy__wysiwyg {
  width: 100%;
  margin-bottom: 40px;
}
.special-font-size-3 .vacancy__wysiwyg {
  width: 100%;
  margin-bottom: 40px;
}
.special-letter-spacing-2 .vacancy__wysiwyg {
  width: 100%;
  margin-bottom: 40px;
}
.special-letter-spacing-3 .vacancy__wysiwyg {
  width: 100%;
  margin-bottom: 40px;
}
*/
@media (max-width: 1024px) {
  .vacancy__wysiwyg {
    width: calc(100% - 304px);
  }
}
@media (max-width: 600px) {
  .vacancy__wysiwyg {
    width: 100%;
    margin-bottom: 40px;
  }
}
.vacancy__mail {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  width: 272px;
  height: 344px;
  border: 1px solid #efefee;
  text-align: center;
}
/*
.special-font-size-2 .vacancy__mail {
  padding: 20px;
  width: 100%;
  height: auto;
  text-align: left;
}
.special-font-size-3 .vacancy__mail {
  padding: 20px;
  width: 100%;
  height: auto;
  text-align: left;
}
.special-letter-spacing-2 .vacancy__mail {
  padding: 20px;
  width: 100%;
  height: auto;
  text-align: left;
}
.special-letter-spacing-3 .vacancy__mail {
  padding: 20px;
  width: 100%;
  height: auto;
  text-align: left;
}
*/
@media (max-width: 600px) {
  .vacancy__mail {
    padding: 20px;
    width: 100%;
    height: auto;
    text-align: left;
  }
}
.vacancy__icon {
  display: inline-block;
  width: 60px;
  height: 70px;
  margin-top: 30px;
  margin-bottom: 17px;
}
/*
.special-font-size-2 .vacancy__icon {
  display: none;
}
.special-font-size-3 .vacancy__icon {
  display: none;
}
.special-letter-spacing-2 .vacancy__icon {
  display: none;
}
.special-letter-spacing-3 .vacancy__icon {
  display: none;
}
*/
@media (max-width: 600px) {
  .vacancy__icon {
    display: none;
  }
}
.vacancy__link {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #00a1e1;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,161,225,0.25);
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.vacancy__link:hover {
  border-bottom: 1px solid transparent;
}
.send-resume {
  width: 100%;
  padding: 73px 0 100px 0;
  background-color: #0083cb;
}
.send-resume__container {
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  /*left: 37px;*/
}
@media (max-width: 1320px) {
  .send-resume__container {
    position: static;
  }
}
@media (max-width: 1024px) {
  .send-resume__container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .send-resume__container {
    width: calc(100% - 40px);
  }
}
.send-resume__heading {
  margin-bottom: 28px;
}
.send-resume__description {
  margin-bottom: 21px;
}
.error-404 {
  position: relative;
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 162px;
  margin-bottom: 194px;
  /*left: 37px;*/
}
@media (max-width: 1580px) {
  .error-404 {
    width: calc(100% - 194px);
  }
}
@media (max-width: 1400px) {
  .error-404 {
    width: calc(100% - 154px);
  }
}
@media (max-width: 1320px) {
  .error-404 {
    position: static;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) {
  .error-404 {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .error-404 {
    width: calc(100% - 40px);
    margin-top: 250px;
  }
}
.error-404__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.error-404__icon-wrapper {
  position: relative;
  width: calc(50% - 16px);
  margin-top: 67px;
}
@media (max-width: 1024px) {
  .error-404__icon-wrapper {
    display: none;
  }
}
.error-404__icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.error-404__text {
  width: calc(50% - 16px);
}
@media (max-width: 1024px) {
  .error-404__text {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.error-404__number {
  display: block;
  margin-bottom: 5px;
  font-family: "GothamPro";
  font-size: 180px;
  line-height: 184px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 600px) {
  .error-404__number {
    font-size: 120px;
    line-height: 124px;
  }
}
.error-404__heading {
  margin: 0 0 37px 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1024px) {
  .error-404__heading {
    font-size: 30px;
    line-height: 34px;
  }
}
.error-404__description {
  margin: 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #fff;
}
.error-404__description + .error-404__description {
  margin-top: 20px;
}
.error-404__link {
  margin-left: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  text-decoration: none;
  color: white;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.error-404__link:hover {
  border-bottom: 1px solid transparent;
}
.contacts {
  position: relative;
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  /*left: 37px;*/
}
@media (max-width: 1580px) {
  .contacts {
    width: calc(100% - 194px);
  }
}
@media (max-width: 1400px) {
  .contacts {
    width: calc(100% - 154px);
  }
}
@media (max-width: 1320px) {
  .contacts {
    position: static;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) {
  .contacts {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .contacts {
    width: 100%;
  }
}
.contacts__text {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .contacts__text {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .contacts__text {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .contacts__text {
    width: calc(100% - 40px);
  }
}
.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacts__list {
  padding: 0 42px 0 0;
  margin: 0;
  list-style-type: none;
}
.contacts__item + .contacts__item {
  margin-top: 40px;
}
.contacts__hint {
  display: block;
  margin-bottom: 9px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #565a60;
}
.contacts__description {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #1d1a15;
}
.contacts__phone {
  text-decoration: none;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #1d1a15;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.contacts__phone:hover {
  opacity: 0.5;
}
.contacts__requisites {
  display: block;
  width: 200px;
}
@media (max-width: 600px) {
  .contacts__requisites {
    width: 100%;
    margin-top: 40px;
  }
}
.contacts__map {
  width: 100%;
  background-color: #f1f9fc;
  height: 697px;
}
@media (max-width: 1400px) {
  .contacts__map {
    height: 658px;
  }
}
@media (max-width: 1024px) {
  .contacts__map {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 600px) {
  .contacts__map {
    margin-bottom: 0;
  }
}
.contacts__feedback-wrapper {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .contacts__feedback-wrapper {
    margin-bottom: 0;
  }
}
.contacts__feedback {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*
.special-font-size-2 .contacts__feedback {
  position: static;
}
.special-font-size-3 .contacts__feedback {
  position: static;
}
.special-letter-spacing-2 .contacts__feedback {
  position: static;
}
.special-letter-spacing-3 .contacts__feedback {
  position: static;
}
*/
@media (max-width: 1024px) {
  .contacts__feedback {
    position: static;
  }
}
.feedback {
  padding: 35px 35px 45px 35px;
  width: 320px;
  background-color: #0083cb;
}
/*
.special-font-size-2 .feedback {
  padding: 40px 30px 40px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.special-font-size-3 .feedback {
  padding: 40px 30px 40px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.special-letter-spacing-2 .feedback {
  padding: 40px 30px 40px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.special-letter-spacing-3 .feedback {
  padding: 40px 30px 40px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
@media (max-width: 1400px) {
  .feedback {
    width: 306px;
  }
}
@media (max-width: 1024px) {
  .feedback {
    padding: 40px 30px 40px 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .feedback {
    padding: 40px 20px 40px 20px;
  }
}
.feedback__heading {
  margin-bottom: 19px;
}
.feedback__description {
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .feedback__description {
    margin-bottom: 21px;
  }
}
.prices {
  /*position: relative;*/
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 98px;
  /*left: 37px;*/
}
@media (max-width: 1320px) {
  .prices {
    position: static;
  }
}
@media (max-width: 1024px) {
  .prices {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .prices {
    width: calc(100% - 40px);
  }
}
.prices__heading {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .prices__heading {
    text-align: left;
  }
}
.prices__branches-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.prices__branches-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 26px 40px 25px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #efefee;
  outline: none;
  font-family: "GothamPro";
  text-align: left;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .prices__branches-container {
    padding: 26px 30px 25px 30px;
  }
}
@media (max-width: 600px) {
  .prices__branches-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
  }
}
.prices__branches-container:hover {
  background-color: #007ec7;
  color: #fff;
}
.prices__branches-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #1d1a15;
}
.prices__arrow {
  display: inline-block;
  width: 30px;
  height: 15px;
  background-image: url("../images/icons/arrow-medium--down-black.png");
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition-property: background-image;
  transition-property: background-image;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*
.special-color-1 .prices__arrow {
  background: none;
  background-image: url("../images/icons/arrow-medium--down-black.png") !important;
}
.special-color-2 .prices__arrow {
  background: none;
  background-image: url("../images/icons/arrow-medium--down-white.png") !important;
}
.special-color-3 .prices__arrow {
  background: none;
  background-image: url("../images/icons/arrow-medium--down-black.png") !important;
}
*/
@media (max-width: 600px) {
  .prices__arrow {
    display: none;
  }
}
.prices__services {
  width: 100%;
  height: 0px;
  overflow: hidden;
  -webkit-transition-property: height, margin-bottom;
  transition-property: height, margin-bottom;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prices__services-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.prices__services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 40px 16px 40px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #1d1a15;
}
@media (max-width: 1024px) {
  .prices__services-item {
    padding: 16px 30px 16px 30px;
  }
}
@media (max-width: 600px) {
  .prices__services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
.prices__services-item:not(:nth-last-child(1)) {
  border-bottom: 1px solid #efefee;
}
.prices__services-description {
  display: inline-block;
  width: 70%;
  margin: 0;
}
/*
.special-font-size-2 .prices__services-description {
  width: 65%;
}
.special-font-size-3 .prices__services-description {
  width: 60%;
}*/
@media (max-width: 600px) {
  .prices__services-description {
    width: 100%;
    margin-bottom: 10px;
  }
}
.prices__services-price {
  max-width: 120px;
  text-align: right;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #1d1a15;
}
/*
.special-font-size-2 .prices__services-price {
  max-width: 180px;
}
.special-font-size-3 .prices__services-price {
  max-width: 210px;
}*/
@media (max-width: 600px) {
  .prices__services-price {
    max-width: 100%;
    text-align: left;
  }
}
.prices__button {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .prices__button {
    margin-left: 0;
  }
}
.prices__branches-container:hover .prices__arrow {
  background-image: url("../images/icons/arrow-medium--down-white.png");
}
.is-deployed {
  background-color: #007ec7;
  color: #fff;
}
.is-deployed .prices__arrow {
  background-image: url("../images/icons/arrow-medium--up-white.png");
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.is-deployed + .prices__services {
  margin-bottom: 50px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.is-deployed + .prices__services .prices__services-list {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.is-deployed:hover .prices__arrow {
  background-image: url("../images/icons/arrow-medium--up-white.png");
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.timeline {
  position: relative;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  /*left: 37px;*/
}
@media (max-width: 1580px) {
  .timeline {
    width: calc(100% - 194px);
  }
}
@media (max-width: 1400px) {
  .timeline {
    width: calc(100% - 154px);
  }
}
@media (max-width: 1320px) {
  .timeline {
    position: static;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) {
  .timeline {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .timeline {
    width: calc(100% - 40px);
  }
}
.timeline__tabs {
  text-align: center;
}
@media (max-width: 600px) {
  .timeline__tabs {
    text-align: left;
  }
}
.timeline__format {
  text-align: center;
}
@media (max-width: 600px) {
  .timeline__format {
    text-align: left;
  }
}
.timeline__format-list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.timeline__format-item {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 10px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .timeline__format-item {
    padding: 0;
    margin-right: 25px;
    margin-bottom: 20px;
  }
}
.timeline__format-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #007ec7;
  left: 50%;
  top: 42px;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 1024px) {
  .timeline__format-item::after {
    top: 25px;
  }
}
.timeline__format-item:hover::after {
  content: "";
  width: 100%;
  left: 0px;
}
.timeline__format-item--active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #007ec7;
  left: 0px;
  top: 42px;
}
@media (max-width: 1024px) {
  .timeline__format-item--active::after {
    top: 25px;
  }
}
.timeline__format-item + .timeline__format-item {
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .timeline__format-item + .timeline__format-item {
    margin-left: 0;
  }
}
.timeline__link {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #1d1a15;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.timeline__description {
  margin-top: 61px;
  text-align: center;
}
@media (max-width: 600px) {
  .timeline__description {
    text-align: left;
  }
}
.timeline__branch-filter {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 61px;
}
/*
.special-font-size-2 .timeline__branch-filter {
  width: 500px;
}
.special-font-size-3 .timeline__branch-filter {
  width: 560px;
}*/
@media (max-width: 600px) {
  .timeline__branch-filter {
    margin-left: 0;
    width: 100%;
    max-width: 420px;
  }
}
.timeline__day {
  padding-top: 73px;
}
@media (max-width: 1024px) {
  .timeline__day {
    overflow: auto;
  }
}
.timeline__heading {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  .timeline__heading {
    text-align: left;
  }
}
@media (max-width: 1320px) {
  .timeline__schedule {
    margin-left: auto;
    margin-right: auto;
  }
}
.timeline__format-item--active .timeline__link {
  color: #007ec7;
  cursor: auto;
}
.timeline__format-item:hover .timeline__link {
  color: #007ec7;
}
.search {
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 71px;
  /*left: 37px;*/
}
@media (max-width: 1320px) {
  .search {
    position: static;
  }
}
@media (max-width: 1024px) {
  .search {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .search {
    width: calc(100% - 40px);
  }
}
.search__bar {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 31px;
}
@media (max-width: 600px) {
  .search__bar {
    margin-left: 0;
    width: 100%;
    max-width: 420px;
  }
}
.search__form {
  position: relative;
}
.search__input {
  padding: 15px 0 15px 0;
  width: 100%;
  border-bottom: 1px solid #c6c6c4;
  font-size: 15px;
  line-height: 19px;
  color: #1d1a15;
}
.search__button {
  position: absolute;
  padding: 0;
  width: 14px;
  height: 14px;
  top: 16px;
  right: 0;
  outline: none;
  background: none;
  background-image: url("../images/icons/search-icon-black.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.search__button:hover {
  opacity: 0.5;
}
.search__hint {
  display: block;
  text-align: center;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #565a60;
}
@media (max-width: 600px) {
  .search__hint {
    text-align: left;
  }
}
.search__result-counter {
  margin-left: 5px;
  margin-right: 5px;
}
.search-result {
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  /*left: 37px;*/
}
@media (max-width: 1320px) {
  .search-result {
    position: static;
  }
}
@media (max-width: 1024px) {
  .search-result {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .search-result {
    width: calc(100% - 40px);
  }
}
.search-result__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 45px;
}
.search-result__item:not(:nth-last-child(1)) {
  margin-bottom: 40px;
}
.search-result__item-title {
  margin-bottom: 14px;
}
.search-result__item-link {
  text-decoration: none;
  color: #1d1a15;
  border-bottom: 1px solid rgba(29,26,21,0.25);
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.search-result__item-link:hover {
  border-bottom: 1px solid transparent;
}
.search-result__button {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .search-result__button {
    margin-left: 0;
  }
}
/*
.special .ymaps-2-1-75-events-pane {
  background-color: transparent !important;
}
.special .ymaps-2-1-75-image {
  background: none !important;
  background-image: url("../images/pin.png") !important;
  background-repeat: no-repeat;
}*/
#special {
  position: absolute;
}
.reviews__item.answer{
  border: none;
  background-color: #f1f9fc;
  margin-top: -33px;
  margin-right: 80px;
  -webkit-transform: translate(80px);
      -ms-transform: translate(80px);
          transform: translate(80px);
}
@media(max-width:768px){
  .reviews__item.answer p{
    max-width: 450px;
  }
}
@media(max-width:630px){
  .reviews__item.answer p{
    max-width: 400px;
  }
}
@media(max-width:520px){
  .reviews__item.answer p{
    max-width: 350px;
  }
}
@media(max-width:485px){
  .reviews__item.answer p{
    max-width: 300px;
  }
}
@media(max-width:440px){
  .reviews__item.answer{
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
        transform: translate(0px);
  }
}
@media(max-width:600px){
  .reviews__item.answer{
    margin-top: -21px;
  }
}

#ui-datepicker-div {
  z-index: 20000000 !important;
}

.footer-container__copy{
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}
.footer-container__copy > a{
  margin-right: 45px;
  margin-bottom: -9px;
}

@media(max-height: 790px) and (min-width: 1401px){
  .index-intro__reception{
    bottom: 20px;
  }
  .reception{
    padding: 15px 35px 15px 35px;
  }
}
.location {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.location__hint {
  margin: 0 7px 0 0;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #565a60;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .location__hint {
    display: none;
  }
}
.location__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location__menu-arrow {
  position: relative;
  top: 1px;
  width: 8px;
  height: 6px;
  margin: 0 0 0 5px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s 0s ease;
  transition: -webkit-transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
}
.location__menu-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  stroke: #0083cb;
}
.location__current-region {
  position: relative;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #1d1a15;
  border-bottom: 1px dotted rgba(29,26,21,0.25);
  cursor: pointer;
  -webkit-transition: border-bottom 0.3s 0s ease;
  transition: border-bottom 0.3s 0s ease;
}
.location__drop-menu {
  position: absolute;
  z-index: 1;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 21px 25px 20px 25px;
  background-color: #0083cb;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear, opacity 0.5s ease;
}
@media (min-width: 1025px) {
  .location__drop-menu .location__message-close-button {
    display: none;
  }
}
@media (max-width: 600px) {
  .location__drop-menu {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.location__drop-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
}
.location__drop-menu-list {
  margin: 0 0 -16px 0;
  padding: 0;
  list-style: none;
}
.location__drop-menu-item {
  margin: 0 0 16px 0;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #fff;
  cursor: default;
}
.location__drop-menu-item--active {
  color: #95bfe3;
}
.location__drop-menu-link {
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.location__message {
  position: absolute;
  top: calc(100% + 20px);
  left: 70px;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 25px 30px;
  background-color: #0083cb;
}
@media (max-width: 600px) {
  .location__message {
    left: 0;
    width: 280px;
  }
}
.location__message--visible {
  display: block;
}
.location__message-title {
  display: block;
  margin: 0 0 19px 0;
  font-family: "GothamPro";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.location__message-description p:not([class]) {
  margin: 0;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #fff;
}
.location__message-close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  width: 10px;
  height: 10px;
  background: none;
  border: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s 0s ease;
  transition: -webkit-transform 0.5s 0s ease;
  transition: transform 0.5s 0s ease;
  transition: transform 0.5s 0s ease, -webkit-transform 0.5s 0s ease;
}
.special:not(.special-color-2) .location__message-close-button svg {
  stroke: black;
}
.location__message-close-button:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.location__message-close-button svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.location__menu:hover .location__current-region {
  border-bottom: 1px dotted rgba(255,255,255,0);
}
.head--white .location__hint {
  color: #fff;
}
.head--white .location__menu-arrow svg {
  stroke: #fff;
}
.head--white .location__current-region {
  color: #fff;
  border-bottom: 1px dotted rgba(255,255,255,0.5);
}
.head__location {
  position: absolute;
  left: 135px;
  top: 26px;
}
.location.is-opened .location__drop-menu {
  opacity: 1;
  visibility: visible;
}
.location.is-opened .location__menu-arrow,
.location.is-opened .location__current-region:after {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .location__menu:hover .location__drop-menu {
    opacity: 1;
    visibility: visible;
  }
  .location__menu:hover .location__menu-arrow {
    transform: rotate(180deg);
  }
  .location__menu:hover .location__current-region:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 1400px) {
  .head__location {
    left: 115px;
  }
}
@media (max-width: 1320px) {
  .head__location {
    left: 40px;
  }
}
@media (max-width: 600px) {
  .head__location {
    left: 20px;
  }
}



.mob_flex_btn {
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 12px;
  padding: 0 12px;
  box-sizing: border-box;
  position: fixed;
  height: 80px;
  bottom: 0;
  background: #0083CB;
  width: 100%;
  border-spacing: 13px;
  z-index: 20000;
  text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.mob_flex_btn {
      display: grid;
	}
}

.mob_flex_btn_btn1 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  border: 1px solid #FFFFFF;
}

.mob_flex_btn_btn2 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background-color: #FFFFFF;
}

.mob_flex_btn .mobileCallPanel {
	text-decoration: none;
	text-align: center;
	display: flex;
	justify-content: center;
    align-items: center;
	position: relative;
	font-family: 'GothamPro';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 110%;
    width: 100%;
    height: 100%;
}


.mob_flex_btn_btn1 .mobileCallPanel span {
	color: #FFFFFF;
}

.mob_flex_btn_btn2 .mobileCallPanel span {
	color: #0083CB;
}


.fixed-header {
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 72px);
  background: #007EC7;
  z-index: 2;
  margin-left: 72px;
  color: #fff;
  padding: 16px 40px; 
  box-sizing: border-box;
  transition: all .2s;
}
.fixed-header .burger__stroke,
.fixed-header .burger:before,
.fixed-header .burger:after {
  background-color: #fff;
}

.fixed-header.js-transparent {
  opacity: 0;
  pointer-events: none;
}

.fixed-header__row {
  display: flex;
  align-items: center;
}

.fixed-header__row:first-child {
  margin-bottom: 14px;
}

.fixed-header .head__menu {
  margin-bottom: 0;
  width: calc(100% - 231px - 50px);
}

.fixed-header .menu__item {
  font-size: 16px;
}
.fixed-header .menu__item + .menu__item {
  margin-left: 0;
}

.fixed-header .menu__list {
  justify-content: space-between;
}

.fixed-header .logo__image {
  width: 127px;
  height: 43px;
}

.fixed-header .logo__link {
  margin-right: 33px;
}

.fixed-header .head__location {
  position: static;
}
.fixed-header .location__current-region {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border: 0;
  padding: 4px 11px;
  background: rgba(26, 144, 210, 0.8);
  border-radius: 90px;
}
.fixed-header .location__current-region:after { 
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  margin-left: 9px;
  transition: all .2s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==")
}

.fixed-header .location__menu:hover, 
.fixed-header .location__menu, 
.fixed-header .location__menu:hover .location__current-region,  
.fixed-header .location__menu .location__current-region {
  border: 0;
}



.fixed-header .location__current-region:hover {
  border: 0;
}

.fixed-header .location__current-region:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzU4NzUgNy40MzA3OEwxNi4yNTYzIDMuODE5MTJDMTYuMzI3NSAzLjc5OTE5IDE2LjQwMjcgMy43OTg1OCAxNi40NzQzIDMuODE3MzdDMTYuNTQ1OCAzLjgzNjE1IDE2LjYxMTEgMy44NzM2NCAxNi42NjM0IDMuOTI1OTlDMTYuNzE1NiAzLjk3ODM0IDE2Ljc1MyA0LjA0MzY2IDE2Ljc3MTcgNC4xMTUyNEMxNi43OTA0IDQuMTg2ODIgMTYuNzg5NiA0LjI2MjA4IDE2Ljc2OTYgNC4zMzMyOEwxMy4xNTg4IDE3LjIzQzEzLjEzNTggMTcuMzEyOSAxMy4wODc3IDE3LjM4NjcgMTMuMDIxMSAxNy40NDEyQzEyLjk1NDUgMTcuNDk1OCAxMi44NzI3IDE3LjUyODMgMTIuNzg2OCAxNy41MzQ0QzEyLjcwMDkgMTcuNTQwNiAxMi42MTUzIDE3LjUxOTkgMTIuNTQxNiAxNy40NzU0QzEyLjQ2OCAxNy40MzA5IDEyLjQwOTkgMTcuMzY0NiAxMi4zNzU0IDE3LjI4NThMOS42Njg3NSAxMS4xMzQxQzkuNjI2OTYgMTEuMDM4NSA5LjU1MDgzIDEwLjk2MjEgOS40NTU0MiAxMC45MkwzLjMwMzc1IDguMjEzMjhDMy4yMjQ4NyA4LjE3ODg3IDMuMTU4NTkgOC4xMjA4NyAzLjExNCA4LjA0NzI3QzMuMDY5NDEgNy45NzM2NiAzLjA0ODcxIDcuODg4MDUgMy4wNTQ3MyA3LjgwMjJDMy4wNjA3NiA3LjcxNjM1IDMuMDkzMjIgNy42MzQ0OCAzLjE0NzY2IDcuNTY3ODJDMy4yMDIxIDcuNTAxMTcgMy4yNzU4NCA3LjQ1MzAxIDMuMzU4NzUgNy40Mjk5NVY3LjQzMDc4WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K")
}

.fixed-header .head__feedback {
  display: none;
}

.fixed-header .head__contacts {
  margin-right: 30px;
}
.fixed-header .head__phone {
  display: flex;
  align-items: center;
}
.fixed-header .head__phone::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjA5ODIgMTIuMjUxNUwxMS42NjY1IDEyLjkxNjVDOS4zNDgxNiAxMS43NTMyIDcuOTE2NSAxMC40MTY1IDcuMDgzMTYgOC4zMzMxN0w3LjcyNDgzIDQuODkxNUw2LjUxMjMzIDEuNjY2NUgzLjM4NjVDMi40NDY1IDEuNjY2NSAxLjcwNjUgMi40NDMxNyAxLjg0NzMzIDMuMzcyMzRDMi4xOTczMyA1LjY5MTUgMy4yMzA2NiA5Ljg5NzM0IDYuMjQ5ODMgMTIuOTE2NUM5LjQyMDY2IDE2LjA4NzMgMTMuOTg4MiAxNy40NjMyIDE2LjUwMTUgMTguMDEwN0MxNy40NzIzIDE4LjIyMTUgMTguMzMzMiAxNy40NjQ4IDE4LjMzMzIgMTYuNDcwN1YxMy40ODRMMTUuMDk4MiAxMi4yNTE1WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K")
}

.fixed-header .head__phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.fixed-special-button {
  display: none;
  position: absolute;
  right: 262px;
  top: 24px;
  z-index: 10;
}
.fixed-header__special-button,
.fixed-special-button {
  display: flex;
  align-items: center;
  font-family: 'GothamPro';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
}

.fixed-header__special-button:before,
.fixed-special-button {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTIuMkMxIDEzLjE1NDggMS4zNzkyOCAxNC4wNzA1IDIuMDU0NDIgMTQuNzQ1NkMyLjcyOTU1IDE1LjQyMDcgMy42NDUyMiAxNS44IDQuNiAxNS44QzUuNTU0NzggMTUuOCA2LjQ3MDQ1IDE1LjQyMDcgNy4xNDU1OCAxNC43NDU2QzcuODIwNzEgMTQuMDcwNSA4LjIgMTMuMTU0OCA4LjIgMTIuMk0xIDEyLjJDMSAxMS4yNDUyIDEuMzc5MjggMTAuMzI5NSAyLjA1NDQyIDkuNjU0NDJDMi43Mjk1NSA4Ljk3OTI4IDMuNjQ1MjIgOC42IDQuNiA4LjZDNS41NTQ3OCA4LjYgNi40NzA0NSA4Ljk3OTI4IDcuMTQ1NTggOS42NTQ0MkM3LjgyMDcxIDEwLjMyOTUgOC4yIDExLjI0NTIgOC4yIDEyLjJNMSAxMi4yVjVNOC4yIDEyLjJIMTEuOE0xOSAxMi4yQzE5IDEzLjE1NDggMTguNjIwNyAxNC4wNzA1IDE3Ljk0NTYgMTQuNzQ1NkMxNy4yNzA1IDE1LjQyMDcgMTYuMzU0OCAxNS44IDE1LjQgMTUuOEMxNC40NDUyIDE1LjggMTMuNTI5NSAxNS40MjA3IDEyLjg1NDQgMTQuNzQ1NkMxMi4xNzkzIDE0LjA3MDUgMTEuOCAxMy4xNTQ4IDExLjggMTIuMk0xOSAxMi4yQzE5IDExLjI0NTIgMTguNjIwNyAxMC4zMjk1IDE3Ljk0NTYgOS42NTQ0MkMxNy4yNzA1IDguOTc5MjggMTYuMzU0OCA4LjYgMTUuNCA4LjZDMTQuNDQ1MiA4LjYgMTMuNTI5NSA4Ljk3OTI4IDEyLjg1NDQgOS42NTQ0MkMxMi4xNzkzIDEwLjMyOTUgMTEuOCAxMS4yNDUyIDExLjggMTIuMk0xOSAxMi4yVjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==")
}

.fixed-header__order-button {
  text-decoration: none;
  width: 231px;
  margin-left: 50px;
  text-align: center;
  box-sizing: border-box;
  padding: 9px 16px; 
}

.fixed-header .menu__item--special {
  display: none;
}

.fixed-header .head__burger {
  margin: 0 0 0 auto;
  top: 28px;
  transition: top .2s;
}

.sidebar__reception {
  display: none;
  text-decoration: none;
}

.special .fixed-header {
  top: 56px;
}
.js-burgeropen .fixed-header {
  opacity: 1;
  pointer-events: all;
  z-index: 14;
}
.burger {
  top: -12px;
  z-index: 32;
}
.fixed-header.js-transparent .burger {
  display: none;
}

.page-front .burger__stroke,
.page-front .burger:before,
.page-front .burger:after {
  background-color: #fff;
}

@media (max-width: 1320px) {
  .fixed-header .menu__list { 
    display: none;
  }
  .fixed-header__order-button {
    display: none;
  }
  .fixed-header .head__phone {
    margin-bottom: 0;
  }
  .fixed-header__row:first-child {
    margin-bottom: 0;
  }
  .fixed-header {
    width: 100%;
    margin: 0;
  }
  .sidebar__reception {
    display: block;
    padding: 23px 27px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    width: 320px;
    text-align: center;
    box-sizing: border-box;
  }

  .head__menu {
    padding: 0 40px;
  }
  .menu__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: flex-start;
    grid-gap: 24px 16px;
  }
  .menu__item {
    text-align: left;
    margin: 0;
  }
  .menu__item:first-child {
    grid-column: 1;
    grid-row: 1/6;
  }
  .menu__item--active::after {
    display: none;
  }
  .menu__item + .menu__item {
    margin-left: 0;
  }
  .menu__drop-menu {
    width: auto;
  }
  .drop-menu__list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .fixed-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .fixed-header .head__burger {
    top: 21px;
  }
  .js-burgeropen .burger {
    top: -18px;
  }
  .js-burgeropen .fixed-header .head__burger {
    top: 21px;
  }
  .head__menu {
    padding: 0;
  }
  .menu__list {
    grid-template-columns: 1fr;
  }
  .menu__item:first-child {
    grid-column: inherit;
    grid-row: inherit;
  }
  .menu__item {
    text-align: center;
  }
}
@media (max-width: 860px) {
  .fixed-header .head__contacts {
    margin-right: 15px;
  }
}

@media (max-width: 850px) {
  .fixed-header .head__phone {
    font-size: 0;
  }
  .fixed-header .head__phone::before {
    margin-right: 0;
  }
  .fixed-header .head__contacts {
    margin-right: auto;
  }
}

@media (max-width: 720px) {
  .fixed-header__special-button {
    font-size: 0;
    width: 24px;
    height: 24px;
    margin: 0 0 0 16px;
  }
  .fixed-special-button {
    display: block;
  }
  .fixed-header__special-button:before,
  .fixed-special-button {
    width: 24px;
    height: 24px;
    margin: 0;
    background-size: cover;
  }
  .fixed-header .head__contacts {
    margin-left: 20px;
  } 
}

@media (max-width: 600px) {
  .fixed-special-button {
    right: 64px;
  }
}
@media (max-width: 480px) {
  .fixed-header .head__contacts {
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .fixed-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fixed-header .location__current-region {
    font-size: 0;
    padding: 0;
    background: transparent;
  }
  .fixed-header .location__current-region:after {
    display: none;
  }
  .fixed-header .location__current-region:before, .fixed-header .head__phone::before {
    margin-right: 0;
    width: 24px;
    height: 24px;
    background-size: cover;
  }
  .fixed-header .location__menu-arrow {
    display: none;
  }
  .fixed-header .head__location {
    margin-left: auto;
  }
  .fixed-header .head__contacts {
    margin-right: 0;
    margin-left: 10px;
  }
  .fixed-header .location__drop-menu {
    left: auto;
    right: 0;
  }
  .fixed-header .logo__link,
  .fixed-header__special-button {
    margin-right: 10px;
  }
  
}

@media (max-width: 330px) {
  .sidebar__reception {
    width: 300px;
    padding: 23px 16px;
  }
}


/* Страница оборудования */
.equipment-page {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1245px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 1320px) {
  .equipment-page {
    left: 0;
  }
}
@media (max-width: 600px) {
  .equipment-page {
    padding: 0 20px;
  }
}
.equipment-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-bottom: 42px;
}

.eqipment-item {
  color: #1D1A15;
  text-decoration: none;
  font-family: 'GothamPro';
}
.equipment-item__info {
  padding: 17px 40px 27px;
}
.eqipment-item__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #C6C5C4;
  transition: all .2s;
}
.eqipment-item:hover .eqipment-item__title {
  text-decoration-color: transparent;
}
.eqipment-item__image {
  background: #F8F8F8;
  aspect-ratio: 100 / 75;
  object-fit: cover;
  display: block;
  width: 100%;
}
.eqipment-item__text {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.equipment-page__button {
  margin: 0 auto 48px auto;
}

.show-more-button {
  display: flex;
  align-items: center;
  height: 55px;
  padding: 0 36px;
  font-family: 'GothamPro';
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  width: fit-content;
  text-decoration: none; 
  text-align: left;
  color: #00A1E1;
  border: 1px solid #00A1E1;
  transition: all .2s;

}
.show-more-button:hover {
  background-color: #00A1E1;
  color: #fff;
}
.show-more-button:after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 8px;
  transition: all .2s;

  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSA0TDYuNSA3TDkuNSA0IiBzdHJva2U9IiMwMEExRTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=")
}
.show-more-button:hover:after {
  filter: brightness(0) invert(1);
}
.opened > .show-more-button {
  display: none;
}
.equipment-page__list_hidden {
  display: none;
}
.opened > .equipment-page__list_hidden {
  display: grid;
}

@media (max-width: 1024px) {
  .equipment-page__list {
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 800px) {
  .equipment-page__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .equipment-item__info {
    padding: 8px 16px;
  }
}
@media (max-width: 480px) {
  .equipment-page__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Страница отзывов */
.reviews__tabs,
.common__tabs {
  display: flex;
  justify-content: center;
  gap: 15px 30px;
  margin: 50px 0 0;
}
.reviews__tab,
.common__tab {
  padding-bottom: 24px;
  border-bottom: 3px solid transparent;
  font-family: 'GothamPro';
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.tab.active {
  border-color: #007EC7;
  color: #007EC7;
}
.tab:hover,
.common__tab:hover {
  color: #007EC7;
}

.tab-inner {
  display: none;
}
.tab-inner.active {
  display: block;
}

@media (max-width: 700px) {
  .reviews__tabs,
  .common__tabs { 
    justify-content: flex-start;
    gap: 16px 24px;
    white-space: nowrap;
    overflow: auto;
    width: 100vw;
    margin-left: -20px;
    margin-bottom: 24px;
  }
  /*.doctor__tabs  {*/
  /*  margin-left: -50px;*/
  /*}*/
  .reviews__tab,
  .common__tab {
    padding-bottom: 8px;
  }
  .reviews__tab:first-child,
  .common__tab:first-child {
    margin-left: 20px;   
  } 
  .reviews__tab:last-child,
  .common__tab:last-child {
    margin-right: 20px;  
  } 
} 
@media (max-width: 600px) {
  /*.reviews__tab:first-child,*/
  /*.common__tab:first-child {*/
  /*  margin-left: 30px;   */
  /*} */
  .reviews__tab:last-child,
  .common__tab:last-child {
    margin-right: 30px;  
  } 
}

/* Услуги на главной */
.services {
  width: 100%;
  max-width: 1360px;
  padding: 104px 0 104px 0;
  margin: 0 auto;
}
.services__heading {
  text-align: center;
  margin: 0 0 40px;
}
.services__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.services__tab {
  font-family: 'GothamPro';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #1D1A15;
}
.services__tab-image {
  margin-bottom: 16px;
}
.services__tab-text {
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  width: fit-content;
  margin: 0 auto;
  transition: all .2s;
}
.services__tab.active .services__tab-text {
  border-color: #007EC7;
}
.services__tab-inner {
  padding: 40px 64px 24px;
  border: 1px solid #EFEFEE;
  margin-top: -1px;
}
.services__list {
  columns: 4;
  width: fit-content;
  margin: auto;
}
.services__block {
  display: flex;
  margin: 0 32px 24px 32px;  
  font-family: 'GothamPro';
  break-inside: avoid-column;
}
.services__block-letter {
  margin-right: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #00A1E1;
  width: 20px;
  height: 20px;
}
.services__block-items {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.services__item {
  text-decoration: none;
  color: #1D1A15;
  transition: all .2s;
  font-weight: 300;
}
.services__item:hover { 
  color: #00A1E1;
}

.services__list[style="columns: 1"] .services__block-items {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}

@media (max-width: 1230px) {
  .services__list:not([style="columns: 1"]) {
    columns: 3 !important
  }
}
@media (max-width: 900px) {
  .services__list:not([style="columns: 1"]) {
    columns: 2 !important
  }
  .services__tab-inner {
    padding: 16px;
  }
}
@media (max-width: 630px) {
  .services__tabs {
    grid-template-columns: repeat(2, 1fr);
  }
  .services__list[style="columns: 1"] .services__block-items {
    flex-direction: column;
  }

  .services__list:not([style="columns: 1"]) {
    columns: 1 !important
  }
  .services__list {
    margin: 0;
  }
  .services__block { 
    margin: 0 0 24px 0;  
  }
}



.inner-intro__columns {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 40px 40px 40px 64px;
  text-align: left;
  border: 1px solid #EFEFEE;
  margin-bottom: 64px;
}
.inner-intro__image {
  width: 100%;
  border-radius: 24px;
}
.inner-intro__column:nth-child(1) {
  width: 54%;
}
.inner-intro__column:nth-child(2) {
  width: 44%;
}
.inner-intro_inline {
  width: 100%;
  padding: 0;
  margin-bottom: -11px;
  border-bottom: 1px solid #EFEFEE;
}
.inner-intro_inline-border { 
  border: 0;
}
.inner-intro__columns .inner-intro__breadcrumps {
  margin-bottom: 1px;
  margin-top: 5px;
}
.inner-intro__columns .inner-intro__page-heading {
  margin-bottom: 96px;
}
.anchor {
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: -150px;
}
@media (max-width: 1320px) {
  .anchor {
    margin-top: -100px;
  }
}
@media (max-width: 900px) {
  .inner-intro__columns {
    padding: 24px;
    flex-direction: column;
  }
  .inner-intro__column:nth-child(1),
  .inner-intro__column:nth-child(2) {
    width: 100%;
  }
  .inner-intro__image {
    max-width: 500px;
  }
  .inner-intro__columns .inner-intro__page-heading {
    margin-bottom: 32px;
  }
}

@media (max-width: 520px) {
  .inner-intro__columns {
    padding: 0;
    border: 0;
  }
}

.equipment-slider {
  overflow: hidden;
  max-width: 1170px;
  margin: 0 auto;
}
.equipment-slider__show-more {
  width: fit-content; 
  margin: 48px auto 0 auto; 
}
.equipment-slider__title-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 72px;

}
.equipment-slider__title {
  font-size: 30px;
  line-height: 34px;
  font-family: 'GothamPro';
  margin: 0;
  font-weight: 500;
}

.eqipment-page .default-wysiwyg {
  margin-bottom: 41px;
}


.doctor-page {
  font-family: 'GothamPro';
}
.inner-intro__button {
  margin-top: auto;
  width: fit-content;
}
.inner-intro_inline-full-width .inner-intro__columns {
  padding: 0;
  border: 0;
  justify-content: space-between;
  padding-bottom: 36px;
}
.inner-intro_inline-full-width .inner-intro__column:nth-child(1) {
  width: calc(68.915% - 31px)
}
.inner-intro_inline-full-width .inner-intro__column:nth-child(2) {
  width: 31.085%;
  margin-top: 37px;
}
@media (max-width: 900px) {
  .inner-intro_inline-full-width .inner-intro__column:nth-child(1), 
  .inner-intro_inline-full-width .inner-intro__column:nth-child(2) {
    width: 100%;
  }
}
.inner-intro_inline-full-width .inner-intro__columns .inner-intro__page-heading {
  margin-bottom: 28px;
}
.doctor-page__years {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 16px;
}
.doctor-page__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 40px;
  max-width: 585px;
}
.doctor__tab-inner {
  padding-top: 48px;
}

.reviews-slider__title {
  margin: 0 0 29px 0;
  padding: 0;
  font-family: "GothamPro";
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: #1d1a15;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .reviews-slider__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.reviews-slider__swiper {
  overflow: hidden;
} 
.reviews__tab-inner,
.reviews-slider__tab-inner {
  position: relative;
}
.reviews__tab-inner > div:not([class]),
.reviews-slider__tab-inner > a:not([class]),
.reviews-slider__tab-inner > div:not([class]),
.reviews__tab-inner > a:not([class]) {
  margin: 0 auto;
  display: block !important;
  width: fit-content;
  text-decoration: none;
  border: 0;
}
@media (max-width: 600px) {
  .reviews__tab-inner > div:not([class]),
  .reviews-slider__tab-inner > a:not([class]) ,
  .reviews-slider__tab-inner > div:not([class]),
  .reviews__tab-inner > a:not([class]) { 
    width: fit-content !important;

  }
}
.reviews__tab-inner > div:not([class]):hover,
.reviews-slider__tab-inner > a:not([class]):hover,
.reviews-slider__tab-inner > div:not([class]):hover,
.reviews__tab-inner > a:not([class]):hover {
  border: 0;
}

.reviews__tab-inner > div:not([class]) > a,
.reviews-slider__tab-inner > div:not([class]) > a:hover,
.reviews-slider__tab-inner > div:not([class]) > a,
.reviews__tab-inner > div:not([class]) > a:hover {
  border: 0;
}
.reviews-slider__tab-inner > a:not([class]) object,
.reviews__tab-inner > a:not([class]) object {
  width: 323px;
  height: 196px;
  max-width: 100%;
}
.reviews-slider__tabs {
  margin-bottom: 32px;
}



.doctor-columns {
  box-sizing: border-box;
  font-family: 'GothamPro';
  position: relative;
  max-width: 1245px;
  margin: 0 auto 72px;
  padding: 0 30px;
}
@media (max-width: 600px) {
  .doctor-columns {
    padding: 0 20px;
  }
}
.doctor-columns__inner {
  display: flex;
  gap: 0;
  border: 1px solid #EFEFEE;
}
@media (max-width: 900px) {
  .doctor-columns__inner {
    padding: 24px;
    flex-direction: column;
  }
}
.doctor-columns__text-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.doctor-columns__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
}
.doctor-columns__video-block {
  position: relative;
  height: 100%;
}
.doctor-columns__video-block:hover:after {
  opacity: .6;
}
.doctor-columns__video-block:after {
  /*content: '';*/
  display: block;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
  transition: all .2s;
  cursor: pointer;
  /*background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiByeD0iMzIiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNyA0MVYyNEw0MSAzMi44NEwyNyA0MVoiIHN0cm9rZT0iIzAwQTFFMSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lam9pbj0iYmV2ZWwiLz4KPC9zdmc+Cg==")*/
}

.doctor-columns__video-preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s;
}

.doctor-columns__column:first-child {
  width: 56.626%;
  padding: 36px 120px 40px 64px;
}
.doctor-columns__column:last-child {
  width: 58.69%
}

.js-video-block.opened .doctor-columns__video {
  opacity: 1;
  pointer-events: all;
}
.js-video-block.opened .doctor-columns__video-preview {
  opacity: 0;
  pointer-events: none;
}
.js-video-button {
  cursor: pointer;
}
.js-video-block.opened.doctor-columns__video-block:after {
  opacity: 0;
  pointer-events: none;
}
.doctor-columns__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0 0 24px;
}
.doctor-columns__text {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  text-align: left;
  margin-bottom: 65px;
}


.branch__equipment-slider {
  box-sizing: border-box;
  /*position: relative;*/
  margin-bottom: 72px;
  max-width: 1245px;
  /*left: 37px;*/
  padding: 0 30px;
} 
@media (max-width: 600px ) {
  .branch__equipment-slider {
    /*left: 0;*/
    /*width: calc(100% - 40px);*/
    margin: 0 auto 72px;
    padding: 0 20px;
  }
}

.appointment-footer-form {
  width: calc(100% - 75px);
  padding: 60px 0;
  background-color: #0083CB;
  position: relative;
  left: 75px;
}
@media (max-width: 1320px) {
  .appointment-footer-form {
    width: 100%;
    left: 0;
  }
}

.appointment-footer-form__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 464px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1320px) {
  .appointment-footer-form__inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px ) {
  .appointment-footer-form__inner {
    width: calc(100% - 40px);
    max-width: none;
  }
}
.appointment-footer-form .common-label {
  z-index: 2;
}

.appointment-footer-form__heading {
  margin-bottom: 23px;
}
@media (max-width: 600px) {
  .appointment-footer-form__heading {
    text-align: left;
  }
}

.appointment-footer-form__description {
  margin-bottom: 39px;
  max-width: 380px;
}
@media (max-width: 600px) {
  .appointment-footer-form__description {
    text-align: left;
    max-width: none;
  }
}
.appointment-footer-form .common-row:nth-last-child(2):not(:nth-last-child(1)) {
  margin: 11px auto 41px 0;
  width: fit-content;
}
.appointment-footer-form .common-row:not(:nth-last-child(1)) {
  margin-bottom: 29px;
}
.appointment-footer-form .common-group--checkbox {
  text-align: left;
}


.services-block {
  font-family: 'GothamPro';
}
.services-block__title {
  text-align: center;
  margin: 0 0 32px 0;
  padding: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: #1d1a15;
  text-align: center;  
}
@media (max-width: 1024px) {
  .reviews-slider__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px;
  border-bottom: 1px solid #EFEFEE;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  transition: all .2s;
  cursor: pointer;
}
.accordion__button:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSA5TDE2LjUgMjNMMzEuNSA5IiBzdHJva2U9IiMzMTJFMkEiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=");
  background-size: cover;
  transition: all .2s;
}

.accordion .accordion__button:hover,
.accordion.opened .accordion__button {
  background: #007EC7;
  color: #fff;
}
.accordion .accordion__button:hover:after {
  filter: brightness(0) invert(1);
}
.accordion.opened .accordion__button:after { 
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.accordion__inner {
  display: none;
  padding: 40px;
}
.accordion__inner .services__list {
  width: 100%;
}

.accordion.opened .accordion__inner {
  display: block;
}

@media (max-width: 900px) {
  .block_empty-title_desc {
    padding: 0;
    width: 100%;
    margin-bottom: 24px;
  }
  .block_empty-title_desc .doctors__item-reception {
    margin-bottom: 0;
  }
  .doctor-columns__column:nth-child(1),
  .doctor-columns__column:nth-child(2) {
    width: 100%;
    padding: 0;
  }
  .doctor-columns__video-block {
    max-width: 500px;
  }
  .doctor-columns__video-preview {
    height: auto;
  }
  .doctor-columns__text {
    margin-bottom: 24px;
  }

  .doctors__item-reception {
    margin-bottom: 32px;
    white-space: nowrap;
  }

}

.grecaptcha-badge {display: none;}

.block_empty-title_desc {
  border: 0;
}
.block_empty-title_desc .doctor-columns__title,
.block_empty-title_desc .doctor-columns__text {
  display: none;
}

.doctor-columns__column:last-child:first-child {
  width: 100%;
}

.block_empty-title_desc .doctor-columns__text-block {
  align-items: center;
}

.foot .sidebar__social {
  display: none;
  width: fit-content;
}
.foot .social__list {
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 1320px) {
  .foot .sidebar__social {
    display: flex;
  }
  .head__navigation .sidebar__social {
    display: none;
  }
}
@media (max-width: 1024px) {
  .foot .sidebar__social {
      margin: 0 auto;
  }
}
.special:not(.special-color-2) .location__message-close-button svg {
  stroke: black;
}

/* MEDIA */
@media (max-width: 1320px) {
  .head__contacts {
    flex-direction: column;
    align-items: flex-end;
  }
  .head__button-write-to-head {
    margin: 8px 0 0;
    order: 1;
  }
}
@media (max-width: 1024px) {
  .foot__contacts {
    grid-gap: 48px;
  }
  .foot__write-to-head {
    margin: auto;
  }
  .foot__button-write-to-head-link {
    width: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 600px) {
  .head__contacts {
    align-items: flex-start;
  }
  .inner-intro {
    margin-top: 258px;
  }
}

.appointment-footer-form__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 464px;
  margin: 0 auto;
  text-align: center;
}
.appointment-footer-form {
  width: calc(100% - 37px);
  padding: 60px 0;
  background-color: #0083CB;
  position: relative;
  left: 37px;
}

.appointment-footer-form .common-label {
  z-index: 2;
}
.appointment-footer-form .popup__heading {
  margin-bottom: 23px;
}
.appointment-footer-form .popup__description {
  margin-bottom: 39px;
  max-width: 380px;
}
.appointment-footer-form .common-row:nth-last-child(2):not(:nth-last-child(1)) {
  margin: 11px auto 41px 0;
  width: fit-content;
}
.appointment-footer-form .common-row:not(:nth-last-child(1)) {
  margin-bottom: 29px;
}

@media (max-width: 1320px) {
  .appointment-footer-form {
    width: 100%;
    left: 0;
  }  
  .appointment-footer-form__inner {
    width: calc(100% - 60px);
  }
}

.cookie {
  box-sizing: border-box;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 800px;
  padding: 32px;
  background: #fff;
  z-index: 100;
  filter: drop-shadow(0 0 17px rgba(208, 208, 208, 0.28));
  align-items: center;
  opacity: 0;
  pointer-events: none;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  transition: all .2s;
}
.cookie__text {
  margin-right: 32px;
}
.cookie__text a {
  text-decoration: none;
  color: #007ec7;
  border-bottom: 1px solid rgba(0, 126, 199, 0.25);
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cookie__text a:hover {
  border-bottom: 1px solid transparent;
}
.cookie__button {
  margin: 0 !important;
}
.cookie.js-opened {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 600px) {
  .cookie {
    flex-direction: column;
    padding: 15px;
  }
  .cookie__text {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .cookie {
    bottom: 80px;
  }
}
