@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
}

body.noscroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

header {
  padding: 21px 0 24px 0;
}
header .top_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top_header .logo .hamburger-menu {
  display: none;
}
header .top_header .logo a {
  display: flex;
  align-items: center;
  gap: 14px;
}
header .top_header .logo a p {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
}
header .top_header .logo a p span {
  color: #ec1213;
}
header .top_header .version_impaired a {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .top_header .version_impaired a p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(83, 78, 78, 0.5019607843);
}
header .top_header .version_impaired .date {
  display: none;
}
header .top_header .connecting_group {
  display: flex;
  align-items: center;
  gap: 26px;
}
header .top_header .connecting_group .tel_number {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
header .top_header .connecting_group .tel_number a {
  font-weight: 900;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
}
header .top_header .connecting_group .tel_number span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.5019607843);
}
header .top_header .connecting_group .connecting_apps {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .top_header .last_loc_group {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .top_header .last_loc_group .location {
  display: flex;
  align-items: center;
  padding: 15px 19px;
  background-color: #f2f4f6;
  gap: 8px;
  border-radius: 400px;
  width: 180px;
}
header .top_header .last_loc_group .location select {
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/arrow_select.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 108px;
  background-position-y: 4px;
  width: 100%;
}
header .top_header .last_loc_group .profile a {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ec1213;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .bottom_header {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bottom_header .search_block {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 21px;
  background-color: #f2f4f6;
  border-radius: 400px;
  max-width: 390px;
  width: 100%;
}
header .bottom_header .search_block label {
  display: flex;
}
header .bottom_header .search_block input {
  outline: none;
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  width: 100%;
}
header .bottom_header .search_block input::-moz-placeholder {
  color: rgba(41, 42, 47, 0.5019607843);
}
header .bottom_header .search_block input::placeholder {
  color: rgba(41, 42, 47, 0.5019607843);
}
header .bottom_header .menu ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .bottom_header .menu ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  transition: 0.5s all ease;
}
header .bottom_header .menu ul li a:hover {
  color: #ec1213;
}
header .bottom_header .block_last {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .bottom_header .block_last .basket a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50px;
  height: 50px;
  background-color: #f2f4f6;
  border-radius: 50%;
  position: relative;
}
header .bottom_header .block_last .basket a span {
  position: absolute;
  color: #ffffff;
  font-weight: 400;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 2px 2px 3px 3px;
  background-color: #ec1213;
  border-radius: 50%;
  right: 1px;
  top: 0;
  display: inline-block;
}
header .bottom_header .block_last .date a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px 13px 23px;
  background-color: #ec1213;
  border-radius: 400px;
}
header .bottom_header .block_last .date a p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}

.header_fixed {
  padding: 21px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 100;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.header_fixed .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_fixed .about_block .left_block {
  display: flex;
  align-items: center;
}
.header_fixed .about_block .left_block .group_menu_drop {
  position: relative;
}
.header_fixed .about_block .left_block .group_menu_drop .menu_drop {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f4f6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 23px 0 14px;
}
.header_fixed .about_block .left_block .group_menu_drop .menu_drop.active {
  background-color: #ec1213;
}
.header_fixed .about_block .left_block .group_menu_drop .menu_drop.active svg path {
  fill: #ffffff;
}
.header_fixed .about_block .left_block .group_menu_drop .dropdown_menu {
  background: #f2f4f6;
  position: absolute;
  top: 60px;
  left: 20px;
  padding: 20px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  border-radius: 10px;
}
.header_fixed .about_block .left_block .group_menu_drop .dropdown_menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header_fixed .about_block .left_block .group_menu_drop .dropdown_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header_fixed .about_block .left_block .group_menu_drop .dropdown_menu ul li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  transition: 0.5s all ease;
}
.header_fixed .about_block .left_block .group_menu_drop .dropdown_menu ul li a:hover {
  color: #ec1213;
}
.header_fixed .about_block .left_block .connect_group {
  display: flex;
  align-items: flex-start;
}
.header_fixed .about_block .left_block .connect_group .tel_number {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 39px;
}
.header_fixed .about_block .left_block .connect_group .tel_number a {
  font-weight: 900;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
}
.header_fixed .about_block .left_block .connect_group .tel_number span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.5019607843);
}
.header_fixed .about_block .left_block .connect_group .connecting_apps a img {
  width: 30px;
  height: 30px;
}
.header_fixed .about_block .right_block {
  display: flex;
  align-items: center;
}
.header_fixed .about_block .right_block .block_basket_eye {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 30px;
}
.header_fixed .about_block .right_block .block_basket_eye .search {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f4f6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.header_fixed .about_block .right_block .block_basket_eye .basket a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f4f6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.header_fixed .about_block .right_block .block_basket_eye .basket a span {
  position: absolute;
  display: none;
}
.header_fixed .about_block .right_block .block_basket_eye .date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ec1213;
}
.header_fixed .about_block .right_block .location {
  display: flex;
  align-items: center;
  padding: 15px 19px;
  background-color: #f2f4f6;
  gap: 8px;
  border-radius: 400px;
  width: 180px;
  margin-right: 10px;
}
.header_fixed .about_block .right_block .location select {
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/arrow_select.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 108px;
  background-position-y: 4px;
  width: 100%;
}
.header_fixed .about_block .right_block .profile a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #f2f4f6;
  width: 180px;
  height: 50px;
  border-radius: 400px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
}

