@charset "UTF-8";
html {
  font-size: 18px;
  overflow-x: hidden;
}
html:before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 10;
}
html.burger-lock,
html.lock {
  overflow: hidden;
}
html.burger-lock:before {
  opacity: 1;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #fff;
  color: #03363c;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.43;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.page,
body.burger-lock,
body.lock {
  overflow: hidden;
}
.page {
  max-width: 100vw;
}
.container {
  margin: 0 auto;
  max-width: 1850px;
  padding: 0 60px;
  width: 100%;
}
scrollbar-button {
  height: 0;
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #139297;
  border-radius: 5px;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #139297;
}
::-webkit-resizer {
  height: 0;
  width: 14px;
}
::-webkit-scrollbar {
  width: 14px;
}
a,
button {
  background: none;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition:
    color 0.3s linear,
    background-color 0.3s linear,
    border-color 0.3s linear;
  transition:
    color 0.3s linear,
    background-color 0.3s linear,
    border-color 0.3s linear;
}
select {
  background-color: inherit;
}
blockquote,
button {
  margin: 0;
}
button {
  border: none;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}
textarea {
  border: none;
  outline: none;
  resize: none;
}
textarea:focus {
  outline-width: 0;
}
input::-webkit-input-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: none;
}

.text__content ul a {
  font-weight: 600;
  text-decoration: underline;
}

