@font-face {
  font-family: 'Manrope-Bold';
  src: url('../fonts/manrope-bold.woff') format('woff'),
      url('../fonts/manrope-bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Manrope-Regular';
  src: url('../fonts/manrope-regular.woff') format('woff'),
      url('../fonts/manrope-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Manrope-Medium';
  src: url('../fonts/manrope-medium.woff') format('woff'),
      url('../fonts/manrope-medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;

}

:hover {
  transition: 0.3s;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Manrope-Regular';
  margin: 0;
  background: #F0F4FF;
  overflow-x: hidden;
  color: #0F3F2B;
  min-width: 350px;
}

img {
  max-width: 100%;
}

input:focus {

  outline: none;
}

input {
  border: none;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

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

ul li:not([class]) {
  margin-left: 18px;
  position: relative;
}

ul li:not([class])::before {
  display: block;
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  background: #12CB72;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;

}

.clear {
  clear: both;
}

.container {
  padding: 0 20px;
  max-width: 1160px;
  margin: 0 auto;
}

/*header*/
.header-absolute-ul {
  display: flex;
  flex-direction: column;
  gap: 8px;

}

@media (min-width: 850px) {
  .header-absolute-ul {
      max-height: calc(100vh - 282px);
      gap: 8px;
      flex-wrap: nowrap;
      max-height: 350px;
      overflow-y: auto;
      overflow-x: hidden;
  }

  .header-absolute-ul::-webkit-scrollbar {
      width: 1px;
    }
    
    .header-absolute-ul::-webkit-scrollbar-track {
      background: #f1f1f1;
    }
    
    .header-absolute-ul::-webkit-scrollbar-thumb {
      background: #555;
    }
    
    .header-absolute-ul::-webkit-scrollbar-thumb:hover {
      background: #333;
    }
}

.header-block__mobile {
  display: none;
}

.header__top-phones-icon img {
  max-width: 30px;
  max-height: 30px;
  height: 30px;
    width: 30px;
}

.header-block__wrapper-container {
  display: flex;
  gap: 30px;
}

.header-block {
  display: flex;
  gap: 10px;
}

.header-block p {
  margin: 0;
  color: #FFFFFF99;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;

}

.header-top {
  margin-top: 10px;
  border-bottom: 1px solid #FFFFFF33;
  padding-bottom: 20px;
}

@media (max-width: 850px) {
  .header-block__mobile {
      display: flex;
      align-items: center;
      gap: 10px;

  }

  .header__top-phones-icon {
      max-height: 30px;
      max-width: 30px;
  }

  .header-block__mobile-phones {
      position: relative;
  }

  .header__top-phones_wrapper {
      position: absolute;
      pointer-events: none;
      top: 50px;
      display: flex;
      flex-direction: column;
      gap: 5px;
      scale: .4;
      opacity: 0;
      transition: scale .3s linear, opacity .15s linear;
      padding: 10px;
      border-radius: 8px;
      background-color: #005729;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      right: 0;
  }

  .header__top-phones_wrapper.active {
      opacity: 1;
      pointer-events: all;
      scale: 1;
  }

  .header__top-phone {
      white-space: nowrap;
      text-decoration: none;
      color: #fff !important;

  }
}

.header-block__mobile-btn {
  padding: 10px 5px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}

.header,
.header2 {
  padding: 16px 0;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 10;
}

.header2 .header-middle.active {
  background-color: transparent;
}

#infoModal3 .modalContent {
  position: relative;
}

.top-plashka {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: height .2s linear, opacity .2s linear;
  height: 50px;
  color: white;
  background: #005729;
  position: fixed;
  toP: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}

.plashka {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: height .2s linear, opacity .2s linear;
  color: white;
  background: #005729;
}

.top-plashka.hidden {
  height: 0;
  opacity: 0;
}

@media (max-width: 575px) {
  .top-plashka {
      font-size: 12px;
      padding: 0 15px;
  }
}

/*врач на первом экране*/
.promo__picture {
  position: relative;
}

.promo__doctor-text {
  display: block;
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  padding: 16px 20px;
  border-radius: 0px 10px 10px 10px;
  position: absolute;
  right: 0;
  bottom: 13%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.promo__doctor-text .doctor-text__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #005729;
}

.promo__doctor-text .doctor-text__job {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #424754;
}

@media (max-width: 1094px) {
  .promo__doctor-text {
      left: 0;
  }
}

@media (max-width: 1024px) {
  .promo__doctor-text {
      width: 100%;
      max-width: fit-content;
      padding: 16px 20px;
      right: auto;
      left: auto;
      bottom: 13%;
      border-radius: 10px;
      align-items: center;
      gap: 6px;
  }

  .promo__doctor-text .doctor-text__name {
      font-size: 14px;
      line-height: 18px;
      text-align: center;
  }

  .promo__doctor-text .doctor-text__job {
      font-size: 12px;
      line-height: 15px;
      text-align: center;
  }
}

.main-container {
  padding-top: 210px !important;
}

@media (max-width: 110px) {
  .main-container {
      padding-top: 120px !important;
  }

  .header-block__wrapper {
      display: none;
  }
}

.header-top-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.header-top-li a:hover {
  color: #005729;
}

.header-middle {
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: top .2s linear, padding .2s linear, background-color .3s linear;
}

.header-middle.active {
  z-index: 10000;
  top: 0;
  background-color: #0BA150;
}

@media (max-width: 850px) {
  .header-middle {
      flex-direction: row-reverse;
      padding-top: 10px !important;
  }

  .fixed .header-middle {
      padding-top: 0 !important;
  }

  .fixed .header-middle {
      display: flex;

  }
}

.header-link a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.header-link-img {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
}

.header-link a:hover {
  color: #005729;
}

.header-link2 a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}



.header-link2 a:hover {
  color: #005729;
}

.header-link3 a {
  font-family: 'Manrope-Bold';
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}



.header-link3 a:hover {
  color: #005729;
}

.header-social {
  display: flex;
  padding: 10px 0 0 0;
}

.header-social-li {
  padding: 0 12px 0 0;
}

.header-miner {
  margin-top: -50px;
  display: flex;
  align-items: center;
}

.header-input {
  position: relative;
}

.header-input-button {
  position: absolute;
  right: 0;
  top: 0;
}

.header-input-button button {
  width: 44px;
  height: 48px;
  background: #fff;
  border-radius: 10px;
}

.header-input input {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 0 0;
  width: 240px;
  color: #709976;
  padding: 0 0 0 10px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 10px;
}

.header-input input::-webkit-input-placeholder {
  color: #709976;
}

.header-input input::-moz-placeholder {
  color: #709976;
}

.header-input input:-ms-input-placeholder {
  color: #709976;
}

.header-input input::placeholder {
  color: #709976;
}

.header-button button {
  font-size: 18px;
  line-height: 140%;
  height: 50px;
  color: #FFFFFF;
  background: #0BA150;
  border-radius: 10px;
  width: 240px;
  padding: 14px 0;
}

.header-button button:hover {
  background: #13DE7C;
}

.header-link,
.header-link2 {
  display: flex;
  gap: 10px;
}

.main-wrap {
  gap: 20px;
}


.main-button1 {
  min-width: 240px;
}

.main-button1_phone {
  padding: 16px 15px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 15px;
  text-align: center;
  width: 100%;
  fill: #005729;
  color: #005729;
  text-decoration: none;

  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  column-gap: 6px;
}

.main-button1_phone:hover {
  background-color: #005729;
  color: #fff;
  fill: #fff;
}

@media (min-width: 850px) {
  .main-button1 {
      display: none;
  }

  .main-button1_phone {
      display: none;
  }
}

@media (max-width: 850px) {
  .main-button1 {
      display: block;
  }

  .main-button1_phone {
      display: flex;
  }
}

@media (max-width: 850px) {
  .main-wrap {
      flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .main-button1 {
      width: 100%;
  }
}

.main-button1.service {
  margin-bottom: 30px;
}

.header-logo p {
  margin: 0;
  color: #FFFFFF99;
  font-size: 11px;
  line-height: 14px;
}

.header-bottom {
  padding: 20px 0 0 0;
  transition: .2s background-color;
}

.header-bottom-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-bottom-li {
  position: relative;
}

.header-bottom-li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

@media (max-width: 1120px) {
  .header-bottom-li a {
      font-size: 14px;
  }
}

.header-bottom-li a svg {
  margin: 0 0 0 4px;
}

.header-bottom-li a:hover {
  color: #005729;
}

.header-bottom-li a:hover svg path {
  stroke: #005729;
}

.header-bottom-li a:hover svg {
  transform: rotate(-90deg);
}

.header-bottom-li:hover .header-absolute {
  display: block;
}

.header-bottom-li:hover .header-absolute2 {
  display: block;
}

.header-bottom-li:last-child .header-absolute,
.header-bottom-li:last-child .header-absolute2 {
  left: auto;
  right: 0;
}

.header-bottom-li:last-child .header-absolute,
.header-bottom-li:last-child .header-absolute2,
.header-bottom-li:nth-last-child(2) .header-absolute,
.header-bottom-li:nth-last-child(2) .header-absolute2 {
  left: auto;
  right: 0;
}

.fixed .header-bottom {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.header__top-phones_panel-title {
  cursor: pointer;
}

.fixed .header-bottom .header__top-phones_wrapper {
  position: absolute;
  right: 0;
  top: 40px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  scale: .4;
  opacity: 0;
  transition: scale .3s linear, opacity .15s linear;
  padding: 10px;
  border-radius: 8px;
  background-color: #005729;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fixed .header-bottom .header__top-phones_wrapper.active {
  opacity: 1;
  scale: 1;
}

.fixed .header-bottom .header__top-phones_wrapper a {
  color: #fff;
}


.header-block__mobile-phones_sticky {
  display: none;
  position: relative;
}

.fixed .header-block__mobile-phones_sticky {
  display: block;
}

.fixed .header-block__mobile-phones_sticky .header__top-phone {
  white-space: nowrap;
}

.header-block__mobile-phones_sticky .header__top-phones-icon img {
  max-width: 32px;
}

.header-absolute {
  display: none;
  top: 20px;
  left: 0;
  position: absolute;
  min-width: max-content;
}

.header-absolute2 {
  display: none;
  top: 20px;
  left: 0;
  position: absolute;
}

.header-absolute-border {
  padding: 12px 20px 20px 20px;
  background-color: #fff;
  border: 1px solid #e7cdfc;
  border-radius: 16px;
}

.header-absolute-li {
  max-width: 300px;
}

.header-absolute-li a {
  display: flex;
  text-decoration: none;
  align-items: flex-start;
}

.header-absolute-li a:hover .header-absolute-text {
  color: #005729;
}

.header-absolute-elipse {
  margin: 7px 0 0 0;
  background: #0BA150;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.header-absolute-text {
  padding: 0 0 0 5px;
  font-size: 16px;
  line-height: 140%;
  color: #0F3F2B;
}

/*main*/
.main {
  background-color: #08743B;
  padding: 0;
  margin-bottom: 120px;
}

main {
  margin-top: 215px;
}
main.main-page {
  margin-top: 220px;
}

@media (max-width: 1100px) {
  main {
      margin-top: 95px;
  }
}

.main-content {
  padding: 162px 0 140px 0;
  width: 743px;
}

.main-title {
  font-size: 48px;
  line-height: 130%;
  color: #FFFFFF;
}

.main-suptitle {
  padding: 24px 0 0 0;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.main-wrap {
  display: flex;
  align-items: center;
  padding: 42px 0 0 0;
}

.main-button button {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  background: #005729;
  border-radius: 10px;
  width: 255px;
  height: 57px;
}

.main-button button:hover {
  background: #13DE7C;
}

.main-button2 {
  padding: 0 0 0 0;
}

.main-button2 button {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  width: 255px;
  height: 57px;
}

.main-button2 button:hover {
  background: #FFFFFF;
  color: #0F3F2B;
}

.main-button2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  width: 255px;
  height: 57px;
}

.main-button2:hover a {
  color: #0F3F2B;
}

/*comprasion*/

.comprasion {
  padding: 80px 0 0 0;
  background-color: #1bc655;
  background: url(../images/comprasion-bg.webp) center 0 no-repeat;
}

.comprasion-title {
  font-family: 'Manrope-Bold';
  font-size: 42px;
  line-height: 130%;
  text-align: center;
  color: #0F3F2B;
}

.comprasion-container {
  padding: 0 10px;
}

.comprasion-wrap {
  display: flex;
  padding: 55px 0 0 0;
}

.comprasion-block {
  width: 33.3333333%;
  padding: 0 14px;
}

.comprasion-border {
  display: block;
  text-decoration: none;
  background: #FFFFFF url(../images/comprasion-border.png) 0 0 no-repeat;
  box-shadow: 0px 4px 20px rgba(43, 17, 133, 0.2);
  border-radius: 20px;
  padding: 42px 22px 59px 22px;
  height: 100%;
  position: relative;
}

.comprasion-border:hover {
  transform: scale(1.04);
  transition: 0.3s;
}

.comprasion-border-title {
  z-index: 1;
  font-family: 'Manrope-Bold';
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  position: relative;
}

.comprasion-absolute {
  position: absolute;
  top: 32px;
  left: 10px;
  width: 42px;
  height: 42px;
}

.comprasion-border-price {
  padding: 50px 0 0 0;
  font-family: 'Manrope-Bold';
  font-size: 28px;
  line-height: 120%;
  color: #0F3F2B;
}


.comprasion-absolute-title {
  position: absolute;
  top: 75px;
  left: 22px;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.comprasion-border-suptitle {
  padding: 5px 0 0 0;
  font-size: 16px;
  line-height: 140%;
  color: #0F3F2B;
}

.comprasion-border-ul {
  padding: 14px 0 0 0;
}

.comprasion-border-li {
  padding: 10px 0 0 0;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 140%;
  color: #0F3F2B;
}

.comprasion-border-li img {
  margin: 0 4px 0 0;
}

.comprasion-suptitle {
  font-size: 14px;
  line-height: 140%;
  color: #0F3F2B;
  text-align: center;
  padding: 24px 0 0 0;
}

/*garant*/

.garant {
  margin: -50px 0 0 0;
  background-color: #1bc655;
  background: url(../images/garant-bg.webp) center 0 no-repeat;
  padding: 236px 0 196px 0;
}

.garant-title {
  font-family: 'Manrope-Bold';
  font-size: 42px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}

.garant-container {
  padding: 0 4px;
}

.garant-wrap {
  padding: 56px 0 0 0;
  display: flex;
}

.garant-block {
  width: 25%;
  padding: 0 16px;
}

.garant-border {
  margin: -48px 0 0 0;
  height: 180px;
  padding: 58px 16px 0 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(43, 17, 133, 0.2);
  border-radius: 20px;
}

.garant-block-title {
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #0F3F2B;
}

/*infosection*/

.infosection {
  background: url(../images/infosection-bg.png) center 90% no-repeat;
  margin: -20px 0 0 0;
  padding: 0 0 120px 0;
}

.infosection-accordion {
  width: 736px;
  margin: 0 auto;
}

.infosection-accordion-title {
  font-family: 'Manrope-Bold';
  font-size: 42px;
  line-height: 130%;
  text-align: center;
  color: #0F3F2B;
}



.expand {

  float: right;
  display: inline;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  margin: 0 10px;
}





.sidebar-1 {
  /* these are the styles for the container around the menu */
  width: 100%;
  padding: 0px;
  display: inline-block;


}

.sidebar-menu {
  margin: 16px 0 0 0;
  /*this style impacts the look of the heading containers. */
  cursor: pointer;
  padding: 16px 16px;
  position: relative;
  color: $maincolor;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(43, 17, 133, 0.1);
  border-radius: 10px;
  font-size: 18px;
  line-height: 140%;
  color: #0F3F2B;
  font-family: 'Manrope-Medium';
  text-rendering: optimizeLegibility;
  letter-spacing: .5px;
  padding-right: 0;
}

.sidebar-menu:before {
  content: "";
  width: 2px;
  height: 18px;
  background: #12CB72;
  border-radius: 10px;
  position: absolute;
  right: 22px;
  top: calc(32px - 12.5px);
  transition: all .2s ease;
}

.sidebar-menu:after {
  content: "";
  width: 2px;
  height: 18px;
  background: #12CB72;
  border-radius: 10px;
  position: absolute;
  right: 22px;
  top: calc(32px - 12.5px);
  transition: all .2s ease;
}

.sidebar-menu:after {
  transform: rotate(90deg);
}

.open:before {
  background: #fff;
  animation: turn-plus;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

.open:after {
  background: #fff;
  animation: turn-crossbar;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

@keyframes turn-plus {
  0% {
      transform: translate(0, 0);
  }

  50% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(90deg);
  }
}

@keyframes turn-crossbar {
  0% {
      transform: none;
      transform: rotate(90deg)
  }

  50% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(90deg);
  }
}



.sidebar-menu:hover {
  background: #CEFCCD;
  box-shadow: 0px 2px 10px rgba(43, 17, 133, 0.1);
}

.sub-menu {
  /*this style is for the sub-menu box*/
  color: darken($maincolor, 30%);

  font-size: 1em;
  display: none;

  &:last-child {
      border-bottom: 0;
  }
}

.sub-text {
  padding: 16px 16px 32px 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(43, 17, 133, 0.1);
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  line-height: 140%;
  color: #0F3F2B;
}

.infosection-accordion-block {
  padding: 40px 0 0 0;
}


.whoshown {
  padding: 160px 0 0 0;
}

.whoshown-title {
  font-family: 'Manrope-Bold';
  font-size: 42px;
  line-height: 130%;
  color: #0F3F2B;
}

.whoshown-wrap {
  display: flex;
  padding: 55px 0 32px 0;
}

.whoshown-block {
  width: 50%;
  padding: 0 16px 0 0;
}

.whoshown-sings {
  font-family: 'Manrope-Bold';
  font-size: 18px;
  line-height: 120%;
  color: #0F3F2B;
}

.whoshown-sings-text {
  padding: 16px 0 0 0;
  font-size: 16px;
  line-height: 140%;
  color: #0F3F2B;
}

.whoshown-sings-padding {
  padding: 32px 0 0 0;
}

.whoshown-block2 {
  width: 50%;
  padding: 0 0 0 16px;
}

.whoshown-ul {
  padding: 16px 0 8px 0;
}

.whoshown-li {
  display: flex;
  align-items: center;
  padding: 8px 0 0 0;
}

@media (max-width: 768px) {
  .whoshown-li {
      width: 100%;
  }
}

.whoshown-li-dote {
  background: #12CB72;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex: 0 0 10px;
}

.whoshown-li-text {
  padding: 0 0 0 8px;
  font-size: 16px;
  line-height: 140%;
  color: #0F3F2B;
}

.whoshown-li-number {
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  background: #12CB72;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
}



/*getadvice*/

.getadvice {
  background-color: #1bc655;
  background: url(../images/getadvice-bg.webp) center 0 no-repeat;
  padding: 173px 0 77px 0;
}

.getadvice-title {
  font-family: 'Manrope-Bold';
  font-size: calc(1.5rem + 12*((100vw - 20rem) / 1600));
  line-height: 130%;
  color: #FFFFFF;
}

.getadvice-suptitle {
  padding: 16px 0 0 0;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

.getadvice-form {
  padding: 11px 0 0 0;
}

.getadvice-border {
  width: 398px;
  padding: 8px 24px 24px 24px;
  background: #FFFFFF;
  border-radius: 20px;
}

.getadvice-input {
  padding: 16px 0 0 0;
}

.getadvice-input input {
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 0 0;
  width: 100%;
  color: #0F3F2B;
  padding: 0 0 0 15px;
  height: 53px;
  background: #F0FDEE;
  border-radius: 10px;
}

.getadvice-input input:focus {
  border: 2px solid #000;
  padding: 0 0 0 13px;
}

.getadvice-input input::-webkit-input-placeholder {
  color: #709976;
}

.getadvice-input input::-moz-placeholder {
  color: #709976;
}

.getadvice-input input:-ms-input-placeholder {
  color: #709976;
}

.getadvice-input input::placeholder {
  color: #709976;
}

.getadvice-button {
  padding: 16px 0 0 0;
}

.getadvice-button button {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  background: #005729;
  border-radius: 10px;
  width: 100%;
  height: 57px;
}

.getadvice-button button:hover {
  background: #13DE7C;
}

.getadvice-form-text {
  padding: 8px 0 0 0;
  font-size: 12px;
  line-height: 140%;
  color: #0F3F2B;
}

.getadvice-form-text span {
  font-family: 'Manrope-Bold';
}

.getadvice-form-text a {
  font-size: 12px;
  line-height: 140%;
  color: #0F3F2B;
}

.getadvice-form-text a:hover {
  color: #005729;
}

.getadvice-block {
  position: relative;
}

@media(max-width: 757px) {
  .getadvice-suptitle {
    font-size: 12px;
    line-height: 20px;
  }
  .footer-form-text {
    font-size: 14px;
    line-height: 22px;
  }
}

/*weareinternet*/

.weareinternet {
  padding: 72px 0 0 0;
}

.weareinternet-title {
  font-family: 'Manrope-Bold';
  font-size: 42px;
  line-height: 130%;
  text-align: center;
  color: #0F3F2B;
}

.weareinternet-container {
  padding: 0 4px;
}

.weareinternet-block {
  width: 25%;
  padding: 0 16px;
}

.weareinternet-wrap {
  display: flex;
  padding: 50px 0 0 0;
}

.weareinternet-border {
  position: relative;
  width: 100%;
  display: block;
  padding: 24px 24px;
  text-decoration: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(43, 17, 133, 0.2);
  border-radius: 20px;
}

.weareinternet-grade {
  padding: 8px 0;
  font-family: 'Manrope-Bold';
  font-size: 24px;
  line-height: 120%;
  color: #0F3F2B;
}

.weareinternet-revievs {
  padding: 40px 0 0 0;
  font-size: 18px;
  line-height: 140%;
  color: #0F3F2B;
}

.weareinternet-absolute {
  background: #CEFCCD;
  opacity: 0.3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  bottom: 16px;
  left: 7px;
}

/*footer*/

.footer {
  background: linear-gradient(88.21deg, #00B049 21.56%, #01D94C 77.95%);
  padding: 60px 0;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-left {
  display: flex;
}

.footer-link {
  padding: 46px 0 0 0;
}

.footer-link a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

.header-link-img {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
}

.footer-link a:hover {
  color: #005729;
}

.footer-link2 {
  padding: 16px 0 0 0;
}

.footer-link2 a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer-link2 a:hover {
  color: #005729;
}

.footer-block2 {
  padding: 0 0 0 53px;
}

.footer-title {
  font-family: 'Manrope-Bold';
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer-ul {
  padding: 8px 0 0 0;
}

.footer-li {
  padding: 8px 0 0 0;
}

.footer-li a {
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
}

.footer-li a:hover {
  color: #005729;
}

.footer-block3 {
  padding: 0 0 0 42px;
}

.footer-social {
  padding: 52px 0 0 0;
  display: flex;
}

.footer-form-text {
  padding: 0 0 8px 0;
  font-family: 'Manrope-Bold';
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}


.footer-input {
  padding: 16px 0 0 0;
}

.footer-input input {
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 0 0;
  width: 100%;
  color: #0F3F2B;
  padding: 0 0 0 15px;
  height: 53px;
  background: #FFFFFF;
  border-radius: 10px;
}

.footer-input input:focus {
  border: 2px solid #000;
  padding: 0 0 0 13px;
}

.footer-input input::-webkit-input-placeholder {
  color: #709976;
}

.footer-input input::-moz-placeholder {
  color: #709976;
}

.footer-input input:-ms-input-placeholder {
  color: #709976;
}

.footer-input input::placeholder {
  color: #709976;
}

.footer-button {
  padding: 16px 0 0 0;
}

.footer-button button {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  background: #005729;
  border-radius: 10px;
  width: 100%;
  height: 57px;
}

.footer-button button:hover {
  background: #13DE7C;
}

.footer-form-suptext {
  padding: 8px 0 0 0;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer-form-suptext a {
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer-form-suptext a:hover {
  color: #005729;
}

.footer-inner {
  padding: 38px 0 0 0;
}

.footer-suptitle {
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}




/*BURGER*/

.mt-munu-mb {
  padding: 0 0 0 0;
}



.burger {

  top: 40px;
  right: 0;
  display: none !important;
  color: #23f0ff;
  cursor: pointer;
  z-index: 12;
  display: flex;
}

.burger i:nth-of-type(1) {
  display: block;
}

.burger i:nth-of-type(2) {
  display: none;
}

.burger.burger-open {
  color: #2a3255;
}

.burger.burger-open i:nth-of-type(1) {
  display: none;
}

.burger.burger-open i:nth-of-type(2) {
  display: block;
}

.body-open {
  overflow: hidden;
}

.mt-mobile {
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  height: 100vh;
  width: 100%;
  padding: 145px 0 32px 0;
  background-color: #0BA150;
  transition: 0.5s ease all;
  clip-path: circle(100%);
  overflow-y: scroll;
}

.mt-mobile.scrolled {
  padding-top: 90px;
}

.mt-mobile.nav-open {
  clip-path: circle(0px at 100% 0px);
}

.burger i svg {}

.burger-title {
  padding: 24px 0 0 0;
  font-family: 'Manrope-Bold';
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

.burger-ul {
  padding-left: 12px;
}

.burger-li {
  padding: 4px 0 0 0;
}

.burger-li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.burger-li a:hover {
  color: #005729;
}


.comprasion-slayder {
  /* display: none; */
}

.weareinternet-slayder {
  display: none;
}

.footer-social2 {
  display: none;
}

.sidebar-menu br {
  display: none;
}


/*price*/

/*header2*/

.header2 {
  /* padding: 16px 0; */
  background: #08743B;
}

.header2.fixed {
  background: #0BA150;
}

/*price*/

.price {
  background: url(../images/price-bg.png) center 45% no-repeat;
  padding: 16px 0 0 0;
}

.seeds {
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.seeds-link a {
  font-size: 14px;
  line-height: 140%;
  color: #0F3F2B;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
}

.seeds-link a img {
  margin: -2px 2px 0 0;
}

.seeds-link a:hover {
  color: #005729;
}

.seeds-elipce {
  background: #0BA150;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 4px;
}

.seeds-link2 {
  text-decoration: none;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #709976;
}

.seeds-link2:hover {
  color: #005729;
}

.price-title {
  padding: 20px 0 20px 0;
  font-family: 'Manrope-Bold';
  font-size: 52px;
  line-height: 130%;
  text-align: center;
  color: #0F3F2B;
  margin: 0;
}

.price-block {
  padding: 0 0 154px 0;
  width: 736px;
  margin: 0 auto;
}

.price-price {
  padding: 52px 0 0 0;
}

.price-border {
  padding: 16px 16px;
  background: linear-gradient(109.06deg, #087239 28.35%, #1fb348 76.57%, #add4b6 113.82%, #3cd65d 113.82%);
  box-shadow: 0px 2px 10px rgba(43, 17, 133, 0.1);
  border-radius: 10px 10px 0px 0px;
}

.price-border-title {
  font-family: 'Manrope-Bold';
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}

.price-border2 {
  padding: 16px 16px;
  background: #FFFFFF;
}

.price-border3 {
  padding: 16px 16px;
  background: #F1FFEE;
}

.price-border4 {
  border-radius: 0 0 10px 10px;
  padding: 16px 16px;
  background: #FFFFFF;
}

.price-border5 {
  border-radius: 0 0 10px 10px;
  padding: 16px 16px;
  background: #F1FFEE;
}

.price-border2-title {
  font-size: 18px;
  line-height: 140%;
  color: #0F3F2B;
}

.price-border2-right {
  display: flex;
  align-items: center;
}

.price-border2-price {
  font-family: 'Manrope-Bold';
  font-size: 18px;
  line-height: 140%;
  color: #0F3F2B;
}

.price-border2-button {
  padding: 0 0 0 10px;
}

.price-border2-button button {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  background: #005729;
  border-radius: 10px;
  width: 98px;
  padding: 10px 0;
}

.price-border2-button button:hover {
  background: #13DE7C;
}



.request-border {
  padding: 48px 32px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(43, 17, 133, 0.2);
  border-radius: 20px;
}

.request-title {
  font-family: 'Manrope-Bold';
  text-align: center;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}

.request-wrap {
  display: flex;
  padding: 24px 0 0 0;
}

.request-block {
  width: 33.333333%;
  padding: 0 16px;
}


.request-input input {
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 0 0;
  width: 100%;
  color: #0F3F2B;
  padding: 0 0 0 15px;
  height: 58px;
  background: #F0FDEE;
  border-radius: 10px;
}

.request-input input:focus {
  border: 2px solid #005729;
  padding: 0 0 0 13px;
}

.request-input input::-webkit-input-placeholder {
  color: #709976;
}

.request-input input::-moz-placeholder {
  color: #709976;
}

.request-input input:-ms-input-placeholder {
  color: #709976;
}

.request-input input::placeholder {
  color: #709976;
}


.request-button button {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  background: #005729;
  border-radius: 10px;
  width: 100%;
  height: 58px;
}

.request-button button:hover {
  background: #13DE7C;
}

.request-suptitle {
  padding: 16px 16px 0 16px;
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  color: #0F3F2B;
}

.request-suptitle span {
  font-family: 'Manrope-Bold';
}

.request-suptitle a {
  font-size: 12px;
  line-height: 140%;
  color: #0F3F2B;
}

.request-suptitle a:hover {
  color: #005729;
}

.request-ul {
  padding: 24px 0 0 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.request-li {
  padding: 0 12px;
}

.request-li a img+img {
  display: none;
}

.request-li a:hover img {
  display: none;
  transition: 0.3s;
}

.request-li a:hover img+img {
  display: block;
  transition: 0.3s;
}

.request-ul2 {
  display: none;
}

.price-border2-button-mb {
  display: none;
}

.price-border-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*doctors*/

.doctors-container {
  padding: 0 4px;
}

.doctors-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 0 100px 0;
}

.doctors-block {
  width: 33.333333%;
  padding: 16px 16px 0 16px;
}

.doctors-block a {
  display: block;
  text-decoration: none;
}

.doctors-block a:hover .doctors-border {
  background: linear-gradient(109.06deg, #0BA150 28.35%, #25DB59 76.57%, #CDFCD7 113.82%, #43F469 113.82%);
}

.doctors-block a:hover .doctors-link-border {
  background: #12CB72;
}

.doctors-border {
  position: relative;
  margin: -6px 0 0 0;
  padding: 30px 16px 34px 16px;
  background: linear-gradient(109.06deg, #087239 28.35%, #1fb348 76.57%, #add4b6 113.82%, #3cd65d 113.82%);
  border-radius: 0 0 16px 16px;
}

.doctors-img img {
  border-radius: 16px 16px 0 0;
  width: 100%;
}

.doctors-name {
  font-family: 'Manrope-Bold';
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}

.doctors-position {
  text-align: center;
  padding: 16px 0 0 0;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.doctors-link {
  padding: 16px 0 0 0;
  text-align: center;
}

.doctors-link-border {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  background: #6CD11C;
  border-radius: 10px;
  width: 248px;
  padding: 16px 0;
  margin: 0 auto;
}



/*sales*/

.sales {
  background: url(../images/sales-bg.png) center 100% no-repeat;
  padding: 16px 0 230px 0;
  margin: 0 0 -300px 0;
}

.sales-block {
  padding: 56px 0 100px 0;
}

.sales-border {
  padding: 0 78px 0 25px;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(109.06deg, #087239 28.35%, #1fb348 76.57%, #add4b6 113.82%, #3cd65d 113.82%);
}

.sales-border:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: url(../images/sales-border.png) 0 0 no-repeat;
}

.sales-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.sales-wrap-block {
  padding: 43px 0 23px 0;
}

.sales-wrap-block2 {
  margin: 0 0 -4px 0;
}

.sales-title {
  font-family: 'Manrope-Bold';
  font-size: 42px;
  line-height: 130%;
  color: #FFFFFF;
}

.sales-suptitle {
  padding: 8px 0 0 0;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

.sales-button {
  padding: 75px 0 0 0;
}

.sales-button button {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  background: #005729;
  border-radius: 10px;
  width: 254px;
  height: 50px;
}

.sales-button button:hover {
  background: #13DE7C;
}

.sales-button2 {
  padding: 16px 0 0 0;
}

.sales-button2 button {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  width: 254px;
  height: 50px;
}

.sales-button2 button:hover {
  background: #FFFFFF;
  color: #0F3F2B;
}

/*fag*/

.fag-block {
  padding: 40px 0 100px 0;
  width: 736px;
  margin: 0 auto;
}

.sales2 {
  background: url(../images/sales-bg.png) center 0 no-repeat;
  padding: 16px 0 230px 0;
  margin: 0 0 -300px 0;
}

/*review*/

.review {
  margin: 0 0 -250px 0;
  padding: 0 0 190px 0;
  background: url(../images/review-bg.png) center 100% no-repeat;
}

.review-block {
  padding: 24px 0 0 0;
}

.review-border {
  width: 732px;
  margin: 0 auto;
  padding: 52px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(43, 17, 133, 0.2);
  border-radius: 20px;
  text-align: center;
}

.review-link {
  display: flex;
  justify-content: center;
}

.review-link a {
  text-decoration: none;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  background: #005729;
  border-radius: 10px;
  display: block;
  text-align: center;
  width: 200px;
  padding: 16px 0;
}

.review-link a:hover {
  background: #13DE7C;
}

.review-link2 {
  padding: 24px 0 0 0;
  display: flex;
  justify-content: center;
}

.review-link2 a {
  text-decoration: none;
  font-size: 18px;
  line-height: 140%;
  color: #0BA150;
  border: 1px solid #0BA150;
  border-radius: 10px;
  display: block;
  text-align: center;
  width: 200px;
  padding: 16px 0;
}

.review-link2 a:hover {
  background: #0BA150;
  color: #fff;
}

.review-link3 {
  display: flex;
  justify-content: center;
  padding: 24px 0 0 0;
}

.review-link3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 140%;
  color: #0F3F2B;
  text-decoration: none;
  border: 1px solid #0F3F2B;
  border-radius: 10px;
  width: 200px;
  padding: 16px;
}

.review-link3 a svg {
  margin: 0 4px 0 0;
}

.review-link3 a:hover {
  background: #0F3F2B;
  color: #fff;
}

.review-link3 a:hover svg path {
  fill: #fff;
}



/*history*/

.history {
  padding: 20px 0 100px 0;
}

.history-block {
  padding: 32px 0 0 0;
}

.history-border {
  background: #fff url(../images/history-border.png) 0 0 no-repeat;
  box-shadow: 0px 4px 20px rgba(43, 17, 133, 0.2);
  border-radius: 20px;
  padding: 24px 24px;
}

.history-title {
  font-family: 'Manrope-Bold';
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}

.history-suptitle {
  padding: 76px 0 0 0;
  font-size: 16px;
  line-height: 140%;
  color: #0F3F2B;
}

.history-data {
  padding: 24px 0 0 0;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  color: #6CD11C;
}


/*error*/

.error {
  padding: 106px 0 100px 0;
}

.error-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.error-title {
  font-family: 'Manrope-Bold';
  font-size: 124px;
  line-height: 100%;
  color: #2D3240;
}

.error-suptitle {
  width: 545px;
  padding: 32px 0 0 0;
  font-size: 16px;
  line-height: 140%;
  color: #494949;
}

.error-inner {
  padding: 32px 0 0 0;
  display: flex;
}

.error-link a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 140%;
  color: #0BA150;
  border: 1px solid #0BA150;
  border-radius: 10px;
  width: 330px;
  padding: 15px 0;
}

.error-link a svg {
  margin: 0 4px 0 0;
}

.error-link a:hover {
  background: #0BA150;
  color: #fff;
}

.error-link a:hover svg path {
  fill: #fff;
}

.error-input {
  padding: 0 0 0 24px;
  position: relative;
}

.error-input-button {
  position: absolute;
  right: 0;
  top: 0;
}

.error-input-button button {
  background: #fff;
  width: 44px;
  height: 57px;
  border-radius: 10px;
}

.error-input input {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 0 0;
  width: 319px;
  color: #709976;
  padding: 0 0 0 10px;
  height: 57px;
  background: #FFFFFF;
  border-radius: 10px;
}

.error-input input::-webkit-input-placeholder {
  color: #709976;
}

.error-input input::-moz-placeholder {
  color: #709976;
}

.error-input input:-ms-input-placeholder {
  color: #709976;
}

.error-input input::placeholder {
  color: #709976;
}

.error-input2 {
  display: none;
  position: relative;
}

.error-input2 input {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 0 0;
  width: 100%;
  color: #709976;
  padding: 0 0 0 10px;
  height: 57px;
  background: #FFFFFF;
  border-radius: 10px;
}

.error-input2 input::-webkit-input-placeholder {
  color: #709976;
}

.error-input2 input::-moz-placeholder {
  color: #709976;
}

.error-input2 input:-ms-input-placeholder {
  color: #709976;
}

.error-input2 input::placeholder {
  color: #709976;
}

.recent-container {
  padding: 0 4px;
}

.recent-title {
  padding: 0 16px;
  font-family: 'Manrope-Bold';
  font-size: 42px;
  line-height: 130%;
  color: #000000;
}

.recent-wrap {
  display: flex;
  padding: 52px 0 0 0;
  flex-wrap: wrap;
  gap: 32px;
}

.recent-block {
  width: 33.333333%;
  flex: 0 0 330px;
}

.recent-link {
  position: relative;
  box-shadow: 0px 4px 20px rgba(43, 17, 133, 0.2);
  border-radius: 20px;
  display: block;
  text-decoration: none;
}

.recent-link:hover {
  transform: scale(1.04);
}

.recent-link:hover .recent-border {
  background: #fff url(../images/recent-border-hv.png) 0 0 no-repeat;
}

.recent-link:hover .recent-border-border {
  background: #0BA150;
  color: #fff;
}

.recent-link:hover .recent-img img {
  width: 100%;
}

.recent-img img {
  border-radius: 20px 20px 0 0;
}

.recent-border {
  margin: -4px 0 0 0;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 380px;
  justify-content: space-between;
}


.recent-border-title {
  height: auto;
  font-family: 'Manrope-Bold';
  min-height: 110px;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  background: url(../images/recent-border.svg), linear-gradient(81.45deg, #0BA150 5.63%, #25DB59 60.42%, #43F469 91.86%);
  background-position-y: 101%, -5px;
  background-position-x: 3%;
  background-repeat: no-repeat;
  padding: 16px 24px 24px 24px;
}

.recent-border-suptitle {
  padding: 8px 24px 16px 24px;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.recent-border-border {
  font-size: 18px;
  line-height: 140%;
  color: #5531D2;
  text-align: center;
  border: 1px solid #5531D2;
  border-radius: 10px;
  padding: 16px 0;
  margin: 16px 24px 24px 24px;
}


.sales3 {
  background: url(../images/sales-bg.png) center 45% no-repeat;
  padding: 16px 0 230px 0;
  margin: 0 0 -300px 0;
}

/*articles*/

.articles-container {
  padding: 0 4px;
}

.articles-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0 0 0;
  gap: 32px;
}

.articles-block {
  width: 33.3333333%;
  padding: 52px 16px 0 16px;
}

.price4 {
  background: url(../images/sales-bg.png) center 45% no-repeat;
  padding: 0;
}

.articles-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 0 0 0;
}

.button-arrow {
  padding: 0 8px 0 0;
}

.button-arrow2 {
  padding: 0 0 0 8px;
}

.button-number {
  padding: 0 10px;
}

.points {
  padding: 0 10px;
  font-size: 18px;
  line-height: 140%;
  color: #0F3F2B;
}

.button-number button {
  padding: 4px 4px 2px 2px;
  font-size: 18px;
  line-height: 140%;
  color: #0F3F2B;
  border-radius: 5px;
}

.button-number button:hover {
  background: #F1FFEE;
  border-radius: 5px;
}

.button-number-border button {
  background: #CEFCCD;
  border-radius: 5px;
  padding: 4px 4px 2px 2px;
  font-size: 18px;
  line-height: 140%;
  color: #0F3F2B;
}

.request-section {
  background: url(../images/request-section-bg.png) center 0 no-repeat;
  padding: 163px 0 0 0;
}

/*review2*/

.review2 {
  padding: 25px 0 0 0;
}

.recent2 {
  padding: 0 0 100px 0;
}

.request-section2 {
  background: url(../images/request-section-bg2.png) 0 100% no-repeat;
  padding: 100px 0 0 0;
}

/*review3*/

.review3 {
  padding: 24px 0 100px 0;
}

.review3-wrap {
  margin: 32px 0 0 0;
  display: flex;
  box-shadow: 0px 4px 20px rgba(43, 17, 133, 0.2);
  border-radius: 10px;
}

.review3-block {
  width: 68%;
  padding: 24px 24px;
  background: #F1FFEE;
  border-radius: 10px 0 0 10px;
}

.review3-block2 {
  width: 32%;
  background: #fff;
  border-radius: 0 10px 10px 0;
  padding: 24px 24px;
}

.review3-top {
  display: flex;
  align-items: center;
}

.review3-img {
  width: 80px;
  height: 80px;
}

.review3-img img {
  border-radius: 10px;
}

.review3-text {
  padding: 0 0 0 8px;
}

.review3-name {
  font-family: 'Manrope-Bold';
  font-size: 18px;
  line-height: 140%;
  color: #0F3F2B;
}

.review3-review {
  font-size: 16px;
  line-height: 140%;
  color: #0F3F2B;
}

.review3-stars {
  padding: 16px 0 0 0;
}

.review3-title {
  padding: 16px 0 0 0;
  font-size: 16px;
  line-height: 140%;
  color: #0F3F2B;
}

.review3-data {
  padding: 16px 0 0 0;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  color: #709976;
}

.review3-doctor {
  font-family: 'Manrope-Bold';
  font-size: 20px;
  line-height: 140%;
  color: #0F3F2B;
}

.review3-link {
  padding: 16px 0 0 0;
}

.review3-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 140%;
  color: #0F3F2B;
}

.review3-link a img {
  margin: 0 8px 0 0;
}

.review3-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 0 0;
}

.review3-li {
  padding: 8px 8px 0 0;
}

.review3-li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  display: block;
  background: #6CD11C;
  border-radius: 10px;
  padding: 4px 8px;
}

.review3-li a:hover {
  background: #005729;
}

.review3-button {
  text-align: center;
  padding: 52px 0 0 0;
}

.review3-button button {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  background: #005729;
  border-radius: 10px;
  width: 352px;
  padding: 16px 0;
}

.review3-button button:hover {
  background: #13DE7C;
}

/*doctor*/

.doctor-wrap {
  padding: 56px 0 100px 0;
  display: flex;
}

.doctor-block {
  width: 32%;
}

.doctor-block2 {
  width: 68%;
}

.doctor-img img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}

.doctor-img {
  position: relative;
}

.doctor-absolute {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  text-align: center;
  background: #6CD11C;
  border-radius: 10px;
  width: 114px;
  padding: 8px 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.doctor-border {
  margin: -4px 0 0 0;
  padding: 28px 10px 32px 10px;
  background: linear-gradient(109.06deg, #087239 28.35%, #1fb348 76.57%, #add4b6 113.82%, #3cd65d 113.82%);
  border-radius: 0 0 16px 16px;
}

.doctor-name {
  font-family: 'Manrope-Bold';
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}

.doctor-position {
  padding: 8px 0 0 0;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}

.doctor-year {
  padding: 8px 0 0 0;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}

.doctor-button {
  padding: 32px 0 0 0;
}

.doctor-button button {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  background: #005729;
  border-radius: 10px;
  width: 100%;
  padding: 16px 0;
}

.doctor-button button:hover {
  background: #13DE7C;
}

.doctor-button2 {
  padding: 20px 0 0 0;
}

.doctor-button2 button {
  font-size: 18px;
  line-height: 140%;
  color: #0BA150;
  width: 100%;
  border: 2px solid #0BA150;
  border-radius: 10px;
  padding: 16px 0;
}

.doctor-button2 button:hover {
  background: #0BA150;
  color: #fff;
}

.doctor-treatment {
  padding: 0 0 0 32px;
}

.treatment-border {
  background: linear-gradient(109.06deg, #087239 28.35%, #1fb348 76.57%, #add4b6 113.82%, #3cd65d 113.82%);
  border-radius: 15px;
  padding: 32px 16px;
}

.treatment-title {
  padding: 0 16px;
  font-family: 'Manrope-Bold';
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}

.treatment-wrap {
  display: flex;
  padding: 8px 0 0 0;
}

.treatment-block {
  width: 50%;
  padding: 0 16px;
}

.treatment-li {
  display: flex;
  align-items: center;
  padding: 8px 0 0 0;
}

.treatment-percent {
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  padding: 8px 0;
  width: 50px;
  text-align: center;
  background: #12CB72;
  border-radius: 10px;
}

.treatment-name {
  padding: 0 0 0 8px;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}


/*ACCARDION*/

.accordion {

  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.accordion .item {
  padding: 52px 0 0 0;
  cursor: pointer;

  grid-template-columns: auto 1fr auto;
  column-gap: 24px;
  row-gap: 32px;
  align-items: center;
  transition: border-top 0.3s;

}

.accordion .item.open2 {}

.accordion .item.open2 .hidden-box {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #151922;
}


.accordion .item.open2 .text {}

.accordion .item:hover .text {
  color: #0BA150;
}

.accordion .item:hover .icon path {
  fill: #0BA150;
}


.accordion .text {
  position: relative;
  padding: 0 0 0 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Manrope-Bold';
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin: 0;
}

.accordion .item.open2 .text {
  transition: color 0.3s;
}

.accordion .icon {
  top: 0;
  right: 0;
  width: auto;
  height: auto;

  transition: transform 0.2s ease-in;
}

.accordion .item.open2 .icon {
  transform: rotate(180deg);
}

.accordion .hidden-box {
  grid-column: 1;
  display: none;
  transition: display 0.2 ease-in;
}

.hidden-box {
  padding: 0 0 0 0;
}

.accordion-wrap {
  display: flex;
  flex-wrap: wrap;
}

.accordion-block {
  width: 50%;
  padding: 32px 0 0 32px;
}

.accordion-border {
  height: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 16px 16px;
}

.accordion-number {
  display: initial;
  padding: 8px 8px;
  font-size: 18px;
  line-height: 140%;
  color: #0F3F2B;
  background: #CEFCCD;
  border-radius: 10px;
}

.accordion-title {
  padding: 8px 0 0 0;
  font-size: 14px;
  line-height: 140%;
  color: #0F3F2B;
}

.accordion-suptitle {
  padding: 8px 0 0 0;
  font-size: 16px;
  line-height: 140%;
  color: #0F3F2B;
}




/*MODAL*/





.backdrop {
  position: fixed;
  display: none;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 12;
  top: 0;
}





.modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  padding: 46px 56px 20px 36px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1120px;
  background: linear-gradient(81.45deg, #0BA150 5.63%, #2ee985 54.28%, #CEFCCD 91.86%), #FFFFFF;
  border-radius: 20px;
  transition: transform 0.4s;
  transform: scale(0);
  z-index: 13121212;
  max-height: fit-content;

}

.modal:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #1bc655;
  background: url(../images/modal-bg.webp) 100% 100% no-repeat;
  border-radius: 20px;
}



.modalHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;



}





.modalCloseButton {
  position: absolute;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
  right: 24px;
  top: 24px;
}

.modalCloseButton:hover {}


.modalCloseButton span:first-child {
  transform: rotate(45deg);
}

.modalCloseButton span:last-child {
  transform: rotate(-45deg);
}

.modalCloseButton4 {
  position: absolute;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
  right: 24px;
  top: 24px;
}

.modalCloseButton4:hover {}


.modalCloseButton4 span:first-child {
  transform: rotate(45deg);
}

.modalCloseButton4 span:last-child {
  transform: rotate(-45deg);
}

.modalContent {
  display: block;
  height: 100%;
  padding: 0 0 0 0;
  line-height: 24px;
  overflow: auto;
}

.modalContent::-webkit-scrollbar {
  width: 1px;
}

.modalContent::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modalContent::-webkit-scrollbar-thumb {
  background: #555;
}

.modalContent::-webkit-scrollbar-thumb:hover {
  background: #333;
}



.getadvice-block-modal {}

.modal-block {

  padding: 90px 0 0 0;
}

.modal-title {
  font-size: 48px;
  line-height: 130%;
  color: #FFFFFF;
}

.modal-img {
  padding: 17px 0 0 0;
}



/*MODAL2*/





.backdrop2 {
  position: fixed;
  display: none;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 12;
}

.backdropActive2 {
  display: block;
}



.modal2 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  padding: 56px 56px 20px 56px;
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  height: 584px;
  background: linear-gradient(81.45deg, #0BA150 5.63%, #2ee985 54.28%, #CEFCCD 91.86%), #FFFFFF;
  border-radius: 20px;
  transition: transform 0.4s;
  transform: scale(0);
  z-index: 13;


}

.modal2:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/modal-bg11.png) 100% 100% no-repeat;
  border-radius: 20px;
  z-index: -1;
}

.modalActive2 {
  transform: scale(1);
}

.modalHeader2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;



}





.modalCloseButton2 {
  position: absolute;

  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
  right: 24px;
  top: 24px;
}

.modalCloseButton2:hover {}


.modalCloseButton2 span:first-child {
  transform: rotate(45deg);
}

.modalCloseButton2 span:last-child {
  transform: rotate(-45deg);
}

.modalContent2 {
  display: block;
  height: 100%;
  padding: 0 0 0 0;
  line-height: 24px;
  overflow: auto;
}

.modalContent2::-webkit-scrollbar {
  width: 1px;
}

.modalContent2::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modalContent2::-webkit-scrollbar-thumb {
  background: #555;
}

.modalContent2::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.modalActive {
  transform: scale(1);
}

.backdropActive {
  display: block;
}

/*ACCARDION2*/
.accordion2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.accordion2 .item2 {
  padding: 4px 0 0 0;
  cursor: pointer;
  grid-template-columns: auto 1fr auto;
  column-gap: 24px;
  row-gap: 32px;
  align-items: center;
  transition: border-top 0.3s;

}

.accordion2 .item2.open2 .hidden-box2 {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #151922;
}

.item2__wrapper {
  display: flex;
}

.item2__link {
  text-decoration: none;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin-right: 8px;
}

.item2 .item2__wrapper .text2 {
  width: initial;
}

.accordion2 .item2:hover .text2 {
  color: #005729;
}

.accordion2 .item2:hover .icon2 path {
  stroke: #005729;
}

.accordion2 .text2 {
  position: relative;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;

  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0;
}

.accordion2 .item2.open2 .text2 {
  transition: color 0.3s;
}

.accordion2 .icon2 {
  top: 0;
  right: 0;
  width: auto;
  height: auto;

  transition: transform 0.2s ease-in;
}

.accordion2 .item2.open2 .icon2 {
  transform: rotate(180deg);
}

.accordion2 .hidden-box2 {
  grid-column: 1;
  display: none;
  transition: display 0.2 ease-in;
}

.hidden-box2 {
  padding: 8px 0 8px 0;
}














/*MODAL3*/





.backdrop3 {
  position: fixed;
  display: none;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 12;
}

.backdropActive3 {
  display: block;
}



.modal3 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  height: 584px;
  background: linear-gradient(81.45deg, #0BA150 5.63%, #2ee985 54.28%, #CEFCCD 91.86%), #FFFFFF;
  border-radius: 80px;
  transition: transform 0.4s;
  transform: scale(0);
  z-index: 13;


}



.modalActive3 {
  transform: scale(1);
}

.modalHeader3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;



}





.modalCloseButton3 {
  position: absolute;

  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
  right: 24px;
  top: 24px;
}

.modalCloseButton3:hover {}


.modalCloseButton3 span:first-child {
  transform: rotate(45deg);
}

.modalCloseButton3 span:last-child {
  transform: rotate(-45deg);
}

.modalContent3 {
  display: block;
  height: 100%;
  padding: 0 0 0 0;
  line-height: 24px;
  overflow: none;
}

.modalContent3::-webkit-scrollbar {
  width: 1px;
}

.modalContent3::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modalContent3::-webkit-scrollbar-thumb {
  background: #555;
}

.modalContent3::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.modal-paley img {
  width: 1120px;
  height: 584px;
}

.modal-paley {
  position: relative;
}

.modal-paley-button {
  position: absolute;
  top: 45%;
  left: 45%;
}

.modal-paley-button img {
  width: 64px;
  height: 64px;
}

@keyframes headerAnimation {
  0% {
      top: -200px;
  }

  100% {
      top: 0;
  }
}

.header-logo a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
}

.header-logo span {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}


@media (max-width: 1024px) {
  .header-logo {
      max-width: 120px;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0BA150;
  padding: 10px 0 !important;
  animation: headerAnimation .3s linear;
  z-index: 99999;
}

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

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

.fixed .header-bottom {
  padding-top: 0;
}

.fixed .header-bottom-ul {
  max-width: 1260px;
  margin: 0 auto;
  gap: 5px;
}

@media (max-width: 1120px) {
  .header-bottom-li {
      font-size: 14px;
  }

  .fixed .header-bottom-ul {
      margin: 0;
      padding: 0;
  }
}

@media (max-width: 950px) {
  .header-bottom-li a {
      font-size: 12px;
  }
}

.licenses__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 40px;
}

.price-border_inner {
  background-color: #F1FFEE;
  padding: 16px 16px;
}

.price-border_inner:nth-child(2n) {
  background-color: #FFFFFF;
}

.review2 .review2 {
  padding: 0;
}

.comprasion-sl .recent-border-title {
  font-size: 16px;
}

.bx-livechat-title {
  display: none;
}

.bx-livechat-head {
  position: relaitve;
}

.bx-livechat-head:before {
  position: absolute;
  top: 15px;
  left: 10px;
  content: ' Онлайн чат';
  display: block;
  color: #fff;
}

.contacts-info {
  display: flex;
  justify-content: space-around;
  margin-top: 2em;
}

.contacts-info div {
  min-width: 25%;
}

.contacts-info div:nth-child(1) {
  padding-right: 15%;
}

.contacts-info b {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 140%;
  color: #0F3F2B;
  display: block;
  margin-bottom: .5em;
}

.contacts-info p {
  font-weight: 400;
  font-size: 1em;
  line-height: 140%;
  color: #0F3F2B;
  margin: 0;
  margin-bottom: .5em;
}

.contacts-info .icon {
  padding: .5em 0;
  padding-left: 2.5em;
  background-repeat: no-repeat;
  background-position: left center;
}

.contacts-info a {
  color: #0F3F2B;
  text-decoration: none;
}

.contacts-info .mark {
  background-image: url(/assets/images/contacts/mark.svg);
}

.contacts-info .clock {
  background-image: url(/assets/images/contacts/clock.svg);
}

.contacts-info .phone {
  background-image: url(/assets/images/contacts/phone.svg);
}

.contacts-info .mail {
  background-image: url(/assets/images/contacts/mail.svg);
}

.contacts-info .circle-icon {
  display: inline-block;
  margin-top: 2em;
  width: 2em;
  height: 2em;
  margin-right: .75em;
}

.contacts-info .circle-icon img {
  width: 100%;
  height: 100%;
}

#map {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 1.5em;
}

@media (max-width: 767px) {
  .contacts-info {
      flex-direction: column;
  }

  .contacts-info div:nth-child(1) {
      max-width: 100%;
      padding-right: 0;
  }
}

/* ------------------------------------------------------ */
/* glob */
.section-offset {
  margin-bottom: 120px;
}

.section-offset_padding {
  padding: 120px 0;
}

.page-title {
  font-size: 52px;
  line-height: 62px;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-title_white {
  color: #fff;
}

.section-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  padding-left: 20px;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}

.section-title::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #0BA150;
  border-radius: 50%;
}

.section-title_color {
  color: #fff;
}

.section-title_color::after {
  background-color: #fff;
}

.section-title_center {
  text-align: center;
  max-width: max-content;
  margin: 0 auto 30px;
}

.section-descr {
  margin-bottom: 30px;
  max-width: 905px;
}

.section-descr p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 30px;
}

.section-descr_white p {
  color: #fff;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-4 {
  flex: 0 1 calc(25% - 11.25px);
  margin-right: 15px;
  margin-bottom: 15px;
}

.col-4:nth-child(4n) {
  margin-right: 0;
}

.col-4:last-child {
  margin-right: 0;
}

.col-5 {
  flex: 0 1 calc(20% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
}

.col-5:nth-child(5n) {
  margin-right: 0;
}

.col-5:last-child {
  margin-right: 0;
}

.col-3 {
  flex: 0 1 calc(33.3333% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
}

.col-3:nth-child(3n) {
  margin-right: 0;
}

.col-3:last-child {
  margin-right: 0;
}

.content-body_color {
  color: #fff;
}

.content-body p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}

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

.content-body ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.content-body ul:last-child {
  margin-bottom: 0;
}

.content-body ul li {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
}

.content-body ul li::before {
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  min-width: 0;
  background-color: #0BA150;
}

.content-body_color ul li::before {
  background-color: #fff;
}

.content-body ul li:last-child {
  margin-bottom: 0;
}

.content-body img {
  margin-bottom: 30px;
}

.content-body img:last-child {
  margin-bottom: 0;
}

.accor-full {
  transition: max-height .2s ease;
  max-height: 0;
  overflow: hidden;
}

.accor-open-decor {
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background-color: #F0F4FF;
  border-radius: 50%;
}

.accor-open-decor::before,
.accor-open-decor::after {
  content: '';
  background-color: #0BA150;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.accor-open-decor::before {
  width: 14px;
  height: 2px;
}

.accor-open-decor::after {
  width: 2px;
  height: 14px;
  transition: opacity .2s ease;
}

.accor.active .accor-open-decor::after {
  opacity: 0;
}

.slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(216, 222, 238, 0.8);
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 10;
}

.slider-button_prev {
  left: -40px;
  transform: translate(-100%, -50%);
}

.slider-button_next {
  right: -40px;
  transform: translate(100%, -50%);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.btn-to-top {
  position: fixed;
  z-index: 100;
  bottom: 70px;
  left: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #005729;
  opacity: 1;
  transform: translateY(0);
  transition: background-color .2s ease, opacity .2s ease, transform .2s ease;
}

.btn-to-top.btn-to-top_hide {
  display: none;
}

.btn-to-top.btn-to-top_hiding {
  opacity: 0;
  transform: translateY(100px);
}

.btn-to-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-to-top svg path {
  transition: fill .2s ease;
}

.breadcrumb-nav {
  padding: 30px 0;
}

.grid-3-15-15 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.grid-3-25-25 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* services-block */

.service-item {
  padding: 40px 25px 25px 25px;
  background-image: url("/assets/images/services/background-card.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-color: #fff;
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  border-radius: 20px;
  text-decoration: none;
}

.service-item__img {
  margin-bottom: 24px;
}

.service-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #0F3F2B;
  margin-top: 0;
  margin-bottom: 5px;
}

.service-item__price {
  font-size: 16px;
  line-height: 20px;
  color: #0BA150;
  margin: 0;
}

/* guarantees */
.guarantees {
  background-image: url("/assets/images/guarantees/background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.guarantees__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guarantees__card {
  padding: 20px 25px 25px 25px;
  border: 2px solid #fff;
  border-radius: 20px;
}

.guarantees__num {
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 50px;
  margin-top: 0;
}

.guarantees__text {
  font-family: 'Manrope-Medium';
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}

/* advantages */
.advantages__container {
  display: flex;
}

.advantages__picture {
  display: flex;
  flex: 0 0 560px;
  margin-right: 80px;
}

.advantages__content {
  padding-top: 60px;
}

.advantages__img {
  height: 560px;
}

.advantages__title {
  margin-bottom: 40px;
}

.advantages__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.advantages__item:last-child {
  margin-bottom: 0;
}

.advantages__item-img {
  margin-right: 20px;
}

.advantages__item-text {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  position: relative;
}

.advantages__item-text::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 75px;
  height: 1px;
  background-color: #0BA150;
  margin-bottom: 5px;
}

/* prices */
.prices__decsr {
  max-width: initial;
}

.table-prices {
  background-color: #fff;
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  border-radius: 20px;
  padding: 35px 40px;
}

.table-prices__row {
  display: flex;
  border-bottom: 1px solid #D8DDEB;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.table-prices__row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.table-prices__name {
  flex: 0 1 calc(60% - 10.7px);
  margin-right: 16px;
}

.table-prices__price {
  flex-grow: 1;
  margin-right: 16px;
}

.table-prices__text {
  margin: 0;
  font-family: 'Manrope-Medium';
  font-size: 18px;
  line-height: 25px;
}

.table-prices__text_weight {
  font-family: 'Manrope-Regular';
}

.table-prices__send {
  display: flex;
  align-items: center;
}

.table-prices__button {
  font-size: 18px;
  line-height: 25px;
  color: #0BA150;
  text-align: right;
}

/* working */
.working__card {
  background-color: #fff;
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  border-radius: 20px;
  padding: 10px 10px 25px 10px;
}

.working__card:first-child {
  background-color: #0BA150;
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
}

.working__card-num {
  margin-top: 0;
  margin-bottom: 10px;
  background-color: rgba(11, 161, 80, .2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: 'Manrope-Medium';
  font-size: 14px;
  line-height: 20px;
  color: #0BA150;
  display: flex;
  align-items: center;
  justify-content: center;
}

.working__card:first-child .working__card-num {
  background-color: #fff;
  margin-bottom: 20px;
}

.working__card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.working__card-icon {
  margin-bottom: 45px;
  width: 85px;
  height: 85px;
}

.working__card-text {
  font-family: 'Manrope-Medium';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.working-card__form {
  padding: 0 15px;
}

.form__label {
  display: block;
  margin-bottom: 15px;
}

.form__input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border-radius: 5px;
  height: 50px;
}

.form__input::-moz-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form__button {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 20px;
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  font-family: 'Manrope-Medium';
}

.working__row {
  margin-bottom: 15px;
}

.working__sub-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(15, 63, 43, 0.5);
  margin: 0;
}

.working__sub-text-link {
  color: #0BA150;
}

.working-form__text {
  display: none;
}

/* help */
.help {
  background-image: url("/assets/images/help/background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.help__content-wrapper {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.help__content-picture {
  flex: 0 0 540px;
  margin-right: 20px;
}

.help__content-img {
  border-radius: 20px;
}

/* stages */
.stages__wrapper {
  display: flex;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  border-radius: 20px;
}

.stages__content {
  min-width: 0;
  margin-right: 15px;
  flex: 0 1 calc(55% - 15px);
  padding: 25px;
}

.stages__form {
  flex: 0 1 45%;
}

.stages__slider-navigation {
  display: flex;
  justify-content: space-between;
}

.stages__slider-pagination {
  width: initial;
  margin-right: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  color: #0F3F2B80 !important;
}

.swiper-wrapper {
  height: initial;
}

.stages__slider-pagination .swiper-pagination-current {
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  color: #0BA150;
}

.stages__slider-arrows {
  display: flex;
}

.stages__slider-button {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  background-color: #F0F4FF;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.stages__slider-button:last-child {
  margin-right: 0;
}

.stages__slider-navigation {
  margin-bottom: 70px;
}

.stage__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.stage__descr {
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-block {
  padding: 35px;
  background-color: #0BA150;
  border-radius: 10px;
}

.form-block__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

.form-block__fields {
  margin-bottom: 25px;
}

.form-block .form-consultation__label {
  margin-right: 0;
  width: 100%;
  margin-bottom: 25px;
}

.form-block .form-consultation__label:last-child {
  margin-bottom: 0;
}

.form-block .form-consultation__input {
  color: #fff;
}

.form-block .form-consultation__input::placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-block___button {
  width: 100%;
  margin-bottom: 15px;
}

.form-block__text {
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, .5);
  margin: 0;
}

.form-block .name {
  background-image: url('/assets/img/form-block-user.svg');
}

.form-block .phone {
  background-image: url('/assets/img/form-block-phone.svg');
}

.form__text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  margin-top: 10px;
}

.form__text-link {
  color: #383838;
  text-decoration: none;
}

/* faq */
.faq__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.faq__descr {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding: 18px 20px;
  background-color: #0BA150;
  border-radius: 10px;
  color: #fff;
}

.faq__accor {
  flex: 0 1 calc(50% - 7.5px);
  height: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
}

.faq__accor:nth-child(2n) {
  margin-right: 0;
}

.faq__accor:last-child {
  margin-right: 0;
}

.question {
  background-color: #fff;
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  border-radius: 10px;
}

.question__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 20px;
}

.question__title-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin-right: 16px;
  text-align: initial;
}

.question__info-wrapper {
  padding: 0 20px 20px 20px;
  max-width: 470px;
}

.question__info-wrapper p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}

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

/* doctors */
.doctors__wrapper {
  position: relative;
}

.doctors .doctor {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: auto;
}

.doctor__picture {
  display: block;
  margin-bottom: -40px;
}

.doctor__img {
  width: 100%;
}

.doctor__content {
  background-image: url("/assets/images/doctors/background-card.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 40px 10px 20px;
  position: relative;
  flex-grow: 1;
}

.doctor__name {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.doctor__role {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin: 0;
}

/* conditions */
.conditions__container {
  display: flex;
}

.conditions__picture {
  display: block;
  flex: 0 0 490px;
  margin-right: 85px;
}

.conditions__content {
  padding-top: 60px;
}

.conditions__warning {
  display: flex;
  padding: 20px;
  border-radius: 15px;
  background-color: #0BA150;
}

.conditions .conditions__warning-icon {
  flex: 0 0 50px;
  margin-right: 20px;
  margin-bottom: 0;
}

.conditions__warning-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

/* promotions */
.promotions__wrapper {
  position: relative;
}

.promotions .promotion {
 background-color: #0b0e0c;
  background-image: url("/assets/images/promotions/background-slide.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 80px 40px 40px;
}

.promotion__content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}

.promotion__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.promotion__descr {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  flex: 1 1 auto;
}

.promotion__picture {
  flex: 0 0 488px;
}

.promotion__img {
  border-radius: 10px;
}

.promotion__btn {
  max-width: 300px;
  margin-bottom: 0 !important;
}

/* licenses */
.licenses {
  background-repeat: no-repeat;
  background-size: cover;
}

.licenses__wrapper {
  max-width: 720px;
  margin: 0 auto;
}

/* reviews */
.rating {
  display: flex;
  align-items: flex-end;
}

.rating_mb-0 {
  margin-bottom: 0;
}

.rating__set .rating__item {
  cursor: pointer;
}

.rating .rating__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  color: #333333;
  margin-right: 8px;
  margin-bottom: 0px;
}

.rating__body {
  position: relative;
  width: fit-content;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.rating__items {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__item:last-child {
  margin-right: 0;
}

.rating__stars {
  display: flex;
}

.star {
  flex: 0 0 16px;
  min-width: 16px;
  margin-right: 2px;
}

.star:last-child {
  margin-right: 0;
}

.reviews__wrapper {
  position: relative;
}

.reviews .review-item {
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
}

.review-item__top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.review-item__avatar {
  margin-right: 20px;
  flex: 0 0 60px;
  border-radius: 50%;
}

.review-item__avatar-img {
  border-radius: 50%;
}

.review-item__user-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

.review-item__content {
  flex: 1 1 auto;
  border-bottom: 1px solid #CDD5EB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.review-item__doctor {
  display: flex;
  align-items: center;
}

.review-item__doctor-avatar {
  flex: 0 0 40px;
  margin-right: 10px;
}

.review-item__doctor-avatar-img {
  border-radius: 50%;
}

.review-item__doctor-content {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-right: 10px;
}

.review-item__doctor-content-title {
  margin: 0 5px 0 0;
  font-size: 16px;
  line-height: 25px;
  color: rgba(15, 63, 43, 0.5);
}

.review-item__doctor-content-name {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}

.review-item__doctor-info {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.review-item__doctor-date {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  color: rgba(15, 63, 43, 0.5);
}

/* consultation-block */
.consultation-block {
  background-color: #E0E6F7;
  overflow: hidden;
}

.consultation-block__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.consultation-block_reverse .consultation-block__container {
  flex-direction: row-reverse;
}

.consultation-block__background {
  position: absolute;
  bottom: 0;
  right: -142px;
}

.consultation-block_reverse .consultation-block__background {
  right: auto;
  left: -215px;
}

.consultation-block__content {
  margin-right: 72px;
  position: relative;
  z-index: 10;
  flex-grow: 1;
}

.consultation-block__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  max-width: 615px;
  margin-top: 0;
  margin-bottom: 30px;
}

.consultation-block_reverse .consultation-block__content {
  margin-right: 0;
}

.consultation-block__picture {
  flex: 0 0 364px;
  width: 364px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
}

.consultation-block_reverse .consultation-block__picture {
  margin-right: 108px;
  flex: 0 0 345px;
  width: 345px;
}

.consultation-block__descr {
  margin-bottom: 50px;
}

.consultation-block_design-2 .consultation-block__descr {
  margin-bottom: 20px;
}

.consultation-block__extra {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}

.consultation-block__extra a {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0BA150;
  white-space: nowrap;
  text-decoration: initial;
}

.form-consultation__fields {
  display: flex;
  margin-bottom: 15px;
}

.form-consultation__label {
  flex-grow: 1;
  margin-right: 15px;
  margin-bottom: 0;
}

.form-consultation__label:last-child {
  margin-right: 0;
}

.form-consultation__info {
  display: flex;
  align-items: center;
}

.form-consultation__button {
  flex: 0 1 calc(50% - 7.5px);
  margin-right: 15px;
  padding: 15px;
  background-color: #0BA150;
  border-radius: 5px;
  font-family: "Manrope-Medium";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.form-consultation__text {
  flex: 0 1 calc(50% - 7.5px);
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #0F3F2B;
}

.form-consultation__text-link {
  color: #0BA150;
  text-decoration: none;
}

.form-consultation__input {
  background-color: #CBD4EC;
}

.form-consultation .form-consultation__input {
  color: #8491B1;
}

.form-consultation .form-consultation__input::placeholder {
  color: rgba(132, 145, 177, .8);
}

.consultation-block_design-2 {
  background-color: initial;
}

.consultation-block__wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 60px 24px 60px 60px;
  border: 1px solid #23C851;
  background-color: #F0F4FF;
  border-radius: 10px;
}

/* footer */
#map-footer {
  border-radius: 20px;
  overflow: hidden;
  height: 380px;
  margin-bottom: 30px;
}

.ymaps-2-1-79-controls__control {
  inset: 275px 10px auto auto !important;
}

.ymaps-2-1-79-controls__control_toolbar {
  display: none !important;
}

.ymaps-2-1-79-controls__toolbar_left .ymaps-2-1-79-user-selection-none {
  display: block !important;
  inset: 330px 10px auto auto !important;
}

.ymaps-2-1-79-controls__toolbar {
  top: 330px !important;
  left: auto !important;
  right: 10px !important;
  width: auto !important;
}

.ymaps-2-1-79-zoom {
  height: 5px !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  box-shadow: 0 1px 2px 1px rgb(0 0 0 / 15%), 0 2px 5px -3px rgb(0 0 0 / 15%);
}

.ymaps-2-1-79-zoom__scale {
  display: none;
}

.ymaps-2-1-79-float-button {
  box-shadow: none !important;
}

.ymaps-2-1-79-_hidden-text {
  box-shadow: 0 1px 2px 1px rgb(0 0 0 / 15%), 0 2px 5px -3px rgb(0 0 0 / 15%) !important;
}

.ymaps-2-1-79-map-copyrights-promo {
  display: none;
}

.ymaps-2-1-79-copyright {
  display: none;
}

.ymaps-2-1-79-copyright__layout {
  display: none;
}

.ymaps-2-1-79-zoom {
  display: none !important;
}

.ymaps-2-1-79-float-button {
  display: none !important;
}

@media (min-width: 1025px) {
  .btn-to-top:hover {
      background-color: #005729;
  }

  .btn-to-top:hover svg path {
      fill: #fff;
  }
}

@media (max-width: 1400px) {

  /* glob */
  .slider-button {
      width: 30px;
      height: 30px;
  }

  .slider-button_prev {
      left: 2px;
      transform: translate(-50%, -50%);
  }

  .slider-button_next {
      right: 2px;
      transform: translate(50%, -50%);
  }

  .page-title {
      font-size: 28px;
      line-height: 36px;
  }
}

@media (max-width: 1200px) {

  /* advantages */
  .advantages__picture {
      flex: 0 0 400px;
      margin-right: 40px;
  }

  .advantages__img {
      height: 400px;
  }

  .advantages__content {
      padding-top: 0;
  }

  /* conditions */
  .conditions__picture {
      flex: 0 0 300px;
  }
}

@media (max-width: 991px) {


  /* glob */
  .container {
      padding: 0 15px;
  }

  .section-offset {
      margin-bottom: 80px;
  }

  .section-offset_padding {
      padding: 80px 0;
  }

  .col-4 {
      flex: 0 1 calc(33.333% - 10px);
  }

  .col-4:nth-child(4n) {
      margin-right: 15px;
  }

  .col-4:nth-child(3n) {
      margin-right: 0;
  }

  .col-4:last-child {
      margin-right: 0;
  }

  .col-5 {
      flex: 0 1 calc(33.333% - 10px);
  }

  .col-5:nth-child(5n) {
      margin-right: 15px;
  }

  .col-5:nth-child(3n) {
      margin-right: 0;
  }

  .col-5:last-child {
      margin-right: 0;
  }

  .btn-to-top {
      width: 40px;
      height: 40px;
      bottom: 15px;
      left: 15px;
  }

  .btn-to-top svg {
      width: 13px;
      height: 13px;
  }

  /* main */
  .main {
      margin-bottom: 80px;
  }

  /* guarantees */
  .guarantees__card {
      padding: 15px 20px;
  }

  .guarantees__num {
      margin-bottom: 30px;
      font-size: 42px;
      line-height: 50px;
  }

  .guarantees__text {
      font-size: 14px;
      line-height: 20px;
  }

  /* advantages */
  .advantages__picture {
      flex: 0 0 250px;
  }

  .advantages__img {
      height: 250px;
  }

  /* prices */
  .table-prices {
      padding: 20px;
  }

  .table-prices__row {
      flex-wrap: wrap;
  }

  .table-prices__name {
      flex: 1 1 100%;
      margin-right: 0;
      margin-bottom: 10px;
  }

  /* working */
  .working__card {
      flex: 0 1 calc(50% - 7.5px);
  }

  .working__card:nth-child(3n) {
      margin-right: 15px;
  }

  .working__card:nth-child(2n) {
      margin-right: 0;
  }

  /* help */
  .help__content-picture {
      flex: 0 0 320px;
  }

  /* stages */
  .stages__wrapper {
      display: block;
      padding: 5px;
  }

  .stages__content {
      padding: 15px;
      margin-right: 0;
      margin-bottom: 5px;
  }

  .stages__slider-pagination {
      font-size: 16px;
      line-height: 40px;
  }

  .stages__slider-pagination .swiper-pagination-current {
      font-size: 38px;
      line-height: 40px;
  }

  .stages__slider-navigation {
      margin-bottom: 40px;
  }

  .stages__slider-button {
      flex: 0 0 40px;
      width: 40px;
      height: 40px;
      margin-right: 10px;
  }

  .stage__title {
      font-size: 16px;
      line-height: 25px;
  }

  .stage__descr {
      font-size: 14px;
      line-height: 20px;
  }

  .form-block {
      padding: 15px;
  }

  .form-block__title {
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 15px;
  }

  .form__text {
      font-size: 12px;
      line-height: 20px;
  }

  /* promotions */
  .promotions .promotion {
      padding: 0 20px 20px 20px;
  }

  .promotion__picture {
      flex: 0 0 300px;
  }

  .promotion__content {
      padding-top: 20px;
      margin-right: 20px;
  }

  /* conditions */
  .conditions__picture {
      flex: initial;
      margin-right: 0;
  }

  .conditions__container {
      flex-direction: column-reverse;
  }

  .conditions__content {
      padding-top: 0;
      margin-bottom: 40px;
  }

  /* consultation-block */
  .consultation-block__title {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px;
  }

  .consultation-block__descr {
      margin-bottom: 18px;
  }

  .consultation-block__extra {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 25px;
  }

  .consultation-block__extra a {
      font-size: 20px;
      line-height: 26px;
  }

  .consultation-block__picture {
      flex: 0 0 230px;
      width: 230px;
  }

  .consultation-block_reverse .consultation-block__picture {
      flex: 0 0 230px;
      width: 230px;
      margin-right: 24px;
  }

  .consultation-block__background {
      width: 302px;
      right: 0;
  }

  .consultation-block_reverse .consultation-block__background {
      width: 302px;
      right: 0;
  }

  .consultation-block__wrapper {
      padding: 20px;
      gap: 20px;
  }
}

@media (max-width: 767px) {

  /* glob */
  .section-title {
      font-size: 24px;
      line-height: 28px;
      padding-left: 11px;
      margin-bottom: 20px;
  }

  .section-title::after {
      top: 11px;
      width: 6px;
      height: 6px;
  }

  .section-title_center {
      text-align: initial;
  }

  .section-descr {
      margin-bottom: 20px;
  }

  .section-descr p {
      font-size: 14px;
      line-height: 20px;
  }

  .col-4 {
      flex: 0 1 calc(50% - 5px);
      margin-right: 10px;
      margin-bottom: 10px;
  }

  .col-4:nth-child(3n) {
      margin-right: 10px;
  }

  .col-4:nth-child(2n) {
      margin-right: 0;
  }

  .col-4:last-child {
      margin-right: 0;
  }

  .col-5 {
      flex: 0 1 calc(50% - 5px);
      margin-right: 10px;
      margin-bottom: 10px;
  }

  .col-5:nth-child(3n) {
      margin-right: 10px;
  }

  .col-5:nth-child(2n) {
      margin-right: 0;
  }

  .col-5:last-child {
      margin-right: 0;
  }

  .col-3 {
      flex: 0 1 calc(50% - 7.5px);
      margin-right: 15px;
      margin-bottom: 15px;
  }

  .col-3:nth-child(3n) {
      margin-right: 15px;
  }

  .col-3:nth-child(2n) {
      margin-right: 0;
  }

  .col-3:last-child {
      margin-right: 0;
  }

  .content-body p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px;
  }

  .content-body ul {
      margin-bottom: 20px;
      padding-left: 0;
  }

  .content-body ul li {
      font-size: 14px;
      line-height: 20px;
  }

  .content-body img {
      margin-bottom: 20px;
  }

  .accor-open-decor {
      flex: 0 0 30px;
      width: 30px;
      height: 30px;
  }

  /* services-block */


  .service-item {
      padding: 30px 10px 15px 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background-image: url("/assets/images/services/background-card-mobile.svg");
  }

  .service-item__img {
      margin-bottom: 10px;
  }

  .service-item__title {
      font-size: 14px;
      line-height: 15px;
      text-align: center;
  }

  .service-item__price {
      font-size: 14px;
      line-height: 20px;
      text-align: center;
  }

  /* guarantees */
  .guarantees__container {
      display: block;
  }

  /* advantages */
  .advantages__picture {
      margin-right: 20px;
  }

  .advantages__item {
      margin-bottom: 15px;
  }

  .advantages__item-img {
      margin-right: 15px;
  }

  .advantages__item-text {
      font-size: 14px;
      line-height: 20px;
  }

  /* prices */
  .table-prices__row {
      padding-bottom: 15px;
      margin-bottom: 15px;
  }

  .table-prices__text {
      font-size: 14px;
      line-height: 20px;
  }

  .table-prices__button {
      font-size: 14px;
      line-height: 20px;
  }

  /* help */
  .help__content-wrapper {
      padding-bottom: 20px;
      margin-bottom: 20px;
      display: block;
  }

  .help__content-picture {
      display: block;
      margin-right: 0;
      margin-bottom: 20px;
  }

  /* faq */
  .faq__descr {
      padding: 15px;
      font-size: 14px;
      line-height: 20px;
  }

  .faq__accor {
      flex: 1 1 100%;
      margin-right: 0;
      margin-bottom: 5px;
  }

  .question__title-text {
      font-size: 14px;
      line-height: 20px;
  }

  .question__info-wrapper p {
      font-size: 12px;
      line-height: 15px;
  }

  /* doctors */
  .doctor__name {
      font-size: 14px;
      line-height: 20px;
  }

  .doctor__role {
      font-size: 14px;
      line-height: 20px;
  }

  /* promotion */
  .promotion__title {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 5px;
  }

  .promotion__descr {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 15px;
  }

  /* consultation-block */
  .consultation-block__container {
      flex-direction: column;
      align-items: center;
  }

  .consultation-block_reverse .consultation-block__container {
      flex-direction: column;
      align-items: center;
  }

  .consultation-block_reverse .consultation-block__picture {
      margin-right: 0;
  }

  .consultation-block__background {
      right: 50%;
      transform: translateX(50%);
  }

  .consultation-block_reverse .consultation-block__background {
      left: 50%;
      transform: translateX(-50%);
  }

  .consultation-block__content {
      margin-right: 0;
      padding: 80px 0 40px;
  }

  .consultation-block__wrapper {
      flex-direction: column;
  }

  .consultation-block_design-2 .consultation-block__content {
      padding: 0;
  }
}

@media (max-width: 575px) {

  /* glob */
  .col-3 {
      flex: 1 1 100%;
      margin-right: 0;
      margin-bottom: 10px;
  }

  .col-3:nth-child(3n) {
      margin-right: 0;
  }

  .col-3:last-child {
      margin-bottom: 0;
  }

  .slider-button {
      top: 100%;
      margin-top: 20px;
      width: 40px;
      height: 40px;
  }

  .slider-button_prev {
      left: 50%;
      transform: translate(calc(-100% - 5px), 0);
      margin-right: 5px;
  }

  .slider-button_next {
      right: 50%;
      transform: translate(calc(100% + 5px), 0);
      margin-left: 5px;
  }

  /* advantages */
  .advantages__container {
      flex-direction: column-reverse;
  }

  .advantages__picture {
      width: 320px;
      flex: 0 0 320px;
  }

  .advantages__img {
      height: 320px;
  }

  .advantages__content {
      margin-bottom: 25px;
  }

  /* working */
  .working__card {
      padding: 5px 5px 20px 5px;
  }

  .working__card-num {
      width: 30px;
      height: 30px;
      font-size: 12px;
      line-height: 20px;
  }

  .working__card-icon {
      width: 80px;
      height: 80px;
  }

  .form__label {
      margin-bottom: 10px;
  }

  .form__input {
      height: 40px;
  }

  .form__button {
      height: 40px;
      margin-bottom: 10px;
  }

  .working-form__text {
      display: block;
      font-size: 12px;
      line-height: 20px;
      color: rgba(255, 255, 255, 0.5);
      margin: 0;
  }

  .working-form__text-link {
      color: #383838;
  }

  .working__row {
      margin-bottom: 0;
  }

  .working__card {
      flex: 1 1 100%;
      margin-right: 0 !important;
  }

  .working__card:last-child {
      margin-bottom: 0;
  }

  .working__sub-text {
      display: none;
  }

  .working__card-icon {
      margin-bottom: 10px;
  }

  .working__card-text {
      font-size: 14px;
      line-height: 20px;
  }

  /* doctors */
  .doctors__slider-button {
      display: none;
  }

  /* promotions */
  .promotions {
      margin-bottom: 140px;
  }

  .promotions .promotion {
      display: block;
      padding: 20px;
  }

  .promotion__content {
      margin: 0;
      padding-top: 0;
      margin-bottom: 15px;
  }

  .promotion__btn {
      max-width: initial;
  }

  /* conditions */
  .conditions__warning {
      flex-direction: column;
      align-items: center;
  }

  .conditions__warning-text {
      text-align: center;
  }

  .conditions .conditions__warning-icon {
      margin-right: 0;
      margin-bottom: 10px;
  }

  /* reviews */
  .reviews {
      margin-bottom: 140px;
  }

  .reviews .review-item {
      padding: 15px;
  }

  .review-item__avatar {
      flex: 0 0 50px;
      height: 50px;
      margin-right: 10px;
  }

  .review-item__user-name {
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 0;
  }

  .review-item__doctor-info {
      display: block;
  }

  .review-item__doctor-avatar {
      flex: 0 0 30px;
      height: 30px;
  }

  .review-item__doctor-content-title {
      font-size: 12px;
      line-height: 20px;
  }

  .review-item__doctor-content-name {
      font-size: 12px;
      line-height: 20px;
  }

  .review-item__doctor-date {
      font-size: 12px;
      line-height: 20px;
  }

  /* consultation=block */
  .form-consultation__fields {
      display: block;
      margin-bottom: 10px;
  }

  .form-consultation__label {
      display: block;
      margin-right: 0;
      margin-bottom: 10px;
  }

  .form-consultation__label:last-child {
      margin-bottom: 0;
  }

  .form-consultation__info {
      display: block;
  }

  .form-consultation__button {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0;
      padding: 10px;
  }

  .form-consultation__text {
      font-size: 12px;
      line-height: 20px;
  }

  /* footer */
  .footer {
      padding: 50px 0;
  }

  #map-footer {
      margin-bottom: 50px;
  }
}


.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  /*     background: #1B2FB2; */
  background-color: #0BA150;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin: 12px 0px 5px 0px;
  cursor: pointer;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #0BA150;
}

/* .fixed-buttons */

@media (min-width: 1300px) {
  .fixed-blocks.active {
      display: block;
  }
}

.fixed-buttons {
  position: fixed;
  top: 310px;
  right: -117px;
  transform: rotate(-90deg);
  z-index: 5;
  display: flex;
}

@media (max-width: 1100px) {
    .fixed-buttons {
        top: 210px;
    }
}

.fixed-buttons>*.btn-square.calc-icon {
  background: #005729 no-repeat 15px center;
  padding: 14px 30px 14px 30px;

}

.fixed-buttons>*.btn-square {
  display: inline-block;
  box-sizing: border-box;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  appearance: none;
  touch-action: manipulation;
  text-decoration: none;
  font-size: 18px;
  color: #FFFFFF;
}

.fixed-buttons>*.btn-square:focus-visible {
  box-shadow: 0 0 0 2px #666;

}

.fixed-buttons>*.btn-square:hover {
  background-color: #13DE7C;
  border: 1px solid #13DE7C;
}

.fixed-buttons>*.btn-square:active {
  transform: scale(0.96);
}

.fixed-buttons>*.btn-square:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-square {
  font-size: 12px;
  font-weight: 500;
  padding: 11px 20px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s;
  border: 1px solid rgba(154, 153, 153, .46);
  cursor: pointer;
}

@media (max-width: 1250px) {
  /* .fixed-buttons */

  .fixed-buttons>*.btn-square.calc-icon {
      padding: 8px 23px 45px 23px;
  }

  .fixed-buttons>*.btn-square {
      font-size: 14px;
  }

  .btn-square {
      font-size: 12px;
      font-weight: 500;
      padding: 11px 20px;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      transition: .3s;
      border: 1px solid rgba(154, 153, 153, .46);
      cursor: pointer;
  }
}

@media (max-width: 450px) {

  .r-all::before {
      height: 31px;
  }

  .r-all .r-group input+label {
      height: 33px;
  }

  .calc-wrapper .an-rehabilitation,
  .calc-wrapper .an2-rehabilitation,
  .calc-wrapper .an3-rehabilitation,
  .calc-wrapper .bf-encoding,
  .calc-wrapper .gender,
  .calc-wrapper .gender-encoding,
  .calc-wrapper .gender-rehabilitation,
  .calc-wrapper .zt-rehabilitation,
  .calc-wrapper-encoding .an-rehabilitation,
  .calc-wrapper-encoding .an2-rehabilitation,
  .calc-wrapper-encoding .an3-rehabilitation,
  .calc-wrapper-encoding .bf-encoding,
  .calc-wrapper-encoding .gender,
  .calc-wrapper-encoding .gender-encoding,
  .calc-wrapper-encoding .gender-rehabilitation,
  .calc-wrapper-encoding .zt-rehabilitation,
  .calc-wrapper-rehabilitation .an-rehabilitation,
  .calc-wrapper-rehabilitation .an2-rehabilitation,
  .calc-wrapper-rehabilitation .an3-rehabilitation,
  .calc-wrapper-rehabilitation .bf-encoding,
  .calc-wrapper-rehabilitation .gender,
  .calc-wrapper-rehabilitation .gender-encoding,
  .calc-wrapper-rehabilitation .gender-rehabilitation,
  .calc-wrapper-rehabilitation .zt-rehabilitation,
  .calc-wrapper-rehabilitation_new .an-rehabilitation,
  .calc-wrapper-rehabilitation_new .an2-rehabilitation,
  .calc-wrapper-rehabilitation_new .an3-rehabilitation,
  .calc-wrapper-rehabilitation_new .bf-encoding,
  .calc-wrapper-rehabilitation_new .gender,
  .calc-wrapper-rehabilitation_new .gender-encoding,
  .calc-wrapper-rehabilitation_new .gender-rehabilitation,
  .calc-wrapper-rehabilitation_new .zt-rehabilitation,
  .calc-wrapper-centers .an-rehabilitation,
  .calc-wrapper-centers .an2-rehabilitation,
  .calc-wrapper-centers .an3-rehabilitation,
  .calc-wrapper-centers .bf-encoding,
  .calc-wrapper-centers .gender,
  .calc-wrapper-centers .gender-encoding,
  .calc-wrapper-centers .gender-rehabilitation,
  .calc-wrapper-centers .zt-rehabilitation {
      height: 35px;
  }

  .r-all {
      height: 35px;
  }

  .r-all .r-group {
      height: 33px;
  }

  .r-all .r-group input {
      height: 35px;
  }

  .r-all .r-group input+label {
      height: 35px;
  }

  .an4-rehabilitation {
      height: 35px;
  }

  .calc-wrapper-rehabilitation_new .heading,
  .calc .heading {
      font-size: 0.8rem;
  }

  .range-ticks {
      font-size: 24px;
  }

  .data-range {
      position: absolute;
      bottom: 70px;
      font-size: 18px;
  }

  .result-encoding b,
  .result-rehabilitation b,
  .approx-price-encoding b,
  .approx-price-rehabilitation b,
  .approx-price b,
  .calc-wrapper p.result b {
      font-size: 15px !important;
      white-space: normal;
  }

  .result-ekran {
      flex-wrap: wrap;
  }

  .btn-calc {
      flex: 1 1 100%;
      padding: 0 5px;

  }

  .calc .result-ekran {
      gap: 30px;
      padding: 30px;
  }

  .calc .result-ekran p {
      text-align: center;
  }

  .r-all .r-group input+label {
      padding: 12px 0px;
  }

  .r-all .r-group input:checked+label {
      padding: 12px 0px;
  }

}

/* Лицензии картинкой */

.licenses__img1 {
  margin-bottom: -3px;
}

.licenses__img2 {
  display: none;
}

.licenses__img3 {
  display: none;
}

@media (max-width: 950px) {
  .licenses__img1 {
      display: none;
  }

  .licenses__img2 {
      display: flex;
      margin: 0 auto;
  }

}

@media (max-width: 650px) {
  .licenses__img2 {
      display: none;
  }

  .licenses__img3 {
      display: flex;
      margin: 0 auto;
  }

}

.section-title {
  color: #0F3F2B;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.1;
  font-family: "Manrope-Bold", sans-serif;
  margin-bottom: 40px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}

.section-title::before {
  position: absolute;
  left: 0;
  top: 20px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  min-width: 10px;
  background-color: #0BA150;
  border-radius: 50%;
}

.container {
  width: 100%;
  max-width: 1250px;
  padding: 0 0;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .container {
      padding: 0 15px;
  }
}

.another-service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.another-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: calc((100% - 45px) / 4);
  flex-basis: calc((100% - 45px) / 4);
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  -webkit-box-shadow: 0 0 8px 0 #D7DCEA;
  box-shadow: 0 0 8px 0 #D7DCEA;
  color: #0F3F2B;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none;
  background-color: #fff;
  height: 80px;
}

.another-service__item::after {
  display: block;
  content: "";
  height: 100%;
  width: 24px;
  min-width: 24px;
  background-color: #02B956;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.another-service__item::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/icons/strelo4ka.svg") center center no-repeat;
  background-size: cover;
}

@supports not (background: url("../img/icons/strelo4ka.svg")) {
  .another-service__item::before {
      background: url("../img/icons/strelo4ka.png") center center no-repeat;
  }
}

.another-service__item:hover::after {
  background-color: #009946;
}

.another-service__item:hover .another-service__text {
  color: #02B956;
  text-decoration: underline;
}

.another-service__text {
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

/* another-service media */
@media (max-width: 1024px) {
  .another-service__item {
      -ms-flex-preferred-size: calc((100% - 30px) / 3);
      flex-basis: calc((100% - 30px) / 3);
  }
}

@media (max-width: 900px) {
  .another-service__item {
      -ms-flex-preferred-size: calc((100% - 15px) / 2);
      flex-basis: calc((100% - 15px) / 2);
  }

  .section-title {
      font-size: 30px;
      margin-bottom: 25px;
  }

  .section-title::before {
      top: 12px;
  }
}

@media (max-width: 550px) {
  .section-title {
      font-size: 24px;
      padding-left: 15px;
  }

  .section-title::before {
      width: 6px;
      height: 6px;
      min-width: 6px;
  }

  .another-service__inner {
      gap: 10px;
  }

  .another-service__item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  }

  .another-service__text {
      font-size: 14px;
  }

  .another-service__text {
      padding: 25px 20px;
  }
}

.header-social-li a img {
  width: 32px;
  height: 32px;
  transition: all 1s ease !important;
}

.header-social-li a img:hover {
  opacity: 0.6;
}


.content {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 40px;
  margin-bottom: 40px;
}

.content h2 {
  margin-top: 0;
}

.scroll-to {
  text-decoration: none;
  color: #0F3F2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.scroll-to:hover {
  color: #0BA150;
}

.content ul {
  list-style-type: none;
}

.content ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 5px;
}

.content ul li:before {
  content: "";
  position: absolute;
  left: -5px;
  background: #0F3F2B;
  display: block;
  width: 7px;
  height: 1px;
}

/*  rewiewer */

body {
  background: #F0F4FF;
}

.rewiewer__block {
  display: flex;
  margin-bottom: 40px;
}

.rewiewer__wrap {
  display: flex;
  gap: 30px;
  border-radius: 20px;
  background: #FFF;
  padding: 30px 35px;
  align-items: center;
}

.doc__wrap {
  display: flex;
  flex-direction: column;
}

.rewiewer__left {
  display: flex;
  gap: 30px;
}

.rewiewer__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 40px;
  border-left: 1px solid #E4E9F9;
}