.header_fixed.visible {
  transform: translateY(0);
  pointer-events: auto;
}

header.header_main_hidden {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.home .about_block .mySwiper {
  width: 100%;
  height: 500px;
  position: relative;
}
.home .about_block .group_paginations {
  position: absolute;
  z-index: 10;
  height: 114px;
  width: 60px;
  top: 193px;
  right: 0;
  background-color: #ff6a6a;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.home .about_block .group_paginations .swiper_buttons {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 16px 16px 16px 18px;
}
.home .about_block .group_paginations .swiper_buttons .swiper-pagination-fraction {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  position: absolute;
  top: 52px;
  left: 2px;
}
.home .about_block .group_paginations .swiper_buttons .swiper-button-next,
.home .about_block .group_paginations .swiper_buttons .swiper-rtl .swiper-button-prev {
  background-image: url(../img/arrow_slider.svg);
  display: block;
  width: 26px;
  height: 26px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 12px;
  left: 19px;
  top: auto;
}
.home .about_block .group_paginations .swiper_buttons .swiper-button-next:after,
.home .about_block .group_paginations .swiper_buttons .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.home .about_block .group_paginations .swiper_buttons .swiper-button-prev,
.home .about_block .group_paginations .swiper_buttons .swiper-rtl .swiper-button-next {
  background-image: url(../img/arrow_slider.svg);
  width: 26px;
  height: 26px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 35px;
  left: 18px;
  rotate: 180deg;
}
.home .about_block .group_paginations .swiper_buttons .swiper-button-prev:after,
.home .about_block .group_paginations .swiper_buttons .swiper-rtl .swiper-button-next:after {
  display: none;
}
.home .about_block .text_group_home {
  padding: 102px 50px;
  background-image: url(../img/bg_home.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home .about_block .text_group_home h2 {
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #ffffff;
  max-width: 407px;
  margin-bottom: 36px;
  font-family: "Benzin Family" !important;
}
.home .about_block .text_group_home a {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 15px 40px;
  display: inline-block;
  background-color: #ff6a6a;
  border-radius: 400px;
}

.cards_block {
  padding: 60px 0 63px 0;
}
.cards_block .about_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.cards_block .about_block a {
  width: 279px;
  height: 200px;
  background-color: #f2f4f6;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px 20px;
  transition: 0.5s all ease;
  overflow: hidden;
}
.cards_block .about_block a:nth-child(10) {
  justify-content: start;
  gap: 10px;
}
.cards_block .about_block a:nth-child(10) img {
  margin-top: 4px;
}
.cards_block .about_block a:hover {
  background-color: #ffe5e5;
}
.cards_block .about_block a p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #292a2f;
}

.news {
  padding-bottom: 60px;
}
.news .about_block .title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.news .about_block .title_block h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #292a2f;
}
.news .about_block .title_block a {
  padding: 17px 20px 17px 24px;
  background-color: #f2f4f6;
  border-radius: 400px;
  display: flex;
  align-items: center;
  gap: 46px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
}
.news .about_block .cards_news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.news .about_block .cards_news .item {
  width: 100%;
  height: 518px;
  background-color: #f2f4f6;
  border-radius: 40px;
  transition: 0.5s all ease;
}
.news .about_block .cards_news .item img {
  width: 100%;
}
.news .about_block .cards_news .item:hover {
  box-shadow: 0px 4px 8px 0px rgba(113, 129, 148, 0.1019607843), 0px 15px 15px 0px rgba(113, 129, 148, 0.0901960784), 0px 33px 20px 0px rgba(113, 129, 148, 0.0509803922), 0px 59px 23px 0px rgba(113, 129, 148, 0.0117647059), 0px 92px 26px 0px rgba(113, 129, 148, 0);
  background-color: #fff7f7;
}
.news .about_block .cards_news .item .bottom_description {
  padding: 19px 30px 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
}
.news .about_block .cards_news .item .bottom_description .top_text span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.4);
  margin-bottom: 7px;
}
.news .about_block .cards_news .item .bottom_description .top_text h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #292a2f;
  margin-bottom: 18px;
}
.news .about_block .cards_news .item .bottom_description .top_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
  margin-bottom: 20px;
}
.news .about_block .cards_news .item .bottom_description .top_text .cost_block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news .about_block .cards_news .item .bottom_description .top_text .cost_block h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
}
.news .about_block .cards_news .item .bottom_description .top_text .cost_block h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: rgba(41, 42, 47, 0.3019607843);
}
.news .about_block .cards_news .item .bottom_description .more_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.news .about_block .cards_news .item .bottom_description .more_block a {
  width: 100%;
  border-radius: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .about_block .cards_news .item .bottom_description .more_block .more {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  padding: 12px;
  border: 1px solid #ec1213;
  transition: 0.5s all ease;
}
.news .about_block .cards_news .item .bottom_description .more_block .more:hover {
  color: #ffffff;
  background-color: #ff6a6a;
  border: 1px solid #ff6a6a;
}
.news .about_block .cards_news .item .bottom_description .more_block .follow {
  color: #ffffff;
  background-color: #ff6a6a;
  padding: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.health_blog {
  padding-bottom: 60px;
}
.health_blog .about_block .title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.health_blog .about_block .title_block h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #292a2f;
}
.health_blog .about_block .title_block a {
  padding: 17px 20px 17px 24px;
  background-color: #f2f4f6;
  border-radius: 400px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
}
.health_blog .about_block .health_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
}
.health_blog .about_block .health_item .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 22px 24px 22px;
  background-color: #f2f4f6;
  border-radius: 40px;
  width: 100%;
  height: 550px;
}
.health_blog .about_block .health_item .item .top_group img {
  width: 100%;
}
.health_blog .about_block .health_item .item .top_group span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.4);
  margin: 25px 0 7px 0;
  display: inline-block;
}
.health_blog .about_block .health_item .item .top_group h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #292a2f;
  margin-bottom: 7px;
}
.health_blog .about_block .health_item .item .top_group p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
}
.health_blog .about_block .health_item .item a {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  padding: 12px;
  border: 1px solid #ec1213;
  transition: 0.5s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  border-radius: 400px;
}
.health_blog .about_block .health_item .item a:hover {
  color: #ffffff;
  background-color: #ff6a6a;
  border: 1px solid #ff6a6a;
}

