body, p, a, ul {
  padding: 0;
  margin: 0;
}

p, a {
  font-family: "Trebuchet MS", ui-sans-serif;
}

body {
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  background-color: #fff;
}

h2 {
  font-size: 24px;
  margin: 0px;
  margin-bottom: 20px;
}

/* Раздел меню */

.header {
  padding: 10px 0px;
  left: 0px;
  right: 0px;
  height: 5em;
  text-align: center;
  background-color: #fff;
  color: #f1f1f1;
  justify-content: center;
  display: flex;
}

.menu {
  max-width: 1200px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Times New Roman', Times, serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu a {
  white-space: nowrap;
}

.header_menu {
  display: flex;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 20px;
  line-height: 1.125em;
  text-decoration: none;
}

.header_menu a {
  text-decoration: none;
  padding: 10px 13px;
  color: #181443;
}

.header_menu a:hover {
  border-radius: 8px;
  padding: 10px 13px;
  text-decoration: none; 
  color: #0e268d;
  background-color: #b0d9f17e;
  transition: background-color .55s, color .55s, box-shadow .55s;
  box-shadow: 0 0 5px 3px rgba(176, 217, 241, 0.9);
}

.nav {
  width: 100%;
  z-index: 999;
  height: 70px;
  position: sticky;
  top: 0px;
  border-bottom: 1px solid #efeef6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.button_header {
  display: block;
  float: right;
  position: relative;
  width: auto;
  font-size: 22px;
}

.button_header a {
  background-color: #0f56a6;
  box-shadow: 0 0 rgba(74, 58, 255, .12);
  transition: transform .3s, box-shadow .3s;
  transform-style: preserve-3d;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

.button_header a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(74, 58, 255, .3);
}

.image_header_logo {
  width: 350px;
  height: 60px;
  margin-top: 0.15em;
  display: block;
  position: relative;
  background-size: cover;
}

.menu_img {
  margin-left: 10px;
}

/* Раздел footer */

.copyright_footer {
  overflow: hidden;
  padding: 25px 20px;
  box-shadow: inset 0 3px 19px 0 rgba(221, 224, 231, .5);
  background-color: #fbfbfc;
}

.widget_footer {
  color: #9294a3;
  display: flex;
  font-size: 14px;
  flex-direction: column;
  align-items: center;
}

.widget_footer a {
  text-decoration: none;
  font-weight: 600;
  color: #9294a3;
}

.widget_footer div {
  padding-top: 10px;
}

/* Контейнер с картой */

.map_location {
  border: 0px;
  width: 100%;
  height: 450px;
  border-radius: 10px;
}