.rewiewer__right p {
  margin: 0;
}

.rating span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: lightgrey;
}

.rating>span:before {
  content: '★';
}

.rating>span.active {
  color: #EF8459;
}

.rating-area {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  overflow: hidden;
  justify-content: left;
  margin-bottom: 35px;
}

.rating-area:not(:checked)>input {
  display: none
}

.rating-area:not(:checked)>label {
  color: #abdfb3;
  cursor: pointer;
  float: right;
  font-size: 25px;
  line-height: 25px;
  padding: 0;
  transition: color .2s ease;
  width: 25px
}

.rating-area:not(:checked)>label:before {
  content: "★";
  font-weight: 700
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label,
.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
  color: #0BA150;
}

.rate-area>label:active {
  position: relative
}

.stars__block {
  border-radius: 20px;
  background: #FFF;
  padding: 30px 35px;
}

.stars__block p {
  margin: 0;
  margin-bottom: 10px;
}

.rewiewer__block {
  display: flex;
  gap: 15px;
}


.doc__wrap p {
  margin: 0;
  margin-bottom: 15px;
  color: #0F3F2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
}

.doc__wrap a {
  color: #0F3F2B;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  margin-bottom: 8px;
}

.doc__wrap span {
  color: #0BA150;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
}

.rewiewer__right p {
  color: rgba(15, 63, 43, 0.45);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  white-space: nowrap;
}