.clinic_doctors {
  padding-bottom: 60px;
}
.clinic_doctors .about_block .title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.clinic_doctors .about_block .title_block h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #292a2f;
}
.clinic_doctors .about_block .title_block .right_title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.clinic_doctors .about_block .title_block .right_title a {
  padding: 17px 20px 17px 24px;
  background-color: #f2f4f6;
  border-radius: 400px;
  display: flex;
  align-items: center;
  gap: 61px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
}
.clinic_doctors .about_block .title_block .location {
  display: flex;
  align-items: center;
  padding: 15px 19px;
  background-color: #f2f4f6;
  gap: 8px;
  border-radius: 400px;
  width: 180px;
}
.clinic_doctors .about_block .title_block .location select {
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/arrow_select.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 108px;
  background-position-y: 4px;
  width: 100%;
}
.clinic_doctors .about_block .title_block .location_mob {
  display: none;
}
.clinic_doctors .about_block .group_doctors {
  position: relative;
}
.clinic_doctors .about_block .group_doctors .doctor_item {
  padding: 33px 33px 30px 27px;
  box-shadow: 0px 4px 8px 0px rgba(194, 209, 224, 0.1019607843), 0px 15px 15px 0px rgba(194, 209, 224, 0.0901960784), 0px 34px 20px 0px rgba(194, 209, 224, 0.0509803922), 0px 60px 24px 0px rgba(194, 209, 224, 0.0117647059), 0px 94px 26px 0px rgba(194, 209, 224, 0);
  border: 1px solid #f2f4f6;
  border-radius: 40px;
  width: 100%;
  height: 564px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.clinic_doctors .about_block .group_doctors .doctor_item .top_group h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #292a2f;
  margin: 27px 0 18px 0;
}
.clinic_doctors .about_block .group_doctors .doctor_item .top_group p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
}
.clinic_doctors .about_block .group_doctors .doctor_item .bottom_group .descr_doctors {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 27px;
}
.clinic_doctors .about_block .group_doctors .doctor_item .bottom_group .descr_doctors p {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 8px 7px 11px;
  background-color: rgba(242, 244, 246, 0.5019607843);
  border-radius: 400px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  width: -moz-fit-content;
  width: fit-content;
}
.clinic_doctors .about_block .group_doctors .doctor_item .bottom_group .more_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.clinic_doctors .about_block .group_doctors .doctor_item .bottom_group .more_block a {
  width: 100%;
  border-radius: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clinic_doctors .about_block .group_doctors .doctor_item .bottom_group .more_block .more {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  padding: 12px;
  border: 1px solid #ec1213;
  transition: 0.5s all ease;
}
.clinic_doctors .about_block .group_doctors .doctor_item .bottom_group .more_block .more:hover {
  color: #ffffff;
  background-color: #ff6a6a;
  border: 1px solid #ff6a6a;
}
.clinic_doctors .about_block .group_doctors .doctor_item .bottom_group .more_block .follow {
  color: #ffffff;
  background-color: #ff6a6a;
  padding: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.clinic_doctors .about_block .group_doctors .swiper-button-next,
.clinic_doctors .about_block .group_doctors .swiper-rtl .swiper-button-prev {
  background-image: url(../img/arrow_slider1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 46px;
  height: 46px;
  right: -60px;
}
.clinic_doctors .about_block .group_doctors .swiper-button-next:after,
.clinic_doctors .about_block .group_doctors .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.clinic_doctors .about_block .group_doctors .swiper-button-prev,
.clinic_doctors .about_block .group_doctors .swiper-rtl .swiper-button-next {
  background-image: url(../img/arrow_slider1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 46px;
  height: 46px;
  rotate: 180deg;
  left: -60px;
}
.clinic_doctors .about_block .group_doctors .swiper-button-prev:after,
.clinic_doctors .about_block .group_doctors .swiper-rtl .swiper-button-next:after {
  display: none;
}

.about_us {
  padding-bottom: 60px;
}
.about_us .about_block {
  display: flex;
  align-items: center;
  background-color: #fff7f7;
  border-radius: 40px;
  padding: 58px 50px 51px 69px;
  position: relative;
  height: 400px;
}
.about_us .about_block .left_text {
  display: flex;
  align-items: center;
}
.about_us .about_block .left_text .card_text {
  max-width: 482px;
}
.about_us .about_block .left_text .card_text h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #ff6a6a;
}
.about_us .about_block .left_text .card_text h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ff6a6a;
  margin-bottom: 16px;
}
.about_us .about_block .left_text .card_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0%;
  color: #292a2f;
}
.about_us .about_block .left_text .mini_texts_group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 10;
  margin-left: 59px;
}
.about_us .about_block .left_text .mini_texts_group .numbers_text {
  display: flex;
  align-items: center;
  gap: 24px;
}
.about_us .about_block .left_text .mini_texts_group .numbers_text h4 {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  font-size: 32px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #ff6a6a;
  margin-bottom: 3px;
}
.about_us .about_block .left_text .mini_texts_group .numbers_text h4 span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.5019607843);
}
.about_us .about_block .img_des {
  position: absolute;
  right: 0;
  top: 0;
}
.about_us .about_block .img_mob {
  display: none;
}