.pre_footer {
  display: flex;
  justify-content: center;
  background: linear-gradient(to top right, #83b9e3 25%, #fff 40%);
  overflow: hidden;
  padding: 20px 50px 50px 50px;
  max-width: 100%;
}

.sub_pre_footer {
  display: grid;
  grid-template-columns: 35% 65%;
  max-width: 1220px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.searching,
.pre_footer {
  padding: 20px 50px 50px 50px;
}

.searching {
  display: grid;
  justify-items: center;
}

.sub_searching {
  max-width: 1220px;
  width: 100%;
}
 
.pre_footer > .right {
  display: flex;
  justify-content: end;
  padding: 10px;
}

.pre_footer > .left >.contacts {
  width: 100%;
}

.subtitle a {
  font-size: 1.4em;
  border: 1px solid #efeef6;
  background-color: white;
  color: #0f56a6;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 12px 14px;
  font-weight: 700;
  line-height: 1.125em;
  display: inline-block;
  box-shadow: 0 1px 4px rgba(15, 12, 49, .02), 0 5px 15px rgba(93, 79, 255, .12);
  font-family: Plus Jakarta Display, sans-serif;
}

.contacts div,
.contacts p,
.searching p {
  padding-bottom: 15px;
}

.emailing img,
.calling img,
.location img {
  width: 28px;
  height: 28px;
  background-color: #0f56a6;
  padding: 8px;
  border-radius: 8px;
}

.emailing,
.calling,
.location {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
}

.emailing p,
.calling p,
.location p {
  padding: 0px;
  margin: 0px;
}

/* ***************** */
/* .content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
} */
/* Окно обратной связи */
.pop_up {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index:2;
  transform: translateY(-44.5% )scale(0);
  transition: .4s ease-in-out;
}

.pop_up.active {
  transform: translateY(0%)scale(100%);
  background-color:rgba(0,0,0,.8);
}

.pop_up_container {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.pop_up_body {
  margin: auto;
  width: 500px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.form_header {
  font-size: 28px;
  font-family: Montserrat;
  font-weight: 600;
  color: #f0f0f0;
  text-shadow: 
            1px 1px 0 #333333,
            -1px -1px 0 #333333,
            1px -1px 0 #333333,
            -1px 1px 0 #333333;
  margin-bottom: 40px;
  padding: 25px 15px 10px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #0f56a6; /* Базовый цвет */
  /* background-image: repeating-linear-gradient(
      45deg,
      #0f56a6,
      #0f56a6 25%,
      rgba(170, 219, 240, 0.7) 25%,
      rgba(170, 219, 240, 0.7) 50%
  ); */
  background-size: 80px 80px;
}

.container_for_input {
  padding: 0px 15px 15px 15px;
  max-width: 90%;
  justify-content: center;
  display: inline-grid;
}

.pop_up_body input {
  padding: 12px 0px;
  display: block;
  margin: 25px auto 0px auto;
  width: 95%;
  background-color: #E5E5E5;
  border-radius: 10px;
  border: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  color: #89909F;
}

.pop_up_body input:focus {
  outline: none;
}

.pop_up_body button {
  cursor: pointer;
  display: block;
  width: 330px;
  margin: 20px auto 0px auto;
  padding: 20px 0px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  border: none;
  color: #fff;
  border-radius: 10px;
  background-color: #0f56a6;
}

.pop_up_close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 25px;
  cursor: pointer;
  padding: 0px 7px;
}

.pop_up_close:hover {
  background-color: #71717180;
  border-radius: 15px;
  padding: 0px 7px;
}

[data-slots] { 
  font-family: monospace 
}

.phone_alert {
  display: block;
  font-weight: bold;
  color: red;
  font-family: Montserrat;
  font-size: 15px;
}

.name_alert {
  display: block;
  font-weight: bold; 
  color: red;
  font-family: Montserrat;
  font-size: 15px;
}

.clear {
  display: none;
}

.name_input {
  font-family: Montserrat;
  font-size: 25px;
  margin-bottom: auto;
}

.personal {
  font-family: Montserrat;
  font-size: 15px;
  margin-top: 30px;
  color: #000;
}

.form_for_input {
  color: #fff;
}

input[type="text"] {
  padding-left: 5%;
}

#phone {
  padding-left: 5%;
}

.messange_close {
  display: block;
  font-weight: bold; 
  color: rgba(1, 46, 92, 0.941);
  font-family: Montserrat;
  font-size: 20px;
  border-radius: 10px;
}

#success-animation {
  z-index: 999;
  position: sticky;
  top: 100px;
  width: 100px;
  height: 100px;
  display: none;
  transform: scale(2.5);
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
/* ********************** */

/* .top-container {
  overflow:hidden;
  width:100%;
}

.information a {
  text-decoration: none;
  color: black;
}

.button_slabo {
  text-decoration: none;
  color: white;
  background-color: #0066cc;
  padding: 10px 20px;
  border-radius: 5px;
}

.information {
  white-space:nowrap;
}

.information div {
  margin-right: 10px;
  margin-left: 10px;
  display:inline-block;
  width: 25%;
} */

/* Куки барннер */

.cookie-banner {
  z-index: 998;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #0f56a6;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.5);
}

.cookie-banner p {
  margin: 0;
  flex-grow: 1;
  padding-right: 10px;
}

.cookie-banner button {
  margin-right: 30px;
  border-radius: 8px;
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.cookie-banner button:hover {
  background-color: #45a049;
}

.cookie-banner a {
  color: #fff;
}

/* Поле Поиска */

.search-container form {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#search-input {
  border: none;
  padding: 10px;
  flex-grow: 1;
  outline: none;
}

#search-btn {
  background-color: #0f56a6;;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

#search-btn:hover {
  background-color: #104f96;;
}

.search-container form {
  max-width: 600px;
}

/* Бургер меню */

#burger_menu {
  border-radius: 12px;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  height: 27px;
  width: 27px;
  justify-content: center;
  overflow: visible;
  position: relative;
  z-index: 2;
  border: 3px solid #104f96;
}

#burger_menu span,
#burger_menu span:before,
#burger_menu span:after {
  background: #0f56a6;
  display: block;
  height: 4px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}