.rewiewer__right span {
  color: #0F3F2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
}

.stars__block p {
  color: #0F3F2B;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
}

.stars__block span {
  color: #0BA150;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
}

.rewiewer__img {
  overflow: hidden;
  width: 100%;
  max-width: 130px;
  max-height: 130px;
  min-width: 130px;
  min-height: 130px;
}

.rewiewer__img img {
  width: 100%;
  object-fit: fill;
  min-height: auto;
  max-height: none;
}

.articles__item a {
  color: #0F3F2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
}

.articles__item a:hover {
  color: #0BA150;
}

.articles {
  padding: 25px 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.doc__wrap a:hover {
  opacity: 0.8;
}

@media (max-width: 640px) {
  .content {
      padding: 15px;
      margin-bottom: 30px;
  }

  .content h2 {
      font-size: 18px;
  }

  .content ul li a {
      font-size: 14px;
  }

  .content ul li:before {
      top: 13px;
  }
}

@media (max-width: 1024px) {
  .rewiewer__block {
      flex-direction: column;
  }

  .stars__block {
      max-width: 300px;
  }
}

@media (max-width: 700px) {
  .rewiewer__wrap {
      flex-direction: column;
      max-width: 300px;
      padding: 20px;
      align-items: flex-start;
  }

  .rewiewer__left {
      flex-direction: column;
  }

  .stars__block {
      padding: 20px;
  }

  .rewiewer__right {
      border-left: none;
      padding: 0;
  }

  .doc__wrap p,
  .doc__wrap span,
  .rewiewer__right p,
  .rewiewer__right span,
  .stars__block p,
  .stars__block span {
      font-size: 14px;
  }

  .check,
  .updated {
      display: flex;
      gap: 8px;
  }

  .doc__wrap a {
      font-size: 20px;
  }
}

@media (max-width: 350px) {
  .rewiewer__wrap {
      max-width: 250px;
  }

  .stars__block {
      max-width: 250px;
  }

}

/* dropper */

.dropper__content {
  display: flex;
}

.dropper__content picture {
  display: flex;
  max-height: 510px;
  max-width: 297px;
  flex: 0 0 auto;
  margin-bottom: 30px;
}

.dropper__content-left {
  text-align: right;
  margin: auto;
  gap: 50px;
  flex-direction: column;
  display: flex;
}

.dropper__content-right {
  margin: auto;
  gap: 50px;
  flex-direction: column;
  display: flex;
}

.dropper-left__text {
  color: #352000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 2px solid #CFD7EC;
  position: relative;
}

.dropper-left__text span {
  color: #00A538;
  font-weight: 600;
}

.dropper-right__text {
  color: #352000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 2px solid #CFD7EC;
  position: relative;
}

.dropper-left__text::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  border-radius: 50%;
  background-color: #00A538;
  width: 9px;
  height: 9px;
}