.contacts_block {
  padding-bottom: 60px;
}
.contacts_block .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f4f6;
  border-radius: 40px;
  height: 400px;
}
.contacts_block .about_block .left_text_block {
  padding: 57px 20px 51px 30px;
}
.contacts_block .about_block .left_text_block select {
  outline: none;
  border: none;
  padding: 17px 21px;
  background-color: #ffffff;
  border-radius: 400px;
  border: 1px solid #dfe5eb;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  width: 305px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/arrow_select.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 10px;
  background-position-x: 270px;
  background-position-y: 21px;
  margin-bottom: 40px;
}
.contacts_block .about_block .left_text_block .tabs_block {
  display: none;
  align-items: center;
  width: 100%;
}
.contacts_block .about_block .left_text_block .tabs_block a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.contacts_block .about_block .left_text_block .tabs_block .on_map {
  padding: 17px;
  background-color: #ff6a6a;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  color: #ffffff;
}
.contacts_block .about_block .left_text_block .tabs_block .list {
  color: #292a2f;
  border: 1px solid #ff6a6a;
  background-color: transparent;
  border-bottom-right-radius: 400px;
  border-top-right-radius: 400px;
}
.contacts_block .about_block .left_text_block .locations {
  display: flex;
  align-items: flex-start;
  gap: 21px;
}
.contacts_block .about_block .left_text_block .locations .right_text_loc h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #292a2f;
  margin-bottom: 20px;
}
.contacts_block .about_block .left_text_block .locations .right_text_loc .operating_mode {
  margin-bottom: 20px;
}
.contacts_block .about_block .left_text_block .locations .right_text_loc .operating_mode h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
}
.contacts_block .about_block .left_text_block .locations .right_text_loc .operating_mode p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
}
.contacts_block .about_block .left_text_block .locations .right_text_loc .emeil_connect {
  display: flex;
  align-items: center;
  gap: 2px;
}
.contacts_block .about_block .left_text_block .locations .right_text_loc .emeil_connect span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
  display: inline-block;
}
.contacts_block .about_block .left_text_block .locations .right_text_loc .emeil_connect a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
}
.contacts_block .about_block .left_text_block .second_loc {
  display: none;
}
.contacts_block .about_block .map {
  height: 100%;
}
.contacts_block .about_block .map iframe {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 62.22%, #f2f4f6 79.34%);
  height: 100%;
}