#burger_menu span:before,
#burger_menu span:after {
  content: "";
}

#burger_menu span {
  top: 45%;
  width: 27px;
}

#burger_menu span:before {
  left: 0px;
  top: -10px;
  width: 16px;
}
#burger_menu span:after {
  left: 0px;
  top: 10px;
  width: 20px;
}

#burger_menu.close span {
  transform: rotate(-45deg);
  width: 27px;
}

#burger_menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 27px;
}

#burger_menu.close span:after {
  top: 0px;
  left:0;
  transform: rotate(90deg);
  opacity:0;
  width:0;
}

#mob_menu.overlay {
  visibility: visible;
  opacity: 1;
  padding-top: 50px;
  background: rgba(255, 255, 255, 0.911);
  transform: translateX(0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); 
}

#mob_menu {
  overflow-y: hidden;
  z-index: 998;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
}

#mob_menu.open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

#mob_menu li{
  list-style:none;
}

#mob_menu > ul > li > a{
  color:#000;
  display:block;
  font-size: 32px;
  padding: 10px 0;
  text-decoration:none;
}

#mob_menu ul li a:hover {
  background-color: #0066cc;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

#mob_menu ul {
  padding: 20px;
}

#mob_menu li {
  margin: 0px;
  padding: 0 calc(50% - 165px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.container_button_call_menu {
  display: flex;
  justify-content: center;
}

.button_call_menu {
  padding: 0px 20px;
  justify-content: center;
  display: flex;
  border-radius: 10px;
  background-color: #aadbf0;
  transition: transform 0.2s;
  cursor: pointer;
}

.button_call_menu a{
  color: black;
  text-decoration:none;
  display:block;
  font-size: 32px;
  border-radius: 10px;
  padding: 12px 10px 12px 5px; 
}

.button_header_mobile {
  margin-top: 20px;
  display: flex;
  position: relative;
  width: auto;
  font-size: 28px;
  justify-content: center;
  width: 100%;
}

.button_header_mobile a {
  background-color: #0f56a6;
  box-shadow: 0 0 rgba(74, 58, 255, .12);
  transition: transform .3s, box-shadow .3s;
  transform-style: preserve-3d;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

.button_header_mobile a:hover {
  box-shadow: 0 5px 10px rgba(74, 58, 255, .3);
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-2px); }
  40%, 80% { transform: translateX(2px); }
}

.phone_icon_menu {
  transition: transform 0.2s;
}

.shake {
  animation: shake 0.5s;
}

.phone_icon_menu {
  transition: transform 0.3s;
}

.button_call_menu:hover {
  background-color: #31abf2;
  transform: scale(1.05);
}

.button_call_menu:hover a {
  color: white;
}

.button_call_menu:hover .phone_icon_menu {
  transform: scale(1.2);
}

.btn {
  padding: 15px 30px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
/* ************** */

/* @media screen and (max-width: 920px) {

  .info_container {
    top: -140px;
  }

  .container_about_service {
    padding: 0px 20px;
    position: relative;
    top: -80px;
  }

  .info-section {
    padding:  15px 12px;
    grid-template-columns: 1fr;
  }

  .info-card::after {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-card .icon,
  .info-card .info-text {
    display: flex;
  }

  .info-card {
    gap: 0px;
  }

  .info-section {
    gap: 10px
  }

  .info-card .info-text .text {
    margin-left: 25px;
  }

  .info-section .info-card:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 10px 0;
  }

  .container {
    max-height: 100%;
    display: grid;
  }

  .left-section {
    min-height: 400px;
    max-width: 100%;
    padding: 20px 20px 50px 20px;
  }

  .buttons {
    justify-content: center;
  }

  .right-section {
    max-width: 100%;
  }

  .left-section h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .right-section {
    max-height: 70vh;
  }

  .sub_pre_footer {
    grid-template-columns: auto;
  }

  .pre_footer,
  .searching {
    padding: 20px 20px 50px 20px;
  }

  .sub_pre_footer > .right {
    padding: 0px;
    padding-top: 30px;
  }

  .map_location {
    width: 100%;
  }

  .footer_sanpid,
  .footer_licence,
  .footer_policy,
  .textwidget {
    text-align: center;
  }
} */


@media (max-width: 640px) {
  .menu_img {
    width: 70px;
    height: 70px;
    content: url('../../static/images/only_logo.png');
  }
  .pop_up_body input {
    width: -webkit-fill-available;
  }
  .pop_up_body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
  }
  .pop_up_container {
    margin-top: 86px;
  }
  .form_for_input {
    margin: 5px;
  }
}