.dropper-right__text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  border-radius: 50%;
  background-color: #00A538;
  width: 9px;
  height: 9px;
}

.dropper-right__text span {
  color: #00A538;
  font-weight: 600;
}

.dropper__info {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dropper__info-green {
  border-radius: 50px;
  background: #0BA150;
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding: 10px 30px;
}

.dropper__info-white {
  border-radius: 50px;
  background-color: #F5F8FA;
  color: #2B2B2B73;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding: 10px 30px;
}


@media(max-width: 757px) {

  .price4 {
      background: none;
  }

  /* dropper */

  .dropper__content {
      display: flex;
      flex-direction: column;
  }

  .dropper__content picture {
      order: 1;
      max-height: 353px;
      max-width: 205px;
      margin: auto;
      margin-bottom: 30px;
  }

  .dropper__content-left {
      order: 2;
      text-align: left;
      gap: 25px;
      margin-bottom: 25px;
  }

  .dropper-left__text {
      border: none;
      position: static;
      padding-right: 0;
      margin-right: 0;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
  }

  .dropper__content-right {
      order: 3;
      gap: 25px;
      margin-bottom: 25px;
  }

  .dropper-right__text {
      border: none;
      position: static;
      padding-left: 0;
      margin-left: 0;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
  }

  .dropper-left__text {
      border: none;
      position: static;
      padding-left: 0;
      margin-left: 0;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
  }

  .dropper-right__text:before {
      display: none;
  }

  .dropper-left__text:before {
      display: none;
  }

  .dropper__info {
      flex-direction: column;
  }

  .dropper__info-green {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
  }

  .dropper__info-white {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
  }
}

@keyframes snow {
  0% {
      background-position: 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
      background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

/*
#snow-container {
  background-image: url(/snowflake.png), url(/snowflake3.png), url(/snowflake2.png);
  animation: snow 20s linear infinite;
}
*/

/* Калькулятор */
.calc-wrapper__grid {
  display: grid;
  grid-template-columns: 2.65fr 1fr;
  column-gap: 20px;
}

.calc__form {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 66px;
}

.calc__form .section-title {
  margin-bottom: 0;
}

.calc__title_min {
  color: #828282;
  font-size: 16px;
}

.calc__label-wrapper {
  display: grid;
  border-radius: 100px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 4px;
}

.calc__btn {
  border-radius: 100px;
}

.calc__label-wrapper_2 {
  grid-template-columns: repeat(2, 1fr);
}

.calc__label-wrapper_3 {
  grid-template-columns: repeat(3, 1fr);
}

.calc__title {
  color: #828282;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

.calc__title_color {
  color: #4A4A4A;
}

.calc__select-btn {
  display: none;
}

.calc__label {
  cursor: pointer;
  position: relative;
}

/********** Range Calc Styles **********/
.calc-range__input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0px 30px;
  height: 2px;
}

.calc-range__input:focus {
  outline: none
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/
.calc-range__input::-webkit-slider-runnable-track {
  background-color: #0BA150;
  border-radius: 10px;
  height: 2px;

}

.calc-range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -10px;
  border-radius: 100%;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  outline: 7px solid #0BA150;
  outline-offset: -7px;

}

.calc-range__input:focus::-webkit-slider-thumb {
  background-color: #ffffff;
}

/******** Firefox styles ********/
.calc-range__input::-moz-range-track {
  background-color: #0BA150;
  border-radius: 10px;
  height: 2px;
}

.calc-range__input::-moz-range-thumb {
  border: none;
  border-radius: 0;
  border-radius: 100%;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  outline: 7px solid #0BA150;
  outline-offset: -7px;
}

.calc-range__input:focus::-moz-range-thumb {
  background-color: #ffffff;
}

.calc-radio__text-wrap {
  padding: 14px 20px;
  border-radius: 50px;
  transition: background-color .2s ease;
}

.calc-radio__input:checked+.calc-radio__text-wrap {
  background-color: #0BA150;
}

.calc-radio__input:checked+.calc-radio__text-wrap .calc-radio__text {
  color: #FFF;
}

.calc-radio__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.calc-range {
  display: flex;
  padding: 24.5px 0;
  outline: 1px solid #E6E6E6;
  border-radius: 100px;
  outline-offset: -2px;
}

.calc-range__value {
  position: absolute;
  top: 5px;
  transform: translate(0, 50%);
  left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.calc__range-values {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.calc-range-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.calc-result__wrap {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: rgba(255, 294, 0, 0.10);
  width: 100%;
  padding: 25px 30px;
}

.calc-result__text-wrap {
  margin-bottom: 30px;
}

.calc-result__price-wrap {
  margin-bottom: 50px;
}

.calc__title_big {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  color: #4A4A4A;
}

.calc-result__price {
  color: #0BA150;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
}

.calc-result__btn {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.calc-wrapper.section-offset {
  margin-bottom: 120px;
}

.calc__select-btn {
  width: 100%;
  font-weight: 600;
  line-height: 20px;
  border-radius: 100px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 15px 20px;
}

.calc__range-values_mobile {
  display: none;
}

@media (max-width: 1270px) {
  .calc__select {
      display: grid;
  }

  .calc__select-btn {
      display: block;
      position: relative;
      text-align: left;
      grid-area: 1/-1;
      align-self: self-start;
  }

  .calc__select-btn img {
      position: absolute;
      width: 20px;
      height: 10px;
      top: 50%;
      right: 0;
      transform: translate(-50%, -50%);

  }

  .calc__label-wrapper_2 {
      grid-template-columns: repeat(1, 1fr);
  }

  .calc__label-wrapper_3 {
      grid-template-columns: repeat(1, 1fr);
  }

  .calc__range-values {
      display: none;
  }

  .calc__range-values_mobile {
      display: flex;
  }

  .calc-wrapper__grid {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 20px;
  }

  .calc__form {
      padding: 20px 25px;
      column-gap: 0;
      row-gap: 20px;
  }

  .calc-radio__text-wrap {
      padding: 0 18px 20px;
      border-radius: 50px;
  }

  .calc-radio__input:checked+.calc-radio__text-wrap {
      background-color: #ffffff;
  }

  .calc-radio__input:checked+.calc-radio__text-wrap .calc-radio__text {
      color: #4A4A4A;
  }

  .calc-radio__text {
      text-align: left;
  }

  .calc__label-wrapper {
      display: none;
      grid-area: 1/-1;
      border-radius: 25px;
      border: 1px solid #E6E6E6;
      background: #FFF;
      padding-top: 56px;
      margin-top: 10px;
  }

  .calc__btn_grid_open {
      display: grid;
  }
}

.calc-site-btn {
  background: #FF9200;
  display: flex;
  align-items: center;
  padding: 4px 25px 4px 4px;
  gap: 15px;
  position: fixed;
  bottom: 20%;
  right: 0;
  border-radius: 10px 0 0 10px;
  z-index: 100;
}

.calc-site-btn__text {
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
}

.calc-mobile-btn {
  position: fixed;
  right: 55px;
  z-index: 100;
  bottom: 150px;
  display: none;
}

.calc-mobile-btn__item {
  position: relative;
  background: #0BA150;
  padding: 13px;
  border-radius: 50%;
}

.calc-mobile-btn__bg {
  scale: 1.2;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4d230a;
  border-radius: 50%;
  opacity: 0.2;
}

@media (hover: hover) {
  .calc-site-btn:hover {
      opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .calc-site-btn {
      display: none;
  }

  .calc-mobile-btn {
      display: flex;
  }
}

.calc__result-block button {
  line-height: 1;
  white-space: nowrap;
  font-size: 24px;
  background-color: #0BA150;
  border: 1px solid #0BA150;
  color: #fff;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, scale 0.5s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, scale 0.5s ease, border-color 0.2s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 69px;
  border-radius: 100px;
}

.okrug-item.hide {
  display: none;
}

#infoModal3:before {
  background-image: none;
  background-color: #07fa95;
}

.city {
  cursor: pointer;
}

.city-title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
}

.city_filter {
  display: flex;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 16px;
}

.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.okrug-item a {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #0F3F2B;
}

.container__saite-map ul li:not([class])::before {
  display: none;
}

.container__saite-map .header-absolute {
  display: block;
  top: 0;
  left: 0;
  position: relative;
  min-width: max-content;
}

.container__saite-map .header-absolute-border {
  padding: 0;
  background-color: inherit;
  border: 0;
  border-radius: 0;
}

.container__saite-map .header-absolute-ul {
  display: block;
}

.header-absolute-li {
  max-width: auto;
}

.container__saite-map .header-absolute-elipse {
  display: none;
}

@media (min-width: 850px) {
  .container__saite-map .header-absolute-ul {
      max-height: auto;
  }
}


.container__saite-map-ul {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 0 60px 0;
  grid-gap: 50px;
  justify-content: start;
  max-width: 1220px;
  justify-items: stretch;
}


@media (max-width: 980px) {
  .container__saite-map-ul {
      grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .container__saite-map-ul {
      grid-template-columns: 1fr;
  }
}

.container__saite-map .header-absolute-text {
  padding: 0px;
}

.container__saite-map ul li:not([class]) {
  margin-left: 0;
}

.container__saite-map-item.item a {
  font-size: 26px;
  color: #0f3f2b;
  text-decoration: none;
  position: relative;
}

.container__saite-map-item.item a svg {
  display: none;
}

.container__saite-map-top-ul li a {
  color: #0f3f2b;
  text-decoration: none;
}

@media (min-width: 1101px) {
  .services-block {
      margin-top: -140px;
  }
}

@media (max-width: 1100px) {
  .services-block {
      margin-top: -60px;
  }
}

/* promo */
.promo {
  background-color: #0BA150;
  background-repeat: no-repeat;
  background-size: cover;
}

.promo__wrapper {
  display: flex;
  gap: 85px;
}

.promo__picture {
  flex: 0 0 440px;
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 560px) {
  .promo__picture {
      flex: 0 0 262px;
  }
}

@media (max-width: 350px) {
  .promo__doctor-text {
      width: 100%;
      max-width: inherit;
      left: -2.5%;
  }
}

.promo__content {
  padding-bottom: 20px;
}

.promo__descr p {
  font-size: 14px;
}

.promo__advantages {
  margin-bottom: 45px;
}

.promo__advantages-item {
  background-image: url('/assets/images/sections/promo/advantage-bg.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px #0F3F2B33;
}

.promo__advantages-text {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.promo .breadcrumb-item a {
  color: #FFFFFF99;
}

.promo .breadcrumb-item.active a {
  color: #fff;
}

.promo .seeds-elipce {
  background-color: #fff;
}

.promo__btn {
  padding: 0 !important;
}

.promo__btns {
  display: flex;
  gap: 20px;
}

@media (max-width: 1024px) {
  .grid-3-15-15 {
      grid-template-columns: initial;
      gap: 8px;
  }

  .promo__wrapper {
      display: block;
  }

  .promo__content {
      padding-bottom: 0;
      margin-bottom: 15px;
  }

  .promo__picture {
      justify-content: center;
  }

  .promo__advantages {
      margin-bottom: 25px;
  }
}

@media (max-width: 640px) {
  .promo {
      background: #0BA150;
      /* padding: 0 0 80px 0;*/
      padding: 0;
  }

  /*.promo__picture {
      display: none;
  }*/

  .promo__btns {
      display: grid;
  }

  .promo__btn button {
      width: 100%;
  }

  .promo__btn a {
      width: 100%;
  }
}

/* programs */
.program {
  padding: 2px;
  background-color: #fff;
  border: 2px solid #23C851;
  border-radius: 10px;
  height: fit-content;
}

.program:last-child {
  background-color: #23C851;
  color: #fff;
}

.program__wrapper {
  padding: 30px 30px 0 30px;
  margin-bottom: 45px;
}

.program__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  border-bottom: 2px solid #0BA15033;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

.program__content ul {
  padding-left: 0;
}

.program__content ul li {
  font-weight: 500;
  padding-left: 30px;
}

.program__content ul li.li-hide {
  opacity: .5;
}

.program__content ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.program__content ul li.li-show::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='20' height='20' rx='10' fill='%230BA150'/%3E%3Cpath d='M14 7L8.76509 13.5436C8.57331 13.7834 8.21336 13.7959 8.0062 13.5693C7.50642 13.0226 6.63326 12.0676 6 11.375' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.program__content ul li.li-hide::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='20' height='20' rx='10' fill='%230BA150'/%3E%3Cpath d='M10 10.5L6.5 7M10 10.5L13.5 14M10 10.5L13.5 7M10 10.5L6.5 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.program__info {
  border-radius: 10px;
  padding: 20px;
  background-color: #23C851;
}

.program:last-child .program__info {
  background-color: #fff;
}

.program__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 15px;
}

.program__price-title {
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFFCC;
  margin: 0;
}

.program:last-child .program__price-title {
  color: #0BA150CC;
}

.program__price-num {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #fff;
  margin: 0;
}

.program:last-child .program__price-num {
  color: #0BA150;
}

.program__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #fff;
}

.program:last-child .program__btn {
  background-color: #0BA150;
}

@media (max-width: 991px) {
  .programs__wrapper {
      display: flex;
      gap: 10px;
      overflow-x: scroll;
  }

  .programs__wrapper::-webkit-scrollbar {
      width: 6px;
      height: 6px;
  }

  .programs__wrapper::-webkit-scrollbar-track {
      background-color: #005729;
      border-radius: 6px;
  }

  .programs__wrapper::-webkit-scrollbar-thumb {
      width: 6px;
      height: 6px;
      background-color: #07fa95;
      border-radius: 6px;
  }

  .program {
      flex: 0 0 350px;
  }
}

/* reviewers */
.reviewers__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 8px 15px 0px #D8DEEECC;
  background-color: #fff;
}

.reviewer {
  display: flex;
  gap: 30px;
}

.reviewer__picture {
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
}

.reviewer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.reviewer__title {
  font-size: 16px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 16px;
}

.reviewer__title:last-child {
  margin-bottom: 0;
}

.reviewer__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 6px;
}

.reviewer__name:last-child {
  margin-bottom: 0;
}

.reviewer__role {
  font-size: 16px;
  line-height: 21px;
  color: #0BA150;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .reviewers__wrapper {
      display: block;
      padding: 20px 15px;
  }

  .reviewer {
      gap: 20px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #0BA15033
  }

  .reviewer:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: initial;
  }

  .reviewer__picture {
      flex: 0 0 100px;
      height: 100px;
  }

  .reviewer__title {
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 7px;
  }

  .reviewer__name {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 5px;
  }

  .reviewer__role {
      font-size: 14px;
      line-height: 19px;
  }

}

#specialButton {
  margin-top: 15px;
}



