

/* Start:/local/templates/health_PROD/components/bitrix/menu/footer__menu/style.css?1664193565248*/
.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-menu__item {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #111111;
  text-decoration: none;
}
/* End */


/* Start:/local/templates/health_PROD/styles.css?178818575128395*/
@charset "UTF-8";
@font-face {
  font-family: "Futura PT";
  font-weight: 400;
  font-style: normal;
  src: url(/local/fonts/FuturaPT/FuturaPT-Book.ttf);
  /*font-display: swap;*/
}
@font-face {
  font-family: "Futura PT";
  font-weight: 500;
  font-style: normal;
  src: url(/local/fonts/FuturaPT/FuturaPT-Medium.ttf);
  /*font-display: swap;*/
}
/* Сами в шоке от того, что 450 */
@font-face {
  font-family: "Futura PT";
  font-weight: 450;
  font-style: normal;
  src: url(/local/fonts/FuturaPT/FuturaPT-Medium.ttf);
  /*font-display: swap;*/
}
/* @font-face {
    font-family: 'Futura PT';
    font-weight: 600;
    font-style: normal;
    src: url(/local/fonts/FuturaPT/FuturaPT-SemiBold.ttf);
}
@font-face {
    font-family: 'Futura PT';
    font-weight: 700;
    font-style: normal;
    src: url(/local/fonts/FuturaPT/FuturaPT-Bold.ttf);
}
@font-face {
    font-family: 'Futura PT';
    font-weight: 800;
    font-style: normal;
    src: url(/local/fonts/FuturaPT/FuturaPT-ExtraBold.ttf);
}
@font-face {
    font-family: 'Futura PT';
    font-weight: 900;
    font-style: normal;
    src: url(/local/fonts/FuturaPT/FuturaPT-Black.ttf);
}
 */
* {
  box-sizing: border-box;
}

body {
  font-family: "Futura PT", "Roboto", Sans-serif;
  /* background-color: #ddffd4; */
}