@media (max-width: 1120px) {
  #burger_menu {
    z-index: 999;
    display: block;
  }
  .header_menu {
    display: none;
  }
  .button_header {
    margin-left: auto;
  }
  .nav {
    height: 65px;
  }
  .cookie-banner p {
    font-size: 12px;
  }
}

@media (min-width: 1121px) {
  #burger_menu {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .sub_pre_footer {
    grid-template-columns: auto;
  }
  
  .pre_footer,
  .searching {
    padding: 20px 20px 50px 20px;
  }
  
  .sub_pre_footer > .right {
    padding: 0px;
    padding-top: 30px;
  }
  
  .map_location {
    width: 100%;
  }
  
  .footer_sanpid,
  .footer_licence,
  .footer_policy,
  .textwidget {
    text-align: center;
  }
}

.background-ring {
  position: absolute;
  width: 25vh;
  max-width: 200px;
  height: 25vh;
  max-height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 40%, rgba(131, 185, 227, 0.2) 41%);
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.2s ease-out;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%);
}

.container_privacy_policy > .ring-1 {
  top: 50%;
  left: 80%;
}

.container_privacy_policy > .ring-2 {
  top: 5%;
  left: 0%;
}

.container_sanepid > .ring-1,
.container_licenziya > .ring-1 {
  top: 70%;
  left: 80%;
}

.container_sanepid > .ring-2,
.container_licenziya > .ring-2 {
  top: 5%;
  left: 0%;
}

.container_price > .ring-1 {
  top: 10%;
  left: 10%;
}

.container_price > .ring-2 {
  top: 50%;
  left: 80%;
}

.container_page_services > .ring-1 {
  top: 10%;
  left: 10%;
}

.container_page_services > .ring-1 {
  top: 50%;
  left: 80%;
}

@media (min-width: 1250px) {
  .container_services {
    grid-template-columns: repeat(3, 1fr);
  }
  .subtitle,
  .container_services {
    max-width: 900px;
  }

  .container_insurance,
  .container_about_service,
  .container_about_doctors {
    justify-content: center;
    display: grid;
  }
  
  .container_insurance .subtitle,
  .container_about_doctors .subtitle,
  .container_about_doctors h2,
  .container_about_clinic .subtitle,
  .container_about_service .subtitle,
  .container_about_service h2 {
    max-width: 1220px;
    width: 1220px;
  }
  .container_about_clinic .container_about {
    padding-left: 20px;
  }
}

.title_page {
  margin-top: 5px;
  display: grid;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 35px;
  font-weight: 600;
}

.container_for_patiens,
.container_404,
.container_agreement_cookie,
.container_privacy_policy,
.container_licenziya,
.container_sanepid,
.container_reviews,
.container_price,
.container_shares,
.container_results,
.container_page_doctors,
.container_page_services,
.container_service {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow: hidden;
  position: relative;
}

.container_for_patiens h1,
.container_agreement_cookie h1,
.container_privacy_policy h1,
.container_licenziya h1,
.container_price h1
.container_shares h1,
.container_results h1,
.container_page_doctors h1,
.container_page_services h1 {
  text-align: center;
  padding: 0px;
  margin: 0px;
  line-height: 1.2;
}

.container_for_patiens h2,
.container_agreement_cookie h2,
.container_privacy_policy h2,
.container_page_doctors h2,
.container_page_services h2 {
  margin-top: 20px;
  font-size: 1.2em;
  color: #0066cc;
}

.container_for_patiens,
.container_licenziya,
.container_reviews,
.container_page_doctors,
.container_page_services {
  min-height: 60vh;
}

.container_agreement_cookie ul,
.container_privacy_policy ul {
  list-style-type: disc;
  padding-left: 20px;
}