/*страница статей*/
.article__container {
  max-width: 1220px;
  margin: 0 auto;
}

.article__header-wraper {
  background-color: #fff;
  border-radius: 20px;
  margin: 60px 0;
}

.article__header {
  background-size: cover;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-position: bottom;
}

.article__title-blok .article__title {
  padding: 125px 40px 18px 40px;
}

.article__header::after {
  content: '';
  background: rgba(0, 87, 41, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.article__title-blok,
.article__content {
  z-index: 2;
  display: block;
  position: relative;
}

.article__title {
  font-family: 'Manrope-Regular';
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-align: left;
  color: #fff;
}

.article__buttom {
  padding: 30px 40px;
}

.content__title {
  font-family: 'Manrope-Regular';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #0F3F2B;
  margin-bottom: 15px;
}

.content__scroll-to {
  font-family: 'Manrope-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #0F3F2B;
  text-decoration: none;
}

.content__scroll-to:hover {
  color: #0BA150;
}

.content__nav ul li:not([class])::before {
  display: block;
  content: "";
  position: absolute;
  left: -18px;
  top: 14px;
  transform: translateY(-50%);
  background: #12CB72;
  min-width: 13px;
  height: 1px;
  border-radius: 50%;
}

.content__nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
}

.content__nav {
  position: relative;
}

.content__nav::after {
  content: url('/assets/img/icons/mask-content.png');
  position: absolute;
  bottom: 15%;
  right: 0;
}

@media screen and (max-width: 980px) {
  .article__title {
      font-size: 30px;
      line-height: 36px;
  }

  .article__title-blok .article__title {
      padding: 150px 30px 15px 30px;
  }

  .content__title {
      font-size: 20px;
      line-height: 27px;
      margin-bottom: 12px;
  }

  .content__scroll-to {
      font-size: 15px;
      line-height: 21px;
  }
}

@media screen and (max-width: 718px) {
  .content__nav::after {
      display: none;
  }
}

@media screen and (max-width: 560px) {
  .article__title {
      font-size: 28px;
      line-height: 33px;
  }

  .article__title-blok .article__title {
      padding: 179px 20px 10px 20px;
  }

  .content__title {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 10px;
  }

  .content__scroll-to {
      font-size: 14px;
      line-height: 20px;
  }
}

.review__container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  margin: 60px 0;
}

