@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Manrope:wght@200..800&display=swap');
@charset "UTF-8";
@font-face {
  font-family: "ManRegular";
  font-weight: normal;
  font-style: normal;
  src: url("/local/templates/medseo_new/fonts/Manrope-Regular/Manrope-Regular.eot");
  src: url("/local/templates/medseo_new/fonts/Manrope-Regular/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/medseo_new/fonts/Manrope-Regular/Manrope-Regular.woff") format("woff"), url("/local/templates/medseo_new/fonts/Manrope-Regular/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ManMedium";
  font-weight: normal;
  font-style: normal;
  src: url("/local/templates/medseo_new/fonts/Manrope-Medium/Manrope-Medium.eot");
  src: url("/local/templates/medseo_new/fonts/Manrope-Medium/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/medseo_new/fonts/Manrope-Medium/Manrope-Medium.woff") format("woff"), url("/local/templates/medseo_new/fonts/Manrope-Medium/Manrope-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ManSemibold";
  font-weight: normal;
  font-style: normal;
  src: url("/local/templates/medseo_new/fonts/Manrope-Semibold/Manrope-Semibold.eot");
  src: url("/local/templates/medseo_new/fonts/Manrope-Semibold/Manrope-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/medseo_new/fonts/Manrope-Semibold/Manrope-Semibold.woff") format("woff"), url("/local/templates/medseo_new/fonts/Manrope-Semibold/Manrope-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "ManBold";
  font-weight: normal;
  font-style: normal;
  src: url("/local/templates/medseo_new/fonts/Manrope-Bold/Manrope-Bold.eot");
  src: url("/local/templates/medseo_new/fonts/Manrope-Bold/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/medseo_new/fonts/Manrope-Bold/Manrope-Bold.woff") format("woff"), url("/local/templates/medseo_new/fonts/Manrope-Bold/Manrope-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'ManLight';
  font-weight: normal;
  font-style: normal;
  src: url('/local/templates/medseo_new/fonts/Manrope-Light/Manrope-Light.eot');
  src: url('/local/templates/medseo_new/fonts/Manrope-Light/Manrope-Light.eot?#iefix') format('embedded-opentype'),    url('/local/templates/medseo_new/fonts/Manrope-Light/Manrope-Light.woff2') format('woff2'),    url('/local/templates/medseo_new/fonts/Manrope-Light/Manrope-Light.woff') format('woff'),    url('/local/templates/medseo_new/fonts/Manrope-Light/Manrope-Light.ttf') format('truetype'),    url('/local/templates/medseo_new/fonts/Manrope-Light/Manrope-Light.svg#manrope_light') format('svg');
}

@font-face {
  font-family: "Manrope";
  font-weight: 'regular';
  font-style: normal;
  src: url("/local/templates/medseo_new/fonts/Manrope-Regular/Manrope-Regular.eot");
  src: url("/local/templates/medseo_new/fonts/Manrope-Regular/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/medseo_new/fonts/Manrope-Regular/Manrope-Regular.woff") format("woff"), url("/local/templates/medseo_new/fonts/Manrope-Regular/Manrope-Regular.ttf") format("truetype");
}

/* reset */
.container {
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, abbr {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
/* end reset */

html, body {
  height: 100vh;
  scroll-behavior: smooth;
}

/* Выделение текста */
::selection {
  background: #009F97 !important; /* Safari */
  color: #fff !important;
}

::-moz-selection {
  background: #009F97 !important; /* Firefox */
  color: #fff !important;
}

/* Стилизация скроллбара */
* {
  scrollbar-width: thin;
  scrollbar-color: #009F97 rgb(243, 248, 248);
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: rgb(243, 248, 248);
}

*::-webkit-scrollbar-thumb {
  background-color: #009F97;
  border-radius: 5px;
  border: 3px solid #009F97;
}
/* End Стилизация скроллбара */

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #303233;
}
textarea::-moz-placeholder,
input::-moz-placeholder { /* Firefox 18- */
  color: #303233;
  opacity: 1;
}
textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 19+ */
  color: #303233;
  opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder { /* IE 10-11 */
  color: #303233;
}
textarea::placeholder,
input::placeholder { /* Современные браузеры */
  color: #303233;
}

table {
  background: #fff;
  border: 1px solid #d7f3f4;
  margin: 30px 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid #d7f3f4;
  padding: 1em;
}
table th {
  background-color: #d7f3f4;
}

body {
  font-family: "Manrope";
  font-weight: 500;
  background: #fff;
  color: #303233;
  font-size: 18px;
  position: relative;
  line-height: 145%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 1620px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1560px;
  }
}

/* контейнер для карточек */
.row--cart {
  row-gap: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* end контейнер для карточек */

a:active, a:focus {
  outline: none;
}

input, textarea {
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

.section {
  margin: 60px auto;
  position: relative;
}

.container .container {
  padding: 0;
}

/* Типографика */
a {
  color: #009F97;
  text-decoration: unset;
  transition: 0.3s;
}
a:hover {
  color: #303233;
}

h1, .h1 {
  font-family: "ManSemibold";
  font-size: 44px;
  line-height: 115%;
  margin: 40px 0;
}
h2, .h2 {
  font-family: 'ManLight';
  font-size: 44px;
  line-height: 115%;
  margin: 40px 0 30px 0;
}
h3, .h3 {
  font-family: 'ManBold';
  font-size: 28px;
  line-height: 130%;
  margin: 30px 0 20px 0;
}
h4, .h4 {
  font-family: 'ManBold';
  font-size: 22px;
  line-height: 130%;
  margin: 30px 0 20px 0;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child  {
  margin: 0 0 40px 0;
}

h1.title-page,
.h1.title-page {
  margin: 40px 0;
  max-width: 850px;
}
/* End Типографика */

/* Заголовки блоков */
.wr-title {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto 40px auto;
}
.wr-title h1, 
.wr-title .h1,
.wr-title h2, 
.wr-title .h2 {
  margin: 0!important;
  max-width: 850px;
}

.title-center {
  text-align: center;
}
/* End Заголовки блоков */
.article {
  margin: 60px auto;
}
/* Контентный блок, статья */
.article .row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article img {
  border-radius: 20px;
}
.article__bg {
  background-image: url(/local/templates/medseo_new/img/art-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 20px 0 0 0;
}
.article p {
  margin-bottom: 28px;
}
.article p:last-child {
  margin-bottom: 0;
}
.article__img {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  height: 370px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
}
.article__lid {
  font-family: "ManBold";
  font-size: 28px;
  line-height: 130%;
}
.article ul,
.article ol {
  margin: 0 0 28px 0;
  padding-left: 30px;
}
.article ul li {
  list-style: disc;
}

.page-navig {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 40px 0;
}
.page-navig__item {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #303233;
  padding-left: 12px;
}
.page-navig__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #009F97;
  border-radius: 10px;
}
.page-navig__item span {
  transition: .3s;
  border-bottom: 1px solid transparent;
}
.page-navig__item:hover {
  color: #009F97;
}
.page-navig__item:hover span {
  border-bottom: 1px solid #009F97;
}
/* End Контентный блок, статья */

/* buttons */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  background: #FE9EA9;
  border-radius: 100px;
  color: #fff;
  padding: 12px 28px;
  box-sizing: border-box;
  font-family: "ManBold";
  text-align: center;
  transition: .3s;
}
.btn:hover {
  color: #fff;
  box-shadow: 0px 10px 20px rgba(197, 32, 54, 0.2);
  cursor: pointer;
}
.btn--light {
  background: transparent;
  color: #009F97;
  border: 1px solid #009F97;
}
.btn--light svg {
  transition: 0.3s;
  max-width: 24px;
  max-height: 24px;
}
.btn--light svg path {
  transition: 0.3s;
}
.btn--light:hover {
  color: #fff;
  background: #009F97;
  box-shadow: unset;
}
.btn--light:hover svg path {
  fill: #fff;
}
.btn--wite {
  background: #FFFFFF;
  opacity: 0.7;
}

.btn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 17px 6px 28px;
  box-sizing: border-box;
  background: transparent;
  color: #303233;
  border: 1px solid #009F97;
  border-radius: 12px;
  min-height: 72px;
  background: #fff;
}
.btn-link svg {
  transition: 0.3s;
  min-width: 35px;
}
.btn-link svg path {
  transition: 0.3s;
}
.btn-link:hover {
  color: #fff;
  background: #009F97;
}
.btn-link:hover svg path {
  fill: #fff;
}
.btn--fit-content {
  width: fit-content;
}
.close {
  background-image: url(/upload/medialibrary/4e5/l49lck7pwndlmmtnhq7j6ncyj1aws653/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 10px;
}

.link-ico {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: "ManBold";
  color: #009F97;
}
.link-ico svg {
  transition: .3s;
}
.link-ico svg path {
  transition: .3s;
}
.link-ico:hover svg {
  transform: rotate(45deg);
}
.link-ico:hover svg path {
  fill: #303233;
}

.cplay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cplay svg {
  position: relative;
  right: -2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cplay svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #009F97;
}
.cplay:hover {
  background: #009F97;
}
.cplay:hover svg path {
  fill: #fff;
}

.play-rv {
  width: 50px;
  height: 50px;
  display: flex;
}
.play-rv:hover {
  cursor: pointer;
}
.play-rv circle,
.play-rv path {
  transition: .3s;
}
.play-rv:hover circle {
  fill: #fff;
}
.play-rv:hover path {
  fill: #009F97;
}

.play-big {
  width: 120px;
  height: 120px;
  border-radius: 300px;
  border: 2px solid #fff;
  transition: .3s;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  background: rgba(217, 217, 217, 0.2);
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.play-big__puls {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: playBigPulse infinite 1.5s;
  animation: playBigPulse infinite 1.5s
}
@-webkit-keyframes playBigPulse {
  50% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(2,2);
    transform: scale(2,2);
    opacity: 0
  }
}
.play-big:hover {
  background: #009F97;
  color: #fff;
  border: 2px solid #009F97;
}
.play-big:hover .play-big__puls {
  border: 1px solid #009F97;
}


.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #009F97;
  transition: .3s;
}
.arrow.arrow--trans {
  background: transparent;
}
.arrow svg,
.arrow svg path {
  transition: .3s;
}
.arrow:hover {
  cursor: pointer;
  background: #009F97;
}
.arrow:hover path {
  fill: #fff;
}
/* end buttons */

/* header */
.header {
  background: linear-gradient(180deg, #009F97 0%, #009F97 5.5%, rgba(0, 159, 151, 0) 100%);
  box-sizing: border-box;
  padding: 25px 0 40px 0;
  position: relative;
  z-index: 10;
  margin-bottom: -60px;
}

.header .container {
  position: relative;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 18px;
}
.header .logo {
  display: flex;
}
.header__buttons {
  display: flex;
  gap: 8px;
}
.header__buttons .lk {
  display: none;
}

.header__bottom {
  display: flex;
  align-items: center;
  padding: 0 8px;
  box-sizing: border-box;
  background: #E1F3F1;
  border-radius: 100px;
  min-height: 58px;
  position: relative;
  z-index: 1;
}
.header__bottom .lk {
  margin-left: 37px;
}

.header .wr-soc {
  margin: 0 25px 0 74px;
  min-width: 124px;
}

.menu-wrappers {
  height: 23px;
  background: transparent;
  position: relative;
  cursor: pointer;
  display: none;
  align-items: center;
  align-self: center;
}

.hamburger-menu {
  position: relative;
  background: #fff;
  transition: all 0ms 300ms;
  width: 27px;
  height: 3px;
}
.hamburger-menu:after, .hamburger-menu:before {
  width: 27px;
  height: 3px;
}
.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.time-work {
  font-size: 16px;
  font-family: "ManMedium";
  line-height: 140%;
}

.header-cont {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.header-cont__phone {
  font-size: 22px;
  line-height: 130%;
  font-family: "ManBold";
  color: #fff;
  margin-bottom: 5px;
}
.header-cont__phone:hover {
  color: #D7F3F4;
}
.header-cont__adress {
  font-size: 16px;
  line-height: 140%;
  font-family: "ManMedium";
  margin-bottom: 5px;
}
.header-map {
  font-size: 17px;
  font-family: "ManBold";
  display: flex;
  align-items: center;
  gap: 8px;
  color: #D7F3F4;
  text-decoration: underline;
}
.header-map:hover {
  color: #fff;
}
.header-map__ico {
  display: flex;
}

.wr-mess {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wr-mess__label {
  font-size: 16px;
  font-family: "ManMedium";
}

.wr-mess .mess {
  display: flex;
}
.wr-mess .mess:nth-child(4n) {
  display: none;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main-menu .sub-menu {
  position: absolute;
  transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  background: #009F97;
  transition: 0.3s;
  margin-top: 0;
  top: 59px;
  width: 320px;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 5px 16px rgba(24, 24, 24, 0.15);
  z-index: 10;
}
.main-menu .sub-menu__level-1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 14px;
  width: 28px;
  height: 14px;
  background-image: url(/upload/medialibrary/f13/cbghmalpl02e8jqkxu0b0psgp1odnfk2/menu_bef.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.main-menu .sub-menu__item {
  margin-bottom: 4px;
}
.main-menu .sub-menu__item a {
  color: #fff;
  font-size: 16px;
}
.main-menu .sub-menu__item:hover a {
  color: #FE9EA9;
}
.main-menu__item {
  position: relative;
}
.main-menu__item > a {
  color: #303233;
  font-family: "ManSemibold";
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-menu__item > a svg {
  transition: 0.3s;
}
.main-menu__item > a svg path {
  transition: 0.3s;
}
.main-menu__item:hover > a {
  color: #009F97;
}
.main-menu__item:hover > a path {
  stroke: #009F97;
}
.main-menu__item:hover .sub-menu {
  transform: scaleY(1) translateZ(0);
}

.lk {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #303233;
  font-family: "ManSemibold";
}
.lk svg {
  transition: 0.3s;
}
.lk svg path {
  transition: 0.3s;
  fill: #303233;
}
.lk:hover {
  color: #009F97;
}
.lk:hover svg path {
  fill: #009F97;
}

.wr-soc {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wr-soc a {
  display: flex;
}

.main-menu__item.button-cat a {
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: #009F97;
  padding: 8px 24px;
  border: 1px solid transparent;
}
.button-cat a:hover {
  color: #009F97;
  background: transparent;
  border: 1px solid #009F97;
}
/* end header */

/* ctabs_menus */
.tabs_menus {
  position: absolute;
  width: 1534px;
  left: calc(50% - 767px);
  z-index: 2;
  display: none;
}
.tabs_menus__wr {
  display: flex;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
}
.tabs_menus .nav-tabs {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  max-width: 450px;
  width: 100%;
  background-color: #BCEBE0;
  padding: 73px 53px 40px 112px;
  border-bottom: none;
  overflow-y: auto;
}

.tabs_menus .nav-tabs > li {
  float: left;
  width: 100%;
  border: none;
}
.tabs_menus .nav-tabs > li > a {
  color: #303233;
  font-family: "ManSemibold";
  line-height: 145%;
  font-size: 18px;
  cursor: pointer;
  text-decoration: unset;
  position: relative;
  display: block;
  padding: 5px 0;
}
.tabs_menus .tab-content {
  width: 100%;
  background-color: #E0F0EC;
  overflow-y: auto;
}

.header.fixed .ctabs_menus.open {
  position: fixed;
  top: 65px;
  height: calc(100% - 65px);
}

.tabs_menus .nav-tabs > li:hover > a {
  color: #009F97;
}

.tabs_menus .nav-tabs > li.active:hover > a,
.tabs_menus .nav-tabs > li.active:focus > a,
.tabs_menus .nav-tabs > li.active > a {
  font-size: 18px;
  color: #009F97;
}

.fade.in {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs_menus .tab-content .tab-pane {
  padding: 73px 36px 40px 82px;
}

.tabs_menus .tab-content .tab-pane a.ttl_link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #009F97;
  text-decoration: unset;
  margin-bottom: 46px;
  font-family: "ManSemibold";
  width: 100%;
}
.tabs_menus .tab-content .tab-pane a.ttl_link:hover {
  color: #333333;
}
.tabs_menus .tab-content .tab-pane a.ttl_link svg  {
  min-width: 20px;
}
.tabs_menus .tab-content .tab-pane a.ttl_link svg,
.tabs_menus .tab-content .tab-pane a.ttl_link svg path {
  transition: .3s;
}
.tabs_menus .tab-content .tab-pane a.ttl_link:hover svg {
  transform: rotate(45deg);
}
.tabs_menus .tab-content .tab-pane a.ttl_link:hover svg path {
  fill: #333333;
}

.tabs_menus .tab-content .tab-pane .ttls {
  display: flex;
  flex-wrap: wrap;
}

.tabs_menus .tab-content .tab-pane .ttls a.subttl_link {
  width: 100%;
  max-width: calc(50% - 32px);
  padding: 5px 0;
  margin: 0 32px 0 0;
  color: #303233;
  text-decoration: unset;
  font-family: "ManSemibold";
}
.tabs_menus .tab-content .tab-pane .ttls a.subttl_link:hover {
  color: #009F97;
}

.tabs_menus .tab-content .tab-pane.tab-pane--sale .cart-img-top {
  width: 370px;
}

.tabs_menus .tab-content .tab-pane.tab-pane--sale.active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tabs_menus .tab-content .tab-pane.tab-pane--sale .ttls {
  flex-direction: column;
  max-width: 300px;
  margin-left: 26px;
}


.tabs_menus .tab-content .tab-pane.tab-pane--sale .ttls a.subttl_link {
  max-width: unset;
  margin: 0;
}
/* end ctabs_menus */

/* mobile-menu */
.wr-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  transition: 0.3s;
  z-index: 11;
  max-width: 100% !important;
  width: 45%;
  height: 100vh;
  overflow-y: auto;
}
.wr-mobile-menu.active {
  right: 0;
}

.mobile-menu {
  background: #BCEBE0;
  overflow: hidden;
}
.mobile-menu__header {
  padding: 20px 23px 15px 23px;
  font-size: 18px;
  font-family: "ManSemibold";
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-nav {
  padding-bottom: 12px;
}
.mobile-nav__item .mobile-nav__lev1,
.mobile-nav__item a:not(.btn) {
  color: #303233;
  padding: 4px 20px;
  font-size: 18px;
  font-family: "ManSemibold";
  display: block;
}
.mobile-nav__item .mobile-nav__lev1,
.mobile-nav__item>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mobile-nav__item .mobile-nav__lev1 svg {
  min-width: 11px;
  transition: .3s;
}
.mobile-nav__item .mobile-nav__lev1 svg path {
  transition: .3s;
}
.mobile-nav__item .mobile-nav__lev1.active {
  color: #009F97;
}
.mobile-nav__item .mobile-nav__lev1.active svg {
  transform: rotate(90deg);
}
.mobile-nav__item .mobile-nav__lev1.active svg path {
  fill: #009F97;
}
.mobile-nav .cart-img-top {
  margin: 20px;
}

.mobile-nav-sub {
  background: #E0F0EC;
  padding: 14px 0;
  display: none;
}

.mobile-nav2 {
  background: #E0F0EC;
  padding: 22px 0 54px 0;
} 
.mobile-nav2__item a {
  color: #303233;
  padding: 4px 20px;
  font-size: 18px;
  font-family: "ManSemibold";
  display: block;
}
.mobile-nav-sub a:not(.mobile-nav-sub__lev1) {
  padding: 4px 20px 4px 32px;
}
.mobile-nav-sub a.mobile-nav-sub__lev1 {
  margin-bottom: 8px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #009F97;
}

.fades {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: #1e1e1e;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: .2s;
}
.fades.active {
  opacity: 0.87;
  visibility: visible;
}
@media screen and (min-width: 1199px) {
  .fades.active {
    opacity: 0;
    visibility: hidden;
  }
}
/* end mobile-menu */

.wr-header {
  position: relative;
  margin-bottom: 83px;
}

/* Картинка сверху (в меню акция) */
.cart-img-top {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
.cart-img-top__img {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
}
.cart-img-top__img img {
  width: 100%;
}
.cart-img-top__label {
  color: #009F97;
  font-family: "ManBold";
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 16px;
}
.cart-img-top__title {
  font-family: "ManBold";
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 32px;
}
/* End Картинка сверху (в меню акция) */

/* breadcrumbs */
.breadcrumbs {
  margin: 25px auto 60px auto;
  font-family: "ManSemiBold";
}
.breadcrumbs a {
  color: #303233;
}
.breadcrumbs a:hover {
  color: #009F97;
}
.breadcrumbs__last {
  color: #C5C5C5;
}
/* Endbreadcrumbs */

/* filter */
.filter {  
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  column-gap: 40px;
  row-gap: 20px;
}
/* end filter */

/* pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto;
  padding: 0;
}
.pagination a {
  color: #303233;
  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;
  line-height: 130%;
  font-size: 22px;
  font-family: "ManBold";
  width: 48px;
  height: 48px;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid transparent;
}
.pagination a:hover {
  color: #009f97;
}
.page-numbers.current {
  color: #009f97;
  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;
  line-height: 130%;
  font-size: 22px;
  font-family: "ManBold";
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.page-numbers.dots {
  line-height: 130%;
  font-size: 22px;
  font-family: "ManBold";
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
}
.next.page-numbers, 
.prev.page-numbers {
  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;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 1px solid #009f97;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.next.page-numbers {
  margin-left: 20px;
}
.prev.page-numbers {
  margin-right: 20px;
}
.next.page-numbers svg path, 
.prev.page-numbers svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.next.page-numbers:hover svg path, 
.prev.page-numbers:hover svg path {
  fill: #fff;
}
.next.page-numbers:hover , 
.prev.page-numbers:hover  {
  border: 1px solid #009f97;
  background: #009f97;
}
/* end pagination */

/* popup fancybox */
.fancybox-button, 
.fancybox-button:link, 
.fancybox-button:visited {
  color: #009F97;
}
/* end popup fancybox */

/* Блок видео */
.video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;  
}
.video__img {
  display: flex;
}
.video__img img {
  width: 100%;
}
.video .cplay {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}
/* End Блок видео */

/* Слайдеры */
.slick-slider .arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
}
.slick-slider .arrow_prev {
  left: 12px;
}
.slick-slider .arrow_next {
  right: 12px;
}

.slick-dots {
  bottom: 57px;
}
.slick-dots li button {
  font-size: 0;
  color: transparent;
  display: flex;
  justify-content: center;
  line-height: unset;
  padding: 0;
}
.slick-dots li button:before {
  content: '•';
  font-size: 22px;
  color: #fff;
  position: relative;
  left: 0px;
  line-height: unset;
  opacity: .5;
  transition: .3s;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.wr-title .slider-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* End Слайдеры */

.wr-video {
  margin-bottom: 40px;
}

.img-left-text {
  display: flex;
  gap: 20px;
  align-items: center;
  z-index: 1;
}
.img-left-text__img {
  min-width: 88px;
  height: 88px;
  border-radius: 100px;
  overflow: hidden;
}
.img-left-text__img img {
  max-width: 90px;
}
.img-left-text__capt {
  max-width: 400px;
}
.img-left-text__label {
  font-size: 15px;
}
.img-left-text__title {
  font-size: 18px;
  line-height: 145%;
  position: relative;
  color: #303233;
  border-bottom: 1px solid #9d9c9c;
  transition: .3s;
}
.img-left-text__title:hover {
  border-bottom: 1px solid transparent;
}
.img-left-text__desc {
  font-family: "ManMedium";
  font-size: 16px;
  line-height: 140%;
  margin-top: 5px;
}

.cart-news {
  background: #FFFFFF;
  border: 1px solid #C5C5C5;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  transition: .3s;
}
.cart-news:hover {
  border: 1px solid transparent;
  box-shadow: 0px 0px 18px rgba(188, 235, 224, 0.71); 
}
.cart-news__img {
  display: flex;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
}
.cart-news__img img {
  transition: .3s;
  transform: scale(1);
  width: 100%;
}
.cart-news:hover .cart-news__img img {
  transform: scale(1.1);
}
.cart-news__wr-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cart-news__data {
  font-family: "ManSemibold";
  margin-bottom: 20px;
}
.cart-news__wr-data .cart-news__data {
  margin-bottom: 0;
}
.cart-news__title {
  font-family: "ManBold";
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 20px;
}
.cart-news__desc {
  margin-bottom: 20px;
  font-family: "ManSemibold";
  max-height: 100px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(black 50%, transparent);
}

.row .cart-news {
  height: 100%;
}

.banner-expert {
  display: flex;
  gap: 86px;
  align-items: center;
  justify-content: flex-end;
  background: #D7F3F4;
  border-radius: 20px;
  position: relative;
  min-height: 154px;
  padding: 32px 100px;
  box-sizing: border-box;
}
.banner-expert:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 20px 0 0 20px;
  background-image: url(/local/templates/medseo_new/img/banner-expert-bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 0;
}
.banner-expert__img {
  position: absolute;
  left: 110px;
  z-index: 1;
  display: flex;
}
.banner-expert__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  max-width: 540px;
  position: relative;
  z-index: 1;
}

.offer-main {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;  
  overflow: hidden;
  position: relative;
  min-height: 688px;
}
.offer-main .container {
  padding-top: 230px;
  padding-bottom: 103px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.offer-main__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.offer-main__capt {
  color: #fff;
  max-width: 760px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.offer-main__capt--dark {
	color: #303233;
	max-width: 760px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.offer-main__title {
  font-family: 'ManMedium';
  font-size: 44px;
  line-height: 115%;
  margin-bottom: 30px;
}
.offer-main__desc {
  margin-top: auto;
}

.wr-slider-fluid {
  position: relative;
}
.wr-slider-fluid .play-big {
  position: absolute;
  top: 50%;
  right: 234px;
  z-index: 1;
}
.slider-fluid {
  border-radius: 0px 0px 64px 64px; 
  overflow: hidden;
}
.slider-fluid .slick-track {
  display: flex!important;
}
.slider-fluid .offer-main {
  height: unset;
}
.slider-fluid--top {
  margin-top: -320px;
  margin-bottom: 40px!important;
}
.slider-fluid--top .arrow{
  top: calc(50% + 35px);
}
.slider-fluid .arrow_prev {
  left: 112px;
}
.slider-fluid .arrow_next {
  right: 112px;
}

/*.slider-1 .slick-list {
  border-radius: 30px;
}
.slider-1__item {
  display: flex!important;
  border-radius: 30px;
  overflow: hidden;
}
.slider-1__item img {
  width: 100%;
  object-fit: cover;
}
.slider-1.slick-slider .arrow {
  top: unset;
  bottom: 26px;
}
.slider-1.slick-slider .arrow_prev {
  left: calc(50% - 66px);
}
.slider-1.slick-slider .arrow_next {
  right: calc(50% - 66px);
}*/

.tur-img {
  position: relative;
}
.tur-img__img {
  overflow: hidden;
  border-radius: 30px;
  display: flex;
}
.tur-img__img img {
  width: 100%;
  object-fit: cover;
}
.tur-img .play-big {
  position: absolute;
  top: calc(50% - 62px);
  left: calc(50% - 62px);
}

.title-desc {
  text-align: center;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.title-desc__title {
  margin-bottom: 0!important;
}
.title-desc__desc {
  position: relative;
  font-weight: 600;   
  padding-top: 50px;
}
.title-desc__desc:before {
  content: '';
  position: absolute;
  left: calc(50% - 16px);
  top: 10px;
  width: 32px;
  height: 32px;
  background-image: url(/local/templates/medseo_new/img/Plus.svg);
  background-size: 100%;
  background-repeat: no-repeat;   
}

.text-logo {
  border-radius: 30px;
  background: #D7F3F4;
  padding: 36px 45px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.text-logo__text {
  font-weight: 600;
  line-height: 145%;
  max-width: 360px;
}
.text-logo__img {
  display: flex;
  max-width: 193px;
}

.cust-img {
  display: flex;
  overflow: hidden;
  border-radius: 30px;
}
.cust-img img {
  width: 100%;
  object-fit: cover;
}
.row .text-logo,
.row .cust-img {
  margin-top: 24px;
  height: calc(100% - 24px);
}

.link-img-bot {
  border-radius: 20px;
  padding: 28px 16px 16px 16px;
  box-sizing: border-box;
  background: #D7F3F4;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.linc-img-bot__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.linc-img-bot__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
.linc-img-bot__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  max-width: 200px;
}
.link-img-bot__img {
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  max-height: 164px;
  will-change: transform;
}
.link-img-bot__img img {
  width: 100%;
  object-fit: cover;
  transition: .3s;
}
.link-img-bot:hover .link-img-bot__img img {
  transform: scale(1.05);
}
.link-img-bot:hover .arrow {
  background: #009F97;
}
.link-img-bot:hover path {
  fill: #fff;
}
.row-link-img-bot {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.row-link-img-bot .link-img-bot {
  margin: 0 5px;
  width: calc(25% - 10px);
  align-self: flex-start;
}
.row-link-img-bot .link-img-bot:nth-child(even) {
  margin-top: 60px;
}
.row-link-img-bot .link-img-bot:nth-child(2) {
  background: #FFF0ED;
}
.row-link-img-bot .link-img-bot:nth-child(3) {
  background: #F6F6F6;
}

.menu-services__wr {
  padding: 83px 112px 63px 112px;
  box-sizing: border-box;
  border-radius: 64px;
  background-color: #D7F3F4;
  background-image: url(/local/templates/medseo_new/img/menu-services-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.menu-services__descr {
  font-family: 'ManBold';
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 40px;
}
.menu-services .btn-link {
  margin-bottom: 16px;
}
.drop-services {
  display: flex;
  justify-content: center;
}

.for-whom {
  align-items: center;
}
.for-whom__text {
  padding-right: 50px;
  box-sizing: border-box;
}
.for-whom__title {
  max-width: 580px;
}

.for-whom-item {
  border-radius: 20px;
  box-sizing: border-box;
  padding: 28px 16px 16px 16px;
  position: relative;
  min-height: 364px;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: right;
  transition: .3s;
}
.for-whom-item:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.for-whom-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 230px;
  left: 0;
  top: 34px;
  background-repeat: no-repeat;
}
.for-whom-item--man {
  background-color: #D7F3F4;
  background-image: url(/local/templates/medseo_new/img/for-whom-1-bg.png);
}
.for-whom-item--man:before {
  background-image: url(/local/templates/medseo_new/img/for-whom-1.png);
}
.for-whom-item--woman {
  background-color: #FFF0ED;
  background-image: url(/local/templates/medseo_new/img/for-whom-2-bg.png);
}
.for-whom-item--woman:before {
  background-image: url(/local/templates/medseo_new/img/for-whom-2.png);
}
.for-whom-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.for-whom-item__title {
  font-size: 22px;
  line-height: 130%;
  font-weight: 700;
  padding-left: 13px;
  box-sizing: border-box;
}
.for-whom-item__subtitle {
  background: #fff;
  border-radius: 16px;
  margin-top: auto;
  padding: 16px 20px 16px 28px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.for-whom-item__subtitle svg {
  min-width: 35px;
  transition: .3s;
}
.for-whom-item:hover .for-whom-item__subtitle svg {
  transform: rotate(45deg);
}

.row-num-text {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 32px 0;
}
.num-text {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px 24px;
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
}
.num-text__num {
  font-weight: 700;
  font-size: 44px;
  line-height: 115%;
  white-space: nowrap;
  flex-shrink: 0;
}
.num-text__text {
  min-width: 0;
}
.row-num-text .num-text {
  width: calc(100% - 8px);
}

.section-about-doctor {
  z-index: 1;
}
.about-doctor {
  display: flex;
  gap: 83px;
  justify-content: space-between;
  position: relative;
}
.about-doctor:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #FFF0ED;
  background-image: url(/local/templates/medseo_new/img/about-doc-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.about-doctor__first {
  padding: 40px 32px 46px 32px;
  box-sizing: border-box;
  width: 360px;
}
.about-doctor__name {
  font-family: "ManBold";
  line-height: 130%;
  font-size: 28px;
  margin-bottom: 10px;
  max-width: 210px;
}
.about-doctor__desc {
  font-family: "ManSemibold";
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 94px;
}
.about-doctor__img {
  display: flex;
  width: 465px;
  position: relative;
}
.about-doctor__img img {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: -1;
  max-height: 505px;
  width: auto;
}
.about-doctor__stiker {
  position: absolute;
  top: 0;
  left: -90px;
  width: 136px;
  height: 179px;
  background-image: url(/local/templates/medseo_new/img/stik-kand.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.about-doctor__last {
  padding: 68px 56px 68px 0;
  box-sizing: border-box;
  max-width: 340px;
}
.about-doctor__price {
  margin-bottom: 20px;
}
.about-doctor__price div {
  font-family: "ManBold";
  line-height: 130%;
  font-size: 28px;
  margin-top: 4px;
}
.about-doctor__stag {
  font-size: 18px;
  margin-bottom: 20px;
}
.about-doctor__stag div {
  font-family: "ManBold";
  line-height: 100%;
  font-size: 68px;
  margin-top: 4px;
}

/* Слайдер докторов */
.slider-doctor-item {
  display: flex!important;
  align-items: center;
  gap: 20px;
  padding: 16px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  border-radius: 16px;
  overflow: hidden;
  transition: .3s;
}
.slider-doctor-item:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.slider-doctor-item__img {
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  width: 80px;
  min-width: 80px;
}
.slider-doctor-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-doctor-item__name {
  font-family: 'ManBold';
}
.slider-doctor-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider-doctors {
  margin: 0 -10px;
  overflow: hidden;
}
.slider-doctors .slick-track {
  padding: 32px 0;
}
.slider-doctors .slick-list {
  width: calc(100% - 154px);
  margin: 0 auto;
}
.slider-doctors .slider-doctor-item {
  margin: 0 10px;
}
.slider-doctors .slider-doctor-item.slick-center {
  background: #FFF0ED;
  border: 1px solid transparent;
}
/* End Слайдер докторов */

.banner-doctor {
  margin: 64px auto;
  position: relative;
}
.banner-doctor:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #FFF0ED;
  background-image: url(/local/templates/medseo_new/img/bn-doc-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0;
}
.banner-doctor .container {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.banner-doctor__left {
  width: 980px;
  padding: 100px 0 64px 0;
}
.banner-doctor__text {
  font-family: "ManBold";
  font-size: 22px;
  line-height: 130%;
  position: relative;
}
.banner-doctor__text:before {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  left: -77px;
  top: -4px;
  background-image: url(/local/templates/medseo_new/img/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.banner-doctor__text p {
  margin-bottom: 30px;
}
.banner-doctor__img {
  display: flex;
}
.banner-doctor__capt {
  display: flex;
  margin-top: 80px;
}
.banner-doctor__name {
  margin-right: 30px;
  width: 420px;
  font-size: 16px;
}
.banner-doctor__name a {
  font-family: "ManBold";
  line-height: 130%;
  font-size: 28px;
  margin-bottom: 10px;
  max-width: 210px;
  display: block;
  color: #303233;
}
.banner-doctor__name a:hover {
  color: #009F97;
}
.banner-doctor__price {
  margin-right: 80px;
  font-size: 16px;
}
.banner-doctor__price div {
  font-family: "ManBold";
  line-height: 130%;
  font-size: 22px;
  margin-top: 4px;
}
.banner-doctor__stag {
  font-size: 16px;
  width: 190px;
}
.banner-doctor__stag div {
  font-family: "ManSemibold";
  line-height: 100%;
  font-size: 56px;
  margin-top: 4px;
}

.banner-call > * {
  position: relative;
  z-index: 1;
}
.banner-call {
  display: flex;
  gap: 40px;
  align-items: center;
  background: #D7F3F4;
  border-radius: 20px;
  position: relative;
  min-height: 114px;
  padding: 0 110px;
  box-sizing: border-box;
}
.banner-call__phone {
  font-size: 36px;
  line-height: 115%;
  font-family: "ManBold";
  color: #303233;
}
.banner-call__phone:hover {
  color: #009F97;
}
.banner-call .wr-mess__label {
  font-family: "ManBold";
}
.banner-call__img {
  display: flex;
  position: absolute;
  right: 83px;
  bottom: 0;
}
.banner-call:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 114px;
  width: 100%;
  border-radius: 0 20px 20px 0;
  background-image: url(/local/templates/medseo_new/img/banner-call-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 0;
}

.actions {
  background-image: url(/local/templates/medseo_new/img/section-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.actions .row--cart {
  margin-bottom: 0;
}

.cart-action {
  background: #FFFFFF;
  border: 1px solid #C5C5C5;
  border-radius: 20px;
  padding: 24px;
  box-sizing: border-box;
  display: flex!important;
  gap: 24px;
  transition: .3s;
}
.cart-action:hover {
  border: 1px solid transparent;
  box-shadow: 0px 0px 18px rgba(188, 235, 224, 0.71); 
}
.cart-action__img {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  min-width: 340px;
}
.cart-action__stiker {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 11px 37px 11px 30px;
  gap: 8px;
  background: #4AC3CB;
  border-radius: 0px 0px 16px 0px;
  font-size: 28px;
  font-family: "ManBold";
  line-height: 130%;
  z-index: 1;
  color: #fff;
}
.cart-action__thumb {
  display: flex;
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
}
.cart-action__thumb img {
  width: 100%;
  object-fit: cover;
}
a .cart-action__thumb img {
  transition: .3s;
  transform: scale(1);
}
.cart-action:hover a .cart-action__thumb img {
  transform: scale(1.1);
}
.cart-action__term {
  font-family: "ManBold";
  font-size: 22px;
  line-height: 130%;
  color: #009F97;
  margin-bottom: 16px;
}
.cart-action__title {
  font-family: "ManBold";
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 16px;
}
.cart-action__price {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.cart-action__new-price {
  font-family: "ManBold";
  font-size: 44px;
  line-height: 115%;
  color: #FE9EA9;
}
.cart-action__old-price {
  font-family: "ManBold";
  font-size: 28px;
  color: #C5C5C5;
  position: relative;
}
.cart-action__old-price:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #C5C5C5;
  left: 0;
  top: 50%;
}
.cart-action__desc {
  margin-bottom: 20px;
}
.cart-action__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.row .cart-action {
  height: 100%;
}

.action-link-oplata {
  margin: 0 0 40px 0;
  font-family: "ManBold";
  font-size: 28px;
  line-height: 130%;
}
.action-link-oplata a {
  color: #009F97;
  position: relative;
  display: inline-block;
}
.action-link-oplata a:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009F97;
  transition: .3s;
}
.action-link-oplata a:hover:before {
  background: transparent;
}

.actions-slider {
  margin: 0 -12px;
}
.actions-slider.slick-slider .slick-track {
  display: flex;
}
.actions-slider.slick-slider .cart-action,
.actions-slider.slick-slider .cart-news {
  height: unset;
  margin: 0 12px;
}
.actions-slider.slick-slider .slick-track {
  display: flex;
  padding: 18px 0;
}
.actions-slider.slick-slider .arrow_prev {
  left: -16px;
}
.actions-slider.slick-slider .arrow_next {
  right: -16px;
}

.gall {
  display: flex!important;
  justify-content: center;
}
.gall-item__img {
  display: flex;
  justify-content: center;
  margin: 0 4px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.gall-item__img:before {
  content: "";
  background: #1e1e1e;
  z-index: 1;
  opacity: .15;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.gall-item__img:after {
  content: "";
  background-image: url(/local/templates/medseo_new/img/zooming.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  display: block;
  padding: 20px;
  z-index: 1;
}
.gall-item__img:hover:after  {
  opacity: 1;
}
.gall-item__img:hover:before  {
  opacity: 0.4;
}
.gall-item__img img {
  max-height: 312px;
  width: 100%;
}

.gall.slick-slider .arrow_prev {
  left: 30px;
}
.gall.slick-slider .arrow_next {
  right: 30px;
}


.lab-items {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.lab-items .lab-item {
  width: calc(50% - 18px);
}

.lab-item {
  background-color: #F6F6F6;
  background-image: url(/local/templates/medseo_new/img/lab-item-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  border-radius: 20px;
  display: flex;
  gap: 32px;
  padding: 8px 16px 8px 8px;
  box-sizing: border-box;
}
.lab-item__img {
  border-radius: 16px;
  overflow: hidden;
  min-width: 183px;
}
.lab-item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lab-item__capt {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lab-item__wr-title {
  display: flex;
  gap: 22px;
}
.lab-item__title {
  font-family: 'ManBold';
  font-size: 22px;
  line-height: 130%;
}
.lab-item__num {
  font-size: 16px;
  line-height: 115%;
  margin-left: auto;
  min-width: 30px;
}
.lab-item__text {
  font-size: 16px;
  line-height: 125%;
}

/* Аккордион */
.wr-accordion p {
  margin-bottom: 28px;
}
.wr-accordion .accordion {
  margin-bottom: 40px;
}
.wr-accordion .accordion:last-child {
  margin-bottom: 0;
}
.accordion__desc {
  margin-bottom: 20px;
}
.accordion-head {
  background: #D7F3F4;
  display: flex;
  padding: 20px 24px;
  box-sizing: border-box;
}
.accordion-head__name {
  min-width: 735px;
}
.accordion-title__label {
  display: none;
}
.accordion-head__price {
  min-width: 245px;
}
.accordion-head__sale {
  min-width: 245px;
}

.accordion__item {
  overflow: hidden;
}
.accordion__item.hidden {
  display: none;
}
.accordion-title {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}
.accordion-title.active,
.accordion-title:hover {
  background-color: #F6F6F6;
}
.accordion__name {
  font-family: "ManBold";
  font-size: 22px;
  line-height: 130%;
  min-width: 685px;
  padding-right: 50px;
}
.accordion__price,
.accordion__old-price,
.accordion__new-price,
.accordion__ret-price {
  min-width: 245px;
}
.accordion__price span {
  font-family: "ManBold";
  font-size: 22px;
  line-height: 130%;
  min-width: 245px;
}
.accordion__old-price span {
  font-family: "ManBold";
  font-size: 22px;
  line-height: 130%;
  text-decoration: line-through;
  color: #C5C5C5;
  min-width: 245px;
}
.accordion__new-price span {
  font-family: "ManBold";
  font-size: 22px;
  line-height: 130%;
  font-weight: bold;
  color: #FE9EA9;
  min-width: 245px;
}
.accordion__ret-price span {
  font-family: "ManBold";
  font-size: 22px;
  line-height: 130%;
  min-width: 245px;
}
.accordion-title svg {
  transition: transform 0.3s;
  min-width: 20px;
}
.accordion-title.active svg {
  transform: rotate(90deg);
}
.accordion__content {
  display: none;
  padding: 0 24px 20px 24px;
  background-color: #F6F6F6;
  border-bottom: 1px solid #fff;
}
.accordion__content ul {
  margin: 0 0 28px 0;
  padding-left: 30px;
}
.accordion__content ul:last-child {
  margin: 0;
}
.accordion__content ul li {
  list-style: disc;
}
.accordion__show-more {
  background-color: #D7F3F4;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #009F97;
  font-family: "ManBold";
  padding: 16px;
  box-sizing: border-box;
  transition: .3s;
}
.accordion__show-more svg path {
  transition: .3s;
}
.accordion__show-more:hover {
  cursor: pointer;
  color: #fff;
  background-color: #009F97;
}
.accordion__show-more:hover svg path {
  fill: #fff;
}

.accordion-outside .accordion {
  display: none;
}
.accordion-outside__item {
  margin-bottom: 1px;
}
.accordion-outside__name {
  background: #D7F3F4;
  font-size: 22px;
  line-height: 130%;
  font-weight: 600;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
}
.accordion-outside__name:hover {
  cursor: pointer;
}
.accordion-outside__name svg {
  transition: transform 0.3s;
}
.accordion-outside__name.active svg {
  transform: rotate(90deg);
}
/* End Аккордион */

.wr-advans--mt {
  margin-top: -63px;
}

.advans-serv {
  border-radius: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.advans-serv:hover {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.advans-serv--bg1 {
  background-color: #D7F3F4;
}
.advans-serv--bg2 {
  background-color: #FFF0ED;
}
.advans-serv--bg3 {
  background-color: #F6F6F6;
}
.advans-serv--bg4 {
  background-color: #D7F3F4;
}
.advans-serv__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.advans-serv__ico {
  display: flex;
  align-items: center;
  min-width: 40px;
}
.advans-serv__text {
  font-family: "ManMedium";
  max-width: 190px;
}
.advans-serv__text strong {
  font-family: "ManBold";
}
.row .advans-serv {
  height: 100%;
  position: relative;
  z-index: 1;
}

.steps__title {
  font-family: 'ManLight';
  font-size: 44px;
  line-height: 115%;
  margin: 0 0 40px 0;
}
.steps__desc {
  font-family: 'ManBold';
  font-size: 22px;
  line-height: 130%;
  margin: 0 0 40px 0;
}
.steps__wr-title {
  margin: 0 0 40px 0;
}
.steps__wr-title .steps__title {
  margin: 0 0 14px 0;
}
.steps__wr-title .steps__desc {
  margin: 0;
}

.step {
  padding: 43px 66px 58px 66px; 
  border-radius: 20px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100%;
}
.step--1 {
  background-color: #D7F3F4;
  background-image: url(/local/templates/medseo_new/img/step1-bg.png);
  background-position: bottom right;
}
.step--2 {
  background-color: #FFF0ED;
  background-image: url(/local/templates/medseo_new/img/step2-bg.png);
  background-position: top left;
}
.step--3 {
  background-color: #F6F6F6;
  background-image: url(/local/templates/medseo_new/img/step3-bg.png);
  background-position: bottom right;
}
.step__title {
  font-family: "ManLight";
  font-size: 44px;
  line-height: 115%;
  margin-bottom: 22px;
}
.step__text {
  font-family: "ManBold";
  font-size: 22px;
  line-height: 130%;
  max-width: 275px;
}

.row .step {
  height: 100%;
}

.cont-row {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.cont-row__first {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  width: 976px;
  margin: 0 1rem;
}
.cont-row__last {
  margin: 0 12px;
}
.cont-logo {
  display: flex;
  width: 316px;
  margin-bottom: 20px;
}
.time-work--cont {
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 20px;
}
.wr-phone.wr-phone--line {
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
}
.wr-phone--line .wr-phone__phone {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 130%;
}
.cont-email {
  color: #303233;
}
.cont-email:hover {
  color: #009F97;
}
.cont-adress div {
  margin-bottom: 20px;
}

.popup-win {
  display: none;
  padding: 60px;
  border-radius: 30px;
  width: 100%;
  max-width: 750px;
}
.popup-win__title {
  margin: 0 0 40px 0;
}
.popup-win .fancybox-close-small {
  padding: 0;
  border-radius: 100px;
  border: 1px solid #009F97;
  right: 60px;
  top: 60px;
}
.popup-win .fancybox-close-small svg {
  stroke-width: 1;
  fill: #009F97;
  stroke: #009F97;
  transform: scale(0.9);
}

input[type=email], 
input[type=number], 
input[type=password], 
input[type=tel], 
input[type=text], 
select, 
textarea {
  border: 1px solid #009F97;
  border-radius: 12px;
  padding: 16px 28px;
  box-sizing: border-box;
}
input[type=email], 
input[type=number], 
input[type=password], 
input[type=tel], 
input[type=text], 
select {
  min-height: 72px;
  display: flex;
  align-items: center;
}

.forma input[type=email], 
.forma input[type=number], 
.forma input[type=password], 
.forma input[type=tel], 
.forma input[type=text], 
.forma select, 
.forma textarea {
  margin-bottom: 20px;
  width: 100%;
}
.forma textarea {
  height: 190px;
}
.forma input[type=submit] {
  border: 0;
  margin: 40px auto 0 auto;
  display: flex
}
.forma .polit {
  font-size: 12px;
  font-weight: 450;
  line-height: 140%;
}

.forma--line {
  display: flex;
  align-items: center;
  gap: 33px;
}
.forma--line .forma__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}
.forma--line .polit {
  font-size: 16px;
  line-height: 140%;
}

.subscription {
  display: flex;
  gap: 40px;
  align-items: center;
  background-color: #D7F3F4;
  background-image: url(/local/templates/medseo_new/img/subsc-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left 168px;
  background-size: contain;
  border-radius: 20px;
  position: relative;
  padding: 40px 70px;
  box-sizing: border-box;
  position: relative;
}
.forma--line .forma__title {
  min-width: 372px;
}
.forma--line .forma__input {
  min-width: 372px;
  max-width: 372px;
  margin-bottom: 0!important;
}
.forma--line .btn {
  font-size: 18px;
}

.link-list {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.link-list a {
  color: #303233;
}
.link-list a:hover {
  color: #009F97;
}
.link-list__parent {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  padding-bottom: 27px;
  margin-bottom: 21px;
  border-bottom: 1px solid #009F97;
  width: 100%;
}
.link-list__parent svg {
  min-width: 20px;
  transition: .3s;
}
.link-list__parent svg path {
  transition: .3s;
}
.link-list__parent:hover svg {
  transform: rotate(45deg);
}
.link-list__parent:hover svg path {
  fill: #009F97;
}
.link-list__child {
  position: relative;
  font-size: 16px;
}
.link-list__child:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009F97;
  transition: .3s;
  opacity: 0;
}
.link-list__child:hover:before {
  opacity: 1;
}

.links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.links-list .link-list {
  margin-bottom: 40px;
  width: calc(33.333% - 21.4px);
}


/* footer */
.footer {
  margin-top: 60px;
}
.footer__top {
  padding: 58px 0 48px 0;
  background: #BCEBE0;
  border-radius: 40px 40px 0px 0px;
  font-family: "ManBold";
}
.footer__top .container {
  display: flex;
}
.footer__bottom {
  background: #E0F0EC;
  padding: 24px 0;
  font-family: "ManMedium";
}
.footer__bottom .container {
  display: flex;
  align-items: center;
  position: relative;
}
.footer__bottom .developer {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
}
.footer__col:first-child {
  width: 300px;
  margin: 0 150px 0 0;
}
.footer__col:nth-child(2) {
  width: 855px;
}
.developer-group {
  display: flex;
  align-items: center;
  gap: 222px;
}
.footer__col:nth-child(2) .footer-menu {
  column-count: 2;
  margin-bottom: 50px;
}
.footer__col:nth-child(2) .footer-menu__item {
  max-width: 270px;
}
.footer__col:last-child {
  margin: 0 0 0 auto;
}
.footer__col:last-child .footer-menu {

}
.footer__logo {
  margin: 0 0 20px 0;
}
.footer .wr-phone {
  margin-bottom: 20px;
}
.footer .time-work {
  font-size: 18px;
  font-family: "ManBold";
  line-height: 145%;
  margin-bottom: 18px;
}
.footer__adress div {
  margin-bottom: 6px;
}
.footer .wr-soc {
  flex-wrap: wrap;
  gap: 0px 20px;
}

.footer .wr-soc__cop {
  width: 100%;
  font-size: 12px;
  line-height: 140%;
}
.footer__oferta {
  font-size: 10px;
  line-height: 135%;
  max-width: 580px;
  margin: 0 auto 0 40px;
}
.footer__oferta a {
  color: #303233;
}
.footer__oferta a {
  color: #009F97;
}
.footer__oferta a:hover {
  text-decoration: underline;
}

.wr-phone {
  display: flex;
  flex-direction: column;
}
.wr-phone__phone {
  font-size: 22px;
  line-height: 130%;
  color: #303233;
  margin-bottom: 10px;
}
.wr-phone__phone:hover {
  color: #009F97;
}

.footer-menu__item {
  margin-bottom: 6px;
}
.footer-menu__item a {
  font-family: "ManSemibold";
  color: #303233;
  line-height: 145%;
}
.footer-menu__item a:hover {
  color: #009F97;
}

.developer__label {
  font-size: 10px;
  line-height: 135%;
  margin-left: 29px;
}
.developer__link {
  color: #097bbf;
  font-family: "ManMedium";
  display: flex;
  align-items: center;
  gap: 5px;
}

/* end footer */