.form_group {
  padding-bottom: 60px;
}
.form_group .about_block {
  display: flex;
  align-items: flex-start;
  position: relative;
  background-color: #e4f2ff;
  border-radius: 40px;
  padding: 33px 40px 33px 30px;
  gap: 40px;
}
.form_group .about_block .title_form {
  max-width: 300px;
}
.form_group .about_block .title_form h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  margin-bottom: 22px;
}
.form_group .about_block .title_form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
}
.form_group .about_block form {
  max-width: 470px;
}
.form_group .about_block form .input_block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.form_group .about_block form .input_block .inputs {
  padding: 16px 19px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.form_group .about_block form .input_block .inputs input {
  outline: none;
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  width: 100%;
}
.form_group .about_block form .input_block .inputs input::-moz-placeholder {
  color: rgba(41, 42, 47, 0.5019607843);
}
.form_group .about_block form .input_block .inputs input::placeholder {
  color: rgba(41, 42, 47, 0.5019607843);
}
.form_group .about_block form textarea {
  padding: 18px 19px;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  height: 114px;
  resize: none;
  outline: none;
  border: none;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  margin-bottom: 20px;
}
.form_group .about_block form textarea::-moz-placeholder {
  color: rgba(41, 42, 47, 0.5019607843);
}
.form_group .about_block form textarea::placeholder {
  color: rgba(41, 42, 47, 0.5019607843);
}
.form_group .about_block form .button_block {
  display: flex;
  align-items: center;
  gap: 17px;
}
.form_group .about_block form .button_block button {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 12px 40px;
  border: none;
  background-color: #ff6a6a;
  border-radius: 400px;
}
.form_group .about_block form .button_block span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.5019607843);
}
.form_group .about_block form .button_block span a {
  color: rgba(41, 42, 47, 0.5019607843);
  text-decoration: underline !important;
}
.form_group .about_block .phone_img {
  position: absolute;
  right: 40px;
  top: -34px;
}

.menu_groups {
  background-color: rgba(242, 244, 246, 0.5019607843);
  padding: 42px 0 34px 0;
}
.menu_groups .about_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.menu_groups .about_block .menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu_groups .about_block .menu h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.6980392157);
}
.menu_groups .about_block .menu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu_groups .about_block .menu ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.8);
  transition: 0.5s all ease;
}
.menu_groups .about_block .menu ul li a:hover {
  color: #ff6a6a;
}
.menu_groups .about_block .last_menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu_groups .about_block .last_menu a {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.6980392157);
}
.menu_groups .menu_mob {
  display: none;
}
.menu_groups .menu_mob .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu_groups .menu_mob .accordion-button:not(.collapsed) {
  background-color: #f2f4f6;
  box-shadow: none;
  color: #292a2f;
}
.menu_groups .menu_mob .accordion-button:focus {
  box-shadow: none;
}
.menu_groups .menu_mob .accordion-item {
  border: none;
  background-color: transparent;
}
.menu_groups .menu_mob .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
}
.menu_groups .menu_mob .accordion-item:last-of-type {
  border-radius: 0;
}
.menu_groups .menu_mob .accordion-button {
  border-radius: 400px !important;
  padding: 16px 15px;
  background-color: #f2f4f6;
}
.menu_groups .menu_mob .accordion-body {
  padding: 10px 27px 15px 27px;
}
.menu_groups .menu_mob .accordion-body .menu_mob_group {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.menu_groups .menu_mob .accordion-body .menu_mob_group li a {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.8);
  transition: 0.5s all ease;
}
.menu_groups .menu_mob .accordion-body .menu_mob_group li a:hover {
  color: #ff6a6a;
}
.menu_groups .menu_mob .last_menu_groups_mob {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
  padding: 16px 22px;
  background-color: #f2f4f6;
  border-radius: 400px;
}