.review__item,
.review__rating {
  background-color: #fff;
  border: 1px solid #E4E9F9;
  border-radius: 20px;
  padding: 30px 35px;
}

.riviev__photo-blok {
  max-width: 130px;
}

.reviev__doctor {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 30px;
  text-decoration: none;
}

.reviev__content-blok {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 315px;
}

.review__item {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

.data__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reviev__title {
  font-family: 'Manrope-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #0F3F2B;
  margin-bottom: 15px;
}

.reviev__name {
  font-family: 'Manrope-Regular';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #0F3F2B;
  margin-bottom: 5px;
}

.reviev__job {
  font-family: 'Manrope-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #0BA150;
}

.reviev__border {
  background-color: #E4E9F9;
  height: 100%;
  width: 1px;
  display: block;
}

.reviev__data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  justify-content: center;
}

.data__title {
  color: rgba(15, 63, 43, 0.45);
  font-family: 'Manrope-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

.data__item {
  color: #0F3F2B;
  font-family: 'Manrope-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

.rating__star {
  background-image: url('/assets/img/icons/star.svg');
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  column-gap: 5px;
  opacity: .35;
  cursor: pointer;
}

.rating__star:hover {
  opacity: 1;
}

.rating__star.activ {
  opacity: 1;
}

.rating__title {
  font-family: 'Manrope-Regular';
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #0F3F2B;
}

.rating__title span {
  color: #0BA150;
}

.review__rating .rating__stars {
  display: flex;
  margin-top: 10px;
}

.share__blok a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share__blok {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 5px;
  margin-top: 35px;
}

@media screen and (max-width: 1130px) {
  .reviev__content-blok {
      max-width: 210px;
  }
}

@media screen and (max-width: 980px) {
  .reviev__content-blok {
      max-width: fit-content;
      margin-top: 15px;
  }

  .review__item {
      flex-direction: column;
  }

  .data__items {
      flex-direction: row;
  }

  .review__item {
      row-gap: 20px;
  }
}

@media screen and (max-width: 760px) {
  .review__container {
      grid-template-columns: 1fr;
      gap: 5px;
      margin: 40px 0;
  }

  .reviev__doctor {
      flex-direction: column;
      column-gap: 15px;
  }

  .riviev__photo-blok {
      max-width: 100%;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
  }

  .reviev__title {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px;
  }

  .reviev__name {
      font-size: 18px;
      line-height: 25px;
  }

  .reviev__job,
  .data__title,
  .data__item {
      font-size: 14px;
      line-height: 20px;
  }

  .rating__title {
      font-size: 14px;
      line-height: 20px;
  }

  .share__blok a {
      width: 30px;
      height: 30px;
  }

  .reviev__border {
      display: none;
  }

  .review__item,
  .review__rating {
      padding: 20px 20px;
  }
}

@media screen and (max-width: 360px) {
  .data__items {
      display: block;
  }
}

.service__container.desctop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 20px;
}

.service__container .service__item {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
}

.service__container .review2.col-1 {
  max-width: 808px;
}

.service__container .service__intro-images {
  max-height: 174px;
  overflow: hidden;
}

.service__container .service__intro-images img {
  height: 100%;
  width: 100%;
}

.service__container .service__items {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.service__container .service__column.col-2 h4 {
  margin: 0 0 16px 0px;
  padding: 0;
}

.service__container .service__column.col-2 p {
  margin: 0;
  padding: 0;
}

.service__container .service__intro-content {
  padding: 20px 24px;
}

.service__container .col-2 .service__title {
  font-family: 'Manrope-Regular';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #0F3F2B;
}

.service__container .col-2 .service__intro-title {
  font-family: 'Manrope-Regular';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #0F3F2B;
}

.service__container .col-2 .service__intro-text {
  font-family: 'Manrope-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: rgba(15, 63, 43, 0.7);
}

.review2 img {
  border-radius: 20px;
}


@media screen and (min-width: 980px) {
  .service__column.col-2.desctop {
      display: block;
  }

  .service__container.mobile {
      display: none;
  }
}

@media screen and (max-width: 980px) {
  .service__container.desctop {
      flex-direction: column;
      column-gap: 0px;
  }

  .service__column.col-2.desctop {
      display: none;
  }

  .service__container .review2.col-1 {
      max-width: fit-content;
  }

  .service__container.mobile {
      display: block;
  }
}

.service__container.mobile {
  padding: 0;
  margin: 60px 0 70px 0;
}

.service__container.mobile .service__title {
  font-size: 24px;
  line-height: 30px;
}

.service__container.mobile .service__intro-title {
  font-size: 16px;
  line-height: 19px;
}

.service__container.mobile .service__intro-text {
  font-size: 14px;
  line-height: 19px;
}

.review2 ._org,
.service__column ._org {
  display: none;
}

.service__column .request-wrap {
  padding: 20px 0 0 0;
  flex-direction: column;
  gap: 12px;
}

.service__column .request-block {
  width: 100%;
  padding: 0 0;
}

.service__column .service__form {
  margin-bottom: 40px;
}

.service__column .request-form-content {
  border-bottom: 1px solid rgba(0, 87, 41, 0.3);
  padding: 0 0 20px;
}

.service__column .form_phone::before {
  content: url('/assets/img/icons/icon-phone.png');
}

.service__column .form_phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.service__column .form_phone {
  font-family: 'Manrope-Regular';
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: #0F3F2B;
  text-decoration: none;
}

.service__column .request-phone {
  border: 1px solid #0F3F2B;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service__column .request-title {
  font-family: 'Manrope-Bold';
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #0F3F2B;
  margin-bottom: 16px;
  padding: 0;
}

.service__column .request-title span {
  color: #23C851;
}

.service__column .request-sub-title {
  font-family: 'Manrope-Bold';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(15, 63, 43, 0.7);
  margin-bottom: 21px;
}

.request-suptitle,
.request-suptitle a {
  padding: 0;
  font-family: 'Manrope-Bold';
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  text-align: left;
  color: rgba(15, 63, 43, 0.5);
  margin-top: 16px;
}

.service__column.col-2.mobile .form__blok {
  margin: 60px 0;
}

.service__column.mobile .request-title {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 12px;
}

.service__column.mobile .request-sub-title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
}

.service__column .form_phone {
  font-size: 18px;
  line-height: 14px;
}

.service__column.mobile .request-suptitle,
.service__column.mobile .request-suptitle a {
  font-size: 14px;
  line-height: 18px;
  margin-top: 14px;
  color: rgba(15, 63, 43, 0.5);
  text-align: left;
}

.slider__items .service__item {
  height: auto;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 35px !important;
  width: 35px !important;
  background-size: 30px 30px !important;
}

@media screen and (max-width: 760px) {
  .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
      height: 30px !important;
      width: 30px !important;
      background-size: 25px 25px !important;
  }
}