input::-moz-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: none;
}
input:-ms-input-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: none;
}
input::-ms-input-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: none;
}
input,
input::placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: none;
}
input::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder {
  color: inherit;
}
input::placeholder {
  color: inherit;
}
picture {
  display: block;
}
picture img {
  max-width: 100%;
  min-height: 1px;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  margin: 0;
  margin-block-end: 0;
  margin-block-start: 0;
  padding: 0;
}
ol li,
ul li {
  list-style-type: none;
}
ol {
  margin: 0;
  padding: 0;
}
ol li {
  list-style-position: inside;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
h1 {
  font-size: 64px;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
h2 {
  font-size: 46px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
.section-offset {
  margin-bottom: 160px;
}
.section-padding {
  padding: 80px 0;
}
.section-title {
  color: #03363c;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 auto 24px;
  text-align: center;
}
.section-title span,
a:hover {
  color: #139297;
}
.section-badge {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.page-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: start;
}
.page-title span {
  color: #139297;
}
.page-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 900px;
  text-align: start;
}
.page-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  text-align: start;
}
.page-header,
.section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.section-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.section-top a {
  white-space: nowrap;
}
.social {
  gap: 10px;
}
.social,
.social__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border-radius: 50%;
  height: 40px;
  justify-content: center;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  width: 40px;
}
.social__link:hover {
  background-color: #03363c;
}
.social__link:hover picture img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.social__link picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.social__link picture > img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 22px;
}
textarea {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.118);
  border-radius: 8px;
  color: #fff;
  padding: 17px 20px;
  width: 100%;
}
textarea::-webkit-input-placeholder {
  color: #fff;
}
textarea::-moz-placeholder {
  color: #fff;
}
textarea:-ms-input-placeholder {
  color: #fff;
}
textarea::-ms-input-placeholder {
  color: #fff;
}
textarea::placeholder {
  color: #fff;
}
.standart-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  padding: 17px 24px;
  text-align: center;
  -webkit-transition:
    color 0.3s linear,
    background-color 0.3s linear,
    border-color 0.3s linear;
  transition:
    color 0.3s linear,
    background-color 0.3s linear,
    border-color 0.3s linear;
}
.primary-btn {
  background-color: #139297;
  color: #fff;
}
@media (hover: hover) {
  .primary-btn:hover {
    background-color: #03363c;
  }
}
.secondary-btn {
  background-color: #fff;
  border: 1px solid #139297;
  color: #139297;
}
@media (hover: hover) {
  .secondary-btn:hover {
    background-color: #139297;
    border: 1px solid transparent;
    color: #fff;
  }
}
.tertiary-btn {
  background-color: #fff;
  color: #139297;
}
@media (hover: hover) {
  .tertiary-btn:hover {
    background-color: #03363c;
    color: #fff;
  }
}
.quaternary-btn {
  background-color: #139297;
  border: 1px solid #fff;
  color: #fff;
}
@media (hover: hover) {
  .quaternary-btn:hover {
    background-color: #fff;
    border: 1px solid #139297;
    color: #139297;
  }
}
.swiper-btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumbs,
.swiper-btns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.breadcrumbs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding-top: 20px;
  position: relative;
}
.breadcrumbs li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #03363c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 10px;
}
.breadcrumbs li a:hover {
  color: #139297;
}
.breadcrumbs li:after {
  content: "—";
  display: block;
  font-size: inherit;
}
.breadcrumbs li:last-of-type {
  color: rgba(3, 54, 60, 0.7);
}
.breadcrumbs li:last-of-type:after {
  display: none;
}
.breadcrumbs-white {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-top: 20px;
  position: relative;
}
.breadcrumbs-white,
.breadcrumbs-white li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.breadcrumbs-white li {
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 13px;
}
.breadcrumbs-white li a:hover {
  color: #139297;
}
.breadcrumbs-white li:after {
  content: "•";
  display: block;
  font-size: inherit;
}
.breadcrumbs-white li:last-of-type {
  color: #fff;
}
.breadcrumbs-white li:last-of-type:after {
  display: none;
}
.logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.logo:hover {
  color: #139297;
}
.logo__picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
}
.logo__picture,
.logo__picture > img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.logo__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  height: 100%;
  justify-content: space-between;
  white-space: nowrap;
}
.logo__text p {
  color: #03363c;
  font-size: 9.41px;
  font-weight: 400;
  line-height: 1;
}
.logo__text span {
  color: #139297;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.hide {
  display: none;
}
.color-bg {
  background-color: #edf6f6;
}
.section-offset-bottom {
  padding-bottom: 80px;
}
.section-offset-top {
  padding-top: 80px;
}
.latent,
.panel-title {
  display: none;
}
.show-more-btn {
  display: none;
  margin: 30px auto 0;
}
.show-more-btn.visible,
.sitemap-page__content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sitemap-page__content > ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.sitemap-page__content > ul > li {
  -ms-flex-preferred-size: calc(33.333% - 7.5px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #edf6f6;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: calc(33.333% - 7.5px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
.sitemap-page__content > ul > li > a {
  font-size: 24px;
  font-weight: 700;
}
.sitemap-page__content > ul > li > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  gap: 24px;
}
@media (hover: hover) {
  .img-animation img {
    -webkit-transition: scale 3s ease;
    transition: scale 3s ease;
  }
  .img-animation,
  .img-animation picture {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  .img-animation picture:before {
    background: #03363c;
    border-radius: 20px;
    -webkit-clip-path: circle(0 at 100% 100%);
    clip-path: circle(0 at 100% 100%);
    content: "";
    display: block;
    height: 100%;
    inset: 0;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    -webkit-transition: -webkit-clip-path 0.4s ease-in-out;
    transition: -webkit-clip-path 0.4s ease-in-out;
    transition: clip-path 0.4s ease-in-out;
    transition:
      clip-path 0.4s ease-in-out,
      -webkit-clip-path 0.4s ease-in-out;
    width: 100%;
    z-index: 2;
  }
  .img-animation:hover picture:before {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }
  .img-animation:hover img {
    scale: 1.3;
  }
}
@media (max-width: 1440px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  .page-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .breadcrumbs,
  .breadcrumbs-white {
    margin-bottom: 40px;
    padding-top: 15px;
  }
  .page-header {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 20px;
  }
  .section-offset-top {
    padding-top: 100px;
  }
  .section-offset-bottom {
    padding-bottom: 100px;
  }
  .section-offset {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  h1 {
    font-size: 50px;
  }
  h1,
  h2 {
    font-weight: 700;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
  h3,
  h4 {
    font-weight: 700;
  }
  h4 {
    font-size: 20px;
  }
  .page-title,
  .section-title {
    font-size: 42px;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .section-offset-top {
    padding-top: 70px;
  }
  .section-offset-bottom {
    padding-bottom: 70px;
  }
  .section-padding {
    padding: 60px 0;
  }
  .sitemap-page__content > ul {
    gap: 10px;
  }
  .sitemap-page__content > ul > li {
    -ms-flex-preferred-size: calc(50% - 5px);
    border-radius: 20px;
    flex-basis: calc(50% - 5px);
    gap: 30px;
    padding: 30px;
  }
  .sitemap-page__content > ul > li > a {
    font-size: 20px;
  }
  .sitemap-page__content > ul > li > ul {
    font-size: 16px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .standart-btn,
  body,
  html {
    font-size: 14px;
  }
  .standart-btn {
    font-weight: 600;
    padding: 17px 24px;
  }
  h1 {
    font-size: 26px;
  }
  h1,
  h2 {
    font-weight: 700;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h3,
  h4 {
    font-weight: 700;
  }
  h4 {
    font-size: 16px;
  }
  .section-title {
    font-size: 32px;
    text-align: start;
  }
  .section-badge {
    display: none;
  }
  .page-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .breadcrumbs,
  .breadcrumbs-white,
  .breadcrumbs-white li {
    gap: 5px;
  }
  .main__top {
    margin-bottom: 25px;
  }
  .container {
    padding: 0 10px;
  }
  .swiper__container {
    padding: 0;
  }
  .swiper,
  .swiper-btns {
    padding: 0 10px;
  }
  .section-offset-top {
    padding-top: 40px;
  }
  .section-offset-bottom {
    padding-bottom: 40px;
  }
  .section-padding {
    padding: 30px 0;
  }
  ::-webkit-resizer,
  ::-webkit-scrollbar {
    width: 8px;
  }
  .sitemap-page__content > ul {
    gap: 10px;
  }
  .sitemap-page__content > ul > li {
    -ms-flex-preferred-size: 100%;
    border-radius: 14px;
    flex-basis: 100%;
    gap: 20px;
    padding: 20px;
  }
  .sitemap-page__content > ul > li > a {
    font-size: 16px;
  }
  .sitemap-page__content > ul > li > ul {
    font-size: 14px;
    gap: 10px;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
main {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 600;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  display: block;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  src:
    local("Manrope Bold"),
    local("Manrope-Bold"),
    url(../fonts/Manrope/Manrope-Bold.woff2) format("woff2"),
    url(../fonts/Manrope/Manrope-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  src:
    local("Manrope Semibold"),
    local("Manrope-Semibold"),
    url(../fonts/Manrope/Manrope-Semibold.woff2) format("woff2"),
    url(../fonts/Manrope/Manrope-Semibold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  src:
    local("Manrope Regular"),
    local("Manrope-Regular"),
    url(../fonts/Manrope/Manrope-Regular.woff2) format("woff2"),
    url(../fonts/Manrope/Manrope-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 300;
  src:
    local("Manrope Light"),
    local("Manrope-Light"),
    url(../fonts/Manrope/Manrope-Light.woff2) format("woff2"),
    url(../fonts/Manrope/Manrope-Light.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 100;
  src:
    local("Manrope Thin"),
    local("Manrope-Thin"),
    url(../fonts/Manrope/Manrope-Thin.woff2) format("woff2"),
    url(../fonts/Manrope/Manrope-Thin.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  src:
    local("Manrope Medium"),
    local("Manrope-Medium"),
    url(../fonts/Manrope/Manrope-Medium.woff2) format("woff2"),
    url(../fonts/Manrope/Manrope-Medium.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  src:
    local("Manrope ExtraBold"),
    local("Manrope-ExtraBold"),
    url(../fonts/Manrope/Manrope-ExtraBold.woff2) format("woff2"),
    url(../fonts/Manrope/Manrope-ExtraBold.woff) format("woff");
}
.swiper {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.swiper,
.swiper canvas,
.swiper img,
.swiper video {
  overflow: hidden;
}
.swiper-pag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  pointer-events: none;
}
.swiper_outside {
  position: relative;
}
.swiper-pag_outside {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: -86px;
  position: relative;
  position: absolute;
  right: -86px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% + 172px);
}
.slider-button {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #edf6f6;
  background-color: #139297;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 46px;
  justify-content: center;
  pointer-events: all;
  position: relative;
  -webkit-transition:
    background-color 0.3s linear,
    border-color 0.3s linear,
    color 0.3s linear,
    fill 0.3s linear,
    stroke 0.3s linear;
  transition:
    background-color 0.3s linear,
    border-color 0.3s linear,
    color 0.3s linear,
    fill 0.3s linear,
    stroke 0.3s linear;
  width: 46px;
}
.slider-button svg path {
  fill: #fff;
  stroke: #fff;
}
.slider-button:hover {
  background-color: #edf6f6;
  border-color: #139297;
}
.slider-button:hover svg path {
  fill: #139297;
  stroke: #139297;
}
.custom-wrapper__swiper {
  padding-bottom: 5px;
  position: relative;
}
.swiper-pagination-horizontal.swiper-pagination-bullets {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #edf6f6;
  border-radius: 4px;
  bottom: 15px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  justify-content: center;
  left: 50%;
  margin: 0;
  max-width: 400px;
  position: absolute;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 3;
}
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  -webkit-box-flex: 1;
  background-color: #139297;
  border-radius: 50px;
  border-radius: 4px;
  -ms-flex: 1;
  flex: 1;
  height: 3px;
  height: 8px;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-fraction {
  background-color: #edf6f6;
  border-radius: 14px;
  color: rgba(19, 146, 151, 0.5);
  font-size: 20px;
  line-height: 1;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 16px 19px;
}
.swiper-pagination-horizontal.swiper-pagination-fraction
  .swiper-pagination-current {
  color: #139297;
  font-weight: 600;
}
.swiper-pagination-horizontal.swiper-pagination-fraction
  .swiper-pagination-total {
  font-weight: 500;
}
.swiper-btn {
  padding: 17px 40px;
}
.swiper-button-disabled {
  background: #edf6f6;
  border-color: #edf6f6;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-disabled svg path {
  fill: #139297;
  stroke: #139297;
}
.slider-button_prev:after {
  margin-left: 3px;
  margin-right: 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
@media (max-width: 1400px) {
  .swiper-pag_outside {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .swiper-pag_hide {
    display: none;
  }
  .slider-button {
    height: 40px;
    width: 40px;
  }
  .swiper-btn {
    max-height: 40px;
    padding: 10px 20px;
  }
}
@media (max-width: 550px) {
  .swiper-btn {
    padding: 10px 20px;
  }
  .swiper {
    margin-bottom: 20px;
  }
}
.header {
  background-color: #fff;
  position: relative;
  z-index: 101;
}
.header__badsee {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header__badsee:after {
  -ms-flex-negative: 0;
  background: url(../img/icons/badsee.svg) 50% no-repeat;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.header__center {
  padding: 16px 0;
}
.header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__inner,
.header__location {
  gap: 10px;
}
.header__inner,
.header__location,
.header__location-picture {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__location-picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #edf6f6;
  border-radius: 100%;
  height: 100%;
  justify-content: center;
  max-height: 36px;
  max-width: 36px;
  min-height: 36px;
  min-width: 36px;
  width: 100%;
}
.header__location-picture > img {
  height: 100%;
  max-height: 14px;
  max-width: 14px;
  min-height: 14px;
  min-width: 14px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.header__location-btn {
  color: #03363c;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
  text-decoration: underline;
}
.header__location-btn:hover {
  color: #139297;
}
.header__location-text {
  font-weight: 500;
}
.header__location-small {
  color: rgba(0, 27, 33, 0.475);
  font-size: 12px;
}
.header__btns {
  gap: 10px;
}
.header__btns,
.header__menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
}
.header__menu.active > .header__nav-btn {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header__nav-btn {
  border-bottom: 2px solid #139297;
  border-right: 2px solid #139297;
  content: "";
  display: block;
  height: 7px;
  margin-bottom: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition:
    transform 0.25s linear,
    -webkit-transform 0.25s linear;
  width: 7px;
}
.header__sublink {
  font-weight: 500;
  padding: 10px 25px;
}
.header__submenu {
  display: none;
}
.header.active {
  -webkit-box-shadow: 0 0 4px 0 transparent;
  box-shadow: 0 0 4px 0 transparent;
}
.header-top {
  background-color: #e8f1fa;
  overflow: hidden;
  padding: 10px 0;
  -webkit-transition:
    height 0.4s linear,
    padding 0.4s linear;
  transition:
    height 0.4s linear,
    padding 0.4s linear;
}
.header-top.hide {
  padding: 0;
}
@-webkit-keyframes headerAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes headerAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-mobile__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  padding: 15px 0;
}
.tabb__content {
  display: none;
}
.header__nav,
.tabb__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edf6f6;
  border-radius: 30px;
  gap: 6px;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  z-index: 50;
}
.header__link {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.header__link:hover {
  color: #139297;
}
.header__service-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 12px 15px 12px 28px;
  position: relative;
}
.header__service-btn:hover {
  background-color: #fff;
}
.header__service-btn:after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/icons/grid-icon.svg) 50% no-repeat;
  content: "";
  display: block;
  height: 10px;
  left: 12px;
  position: absolute;
  width: 10px;
}
.header__service-btn.active {
  background-color: #fff;
}
.header__service-btn.active:after {
  -webkit-transform: rotate(-45deg) scaleY(-1);
  transform: rotate(-45deg) scaleY(-1);
}
.header__list ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__nav-item {
  position: relative;
}
.header__nav-item .header__link {
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  -webkit-transition:
    background-color 0.3s linear,
    color 0.3s linear;
  transition:
    background-color 0.3s linear,
    color 0.3s linear;
}
.header.fixed,
.header__nav-item .header__link:hover {
  background-color: #fff;
}
.header.fixed {
  -webkit-animation: headerAnimation 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: headerAnimation 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  left: 0;
  min-height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.header.fixed .header-top {
  display: none;
}
.header-contacts__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.header-contacts__item-wrap {
  background-color: #edf6f6;
  padding: 20px 16px;
}
.header-contacts__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-right: 2px solid rgba(19, 146, 151, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.header-contacts__title {
  color: rgba(3, 54, 60, 0.7);
}
.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header-contacts__value {
  color: #139297;
  font-size: 18px;
  font-weight: 700;
}
.header__social .social__link {
  background-color: #139297;
}
.header__social .social__link picture img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header__social .social__link:hover {
  background-color: #03363c;
}
@media (min-width: 1201px) {
  .header-mobile,
  .only-mobile {
    display: none;
  }
  .header__service {
    border-radius: 6px;
    color: #001b21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    left: 0;
    max-width: 930px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 140%;
    transition:
      opacity 0.3s linear,
      -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition:
      opacity 0.3s linear,
      -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:
      transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
      opacity 0.3s linear;
    transition:
      transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
      opacity 0.3s linear,
      -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    z-index: -1;
  }
  .header__service.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header__service-tabbs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #edf6f6;
    border: 1px solid #f2f2f2;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    max-width: 310px;
    min-width: 310px;
    padding: 5px;
    width: 100%;
  }
  .header__service-tabbs,
  .header__service-tabbs > li {
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .header__service-tabbs > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px 30px 10px 10px;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
  }
  .header__service-tabbs > li:hover {
    background: #fff;
    color: #139297;
  }
  .header__service-tabbs > li:hover .header__tabb:after {
    -webkit-transform: rotate(-135deg) scaleY(-1);
    transform: rotate(-135deg) scaleY(-1);
  }
  .header__service-tabbs > li:hover .header__service-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    pointer-events: all;
    right: -339px;
    top: 0;
  }
  .header__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__list-link a {
    border-radius: 30px;
    padding: 10px 30px 10px 10px;
    width: 100%;
  }
  .header__list-link a:hover {
    background-color: #fff;
    color: #139297;
  }
  .header__service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #edf6f6;
    border-radius: 30px;
    color: #001b21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: space-between;
    max-width: 340px;
    min-width: 340px;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 160px;
    width: 100%;
  }
}
@media (max-width: 1760px) {
  .header__location {
    display: none;
  }
}
@media (max-width: 1440px) {
  .header__btns .secondary-btn {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__btns .secondary-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__center .container {
    padding: 0 10px;
  }
  .header__center {
    border-bottom: none;
    padding: 0;
  }
  .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    max-width: 400px;
    opacity: 0;
    overflow-y: auto;
    padding: 30px 0;
    pointer-events: none;
    position: relative;
    position: fixed;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition:
      opacity 0.3s linear,
      -webkit-transform 0.3s linear;
    transition:
      opacity 0.3s linear,
      -webkit-transform 0.3s linear;
    transition:
      opacity 0.3s linear,
      transform 0.3s linear;
    transition:
      opacity 0.3s linear,
      transform 0.3s linear,
      -webkit-transform 0.3s linear;
    width: 100%;
  }
  .header__wrapper.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header__service {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition:
      max-height 0.3s ease-in-out,
      opacity 0.3s ease-in-out;
    transition:
      max-height 0.3s ease-in-out,
      opacity 0.3s ease-in-out;
  }
  .header__service.active {
    max-height: 1000px;
    opacity: 1;
  }
  .header__logo_hide {
    display: none;
  }
  .header-mobile {
    background-color: #edf6f6;
  }
  .header-mobile-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }
  .header-mobile-inner,
  .header-mobile-wrapper {
    gap: 10px;
  }
  .burger__menu,
  .header-mobile-inner,
  .header-mobile-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .burger__menu {
    -ms-flex-negative: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #139297;
    border-radius: 8px;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 0;
    gap: 4px;
    height: 44px;
    justify-content: center;
    padding: 10px;
    position: relative;
    width: 44px;
  }
  .burger__menu:after,
  .burger__menu:before {
    content: "";
    left: 0;
    position: relative;
    right: 0;
    transition:
      width 0.3s linear,
      top 0.3s linear,
      bottom 0.3s linear,
      -webkit-transform 0.3s linear;
    -webkit-transition:
      width 0.3s linear,
      top 0.3s linear,
      bottom 0.3s linear,
      -webkit-transform 0.3s linear;
    transition:
      width 0.3s linear,
      transform 0.3s linear,
      top 0.3s linear,
      bottom 0.3s linear;
    transition:
      width 0.3s linear,
      transform 0.3s linear,
      top 0.3s linear,
      bottom 0.3s linear,
      -webkit-transform 0.3s linear;
  }
  .burger__menu span,
  .burger__menu:after,
  .burger__menu:before {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    height: 2px;
    width: 20px;
  }
  .burger__menu span {
    left: auto;
    position: relative;
    right: 0;
    -webkit-transition:
      width 0.3s linear,
      right 0.3s linear;
    transition:
      width 0.3s linear,
      right 0.3s linear;
    width: 20px;
  }
  .burger__menu.active:before {
    bottom: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .burger__menu.active:after {
    top: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .burger__menu.active span {
    right: 50%;
    width: 0;
  }
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
  .only-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .logo-desktop {
    display: none;
  }
  .header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .header__service-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .header__link,
  .header__service-btn {
    font-size: 14px;
    font-weight: 500;
  }
  .header__nav-item {
    border-bottom: 1px solid rgba(19, 146, 151, 0.5);
    width: 100%;
  }
  .header__nav-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .header__service-tabbs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    padding-left: 28px;
    width: 100%;
  }
  .tabb__content {
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition:
      max-height 0.3s ease-in-out,
      opacity 0.3s ease-in-out,
      margin 0.3s ease-in-out,
      padding 0.3s ease-in-out;
    transition:
      max-height 0.3s ease-in-out,
      opacity 0.3s ease-in-out,
      margin 0.3s ease-in-out,
      padding 0.3s ease-in-out;
  }
  .tabb__content.active {
    max-height: 1000px;
    opacity: 1;
    padding: 5px;
  }
  .header__service-tabbs li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }
  .header__service-tabbs li a {
    color: #03363c;
    font-size: 14px;
    font-weight: 400;
  }
  .header__service-tabbs li a:hover {
    color: #139297;
  }
  .header__tabb {
    -ms-flex-negative: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-shrink: 0;
    height: 20px;
    justify-content: center;
    pointer-events: all;
    width: 20px;
  }
  .header__tabb:after {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1.5px solid #001b21;
    border-right: 1.5px solid #001b21;
    content: "";
    display: block;
    height: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:
      border-color 0.3s linear,
      -webkit-transform 0.3s linear;
    transition:
      border-color 0.3s linear,
      -webkit-transform 0.3s linear;
    transition:
      border-color 0.3s linear,
      transform 0.3s linear;
    transition:
      border-color 0.3s linear,
      transform 0.3s linear,
      -webkit-transform 0.3s linear;
    width: 9px;
  }
  .header__tabb.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header__service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition:
      max-height 0.3s ease-in-out,
      opacity 0.3s ease-in-out,
      margin 0.3s ease-in-out,
      padding 0.3s ease-in-out;
    transition:
      max-height 0.3s ease-in-out,
      opacity 0.3s ease-in-out,
      margin 0.3s ease-in-out,
      padding 0.3s ease-in-out;
    width: 100%;
  }
  .header__service-item.active {
    max-height: 1000px;
    opacity: 1;
    padding: 0 10px;
  }
  .header__list {
    min-height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
  .header__list ul .header__list-link a {
    color: #139297;
  }
  .header__list ul .header__list-link a:hover {
    color: #03363c;
  }
  .header__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .header__btns > * {
    width: 100%;
  }
  .header-mobile__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-bottom: 10px;
  }
}
@media (max-width: 1100px) {
  .header__location {
    display: none;
  }
  .header__nav {
    gap: 10px;
  }
  .header__service {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .header__badsee {
    display: none;
  }
  .header__wrapper {
    max-width: 100%;
  }
}
@media (max-width: 320px) {
  .header-mobile__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .header-mobile__bottom > button {
    max-width: 100%;
    width: 100%;
  }
}
.intro {
  overflow: hidden;
}
.intro__content {
  position: relative;
}
.intro__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  z-index: 2;
}
.intro__header-slogan,
.intro__header-text {
  color: #139297;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.intro__header-slogan {
  text-align: right;
}
.intro__title {
  margin: 0 0 60px;
  position: relative;
  z-index: 0;
}
.intro__cards {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #139297;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px;
  z-index: 1;
}
.intro__doctor {
  bottom: 0;
  height: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 633px;
  z-index: 3;
}
.intro__doctor-img {
  border-radius: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.intro__card {
  background: #dbffff;
  border-radius: 20px;
  height: 100%;
  padding: 24px;
  z-index: 4;
}
.intro__card-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
}
.intro__card-header,
.intro__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro__card-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.intro__card-title {
  -webkit-box-flex: 1;
  color: #03363c;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.intro__card-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  align-items: center;
  background: #139297;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.intro__card-icon img {
  height: 22px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 22px;
}
.intro__card-text {
  color: #03363c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1820px) {
  .intro__cards {
    margin-top: 100px;
  }
  .intro__doctor {
    width: 50%;
    z-index: 2;
  }
  .intro__cards > * {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
  .intro__card-wrap {
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 1200px) {
  .intro__doctor {
    bottom: 200px;
    width: 60%;
    z-index: 1;
  }
  .intro__cards {
    position: relative;
    margin-top: 300px;
    z-index: 3;
  }
}
@media (max-width: 1024px) {
  .intro {
    padding: 60px 0;
  }
  .intro__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    text-align: start;
  }
  .intro__doctor {
    width: 70%;
  }
  .intro__card,
  .intro__cards {
    border-radius: 20px;
  }
}
@media (max-width: 800px) {
  .intro {
    padding: 40px 0;
  }
  .intro__doctor {
    bottom: 0;
    top: 0;
    width: 80%;
  }
  .intro__cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .intro__cards > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .intro__card-wrap {
    max-width: 100%;
  }
  .intro__card-wrap > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 600px) {
  .intro__card,
  .intro__cards {
    border-radius: 14px;
  }
  .intro__doctor {
    top: 50px;
    width: 100%;
  }
  .intro__header {
    gap: 5px;
    margin-bottom: 10px;
  }
  .intro__header-slogan,
  .intro__header-text {
    font-size: 14px;
  }
  .intro__header-slogan {
    text-align: start;
  }
  .intro__card-title {
    font-size: 16px;
  }
  .intro__card-text {
    font-size: 14px;
  }
  .intro__card,
  .intro__cards {
    padding: 16px;
  }
  .intro__card-icon {
    height: 40px;
    width: 40px;
  }
}
.help {
  margin: 60px 0;
  overflow: hidden;
}
.help__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 60px;
  position: relative;
  z-index: 1;
}
.help__inner:before {
  background-image: url(/assets/img/help/pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  max-height: 628px;
  pointer-events: none;
  position: absolute;
  right: -50%;
  top: 0;
  width: 100%;
  z-index: 2;
}
.help__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 636px;
}
.help__badge {
  margin-bottom: 20px;
}
.help__badge-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.help__title {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}
.help__description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 60px;
}
.help__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.help__image {
  bottom: -167px;
  position: absolute;
  right: 60px;
  z-index: 3;
}
.help__image img {
  height: auto;
  max-width: 545px;
  width: 100%;
}
@media (max-width: 1300px) {
  .help {
    margin: 40px 0;
  }
  .help__image {
    bottom: 0;
    left: 70%;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  .help__content {
    max-width: 100%;
  }
  .help__inner {
    padding: 40px 40px 160px;
  }
  .help__image {
    max-height: 300px;
  }
  .help__image img {
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 1024px) {
  .help {
    margin: 40px 0;
  }
  .help__title {
    font-size: 32px;
  }
  .help__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 40px 40px 0;
  }
  .help__description {
    font-size: 16px;
  }
  .help__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 50%;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .help__image img {
    max-height: 50%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .help__buttons > * {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .help__inner {
    border-radius: 14px;
  }
}
@media (max-width: 700px) {
  .help__inner {
    gap: 20px;
    padding: 24px 24px 0;
  }
  .help__inner:before {
    right: 0;
    top: 50%;
  }
  .help__title {
    font-size: 26px;
  }
  .help__badge {
    display: none;
  }
  .help__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .help__description {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .help__buttons {
    gap: 10px;
  }
}
@media (max-width: 560px) {
  .help {
    margin: 20px 0;
  }
  .help__inner:before {
    max-height: 350px;
  }
}
.about__header {
  margin-bottom: 60px;
  text-align: center;
}
.about__badge {
  color: #03363c;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about__title {
  max-width: 900px;
}
.about__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 600px;
}
.about__content {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 100%;
  max-height: 460px;
}
.about__content > * {
  -ms-flex-preferred-size: calc(33.333% - 6.67px);
  flex-basis: calc(33.333% - 6.67px);
}
.about__text-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  min-height: 100%;
  padding: 30px;
}
.about__text-block--left {
  background: #edf6f6;
}
.about__text-block--right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  color: #fff;
  text-align: center;
}
.about__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.about__text:last-of-type {
  margin-bottom: 30px;
}
.about__text-block--right .about__text {
  color: #fff;
}
.about__action {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 15px;
  justify-content: space-between;
}
.about__action,
.about__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.about__icon img {
  height: 24px;
  width: 24px;
}
.about__image {
  border-radius: 30px;
  height: auto;
  overflow: hidden;
}
.about__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.about__value-header {
  font-size: 16px;
  font-weight: 600;
}
.about__value-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}
.about__cross-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
@media (max-width: 1200px) {
  .about__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 100%;
  }
  .about__text-block--left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    order: 1;
  }
  .about__text-block--right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    order: 2;
  }
  .about__image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-height: 500px;
    order: 3;
  }
  .about__image img {
    -o-object-position: top;
    object-position: top;
  }
}
@media (max-width: 1024px) {
  .about__image,
  .about__text-block {
    border-radius: 20px;
  }
  .about__text {
    font-size: 16px;
  }
  .about__value-title {
    font-size: 26px;
  }
  .about__image {
    max-height: 406px;
  }
  .about__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  .about__text-block--left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .about__text-block--right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    gap: 90px;
    order: 3;
  }
  .about__icon {
    display: none;
  }
  .about__action > a {
    width: 100%;
  }
  .about__header {
    text-align: start;
  }
  .about__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .about__image,
  .about__text-block {
    border-radius: 14px;
  }
  .about__subtitle {
    margin: 0;
  }
  .about__text {
    font-size: 14px;
  }
  .about__badge {
    display: none;
  }
  .about__value-title {
    font-size: 18px;
  }
  .about__value-header {
    font-size: 14px;
    font-weight: 400;
  }
  .about__subtitle {
    font-size: 14px;
  }
  .about__header {
    margin-bottom: 20px;
  }
}
.installment {
  background: #139297;
  margin: 80px 0;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.installment__inner {
  height: 100%;
  position: relative;
  z-index: 2;
}
.installment__buttons,
.installment__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.installment__buttons {
  gap: 20px;
}
.installment__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 100px;
  justify-content: space-between;
  min-height: 100%;
}
.installment__content,
.installment__content-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.installment__content-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.installment__badge {
  margin-bottom: 25px;
}
.installment__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
.installment__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.installment__btn:hover {
  background-color: #03363c;
}
.installment__picture {
  height: auto;
  max-width: 752px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.installment__cards {
  gap: 16px;
  margin-left: 65px;
  max-width: 250px;
  width: 100%;
}
.installment__card,
.installment__cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.installment__card {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: start;
  background: #edf6f6;
  border-radius: 30px;
  gap: 28px;
  justify-content: center;
  line-height: 1;
  padding: 24px;
  position: relative;
}
.installment__card:before {
  background-color: #139297;
  content: "";
  display: block;
  height: 66%;
  position: absolute;
  right: 24px;
  width: 4px;
}
.installment__card .card__value {
  color: #139297;
  font-size: 64px;
  font-weight: 700;
}
.installment__card .card__value span {
  font-size: 24px;
}
.installment__card .card__label {
  color: #03363c;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .installment {
    margin: 60px 0;
    padding: 60px 0;
  }
  .installment__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
  .installment__content {
    gap: 30px;
  }
  .installment__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    margin-left: 0;
    max-width: 100%;
  }
  .installment__cards > * {
    -ms-flex-preferred-size: calc(33.333% - 6.66667px);
    flex-basis: calc(33.333% - 6.66667px);
  }
  .installment__card .card__label {
    font-size: 16px;
  }
  .installment__title {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .installment__card .card__value {
    font-size: 42px;
  }
  .installment__description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .installment__description {
    font-size: 14px;
  }
  .installment {
    margin: 40px 0;
    padding: 40px 0;
  }
  .installment__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .installment__card {
    gap: 24px;
  }
  .installment__content {
    gap: 20px;
    max-width: 100%;
  }
  .installment__card .card__label {
    font-size: 14px;
  }
  .installment__card .card__value {
    font-size: 32px;
  }
  .installment__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .installment__cards > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .installment__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .installment__buttons > * {
    max-width: 100%;
    width: 100%;
  }
}
.guarantees {
  background: #edf6f6;
  margin: 80px 0;
  padding: 80px 0;
}
.guarantees__header {
  margin-bottom: 60px;
  text-align: center;
}
.guarantees__badge {
  margin-bottom: 30px;
}
.guarantees__title {
  margin-bottom: 60px;
}
.guarantees__grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.guarantees__grid > * {
  -ms-flex-preferred-size: calc(25% - 7.5px);
  flex-basis: calc(25% - 7.5px);
  width: calc(25% - 7.5px);
}
.guarantees__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #fff;
  border-radius: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 180px;
  height: auto;
  padding: 30px;
}
.guarantees__card,
.guarantees__card-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.guarantees__card-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px;
}
.guarantees__picture {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #139297;
  border-radius: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-bottom: 20px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  width: 100%;
}
.guarantees__picture img {
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 20px;
}
.guarantees__card-title {
  font-size: 24px;
  font-weight: 600;
}
.guarantees__card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .guarantees {
    margin: 60px 0;
    padding: 60px 0;
  }
  .guarantees__header {
    margin-bottom: 40px;
  }
  .guarantees__badge {
    margin-bottom: 20px;
  }
  .guarantees__title {
    margin-bottom: 40px;
  }
  .guarantees__grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .guarantees__grid > * {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .guarantees__card {
    border-radius: 14px;
    gap: 100px;
    padding: 20px;
  }
  .guarantees__card-wrap {
    gap: 10px;
  }
  .guarantees__picture {
    min-height: 40px;
    min-width: 40px;
  }
  .guarantees__picture img {
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px;
  }
  .guarantees__card-title {
    font-size: 20px;
    font-weight: 500;
  }
  .guarantees__card-description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .guarantees__header {
    text-align: start;
  }
  .guarantees__grid > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .guarantees__card {
    gap: 50px;
  }
  .guarantees__card-title {
    font-size: 16px;
  }
}
.stocks {
  background: #fff;
  padding: 80px 0;
}
.stocks__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 60px;
}
.stocks__badge,
.stocks__header,
.stocks__title {
  text-align: start;
}
.stocks__inner {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
}
.stocks__view-all-btn {
  margin-bottom: 24px;
}
.stocks__card {
  border-radius: 30px;
  color: #fff;
  height: 100%;
  max-height: 380px;
  min-height: 380px;
  overflow: hidden;
  position: relative;
}
.stocks__card:nth-child(5n + 1) {
  grid-column: span 2;
  grid-row: span 1;
}
.stocks__card:nth-child(5n + 2) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.stocks__card:nth-child(5n + 3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.stocks__card:nth-child(5n + 4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.stocks__card:nth-child(5n + 5) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.stocks__card:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.stocks__card--first {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  position: relative;
}
.stocks__card--first:before {
  background: url(../img/stocks/percent.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 697px;
  max-height: 522px;
  max-width: 544px;
  position: absolute;
  top: -42px;
  width: 100%;
  z-index: 2;
}
.stocks__card--first picture {
  bottom: -50px;
  max-height: 438px;
  pointer-events: none;
  position: absolute;
  right: 40px;
  z-index: 3;
}
.stocks__card--first picture img {
  height: 100%;
  max-height: 438px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.stocks__card--first .stocks__card-content {
  max-width: 544px;
}
.stocks__card picture:not(.stocks__card-picture--first) {
  bottom: 0;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.stocks__card picture:not(.stocks__card-picture--first) img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.stocks__card-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 30px;
  position: relative;
  z-index: 4;
}
.stocks__card-btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.stocks__card-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 32px;
}
.stocks__card-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .stocks__inner {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .stocks__inner > * {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
  .stocks__card {
    height: auto;
  }
  .stocks__card-content {
    gap: 10px;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .stocks {
    padding: 40px 0;
  }
  .stocks__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
  }
  .stocks__card-title {
    font-size: 24px;
  }
  .stocks__card-description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .stocks {
    padding: 20px 0;
  }
  .stocks__title,
  .stocks__view-all-btn {
    margin-bottom: 0;
  }
  .stocks__header {
    margin-bottom: 20px;
  }
  .stocks__inner > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stocks__card-title {
    font-size: 18px;
  }
  .stocks__card-description {
    font-size: 14px;
  }
  .stocks__card {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }
  .stocks__card--first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .stocks__card--first,
  .stocks__card--first picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stocks__card--first picture {
    position: static;
  }
  .stocks__card--first .stocks__card-content {
    padding-bottom: 0;
  }
  .stocks__card-btn {
    max-width: 100%;
  }
}
.stages {
  background: #edf6f6;
  margin: 80px 0;
}
.stages__header {
  margin-bottom: 60px;
}
.stages__card {
  background: #fff;
  border-radius: 20px;
  height: auto;
  overflow: hidden;
  padding: 30px;
  position: relative;
  text-align: start;
}
.stages__card-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 180px;
  width: 100%;
}
.stages__card-number {
  color: rgba(19, 146, 151, 0.1);
  font-size: 205px;
  font-weight: 700;
  left: -12px;
  line-height: 1;
  position: absolute;
  top: -26px;
  z-index: 1;
}
.stages__card-picture {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #139297;
  border-radius: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  position: relative;
  z-index: 2;
}
.stages__card-picture img {
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
}
.stages__card-title {
  font-size: 24px;
  z-index: 2;
}
.stages__card-description {
  z-index: 2;
}
.swiper.stages-swiper {
  overflow: visible;
}
@media (max-width: 1024px) {
  .stages {
    margin: 40px 0;
  }
  .stages__card {
    padding: 30px;
  }
  .stages__card-wrap {
    gap: 10px;
    margin-bottom: 40px;
  }
  .stages__card-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .stages {
    margin: 20px 0;
  }
  .stages__card-wrap {
    margin-bottom: 30px;
  }
  .stages__card {
    padding: 20px;
  }
  .stages__card-title {
    font-size: 16px;
  }
}
.assistance {
  padding: 80px 0;
}
.assistance__inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
}
.assistance__header,
.assistance__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.assistance__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.assistance__header-wrap {
  max-width: 860px;
}
.assistance__badge {
  text-align: left;
}
.assistance__title {
  margin-bottom: 0;
  text-align: left;
}
.assistance__info-block {
  -ms-flex-preferred-size: calc(90% - 5px);
  background: #edf6f6;
  border-radius: 30px;
  flex-basis: calc(90% - 5px);
  overflow: hidden;
  padding: 40px;
  position: relative;
}
.assistance__text {
  font-size: 20px;
  padding-bottom: 30px;
  position: relative;
}
.assistance__text,
.assistance__text p {
  margin-bottom: 30px;
}
.assistance__text p:last-of-type {
  margin-bottom: 0;
}
.assistance__text:before {
  background-color: rgba(19, 146, 151, 0.3);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 30%;
}
.assistance__contact-text {
  margin-bottom: 10px;
}
.assistance__phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #139297;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 69px;
  text-decoration: none;
}
.assistance__phone svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.assistance__phone svg path {
  fill: #139297;
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}
.assistance__phone:hover {
  color: #03363c;
}
.assistance__phone:hover svg path {
  fill: #03363c;
}
.assistance__decoration {
  bottom: -40px;
  height: 228px;
  position: absolute;
  right: 40px;
  width: 228px;
  z-index: 1;
}
.assistance__decoration img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.assistance__stats {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  border-radius: 30px;
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  height: auto;
  padding: 30px;
  text-align: center;
}
.assistance__stats,
.assistance__stats-circle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.assistance__stats-circle {
  height: 285px;
  position: relative;
  width: 285px;
}
.assistance__stats-circle-value {
  color: #139297;
  font-size: 54px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.assistance__stats-circle picture {
  display: block;
  height: 285px;
  left: 0;
  position: absolute;
  top: 0;
  width: 285px;
}
.assistance__stats-circle picture img {
  height: 285px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 285px;
}
@media (max-width: 1200px) {
  .assistance__info-block,
  .assistance__stats {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .assistance {
    padding: 40px 0;
  }
  .assistance__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .assistance__inner > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .assistance__title {
    font-size: 36px;
  }
  .assistance__info-block,
  .assistance__stats {
    padding: 25px;
  }
  .assistance .stats-circle {
    height: 140px;
    width: 140px;
  }
  .assistance .stats-circle__inner {
    height: 100px;
    width: 100px;
  }
  .assistance .stats-circle-value {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .assistance {
    padding: 20px 0;
  }
  .assistance__stats-circle {
    height: 185px;
    width: 185px;
  }
  .assistance__stats-circle-value {
    font-size: 34px;
  }
  .assistance__stats-circle picture,
  .assistance__stats-circle picture img {
    height: 185px;
    width: 185px;
  }
  .assistance__inner {
    gap: 10px;
  }
  .assistance__title {
    font-size: 30px;
  }
  .assistance__text {
    font-size: 15px;
  }
  .assistance__info-block {
    padding: 20px;
  }
  .assistance__contact-text {
    font-size: 15px;
  }
  .assistance__phone a {
    font-size: 16px;
  }
  .assistance__stats {
    max-width: 100%;
    padding: 20px;
  }
  .assistance__stats-description {
    font-size: 15px;
  }
  .assistance .stats-circle {
    height: 120px;
    width: 120px;
  }
  .assistance .stats-circle__inner {
    height: 80px;
    width: 80px;
  }
  .assistance .stats-circle-value {
    font-size: 24px;
  }
  .assistance__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .assistance {
    padding: 40px 0;
  }
  .assistance__title {
    font-size: 26px;
  }
  .assistance__text {
    font-size: 14px;
  }
  .assistance__info-block {
    padding: 16px;
  }
  .assistance__contact-text {
    font-size: 14px;
  }
  .assistance__phone a {
    font-size: 15px;
  }
  .assistance__stats-intro {
    font-size: 14px;
  }
  .assistance__stats-block {
    padding: 16px;
  }
  .assistance__stats-description {
    font-size: 14px;
  }
  .assistance__decoration {
    bottom: 10px;
    height: 80px;
    right: 10px;
    width: 80px;
  }
  .assistance__decoration svg {
    height: 80px;
    width: 80px;
  }
  .assistance .stats-circle {
    height: 100px;
    width: 100px;
  }
  .assistance .stats-circle__inner {
    height: 70px;
    width: 70px;
  }
  .assistance .stats-circle__value {
    font-size: 20px;
  }
}
.footer {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  color: #fff;
}
.footer__top {
  -ms-flex-preferred-size: calc(29% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: calc(29% - 60px);
  gap: 110px;
  padding: 60px 0;
}
.footer__info {
  gap: 30px;
  flex-shrink: 0.76;
}
.footer__btn-inner,
.footer__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__btn-inner {
  gap: 10px;
  width: 100%;
}
.footer__btn-inner > * {
  width: 100%;
}
.footer__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.footer__item span {
  font-size: 14px;
}
.footer__pay,
.footer__pay-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.footer__pay,
.footer__pay-inner,
.footer__pay-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__pay-item {
  -ms-flex-preferred-size: calc(50% - 4px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 14px;
  flex-basis: calc(50% - 4px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 5px 18px;
}
.footer__pay-item picture img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
}
.footer__nav {
  -ms-flex-preferred-size: calc(71% - 60px);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: calc(71% - 60px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 70px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.footer__nav > * {
  -ms-flex-preferred-size: calc(20% - 56px);
  flex-basis: calc(20% - 56px);
}
.footer__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.footer__links {
  width: 100%;
}
.footer__links,
.footer__links ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.footer__bottom {
  position: relative;
}
.footer__nav-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.56;
}
.footer__panel-body {
  margin-top: 10px;
}
.footer__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.footer__link {
  color: #fff;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.footer__link:hover {
  color: #03363c;
}
.panel-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1300px) {
  .footer__top {
    gap: 30px;
  }
  .footer__nav {
    -ms-flex-preferred-size: calc(71% - 15px);
    flex-basis: calc(71% - 15px);
    gap: 20px;
  }
  .footer__nav > * {
    -ms-flex-preferred-size: calc(33.333% - 13.333px);
    flex-basis: calc(33.333% - 13.333px);
  }
  .footer__wrap {
    -ms-flex-preferred-size: calc(29% - 15px);
    flex-basis: calc(29% - 15px);
  }
}
@media (max-width: 1100px) {
  .footer__info,
  .footer__text {
    font-size: 14px;
  }
  .pay__picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    justify-content: center;
    padding: 5px;
    width: 56px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
    padding: 40px 0;
  }
  .footer__pay-item {
    -ms-flex-preferred-size: calc(33.333% - 5.333px);
    border-radius: 14px;
    flex-basis: calc(33.333% - 5.333px);
    padding: 5px;
  }
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__social {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__pay {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    margin-bottom: 20px;
    order: 4;
  }
  .footer__text {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .footer__plashka.mobile {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    order: 6;
  }
  .footer__plashka.desktop {
    display: none;
  }
}
@media (max-width: 800px) {
  .footer__nav {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer__info {
    gap: 20px;
  }
  .footer__nav-title {
    font-size: 16px;
    font-weight: 500;
  }
  .footer__nav-title-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .panel-title {
    display: block;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition:
      transform 0.3s linear,
      -webkit-transform 0.3s linear;
  }
  .panel-title picture {
    width: 20px;
  }
  .panel-title.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .panel-body {
    display: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .panel-body.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__nav-item,
  .footer__nav-other li {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .footer__nav-other li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.popup {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(3, 54, 60, 0.2);
  height: 100vh;
  left: 50%;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: 1000;
}
.popup.open {
  opacity: 1;
  pointer-events: all;
}
.popup.open .popup__content {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.popup__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 60px 15px;
}
.popup__body,
.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.popup__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  border-radius: 30px;
  color: #fff;
  gap: 10px;
  max-width: 1200px;
  overflow: hidden;
  padding: 42px 50px;
  position: relative;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.popup__content:before {
  background-image: url(/assets/img/help/pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  max-height: 628px;
  pointer-events: none;
  position: absolute;
  right: -50%;
  top: 0;
  width: 100%;
  z-index: 2;
}
.popup__content-inner {
  max-width: 460px;
}
.popup__content.popup__content-question,
.popup__content.popup__content-review-call,
.popup__content.popup__content_city {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup__picture {
  bottom: -50px;
  display: block;
  height: 100%;
  max-height: 670px;
  max-width: 535px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 57px;
  z-index: 2;
}
.popup__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: start;
  width: 100%;
}
.popup__subtitle {
  display: block;
  font-size: 18px;
  margin-bottom: 35px;
  text-align: start;
  width: 100%;
}
.city-popup .popup__content {
  max-width: 790px;
}
.popup__content-reviews {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  max-width: 700px;
  padding: 20px;
}
.popup__response-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.popup__response-wrap a {
  color: #139297;
  text-decoration: underline;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.popup__response-wrap a:hover {
  color: #139297;
}
.popup__response-wrap picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px;
  width: 100%;
}
.popup__response-wrap picture img {
  height: 110px;
  width: 110px;
}
.popup__response-wrap .popup__title {
  margin-bottom: 30px;
  max-width: 313px;
  text-align: center;
}
.popup__response-wrap .popup__subtitle {
  margin-bottom: 0;
  text-align: center;
}
.city-popup .popup__form {
  position: relative;
}
.city-popup .popup__form:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 18px;
  background-image: url("/wp-content/themes/fenix/assets/img/icons/popup-search.svg");
}
.close {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 22px;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition:
    transform 0.4s linear,
    -webkit-transform 0.4s linear;
  width: 16px;
  z-index: 1001;
}
.close img {
  height: 100%;
}
.close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.city-popup .popup__content {
  padding: 42px 50px;
  flex-direction: column;
}
.city-popup .popup__title {
  margin-bottom: 25px;
}
.city-popup__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px 0;
  width: 100%;
}
.city-popup__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.city-popup__item::before {
  content: "";
  width: 13px;
  height: 15px;
  background-image: url(/wp-content/themes/fenix/assets/img/icons/city.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.city-popup__item a:hover {
  color: #ffffffad;
}
@media (max-width: 1024px) {
  .close {
    height: 12px;
    right: 20px;
    top: 20px;
    width: 12px;
  }
  .popup__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup__content {
    border-radius: 14px;
    padding: 40px 20px;
  }
  .popup__content:before {
    right: 0;
    top: 50%;
  }
  .popup__title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .popup__subtitle {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .city-popup .popup__form:before {
    width: 17px;
    height: 17px;
  }
  .city-popup .popup__content {
    padding: 24px 16px;
  }
  .city-popup .popup__title {
    margin-bottom: 15px;
  }
  .city-popup__list {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
  .city-popup__item {
    gap: 8px;
  }

  .city-popup__item::before {
    content: "";
    width: 11px;
    height: 12px;
  }
  .popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup__picture {
    margin: 0 auto -150px;
    position: static;
  }
  .popup__content-inner {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .popup__content {
    padding: 30px 20px;
  }
  .popup__form {
    gap: 10px;
  }
}
.price__title {
  margin-bottom: 60px;
}
.price__badge,
.price__title {
  text-align: start;
}
.price__content {
  color: #03363c;
  gap: 10px;
  width: 100%;
}
.price__content,
.price__table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.price__table {
  margin-bottom: 20px;
  padding: 16px;
}
.price__table > tbody > tr {
  border-bottom: 1px solid rgba(19, 146, 151, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.price__table > tbody > tr:last-child {
  border-bottom: none;
}
.price__table > tbody > tr > td {
  padding: 27px 0;
}
.price__name {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  line-height: 1.56;
}
.price__cost,
.price__name {
  font-size: 16px;
  font-weight: 600;
}
.price__cost {
  -ms-flex-preferred-size: 15%;
  color: #139297;
  flex-basis: 15%;
  line-height: 1.4;
  text-align: right;
}
.price__cost-btn {
  color: #139297;
  font-weight: 600;
}
.price__cost-btn:hover {
  color: #03363c;
}
.price__btn {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  text-align: right;
}
.price-page__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.price-page__content > * {
  width: 100%;
}
@media (max-width: 1024px) {
  .price__cost {
    font-size: 14px;
  }
  .price__table > tbody > tr > td {
    padding: 10px 5px 10px 0;
  }
}
@media (max-width: 768px) {
  .price__item {
    border-bottom: 1px solid #139297;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .price__btn,
  .price__cost {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .price__table > tbody > tr > td {
    border-bottom: none;
    padding: 10px;
  }
  .price__cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .price__cost span {
    display: block;
    font-weight: 500;
  }
}
.payment-methods {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 20px;
  padding: 40px;
}
.payment-methods__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.payment-methods__list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  justify-content: center;
}
.payment-methods__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: hsla(0, 0%, 100%, 0.231);
  border-radius: 14px;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  height: 60px;
  padding: 10px;
  width: 90px;
}
.payment-methods__icon,
.payment-methods__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.payment-methods__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payment-methods__icon img {
  height: 100%;
  max-width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.payment-methods__label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1024px) {
  .payment-methods {
    padding: 10px;
  }
  .payment-methods,
  .payment-methods__item {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .payment-methods {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 14px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .payment-methods__list {
    gap: 5px;
  }
  .payment-methods__item {
    border-radius: 14px;
    padding: 5px;
  }
}
.advantages {
  background: #edf6f6;
  margin: 80px 0;
}
.advantages__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.advantages__content {
  max-width: 600px;
  width: 100%;
}
.advantages__badge {
  text-align: start;
}
.advantages__title {
  margin-bottom: 40px;
  text-align: start;
}
.advantages__description {
  font-size: 18px;
}
.advantages__description p {
  margin-bottom: 20px;
}
.advantages__description p:last-child {
  margin-bottom: 0;
}
.advantages__blocks {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1076px;
  width: 100%;
}
.advantages__blocks,
.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advantages__item {
  -ms-flex-preferred-size: calc(33.333% - 6.66667px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #fff;
  border-radius: 20px;
  flex-basis: calc(33.333% - 6.66667px);
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  padding: 24px;
  width: calc(33.333% - 6.66667px);
}
.advantages__picture {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #139297;
  border-radius: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
}
.advantages__picture img {
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
}
.advantages__item-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 60px;
}
.advantages__item-title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1750px) {
  .advantages__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantages__inner > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .advantages {
    margin: 40px 0;
  }
  .advantages__blocks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .advantages__blocks > * {
    -ms-flex-preferred-size: calc(50% - 6.66667px);
    flex-basis: calc(50% - 6.66667px);
  }
  .advantages__inner {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .advantages {
    margin: 20px 0;
  }
  .advantages__blocks > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .advantages__picture {
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
  }
  .advantages__item-wrap {
    margin-bottom: 20px;
  }
  .advantages__item-title {
    font-size: 18px;
  }
  .advantages__inner {
    gap: 10px;
  }
}
.offer__header {
  margin-bottom: 60px;
  text-align: center;
}
.offer__badge,
.offer__title {
  text-align: start;
}
.offer__inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  width: 100%;
}
.offer__inner > * {
  -ms-flex-preferred-size: calc(25% - 7.5px);
  flex-basis: calc(25% - 7.5px);
  width: calc(25% - 7.5px);
}
.offer__card {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #edf6f6;
  border-radius: 30px;
  color: #03363c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
  justify-content: space-between;
  overflow: hidden;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.offer__card:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  color: #fff;
}
.offer__card:hover .offer__card-picture {
  opacity: 0;
  visibility: hidden;
}
.offer__card:hover .offer__card-hover-text {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .offer__card:hover {
    background: #edf6f6;
    color: #03363c;
  }
  .offer__card:hover .offer__card-picture {
    opacity: 1;
    visibility: visible;
  }
  .offer__card:hover .offer__card-hover-text {
    opacity: 0;
    visibility: hidden;
  }
}
.offer__card-picture {
  border-radius: 30px;
  bottom: 10px;
  height: 50%;
  left: 10px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: visible;
  width: calc(100% - 20px);
}
.offer__card-picture img {
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.offer__card-title {
  font-size: 24px;
  font-weight: 600;
}
.offer__card-description {
  max-height: 232px;
}
@media (max-width: 1600px) {
  .offer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .offer__inner > * {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
}
@media (max-width: 1024px) {
  .offer__card-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .offer__card-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    font-size: 18px;
    order: 1;
  }
  .offer__card-description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .offer__card {
    border-radius: 14px;
    gap: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
  }
  .offer__inner > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .offer__card-picture {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    opacity: 1;
    order: 3;
    position: static;
    width: 100%;
  }
}
.services__inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  min-width: 100%;
  width: 100%;
}
.services__badge {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.tabs__wrapper.services-tabs__tabs__wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: center;
  align-items: stretch;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  height: auto;
  justify-content: flex-start;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.services-tabs__tab.tab {
  -ms-flex-preferred-size: calc(33.333% - 6.67px);
  background-color: #edf6f6;
  flex-basis: calc(33.333% - 6.67px);
  max-width: calc(33.333% - 6.67px);
}
.services-tabs__tab.tab.active {
  background-color: linear-gradient(90deg, #00737a, #01b8b4) !important;
  color: #fff;
}
.tabs-mobile.active .services-tabs__tab span {
  display: none;
}
.services__item {
  -ms-flex-preferred-size: calc(25% - 7.5px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #139297;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: calc(25% - 7.5px);
  font-size: 18px;
  font-weight: 600;
  height: auto;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
}
.services__item:hover {
  background: #139297;
  color: #fff;
}
.services__arrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edf6f6;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  max-height: 54px;
  max-width: 54px;
  min-height: 54px;
  min-width: 54px;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
  width: 100%;
}
.services__arrow:before {
  background: url(../img/icons/arrow-link.svg) no-repeat 50%;
  content: "";
  display: block;
  height: 14px;
  width: 18px;
}
.services__item:hover .services__arrow {
  border-color: #139297;
}
.services-tabs__tab.tab > p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
.services-tabs__tab.tab > span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}
.tabs-mobile.active .services-tabs__tab.tab {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .services__badge {
    font-size: 14px;
  }
  .services__title {
    margin-bottom: 40px;
  }
  .services-tabs__tab.tab > p {
    font-size: 18px;
    font-weight: 500;
  }
  .services-tabs__tab.tab > span {
    font-size: 14px;
  }
  .services__item {
    -ms-flex-preferred-size: calc(33.333% - 6.6667px);
    border-radius: 20px;
    flex-basis: calc(33.333% - 6.6667px);
    font-size: 16px;
    gap: 30px;
  }
  .tab > p {
    font-size: 14px;
  }
  .services__arrow {
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
  }
}
@media (max-width: 768px) {
  .services-tabs__tab.tab > p {
    font-size: 16px;
    font-weight: 500;
  }
  .services-tabs__tab.tab > span {
    font-size: 14px;
  }
  .services__item {
    -ms-flex-preferred-size: calc(50% - 5px);
    border-radius: 14px;
    flex-basis: calc(50% - 5px);
    font-size: 14px;
    padding: 10px;
  }
  .services__arrow {
    border-radius: 8px;
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 500px) {
  .services__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 14px;
    max-width: 100%;
  }
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.form__input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__input,
.form__textarea {
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 40px;
  color: #fff;
  padding: 18px 22px;
  width: 100%;
}
.form__textarea {
  max-height: 150px;
  min-height: 150px;
  overflow-y: auto;
}
.policy-checkbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  gap: 8px;
}
.policy-checkbox input[type="checkbox"] {
  -ms-flex-negative: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  height: 16px;
  margin-top: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}
.policy-checkbox input[type="checkbox"]:checked {
  background: transparent;
  border-color: #fff;
}
.policy-checkbox input[type="checkbox"]:checked:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
}
.policy-checkbox input[type="checkbox"]:hover {
  border-color: #fff;
}
.policy-checkbox input[type="checkbox"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.policy-checkbox .policy-text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.7;
}
.policy-checkbox .policy-text a {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.policy-checkbox .policy-text a:hover {
  color: #03363c;
}
.form__input::-webkit-input-placeholder,
.popup__textarea::-webkit-input-placeholder {
  color: #ffffffab;
}
.form__input::-moz-placeholder,
.popup__textarea::-moz-placeholder {
  color: #ffffffab;
}
.form__input:-ms-input-placeholder,
.popup__textarea:-ms-input-placeholder {
  color: #ffffffab;
}
.form__input::-ms-input-placeholder,
.popup__textarea::-ms-input-placeholder {
  color: #ffffffab;
}
.form__input::placeholder,
.popup__textarea::placeholder {
  color: #ffffffab;
}
.text__block-grid {
  display: grid;
  gap: 60px;
  grid-template-columns: 8fr 4fr;
  position: relative;
}
.text__content .theiaStickySidebar > *,
.text__content > * {
  margin-bottom: 20px;
}
.text__content .theiaStickySidebar > :last-child,
.text__content > :last-child {
  margin-bottom: 0;
}
.text__content .theiaStickySidebar > h2,
.text__content > h2 {
  clear: both;
  color: #139297;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  max-width: 92%;
  text-align: left;
}
.text__content .theiaStickySidebar > h2 span,
.text__content > h2 span {
  color: #03363c;
}
.text__content .theiaStickySidebar h3,
.text__content h3 {
  display: -webkit-box;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 42px;
  padding-top: 25px;
  text-align: left;
}
.text__content .theiaStickySidebar h4,
.text__content h4 {
  font-size: 36px;
  line-height: 1.2;
}
.text__content .theiaStickySidebar h5,
.text__content h5 {
  font-size: 30px;
  line-height: 1.2;
}
.text__content .theiaStickySidebar > ul,
.text__content > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.text__content .theiaStickySidebar > ul > li,
.text__content > ul > li {
  padding-left: 25px;
  position: relative;
}
.text__content .theiaStickySidebar > ul > li:before,
.text__content > ul > li:before {
  background: #139297;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 12px;
}
.text__content .theiaStickySidebar b,
.text__content b {
  font-weight: 700;
}
.text__content .theiaStickySidebar > ol,
.text__content > ol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding-bottom: 10px;
  padding-top: 10px;
}
.text__content .theiaStickySidebar > ol > li,
.text__content > ol > li {
  counter-increment: num;
  padding-left: 48px;
  position: relative;
}
.text__content .theiaStickySidebar > ol > li:before,
.text__content > ol > li:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #139297;
  content: "0" counter(num) "/";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 2px;
  z-index: 2;
}
.text__content .theiaStickySidebar > ol > li:nth-child(n + 9):before,
.text__content > ol > li:nth-child(n + 9):before {
  content: counter(num);
}
.text__content .theiaStickySidebar blockquote,
.text__content blockquote {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  border-radius: 20px;
  color: #fff;
  margin: 50px 0;
  padding: 24px 123px 24px 44px;
  position: relative;
}
.text__content .theiaStickySidebar blockquote:before,
.text__content blockquote:before {
  background: url(../img/icons/quotes.svg) 50% no-repeat;
  content: "";
  display: block;
  height: 289px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 99px;
  z-index: 2;
}
@supports not (background: url("../img/icons/quotes.svg")) {
  .text__content .theiaStickySidebar blockquote:before,
  .text__content blockquote:before {
    background: url(../img/icons/quotes.png) 50% no-repeat;
  }
}
.text__content .theiaStickySidebar blockquote:after,
.text__content blockquote:after {
  background: #fff;
  content: "";
  display: block;
  height: calc(100% - 48px);
  left: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  z-index: 2;
}
.text__content .theiaStickySidebar picture,
.text__content picture {
  height: 500px;
  width: 100%;
}
.text__content .theiaStickySidebar picture img,
.text__content picture img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}
.float-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(30% - 10px);
  flex: 1 1 calc(30% - 10px);
  float: right;
  margin-bottom: 20px;
  margin-left: 60px;
  max-width: 600px;
  max-width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text__content .theiaStickySidebar table,
.text__content table {
  border: none;
  border-collapse: collapse;
  border-radius: 30px;
  display: block;
  margin-bottom: 20px;
  overflow-x: auto;
  width: 100%;
}
.text__content .theiaStickySidebar table thead th,
.text__content table thead th {
  background: #edf6f6;
  border: none;
  border-right: 2px solid #fff;
  color: #139297;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 25px;
}
.text__content .theiaStickySidebar table thead tr th:last-child,
.text__content table thead tr th:last-child {
  border-right: none;
}
.text__content .theiaStickySidebar table tbody td,
.text__content table tbody td {
  border-right: 2px solid #fff;
  font-size: 14px;
  padding: 20px;
  vertical-align: top;
}
.text__content .theiaStickySidebar table tbody tr td:last-child,
.text__content table tbody tr td:last-child {
  border-right: none;
}
.text__content .theiaStickySidebar table tbody tr:nth-child(2n),
.text__content table tbody tr:nth-child(2n) {
  background: #edf6f6;
}
@media (max-width: 1600px) {
  .text__block-grid {
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  .text__block-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1054px) {
  .text__content .theiaStickySidebar > *,
  .text__content > * {
    margin-bottom: 20px;
  }
  .text__content .theiaStickySidebar > :last-child,
  .text__content > :last-child {
    margin-bottom: 0;
  }
  .text__content .theiaStickySidebar > h2,
  .text__content > h2 {
    margin-bottom: 30px;
  }
  .text__content .theiaStickySidebar h3,
  .text__content h3 {
    font-size: 32px;
  }
  .text__content .theiaStickySidebar h4,
  .text__content h4 {
    font-size: 20px;
  }
  .text__content .theiaStickySidebar h5,
  .text__content .theiaStickySidebar p,
  .text__content h5,
  .text__content p {
    font-size: 16px;
  }
  .text__content .theiaStickySidebar picture,
  .text__content picture {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .text__content {
    gap: 0;
  }
  .text__content .theiaStickySidebar > *,
  .text__content > * {
    margin-bottom: 10px;
  }
  .text__content .theiaStickySidebar > :last-child,
  .text__content > :last-child {
    margin-bottom: 0;
  }
  .text__content .theiaStickySidebar > h2,
  .text__content > h2 {
    margin-bottom: 20px;
  }
  .text__content .theiaStickySidebar h3,
  .text__content h3 {
    font-size: 18px;
  }
  .text__content .theiaStickySidebar h4,
  .text__content h4 {
    font-size: 16px;
  }
  .text__content .theiaStickySidebar h5,
  .text__content .theiaStickySidebar p,
  .text__content h5,
  .text__content p {
    font-size: 14px;
  }
  .text__content .theiaStickySidebar picture,
  .text__content picture {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .text__content .theiaStickySidebar blockquote,
  .text__content blockquote {
    border-radius: 14px;
    font-size: 14px;
    margin: 20px 0;
    padding: 40px 20px 20px;
  }
  .text__content .theiaStickySidebar blockquote:before,
  .text__content blockquote:before {
    opacity: 0.3;
  }
  .text__content .theiaStickySidebar blockquote:after,
  .text__content blockquote:after {
    height: 2px;
    left: 20px;
    right: 20px;
    top: 20px;
    -webkit-transform: none;
    transform: none;
    width: calc(100% - 40px);
  }
  .text__content .theiaStickySidebar > ol,
  .text__content > ol {
    font-size: 14px;
    gap: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .text__content .theiaStickySidebar > ol > li,
  .text__content > ol > li {
    padding-left: 40px;
  }
  .text__content .theiaStickySidebar > ol > li:before,
  .text__content > ol > li:before {
    font-size: 12px;
    height: 30px;
    width: 30px;
  }
  .text__content .theiaStickySidebar picture,
  .text__content picture {
    height: 300px;
  }
  .text__content .theiaStickySidebar picture img,
  .text__content picture img {
    border-radius: 14px;
  }
  .text__content .theiaStickySidebar > ul > li:before,
  .text__content > ul > li:before {
    height: 6px;
    width: 6px;
  }
  .text__content .theiaStickySidebar > ul > li,
  .text__content > ul > li {
    padding-left: 15px;
  }
}
.faqs__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-preferred-size: calc(63% - 33px);
  flex-basis: calc(63% - 33px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.faqs__inner,
.faqs__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faqs__main-inner {
  gap: 66px;
}
.faqs__header {
  -ms-flex-preferred-size: calc(37% - 33px);
  flex-basis: calc(37% - 33px);
}
.faqs__header > * {
  text-align: start;
}
.faq__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.faqs__inner .hide__item-title,
.faqs__inner .theiaStickySidebar .hide__item-title {
  background-color: #fff;
}
.faqs__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
}
@media (max-width: 1200px) {
  .faqs__main-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .faqs__header,
  .faqs__inner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.reviews__badge,
.reviews__title {
  text-align: start;
}
.reviews__title {
  margin-bottom: 60px;
}
.reviews__header {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 15px;
}
.reviews__header.reviews__header_original {
  width: 100%;
}
.reviews__header.reviews__header_original .reviews__header-picture {
  min-height: 60px;
}
.reviews__header.reviews__header_original .reviews__header-picture:before {
  z-index: 1001;
}
.reviews__header.reviews__header_original .reviews__header-picture img {
  z-index: 1002;
}
.reviews__header-picture {
  background-color: #fff;
  border-radius: 14px;
  height: 56px;
  max-width: 56px;
  min-width: 56px;
  position: relative;
  width: 100%;
}
.reviews__header-picture:before {
  background: url(../img/icons/user.svg) no-repeat 50%;
  content: "";
  height: 24px;
  width: 18px;
  z-index: 1;
}
.reviews__header-picture img,
.reviews__header-picture:before {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reviews__header-picture img {
  border-radius: 14px;
  height: 100%;
  max-width: 56px;
  min-width: 56px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  z-index: 2;
}
.reviews__header-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 16px;
  justify-content: space-between;
}
.reviews__header-wrapper,
.reviews__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reviews__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #edf6f6;
  border-radius: 20px;
  gap: 20px;
  height: auto;
  padding: 30px;
  position: relative;
}
.reviews__item.reviews__item_original {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  color: #fff;
}
.reviews__btn {
  color: #139297;
  display: none;
  font-weight: 700;
  text-align: left;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.reviews__btn:hover {
  color: #03363c;
}
.reviews__btn.active,
.reviews__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  line-height: 1.56;
  overflow: hidden;
  text-align: left;
}
.reviews__text.hidden {
  max-height: 150px;
  position: relative;
}
.reviews__text.hidden:before {
  background: #edf6f6;
  bottom: -5px;
  content: "";
  display: block;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  height: 25px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.reviews__header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}
.reviews__header-top p {
  font-weight: 600;
}
.reviews__header-top span {
  font-weight: 500;
}
.reviews__header-top-bottom {
  font-weight: 400;
}
.reviews__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(19, 146, 151, 0.5);
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding: 22px 20px;
}
.reviews__bottom p {
  font-size: 14px;
  font-weight: 500;
}
.reviews__bottom span {
  font-size: 16px;
  font-weight: 600;
}
.reviews__bottom.reviews__bottom_original {
  border: 1px solid #fff;
  width: 100%;
}
.swiper-btns.reviews_swiper-btns {
  left: 50%;
  position: absolute;
  top: -110px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .reviews__item {
    gap: 10px;
    padding: 20px;
  }
  .reviews__header {
    gap: 10px;
    margin-bottom: 5px;
  }
  .reviews-top__info-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    gap: 5px;
    justify-content: flex-start;
  }
  .reviews-top__info-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 14px;
    gap: 5px;
    height: 100%;
    justify-content: space-between;
    line-height: 1;
  }
  .reviews__name {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .reviews__btn,
  .reviews__text {
    font-size: 14px;
  }
  .reviews__text.hidden:before {
    bottom: -12px;
  }
  .reviews__date {
    font-size: 12px;
    line-height: 1;
    padding: 8px;
  }
  .reviews__item.reviews__item_original {
    padding: 0;
  }
  .reviews__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .reviews__title {
    margin-bottom: 20px;
  }
  .reviews__container {
    padding: 0;
  }
  .rewiews-swiper {
    padding: 0 10px;
  }
  .swiper-btns.reviews_swiper-btns {
    display: none;
  }
  .reviews-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
    margin: 0 10px;
  }
  .reviews__title {
    padding: 0 10px;
  }
  .reviews__bottom span {
    font-size: 14px;
  }
  .reviews__header-wrapper,
  .reviews__item {
    gap: 8px;
  }
  .reviews__bottom,
  .reviews__item {
    border-radius: 14px;
  }
  .reviews__bottom {
    padding: 10px;
  }
}
@media (max-width: 470px) {
  .reviews__header picture {
    display: none;
  }
  .reviews__name {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .reviews-top__info-wrap span:first-child:before {
    display: none;
  }
}
.doctors .swiper {
  margin-bottom: 0;
}
.doctors .swiper-slide {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: auto;
  opacity: 0.6;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.doctors .swiper-slide.swiper-slide-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.doctors__header {
  margin-bottom: 40px;
}
.doctors__descr {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.doctors__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #edf6f6;
  border-radius: 30px;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  padding: 10px;
}
.doctors__item,
.doctors__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.doctors__top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  border-radius: 30px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.doctors__top:before {
  background: url(../img/icons/decor.png) no-repeat 50%;
  content: "";
  height: 100%;
  max-width: 360px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.doctors__top picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-top: 20px;
  width: 100%;
  z-index: 2;
}
.doctors__top picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: visible;
  width: 80%;
}
.doctors__top-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  left: 15px;
  position: absolute;
  z-index: 2;
}
.doctors__top-wrap span {
  font-size: 14px;
  line-height: 1;
  padding: 13px 21px;
}
.doctors__top-wrap a,
.doctors__top-wrap span {
  background-color: #fff;
  border: 1px solid rgba(19, 146, 151, 0.2);
  border-radius: 14px;
  height: 46px;
}
.doctors__top-wrap a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  width: 46px;
}
.doctors__top-wrap a:hover {
  background-color: #139297;
}
.doctors__top-wrap a svg path {
  stroke: #139297;
  -webkit-transition: stroke 0.3s linear;
  transition: stroke 0.3s linear;
}
.doctors__top-wrap a:hover svg path {
  stroke: #fff;
}
.doctors__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  padding: 20px;
  text-align: start;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.doctors__bottom p {
  font-size: 20px;
  font-weight: 600;
}
.doctors__bottom span {
  font-weight: 400;
  line-height: 1.4;
}
.doctors__bottom button {
  width: 100%;
}
.doctors__btn {
  margin-top: auto;
}
.doctors-swiper {
  overflow: visible;
  padding: 20px 0;
}
.doctors-swiper .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.doctors-swiper .swiper-slide {
  height: auto;
  width: 280px;
}
.doctors__inner {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.doctors_swiper-btns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 442px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .doctors__bottom p {
    font-size: 16px;
  }
  .doctors__header {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .doctors .swiper,
  .doctors__header {
    margin-bottom: 0;
  }
  .doctors .swiper-slide {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .doctors__bottom {
    padding: 10px;
  }
  .doctors__top {
    padding: 10px 10px 0;
  }
  .doctors__top picture img {
    max-height: 250px;
    max-width: 156px;
    min-height: 250px;
    min-width: 156px;
  }
  .swiper-btns.doctors_swiper-btns {
    display: none;
  }
  .doctors__bottom p {
    font-size: 16px;
  }
  .doctors__descr {
    text-align: start;
  }
}
.reviews__form-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 920px;
  padding: 105px 10px;
  text-align: center;
  width: 100%;
}
.reviews__form-inner h3 {
  color: #fff;
  font-family:
    Days One,
    sans-serif;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.reviews__form-inner p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
.teatarea__input {
  background: hsla(0, 0%, 100%, 0.15);
  background: hsla(0, 0%, 100%, 0.12);
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
  min-height: 55px;
  padding: 15px;
  resize: none;
  width: 100%;
}
.teatarea__input::-webkit-input-placeholder {
  color: #fff;
  font-size: 15px;
  position: relative;
}
.teatarea__input::-moz-placeholder {
  color: #fff;
  font-size: 15px;
  position: relative;
}
.teatarea__input:-ms-input-placeholder {
  color: #fff;
  font-size: 15px;
  position: relative;
}
.teatarea__input::-ms-input-placeholder {
  color: #fff;
  font-size: 15px;
  position: relative;
}
.teatarea__input::placeholder {
  color: #fff;
  font-size: 15px;
  position: relative;
}
.reviews__form-estimate-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.15);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 15px 18px;
}
.reviews__form-estimate-item span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.reviews__form-inputs {
  -ms-flex-preferred-size: calc(33% - 5px);
  flex-basis: calc(33% - 5px);
}
.reviews__form-estimate-item.estimate-item span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.reviews__form-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.doctor__card,
.reviews__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.doctor__card {
  gap: 60px;
}
.doctor__btn {
  width: 100%;
}
.doctor-swiper {
  margin-bottom: 20px;
}
.doctor__card-photo {
  height: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-width: 315px;
  width: 100%;
}
.doctor__card-photo picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 360px;
  padding: 35px 35px 0;
  position: relative;
}
.doctor__card-photo picture img {
  bottom: 0;
  height: 100%;
  max-height: 325px;
  max-width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: visible;
  position: absolute;
  width: 100%;
}
.doctor__picture {
  max-width: 390px;
  min-width: 390px;
}
.doctor__about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 910px;
}
.doctor__stage {
  background-color: #34899c;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
  padding: 6px 12px;
}
.doctor__text,
.doctor__title {
  margin-bottom: 40px;
}
.doctor__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.doctor__text-item {
  margin-bottom: 60px;
}
.doctor__text-item h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.doctor__text-item:last-child {
  margin-bottom: 0;
}
.doctor__checkmark-list ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.doctor__checkmark-list ul li {
  padding-left: 20px;
  position: relative;
}
.doctor__checkmark-list ul li:before {
  color: #349c83;
  content: "✔";
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.doctor__checkmark-list ol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding-bottom: 10px;
  padding-top: 10px;
}
.doctor__checkmark-list ol li {
  counter-increment: num;
  padding-left: 48px;
  position: relative;
}
.doctor__checkmark-list ol li:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #349c83;
  border-radius: 50%;
  color: #fff;
  content: "0" counter(num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 35px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  z-index: 2;
}
.doctor__checkmark-list ol li:nth-child(n + 9):before {
  content: counter(num);
}
.doctor__profile {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 40px;
}
.doctor__btn-wrap {
  gap: 10px;
}
.doctor__btn-wrap,
.doctor__info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.doctor__info__wrap {
  gap: 50px;
}
.doctor__info-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.doctor__info-item picture img {
  height: 25px;
  width: 25px;
}
.doctor__info-item p {
  color: #b1b0b3;
  font-size: 16px;
}
.doctor__info-item span {
  color: #001b21;
  font-size: 16px;
  font-weight: 400;
}
.doctor-schedule {
  background-color: #e1ebef;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 35px 40px;
  width: 100%;
}
.doctor-schedule > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.doctor-schedule > h5 {
  color: #001b21;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 30px;
}
.doctor-schedule__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-image-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.doctor-schedule__item > p {
  color: #001b21;
  font-size: 16px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.doctor-schedule__item > span {
  border-bottom: 1px dashed #adc7d0;
  width: 100%;
}
.doctor-schedule__item > b {
  color: #139297;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.doctor__card-form {
  margin-bottom: 60px;
  width: 100%;
}
.doctor__card-text-content-wrap > ol > li {
  padding: 7px 0;
}
.doctor__card-picture {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  max-width: 410px;
  min-height: 350px;
  min-width: 410px;
  position: relative;
  width: 100%;
}
.doctor__card-picture img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
.doctor-wrapper__swiper {
  position: relative;
}
.doctor_swiper-btns {
  bottom: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.doctor_swiper-btns > * {
  background-color: #ebf5f3;
  height: 40px;
  width: 40px;
}
@media (max-width: 960px) {
  .doctor__picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    max-height: none;
    max-width: none;
  }
  .doctor__picture img {
    max-height: 250px;
    max-width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .doctor__btn {
    width: 100%;
  }
  .doctor__card-picture {
    min-height: 260px;
    min-width: 260px;
  }
  .doctor__card-picture:before {
    background:
      -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(-1.63%, #4e8c8e),
        color-stop(146.72%, #80cca5)
      ),
      #fff;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #fff;
    border-radius: 15px;
    height: 140px;
    width: 240px;
  }
  .doctor__card-picture img {
    max-height: 260px;
    max-width: 254px;
    min-height: 260px;
    min-width: 254px;
  }
  .doctor__card {
    gap: 40px;
  }
}
@media (max-width: 868px) {
  .reviews__form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .doctor__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .doctor__about {
    width: 100%;
  }
  .doctor__info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .doctor__info-item picture {
    height: 20px;
    width: 20px;
  }
  .doctor__info-item p,
  .doctor__info-item span {
    font-size: 14px;
  }
  .doctor__btn-wrap {
    display: none;
  }
  .doctor__about .doctor-schedule h5 {
    font-size: 18px;
  }
  .doctor__about .doctor-schedule p,
  .doctor__about .doctor-schedule span {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .teatarea__input {
    max-width: 300px;
  }
  .reviews__form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews__form-inner {
    padding: 50px 10px;
  }
  .reviews__form-inner h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .reviews__form-inner p {
    margin-bottom: 20px;
  }
  .doctor__card-form {
    margin-bottom: 10px;
  }
}
.licences {
  margin: 80px 0;
  padding: 100px 0;
}
.licences .swiper {
  position: absolute;
  top: 75%;
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
}
.licences .swiper .swiper-wrapper {
  max-height: 270px;
}
.licences .swiper-slide {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: auto;
  opacity: 0.6;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.licences .swiper-slide.swiper-slide-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.licences .swiper-slide.swiper-slide-active.licences__item {
  padding: 0;
}
.licences__title {
  margin: 0 0 24px;
  text-align: start;
}
.licences__btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.licences__inner-main {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.licences__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 30px;
  height: auto;
  justify-content: space-between;
  width: calc(40% - 50px);
}
.licences__content,
.licences__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.licences__inner {
  background-color: #fff;
  border-radius: 14px;
  min-height: 534px;
  overflow: visible;
  position: relative;
  width: calc(60% - 50px);
}
.licences-decor {
  background: url(../img/licences/doc.png) no-repeat 50%;
  height: 625px;
  left: 51%;
  position: absolute;
  top: 46%;
  -webkit-transform: translate(-51%, -54%);
  transform: translate(-51%, -54%);
  width: 461px;
  z-index: 1;
}
.licences-decor-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.licences-decor-wrap:before {
  left: -70px;
}
.licences-decor-wrap:after,
.licences-decor-wrap:before {
  background: url(../img/icons/decor.png) no-repeat 50%;
  content: "";
  height: 360px;
  position: absolute;
  top: -160px;
  width: 360px;
  z-index: 1;
}
.licences-decor-wrap:after {
  right: -70px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.licences__badge {
  text-align: start;
}
.licences-swiper {
  z-index: 2;
}
.licences_swiper-btns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 60%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  width: 332px;
  z-index: 3;
}
.licences-pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 15px;
}
.licences__item {
  background-color: #edf6f6;
  border-radius: 14px;
  padding: 10px;
  position: relative;
  width: 100%;
}
.licences__picture {
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.licences__picture img {
  margin: 0 auto;
  max-height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}
@media (max-width: 1800px) {
  .licences__inner-main {
    gap: 10px;
  }
  .licences__content {
    width: calc(40% - 5px);
  }
  .licences__inner {
    width: calc(60% - 5px);
  }
  .licences__inner-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .licences__inner-main > * {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .licences__inner-main {
    gap: 80px;
  }
  .licences__inner-main > * {
    width: 100%;
  }
  .licences {
    margin: 40px 0;
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .licences-decor {
    display: none;
  }
  .licences__inner {
    background-color: transparent;
    border-radius: 0;
    min-height: auto;
  }
  .licences-decor-wrap:after,
  .licences-decor-wrap:before {
    display: none;
  }
  .licences__inner-main {
    gap: 30px;
  }
  .licences .swiper {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .licences_swiper-btns {
    display: none;
  }
  .licences .swiper-pagination-horizontal.swiper-pagination-bullets {
    background-color: #fff;
  }
  .licences .swiper-slide {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
  }
  .licences__item {
    padding: 0;
  }
  .licences-pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }
  .licences__picture {
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .licences__picture img {
    margin: 0 auto;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
  }
  .licences .swiper .swiper-wrapper {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .licences {
    margin: 20px 0;
    padding: 20px 0;
  }
}
.gallery {
  background: #edf6f6;
  padding: 80px 0;
}
.gallery__badge,
.gallery__title {
  text-align: start;
}
.gallery__description {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 500px;
}
.gallery__inner {
  padding-bottom: 0;
  position: relative;
  width: calc(58% - 30px);
}
.gallery__inner .gallery_swiper-btns {
  left: 20px;
  position: absolute;
  top: 20px;
  z-index: 3;
}
.gallery__inner .gallery-pagination {
  left: auto;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.gallery__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  height: auto;
  justify-content: space-between;
  width: calc(42% - 30px);
}
.gallery__stats,
.gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery__stats {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.gallery__btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.mySwiper {
  border-radius: 20px;
  margin-bottom: 0;
}
.mySwiper .swiper-slide {
  border-radius: 20px;
  cursor: pointer;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.mySwiper .swiper-slide:hover {
  opacity: 0.8;
}
.mySwiper .swiper-slide picture img {
  -o-object-fit: cover;
  object-fit: cover;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiper2 {
  border-radius: 30px;
}
.mySwiper2.swiper {
  margin-bottom: 10px;
}
.mySwiper2 .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.mySwiper2 .swiper-slide a {
  width: 100%;
}
.mySwiper2 .swiper-slide a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.gallery__stat {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-preferred-size: calc(33.33% - 6.6667px);
  align-items: start;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: calc(33.33% - 6.6667px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  justify-content: space-between;
  min-width: 200px;
  padding: 16px;
  text-align: start;
}
.stat__value {
  color: #139297;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.stat__value .stat__unit {
  font-size: 16px;
  font-weight: 500;
}
.stat__label {
  color: #03363c;
  font-size: 16px;
  font-weight: 400;
}
.gallery__main-inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1725px) {
  .gallery__main-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery__main-inner > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .gallery {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .gallery {
    padding: 30px 0;
  }
  .stat__value {
    font-size: 32px;
  }
  .gallery__stats > * {
    -ms-flex-preferred-size: 100%;
    border-radius: 14px;
    flex-basis: 100%;
    gap: 20px;
  }
  .gallery__description,
  .stat__label {
    font-size: 14px;
  }
  .mySwiper2,
  .mySwiper2 .swiper-slide {
    border-radius: 14px;
  }
  .gallery__inner .gallery_swiper-btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: -10px;
    right: -10px;
    top: 20%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    width: calc(100% + 20px);
  }
  .gallery__inner .gallery-pagination {
    display: none;
  }
  .gallery__wrapper {
    gap: 30px;
  }
  .mySwiper,
  .mySwiper .swiper-slide {
    border-radius: 14px;
  }
  .mySwiper .swiper-slide picture,
  .mySwiper .swiper-slide picture img {
    max-height: 100px;
  }
}
.articles-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.articles-page__inner > * {
  -ms-flex-preferred-size: calc(25% - 7.5px);
  flex-basis: calc(25% - 7.5px);
}
.articles-page__item-inner {
  height: 100%;
  padding: 20px;
  width: 100%;
}
.articles-page__item-inner,
.articles__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.articles__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #edf6f6;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #03363c;
  height: auto;
  padding: 10px;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.articles__item:hover {
  border-color: #139297;
  color: #03363c;
}
.articles__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.articles__wrap span {
  font-weight: 400;
}
.articles__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.articles__picture {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  max-height: 275px;
  min-height: 275px;
  width: 100%;
}
.articles__picture img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1500px) {
  .articles-page__inner > * {
    -ms-flex-preferred-size: calc(33.333% - 6.6667px);
    flex-basis: calc(33.333% - 6.6667px);
  }
}
@media (max-width: 1100px) {
  .articles-page__inner > * {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
}
@media (max-width: 800px) {
  .articles-page__inner > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.navigation__inner {
  background-color: transparent;
  border-radius: 20px;
  height: 100%;
  padding: 0 24px 30px;
  width: 100%;
}
.navigation__title {
  color: #03363c;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.navigation__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.navigation__link {
  position: relative;
  -webkit-transition: -webkit-text-decoration 0.3s linear;
  transition: -webkit-text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear;
  transition:
    text-decoration 0.3s linear,
    -webkit-text-decoration 0.3s linear;
}
.navigation__link:hover {
  text-decoration: none;
}
.navigation__link:after {
  background-color: #139297;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: 0;
}
.navigation__link:hover:after {
  width: 100%;
}
.navigation__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
}
.navigation__item.title-h2,
.navigation__item.title-h3,
.navigation__item.title-h4,
.navigation__item.title-h5,
.navigation__item.title-h6 {
  color: rgba(3, 54, 60, 0.8);
  padding-left: 20px;
  position: relative;
}
.navigation__item.title-h2:before,
.navigation__item.title-h3:before,
.navigation__item.title-h4:before,
.navigation__item.title-h5:before,
.navigation__item.title-h6:before {
  background-color: #139297;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 12px;
}
@media (max-width: 768px) {
  .navigation__item.title-h3:before,
  .navigation__item.title-h4:before,
  .navigation__item.title-h5:before,
  .navigation__item.title-h6:before {
    height: 6px;
    width: 6px;
  }
}
@media (max-width: 951px) {
  .navigation__inner {
    padding: 20px;
  }
  .navigation__title {
    font-size: 20px;
  }
  .navigation__item {
    font-size: 14px;
    padding-left: 15px;
  }
  .navigation__item:before {
    top: 8px;
  }
}
@media (max-width: 550px) {
  .navigation__inner:before {
    display: none;
  }
}
.reviewer__inner-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.reviewer {
  border: 1px solid transparent;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.reviewer:hover {
  border-color: #139297;
}
.reviewer__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background-color: #edf6f6;
  padding: 40px;
}
.reviewer__block-wrap,
.reviewer__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.reviewer__block-wrap {
  gap: 5px;
}
.reviewer__block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 10px;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.reviewer__block-picture {
  background-color: #fff;
  border-radius: 14px;
  height: 100%;
  max-height: 100px;
  max-width: 100px;
  overflow: hidden;
  width: 100%;
}
.reviewer__block-picture img {
  max-height: 100px;
  max-width: 100px;
  min-height: 100px;
  min-width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.reviewer__block-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.reviewer__block-spec {
  color: #139297;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
}
.reviewer__stage {
  background-color: #139297;
  border-radius: 14px;
  color: #fff;
  padding: 6px 20px;
}
@media (max-width: 1024px) {
  .reviewer {
    border-radius: 20px;
  }
  .reviewer__inner {
    padding: 30px;
  }
  .reviewer__inner-main {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .reviewer {
    border-radius: 14px;
  }
  .reviewer__inner {
    padding: 20px;
  }
  .reviewer__inner-main {
    gap: 10px;
  }
  .reviewer__block-name {
    font-size: 16px;
  }
  .reviewer__badge {
    margin-bottom: 10px;
  }
  .reviewer__block-spec {
    margin-bottom: 0;
  }
  .reviewer__social-media-picture {
    height: 40px;
    width: 40px;
  }
  .reviewer__block {
    gap: 10px;
    padding: 0;
  }
  .reviewer__social-media-img {
    width: 16px;
  }
}
.filter__list {
  background-color: #e1eeed;
  border-radius: 14px;
  color: #349c83;
  left: 0;
  opacity: 0;
  padding: 17px 20px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition:
    opacity 0.2s linear,
    top 0.4s linear,
    border-radius 0.3s linear;
  transition:
    opacity 0.2s linear,
    top 0.4s linear,
    border-radius 0.3s linear;
  z-index: 30;
}
.filter__list ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.filter__list ul button {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.filter__list ul button:hover {
  color: #139297;
}
.filter__current {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1eeed;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #349c83;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 10px;
  justify-content: space-between;
  padding: 20px 25px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: border-radius 0.3s linear;
  transition: border-radius 0.3s linear;
  width: 100%;
  z-index: 31;
}
.filter__current:after {
  border-bottom: 2px solid #349c83;
  border-right: 2px solid #349c83;
  content: "";
  display: block;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition:
    border-color 0.4s linear,
    -webkit-transform 0.4s linear;
  transition:
    border-color 0.4s linear,
    -webkit-transform 0.4s linear;
  transition:
    transform 0.4s linear,
    border-color 0.4s linear;
  transition:
    transform 0.4s linear,
    border-color 0.4s linear,
    -webkit-transform 0.4s linear;
  width: 8px;
}
.filter__wrappper {
  max-width: 315px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
}
@-webkit-keyframes filterHide {
  0% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
    scale: 1;
  }
  to {
    display: none;
    opacity: 0;
    scale: 0.5;
  }
}
@keyframes filterHide {
  0% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    scale: 1;
  }
  to {
    display: none;
    opacity: 0;
    scale: 0.5;
  }
}
@-webkit-keyframes filterShow {
  0% {
    display: none;
    opacity: 0;
    scale: 0.5;
  }
  to {
    display: -webkit-box;
    display: flex;
    opacity: 1;
    scale: 1;
  }
}
@keyframes filterShow {
  0% {
    display: none;
    opacity: 0;
    scale: 0.5;
  }
  to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    scale: 1;
  }
}
.filter__item {
  -webkit-animation: filterShow 0.5s forwards;
  animation: filterShow 0.5s forwards;
}
.filter__item.hide {
  -webkit-animation: filterHide 0.5s forwards;
  animation: filterHide 0.5s forwards;
  display: none;
}
.filter__wrappper {
  position: relative;
}
@media (min-width: 1024px) {
  .filter__wrappper:hover .filter__list {
    border-radius: 0 0 10px 10px;
    opacity: 1;
    pointer-events: all;
    top: 100%;
  }
  .filter__wrappper:hover .filter__current {
    border-radius: 10px 10px 0 0;
  }
  .filter__wrappper:hover .filter__current:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@media (max-width: 1024px) {
  .filter__list.active {
    border-radius: 0 0 10px 10px;
    opacity: 1;
    pointer-events: all;
    top: 100%;
  }
  .filter__current.active {
    border-radius: 10px 10px 0 0;
  }
  .filter__current.active:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@media (max-width: 700px) {
  .filter__wrappper {
    max-width: 100%;
  }
  .filter__current {
    font-size: 12px;
    padding: 15px 18px;
  }
  .filter__list ul button {
    font-size: 12px;
  }
  .filter__list {
    padding: 15px 18px;
  }
}
.literature {
  background-color: #edf6f6;
  border-radius: 30px;
  padding: 40px;
}
.literature__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.literature ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.literature ul li {
  padding-left: 25px;
  position: relative;
}
.literature ul li:before {
  background: #139297;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 12px;
}
.contacts__map {
  background: url(../img/map.webp);
  background-size: cover;
  border-radius: 20px;
  height: 600px;
  width: 100%;
}
.contacts__map:before {
  background: rgba(19, 146, 151, 0.1);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.contacts__btn {
  width: 100%;
}
.contacts__map,
.map {
  position: relative;
}
.contacts__inner {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  border-radius: 30px;
  color: #fff;
  max-width: 460px;
  padding: 40px;
  position: absolute;
  right: 125px;
  top: 60px;
  z-index: 2;
}
.contacts__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contacts__description {
  margin-bottom: 40px;
}
.contacts-social__picture img {
  height: 20px;
  width: 20px;
}
@media (max-width: 1400px) {
  .contacts__inner {
    border-radius: 14px;
    max-width: 320px;
    padding: 20px;
    right: 20px;
    top: 40px;
  }
}
@media (max-width: 768px) {
  .contacts__map {
    margin-top: 300px;
  }
  .contacts__inner {
    max-width: 100%;
    right: 0;
    top: -300px;
  }
  .contacts__title {
    margin-bottom: 20px;
  }
}
.tab-content {
  display: none;
  gap: 20px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.tab-content.active {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tab-content.active,
.tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
}
.tabs__close {
  display: none;
}
.tabs-mobile.active .tabs__close {
  display: block;
  margin-left: auto;
  padding: 10px;
}
.tabs__title {
  color: #03363c;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
}
.tabs__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #edf6f6;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 10px;
  width: 100%;
}
.one-line-tabs:not(.service-sidebar-tabs) .tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.service-sidebar-tabs .tab {
  width: 100%;
}
.tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  border-radius: 20px;
  color: #03363c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  gap: 90px;
  line-height: 1;
  padding: 23px;
  text-align: start;
  -webkit-transition:
    color 0.3s ease,
    background-color 0.3s ease,
    -webkit-transform 0.2s ease;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    -webkit-transform 0.2s ease;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.2s ease;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
.tab.active,
.tab:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  color: #fff;
}
.tabs__active {
  display: none;
}
@media (max-width: 1024px) {
  .tabs__title {
    font-size: 20px;
  }
  .tab {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .tabs__active-text:not(.service-sidebar-tabs .tabs__active-text) {
    font-size: 14px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .tabs__active-text:not(.service-sidebar-tabs .tabs__active-text):before {
    border-right: 3px solid #139297;
    border-top: 3px solid #139297;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 7px;
  }
  .one-line-tabs:not(.service-sidebar-tabs) .tab {
    max-width: 100%;
  }
  .tabs__active:not(.service-sidebar-tabs .tabs__active) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #edf6f6;
    color: #139297;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    gap: 20px;
    justify-content: space-between;
    padding: 15px 20px;
    width: 100%;
  }
  .tabs__container:not(.service-sidebar-tabs .tabs__container) {
    background-color: #141414;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 10020;
  }
  .tabs__content:not(.service-sidebar-tabs .tabs__content) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    min-height: 100%;
    padding: 60px 20px 20px;
    width: 100%;
  }
  .tabs__wrapper:not(.service-sidebar-tabs .tabs__wrapper) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #edf6f6;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 2px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
      transform 0.3s ease,
      -webkit-transform 0.3s ease;
    width: 100%;
  }
  .tab:not(.service-sidebar-tabs .tab) {
    background: #fff;
    border-radius: 5px;
    color: #139297;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 18px;
    -webkit-transition:
      background-color 0.3s ease,
      color 0.3s ease,
      -webkit-transform 0.2s ease;
    transition:
      background-color 0.3s ease,
      color 0.3s ease,
      -webkit-transform 0.2s ease;
    transition:
      background-color 0.3s ease,
      color 0.3s ease,
      transform 0.2s ease;
    transition:
      background-color 0.3s ease,
      color 0.3s ease,
      transform 0.2s ease,
      -webkit-transform 0.2s ease;
    width: 100%;
  }
  .tab:not(.service-sidebar-tabs .tab):hover {
    background-color: rgba(52, 156, 132, 0.31);
  }
  .tab:not(.service-sidebar-tabs .tab).active {
    background-color: #139297;
    color: #fff;
  }
  .tabs:not(.service-sidebar-tabs .tabs) {
    background-color: #edf6f6;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .tabs.active:not(.service-sidebar-tabs .tabs.active) .tabs__wrapper {
    min-width: 100%;
    pointer-events: all;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .tabs.active:not(.service-sidebar-tabs .tabs.active) .tabs__container {
    opacity: 1;
    pointer-events: all;
  }
  .tab:not(.service-sidebar-tabs .tab).active:before {
    display: none;
  }
}
.notfound__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 110px;
  justify-content: center;
  text-align: center;
}
.notfound__wrap h1 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.notfound__wrap p {
  font-size: 20px;
  margin-bottom: 80px;
}
.notfound__btn {
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.notfound__links-title {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .notfound__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .notfound__404 {
    font-size: 225px;
  }
  .notfound__wrap h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .notfound__wrap p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .notfound__inner {
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .notfound__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .notfound__btn-wrap > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
  }
}
.to_animate {
  -webkit-transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  transition:
    opacity 0.8s,
    transform 0.8s;
  transition:
    opacity 0.8s,
    transform 0.8s,
    -webkit-transform 0.8s;
}
.draw-center {
  -webkit-transition: -webkit-mask-size 2s;
  transition: -webkit-mask-size 2s;
  transition: mask-size 2s;
  transition:
    mask-size 2s,
    -webkit-mask-size 2s;
}
.draw-center.to_animate {
  -webkit-mask-image: url(../img/animations/mask.svg);
  mask-image: url(../img/animations/mask.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: repeat-y;
  mask-repeat: repeat-y;
  -webkit-mask-size: 0;
  mask-size: 0;
}
.draw-center.to_animate.animated {
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.draw-left {
  -webkit-transition: -webkit-mask-size 2s;
  transition: -webkit-mask-size 2s;
  transition: mask-size 2s;
  transition:
    mask-size 2s,
    -webkit-mask-size 2s;
}
.draw-left.to_animate {
  -webkit-mask-image: url(../img/animations/mask.svg);
  mask-image: url(../img/animations/mask.svg);
  -webkit-mask-repeat: repeat-y;
  mask-repeat: repeat-y;
  -webkit-mask-size: 0;
  mask-size: 0;
}
.draw-left.to_animate.animated {
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.down-fade.to_animate {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.down-fade.to_animate.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.up-fade.to_animate {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.up-fade.to_animate.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.left-fade.to_animate {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.left-fade.to_animate.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.right-fade.to_animate {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.right-fade.to_animate.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rotate-left.to_animate {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.rotate-left.to_animate.animated {
  -webkit-transform: none;
  transform: none;
}
.rotate-up.to_animate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-up.to_animate.animated {
  -webkit-transform: none;
  transform: none;
}
.fade-out.to_animate {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.fade-out.to_animate.animated {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.fade-in.to_animate {
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.fade-in.to_animate.animated {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.text-animation.to_animate {
  opacity: 0;
  -webkit-transform: translateX(-120px);
  transform: translateX(-120px);
}
.text-animation.to_animate.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.pulse-animation.to_animate {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.pulse-animation.to_animate.animated {
  -webkit-animation: pulse 1s ease-in-out 2;
  animation: pulse 1s ease-in-out 2;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.7);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.7);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.7);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.7);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-group .to_animate:first-child {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.animation-group .to_animate:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.animation-group .to_animate:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.animation-group .to_animate:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.animation-group .to_animate:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.animation-group .to_animate:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.animation-group .to_animate:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.animation-group .to_animate:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.animation-group .to_animate:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.animation-group .to_animate:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
@-webkit-keyframes lockFade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lockFade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes driving {
  0% {
    fill: transparent;
    stroke-dashoffset: 250;
    stroke: transparent;
  }
  70% {
    fill: transparent;
    stroke-dashoffset: 0;
    stroke: #03363c;
  }
  to {
    stroke-dashoffset: 0;
    fill: #03363c;
    stroke: transparent;
  }
}
@keyframes driving {
  0% {
    fill: transparent;
    stroke-dashoffset: 250;
    stroke: transparent;
  }
  70% {
    fill: transparent;
    stroke-dashoffset: 0;
    stroke: #03363c;
  }
  to {
    stroke-dashoffset: 0;
    fill: #03363c;
    stroke: transparent;
  }
}
.service-intro {
  margin: 60px 0;
  overflow: hidden;
}
.service-intro__bg {
  background: #edf6f6;
  border-radius: 30px;
}
.service-intro__main-inner {
  padding: 40px 60px 0;
  position: relative;
}
.service-intro__main-inner:before {
  background-image: url(/assets/img/service/pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  max-height: 649px;
  max-width: 820px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.service-intro__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.service-intro__content,
.service-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-intro__content {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
  max-width: 873px;
  min-height: 442px;
}
.service-intro__badge {
  margin-bottom: 20px;
}
.service-intro__title span {
  color: #139297;
}
.service-intro__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 60px;
}
.service-intro__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.service-intro__picture {
  bottom: 0;
  position: absolute;
  right: 60px;
  z-index: 3;
  z-index: 2;
}
.service-intro__picture img {
  border-radius: 30px;
  height: auto;
  max-width: 509px;
  width: 100%;
}
.service-advantages__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 40px 60px;
  position: relative;
}
.service-advantages__inner:before {
  background-image: url(/assets/img/service/decor.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 40px;
  content: "";
  display: block;
  height: 100%;
  left: 60px;
  max-height: 200px;
  max-width: 200px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.service-advantages__content {
  max-width: 600px;
  width: 100%;
}
.service-advantages__badge {
  text-align: start;
}
.service-advantages__title {
  color: #fff;
}
.service-advantages__description {
  font-size: 18px;
}
.service-advantages__description p {
  margin-bottom: 20px;
}
.service-advantages__description p:last-child {
  margin-bottom: 0;
}
.service-advantages__blocks {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1076px;
  width: 100%;
}
.service-advantages__item {
  -ms-flex-preferred-size: calc(33.333% - 6.66667px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #edf6f6;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: calc(33.333% - 6.66667px);
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  padding: 24px;
  width: calc(33.333% - 6.66667px);
}
.service-advantages__picture {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #139297;
  border-radius: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
}
.service-advantages__picture img {
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
}
.service-advantages__item-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 60px;
}
.service-advantages__item-title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1900px) {
  .service-advantages__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-advantages__blocks {
    max-width: 100%;
  }
  .service-intro__picture {
    position: static;
  }
}
@media (max-width: 1340px) {
  .service-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .service-intro__content {
    max-width: 100%;
  }
  .service-intro__description {
    margin-bottom: 0;
  }
  .service-intro__content {
    gap: 30px;
    min-height: 100%;
  }
  .service-advantages__inner {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .service-advantages__blocks > * {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
  .service-advantages__item-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .service-intro__main-inner {
    padding: 30px 30px 0;
  }
  .service-advantages__inner {
    padding: 20px;
  }
  .service-advantages__inner,
  .service-advantages__item {
    border-radius: 20px;
  }
  .service-intro__description {
    font-size: 16px;
  }
  .service-intro__content {
    margin-bottom: 20px;
  }
  .service-intro {
    margin: 30px 0;
  }
  .service-advantages__item-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .service-intro__main-inner {
    padding: 20px 20px 0;
  }
  .service-advantages__item-title {
    font-size: 16px;
  }
  .service-advantages__inner,
  .service-advantages__item {
    border-radius: 14px;
  }
  .service-advantages__blocks > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .service-advantages__inner {
    gap: 30px;
  }
  .service-intro__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .service-intro__buttons > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .service-intro__description {
    font-size: 14px;
  }
  .service-intro__content {
    margin-bottom: 0;
  }
  .service-intro {
    margin: 20px 0;
  }
  .service-advantages__picture {
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
  }
  .service-advantages__item {
    padding: 18px;
  }
}
.doctors-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.doctors-page__item {
  -ms-flex-preferred-size: calc(25% - 7.5px);
  flex-basis: calc(25% - 7.5px);
  height: auto;
  width: calc(25% - 7.5px);
}
@media (max-width: 1400px) {
  .doctors-page__item {
    -ms-flex-preferred-size: calc(33.333% - 6.6667px);
    flex-basis: calc(33.333% - 6.6667px);
    width: calc(33.333% - 6.6667px);
  }
}
@media (max-width: 1024px) {
  .doctors-page__item {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .doctors-page__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.reviews-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.reviews-page__inner > * {
  -ms-flex-preferred-size: calc(25% - 7.5px);
  flex-basis: calc(25% - 7.5px);
}
.reviews-page__item {
  border-radius: 30px;
}
.reviews-page__item .reviews__bottom {
  display: none;
}
.reviews-page__btn {
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1300px) {
  .reviews-page__inner > * {
    -ms-flex-preferred-size: calc(33.333% - 6.6667px);
    flex-basis: calc(33.333% - 6.6667px);
  }
}
@media (max-width: 1024px) {
  .reviews-page__inner > * {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .reviews-page__inner > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.licences-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.licences-page__item {
  -ms-flex-preferred-size: calc(25% - 7.5px);
  border-radius: 20px;
  flex-basis: calc(25% - 7.5px);
  height: auto;
  overflow: hidden;
  position: relative;
}
.licences-page__descr {
  background-color: #edf6f6;
  border-radius: 20px;
  bottom: 10px;
  font-size: 16px;
  left: 10px;
  padding: 24px 22px;
  position: absolute;
  right: 10px;
}
.zoom {
  position: relative;
}
.zoom:before {
  background: #139297;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.zoom:after,
.zoom:before {
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  z-index: 2;
}
.zoom:after {
  background: url(../img/icons/zoom.svg) 50% no-repeat;
  background-size: contain;
  height: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}
.zoom:hover:before {
  opacity: 0.2;
}
.zoom:hover:after {
  opacity: 1;
}
@media (max-width: 1300px) {
  .licences-page__item {
    -ms-flex-preferred-size: calc(33.333% - 6.6667px);
    flex-basis: calc(33.333% - 6.6667px);
  }
}
@media (max-width: 1024px) {
  .licences-page__item {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
  .licences-page__descr {
    border-radius: 20px;
    font-size: 14px;
    padding: 20;
  }
}
@media (max-width: 768px) {
  .licences-page__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .licences-page__descr {
    border-radius: 14px;
  }
}
.contacts-page__inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;
  position: static;
}
.contacts-page__inner-left {
  display: grid;
  gap: 20px;
  grid-column: 1 / span 2;
  grid-template-columns: repeat(2, 1fr);
}
.contacts-page__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #edf6f6;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  min-height: 140px;
  padding: 36px 40px;
  position: relative;
}
.contacts-page__card:before {
  background-color: #139297;
  bottom: 20px;
  content: "";
  height: 100%;
  max-height: calc(100% - 40px);
  position: absolute;
  right: 20px;
  top: 20px;
  width: 2px;
  z-index: 1;
}
.contacts-page__card-value {
  color: #139297;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
.contacts-page__card a:hover {
  color: #03363c;
}
.contacts-page__card-socials {
  margin-top: auto;
}
.contacts-page__card-socials .social__link {
  background-color: #139297;
}
.contacts-page__card-socials .social__link picture img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.contacts-page__card-socials .social__link:hover {
  background-color: #03363c;
}
.contacts-page__inner-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  border-radius: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  grid-column: 3 / span 1;
  justify-content: center;
  padding: 24px;
}
@media (max-width: 1300px) {
  .contacts-page__inner {
    grid-template-columns: 1fr;
  }
  .contacts-page__inner-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    grid-column: auto;
    order: 2;
  }
  .contacts-page__inner-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    grid-column: auto;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
  }
}
@media (max-width: 768px) {
  .contacts-page__inner {
    gap: 10px;
  }
  .contacts-page__inner-left {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .contacts-page__card {
    min-height: unset;
  }
  .contacts-page__card-value {
    font-size: 18px;
  }
  .contacts-page__card {
    border-radius: 14px;
    padding: 20px;
  }
  .contacts-page__contacts .contacts__map {
    margin-top: 0;
  }
}
.hide__inner,
.theiaStickySidebar .hide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.hide__inner,
.hide__item,
.theiaStickySidebar .hide__inner,
.theiaStickySidebar .hide__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hide__item,
.theiaStickySidebar .hide__item {
  background-color: #fff;
  border-radius: 14px;
  border-radius: 20px;
  position: relative;
  width: 100%;
}
.hide__item:before,
.theiaStickySidebar .hide__item:before {
  background-color: #139297;
  border-radius: 14px;
  content: "";
  display: block;
  height: 60px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  z-index: 1;
}
.hide__item.active,
.theiaStickySidebar .hide__item.active {
  border: 1px solid rgba(19, 146, 151, 0.3);
}
.hide__item.active:before,
.theiaStickySidebar .hide__item.active:before {
  background-color: #fff;
  opacity: 0;
}
.hide__item-title,
.theiaStickySidebar .hide__item-title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edf6f6;
  border-radius: 14px;
  color: #03363c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  gap: 10px;
  justify-content: space-between;
  line-height: 1.4;
  padding: 36px 70px 36px 36px;
  position: relative;
  text-align: left;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hide__item-title:after,
.hide__item-title:before,
.theiaStickySidebar .hide__item-title:after,
.theiaStickySidebar .hide__item-title:before {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition:
    width 0.2s ease,
    color 0.2s ease;
  transition:
    width 0.2s ease,
    color 0.2s ease;
  width: 16px;
  z-index: 2;
}
.hide__item-title:after,
.theiaStickySidebar .hide__item-title:after {
  height: 16px;
  right: 29px;
  top: 50%;
  -webkit-transform: translate3d(-15px, -50%, 0);
  transform: translate3d(-15px, -50%, 0);
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  width: 2px;
}
.hide__item-title.active,
.theiaStickySidebar .hide__item-title.active {
  background-color: #139297;
  color: #fff;
}
.hide__item-title.active:after,
.theiaStickySidebar .hide__item-title.active:after {
  height: 0;
}
.hide__item-title:hover,
.theiaStickySidebar .hide__item-title:hover {
  background-color: rgba(19, 146, 151, 0.3);
}
.hide__text,
.theiaStickySidebar .hide__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
}
.hide-item__content,
.theiaStickySidebar .hide-item__content {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.hide-item__content.active,
.theiaStickySidebar .hide-item__content.active {
  pointer-events: all;
}
.hide__content,
.theiaStickySidebar .hide__content {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.hide__content.active,
.theiaStickySidebar .hide__content.active {
  pointer-events: all;
}
.hide-item__list,
.theiaStickySidebar .hide-item__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hide-item__item,
.theiaStickySidebar .hide-item__item {
  border-radius: 14px;
  width: 100%;
}
.hide-item__item > a,
.theiaStickySidebar .hide-item__item > a {
  border-radius: 14px;
  display: block;
  padding: 21px 30px;
  width: 100%;
}
.hide-item__item > a:hover,
.theiaStickySidebar .hide-item__item > a:hover {
  background-color: rgba(19, 146, 151, 0.1);
}
@media (max-width: 951px) {
  .hide__text,
  .theiaStickySidebar .hide__text {
    font-size: 14px;
    padding: 12px 20px;
  }
  .hide__item-title,
  .theiaStickySidebar .hide__item-title {
    font-size: 14px;
    padding: 12px 50px 12px 20px;
  }
  .hide__item-title:after,
  .theiaStickySidebar .hide__item-title:after {
    background-color: #139297;
    height: 10px;
    right: 16px;
  }
  .hide__item-title.active:after,
  .hide__item-title.active:before,
  .theiaStickySidebar .hide__item-title.active:after,
  .theiaStickySidebar .hide__item-title.active:before {
    background-color: #fff;
  }
  .hide__item-title:before,
  .theiaStickySidebar .hide__item-title:before {
    background-color: #139297;
    right: 27px;
    width: 10px;
  }
  .hide__item:before,
  .theiaStickySidebar .hide__item:before {
    display: none;
  }
  .hide__inner,
  .theiaStickySidebar .hide__inner {
    gap: 5px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .hide__item,
  .theiaStickySidebar .hide__item {
    border-radius: 14px;
  }
  .hide__item:before,
  .theiaStickySidebar .hide__item:before {
    display: none;
  }
}
.sidebar,
.sidebar .theiaStickySidebar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.sidebar .theiaStickySidebar .sidebar__inner,
.sidebar__inner {
  background-color: #edf6f6;
  border-radius: 20px;
  padding: 10px;
}
.sidebar .theiaStickySidebar .sidebar__tabs__wrapper,
.sidebar__tabs__wrapper {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 30px;
}
.sidebar .theiaStickySidebar .sidebar__tab,
.sidebar .theiaStickySidebar .sidebar__tab.active,
.sidebar__tab,
.sidebar__tab.active {
  border-radius: 12px;
}
.sidebar .theiaStickySidebar .sidebar__hide-inner,
.sidebar__hide-inner {
  margin-bottom: 0;
  width: 100%;
}
.sidebar .theiaStickySidebar .sidebar__hide-item-title,
.sidebar__hide-item-title {
  background: #fff;
  color: #03363c;
  font-size: 18px;
  padding: 30px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sidebar .theiaStickySidebar .sidebar__hide-item-title:after,
.sidebar .theiaStickySidebar .sidebar__hide-item-title:before,
.sidebar__hide-item-title:after,
.sidebar__hide-item-title:before {
  top: 55%;
}
.sidebar .theiaStickySidebar .sidebar__hide-item,
.sidebar .theiaStickySidebar .sidebar__hide-item.active,
.sidebar__hide-item,
.sidebar__hide-item.active {
  background: transparent;
  border-color: transparent;
}
@media (max-width: 1024px) {
  .sidebar .theiaStickySidebar .sidebar__inner,
  .sidebar__inner {
    border-radius: 20px;
  }
  .sidebar .theiaStickySidebar {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .sidebar .theiaStickySidebar .sidebar__inner,
  .sidebar__inner {
    border-radius: 14px;
  }
  .sidebar .theiaStickySidebar {
    gap: 10px;
  }
}
@media (max-width: 660px) {
  .sidebar .theiaStickySidebar .sidebar__tabs__wrapper,
  .sidebar__tabs__wrapper {
    margin-bottom: 0;
  }
  .sidebar__tab.tab {
    padding: 20px;
  }
  .sidebar .theiaStickySidebar .sidebar__hide-item-title,
  .sidebar__hide-item-title {
    font-size: 16px;
    padding: 20px;
  }
}
.consultation {
  border-radius: 30px;
  overflow: hidden;
}
.consultation__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.consultation__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.consultation__content {
  bottom: 40px;
  left: 40px;
  position: absolute;
  right: 40px;
  z-index: 2;
}
.consultation__title {
  font-size: 32px;
  margin-bottom: 30px;
}
.consultation__badge {
  margin-bottom: 30px;
}
.consultation__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.consultation__buttons > * {
  width: 100%;
}
.consultation__description {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .consultation__badge,
  .consultation__title {
    margin-bottom: 10px;
  }
  .consultation__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .consultation__picture,
  .consultation__picture img {
    max-height: 500px;
    width: 100%;
  }
  .consultation__picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .consultation__title {
    font-size: 20px;
  }
  .consultation,
  .consultation__inner {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.equipment {
  background: #fff;
  padding: 80px 0;
}
.equipment__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 60px;
  text-align: start;
}
.equipment__badge,
.equipment__title {
  text-align: start;
}
.equipment__inner {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
}
.equipment__view-all-btn {
  margin-bottom: 24px;
}
.equipment__card {
  border-radius: 30px;
  color: #fff;
  height: 100%;
  max-height: 380px;
  min-height: 380px;
  overflow: hidden;
  position: relative;
}
.equipment__card:nth-child(5n + 1) {
  grid-column: span 2;
  grid-row: span 1;
}
.equipment__card:nth-child(5n + 2) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.equipment__card:nth-child(5n + 3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.equipment__card:nth-child(5n + 4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.equipment__card:nth-child(5n + 5) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.equipment__card--first {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00737a),
    to(#01b8b4)
  );
  background: linear-gradient(90deg, #00737a, #01b8b4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: relative;
}
.equipment__card--first:before {
  background: url(../img/icons/logo-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 40px;
  content: "";
  display: block;
  height: 100px;
  left: 40px;
  opacity: 0.3;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.equipment__card--first picture {
  border-radius: 30px;
  left: 588px;
  max-height: 438px;
  max-width: 584px;
  overflow: hidden;
  pointer-events: none;
  top: 22px;
  width: 100%;
}
.equipment__card--first picture img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.equipment__card--first .equipment__card-content {
  max-width: 544px;
}
.equipment__card picture:not(.equipment__card-picture--first) {
  border-radius: 30px;
  bottom: 10px;
  height: 100%;
  left: 10px;
  max-height: 237px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 10px;
  width: calc(100% - 20px);
  z-index: 1;
}
.equipment__card picture:not(.equipment__card-picture--first) img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.equipment__card:not(.equipment__card--first) {
  background-color: #edf6f6;
  color: #03363c;
}
.equipment__card-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 30px;
  position: relative;
  z-index: 3;
}
.equipment__card-btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.equipment__card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}
.equipment__card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .equipment__inner {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .equipment__inner > * {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
  .equipment__card {
    height: auto;
  }
  .equipment__card-content {
    gap: 10px;
    height: 100%;
  }
  .equipment__card--first {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    max-width: 100%;
    padding: 30px;
    width: 100%;
  }
  .equipment__card--first picture {
    border-radius: 30px;
    bottom: 10px;
    height: 100%;
    left: 10px;
    max-height: 237px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: auto;
    width: calc(100% - 20px);
    width: 100%;
    z-index: 1;
  }
  .equipment__card--first picture img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .equipment__card--first .equipment__card-content {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .equipment__card-content {
    max-width: 100%;
  }
  .equipment__card--first:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .equipment .equipment__card picture,
  .equipment .equipment__card--first picture {
    max-height: 200px;
  }
}
@media (max-width: 768px) {
  .equipment .equipment__card,
  .equipment .equipment__card picture,
  .equipment .equipment__card--first picture {
    border-radius: 14px;
  }
  .equipment__inner > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .equipment__card-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .equipment__card-description {
    font-size: 14px;
  }
}
.programs__header {
  margin-bottom: 60px;
  text-align: center;
}
.programs__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 100%;
  overflow-x: auto;
  padding: 20px;
  position: relative;
}
.programs__inner:before {
  top: 33px;
}
.programs__inner:after,
.programs__inner:before {
  background: url(../img/icons/logo.svg) no-repeat 50% / cover;
  content: "";
  height: 50px;
  left: 202px;
  opacity: 0.1;
  position: absolute;
  width: 50px;
}
.programs__inner:after {
  bottom: 33px;
}
.programs__plan:not(.programs__descr) {
  -ms-flex-preferred-size: calc(19% - 8px);
  background-color: #edf6f6;
  border: 1px solid rgba(19, 146, 151, 0.7);
  border-radius: 30px;
  color: #03363c;
  flex-basis: calc(19% - 8px);
  min-width: 250px;
  overflow: hidden;
  padding: 10px 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: calc(19% - 8px);
}
.programs__plan:not(.programs__descr):hover {
  background: rgba(19, 146, 151, 0.8);
  color: #fff;
}
.programs__plan:not(.programs__descr):hover svg path {
  fill: #fff;
}
.programs__plan:not(.programs__descr):hover .programs__plan-header {
  background-color: #fff;
  color: #03363c;
}
.programs__plan:not(.programs__descr):hover .programs__cell:nth-child(odd) {
  background-color: #139297;
}
.programs .programs__descr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-preferred-size: calc(24% - 8px);
  flex-basis: calc(24% - 8px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  min-width: 300px;
  width: calc(24% - 8px);
}
.programs .programs__descr,
.programs__plan-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.programs__plan-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: rgba(19, 146, 151, 0.6);
  border-radius: 30px;
  color: #fff;
  height: 80px;
  justify-content: center;
  margin: 0 10px;
  padding: 24px 20px;
  position: relative;
  text-align: center;
}
.programs__plan-header,
.programs__plan-title {
  font-size: 18px;
  font-weight: 700;
}
.programs__row {
  border-bottom: 1px solid #e9ecef;
}
.programs__row:last-child {
  border-bottom: none;
}
.programs__feature {
  background-color: #edf6f6;
  border-radius: 20px;
  height: 82px;
  padding: 14px;
  width: 100%;
}
.programs__feature-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 12px;
  justify-content: space-between;
  width: 100%;
}
.programs__feature-content,
.programs__feature-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.programs__feature-icon {
  -ms-flex-negative: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #139297;
  border-radius: 20px;
  flex-shrink: 0;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.programs__feature-icon svg {
  height: 20px;
  width: 20px;
}
.programs__feature-text {
  color: #03363c;
  font-size: 16px;
  font-weight: 500;
}
.programs__cell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 90px;
  justify-content: center;
  padding: 30px;
  text-align: center;
  vertical-align: middle;
}
.programs__cell:nth-child(odd) {
  background-color: #fff;
}
.programs__cell--price {
  font-weight: 700;
}
.programs__buttons {
  background-color: #fff;
  border-top: 1px solid #e9ecef;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}
.programs__btn {
  background-color: #139297;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .programs__table-wrapper {
    overflow-x: auto;
  }
  .programs__table {
    min-width: 800px;
  }
  .programs__feature,
  .programs__feature-header {
    width: 250px;
  }
}
@media (max-width: 1024px) {
  .programs__inner {
    border-radius: 20px;
  }
  .programs__header {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .programs__inner {
    border-radius: 14px;
  }
  .programs__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: start;
  }
  .programs__title {
    font-size: 32px;
  }
  .programs__description {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: 16px;
  }
  .programs__table {
    font-size: 14px;
    min-width: 700px;
  }
  .programs__feature {
    border-radius: 14px;
    max-width: 210px;
    padding: 15px 10px;
    width: 210px;
  }
  .programs .programs__descr {
    max-width: 210px;
    min-width: 210px;
    width: 210px;
  }
  .programs .programs__cell {
    padding: 5 10px;
  }
  .programs .programs__inner:after,
  .programs .programs__inner:before {
    left: 100px;
  }
  .programs__feature-header {
    max-width: 210px;
    width: 210px;
  }
  .programs__cell {
    font-size: 14px;
    padding: 15px 10px;
  }
  .programs__plan-header {
    border-radius: 14px;
    font-size: 16px;
    padding: 20px 10px;
  }
  .programs__plan-title {
    font-size: 16px;
  }
  .programs__btn {
    font-size: 14px;
    padding: 15px 10px;
  }
  .programs__buttons {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
  }
  .programs__feature-text {
    font-size: 14px;
  }
  .programs__feature-icon {
    border-radius: 14px;
    height: 40px;
    width: 40px;
  }
  .programs__btn {
    border-bottom: 1px solid #e9ecef;
    border-right: none;
  }
  .programs__btn:last-child {
    border-bottom: none;
  }
}
.article-intro {
  margin: 20px 0;
}
.article-intro__main-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #edf6f6;
  border-radius: 30px;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
}
.article-intro__header,
.article-intro__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-intro__header {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 170px;
}
.article-intro__header-picture {
  -ms-flex-preferred-size: calc(20% - 85px);
  flex-basis: calc(20% - 85px);
  height: auto;
  opacity: 0.2;
}
.article-intro__header-picture img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.article-intro__header-wrap {
  -ms-flex-preferred-size: calc(80% - 85px);
  flex-basis: calc(80% - 85px);
}
.article-intro__title {
  text-align: start;
}
.article-intro__picture {
  border-radius: 30px;
  overflow: hidden;
}
.article-intro__picture img {
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.article-reading {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #edf6f6;
  border-radius: 20px;
  justify-content: space-between;
  padding: 12px 12px 12px 24px;
}
.article-reading,
.article-reading__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-reading__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #139297;
  border-radius: 14px;
  height: 52px;
  justify-content: center;
  width: 52px;
}
.article-reading__icon svg {
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
}
@media (max-width: 1024px) {
  .article-intro__picture {
    border-radius: 20px;
    max-height: 400px;
  }
  .article-intro__main-inner {
    border-radius: 20px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .article-intro__header-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .article-intro__picture {
    border-radius: 14px;
    max-height: 300px;
  }
  .article-intro__main-inner {
    border-radius: 14px;
    padding: 20px;
  }
  .article-intro__header-picture {
    display: none;
  }
  .article-reading {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #edf6f6;
    justify-content: space-between;
    padding: 12px 12px 12px 24px;
  }
  .article-reading,
  .article-reading__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article-reading__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #139297;
    height: 52px;
    justify-content: center;
    width: 52px;
  }
  .article-reading__icon svg {
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 20px;
  }
}
.doctor-detail-intro__main-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #edf6f6;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px;
  position: relative;
}
.doctor-detail-intro__main-inner > picture {
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.doctor-detail-intro__main-inner > picture img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.doctor-detail-intro__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 170px;
  justify-content: space-between;
}
.doctor-detail-intro__header {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1000px;
}
.doctor-detail-intro__header-wrap {
  -ms-flex-preferred-size: calc(80% - 85px);
  flex-basis: calc(80% - 85px);
}
.doctor-detail-intro__title {
  text-align: start;
}
.doctor-detail-intro__subtitle {
  margin-bottom: 50px;
}
.doctor-detail-intro__content {
  -ms-flex-preferred-size: calc(70% - 85px);
  flex-basis: calc(70% - 85px);
}
.doctor-detail-intro__picture-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  width: 336px;
}
.doctor-detail-intro__badge {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  height: 646px;
  justify-content: center;
  position: absolute;
  top: -153px;
  width: 100%;
  width: 336px;
}
.doctor-detail-intro__badge:before {
  background: url(../img/intro/doc-badge.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
  z-index: 2;
}
.doctor-detail-intro__picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  height: 464px;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  width: 336px;
  z-index: 3;
}
.doctor-detail-intro__picture img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}
.doctor-detail__btns {
  gap: 10px;
}
.doctor-detail-badges,
.doctor-detail__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.doctor-detail-badges {
  gap: 20px;
  margin-bottom: 70px;
}
.doctor-detail-badges__item {
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  background-color: #fff;
  border-radius: 20px;
  -ms-flex: 1;
  flex: 1;
  gap: 16px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 16px 20px;
}
.doctor-detail-badges__icon,
.doctor-detail-badges__item {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.doctor-detail-badges__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  background-color: #139297;
  border-radius: 14px;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.doctor-detail-badges__icon svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}
.doctor-detail-badges__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.doctor-detail-badges__label {
  font-size: 14px;
  font-weight: 400;
}
.doctor-detail-badges__value {
  font-size: 16px;
  font-weight: 600;
}
.doctor-detail__spec picture:before {
  background: url(../img/icons/bag.svg);
}
.doctor-detail__spec picture:before,
.doctor-detail__stage picture:before {
  content: "";
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
}
.doctor-detail__stage picture:before {
  background: url(../img/icons/diplom.svg);
}
.doctor-detail-education__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.doctor-detail-education__item {
  -ms-flex-preferred-size: calc(25% - 7.6px);
  border: 1px solid rgba(19, 146, 151, 0.5);
  border-radius: 20px;
  flex-basis: calc(25% - 7.6px);
  padding: 24px;
  position: relative;
}
.doctor-detail-education__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.doctor-detail-education__title {
  font-size: 20px;
  font-weight: 700;
}
.doctor-detail-education__year {
  background: #edf6f6;
  border-radius: 14px;
  color: #03363c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 12px;
  white-space: nowrap;
}
.doctor-detail-education__text {
  color: #03363c;
}
@media (max-width: 992px) {
  .doctor-detail-education__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 12px);
    flex: 1 1 calc(50% - 12px);
  }
}
@media (max-width: 576px) {
  .doctor-detail-education__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.licences-page__inner.doctor-detail__licences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.licences-page__inner.doctor-detail__licences > * {
  -ms-flex-preferred-size: calc(20% - 8px);
  flex-basis: calc(20% - 8px);
  width: calc(20% - 8px);
}
.doctor-detail-shedule {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.doctor-detail-shedule__day {
  -ms-flex-preferred-size: calc(14.28% - 8.57px);
  background-color: #fff;
  border: 1px solid rgba(19, 146, 151, 0.5);
  border-radius: 20px;
  flex-basis: calc(14.28% - 8.57px);
  font-weight: 600;
  padding: 20px 16px;
  text-align: center;
}
.doctor-detail-shedule__day-name {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.doctor-detail-shedule__day-off,
.doctor-detail-shedule__time {
  color: #139297;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1700px) {
  .doctor-detail-intro__inner {
    gap: 60px;
  }
}
@media (max-width: 1500px) {
  .doctor-detail-shedule__day {
    -ms-flex-preferred-size: calc(25% - 7.5px);
    flex-basis: calc(25% - 7.5px);
  }
}
@media (max-width: 1400px) {
  .doctor-detail-intro__main-inner {
    padding: 40px;
  }
  .doctor-detail-intro__main-inner > picture {
    display: none;
  }
  .doctor-detail-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .doctor-detail-intro__header,
  .doctor-detail-intro__header-wrap {
    display: contents;
  }
  .doctor-detail-intro__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-bottom: 0;
    order: 1;
  }
  .doctor-detail-intro__subtitle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-bottom: 0;
    max-width: 100%;
    order: 2;
  }
  .doctor-detail-intro__content {
    display: contents;
  }
  .doctor-detail-intro__picture-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    background: rgba(19, 146, 151, 0.1);
    border-radius: 20px;
    height: 100%;
    max-width: 300px;
    min-height: 463px;
    order: 3;
  }
  .doctor-detail-intro__badge {
    height: 433px;
    max-width: 300px;
    top: 0;
  }
  .doctor-detail-intro__badge:before {
    height: 433px;
    width: 227px;
  }
  .doctor-detail-intro__picture {
    height: 311px;
    width: 231px;
  }
  .doctor-detail__btns {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .doctor-detail-badges {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    order: 4;
    width: 100%;
  }
  .doctor-detail-badges__item {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .licences-page__inner.doctor-detail__licences > * {
    -ms-flex-preferred-size: calc(25% - 7.6px);
    flex-basis: calc(25% - 7.6px);
    width: calc(25% - 7.6px);
  }
}
@media (max-width: 1200px) {
  .doctor-detail-shedule__day {
    -ms-flex-preferred-size: calc(33.333% - 6.6667px);
    flex-basis: calc(33.333% - 6.6667px);
  }
}
@media (max-width: 1024px) {
  .licences-page__inner.doctor-detail__licences > * {
    -ms-flex-preferred-size: calc(33.333% - 6.6667px);
    flex-basis: calc(33.333% - 6.6667px);
    width: calc(33.333% - 6.6667px);
  }
}
@media (max-width: 768px) {
  .doctor-detail-intro__main-inner {
    border-radius: 14px;
    padding: 20px;
  }
  .doctor-detail-intro__title {
    font-size: 22px;
    margin: 0;
  }
  .doctor-detail-intro__picture-wrap {
    border-radius: 14px;
  }
  .doctor-detail__btns {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    order: 5;
  }
  .doctor-detail__btns > * {
    margin-top: 0;
    width: 100%;
  }
  .doctor-detail-badges {
    gap: 10px;
  }
  .doctor-detail-badges__item {
    border-radius: 14px;
    max-width: 100%;
    padding: 10px 16px;
  }
  .doctor-detail-badges__icon {
    height: 40px;
    width: 40px;
  }
  .doctor-detail-shedule__day {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
  .doctor-detail-education__title {
    font-size: 16px;
  }
  .doctor-detail-education__year {
    border-radius: 14px;
    font-size: 16px;
  }
  .doctor-detail-education__item {
    border-radius: 14px;
    padding: 20px;
  }
  .licences-page__inner.doctor-detail__licences > * {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
@media (max-width: 500px) {
  .doctor-detail-shedule__day {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .licences-page__inner.doctor-detail__licences > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.gallery-page__inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery-page__inner,
.gallery-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-page__item {
  -ms-flex-preferred-size: calc(33.3333% - 6.66667px);
  border-radius: 30px;
  flex-basis: calc(33.3333% - 6.66667px);
  overflow: hidden;
}
.gallery-page__item,
.gallery-page__item picture {
  height: 100%;
  width: 100%;
}
.gallery-page__item picture img {
  height: 100%;
  max-height: 460px;
  min-height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1300px) {
  .gallery-page__item {
    -ms-flex-preferred-size: calc(50% - 5px);
    border-radius: 20px;
    flex-basis: calc(50% - 5px);
  }
  .gallery-page__item picture img {
    max-height: 360px;
    min-height: 360px;
  }
}
@media (max-width: 768px) {
  .gallery-page__item {
    -ms-flex-preferred-size: 100%;
    border-radius: 20px;
    flex-basis: 100%;
  }
  .gallery-page__item picture img {
    max-height: 320px;
    min-height: 320px;
  }
}
.reviews-page__item.latent {
  display: none;
}
.button__eye {
  display: flex;
}
.button__eye img {
  width: 32px;
}
.button__eye p {
  margin-left: 35px;
  position: absolute;
}
.mobile-contacts {
  font-size: 14px;
  color: rgba(3, 54, 60, 0.7);
  font-weight: 700;
  width: 150px;
}
.mobile_btn {
  width: 180px;
  margin-left: 170px;
  margin-top: -60px;
}
.mobile_container {
  padding-bottom: 10px;
}
.text__content p a {
  font-weight: 600;
  text-decoration: underline;
}
blockquote p a b {
  color: #ffffff;
  text-decoration: underline;
}
blockquote p a {
  color: #ffffff;
  text-decoration: underline;
}
.bottom-info__wrapper {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 100000;
  color: #03363c;
  font: inherit;
  background-color: #edf6f6;
  opacity: 0;
  transition: opacity 300ms;
}

.bottom-info__wrapper.active {
  opacity: 1;
}

.bottom-info__wrapper .bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 15px 10px 20px;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info {
    flex-direction: column;
  }
}

.bottom-info__wrapper .bottom-info__content {
  margin: 0 10px 0 0;
}

.bottom-info__content a {
  color: #139297;
  text-decoration: underline;
  transition: color 300ms;
}

.bottom-info__content a:hover {
  color: #296de7;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__content {
    text-align: center;
    margin: 0 30px 0 0;
    line-height: 1.2;
  }
}

.bottom-info__wrapper .bottom-info__action {
  display: flex;
}

@media screen and (max-width: 639px) {
  .bottom-info__wrapper .bottom-info__action {
    margin: 10px 0 0;
  }
}

.bottom-info__wrapper .bottom-info__button-agree {
  font-size: 0.9em;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  padding: 2px 15px;
  text-transform: uppercase;
  display: block;
  background-color: #139297;
  border: none;
  cursor: pointer;
}

.bottom-info__wrapper .bottom-info__button-cross {
  width: 28px;
  height: 28px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4em;
  background-color: transparent;
  border: none;
  margin-inline-start: 12px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__button-cross {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.bottom-info__button-cross::after {
  content: "\00D7";
  color: #999;
  line-height: 1;
  transition: color 300ms;
}
@media (max-width: 1760px) {
  .header__location {
    display: contents;
  }
  .secondary-btn {
    font-size: 14px;
    padding: 12px 19px;
  }
  .header__nav-item .header__link {
    padding: 12px 1px;
  }
}
@media (max-width: 1500px) {
  .header__location-btn {
    width: 150px;
  }
}
.section-title span,
a:hover {
  color: #139297;
}
.header__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}
@media (min-width: 1201px) {
  .header__service-tabbs > li:hover .header__service-item {
    right: -700px;
  }
  .header__service-item {
    max-width: 750px;
    width: 700px;
  }
}
.footer__nav > * {
  flex-basis: calc(20%);
}
.footer__nav {
  gap: 50px;
}
@media (max-width: 1300px) {
  .footer__nav {
    gap: 50px;
  }
}
@media (max-width: 320px) {
  .standart-btn {
    padding: 10px;
    font-size: 12px;
    margin-left: 130px;
    margin-top: -40px;
  }
  .mobile-contacts {
    font-size: 12px;
  }
}
.service-intro__btn {
  padding: 17px 24px;
}

.reviews__header-top {
  justify-content: space-between;
  width: 100%;
}

.reviews__header-wrapper {
  width: 100%;
}
.reviews__header {
  width: 100%;
}
.reviews__rating {
  display: flex;
}

.reviews__rating-icons {
  display: flex;
}

.reviews__inner {
  max-width: 100%;
}

.tab-content.doctor-detail-page__content .swiper-btns.reviews_swiper-btns {
  bottom: -10px;
  top: auto;
}

.tab-content.doctor-detail-page__content .reviews-swiper .swiper-wrapper {
  align-items: stretch;
}

.tab-content.doctor-detail-page__content .reviews-swiper .swiper-wrapper > * {
  height: auto;
}

.header-mobile__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 320px) {
  .standart-btn.header__btn {
    padding: 10px;
    font-size: 12px;
    margin-left: 0;
    margin-top: -0;
  }
}
img {
    content-visibility: auto;
  }
  
  .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.laws__header {
    gap: 40px;
}

.laws__header-wrap {
    max-width: 889px;
    flex-shrink: 0;
}

.laws__title {
    flex-shrink: 0;
}

.laws__stats-intro {
    max-width: 681px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}


.laws__swiper-wrapper.swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px;
}

.laws__main-swiper-slide.swiper-slide {
    display: flex;
    flex-direction: column;
    grid-row: span 3;
    grid-column: span 3;
    border-radius: 24px;
    padding: 36px 40px;
    color: #FFFFFF;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#00737a), to(#01b8b4));
    background: linear-gradient(90deg, #00737a, #01b8b4);
}

.laws__main-swiper-slide-title {
    width: fit-content;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 16px;
}
.laws__main-swiper-slide-text {
    font-weight: 400;
    line-height: 100%;
    max-width: 973px;
    font-size: 18px;

}

.laws__main-swiper-slide-absoluter {
    color: #FFFFFF;
    position: absolute;
    top: 36px;
    right: 40px;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 25px;
}

.laws__main-swiper-slide-absoluter-line {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #FFFFFF;
}

.laws__swiper-slide.swiper-slide {
    display: flex;
    flex-direction: column;
    background-color: #EDF6F6;
    border-radius: 24px;
    padding: 36px 40px;
    min-height: 315px;
}

.laws__swiper-slide-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    color: #03363C;
}

.laws__swiper-slide-text {
    color: #03363C;      
    font-weight: 400;
    line-height: 100%;              
    font-size: 18px;  
    margin-bottom: auto; 
}

.laws__swiper-link-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(3, 54, 60, 0.2);
}

.laws__oferta {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 40px;
}

.laws__oferta-icon {
    flex-shrink: 0;
    height: 22px;
    width: 22px;
    border-radius: 24px;
    border: 1px solid rgba(19, 146, 151, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 980px) {
    .laws__swiper-wrapper.swiper-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .laws__main-swiper-slide.swiper-slide {
        grid-row: span 2;
        grid-column: span 2;
    }
}    

@media screen and (max-width: 880px) {
    .laws__main-swiper-slide-absoluter {
        position: relative;
        top: 0;
        right: 0;
        max-width: fit-content;
        margin-top: 30px;
    }
}   


@media screen and (max-width: 768px) {
    .laws__header {
        gap: 20px;
        margin-bottom: 30px;
    }
    .laws__stats-intro {
        align-items: flex-start;
        text-align: left;
    }
}    

@media screen and (max-width: 700px) {
    .laws__swiper-wrapper.swiper-wrapper {
        display: flex;
    }   
    .laws__main-swiper-slide.swiper-slide, .laws__swiper-slide.swiper-slide {
    padding: 20px;
    }
    .laws__main-swiper-slide-absoluter {
        font-size: 14px;
        height: 19px;
    }

    .laws__main-swiper-slide-title, .laws__swiper-slide-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .laws__main-swiper-slide-text, .laws__swiper-slide-text {
        font-size: 14px;
        margin-bottom: auto;
    }
    .laws__swiper-wrapper.swiper-wrapper {
        gap: 0;
    }
    .laws__swiper-wrapper.swiper-wrapper .swiper-slide {
        min-height: 277px;
        height: 277px;
    }
    .laws__swiper-wrapper.swiper-wrapper .laws__main-swiper-slide.swiper-slide {
        min-height: 277px;
        height: 277px;
    }
    .laws__slider.swiper { 
        overflow: visible;
    }
    .laws {
        overflow: hidden;
    }

    .laws__swiper-scrollbar.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal.swiper-scrollbar {
        position: relative;
        top: 20px;
        height: 8px;
        background-color: #EDF6F6;
    }
    .laws__swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #139297;
        border-radius: 4px;
        height: 8px;
    }
    .laws__oferta {
        gap: 12px;
    }
    .laws__oferta-icon {
        height: 20px;
        width: 20px;
        border-radius: 22px;
    }
}

@media screen and (max-width: 550px) {
    .laws__swiper-wrapper.swiper-wrapper .swiper-slide {
        min-height: 300px;
        height: 300px;
    }
    .laws__swiper-wrapper.swiper-wrapper .laws__main-swiper-slide.swiper-slide {
        min-height: 300px;
        height: 300px;
    }
}