.max-width {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.grecaptcha-badge {
  visibility: visible !important;
  display: none !important;
  opacity: 0 !important;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.info-block-svg-logo {
  margin-top: 10px;
}

button {
  appearance: none;
  border: none;
  padding: 0;
  background-color: transparent;
}

.btn {
  appearance: none;
  cursor: pointer;
  padding: 10px 20px;
  align-items: center;
  text-align: center;
  color: #111111;
  border: 1px solid #67b9a2;
  border-radius: 2px;
  font-weight: 450;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.btn:hover,
.btn:focus {
  background-color: #cdede4;
}
.btn.btn_green {
  border-color: #67b9a2;
  background-color: #67b9a2;
}
.btn.btn_green:hover,
.btn.btn_green:focus {
  background-color: #75cdb2;
  border-color: #75cdb2;
}
.btn.btn_white {
  background-color: white;
  border-color: white;
}
.btn.btn_white:hover,
.btn.btn_white:focus {
  background-color: #facf41;
  border-color: #facf41;
}
.btn.btn_yellow {
  background: #facf41;
  border-color: #facf41;
}
.btn.btn_yellow:hover,
.btn.btn_yellow:focus {
  background-color: #ffa800;
  border-color: #ffa800;
}

textarea,
input {
  padding: 15px 20px;
  color: #111111;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  border: 1px solid #cdede4;
  border-radius: 2px;
  background: #ffffff;
}
textarea::placeholder,
input::placeholder {
  color: #666666;
}

select {
  cursor: pointer;
  color: #111111;
  padding: 15px 40px 15px 20px;
  border: 1px solid #cdede4;
  border-radius: 2px;
  appearance: none;
  background-image: url("/local/img/select-arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}

option {
  cursor: pointer;
}

h1,
.h1 {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 49px;
  line-height: 120%;
}
@media (max-width: 575px) {

  .info-block-svg-logo {
    text-align: center;
  }

  h1,
  .h1 {
    margin-bottom: 20px;
    font-size: 39px;
  }
}

h2,
.h2 {
  /* margin-bottom: 20px; */
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 39px;
  line-height: 120%;
  color: #111111;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-weight: 500;
    font-size: 29px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}

h3,
.h3 {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
  color: #111111;
}
a:focus,
a:hover {
  color: #666666;
}

ul {
  list-style-position: inside;
  padding-left: 0;
}

ol {
  list-style-position: inside;
  padding-left: 0;
}

blockquote,
.blockquote {
  padding: 20px;
  border: 1px solid #cdede4;
  border-left: 5px solid #cdede4;
  border-radius: 2px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  blockquote,
  .blockquote {
    margin-bottom: 20px;
  }
}
blockquote:after,
.blockquote:after {
  position: absolute;
  right: -15px;
  bottom: -25px;
  content: "";
  display: block;
  width: 51px;
  height: 37px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA1MiAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3Ljk1IDE4LjVMMjcuOTUgNS41NTAwNEMyNy45NSAyLjQ4OTU4IDMwLjQzOTYgNC4zODkxNWUtMDUgMzMuNSA0LjQxNTllLTA1TDQ2LjM1NzkgNC41MjgzMWUtMDVDNDYuOTg2NSA0LjUzMzgxZS0wNSA0Ny41NzM3IDAuMzE5OTA4IDQ3LjkxMzQgMC44NDkxOTNDNTAuMzgxMyA0LjY4NDYxIDUyIDcuNTk4NzMgNTIgMTIuOTVDNTIgMTYuNDI5NyA1MS4zMjc5IDE5Ljc4NDUgNTAuMDAzNyAyMi45MTkxQzQ1Ljg1NTYgMzIuODk4OSA0MC4wMDU3IDM2Ljk4MTkgMjkuODIxNyAzN0wyOS44MTggMzdDMjguOTM2MyAzNyAyOC4xNzc2IDM2LjM3ODYgMjguMDA0IDM1LjUxNUMyNy44MzA1IDM0LjY0OTYgMjguMjkxNCAzMy43ODI1IDI5LjEwNjEgMzMuNDQyOEMzMy45ODc5IDMxLjQwODQgMzUuNDU0NyAyOS4wMjU2IDM3LjE3MyAyNC4wNUwzMy41IDI0LjA1QzMwLjQzOTYgMjQuMDUgMjcuOTUgMjEuNTYwNSAyNy45NSAxOC41Wk01Ljc1MDA2IDI0LjA1TDkuNDIzMDQgMjQuMDVDNy43MDQ5NSAyOS4wMjU2IDYuMjM3OSAzMS40MDg0IDEuMzU2MzIgMzMuNDQyNkMwLjU0MTU3NyAzMy43ODIzIDAuMDgwNzQyMSAzNC42NDk0IDAuMjU0MjczIDM1LjUxNDhDMC40Mjc2MTYgMzYuMzc4NiAxLjE4NjQ5IDM3IDIuMDY4MiAzN0MyLjA3MDA1IDM3IDIuMDcwMDUgMzcgMi4wNzE5IDM3QzEyLjI1NTkgMzYuOTgxOSAxOC4xMDU4IDMyLjg5ODkgMjIuMjUzOSAyMi45MTkxQzIzLjU3NzkgMTkuNzg0NSAyNC4yNSAxNi40Mjk3IDI0LjI1IDEyLjk1QzI0LjI1IDcuNTk4NzIgMjIuNjMxMyA0LjY4NDYxIDIwLjE2MzQgMC44NDkxOTFDMTkuODIzNyAwLjMxOTkwNSAxOS4yMzY1IDQuMjkxMjFlLTA1IDE4LjYwNzkgNC4yODU3MWUtMDVMNS43NTAwNiA0LjE3MzMxZS0wNUMyLjY4OTYxIDQuMTQ2NTVlLTA1IDAuMjAwMDY5IDIuNDg5NTggMC4yMDAwNjggNS41NTAwM0wwLjIwMDA2NyAxOC41QzAuMjAwMDY3IDIxLjU2MDUgMi42ODk2MSAyNC4wNSA1Ljc1MDA2IDI0LjA1WiIgZmlsbD0iI0NERURFNCIvPgo8L3N2Zz4K);
}
@media (max-width: 1230px) {
  blockquote:after,
  .blockquote:after {
    right: 0;
  }
}
blockquote figcaption,
.blockquote figcaption {
  text-align: right;
  margin-top: 10px;
  font-weight: 450;
  font-size: 18px;
  line-height: 120%;
  color: #111111;
}

comment {
  display: block;
  padding-left: 10px;
  border-left: 2px solid #eb0c3b;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  comment {
    margin-bottom: 20px;
  }
}

/* header */

@charset "UTF-8";
@media (max-width: 991px) {
  .header::after {
    height: 2px;
    width: 100%;
    background: linear-gradient(228.2deg, #76d9bd 34.15%, #54ac94 100%);
    display: block;
    content: "";
  }
}

.header-block_adress {
  grid-area: header-block_adress;
}
@media (max-width: 991px) {
  .header-block_adress {
    padding: 0 15px;
  }
}

.header-block_phones {
  grid-area: header-block_phones;
}
@media (max-width: 991px) {
  .header-block_phones {
    padding: 0 15px;
  }
}

.header-block_clock {
  grid-area: header-block_clock;
}
@media (max-width: 991px) {
  .header-block_clock {
    padding: 0 15px;
  }
}

.header-menu {
  width: 100%;
  display: grid;
  gap: 15px;
  grid-template-areas: "header-block_adress header-block_phones header-block_clock header__btn" "header-menu__container header-menu__container header-menu__container header-menu__container";
}
@media (max-width: 991px) {
  .header-menu {
    display: none;
    position: fixed;
    grid-template-areas: "header-menu__container" "header-block_adress" "header-block_phones" "header-block_clock" "header__btn";
    background-color: white;
    width: 270px;
    top: 0;
    left: 0;
    gap: 15px;
    padding-bottom: 20px;
    min-height: 100vh;
    grid-auto-rows: max-content;
  }
}
.header-menu.header-menu_open {
  display: grid;
  z-index: 1000;
  animation: header-menu-open 0.2s ease-in-out;
}

.header-menu-bg {
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(77, 77, 77, 0.4);
  z-index: 999;
}
.header-menu-bg.header-menu_open {
  display: block;
  animation: header-menu-bg-open 0.4s ease-in-out;
}

@keyframes header-menu-open {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes header-menu-bg-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header-menu-level-2 {
  position: absolute;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
@media (max-width: 991px) {
  .header-menu-level-2 {
    position: relative;
    width: 100%;
    box-shadow: unset;
  }
}

.header-menu-level-2__container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: white;
}
@media (max-width: 991px) {
  .header-menu-level-2__container {
    padding: 20px 0 15px;
  }
}

.header-nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-nav {
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px 10px;
  }
}

@media (min-width: 992px) {
  .header-nav-item:hover .header-menu-level-2 {
    display: block;
    height: max-content;
  }
}
@media (max-width: 991px) {
  .header-nav-item {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}

.header-nav-item-level-2 {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 20px;
}

.header-nav-item-level-2:hover,
.header-nav-item-level-2:focus {
  text-decoration: underline;
}

.header-nav-item-level-2__icon {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
}

.header-nav-item-level-2__icon img {
  object-fit: contain;
}

.header-nav-item-level-2__title {
  font-weight: 450;
  font-size: 18px;
  line-height: 120%;
  color: #111111;
}

@media (max-width: 991px) {
  .header-nav-item__arrow-desktop {
    display: none;
  }
}

.header-nav-item__arrow-mobile {
  display: none;
}
@media (max-width: 991px) {
  .header-nav-item__arrow-mobile {
    display: block;
  }
}

.header-nav-item__title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
  color: #111111;
  text-decoration: none;
  /* //TODO Проверить стили ховера с дизайном */
}
@media (max-width: 991px) {
  .header-nav-item__title {
    padding: 0;
  }
}
.header-nav-item__title:hover,
.header-nav-item__title:focus {
  text-decoration: underline;
  color: #111111;
}

.header-nav__level-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* .header-nav__level-1:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: 100;
} */

.btn.header_btn-desktop {
  grid-area: header__btn;
}
@media (max-width: 991px) {
  .btn.header_btn-desktop {
    margin: 0 15px;
  }
}

.btn.header_btn-mobile {
  display: none;
}

.header_tel-mob {
  display: none;
}
@media (max-width: 991px) {
  .btn.header_btn-mobile {
    display: block;
    width: max-content;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .btn.header_btn-mobile {
    display: none;
  }

  .header_tel-mob {
    display: block;
    text-align: right;
  }
}

.header__container {
  display: flex;
  gap: 30px;
  padding: 15px 0 10px;
}
@media (max-width: 991px) {
  .header__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 10px 0;
  }
}

@media (min-width: 1100px) {
  .header__logo {
    min-width: 275px;
  }
}

@media (max-width: 991px) {
  .header__logo {
    text-align: center;
    margin: auto;
  }
}

.header__logo-img {
  width: 100%;
}
.header__logo-img img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.header__logo-title {
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 35px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #111111;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .header__logo-title {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .header__logo-title {
    font-size: 11.4554px;
    line-height: 15px;
  }
}

.header__nav-btn {
  display: none;
}
@media (max-width: 991px) {
  .header__nav-btn {
    display: block;
    width: max-content;
  }
}
@media (max-width: 575px) {
  .header__nav-btn svg {
    width: 26px;
    height: 26px;
  }
}
.header__nav-btn path {
  transition: fill 0.2s ease;
}

.header-menu__close {
  position: absolute;
  padding: 10px;
  top: 10px;
  right: 5px;
}

.header-menu__container {
  width: 100%;
  grid-area: header-menu__container;
}
@media (min-width: 991px) {
  .header-menu__container::before {
    background: linear-gradient(228.2deg, #76d9bd 34.15%, #54ac94 100%);
    height: 2px;
    width: 100%;
    content: "";
    display: block;
  }
}

.header-menu__logo {
  width: min-content;
}

.header-menu__logo-title {
  margin-bottom: 10px;
  white-space: nowrap;
}

.header-menu__top {
  display: none;
}
@media (max-width: 991px) {
  .header-menu__top {
    display: flex;
    padding: 15px 0 0;
    flex-direction: column;
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .header-menu__top:after {
    background: linear-gradient(228.2deg, #76d9bd 34.15%, #54ac94 100%);
    height: 2px;
    width: 100%;
    display: block;
    content: "";
  }
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all linear 0.2s;
  background-color: #ffffff;
  z-index: 100;
}

.fixed-header .header-menu.header-menu_open {
  min-height: 100vh;
}

/* end header */

/* info-block */
.info-block {
  display: flex;
  gap: 15px;
  align-items: center;
}

.info-block__content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #111111;
  display: flex;
  flex-direction: column;
}
.info-block__content a {
  color: #111111;
  text-decoration: none;
}
.info-block__content a:hover,
.info-block__content a:focus {
  text-decoration: underline;
}

/* end info-block */
/* .slide-block */
.slide-block {
  /*background-image: url(/local/img/slider-bg.jpg);*/
  margin-bottom: 100px;
  padding-top: 30px;
  overflow: hidden;
  height: max-content;
  background-size: cover;
}

body.no-webp .slide-block {
  background-image: url(/local/img/slider-bg.jpg);
}

body.webp .slide-block {
  background-image: url(/local/img/slider-bg.webp);
}

@media (max-width: 991px) {
  .slide-block {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .slide-block {
    height: auto;
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .slide-block {
    margin-bottom: 50px;
  }
}

.slide-block__img img {
  object-position: bottom;
  object-fit: contain;
  height: auto;
}

.slide-block__container {
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .slide-block__container {
    flex-direction: column;
  }
}
.slide-block__container.slide-block_detail-spec {
  flex-direction: row-reverse;
  height: max-content;
}
@media (max-width: 767px) {
  .slide-block__container.slide-block_detail-spec {
    flex-direction: column;
  }
}
.slide-block__container.slide-block_detail-spec .slide-block__content {
  width: 50%;
  gap: 20px;
}
@media (max-width: 991px) {
  .slide-block__container.slide-block_detail-spec .slide-block__content {
    width: calc(50% + 85px);
  }
}
@media (max-width: 767px) {
  .slide-block__container.slide-block_detail-spec .slide-block__content {
    width: 100%;
  }
}
.slide-block__container.slide-block_detail-spec .slide-block__img {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-block__container.slide-block_detail-spec .slide-block__img {
    position: absolute;
    left: -100px;
    right: unset;
  }
}
@media (max-width: 767px) {
  .slide-block__container.slide-block_detail-spec .slide-block__img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 400px) {
  .slide-block__container.slide-block_detail-spec .slide-block__btn {
    width: 100%;
    margin: 0;
  }
}
.slide-block__container.slide-block_row {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  height: max-content;
}
@media (max-width: 919px) {
  .slide-block__container.slide-block_row {
    margin-right: -70px;
    width: calc(100% + 70px);
  }
}
@media (max-width: 767px) {
  .slide-block__container.slide-block_row {
    width: 100%;
    margin: 0;
  }
}
.slide-block__container.slide-block_row .slide-block__content {
  width: 50%;
}
@media (max-width: 991px) {
  .slide-block__container.slide-block_row .slide-block__content {
    width: calc(50% + 50px);
  }
}
@media (max-width: 767px) {
  .slide-block__container.slide-block_row .slide-block__content {
    width: 100%;
  }
}
.slide-block__container.slide-block_row .slide-block__img {
  width: 50%;
}
@media (max-width: 767px) {
  .slide-block__container.slide-block_row .slide-block__img {
    width: 100%;
  }
}

.slide-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
  height: 100%;
  align-self: center;
}

.slide-block__prop {
  font-weight: 450;
  font-size: 18px;
  line-height: 120%;
}

.slide-block__desc {
  font-size: 18px;
  line-height: 120%;
}

.slide-block__title {
  margin: 0;
}

.slide-block__btn {
  margin-bottom: 15px;
}

.slide-block__img {
  align-self: end;
  max-height: 100%;
  height: max-content;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}

/* end .slide-block */
/* .quotes */
.quotes {
  padding-left: 10px;
  border-left: 1px solid #facf41;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #111111;
  height: max-content;
}

/* end .quotes */
/* modal */
.modal-content {
  border-bottom: 7px solid #cdede4;
  padding: 50px;
}

.modal-content__close {
  position: absolute;
  padding: 10px;
  top: 10px;
  right: 10px;
  display: flex;
}

.modal-content__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 39px;
  color: #111111;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 575px) {
  .modal-content__title {
    margin-bottom: 15px;
    font-size: 29px;
  }
}

.modal-content__desc {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 575px) {
  .modal-content__desc {
    margin-bottom: 15px;
  }
}
.modal-content__desc a {
  color: #111111;
  transition: color 0.2s ease;
}
.modal-content__desc a:focus,
.modal-content__desc a:hover {
  color: #666;
}

.modal-content__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 575px) {
  .modal-content__form {
    gap: 15px;
  }
}

.modal-content__msg {
  margin-top: 20px;
  line-height: normal;
}

/* end modal */
/* privacy */
.privacy {
  color: #111111;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  display: flex;
  align-items: center;
}
.privacy [type="checkbox"] {
  margin-right: 7px;
}
.privacy a {
  color: #111111;
  text-decoration: underline;
}

/* end privacy */
/* .nav-tabs */
.nav-tabs {
  border: none;
  margin-bottom: 20px;
  gap: 15px;
  grid-auto-flow: column;
  display: grid;
  grid-auto-columns: min-content;
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 20px;
}
.nav-tabs .nav-link {
  padding: 10px 15px;
  color: #111111;
  font-weight: 450;
  font-size: 18px;
  line-height: 120%;
  background: #f9f9f9;
  border: 1px solid #cdede4;
  border-radius: 2px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  width: max-content;
}
.nav-tabs .nav-link.active {
  background: #cdede4;
  border: 1px solid #cdede4;
  border-radius: 2px;
}

/* end .nav-tabs */

/* footer */

.footer {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .footer {
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .footer {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .footer_info-block {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}

.footer-bottom {
  background: #333333;
}

.footer-bottom-item {
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .footer-bottom-item {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-bottom-item:nth-child(2) {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-bottom-item:nth-child(3) {
    text-align: right;
  }
}
.footer-bottom-item a {
  color: #ffffff;
  text-decoration: none;
}
.footer-bottom__container {
  display: grid;
  padding-top: 10px;
  padding-bottom: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .footer-bottom__container {
    justify-content: space-between;
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer-bottom__container {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
}

.footer-contacts {
  grid-area: footer-contacts;
}

.footer-contacts__container {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 991px) {
  .footer-contacts__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .footer-contacts__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }
}

.footer-menu-1 {
  grid-area: footer-menu-1;
}

.footer-menu-2 {
  grid-area: footer-menu-2;
}

.footer-social-item {
  background-color: white;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.footer-title {
  margin-bottom: 15px;
  color: #111111;
  font-weight: 450;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
}
@media (max-width: 757px) {
  .footer-title.footer-contacts_title {
    text-align: center;
  }
}

.footer-top {
  background: #67b9a2;
}

.footer__container {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "footer__info footer-menu-1 footer-menu-2 footer-contacts";
  gap: 25px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .footer__container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "footer__info footer-menu-1 footer-menu-2" "footer-contacts footer-contacts footer-contacts";
    padding: 15px 0;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .footer__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "footer__info footer__info" "footer-menu-1 footer-menu-2" "footer-contacts footer-contacts";
    width: max-content;
    margin: auto;
  }
}

.footer__desc {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  max-width: 270px;
}

.footer__info {
  grid-area: footer__info;
}
@media (max-width: 767px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.footer__logo {
  margin-bottom: 20px;
  display: block;
}
.footer__logo img {
  height: auto;
}

.footer__social-container {
  display: flex;
  gap: 7px;
}

@media (max-width: 767px) {
  .footer__social-container {
    justify-content: center;
  }
}

.footer__social-title {
  margin-bottom: 5px;
  color: #111111;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

.btn.btn_footer {
  width: max-content;
}
@media (max-width: 991px) {
  .btn.btn_footer {
    grid-column: 1/5;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .btn.btn_footer {
    grid-column: 1/3;
  }
}

/* end footer */

/* Обнова */
.header-nav-item--mod .header-nav-item__hamburger-mobile {
  display: none;
}

@media (min-width: 991px) {
  .header-menu-level-2--mod {
    max-width: 290px;
    max-height: 316px;
    overflow-y: scroll;
  }

  .header-menu-level-2--mod::-webkit-scrollbar {
    width: 4px;
    background-color: #cdede4;
  }

  .header-menu-level-2--mod::-webkit-scrollbar-thumb {
    background-color: #75cdb2;
  }

  .header-menu-level-2--mod .header-nav-item-level-2 button {
    margin-left: auto;
    max-width: 5px;
    min-width: 5px;
    height: 10px;
  }

  .header-menu-level-2--mod .header-menu-level-2__container {
    padding: 10px 0;
    gap: 0;
  }

  .header-menu-level-2--mod .header-nav-item-level-2 {
    padding: 10px 20px;
    transition: all 0.2s linear;
  }
  /* 
  .header-menu-level-2--mod .header-nav-item-level-2:first-child {
    padding-top: 20px;
  }
  
  .header-menu-level-2--mod .header-nav-item-level-2:last-child {
    padding-bottom: 20px;
  } */

  .header-menu-level-2--mod .header-nav-item-level-2:hover,
  .header-menu-level-2--mod .header-nav-item-level-2:focus {
    background-color: #cdede4;
  }

  .header-menu-level-3 {
    width: 286px;
    height: 316px;
    position: absolute;
    /* right: 337px; */
    background: #ffffff;
    padding: 20px;
    gap: 14px;
    flex-direction: column;
    overflow-y: scroll;
    display: flex;
    z-index: 99;
  }

  .header-menu-level-3--hide {
    display: none;
  }

  .header-menu-level-3::-webkit-scrollbar {
    width: 4px;
    background-color: #cdede4;
  }

  .header-menu-level-3::-webkit-scrollbar-thumb {
    background-color: #75cdb2;
  }

  .header-menu-level-3 a {
    font-size: 18px;
    line-height: 21.6px;
    text-decoration: none;
    color: #111111;
  }

  .header-nav-item-level-sub {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-nav-item-level-sub a {
    padding: 15px;
    display: block;
    text-decoration: none;
  }
  .header-nav-item-level-sub a:not(:last-child) {
    border-bottom: 1px solid #67b9a2;
  }
  .header-nav--mod {
    padding: 0;
    gap: 0;
  }

  .header-nav--mod .header-nav-item {
    padding: 10px 15px;
  }

  .header-nav--mod .header-nav-item--mod {
    border-color: #67b9a2;
    background-color: #67b9a2;
    align-items: initial;
  }

  .header-nav--mod .header-nav-item--mod .header-nav__level-1 {
    justify-content: space-between;
  }

  .header-nav-item--mod .header-nav-item__hamburger-mobile {
    display: block;
    width: 27px;
    height: 2px;
    background-color: #ffffff;
    position: relative;
  }
  .header-nav--mod .header-nav-item--mod .header-nav-item__title {
    color: #ffffff;
  }

  .header-nav-item--mod .header-nav-item__hamburger-mobile::before,
  .header-nav-item--mod .header-nav-item__hamburger-mobile::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    transition: all 0.2s linear;
  }

  .header-nav-item--mod .header-nav-item__arrow-mobile {
    display: none;
  }
  .header-nav-item--mod .header-nav-item__hamburger-mobile::before {
    top: -8px;
  }

  .header-nav-item--mod .header-nav-item__hamburger-mobile::after {
    bottom: -8px;
  }

  .header-nav-item--mod .header-nav-item__hamburger-mobile-close {
    background-color: transparent;
    transform: translateX(10px);
  }

  .header-nav-item--mod .header-nav-item__hamburger-mobile-close::before {
    transform: rotate(45deg) translateY(10px);
  }

  .header-nav-item--mod .header-nav-item__hamburger-mobile-close::after {
    transform: rotate(-45deg) translateY(-11px) translateX(2px);
  }

  .header-nav-item--mod .header-menu-level-2 {
    position: absolute;
    display: none;
  }

  .header-nav-item--mod .header-menu-level-2-abs {
    display: block;
    top: 139px;
    left: 0;
    padding: 0 10px;
    height: calc(100vh - 139px);
    overflow-y: scroll;
  }

  .header-nav-item--mod .header-menu-level-2-abs::-webkit-scrollbar {
    width: 4px;
    background-color: #cdede4;
  }

  .header-nav-item--mod .header-menu-level-2-abs::-webkit-scrollbar-thumb {
    background-color: #75cdb2;
  }

  .header-menu-level-2-abs .header-nav-item-level-collapse-btn {
    /* flex-grow: 1; */
    width: 100%;
    min-width: 50px;
    /* flex-basis: 45px; */
    /* height: 49px; */
    /* margin-left: auto; */
    text-align: end;
    height: 30px;
  }

  .header-menu-level-2--mod .header-nav-item-level-collapse-btn svg {
    transform: rotate(-90deg);
    transition: all 0.2s linear;
  }

  .header-menu-level-2--mod .header-nav-item-level-collapse-btn.collapsed svg {
    transform: rotate(90deg);
  }
}

/* конец Обнова */
/* End */
/* /local/templates/health_PROD/components/bitrix/menu/footer__menu/style.css?1664193565248 */
/* /local/templates/health_PROD/styles.css?178818575128395 */
