@charset "UTF-8";
/* @import '../fonts/stylesheet.css'; */
body,
html {
  scrollbar-color: #ff602e #f0f0f0;
  scrollbar-width: thick;
  overflow-x: hidden;
}

body {
  font-family: "Commissioner", sans-serif;
  margin: 0;
  padding: 0;
  /* letter-spacing: 0.025em; */
  position: relative;
  color: #11302c;
  font-size: 15px;
  min-height: 100vh;
}

.swiper-container {
  overflow: hidden;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e0e0e0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff602e;
}

body * {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

button,
button:hover,
button:active,
button:focus {
  outline: none;
  border: none;
  cursor: pointer;
}

p,
div,
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  color: #11302c;
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Commissioner", sans-serif;
}

a,
button,
input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

select:hover,
select:active,
select:focus,
input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Commissioner", sans-serif;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

.clinick_item {
  position: absolute !important;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
}
.clinick_item.active {
  position: relative !important;
  z-index: 1;
  opacity: 1;
  pointer-events: all;
  top: auto;
  left: auto;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.container {
  position: relative;
}

.custom_logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_logo img {
  width: 77px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
}

.logo__text {
  font-weight: 700;
  font-size: 18px;
  color: #11302c;
}

header,
section,
footer {
  position: relative;
  /* z-index: 5; */
  /* overflow-x: hidden; */
}

header {
  background-attachment: fixed;
  position: relative;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fixed_header {
  /* background: #fff; */
  z-index: 5000;
}

.my_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my_row_menu {
  display: none;
}

.menu {
  width: 100%;
}

.nav {
  width: 100%;
}

.custom-logo img,
.my_row_menu .custom-logo img {
  width: 100%;
}

.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
}

.menu__close {
  width: 32px;
  height: 32px;
  /* background: url(../img/close_search.png) no-repeat center; */
  outline: none;
  /* margin-left: auto; */
  position: relative;
}

.menu__close::before,
.menu__close::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0px;
  position: absolute;
  background: #ff602e;
  top: 15px;
}