footer {
  padding: 14px 0 21px 0;
}
footer .about_block .top_logo_group {
  display: flex;
  align-items: center;
}
footer .about_block .top_logo_group .left_group {
  display: flex;
  align-items: center;
  gap: 51px;
  margin-right: 51px;
}
footer .about_block .top_logo_group .left_group .logo a {
  display: flex;
  align-items: center;
  gap: 14px;
}
footer .about_block .top_logo_group .left_group .logo a p {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292a2f;
}
footer .about_block .top_logo_group .left_group .logo a p span {
  color: #ec1213;
}
footer .about_block .top_logo_group .left_group .tel_number {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
footer .about_block .top_logo_group .left_group .tel_number a {
  font-weight: 900;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
}
footer .about_block .top_logo_group .left_group .tel_number span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.5019607843);
}
footer .about_block .top_logo_group .right_group {
  display: flex;
  align-items: center;
  gap: 374px;
}
footer .about_block .top_logo_group .right_group .connecting_apps {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .about_block .locations_footer {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
}
footer .about_block .locations_footer .location {
  padding: 25px 30px;
  border: 1px solid #f2f4f6;
  border-radius: 40px;
  width: 100%;
  height: 169px;
}
footer .about_block .locations_footer .location h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
  margin-bottom: 16px;
}
footer .about_block .locations_footer .location p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #292a2f;
}
footer .about_block .locations_footer .location p a {
  color: #292a2f;
}
footer .about_block .bottom_group .top_text {
  margin-bottom: 29px;
}
footer .about_block .bottom_group .top_text h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #292a2f;
  margin-bottom: 13px;
}
footer .about_block .bottom_group .top_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.5019607843);
}
footer .about_block .bottom_group .top_text p a {
  color: rgba(41, 42, 47, 0.5019607843);
}
footer .about_block .bottom_group .last_footer_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .about_block .bottom_group .last_footer_text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(41, 42, 47, 0.3019607843);
}
footer .about_block .bottom_group .last_footer_text a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: underline !important;
  color: rgba(41, 42, 47, 0.3019607843);
}