.promo.promo-article {
  background-color: inherit;
}

.promo.promo-article .breadcrumb-item a {
  color: #087239;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.promo.promo-article .breadcrumb-item:last-child a {
  color: rgba(0, 0, 0, 0.73);
}

.promo.promo-article .seeds-elipce {
  background-color: #0BA150;
  width: 6px;
  height: 6px;
}

.promo.promo-article .breadcrumb-nav {
  padding: 25px 0 0;
}


.review__rating {
  position: relative;
}

.ratig__popup {
  display: none;
}

.ratig__popup.activ {
  display: block;
  position: absolute;
  background-color: rgb(1 217 76);
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  top: 30px;
  font-size: 14px;
}

@media (max-width: 640px) {
  .promo.promo-article {
      padding: 0;
  }
}

@media (max-width: 1280px) {
  .promo.promo-article .promo__container.article__container {
      padding: 40px 15px 0;
  }
}

@media (max-width: 850px) {
  .promo.promo-article .promo__container.article__container {
      padding: 10px 15px 0;
  }
}

.promo-article .breadcrumb-item:first-child a::before {
  content: url('/assets/img/icons/seeds-link.png');
  margin-right: 5px;
}

.breadcrumb {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.breadcrumb-item {
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #087239;
}

.active a {
  color: #000000ba;
}

.header-link3--top {
  margin-bottom: 5px;
}

.footer-link-a {
  margin-bottom: 5px;
}

.footer-list {
  margin-top: 16px;
}

.service__container-col-1 {
  padding-top: 0;
}

.accordion-block .accordion-title {
  font-weight: 400;
}

.recent-wrap {
  padding-bottom: 40px;
}

.navigation-article__title {
  font-size: 16px;
  margin-bottom: 0;
}
.navigation-article__list {
  max-height: 50px;
  overflow: hidden;
  transition: 0.5s;
}
.navigation-article__list li {
  font-size: 14px;
}
.navigation__button {
  padding: 12px 52px;
  color: #0BA150;
  border: 1px solid #0BA150;
  border-radius: 100px;
  cursor: pointer;
  margin-bottom: 16px;
}
.navigation__button-svg {
  transform: rotate(180deg);
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.5s;
}
.navigation__button-svg_activ {
  transform: rotate(360deg);
  transition: 0.5s;
}

.promo__picture .promo__img {
  height: 480px;
  object-fit: cover;
}


.modal-new {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visiability .2s ease
}

.modal-new.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.modal__background {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(7,29,38,.6)
}

.modal__body {
    position: absolute;
    background-color: #0BA150;
    border-radius: 10px;
    overflow: overlay;
    max-height: calc(100% - 30px);
    max-width: 540px;
    padding: 10px 15px
}

.modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 26px;
    width: 26px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-transform: none;
    border-radius: 0;
    border: initial;
    background-color: transparent
}