.menu__close::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__close::after {
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav__item {
  position: relative;
  width: auto;
}

/* .nav__item:not(:last-child) {
  margin-right: 3vw;
} */
.nav__item:not(:last-child) {
  margin-right: 30px;
}

.nav__item a {
  display: block;
  color: #11302c;
  font-size: 18px;
  position: relative;
  text-align: center;
  font-weight: 400;
}

.nav__item a:hover {
  color: #28aa9a;
}

.menu__burger {
  cursor: pointer;
  margin-left: 20px;
}

.menu__burger span {
  width: 30px;
  display: block;
  height: 2px;
  margin-bottom: 4px;
  background: #28aa9a;
  border-radius: 0;
}

.menu__burger .burger__line_third {
  margin-bottom: 0;
  width: 66%;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: -20px;
  top: calc(50% - 5px);
  background: url(../img/icon/arow_bottom.svg) no-repeat center;
}

.menu .sub-menu {
  padding: 28px 25px;
  position: absolute;
  width: 180px;
  top: calc(100% - 1px);
  left: -20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 21px rgba(40, 170, 154, 0.11);
          box-shadow: 0px 10px 21px rgba(40, 170, 154, 0.11);
  border-radius: 5px;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  background: #ffffff;
}

.menu .sub-menu::-webkit-scrollbar {
  width: 4px;
}

.menu .sub-menu::-webkit-scrollbar-track {
  background: #e0e0e0;
}

.menu .sub-menu::-webkit-scrollbar-thumb {
  background: #28aa9a;
}

.nav__item .child__item a {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #11302c;
  text-align: left;
}

.nav__item .child__item a:hover {
  color: #28aa9a;
}

.child__item {
  margin-bottom: 15px;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .menu .menu-item-has-children:hover .sub-menu {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 991px) {
  /* Menu style */
  .menu__burger {
    display: block;
  }
  .child__item {
    width: 100%;
  }
  .menu {
    padding: 0 25px;
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: -400px;
    overflow-y: auto;
    background: #f6f7f9;
    width: 100%;
    max-width: 400px;
    z-index: 400;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    /* transform: translateX(100%); */
    height: 3px;
    overflow-y: auto;
    scrollbar-color: #ff602e #e0e0e0;
    scrollbar-width: thin;
    overflow-x: hidden;
    text-align: left;
  }
  .close__burger {
    -webkit-animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  .open_menu {
    /* transform: translateX(0); */
    width: 100%;
    -webkit-box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
            box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
    z-index: 9999;
    -webkit-animation: rightBottomShow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: rightBottomShow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  @-webkit-keyframes rightBottomShow {
    0% {
      height: 3px;
      /* transform: translateX(100%); */
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      padding-bottom: 0;
    }
    50% {
      height: 3px;
      /* transform: translateX(0%); */
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      padding-bottom: 0;
    }
    100% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow-y: auto;
      padding-bottom: 40px;
      right: 0;
    }
  }
  @keyframes rightBottomShow {
    0% {
      height: 3px;
      /* transform: translateX(100%); */
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    50% {
      height: 3px;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 100vh;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow-y: auto;
    }
  }
  @-webkit-keyframes rightBottomHide {
    0% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow: hide;
      right: 0;
    }
    50% {
      height: 3px;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 3px;
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
  }
  @keyframes rightBottomHide {
    0% {
      height: 100vh;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow: hide;
      /* transform: translateX(0%); */
    }
    50% {
      height: 3px;
      right: 0px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 3px;
      right: -400px;
      /* transform: translateX(100%); */
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
  }
  .my_row_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
  }
  .nav {
    margin-top: 30px;
  }
  .nav__list {
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .nav__item {
    padding: 8px 0 5px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
  }
  .nav__item.hover-1 a::after {
    display: none;
  }
  .nav__item:not(:last-child) {
    margin-right: auto;
  }
  .nav__item > a {
    color: #11302c;
    padding: 0;
    font-size: 24px;
    text-align: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 700;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .open_menu .nav__item > a {
    -webkit-animation: fadeInTopCustom 0.8s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: fadeInTopCustom 0.8s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
  }
  @-webkit-keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }
  @keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }
  .nav__item a:hover,
  .nav__itema a:active,
  .nav__item a:focus {
    /* padding-right: 10px; */
  }
  .open_menu .nav__item:first-child > a {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
  }
  .open_menu .nav__item:nth-of-type(2) > a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .open_menu .nav__item:nth-of-type(3) > a {
    -webkit-animation-delay: 1.55s;
    animation-delay: 1.55s;
  }
  .open_menu .nav__item:nth-of-type(4) > a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .open_menu .nav__item:nth-of-type(5) > a {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s;
  }
  .open_menu .nav__item:nth-of-type(6) > a {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  .open_menu .nav__item:nth-of-type(7) > a {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
  }
  .open_menu .nav__item:nth-of-type(8) > a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  .has_child::before {
    display: none;
  }
  .open_child_menu {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    right: -25px;
    top: 15px;
    background: url(../img/icon/arow_bottom.svg) no-repeat center;
  }
  .menu-item-has-children::before {
    display: none;
  }
  .open_child_menu {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    right: -32px;
    top: 6px;
    background: url(../img/icon/arow_bottom.svg) no-repeat center/10px;
  }
  .menu .sub-menu {
    padding: 70px 15px 40px;
    position: fixed;
    left: auto;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    max-width: 400px;
    background: transparent;
    border-radius: 0 0 2px 2px;
    border-bottom: none;
    -webkit-transform: translateY(0%) translateX(100%);
            transform: translateY(0%) translateX(100%);
    opacity: 1;
    pointer-events: all;
    display: block;
    margin-bottom: 0 !important;
    background: #fff;
    z-index: 15;
    height: 100vh;
    overflow-y: auto;
  }
  .menu .sub-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .close_child_menu {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 15px;
    top: 15px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: url(../img/icon/menu_back.svg) no-repeat center/cover;
    cursor: pointer;
  }
  .child__item {
    width: 100%;
    padding: 0px 0 7px;
    text-align: center;
    margin-bottom: 13px;
  }
  header .nav__item .child__item a {
    font-weight: 500;
    font-size: 18px;
    color: #171717;
    text-align: center;
    text-transform: uppercase;
  }
  .mobile_phone:hover {
    color: #dc1118;
  }
}
.section__offer {
  width: 100%;
  margin: 0 0 35px;
}

.section__title {
  position: relative;
  line-height: 2em;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 330px;
  height: 70px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  border: 2px solid #ff602e;
  border-radius: 100px;
  background: #ff602e;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px rgba(255, 96, 46, 0);
          box-shadow: 0px 0px 0px rgba(255, 96, 46, 0);
}

a.btn:hover {
  color: #fff;
}

.btn.btn_tr_wh {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.btn.btn_tr_or {
  border: 1px solid #ff602e;
  color: #ff602e;
  background-color: transparent;
}

.btn.btn_tr_wh:hover {
  border: 1px solid #fff;
  color: #28aa9a;
  background-color: #fff;
}

.btn.btn_tr_or:hover {
  border: 1px solid #ff602e;
  color: #fff;
  background-color: #ff602e;
}

.btn:hover {
  border: 1px solid #ff602e;
  -webkit-box-shadow: 0px 5px 10px rgba(255, 96, 46, 0.3);
          box-shadow: 0px 5px 10px rgba(255, 96, 46, 0.3);
}

.c_dark {
  color: #11302c !important;
}

.c_white {
  color: #fff !important;
}

.bg_green {
  background-color: #dcf9f4;
}

svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.time__content {
  /* line-height: 14px; */
  color: #fff;
  line-height: 1.1em;
}

.lang {
  position: relative;
  padding-right: 15px;
  margin: 0 auto;
  width: 46px;
  padding-left: 5px;
}

.lang__block {
  padding-left: 5px;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  left: 0px;
}

.lang__block_mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang__block_mob .lang-item {
  margin-left: 10px;
}

.lang__block.open {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  top: 100%;
}

.lang li a,
.current__lang {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  width: 100%;
  cursor: pointer;
}

.header .lang li a {
  font-weight: 400;
  font-size: 14px;
  color: #11302c;
}

.header .social__link {
  width: 40px;
  height: 40px;
}
.header .social__link svg {
  width: 100%;
  height: 100%;
}

.header .current__lang {
  color: #11302c;
}

.header .lang li a:hover,
.header .current__lang:hover {
  color: #28aa9a;
}

.lang__block_desk .current-lang {
  display: none;
}

.current__lang::after {
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  background: url(../img/icon/arow_bottom.svg) no-repeat center/10px;
  position: absolute;
  right: -17px;
  top: calc(50% - 3px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.current__lang.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__top {
  padding: 11px 0 13px;
  background: #28aa9a;
  z-index: 2;
  position: relative;
}

.header__bottom {
  padding: 7px 0 6px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fixed_header .header__bottom {
  background: #fff;
}

.phones__item a:hover {
  text-decoration: underline;
  color: #ff602e !important;
}

.btn.header__btn {
  width: 217px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
}

.bg__style {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.select__group .select__options {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  background: #ffffff;
  padding: 0 0 10px;
  width: 100%;
  -webkit-box-shadow: 0px 10px 21px rgba(40, 170, 154, 0.11);
          box-shadow: 0px 10px 21px rgba(40, 170, 154, 0.11);
  border-radius: 0px 0px 20px 20px;
  pointer-events: none;
}

.select__options.open {
  pointer-events: all;
}

.select__group,
.phones__select {
  position: relative;
}

.header .phones__content {
  z-index: 5;
}

.head__section_contact .phones__contact {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.select__group.address {
  width: 350px;
  margin-right: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.select__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  padding-left: 40px;
  color: #11302c;
  margin-bottom: 10px;
  border-radius: 0;
}

.select__btn.select__btn_main {
  height: 57px;
  margin-bottom: 0;
  border-radius: 50px;
  background: #c7fcf5;
  position: relative;
}

.select__btn:hover,
.select__btn.active {
  background: #c7fcf5;
}

.select__btn.select__btn_main.active {
  border-radius: 50px;
}

.select__btn.select__btn_main:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: calc(50% - 12px);
  background: url(../img/icon_place.svg) no-repeat center;
}

.select__btn_main:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: calc(50% - 12px);
  background: url(../img/icon/arow_bottom.svg) no-repeat center/15px;
  pointer-events: none;
}

.select__group .select__options.open {
  z-index: 5;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  max-height: 300px;
  overflow-y: auto;
}

.phones__btn {
  position: relative;
  padding-left: 31px;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  padding-right: 20px;
}

.phones__btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: calc(50% - 12px);
  background: url(../img/icon_phone.svg) no-repeat center;
}

.phones__btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: calc(50% - 7px);
  background: url(../img/icon/arow_bottom_green.svg) no-repeat center/14px;
  pointer-events: none;
}

.phones__options {
  left: 50%;
  top: 110%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.phones__wrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 21px rgba(40, 170, 154, 0.11);
          box-shadow: 0px 10px 21px rgba(40, 170, 154, 0.11);
  border-radius: 5px;
  padding: 15px 20px;
  width: 280px;
}

.phones__options a {
  font-weight: 300;
  font-size: 18px;
  color: #11302c;
}

.med_portal a {
  color: #fff;
  font-size: 18px;
}

.header__tel {
  position: relative;
  height: 60px;
  padding-right: 52px;
  margin-left: 8px;
}

.header__tel span {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
}

.header__tel:after {
  content: "";
  display: block;
  width: 50px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/header_tel.png) no-repeat center;
}

.head__section {
  position: relative;
}

.head__section.head__section_main {
  padding-top: 336px;
  padding-bottom: 68px;
  /* overflow: hidden; */
}

.head__section:before {
  content: "";
  display: block;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: linear-gradient(90.33deg, #28aa9a 20%, rgba(40, 170, 154, 0) 70%);
}

.head__img {
  position: absolute;
  bottom: 0;
}

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

.head__img.head__img_main {
  left: 52%;
}

.head__section .container {
  z-index: 3;
}

.offer {
  color: #fff;
}

.offer.offer__main h2 {
  font-size: 96px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 5px;
}

.offer.offer__main h1 {
  font-size: 40px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 25px;
}

.offer.offer__main > p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
}

.offer.offer__main .offer__btns {
  margin-bottom: 5vh;
}

.offer__list {
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offer__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
}

.offer__text {
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.head__img {
  max-width: 650px;
  position: absolute;
  left: 58%;
  bottom: 0;
}

.head__img img {
  max-width: 100%;
}

.advant {
  position: relative;
}

.section__title_advant {
  margin-bottom: 70px;
}

.advant__icon {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#28aa9a), to(#2cdac6));
  background: linear-gradient(180deg, #28aa9a 0%, #2cdac6 100%);
  border-radius: 50%;
}

.advant__text {
  margin-bottom: 0;
}

.service_main {
  padding-bottom: 65px;
  background-color: #28aa9a;
}

.service__subtitle {
  max-width: 470px;
}

.service__icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
}

.service__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service__item {
  display: block;
  width: 100%;
}

.service__name,
.service__short {
  color: #fff;
}

.doctors__item {
  width: 100%;
}

.doctor__swiper {
  padding: 25px 0;
  width: 100%;
}

/* .doctors__wrap .doctor__slide {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
} */
.doctor__slide {
  border-radius: 20px;
  padding-bottom: 10px;
  height: auto;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.doctor__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.doctor__content .doctor__name {
  color: #11302c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a.doctor__slide:hover .doctor__content .doctor__name {
  color: #ff602e;
}

.doctor__img {
  height: 410px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 38px;
  border-radius: 20px;
}

.doctor__img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.swiper__arrow.swiper__prev {
  left: -55px;
}

.swiper__arrow.swiper__next {
  right: -55px;
}

.doctor_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.doctor_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #eaeaea;
  opacity: 1;
  margin: 0 9px;
}

.doctor_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #28aa9a;
}

.swiper__arrow.swiper-button-disabled {
  opacity: 0;
}

.swiper__arrow {
  background: #ffffff;
  /* border: 1px solid #FFFFFF; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 26px rgba(151, 145, 140, 0.16);
          box-shadow: 0px 2px 26px rgba(151, 145, 140, 0.16);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 5;
}

.swiper__arrow:hover {
  -webkit-box-shadow: 0px 2px 26px rgba(151, 145, 140, 0.3);
          box-shadow: 0px 2px 26px rgba(151, 145, 140, 0.3);
}

.doctor .swiper__arrow {
  top: 205px;
}

.review {
  background-color: #28aa9a;
}

.review .swiper__next,
.doctor_slide .swiper__next {
  right: -62px;
}

.review__swiper {
  padding: 15px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.review__slide {
  background: #ffffff;
  -webkit-box-shadow: 0px 9px 20px rgba(100, 100, 100, 0.15);
          box-shadow: 0px 9px 20px rgba(100, 100, 100, 0.15);
  border-radius: 20px;
  padding: 50px 45px 60px;
}

.review__date {
  color: #b0b0b0;
}

.about__img img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}

.about__content p {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 0;
}

.doc__icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.doc__icon img {
  max-width: 100%;
  max-height: 100%;
}

.doc_item p {
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.doc_item:hover p {
  color: #dc1118;
}

.about__btn {
  font-size: 24px;
  font-weight: 500;
  color: #ff602e;
  margin-top: 40px;
}

.about__btn:hover {
  color: #ff602e;
}

.about__btn:hover {
  color: #ff602e;
}

.about__btn svg {
  margin-left: 10px;
}

.footer {
  padding-top: 30px;
  background: #07443D;
}

.custom__logo_footer img {
  width: 80px;
}

.footer__logo {
  width: 145px;
  display: block;
  max-width: 100%;
}

.footer__logo img {
  width: 100%;
  height: auto;
}

.footer .logo__text {
  color: #fff;
  display: block;
}

.footer__menu li {
  margin-bottom: 5px;
}

.footer_menu2 {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_menu2 li {
  max-width: 45%;
  width: 100%;
  margin-bottom: 15px;
}

.footer__menu li a {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.footer_menu1 li a {
  font-weight: 500;
}

.footer__menu.footer_menu2 li a {
  font-weight: 300;
}

.footer__menu li a:hover {
  color: #ff602e !important;
  text-decoration: underline;
}

.footer__btn {
  font-size: 18px;
  font-weight: 500;
  color: #ff602e;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__bottom {
  background: #11302C;
  margin-top: 40px;
  padding: 28px 0;
}

.phones__footer .phones__item {
  display: block;
  margin-bottom: 15px;
}
.phones__footer .phones__item span {
  color: #ff602e;
  display: block;
  margin-top: 3px;
}

.address__footer a:hover,
.phones__footer a:hover {
  color: #ff602e !important;
  text-decoration: underline;
}

.address__footer,
.phones_footer {
  max-width: 280px;
}

.copyright {
  width: 303px;
}

.social__link {
  display: block;
  width: 30px;
  height: 30px;
}

.social a:not(:last-child) {
  margin-bottom: 13px;
  /* text-align: right; */
}

.service_archive__header {
  padding-top: 190px;
  padding-bottom: 150px;
}

.service_archive__header .breadcrumbs {
  padding-top: 18px;
  margin-bottom: 75px;
}

.service_page__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 190px);
}

.service_page__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
}

.service_page__text button {
  font-size: 18px;
  color: #ff602e;
  font-weight: 300;
  text-decoration-line: underline;
}

.search {
  margin-bottom: 50px;
}

.section__title_catalog {
  border-bottom: 1px solid #827b74;
}

.search__block {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 150px;
  scrollbar-color: #ff602e #f0f0f0;
  scrollbar-width: thin;
  overflow-y: auto;
  background: #fff;
  z-index: 5;
  -webkit-box-shadow: 0px 8px 17px rgba(106, 168, 255, 0.15);
          box-shadow: 0px 8px 17px rgba(106, 168, 255, 0.15);
  border-radius: 0 0 20px 20px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search__block.open {
  opacity: 1;
  pointer-events: all;
}

.search__block::-webkit-scrollbar {
  width: 4px;
}

.search__none {
  position: absolute;
  top: 100%;
  left: 0;
  height: auto;
  width: 100%;
  padding: 10px 0 10px 80px;
  -webkit-box-shadow: 0px 8px 17px rgba(106, 168, 255, 0.15);
          box-shadow: 0px 8px 17px rgba(106, 168, 255, 0.15);
  border-radius: 0 0 10px 10px;
  padding-left: 80px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search__none.show {
  opacity: 1;
  pointer-events: all;
}

/* Track */
.search__block::-webkit-scrollbar-track {
  background: #e0e0e0;
}

/* Handle */
.search__block::-webkit-scrollbar-thumb {
  background: #ff602e;
}

.search__block label {
  font-size: 16px;
  display: block;
  padding: 5px 10px 5px 80px;
}

.search__block input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.search__input::-webkit-input-placeholder {
  color: #8c8c8c;
  font-family: "Commissioner", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.search__input::-moz-placeholder {
  color: #8c8c8c;
  font-family: "Commissioner", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

/* Firefox 19+ */
.search__input:-moz-placeholder {
  color: #8c8c8c;
  font-family: "Commissioner", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

/* Firefox 18- */
.search__input:-ms-input-placeholder {
  color: #8c8c8c;
  font-family: "Commissioner", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.search_404.search__btn {
  width: 50px;
}

.search__input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #ff602e;
  padding-left: 80px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #272727;
  font-family: "Commissioner", sans-serif;
}

.search__btn {
  width: 190px;
  height: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ff602e;
  border: 1px solid #ff602e;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

.search__btn svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}

.entry-title a {
  color: #ff602e;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding-right: 35px;
  background: url(../img/link_arrow.svg) no-repeat 100% 5px;
}

.search__btn:hover svg {
  opacity: 0.5;
}

.catalog__price_menu {
  width: calc(25% - 12px);
}

.catalog__price_wrap {
  width: calc(75% - 12px);
}

.catalog__all {
  display: none;
}

.close_catalog {
  width: 32px;
  height: 32px;
  background: url(../img/icon/close_menu.svg) no-repeat center;
  outline: none;
  margin-left: auto;
  cursor: pointer;
}

.catalog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog__wrap.clinick_item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__item {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 180px;
  padding: 40px 20px 40px 60px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 21px rgba(40, 170, 154, 0.11);
          box-shadow: 0px 10px 21px rgba(40, 170, 154, 0.11);
  border-radius: 20px;
}

.price__btn {
  width: 140px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff602e;
  border-radius: 100px;
  color: #fff;
}

.catalog__permalink {
  font-size: 24px;
  font-weight: 500;
  color: #ff602e;
}

.catalog__permalink:hover {
  color: #ff602e;
}

svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.catalog__permalink:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.gallary {
  width: 100%;
}

.gallary__wrap {
  height: 430px;
}

.gallary__wrap a {
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.gallary__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sertificate_slider {
  padding: 20px 5px;
}

.sertificate__slide {
  -webkit-box-shadow: 0px 1px 21px rgba(0, 122, 101, 0.15);
          box-shadow: 0px 1px 21px rgba(0, 122, 101, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sertificate__slide img {
  width: 100%;
}

.review__pag {
  display: none;
}

.review__pag .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  left: 644px;
  top: 3899px;
  opacity: 1;
  background: #eaeaea;
  margin: 0 9px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.review__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0 13px;
  background: #28aa9a;
}

.price__menu li {
  position: relative;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.close_price {
  display: none;
}

.price__menu_tab li a {
  pointer-events: none;
}

.price__menu li:not(:last-child) {
  margin-bottom: 25px;
}

.price__head {
  border-bottom: 1px solid #eff0f2;
}

.catalog__title {
  padding: 39px 0 34px;
  text-align: center;
  width: 100%;
  border-right: 1px solid #eff0f2;
  color: #000;
}

.price__cat {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #767676;
  border-bottom: 1px solid #eff0f2;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 0;
}

.price__single {
  width: 50%;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  padding-left: 30px;
  margin-bottom: 0;
  padding: 5px 0 5px 30px;
}

.border_r,
.price__single:nth-child(2) {
  border-right: 1px solid #eff0f2;
}

.review__text p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 1.5em;
}

.review__text p:last-child {
  margin-bottom: 0;
}

.review__slide_archive {
  width: 100%;
}

.contact {
  /* padding-top: 190px; */
  padding-bottom: 250px;
  min-height: 800px;
}

.social_contact .social__link {
  margin-bottom: 0;
  margin-right: 20px;
  width: 50px;
  height: 50px;
}

.social_contact .social__link svg {
  width: 100%;
  height: 100%;
}

.head__section_contact .container {
  z-index: 3;
  pointer-events: none;
}

.head__section_contact::before {
  z-index: 2;
  pointer-events: none;
}

.head__section_contact .container .offer__contact > * {
  pointer-events: all;
}

.head__section_contact .time__work {
  width: 245px;
  line-height: 2em;
}

.head__section_contact .time__content {
  line-height: 1.2em;
}

.head__section_contact .phones__item {
  margin-bottom: 20px;
}

.head__section_contact .phones__item a {
  font-weight: 300;
}

.head__section_contact .contact__icon {
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.head__section_contact .contact__icon svg {
  width: 100%;
  height: auto;
}

.offer__contact .address {
  width: 410px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.offer__contact .select__btn.select__btn_main {
  padding-left: 60px;
  height: 75px;
  border-radius: 20px;
  font-size: 20px;
}

.offer__contact .select__btn.select__btn_main:before {
  left: 13px;
  width: 30px;
  height: 30px;
  background-size: 100%;
  top: calc(50% - 15px);
}

.map__wrap {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.map__item {
  width: 130%;
  left: 0;
  bottom: 0%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.map__item iframe {
  width: 100%;
  height: 100%;
}

.contact .phones__item span {
  font-size: 20px;
  font-weight: 500;
}

.contact .address__item,
.contact .phones__item a {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #11302c;
}

.contact .address__content p {
  margin-bottom: 14px;
}

.contact .address svg,
.contact .phones svg {
  width: 23px;
  height: 23px;
}

.contact .phones__item:not(:last-child) {
  margin-bottom: 7px;
}

.consult_offer {
  width: 265px;
}

.checkbox__wrap a {
  font-size: 12px;
  color: #767676;
  /* text-decoration: underline; */
}

.popup__subtitle {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.service__content_single p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55em;
  margin-bottom: 1em;
}

.service__content_single p strong,
.service__content_single p b {
  font-weight: 500;
}

.service__content_single h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
}

.service__content_single ul {
  margin-bottom: 1.5em;
}

.service__content_single li {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  max-width: 75%;
  padding-left: 40px;
}

.service__content_single ol li {
  margin-bottom: 10px;
}

.service__content_single li:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 50%;
  background: #ff602e;
}

.service__img_single {
  width: 100%;
  border-radius: 20px;
}

.catalog__filter {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 21px rgba(40, 170, 154, 0.11);
          box-shadow: 0px 10px 21px rgba(40, 170, 154, 0.11);
  border-radius: 20px;
  padding-top: 48px;
  padding-bottom: 45px;
}

.filter__title {
  padding-left: 40px;
}

.catalog__menu > li {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
}

.catalog__sub_menu span {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2em;
  color: #3d3d3d;
  display: block;
  padding: 8px 0 8px 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.catalog__menu > li > span,
.catalog__menu > li > a {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #3d3d3d;
  display: block;
  padding: 10px 40px 10px 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.catalog__menu li.menu-item.open > a,
.catalog__menu li.menu-item.open .current-menu-item a,
.catalog__sub_menu > li > span:hover,
.catalog__sub_menu > li.active > span,
.catalog__menu.catalog__menu_tab > li > span:hover,
.catalog__menu.catalog__menu_tab > li.active > span,
.catalog__menu > li > a:hover,
.catalog__menu > .current-menu-item > a {
  /* font-weight: 600; */
  color: #fff;
  text-decoration: underline;
  background: #ff602e;
}

.catalog__menu > li[data-accordion=item] {
  position: relative;
}

.catalog__menu > li.menu-item-has-children::before,
.catalog__menu > li.menu-item[data-accordion=item]:after {
  display: none;
}

.catalog__menu > li[data-accordion=item] span.open_sub_menu,
.catalog__menu > li[data-accordion=item]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 9px;
  background: url(../img/icon/arow_bottom.svg) no-repeat center/10px;
  padding: 0;
  pointer-events: none;
}

.catalog__menu .sub-menu li.menu-item a {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2em;
  color: #3d3d3d;
  display: block;
  padding: 8px 0 8px 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.catalog__list {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 26px rgba(151, 145, 140, 0.16);
          box-shadow: 0px 2px 26px rgba(151, 145, 140, 0.16);
  border-radius: 20px;
  width: 100%;
}
.catalog__list.clinick_item {
  overflow: hidden;
}

.table__result {
  width: 100%;
}

.table__result td {
  vertical-align: top;
}

.table__result tbody tr:first-child td,
.table__result tbody tr:first-child td,
.tablepress tbody tr:first-child td,
.tablepress tbody tr:first-child td {
  border-top: 0;
}

.table__result tbody td,
.tablepress tfoot th,
.table__result tbody td,
.tablepress tfoot th,
.catalog__list .tablepress tbody td,
.tablepress tfoot th,
.catalog__list .tablepress tbody td,
.tablepress tfoot th {
  border-top: 1px solid #28AA9A;
}

.table__result th,
.table__result td {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  float: none !important;
}

.table__result tfoot th,
.table__result thead th,
.catalog__list .tablepress tfoot th,
.catalog__list .tablepress thead th {
  background: #ff602e;
  color: #fff;
}

.table__result th:nth-child(3),
.table__result td:nth-child(3),
.catalog__list .tablepress th:nth-child(3),
.catalog__list .tablepress td:nth-child(3) {
  width: 15%;
  min-width: 90px;
}

.tatable__resultlepress td:nth-child(1),
.catalog__list .tablepress td:nth-child(1) {
  font-size: 14px;
}

.table__result td:nth-child(2),
.catalog__list .tablepress td:nth-child(2) {
  font-size: 15px;
}

.table__result td:nth-child(3),
.catalog__list .tablepress td:nth-child(3) {
  font-weight: 700;
}

.table__result th:nth-child(1),
.table__result td:nth-child(1),
.catalog__list .tablepress th:nth-child(1),
.catalog__list .tablepress td:nth-child(1) {
  max-width: 50px;
}

.catalog__btn.btn {
  width: 140px;
  height: 35px;
  font-size: 14px;
}

.price__item {
  padding: 38px 75px 35px;
  border-bottom: 1px solid #28aa9a;
}

.price__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.head__section.head__section_other {
  height: auto;
  background-position: center 100px;
  min-height: initial;
  padding-top: 230px;
  padding-bottom: 50px;
  display: block;
  max-height: initial;
}

.offer h1 {
  font-size: 64px;
  text-transform: uppercase;
}

.head__section.head__section_other .offer h1 {
  font-size: 44px;
}

.head__section.head__section_other .offer__btns .btn {
  max-width: 260px;
  height: 50px;
  font-size: 20px;
}

.callback {
  background-color: #28aa9a;
}

.callback__item {
  padding: 52px 25px 52px 20px;
  max-width: 500px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 26px rgba(151, 145, 140, 0.16);
          box-shadow: 0px 2px 26px rgba(151, 145, 140, 0.16);
  border-radius: 20px;
  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;
}

.callback__item:not(:last-child) {
  margin-bottom: 25px;
}

.callback_icon {
  width: 80px;
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 26px rgba(151, 145, 140, 0.16);
          box-shadow: 0px 2px 26px rgba(151, 145, 140, 0.16);
}

.callback_icon img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.callback__text {
  width: 310px;
  line-height: 2em;
}

.callback__img {
  text-align: center;
}

.callback__img img {
  max-width: 100%;
}

.form__wrap_callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__wrap_callback .input__group {
  margin-bottom: 0;
}

.form__wrap_callback .input__group input {
  background: #ffffff;
  border-radius: 100px;
  height: 70px;
  border: none;
  padding-left: 65px;
}

.form__wrap_callback .input__group_name {
  width: calc(33.3333333333% - 20px);
}

.form__wrap_callback .input__group_phone {
  width: calc(33.3333333333% - 20px);
}

.form__wrap_callback .button__wrap {
  width: calc(33.3333333333% - 20px);
}

.form__wrap_callback .button__wrap .order__btn {
  width: 100%;
  max-width: 100%;
}

.form__wrap_callback .place_span {
  left: 65px;
  top: 23px;
}

.callback__bg {
  position: absolute;
  left: -77px;
  top: 329px;
}

.section__title_catalog {
  border-bottom: 1px solid #827b74;
}

.post__img {
  height: auto;
  width: 100%;
  background: url(../img/doc_bg_2.svg) no-repeat center/cover;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  /* align-items: flex-end; */
}

.post__img img {
  width: 100%;
  height: auto;
}

.text__content h1.post__title,
.text__content h2.post__title,
.text__content h1.post__title,
.post__content h2.post__title {
  color: #11302c;
  margin-top: 0;
  margin-bottom: 10px;
}

.post__item {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 9px 22px rgba(100, 100, 100, 0.15);
          box-shadow: 0px 9px 22px rgba(100, 100, 100, 0.15);
  border-radius: 20px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 24px 36px;
  min-height: 190px;
}

.list__btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ff602e;
}

.text__content h2,
.post__content h2 {
  font-size: 24px;
  color: #11302c;
  margin-top: 100px;
  margin-bottom: 35px;
}

.text__content h2 {
  margin-top: 30px;
}

.text__content,
.text__content p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.55em;
}

.post__content p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 2em;
  line-height: 1.55em;
}

.text__content a,
.post__content a {
  color: #ff602e;
  text-decoration: underline;
}

.text__content li,
.post__content li {
  font-size: 24px;
  margin-bottom: 2em;
  padding-left: 33px;
  position: relative;
}

.text__content li {
  margin-bottom: 0.5em;
}

.text__content li:before,
.post__content li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
}

.text__content ul li:before,
.post__content ul li:before {
  /* background: url(../img/point.svg) no-repeat center; */
  background-color: #ff602e;
}

.text__content ol li:before,
.post__content ol li:before {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.6) url(../img/tef.svg) no-repeat center;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 14px rgba(146, 233, 241, 0.5);
          box-shadow: 0px 8px 14px rgba(146, 233, 241, 0.5);
  top: -5px;
}

.text__content table,
.post__content table {
  border-collapse: collapse;
  border: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #c9f8fd;
}

.text__content table tr:nth-child(even),
.post__content table tr:nth-child(even) {
  background: #ebfeff;
}

.text__content table td,
.post__content table td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  font-weight: 300;
  font-size: 18px;
  color: #11302c;
  padding-right: 15px;
}

.text__content table td:first-child,
.post__content table td:first-child {
  width: 25%;
  border-right: 1px solid #ff602e;
  font-size: 24px;
  color: #11302c;
  padding-left: 80px;
  font-weight: 400;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}

.list__btn.btn {
  width: 200px;
  height: 50px;
  font-size: 14px;
}

.service__img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.list__item:nth-child(even) .service__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.service__post,
.service__post p,
.service__post li {
  font-size: 18px;
  font-weight: 300;
  left: 1.8em;
}

.text__content .section__title_service,
.post__content .section__title_service {
  line-height: 1em;
}

.service__post h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.post__callback .input__group input {
  background-color: #fff;
}

.service__about_single .post__title {
  color: #11302c;
  margin-bottom: 30px;
}

.post_price {
  background: #fcf9f6;
}

.section__title_doc a {
  color: #11302c;
  text-decoration: underline;
  cursor: pointer;
}

.vacancy__img img {
  width: 100%;
  height: auto;
}

.work__img {
  height: 300px;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.work__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.work__gallary {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: -5;
}

.work__name {
  font-size: 24px;
  font-weight: 700;
}

.news__swiper {
  padding: 0 4px 18px;
}

.news__swiper .news__slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news__card .news__slide {
  width: 100%;
}

.news__slide {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 17px rgba(106, 168, 255, 0.15);
          box-shadow: 0px 8px 17px rgba(106, 168, 255, 0.15);
  border-radius: 20px;
  height: auto;
}

.news__block .swiper__arrow {
  top: calc(50% - 30px);
}

.news__thumnail {
  border-radius: 20px 20px 0 0;
  height: 308px;
}

.news__thumnail.news__thumnail_vacancy {
  height: auto;
}

.news__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.news__thumnail.news__thumnail_vacancy img {
  height: auto;
  width: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.news__content .news__date {
  font-size: 18px;
  font-weight: 300;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news__content .news__cat {
  width: 160px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fbe6e0;
  border-radius: 100px;
}

.news__content {
  padding-left: 30px;
  padding-right: 30px;
  height: calc(100% - 308px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news__name {
  line-height: 1.5em;
  width: 100%;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
}

.news__short {
  width: 100%;
}

.news__short p {
  font-size: 16px;
  font-weight: 300;
}

.news_permalink {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: auto;
  color: #ff602e;
  margin-top: auto;
}

.news_permalink:hover {
  color: #ff602e;
}

.news_permalink:hover svg {
  -webkit-transform: translate(10px);
          transform: translate(10px);
}

.news_permalink svg {
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog {
  min-height: 100vh;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  border: 1px solid #ff602e;
  border-radius: 100px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ff602e;
}

.news__list li.current-menu-item a,
.news__list li a:hover {
  background-color: #ff602e;
  color: #fff;
}

.declaration__text {
  max-width: 590px;
}

.declaration__doctor h2,
.form__wrap_declaration h2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 70px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.declaration__doctor h2 {
  margin-bottom: 30px;
  margin-top: 0;
}

.form__wrap_declaration .input__group {
  width: 100%;
}

.form__wrap_declaration .input__group.input__group_checkbox input {
  height: 0;
  width: 0;
}

.form__wrap_declaration .input__group input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #11302c;
  border-radius: 100px;
  padding-left: 55px;
}

.form__wrap_declaration .input__group input :-ms-input-placeholder {
  font-family: "Commissioner", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #aeaeae;
}

.form__wrap_declaration .input__group input ::-webkit-input-placeholder {
  font-family: "Commissioner", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #aeaeae;
}

.form__wrap_declaration .input__group input ::-ms-input-placeholder {
  font-family: "Commissioner", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #aeaeae;
}

.form__wrap_declaration .input__group input ::-moz-placeholder {
  font-family: "Commissioner", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #aeaeae;
}

.form__wrap_declaration .input__group input ::placeholder {
  font-family: "Commissioner", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #aeaeae;
}

.form__wrap_declaration .place_span {
  top: 19px;
  padding-left: 55px;
  left: 0;
}

/* input[type='date']::-webkit-datetime-edit {
  color: transparent !important;
}

input[type='date']:focus::-webkit-datetime-edit {
  color: inherit !important;
} */
.form__wrap_declaration .order__btn {
  width: 100%;
  max-width: 100%;
}

.search__wrap {
  height: 0;
  overflow: hidden;
}

.search__wrap.active {
  padding: 0 0 30px;
  height: auto;
  overflow: auto;
}

.not__result {
  height: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/* .choose-doctor__item {
  width: calc(100% / 5);
  padding: 0 12px;
} */
.choose-doctor__label {
  text-align: center;
  display: block;
}

.choose-doctor__img {
  height: 200px;
}

.choose-doctor__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.choose-doctor__input {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.choose-doctor__input:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #28aa9a;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.choose-doctor__input:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #28aa9a;
  position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0;
  pointer-events: none;
}

.choose-doctor__input:checked:before {
  opacity: 1;
}

.file__wrap {
  position: relative;
  width: 127px;
  overflow: hidden;
  width: 100%;
}

.show_file {
  max-height: 127px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show_file img {
  width: auto;
  height: 127px;
}

.delite__file {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 5;
}

.delite__file svg {
  width: 100%;
  height: 100%;
}

.input__group.input__group_file input {
  background-color: transparent;
  opacity: 0;
  cursor: pointer;
}

.input__group.input__group_file .place_span {
  padding-left: 57px;
  left: 0;
}

.input__group.input__group_file .place_span:before {
  content: "";
  display: block;
  width: 38px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/photo.svg) no-repeat left center/contain;
}

.input__group_file:before {
  content: "";
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #11302c;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 200px;
}

.child__input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.input_group_file_inn {
  -webkit-transition: none !important;
  transition: none !important;
}

.form__wrap_declaration .input__group.input_group_file_copy {
  /* width: 48%; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.input__group_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

.input__group_checkbox .check_input {
  opacity: 1;
}

.input_group_file_inn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.input__group_checkbox .check_input input[type=radio] {
  width: 24px;
  height: 24px;
  opacity: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}

.input__group_checkbox .check_input input:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #ff602e;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}

.input__group_checkbox .check_input input:checked:after {
  background: #fff url(../img/icon/correct.svg) no-repeat center;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  display: none;
}

.btn.address__btn {
  width: 280px;
  height: auto;
  font-size: 14px;
  padding: 10px 0;
  text-transform: uppercase;
  border-radius: 23px;
  border: 1px solid #ff602e;
}

.btn.address__btn:hover {
  padding: 10px 0;
  font-size: 14px;
  border: 1px solid #ff602e;
  -webkit-box-shadow: 0px 0px 0px rgba(255, 96, 46, 0.3);
          box-shadow: 0px 0px 0px rgba(255, 96, 46, 0.3);
}

.address__menu.open .address__btn {
  border-radius: 23px 23px 0 0;
}

.address__menu {
  margin-bottom: 30px;
}

.address__list {
  padding: 15px 0px;
  width: 280px;
  border: 1px solid #ff602e;
  border-radius: 0 0 23px 23px;
}

.address__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #11302c;
  text-align: center;
  padding: 10px 10px;
}

.address__list .current-menu-item a,
.address__list a:hover {
  background-color: rgba(255, 95, 46, 0.184);
}

.choose__btn.btn {
  border: 1px solid #ff602e;
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  padding: 0 10px;
  background-color: #fff;
  color: #ff602e;
}

.choose__btn.btn.active,
.choose__btn:focus,
.choose__btn:hover,
.choose__btn:active {
  border: 1px solid #ff602e;
  background-color: #ff602e;
  color: #fff;
}

/* 
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
   work end
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    */
/*


    .mt_10 .mt_15 .mt_20 .mt_30 .mt_35 .mt_40 .mt_45 .mt_50 
    .mb_10 .mb_15 .mb_20 .mb_25 .mb_30 .mb_35 .mb_40 .mb_45 .mb_50
ff_futura
    fw_light fw_normal  fw_medium fw_demi fw_bold fw_bolder fw_black fs_i 

    fz_12 fz_14 fz_15 fz_16 fz_17  fz_18 fz_20 fz_22 fz_24 fz_25 fz_26 fz_28 fz_30 fz_36 fz_42 fz_48 fz_50 fz_60

    pt_40 pt_50 pt_60 pt_80 pt_90 pt_100 pt_120
    pb_20 pb_25 pb_30 pb_35 pb_40 pb_50 pb_60 pb_80 pb_90 pb_100 pb_120

      c_dark  c_white  .c_orange c_blue c_blue_lt

    text_center .text_left .text_right  tt_upper

    .btn_xs .btn_small .btn_medium .btn_max btn_wh

    .bg_dark .bg_yel .bg_blue .bg_pink
    */
/* 
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    contact  single end
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    */
/* 
    ////////////////////////////////////////
    service single start
    ////////////////////////////////////////
    */
/* 
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    service  single end
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    */
/* 
    ////////////////////////////////////////
    callback start
    ////////////////////////////////////////
    */
.input__group {
  margin-bottom: 25px;
  position: relative;
}

.input__group input {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 30px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #11302c;
  font-weight: 400;
  font-size: 18px;
  background: #ffffff;
  border-radius: 100px;
}

.vacancy__single .input__group input {
  border: 1px solid #ff602e;
}

.popup .input__group input {
  border: 1px solid #ff602e;
}

.place_span {
  padding-top: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #aeaeae;
  position: absolute;
  left: 30px;
  top: 14px;
  padding-left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  margin-bottom: 0;
}

.place_span span {
  color: #dc1118;
}

.place_span.fixed_span {
  opacity: 0;
  /* top: -24px; */
  /* left: 20px; */
}

.form_btn_group {
  width: 100%;
}

.order__input_message {
  height: 129px;
  display: block;
  padding-top: 14px;
  padding-right: 14px;
  padding-left: 30px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 9px 22px rgba(100, 100, 100, 0.15);
          box-shadow: 0px 9px 22px rgba(100, 100, 100, 0.15);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ff602e;
  color: #11302c;
}

.check_input {
  display: block;
  width: 22px;
  height: 22px;
  opacity: 0;
  margin-right: 12px;
}

.radio__group {
  width: 50%;
}

.order__input_radio .wpcf7-list-item {
  margin: 0;
}

.order__input_radio::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #ff602e;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.order__input_radio.checked_radio::before {
  border: 6px solid #ff602e;
}

.order__input_radio {
  position: relative;
}

.order__input_radio input {
  width: 17px;
  height: 17px;
  margin-right: 15px;
  opacity: 0;
}

.order__input_radio .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: 300;
}

.wpcf7-acceptance {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border: 2px solid #ff602e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

.checkbox__text {
  color: #767676;
  font-size: 12px !important;
}

.wpcf7-acceptance input {
  cursor: pointer;
}

.wpcf7-acceptance * {
  margin: 0 !important;
}

.wpcf7-acceptance.checked_inp {
  background: #fff url(../img/icon/correct.svg) no-repeat center;
}

input.wpcf7-not-valid {
  border-color: red !important;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.774);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: -9;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup__content::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.popup__content::-webkit-scrollbar-track {
  background: #e0e0e0;
}

/* Handle */
.popup__content::-webkit-scrollbar-thumb {
  background: #ff602e;
}

.popup.open {
  pointer-events: all;
  z-index: 9999;
  opacity: 1;
}

.popup__content {
  width: 98%;
  max-width: 520px;
  padding: 70px 30px 90px;
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow-y: auto;
  max-height: 98%;
  scrollbar-color: #ff602e #f0f0f0;
  scrollbar-width: thin;
  background: #ffffff;
  /* тень_карточек */
  -webkit-box-shadow: 0px 10px 21px rgba(0, 122, 101, 0.15);
          box-shadow: 0px 10px 21px rgba(0, 122, 101, 0.15);
  border-radius: 20px;
}

.check_popup .popup__content {
  padding-bottom: 100px;
}

.popup.open .popup__content {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  position: relative;
  /* top: 50%; */
}

.form__wrap_popup {
  padding-left: 40px;
  padding-right: 40px;
}

.form__wrap .input__group select {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 30px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #11302c;
  font-weight: 400;
  font-size: 18px;
  background: #ffffff;
  border-radius: 100px;
  border: 1px solid #ff602e;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: url(../img/icon/arow_bottom.svg) no-repeat calc(100% - 20px) center/15px;
}

.form__wrap_popup .input__group {
  width: 100%;
}

.popup__content .order__btn {
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
}

.popup__content .section__offer {
  margin-bottom: 30px;
}

.consult_popup .section__offer p {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.close_popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.input_radio input {
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #ff602e;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.input_radio input:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: #ff602e;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}

.input_radio input:checked:after {
  opacity: 1;
}

.input__group_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input__group_radio p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input__group_radio .wpcf7-form-control-wrap {
  width: 26px;
  height: 26px;
  display: block;
  margin-right: 10px;
}

.close_popup > * {
  pointer-events: none;
}

.close_popup svg {
  width: 20px;
  height: 20px;
}

.open__form > * {
  pointer-events: none !important;
}

[data-tabbtn] {
  cursor: pointer;
}

[data-tabcontent] {
  position: absolute;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  width: initial;
  top: 105%;
}
[data-tabcontent].active {
  position: absolute;
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}

.popup_change {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #11302c;
  padding-left: 30px;
  max-width: 380px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
  height: 60px;
  border: 1px solid #ff602e;
  border-radius: 50px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../img/icon/arow_bottom.svg) no-repeat 90% center/10px;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

.home_url {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
}

.video .video__block {
  position: relative;
  display: block;
}
.video .video__block img {
  width: 100%;
  height: auto;
}
.video .video__block .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
  cursor: pointer;
}
.play_btn svg {
  margin-left: 5px;
}
.play_btn path {
  fill: #ff602e;
}
.play_btn:hover {
  background-color: #ff602e;
}
.play_btn:hover path {
  fill: #fff;
}

.single_team .team__wrap {
  overflow: hidden;
  margin-bottom: 140px;
}
.single_team .team__offer {
  padding: 36px 40px;
}
.single_team .section__label.section__label_specialist {
  height: 32px;
  border-radius: 50px;
  padding: 0 12px;
  position: absolute;
  top: 20px;
  right: 0;
}
.single_team .section__label.section__label_specialist svg {
  margin-right: 8px;
}
.single_team .single_team__thumbnail img {
  width: 100%;
  height: auto;
}
.single_team .single_team__service {
  border-radius: 20px;
  background-color: #28AA9A;
  padding: 20px;
}
.single_team .single_team__service_list li {
  margin-bottom: 8px;
}
.single_team .single_team__service_list li:last-child {
  margin-bottom: 0;
}
.single_team .single_team__service_list a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.75em;
}
.single_team .single_team__service_list a:hover {
  color: #ff602e;
}
.single_team .single_team__service_list a svg {
  margin-right: 8px;
}
.single_team .single_team__education .text__content {
  opacity: 0.9;
}
.single_team .single_team__block .title_3 {
  margin-bottom: 16px;
}
.single_team .single_team__social {
  height: 56px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 50px;
  padding: 0 20px;
  background-color: #ff602e;
}
.single_team .single_team__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}
.single_team .single_team__social a img {
  max-width: 100%;
  max-height: 100%;
}
.single_team .team_sertificate {
  margin-bottom: 24px;
}
.single_team .team_sertificate .swiper-slide {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  position: relative;
  background-color: #28AA9A;
}
.single_team .team_sertificate .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.single_team .swiper__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.single_team .swiper__arrows .swiper__arrow {
  cursor: pointer;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #2cdac6;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
}
.single_team .swiper__arrows .swiper__arrow path {
  fill: #ffffff;
}
.single_team .swiper__arrows .swiper__arrow:hover {
  background-color: #ff602e;
}
.single_team .swiper__arrows .swiper__arrow:hover path {
  fill: #ffffff;
}
.single_team .swiper__arrows .swiper__arrow.swiper__arrow_left {
  margin-right: 6px;
  left: auto;
  top: auto;
  right: auto;
}
.single_team .swiper__arrows .swiper__arrow.swiper__arrow_right {
  margin-left: 6px;
  left: auto;
  top: auto;
  right: auto;
}
.single_team .swiper__arrows .swiper_pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_team .swiper__arrows .swiper_pag .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #2cdac6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  margin: 0 4px;
}
.single_team .swiper__arrows .swiper_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff602e;
}
.single_team .swiper__arrows .swiper_pag .swiper-pagination-bullet:hover {
  background-color: #ff602e;
}

.sertificate__zoom {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  bottom: 15px;
  background-color: #ff602e;
}

@media screen and (max-width: 1480px) {
  .single_team .team__wrap {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .single_team .section__label.section__label_specialist {
    position: static;
    margin-bottom: 12px;
  }
  .single_team .single_team__sertificate {
    padding-top: 100px;
  }
  .single_team .team__wrap {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .single_team .team_sertificate .swiper-slide {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .single_team .team__offer {
    padding: 36px 0 40px;
  }
  .single_team .team_sertificate .swiper-slide {
    padding: 28px;
  }
}/*# sourceMappingURL=main.css.map */