@media (max-width: 999px) {
  .header_fixed {
    display: none;
  }
  header.header_main_hidden {
    height: 150px;
    visibility: visible;
  }
  header {
    padding: 16px 0;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
  }
  header .bottom_header {
    margin-top: 16px;
  }
  header .bottom_header .search_block {
    max-width: 100%;
  }
  header .top_header .logo a p {
    display: none;
  }
  header .top_header .version_impaired a p {
    display: none;
  }
  header .top_header .connecting_group {
    display: none;
  }
  header .top_header .last_loc_group .location {
    display: none;
  }
  header .top_header .last_loc_group .profile a {
    display: none;
  }
  header .bottom_header .menu ul {
    display: none;
  }
  header .bottom_header .block_last {
    display: none;
  }
  header .top_header .version_impaired .date {
    display: block;
  }
  header .top_header .version_impaired .date a {
    padding: 6px;
    background-color: #ec1213;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .top_header .version_impaired .date a img {
    width: 14px;
    height: 15px;
  }
  header .top_header .version_impaired {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  header .top_header .version_impaired a img {
    width: 35px;
    height: 35px;
  }
  header .top_header {
    position: relative;
  }
  header .top_header .last_loc_group {
    display: none;
  }
  header .top_header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .hamburger-menu {
    padding: 5px;
    background-color: #f2f4f6;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block !important;
  }
  #menu__toggle:checked + .menu__btn {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 50px;
    height: 50px;
  }
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    display: none;
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    display: none;
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    display: none;
  }
  #menu__toggle:checked ~ .menu__box {
    right: 0 !important;
  }
  .menu__btn {
    position: absolute;
    top: 24px;
    left: 15px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 200;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #3e3e3e;
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 7px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 100;
    height: 100%;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
    padding: 16px 10px;
    align-items: start;
  }
  .menu__box .header_hamburger .top_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
    padding-left: 60px;
  }
  .menu__box .header_hamburger .top_block .logo_hamburger p {
    display: block;
  }
  .menu__box .header_hamburger .bottom_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .menu__box .header_hamburger .bottom_block .search_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .menu__box .header_hamburger .bottom_block .search_group .search_block {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px 21px;
    background-color: #f2f4f6;
    border-radius: 400px;
    max-width: 390px;
    width: 100%;
    max-width: 400px;
  }
  .menu__box .header_hamburger .bottom_block .search_group .search_block label {
    display: flex;
  }
  .menu__box .header_hamburger .bottom_block .search_group .search_block input {
    outline: none;
    background-color: transparent;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #292a2f;
    width: 100%;
  }
  .menu__box .header_hamburger .bottom_block .search_group .search_block input::-moz-placeholder {
    color: rgba(41, 42, 47, 0.5019607843);
  }
  .menu__box .header_hamburger .bottom_block .search_group .search_block input::placeholder {
    color: rgba(41, 42, 47, 0.5019607843);
  }
  .menu__box .header_hamburger .bottom_block .search_group .location {
    display: flex;
    align-items: center;
    padding: 15px 19px;
    background-color: #f2f4f6;
    gap: 8px;
    border-radius: 400px;
    width: 100%;
    max-width: 400px;
  }
  .menu__box .header_hamburger .bottom_block .search_group .location select {
    background-color: transparent;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #292a2f;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/arrow_select.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    background-position-y: 4px;
    width: 100%;
  }
  .menu__box .header_hamburger .bottom_block .basket_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .menu__box .header_hamburger .bottom_block .basket_group .basket {
    width: 100%;
  }
  .menu__box .header_hamburger .bottom_block .basket_group .basket a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 12px;
    width: 100%;
    max-width: 400px;
    background-color: #f2f4f6;
    border-radius: 400px;
  }
  .menu__box .header_hamburger .bottom_block .basket_group .basket a p {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #292a2f;
  }
  .menu__box .header_hamburger .bottom_block .basket_group .basket a p span {
    font-weight: 700;
    color: #292a2f;
  }
  .menu__box .header_hamburger .bottom_block .basket_group .date_hamburger {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 15px;
    background-color: #ec1213;
    border-radius: 400px;
    width: 100%;
    max-width: 400px;
  }
  .menu__box .header_hamburger .bottom_block .basket_group .date_hamburger p {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .menu__box .accordion-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 44px;
  }
  .menu__box .accordion-menu li {
    margin-bottom: 10px;
  }
  .menu__box .accordion-menu li .accordion-toggle {
    background: none;
    border: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #292a2f;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }
  .menu__box .accordion-menu li .accordion-toggle::after {
    content: "►";
    position: absolute;
    right: 0;
    top: 56%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #ec1213;
    transition: transform 0.3s ease;
  }
  .menu__box .accordion-menu li .accordion-toggle.active::after {
    content: "▼";
  }
  .menu__box .accordion-menu li .submenu {
    display: none;
    margin-top: 5px;
    padding-left: 15px;
  }
  .menu__box .accordion-menu li .submenu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    color: rgba(41, 42, 47, 0.5019607843);
  }
  .menu__box .accordion-menu li .submenu.show {
    display: block;
  }
  .menu__box .accordion-menu .mini_hr {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #292a2f;
    margin-bottom: 10px;
  }
  .menu__box .bottom_connect .connecting_group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 40px 0 10px 0;
  }
  .menu__box .bottom_connect .connecting_group .tel_number a {
    font-size: 22px;
  }
  .menu__box .bottom_connect .connecting_group .connecting_apps a img {
    width: 30px;
    height: 30px;
  }
  .menu__box .bottom_connect .last_text_burger {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(41, 42, 47, 0.3019607843);
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
  .home .about_block .text_group_home {
    background-size: cover;
    border-radius: 40px;
    padding: 32px 0 19px 19px;
  }
  .home {
    padding-top: 150px;
  }
  .home .about_block .text_group_home h2 {
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 11px;
  }
  .home .about_block .mySwiper {
    height: 340px;
    max-width: 600px;
    margin: 0 auto;
  }
  .home .about_block .text_group_home {
    height: 100%;
  }
  .home .about_block .group_paginations {
    top: 112px;
  }
  .cards_block {
    padding: 30px 0 40px 0;
  }
  .cards_block .about_block a {
    width: 190px;
    height: 100px;
    max-width: 350px;
    margin: 0 auto;
  }
  .cards_block .about_block a p {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
  }
  .cards_block .about_block a img {
    width: 50px;
  }
  .cards_block .about_block a:nth-child(10) img {
    width: 13px;
    height: 16px;
    margin-top: 1px;
  }
  .news .about_block .title_block h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
  }
  .news .about_block .cards_news {
    overflow: scroll;
  }
  .health_blog .about_block .title_block h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
  }
  .health_blog .about_block .health_item {
    overflow-x: scroll;
    overflow-y: clip;
  }
  .health_blog .about_block .health_item .item {
    width: 285px;
  }
  .health_blog .about_block .health_item .item {
    min-width: 285px;
  }
  .health_blog .about_block .title_block a {
    width: 206px;
  }
  .clinic_doctors .about_block .title_block .location {
    display: none;
  }
  .clinic_doctors .about_block .title_block .location_mob {
    display: flex;
    width: 100%;
    margin-top: 23px;
  }
  .clinic_doctors .about_block .title_block .location_mob select {
    background-position-x: right;
  }
  .clinic_doctors .about_block .title_block {
    flex-wrap: wrap;
  }
  .clinic_doctors .about_block .title_block h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
  }
  .clinic_doctors .about_block .title_block .right_title a {
    gap: 32px;
  }
  .clinic_doctors .about_block .group_doctors .doctor_item {
    width: 285px;
    margin: 0 auto;
  }
  .clinic_doctors .about_block .group_doctors .swiper-button-next,
  .clinic_doctors .about_block .group_doctors .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  .clinic_doctors .about_block .group_doctors .swiper-button-prev,
  .clinic_doctors .about_block .group_doctors .swiper-rtl .swiper-button-next {
    left: 0;
  }
  .about_us .about_block {
    flex-direction: column;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }
  .about_us .about_block .left_text {
    flex-direction: column;
    padding: 24px 30px 43px 30px;
  }
  .about_us .about_block .img_des {
    display: none;
  }
  .about_us .about_block .img_mob {
    display: block;
    width: 100%;
  }
  .about_us .about_block .left_text .card_text h3 {
    font-size: 20px;
    line-height: normal;
  }
  .about_us .about_block .left_text .card_text h2 {
    font-size: 50px;
    line-height: normal;
  }
  .about_us .about_block .left_text .card_text p {
    font-size: 16px;
  }
  .about_us .about_block .left_text .mini_texts_group {
    margin-left: 0;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
  .about_us .about_block .left_text .mini_texts_group .numbers_text {
    flex-direction: column;
    gap: 18px;
    width: 143px;
  }
  .about_us .about_block .left_text .mini_texts_group .numbers_text h4 {
    align-items: center;
  }
  .contacts_block .about_block {
    flex-direction: column;
    height: auto;
  }
  .contacts_block .about_block .map iframe {
    width: 100%;
    height: 373px;
  }
  .contacts_block .about_block .map {
    width: 100%;
  }
  .contacts_block .about_block .map iframe {
    border-radius: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .contacts_block .about_block .left_text_block {
    padding: 32px 30px 43px 30px;
  }
  .contacts_block .about_block .left_text_block select {
    display: none;
  }
  .contacts_block .about_block .left_text_block .tabs_block {
    display: flex;
    margin-bottom: 40px;
  }
  .contacts_block .about_block .left_text_block .second_loc {
    display: flex;
    margin-top: 37px;
  }
  .form_group .about_block .phone_img {
    display: none;
  }
  .form_group .about_block {
    flex-direction: column;
    padding: 33px 24px 25px 30px;
    max-width: 500px;
    margin: 0 auto;
  }
  .form_group .about_block form .input_block {
    flex-direction: column;
  }
  .form_group .about_block form .button_block {
    flex-direction: column;
    align-items: flex-start;
  }
  .form_group .about_block form {
    max-width: 100%;
    width: 100%;
  }
  .form_group .about_block form .button_block button {
    width: 100%;
  }
  .menu_groups {
    padding: 0;
    background-color: transparent;
  }
  .form_group {
    padding-bottom: 81px;
  }
  .menu_groups .about_block {
    display: none;
  }
  .menu_groups .menu_mob {
    display: block;
  }
  footer {
    padding: 42px 0 22px 0;
  }
  footer .about_block .top_logo_group {
    flex-direction: column;
    gap: 32px;
  }
  footer .about_block .top_logo_group .left_group {
    margin: 0;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
  footer .about_block .top_logo_group .right_group {
    gap: 20px;
    width: 100%;
    justify-content: space-between;
  }
  footer .about_block .top_logo_group .left_group .tel_number a {
    font-size: 18px;
    line-height: normal;
  }
  footer .about_block .top_logo_group .left_group .tel_number span {
    font-size: 10px;
    line-height: normal;
  }
  footer .about_block .top_logo_group .left_group .logo a img {
    width: 40px;
    height: 40px;
  }
  footer .about_block .top_logo_group .left_group .logo a p {
    font-size: 12px;
  }
  footer .about_block .top_logo_group .right_group .connecting_apps a img {
    width: 40px;
    height: 40px;
  }
  footer .about_block .top_logo_group .right_group .logo_img img {
    width: 110px;
  }
  footer .about_block .locations_footer {
    flex-direction: column;
    padding: 30px 0 20px 0;
    gap: 20px;
  }
  footer .about_block .bottom_group .top_text h3 {
    text-align: center;
  }
  footer .about_block .bottom_group .top_text p {
    text-align: center;
  }
  footer .about_block .bottom_group .last_footer_text {
    flex-direction: column-reverse;
    gap: 10px;
  }
  footer .about_block .bottom_group .top_text {
    margin-bottom: 14px;
  }
  footer .about_block .bottom_group .last_footer_text span {
    text-align: center;
  }
  .menu_groups .menu_mob .accordion-button::after {
    background-image: url(../img/arrow_select.svg);
    width: 10px;
    height: 7px;
    background-size: auto;
  }
}