.modal_title {
    font-size: 26px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 30px;
    padding: 22px 0 11px;
    text-align: center;
    color: #4dc5c3
}

.modal__close:after,.modal__close:before {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% - 12px);
    background-color: #6A777D;
    position: absolute
}

.modal__close:after {
    transform: rotate(45deg)
}

.modal__close:before {
    transform: rotate(-45deg)
}

.modal__inner .form_row {
    margin-bottom: 10px
}

.modal__inner .form_button {
    text-align: center
}

.modal__inner .btn__text {
    color: #FFF
}

.modal-new .input {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px
}

.modal-new .s-form__btn {
    width: 100%
}

.body-open {
  overflow: hidden;
}
.freeCallText{
	display:none;
}
@media (max-width: 850px) {
    .freeCallText {
        display: block;
        text-align:center;
        color:#fff;
    }
}

@media (max-width: 574px) {
.promotions .promotion {
  background-image: none;
}
.promotions .promotion::before {
    content: "";
    background-color: #8003ce;
    width: 100%;
    height: 83%;
    position: absolute;
    top: -28%;
    left: -8%;
    transform: rotate(11deg);
    border-radius: 50px 264px 124px 107px;
    z-index: -1;
}

.promotions__slider-wrapper, .promotions__slider {
    border-radius: 20px;
}

.promotions .promotion:after {
    content: "";
    background-color: #4d4754;
    position: absolute;
    width: 43%;
    height: 34%;
    bottom: -18%;
    left: -21%;
    z-index: -1;
    border-radius: 50%;
}
}
.text__content-title {
	font-size: 1.5em;
    font-weight: bold;
}





.top-plashka__row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.tplInner  {
	overflow-x: visible;
}
.header-bottom-li ul .header-absolute {
	top: 0;
	left: 100% !important;
	max-height: 490px;
	min-width: 374px;
}
.header-bottom-li ul .tplParentRow a {
	color: #1e3e2c;
}

.header-absolute {
	top: 100%;
}

.header-absolute-border {
	padding: 12px 0;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #d0d0d0;
}
.header-absolute-ul {
	gap: 0;
}
.lvl2 .header-absolute-ul {
	margin: 0 10px 0 0;
}
.header-absolute-ul::-webkit-scrollbar {
		width: 4px;
		border-radius: 10px;
}
	.header-absolute-ul::-webkit-scrollbar-thumb {
		background: #0ba150;
		border-radius: 10px;
}
.header-absolute-ul::-webkit-scrollbar-track {
	background: #d9d9d9;
}
.header-absolute-li a {
	padding: 7px 20px;
	display: flex;
	gap: 10px;
	}
.header-absolute-li a::before {
		margin: 7px 0 0 0;
}

.header-bottom-li.lvl2 {
	padding: 8px 20px;
}
.header-bottom-li.lvl2 a svg {
	margin: 0 0 0 auto;
	transform: rotate(270deg);
}
.header-bottom-li.lvl2 a svg path {
	stroke: #1e3e2c;
}
.header-bottom-li.lvl2 {
	position: static;
}
.header-bottom-li.lvl2 a {
	gap: 10px;
}
.header-bottom-li.lvl2 a:hover {
	opacity: 0.5;
}
.header-bottom-li.lvl2 .header-absolute {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.header-bottom-li.lvl2:hover .header-absolute {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.header-absolute-ul li a::before {
	content: "";
	display: block;
	background: #0BA150;
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}


.top-plashka {
	position: static;
}
.header2 {
	padding: 0;
	background: #08743B;
	top: 0;
}

.header-middle {
	padding: 20px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.header-bottom {
	margin: 0;
	border-bottom: none;
	padding: 20px 0;
	background: #08743B;
}

.header2.fixed {
	background: #08743B;
	animation: none;
}
.fixed .header-bottom {
	display: flex;
	padding: 0;
}

.header-bottom-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 70%;
	gap: 10px;
}
.fixed .header-bottom-ul {
	max-width: 70%;
	margin: 0;
}

.header-bottom-li a:hover svg {
	transform: rotate(-180deg);
}
.header-bottom-li.lvl2 a svg {
	transform: rotate(270deg);
}

.header-bottom__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 10px;
}

.header-block__phone a {
	text-wrap: nowrap;
}

.header-top-li, .header-bottom-li {
	flex-grow: 1;
}
.header-top-li a {
	display: block;
	width: 100%;
}


.header__mobile-btn {
	width: 34px;
	height: 34px;
	border-radius: 300px;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__mobile-city {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #fff;
	cursor: pointer;
}

.header__links {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 30px;
}
.header__link {
	display: flex;
	align-items: start;
	gap: 10px;
}
.header__link-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.header__link-img {
	width: 18px;
	height: 18px;
}
.header__link span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: rgba(255, 255, 255, 0.6);
}
.header__link a, .header__link p {
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #fff;
	margin: 0;
	text-decoration: none;
}



@media screen and (max-width: 1100px) {
	.top-plashka {
		height: auto;
	}
	.top-plashka__row {
		padding: 8px 0;
		justify-content: center;
		font-size: 12px;
	}
	.top-plashka__row p {
		margin: 0;
	}
	.top-plashka__row p:last-child {
		display: none;
	}
	.header-middle, .header-top-li, .header-bottom-ul {
		display: none;
	}

	.header-block__mobile {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	
	.header-bottom {
		display: flex;
		position: relative;
		padding: 12px 0;
	}
	.fixed .header-bottom {
		display: flex;
		padding: 0;
	}

	.burger {
		display: block !important;
		min-width: 34px;
	}
	.burger i {
		align-items: center;
		justify-content: center;
	}
	.burger i:nth-of-type(1) {
		display: flex;
	}
	.burger.burger-open i:nth-of-type(2) {
		display: flex;
	}

	.header__mobile-button {
		margin-top: 20px;
	}
	.header__mobile-button button {
		width: 100%;
		border-radius: 10px;
		padding: 14px 30px;
		background: #00aeef;
		font-weight: 600;
		font-size: 16px;
		line-height: 130%;
		text-align: center;
		color: #fff;
	}
	.header-social {
		padding: 0;
		margin-top: 30px;
	}

	.mt-mobile {
		min-height: 100vh;
		max-height: 100vh;
		padding-bottom: 50px;
	}
	.mt-mobile::-webkit-scrollbar {
		width: 4px;
		border-radius: 10px;
	}
	.mt-mobile::-webkit-scrollbar-track {
		border-radius: 10px;
		background: rgba(217, 217, 217, 0.4);
	}
	.mt-mobile::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background: #fff;
	}

	.header-bottom-li {
		display: flex;
		justify-content: space-between;
		gap: 10px;
		flex-wrap: wrap;
	}
	.header-bottom-li a {
		width: fit-content;
	}
	.header-absolute {
		position: static;
		width: 100%;
	}
	.header-bottom-li.lvl2 .header-absolute {
		max-height: 0;
	}


	.header-mobile-border {
		border: 1px solid #d0d0d0;
		border-radius: 10px;
		padding: 14px;
		background: #fff;
		margin: 10px 0;
	}
	.header-bottom-li {
		display: block;
	}
	.header-accordion-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}
	.header-bottom-li .header-mobile-link {
		font-weight: 600;
		font-size: 16px;
		line-height: 156%;
		color: #1e3e2c;
		display: flex;
		align-items: center;
		gap: 10px;
		text-decoration: none;
		padding: 5px 0;
	}
	.header-bottom-li .header-mobile-link svg {
		margin-left: auto;
	}
	.accordion2 .item2 {
		list-style: none;
		padding-right: 12px;
		gap: 10px;
	}
	.item2__wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 0 10px;
	}
	.item2__link {
		font-weight: 500;
		transition: all 0.2s ease-in;
	}
	.item2__svg svg path {
		stroke: #fff;
	}
	.item2.open2 .item2__link {
		color: #005729;
	}
	.item2.open2 .item2__svg svg path {
		stroke: #005729;
	}

	.accordion2 .item2.open2 .hidden-box2.header-mobile-submenu {
		display: none;
		width: 100%;
	}
	.accordion2 .item2.open2 .item2.open2 .hidden-box2.header-mobile-submenu {
		display: block;
		width: 100%;
	}
	.header-absolute-li {
		max-width: 100%;
	}
	.header-bottom-li .header-absolute-li a {
		padding: 4px 20px;
		display: flex;
		gap: 10px;
		width: 100%;
	}

	.header-absolute-ul {
		max-height: none;
	}
	.header-mobile-submenu .header-absolute-ul {
		max-height: 220px;
		overflow: auto;
	}


	.header-bottom .header__top-phones_wrapper {
		position: absolute;
		right: 0;
		top: 40px;
		display: flex;
		flex-direction: column;
		gap: 5px;
		scale: .4;
		opacity: 0;
		transition: scale .3s linear, opacity .15s linear;
		padding: 10px;
		border-radius: 8px;
		background-color: #005729;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.header-bottom .header__top-phones_wrapper a {
		color: #fff;
	}
	.header-bottom .header__top-phones_wrapper.active {
		opacity: 1;
		scale: 1;
	}
}

@media screen and (max-width: 850px) {
	.header-bottom {
		display: flex;
		position: relative;
		padding: 12px 0;
	}
	.fixed .header-bottom {
		display: flex;
		padding: 0;
	}
}

@media (max-width: 575px) {
	.top-plashka {
		font-size: 12px;
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
    .header__mobile-city {
        font-size: 10px;
    }
}

.accordion-header {
	cursor: pointer;
}
.accordion-content {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.accordion-content.open {
	max-height: none;
}

.accordion .accordion-arrow {
	margin-left: auto;
	transition: all 0.2s ease-in;
}
.accordion.open > .accordion-header > .accordion-arrow {
	transform: rotate(180deg);
}


.article__editor {
    margin-top: 40px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 0;
}
.article__editor a {
  text-decoration: none;
    color: #005729;
    transition: all 0.3s ease;
}
.article__editor a:hover {
    text-decoration: underline;
}
@media (max-width: 500px) {
    .article__editor a {
        display: block;
    }
}

.header-mobile-menu {
    margin-bottom: 24px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 14px;
  z-index: 9999;
  backdrop-filter: blur(6px);
}
.cookie-text a {
  color: #4ea3ff;
  text-decoration: underline;
  transition: 0.2s;
}
.cookie-btn {
  background: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 20px;
  color: #161616;
  transition: 0.2s;
}
.cookie-btn:hover {
  background: lightgray;
}
.cookie-text a:hover {
  color: #d31d44;
}
.cookie-close {
  margin-left: 15px;
  cursor: pointer;
  font-size: 34px;
  opacity: 0.7;
}
.cookie-close:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cookie-btn {
    display: none;
  }
  .cookie-banner {
    font-size: 10px;
  }
}
.footer-right {
	max-width: 362px;
}

.footer-title a{
	color: #ffffff;
	text-decoration: none;
}

.header-block__phone--mob {
  position: absolute;
  display: none;
  bottom: -13px;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .fixed .header-bottom {
    padding-bottom: 18px;
  }
  
   .header-bottom {
        padding-bottom: 18px;
   }
   
   .header-bottom--view {
   	  padding-bottom: 24px;
   }
   
  .header-block__phone--new {
    bottom: -4px;
  }
 
  .fixed .header-block__phone--new {
    bottom: -11px;
  }
  
  .header-block__phone--mob {
    display: flex;
  }
}