.container_agreement_cookie p,
.container_privacy_policy p,
.container_licenziya p,
.container_price p {
  margin: 10px 0;
}

.container_agreement_cookie a,
.container_privacy_policy a {
  color: #0066cc;
  text-decoration: none;
}

.container_agreement_cookie a:hover,
.container_privacy_policy a:hover {
  text-decoration: underline;
}

.sub_title_page {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #0f56a6;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  justify-content: center;
  margin-bottom: 20px;
}

.sub_title_page h1 {
  font-size: larger;
  text-align: left;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  hyphens: auto;
  word-break: break-word;
}

.responsive-image {
  max-width: 45%;
  height: auto;
}

@media (max-width: 768px) {
  .responsive-image {
    max-width: 100%;
  }

  .container_for_patiens,
  .container_404,
  .container_agreement_cookie,
  .container_privacy_policy,
  .container_licenziya,
  .container_sanepid,
  .container_reviews,
  .container_price,
  .container_shares,
  .container_results,
  .container_page_doctors,
  .container_page_services,
  .container_service {
    padding: 10px;
  }
}

.pdf-container {
  width: 90%;
  height: 800px;
  border: none;
}

.container_gos_garantii {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow: hidden;
  position: relative;
}

/* ******************************************** */
/* CSS блока "Для слабовидящих" */
.version_sait {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 6px 10px;
  background-color: #83b9e37c;
  border-radius: 6px;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  width: max-content;
  transition: background-color 0.3s, transform 0.2s;
  outline: none;
}

.version_sait div {
  display: flex;
  align-items: center;
}

.version_sait img {
  width: 28px;
  height: auto;
}

.version_sait a {
  color: inherit;
  text-decoration: none;
}

.version_sait:hover,
.version_sait:focus {
  background-color: #83b9e3;
  transform: scale(1.05);
}

.version_sait:active {
  transform: scale(0.98);
}

.accessibility-panel {
  top: 0px;
  background-color: #f0f0f0;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: sticky;
  z-index: 1000;
}

.accessibility-panel label {
  color: #000;
}

.accessibility-panel button {
  margin: 0 5px;
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.hidden-image {
  display: none !important;
}

.contrast-black-white {
  color: black !important;
  background-color: white !important;
}

.contrast-white-black {
  color: white !important;
  background-color: black !important;
}

.contrast-green-brown {
  color: greenyellow !important;
  background-color: brown !important;
}

#contrast-black-white {
  border: #000 solid 1px;
  color: black;
  background-color: white;
  font-size: 32px;
}

#contrast-white-black {
  border: #000 solid 1px;
  color: white;
  background-color: black;
  font-size: 32px;
}

#contrast-green-brown {
  border: #000 solid 1px;
  color: greenyellow;
  background-color: brown;
  font-size: 32px;
}

#font-small {
  color: #000;
  border: #000 solid 1px;
  font-size: 15px;
}

#font-medium {
  color: #000;
  border: #000 solid 1px;
  font-size: 22px;
}

#font-large {
  color: #000;
  border: #000 solid 1px;
  font-size: 32px;
}

#toggle-version img,
#toggle-speech img,
#toggle-images img {
  font-size: 32px;
  max-height: 32px;
  border: #000 solid 2px;
}

/* CSS для разных размеров шрифта */
.font-small {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.font-medium {
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.font-large {
  font-size: 32px !important;
  line-height: 1.5 !important;
}

.version-controls,
.speech-controls,
.image-controls {
  display: flex;
  align-items: center;
}

#toggle-version,
#toggle-speech,
#toggle-images {
  padding: 0px;
}

#toggle-images img {
  background-color: #ffffff00;
}

@media screen and (max-width: 721px) {
  .sub_title_page h1 {
    padding-left: 0px;
  }
  .version-controls,
  .speech-controls,
  .image-controls {
    display: block;
  }

  .version_sait a {
    font-size: medium;
  }
}

@media screen and (min-width: 720px) {
  .container_sanepid,
  .container_for_patiens,
  .container_licenziya,
  .container_404,
  .container_privacy_policy,
  .container_agreement_cookie,
  .container_reviews,
  .container_price,
  .container_shares,
  .container_results,
  .container_page_doctors,
  .container_page_services {
    position: unset;
  }

  .sub_title_page h1 {
    padding-left: 25px;
  }
}