@charset "UTF-8";

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

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

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local("Manrope"),
    url("../fonts/Manrope-SemiBold.woff2") format("woff2"),
    url("../fonts/Manrope-SemiBold.woff") format("woff");
}

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

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:
    local("Manrope"),
    url("../fonts/Manrope-ExtraBold.woff2") format("woff2"),
    url("../fonts/Manrope-ExtraBold.woff") format("woff");
}

.swiper-button-lock {
  display: none !important;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

*::-webkit-scrollbar-track {
  background-color: #d8d8d8;
}

*::-webkit-scrollbar-thumb {
  background-color: #2684fc;
}

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: 700;
}

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;
  margin: 0;
  padding: 0;
  border: 0;
}

button,
select,
input {
  overflow: visible;
}

button,
select,
select {
  text-transform: none;
}

button,
select {
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

p {
  margin: 0;
}

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

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

html.burger-lock,
html.lock {
  overflow: hidden;
}

body.burger-lock,
body.lock {
  overflow: hidden;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: none;
}

body,
header,
main,
footer {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #828282;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

body,
main {
  color: #000000;
}

body {
  overflow-x: hidden;
}

@media (max-width: 1050px) {

  body,
  header,
  main,
  footer {
    font-size: 16px;
  }
}

a,
a:hover {
  text-decoration: none;
  color: #2684fc;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.container {
  max-width: 1395px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 60px;
}

.section-title span {
  color: #2684fc;
}

.section-title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}

.section-title_block>* {
  width: 100%;
}

.section-title_block h2 {
  font-size: 42px;
  font-weight: 700;
  color: #3a3a3a;
}

.section-title_block h2 span {
  color: #2684fc;
}

.color-block_blue {
  background-color: rgba(0, 112, 255, 0.8117647059);
}

.color-block_lblue {
  background-color: rgba(126, 156, 229, 0.8117647059);
}

.color-block_green {
  background-color: rgba(91, 197, 177, 0.8117647059);
}

.color-block_purple {
  background-color: rgba(162, 140, 247, 0.8117647059);
}

.section-offset {
  padding: 40px 0;
}

@media (max-width: 1050px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .section-title_block {
    margin-bottom: 22px;
  }

  .section-title_block h2 {
    font-size: 28px;
  }

  .section-offset {
    padding: 25px 0;
  }
}

.text-block>* {
  margin: 15px 0;
}

.text-block>*:first-child {
  margin-top: 0;
}

.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
  color: #3a3a3a;
}

.text-block h2:not(:first-child),
.text-block h3:not(:first-child),
.text-block h4:not(:first-child),
.text-block h5:not(:first-child),
.text-block h6:not(:first-child) {
  margin-top: 20px;
}

.text-block ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  list-style-type: none;
  counter-reset: item;
}

.text-block ol li {
  padding-left: 24px;
  position: relative;
}

.text-block ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  display: block;
  color: #3a3a3a;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block .table {
  border: 1px solid #2684fc;
  border-radius: 10px;
  overflow: hidden;
  max-width: 99vw
}

.text-block>table {
  border: 1px solid #2684fc;
  border-radius: 10px;
  overflow: hidden;
  outline: 1px solid #2684fc;
  margin-inline: 2px;
}

.text-block table {
  border-collapse: collapse;
}

.text-block table th,
.text-block table td {
  border: 1px solid #2684fc;
  padding: 8px;
}

.text-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.text-block ul li {
  padding-left: 24px;
  position: relative;
}

.text-block ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4a4a4a;
  position: absolute;
  top: 10px;
  left: 10px;
}

.text-block picture {
  display: block;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}

.text-block img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  float: right;
  max-width: 50%;
  margin: 10px;
}

.text-block blockquote {
  background-color: rgba(223, 227, 252, 0.3019607843);
  width: 100%;
  padding: 20px;
  margin: 0;
  border-left: 1px solid #a28cf7;
  margin-bottom: 15px;
}

.text-block blockquote p {
  margin-bottom: 8px;
}

.text-block blockquote p:last-child {
  margin-bottom: 0;
}

.text-block blockquote p span {
  color: #828282;
}

.text-block blockquote p a {
  color: #3a3a3a;
}

@media (max-width: 1050px) {
  .text-block table {
    display: block;
    overflow-x: auto;
    width: 100%;
    max-width: calc(100vw - 40px);
  }
}

@media (max-width: 660px) {
  .text-block picture {
    height: 260px;
  }

  .text-block img {
    max-height: 260px;
    border-radius: 16px;
    float: none;
    max-width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 520px) {
  .text-block picture {
    height: 200px;
  }

  .text-block img {
    max-height: 200px;
  }
}

.text-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 60px;
}

.text-block__wrapper picture {
  max-width: 550px;
  min-width: 420px;
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  border-radius: 40px;
  overflow: hidden;
  position: sticky;
  top: 85px;
}

.text-block__wrapper picture img {
  width: 100%;
  height: 100%;
  min-height: 327px;
  max-height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1050px) {
  .text-block__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }

  .text-block__wrapper picture {
    min-width: auto;
    max-height: 260px;
    margin: 0 auto;
  }
}

.header__top {
  border-bottom: 1px solid #d8d8d8;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__city {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.header__phones span {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header__phone a {
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.header__phone a:hover {
  text-decoration: underline;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header__round-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header__round-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.header__round-link.search {
  border: 1px solid #d8d8d8;
}

.header__round-link.search path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__round-link.search:hover {
  border: 1px solid #2684fc;
}

.header__round-link.search:hover path {
  stroke: #2684fc;
}

.header__round-link.tg {
  background-color: #34aadf;
}

.header__round-link.wa {
  background-color: #00d95f;
}

.header__round-link.tg:hover,
.header__round-link.wa:hover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.btn {
  border-radius: 100px;
  padding: 14px 24px;
  -webkit-box-shadow: 0px 20px 70px 0px transparent;
  box-shadow: 0px 20px 70px 0px transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .btn:hover {
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  }
}

.btn_trans {
  background-color: #fff;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
}

.btn_trans-bor {
  background-color: #fff;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
}

.btn_blue {
  background-color: #2684fc;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #2684fc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .btn_blue:hover {
    border: 1px solid #2684fc !important;
    background-color: #fff !important;
    color: #2684fc !important;
  }
}

.header__btn .btn {
  font-size: 16px;
  font-weight: 500;
}

.header__btn .btn_trans-bor {
  gap: 10px;
}

.header__btn .btn_trans-bor:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00d95f;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  font-size: 16px;
  gap: 10px;
  justify-content: space-between;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-wrapper {
  padding: 14px 0;
}

.header__subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__menu-txt {
  padding: 13px 28px;
  color: inherit;
}

.header__menu-txt:hover {
  color: inherit;
}

.ar .header__menu-txt {
  padding: 13px 10px 13px 28px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.header__link>button {
  margin-right: 18px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}

.header__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 16px 26px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header__subnav .header__sublink:first-child {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.header__subnav .header__sublink:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.header__sublink:hover {
  background-color: #dfe3fc;
}

.header__sublink>a,
.header__sublink>button {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.header__subsublink>a {
  display: block;
}

.header__link_sumbenu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
  border-radius: 100px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #3a3a3a;
}

.header__link_sumbenu:hover {
  background-color: #dfe3fc;
}

.header__link_sumbenu:nth-child(-n + 2):hover {
  background-color: #5bc5b1;
  color: #fff;
}

.header__link_sumbenu:nth-child(-n + 2)>button svg path {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header__link_sumbenu:nth-child(-n + 2):hover>button svg path {
  fill: #fff;
}

.header__link_sumbenu:last-child .header__subsubnav,
.header__link_sumbenu:nth-last-child(2) .header__subsubnav,
.header__link_sumbenu:nth-last-child(3) .header__subsubnav {
  left: auto;
  right: 100%;
}

.header__sublink a,
.header__sublink p,
.header__subsublink a {
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
}

.header__sublink a:hover,
.header__subsublink a:hover {
  color: #4680fd;
}

.header__sublink button,
.header__subsublink button {
  margin-left: auto;
  pointer-events: none;
}

.header__subnav {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  scale: 1.2;
  top: 100%;
  -webkit-transition:
    opacity 0.15s linear,
    scale 0.3s linear;
  -o-transition:
    opacity 0.15s linear,
    scale 0.3s linear;
  transition:
    opacity 0.15s linear,
    scale 0.3s linear;
  z-index: 1000;
  width: 340px;
  border: 1px solid #d8d8d8;
}

.header__link:hover>button {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__link:hover .header__subnav {
  opacity: 1;
  pointer-events: all;
  scale: 1;
}

.header__sublink>button {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header__sublink:hover .header__subsubnav {
  opacity: 1;
  pointer-events: all;
  scale: 1;
}

.header__sublink-wrapper {
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}

.header__subsubnav {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  left: 100%;
  max-height: 270px;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: absolute;
  scale: 1.2;
  top: 0;
  -webkit-transition:
    opacity 0.15s linear,
    scale 0.3s linear;
  -o-transition:
    opacity 0.15s linear,
    scale 0.3s linear;
  transition:
    opacity 0.15s linear,
    scale 0.3s linear;
  max-width: 560px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.header__subsubnav::-webkit-scrollbar {
  /* width: 0px; */
}

.header__subsublink {
  padding: 16px 28px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header__subsublink:hover {
  background-color: #dfe3fc;
}

.header {
  -webkit-transition:
    0.2s ease,
    background-color 0s;
  -o-transition:
    0.2s ease,
    background-color 0s;
  transition:
    0.2s ease,
    background-color 0s;
}

.header.fixed {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 5px;
  padding: 0 10px;
  background-color: #ffffff;
}

.header.fixed .header__top,
.header.fixed .container,
.header.fixed .header__wrapper,
.header.fixed .header__bot {
  display: contents;
}

.header.fixed .header__logo,
.header.fixed .header__city,
.header.fixed .header__phone a:last-child,
.header.fixed .header__round-links {
  display: none;
}

.header.fixed .header__nav {
  gap: 0;
}

.header.fixed .header__nav-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header.fixed .header__phones {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.header.fixed .header__left {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.header__phones-btn {
  display: none;
}

@media (max-width: 1830px) {
  .header.fixed .header__btn .btn_trans-bor {
    display: none;
  }

  .header.fixed .header__menu-txt {
    padding: 13px 15px;
  }

  .header.fixed .ar .header__menu-txt {
    padding: 13px 6px 13px 15px;
  }

  .header.fixed .header__link>button {
    margin-right: 14px;
  }
}

@media (max-width: 1400px) {
  .header__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
  }

  .header.fixed .header__left {
    display: none;
  }
}

@media (max-width: 1300px) {
  .header.fixed .header__left {
    display: none;
  }

  .header.fixed .header__phones {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header.fixed .header__phones a {
    font-size: 16px;
  }

  .header.fixed .header__nav-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header .header__menu-txt {
    padding: 13px 15px;
  }

  .header .ar .header__menu-txt {
    padding: 13px 6px 13px 15px;
  }

  .header .header__link>button {
    margin-right: 14px;
  }

  .header .header__left {
    gap: 10px;
  }

  .header .header__btn {
    gap: 6px;
  }

  .header__round-link {
    width: 40px;
    height: 40px;
  }

  #specialButton img {
    max-width: 40px;
  }
}

@media (max-width: 1162px) {
  .header .header__phones {
    position: relative;
  }

  .header .header__phones-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
  }

  .header .header__phones-wrapper {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1001;
  }

  .header .header__phones .header__phones-wrapper span {
    margin-bottom: 10px;
  }

  .header .header__phones .header__phones-wrapper .header__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .header .header__phones .header__phones-wrapper .header__phone a:last-child {
    display: block;
  }

  .header .header__phones .header__phones-wrapper {
    top: 35px;
    left: 0;
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 20px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  }

  .header .header__phones.active .header__phones-wrapper {
    opacity: 1;
    pointer-events: all;
  }

  .header .header__phones.active .header__phones-btn .svg-ar {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header__nav {
    gap: 0;
  }
}

.header__mob-btn {
  display: none;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition:
    transform 400ms,
    -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  scale: 1.2;
}

.hamRotate.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamRotate180.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.line {
  fill: none;
  -webkit-transition:
    stroke-dasharray 400ms,
    stroke-dashoffset 400ms;
  -o-transition:
    stroke-dasharray 400ms,
    stroke-dashoffset 400ms;
  transition:
    stroke-dasharray 400ms,
    stroke-dashoffset 400ms;
  stroke: #2684fc;
  stroke-width: 4;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.ham2 .top {
  stroke-dasharray: 40 121;
}

.menu-burger {
  position: relative;
  width: 30px;
  height: 22px;
}

.header__bot {
  position: relative;
  -webkit-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

.header__mob-search,
.header__bot .header__btn,
.header__mob-bot {
  display: none;
}

@media (max-width: 1050px) {
  .main {
    margin-top: 60px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .header__top {
    border-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.0784313725);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.0784313725);
  }

  .header__mob-btn {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header__top .header__city,
  .header__top .header__left {
    display: none;
  }

  .header__top .header__phones {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header__top .header__logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header__wrapper {
    padding: 15px 0;
  }

  .header__bot {
    height: 0;
    opacity: 0;
    pointer-events: none;
    overflow-x: hidden;
    background: #fff;
    margin: 10px 16px;
    border-radius: 20px;
    border-top: 16px solid #ffffff;
    border-right: 14px solid #ffffff;
    border-bottom: 16px solid #ffffff;
    border-left: 20px solid #ffffff;
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }

  .header__bot.active {
    opacity: 1;
    pointer-events: all;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .header__bot .container {
    display: contents;
  }

  .header__nav-wrapper {
    padding: 0 14px 0 0;
  }

  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .header__link_sumbenu {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__link_sumbenu:hover {
    border-radius: 0;
    background-color: transparent;
  }

  .header__link_sumbenu:nth-child(-n + 2):hover {
    background-color: transparent;
    color: inherit;
  }

  .header__link_sumbenu:nth-child(-n + 2):hover>button svg path {
    fill: #4a4a4a;
  }

  .header__link:hover>button {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .header__link>button.panel-active {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .header__sublink>button {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .header__sublink>button.panel-active {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .header__subnav {
    display: none;
    position: relative;
    opacity: 1;
    pointer-events: all;
    width: 100%;
    scale: 1;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header__subnav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__link>button {
    pointer-events: all;
  }

  .header__subnav .header__sublink:first-child,
  .header__subnav .header__sublink:last-child {
    border-radius: 0;
  }

  .header__sublink {
    padding: 16px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__sublink:hover {
    background-color: transparent;
  }

  .header__sublink .header__subsubnav {
    opacity: 1;
    pointer-events: all;
    scale: 1;
    position: relative;
    left: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: visible;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }

  .header__sublink-wrapper {
    border-radius: 20px;
    border-top: 20px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    background-color: rgba(223, 227, 252, 0.3019607843);
    overflow-y: scroll;
    max-height: 220px;
    width: 100%;
    display: none;
  }

  .header__sublink-wrapper.active {
    display: block;
    margin-top: 12px;
  }

  .header__subsublink {
    padding: 0;
  }

  .header__subsublink:hover {
    background-color: transparent;
  }

  .header__sublink button,
  .header__subsublink button {
    pointer-events: all;
  }

  .header__nav .link-active {
    color: #2684fc;
  }

  .header__mob-search {
    display: block;
    margin-bottom: 10px;
    position: relative;
  }

  .header__input-search {
    padding: 13px 40px 13px 16px;
    border: 1px solid #d8d8d8;
    color: #828282;
    font-size: 14px;
    border-radius: 50px;
    width: 100%;
  }

  .header__bot .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
  }

  .header__bot .header__btn button {
    width: 100%;
  }

  .header__mob-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
  }
}

@media (max-width: 550px) {
  .header__bot .header__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer.footer {
  padding-top: 80px;
}

@media (max-width: 1050px) {
  footer.footer {
    padding-top: 25px;
  }
}

.footer__plaska {
  padding: 6px 15px;
  background-color: #2684fc;
  color: #fff;
  text-align: center;
}

.footer__inner {
  background-color: #7e9ce5;
}

.footer__wrapper {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
}

.footer__top {
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.3019607843);
  height: auto;
  width: 100%;
}

.footer__logo {
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.footer__form {
  margin-top: 40px;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}

.footer__form-title {
  font-size: 22px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.footer__form .form-input {
  padding: 16px 30px;
  margin-bottom: 10px;
}

.footer__form .btn-form {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer__form .policy {
  font-size: 12px;
}

.footer__serv {
  width: 100%;
}

.footer__block-title {
  color: rgba(255, 255, 255, 0.5411764706);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 14px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer__sublink>.link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.footer__sublink .link:hover {
  text-decoration: underline;
}

.footer__sublink>button {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-left: auto;
}

.footer__sublink>button.panel-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.footer__sublink-wrapper {
  display: none;
  width: 100%;
}

.footer__sublink-wrapper.active {
  display: block;
  margin-top: 12px;
}

.footer__subsublink {
  margin-bottom: 8px;
}

.footer__subsublink>.link {
  color: rgba(255, 255, 255, 0.7098039216);
}

.footer__nav {
  width: 100%;
}

.footer__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 25px;
}

.footer__nav-link {
  color: #ffffff;
}

.footer__nav-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer__nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.footer__nav-bottom .link {
  color: rgba(255, 255, 255, 0.7098039216);
  font-size: 16px;
}

.footer__nav-bottom .link:hover {
  text-decoration: underline;
}

.footer__contact {
  width: 100%;
}

.footer__contact-item {
  margin-bottom: 25px;
}

.footer__contact-item:last-child {
  margin-bottom: 0px;
}

.footer__contact-title {
  color: rgba(255, 255, 255, 0.7098039216);
  margin-bottom: 14px;
}

.footer__contact-bold {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

a.footer__contact-bold:hover {
  text-decoration: underline;
  color: #ffffff;
}

.footer__contact-bold button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__contact-bold button:hover {
  text-decoration: underline;
}

.footer__contact-item .footer__contact-bold:last-child {
  margin-bottom: 0px;
}

.footer__contact-med {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.footer__round-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.footer__round-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.footer__round-link:hover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

.footer__round-link.tg {
  background-color: #34aadf;
}

.footer__round-link.wa {
  background-color: #00d95f;
}

.footer__info {
  padding: 60px 0;
}

.footer__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 10px;
  margin-bottom: 30px;
}

.footer__info-top p {
  color: #000000;
  text-align: center;
}

.footer__info-bot p {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1400px) {
  .footer__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0px;
    border-right: 0;
  }

  .footer__contact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__serv {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__nav {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (max-width: 1170px) {
  .footer__info-bot p br {
    display: none;
  }
}

@media (max-width: 1050px) {
  .footer__info {
    padding: 30px 0;
  }

  .footer__info-top p,
  .footer__info-bot p {
    font-size: 12px;
  }
}

@media (max-width: 720px) {
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0 40px;
  }

  .footer__top {
    display: contents;
  }

  .footer__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__contact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__contact .footer__block-title {
    display: none;
  }

  .footer__form {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0px;
  }

  .footer__serv {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer__nav {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.main-swiper {
  overflow: hidden;
}

.swiper {
  padding-bottom: 14px;
}

.main-service__swiper.swiper {
  overflow: visible;
}

.main-service__swiper-slide {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: auto;
}

.main-service__swiper-slide_back {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.main-service__swiper-slide_wrapper {
  padding: 45px 50px 50px 50px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  background-color: rgba(0, 112, 255, 0.8117647059);
}

.main-service__swiper-slide:nth-child(2n) .main-service__swiper-slide_wrapper {
  background-color: rgba(162, 140, 247, 0.8117647059);
}

.main-service__swiper-slide:nth-child(3n) .main-service__swiper-slide_wrapper {
  background-color: rgba(91, 197, 177, 0.8117647059);
}

.main-service__swiper-slide_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.main-service__swiper-slide_wrapper>div:nth-child(odd) {
  width: 60%;
  z-index: 2;
}

.main-service__swiper-slide_wrapper>div:nth-child(even) {
  width: 40%;
  z-index: 2;
}

.main-service__swiper-slide_wrapper .slide-title {
  margin-bottom: 20px;
}

.main-service__swiper-slide_wrapper .slide-title p {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.main-service__swiper-slide_wrapper .slide-title span {
  font-size: 32px;
  font-weight: 500;
}

.main-service__swiper-slide_wrapper .slide-link {
  margin-bottom: auto;
}

.main-service__swiper-slide_wrapper .slide-link a {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-service__swiper-slide_wrapper .slide-link a svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-service__swiper-slide_wrapper .slide-link a:hover svg {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}

.main-service__swiper-slide_wrapper .slide-badge {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-service__swiper-slide_wrapper .slide-badge p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 18px;
}

.main-service__swiper-slide_wrapper .slide-btn {
  margin-top: auto;
}

.main-service__swiper-slide_wrapper .slide-btn button {
  float: right;
  font-size: 24px;
  color: #000000;
  padding: 28px 54px;
  background-color: #ffffff;
  border: 1.5px solid #ffffff;
}

.main-service__swiper-slide_wrapper .slide-btn button:hover {
  background-color: transparent;
  color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: -4px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  background: #cdcdcd;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition:
    width 0.2s ease,
    background 0.2s ease;
  -o-transition:
    width 0.2s ease,
    background 0.2s ease;
  transition:
    width 0.2s ease,
    background 0.2s ease;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background: #2684fc;
}

@media (max-width: 1050px) {
  .main-service__swiper-slide_wrapper {
    padding: 20px;
  }

  .main-service__swiper-slide_wrapper .slide-title p {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .main-service__swiper-slide_wrapper .slide-title span {
    font-size: 22px;
  }

  .main-service__swiper-slide_wrapper .slide-btn button {
    font-size: 18px;
    padding: 14px 54px;
  }

  .main-service__swiper-slide_wrapper .slide-badge {
    gap: 10px;
  }

  .main-service__swiper-slide_wrapper .slide-badge p {
    font-size: 16px;
    padding: 8px 16px;
  }
}

@media (max-width: 820px) {
  .main-service__swiper-slide_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .main-service__swiper-slide_wrapper>div:nth-child(n) {
    width: 100%;
  }

  .main-service__swiper-slide_wrapper .slide-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-service__swiper-slide_wrapper .slide-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
    margin-bottom: auto;
  }

  .main-service__swiper-slide_wrapper .slide-btn button {
    float: left;
  }

  .main-service__swiper-slide_wrapper .slide-badge {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .main-service__swiper-slide_wrapper .slide-link {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 0;
  }

  .main-service__swiper-slide_wrapper .slide-link a {
    float: left;
  }
}

.treatment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.treatment__item {
  height: 600px;
  border-radius: 30px;
  overflow: hidden;
  /* ширину контейнера делим на 4 карточки и вычитаем gap */
  -ms-flex-preferred-size: 326.25px;
  flex-basis: 326.25px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.treatment__item p {
  color: #ffffff;
}

.treatment__item picture {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.treatment__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.treatment__text {
  position: relative;
  z-index: 5;
  margin-top: auto;
  padding: 30px;
}

.treatment__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-linear-gradient(265.6deg, rgba(0, 0, 0, 0) 3.58%, #000000 143.72%);
  background: linear-gradient(184.4deg, rgba(0, 0, 0, 0) 3.58%, #000000 143.72%);
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.treatment__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5bc5b1;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .treatment__item:hover {
    -ms-flex-preferred-size: 440px;
    flex-basis: 440px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .treatment__item:hover:before {
    opacity: 0;
  }

  .treatment__item:hover:after {
    opacity: 1;
  }
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 60px;
}
.fact-item__header {
    padding: 20px;
    border-radius: 20px;
    padding-top: 40px;
    color: #fff;
    z-index: 5;
    position: relative;
}
.facts-section h2 {
    text-align: center;
    font-size: 42px;
}
.facts__subtitle {
    color: rgba(130, 130, 130, 1);
    text-align: center;
    margin-top: 16px;
}

.fact-item:nth-child(1) .fact-item__header {
    background: linear-gradient(23deg, rgba(38, 132, 252, 1) 60%, rgb(38 132 252 / 75%) 71%, rgb(38 132 252 / 70%) 57%);
}
.fact-item:nth-child(2) .fact-item__header{
    background: linear-gradient(23deg, rgba(162, 140, 247, 1) 60%, rgb(162 140 247 / 75%) 71%, rgb(162 140 247 / 70%) 57%);
}
.fact-item:nth-child(3) .fact-item__header {
    background: linear-gradient(23deg, rgba(91, 197, 177, 1) 60%, rgb(91 197 177 / 75%) 71%, rgb(91 197 177 / 70%) 57%);
}
.fact-item:nth-child(4) .fact-item__header {
    background: linear-gradient(23deg, rgba(126, 156, 229, 1) 60%, rgb(126 156 229 / 75%) 71%, rgb(126 156 229 / 70%) 57%);
}

.fact-item__body {
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: -32px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.fact-item__title {
    font-size: 24px;
    font-weight: 600;
}
.fact-item__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
}
.fact-item__text {
    font-size: 16px;
    line-height: 20px;
}
.fact-item__source {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
    color: rgba(130, 130, 130, 0.8);
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 100px;
}
.fact-item__source a {
    color: rgba(130, 130, 130, 0.8);
}
.fact-item__source a:hover {
    color: #2684fc;
}

.fact-item__source span {
    font-weight: 600;
}

@media(max-width: 1400px){
    .facts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 24px;
    }
}
@media(max-width: 768px){
    .facts-grid {
        display: block;
    }
    .facts__subtitle {
        margin-bottom: 40px;
    }
    .facts-section h2 {
        font-size: 28px;
    }
}

.treatment__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.treatment__title {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  -webkit-transition: font-size 0.2s ease;
  -o-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
}

@media (hover: hover) {
  .treatment__item:hover .treatment__title {
    font-size: 42px;
  }

  .treatment__title:hover {
    color: #fff;
    text-decoration: underline;
  }
}

.treatment__subtitle {
  font-size: 0px;
  line-height: 1.4;
  width: 100%;
  -ms-flex-preferred-size: 0px;
  flex-basis: 0px;
  opacity: 0;
  -webkit-transition:
    font-size 0.2s ease,
    opacity 0.2s ease;
  -o-transition:
    font-size 0.2s ease,
    opacity 0.2s ease;
  transition:
    font-size 0.2s ease,
    opacity 0.2s ease;
}

@media (hover: hover) {
  .treatment__item:hover .treatment__subtitle {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    opacity: 1;
    font-size: 18px;
    padding-top: 30px;
  }
}

.treatment__item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 4;
}

@media (max-width: 1200px) {
  .treatment__title {
    font-size: 20px;
  }
}

@media (max-width: 1200px) and (hover: hover) {
  .treatment__item:hover {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }

  .treatment__item:hover .treatment__title {
    font-size: 28px;
  }

  .treatment__item:hover .treatment__subtitle {
    padding-top: 20px;
  }
}

@media (max-width: 1050px) {
  .treatment__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .treatment__item a {
    top: 20px;
    right: 20px;
  }

  .treatment__item {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }

  .treatment__item:nth-child(1) {
    -webkit-animation: 20s linear 0s infinite item-fade-tr;
    animation: 20s linear 0s infinite item-fade-tr;
  }

  .treatment__item:nth-child(2) {
    -webkit-animation: 20s linear 5s infinite item-fade-tr;
    animation: 20s linear 5s infinite item-fade-tr;
  }

  .treatment__item:nth-child(3) {
    -webkit-animation: 20s linear 10s infinite item-fade-tr;
    animation: 20s linear 10s infinite item-fade-tr;
  }

  .treatment__item:nth-child(4) {
    -webkit-animation: 20s linear 15s infinite item-fade-tr;
    animation: 20s linear 15s infinite item-fade-tr;
  }

  .treatment__item:nth-child(1):after {
    -webkit-animation: 20s linear 0s infinite after-fade-tr;
    animation: 20s linear 0s infinite after-fade-tr;
  }

  .treatment__item:nth-child(2):after {
    -webkit-animation: 20s linear 5s infinite after-fade-tr;
    animation: 20s linear 5s infinite after-fade-tr;
  }

  .treatment__item:nth-child(3):after {
    -webkit-animation: 20s linear 10s infinite after-fade-tr;
    animation: 20s linear 10s infinite after-fade-tr;
  }

  .treatment__item:nth-child(4):after {
    -webkit-animation: 20s linear 15s infinite after-fade-tr;
    animation: 20s linear 15s infinite after-fade-tr;
  }

  .treatment__item:nth-child(1):before {
    -webkit-animation: 20s linear 0s infinite before-fade-tr;
    animation: 20s linear 0s infinite before-fade-tr;
  }

  .treatment__item:nth-child(2):before {
    -webkit-animation: 20s linear 5s infinite before-fade-tr;
    animation: 20s linear 5s infinite before-fade-tr;
  }

  .treatment__item:nth-child(3):before {
    -webkit-animation: 20s linear 10s infinite before-fade-tr;
    animation: 20s linear 10s infinite before-fade-tr;
  }

  .treatment__item:nth-child(4):before {
    -webkit-animation: 20s linear 15s infinite before-fade-tr;
    animation: 20s linear 15s infinite before-fade-tr;
  }

  .treatment__item:nth-child(1) .treatment__title {
    -webkit-animation: 20s linear 0s infinite title-fade-tr;
    animation: 20s linear 0s infinite title-fade-tr;
  }

  .treatment__item:nth-child(2) .treatment__title {
    -webkit-animation: 20s linear 5s infinite title-fade-tr;
    animation: 20s linear 5s infinite title-fade-tr;
  }

  .treatment__item:nth-child(3) .treatment__title {
    -webkit-animation: 20s linear 10s infinite title-fade-tr;
    animation: 20s linear 10s infinite title-fade-tr;
  }

  .treatment__item:nth-child(4) .treatment__title {
    -webkit-animation: 20s linear 15s infinite title-fade-tr;
    animation: 20s linear 15s infinite title-fade-tr;
  }

  .treatment__item:nth-child(1) .treatment__subtitle {
    -webkit-animation: 20s linear 0s infinite subtitle-fade-tr;
    animation: 20s linear 0s infinite subtitle-fade-tr;
  }

  .treatment__item:nth-child(2) .treatment__subtitle {
    -webkit-animation: 20s linear 5s infinite subtitle-fade-tr;
    animation: 20s linear 5s infinite subtitle-fade-tr;
  }

  .treatment__item:nth-child(3) .treatment__subtitle {
    -webkit-animation: 20s linear 10s infinite subtitle-fade-tr;
    animation: 20s linear 10s infinite subtitle-fade-tr;
  }

  .treatment__item:nth-child(4) .treatment__subtitle {
    -webkit-animation: 20s linear 15s infinite subtitle-fade-tr;
    animation: 20s linear 15s infinite subtitle-fade-tr;
  }
}

@-webkit-keyframes item-fade-tr {
  0% {
    flex-basis: 200px;
  }

  5% {
    flex-basis: 400px;
  }

  25% {
    flex-basis: 400px;
  }

  30% {
    flex-basis: 200px;
  }

  100% {
    flex-basis: 200px;
  }
}

@keyframes item-fade-tr {
  0% {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }

  5% {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }

  25% {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }

  30% {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }

  100% {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}

@-webkit-keyframes after-fade-tr {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes after-fade-tr {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes before-fade-tr {
  0% {
    opacity: 1;
  }

  5% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes before-fade-tr {
  0% {
    opacity: 1;
  }

  5% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes title-fade-tr {
  0% {
    font-size: 20px;
  }

  5% {
    font-size: 28px;
  }

  25% {
    font-size: 28px;
  }

  30% {
    font-size: 20px;
  }

  100% {
    font-size: 20px;
  }
}

@keyframes title-fade-tr {
  0% {
    font-size: 20px;
  }

  5% {
    font-size: 28px;
  }

  25% {
    font-size: 28px;
  }

  30% {
    font-size: 20px;
  }

  100% {
    font-size: 20px;
  }
}

@-webkit-keyframes subtitle-fade-tr {
  0% {
    flex-basis: 0px;
    opacity: 0;
    font-size: 0px;
    padding-top: 0px;
  }

  5% {
    flex-basis: 100%;
    opacity: 1;
    font-size: 16px;
    padding-top: 20px;
  }

  25% {
    flex-basis: 100%;
    opacity: 1;
    font-size: 16px;
    padding-top: 20px;
  }

  30% {
    flex-basis: 0px;
    opacity: 0;
    font-size: 0px;
    padding-top: 0px;
  }

  100% {
    flex-basis: 0px;
    opacity: 0;
    font-size: 0px;
    padding-top: 0px;
  }
}

@keyframes subtitle-fade-tr {
  0% {
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
    opacity: 0;
    font-size: 0px;
    padding-top: 0px;
  }

  5% {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    opacity: 1;
    font-size: 16px;
    padding-top: 20px;
  }

  25% {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    opacity: 1;
    font-size: 16px;
    padding-top: 20px;
  }

  30% {
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
    opacity: 0;
    font-size: 0px;
    padding-top: 0px;
  }

  100% {
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
    opacity: 0;
    font-size: 0px;
    padding-top: 0px;
  }
}

.advantage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}

.advantage__item {
  height: 100%;
  min-height: 240px;
  width: 100%;
  border-radius: 30px;
  padding: 35px;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advantage__item svg {
  margin-left: auto;
}

.advantage__item p {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.advantage__item:nth-child(1) {
  background-color: #7e9ce5;
}

.advantage__item:nth-child(1) p {
  color: #ffffff;
}

@media (max-width: 1050px) {
  .advantage__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .advantage__item {
    min-height: 150px;
    padding: 20px;
  }

  .advantage__item svg {
    scale: 0.9;
  }
}

.price__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.price__tab {
  padding: 16px 25px;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 500;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media (hover: hover) {
  .price__tab:hover {
    color: rgba(126, 156, 229, 0.5215686275);
  }
}

.price__tab.active {
  color: #2684fc;
  border-bottom: 2px solid #2684fc;
}

.price__descr {
  margin-bottom: 40px;
}

.price__block {
  background-color: rgba(221, 221, 221, 0.2);
  border-radius: 30px;
  padding: 20px 40px;
  display: none;
}

.price__block.active {
  display: block;
}

.price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 0 26px 0;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}

.price__block .price__row:last-child {
  border-bottom: 0;
  padding-bottom: 16px;
}

.price__name {
  max-width: 50%;
  width: 100%;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 500;
}

.price__cost {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.price__btn {
  color: #2684fc;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.price__btn:hover {
  color: #5bc5b1;
}

@media (max-width: 800px) {
  .price__descr {
    margin-bottom: 20px;
  }

  .price__block {
    padding: 4px 20px;
  }

  .price__row {
    padding: 16px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  .price__name {
    width: auto;
    max-width: 50%;
    font-size: 14px;
  }

  .price__cost {
    font-size: 14px;
    color: #828282;
    margin-left: auto;
    margin-bottom: auto;
  }

  .price__btn {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
}

.form-m__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 70px;
  border-radius: 30px;
  background-color: #2684fc;
  overflow: hidden;
}

.form-m__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.form-m__text .title {
  font-size: 42px;
  line-height: 1.2;
  color: #ffffff;
}

.form-m__text .subtitle {
  font-size: 18px;
  color: #ffffff;
}

.form-m__text .text {
  font-size: 14px;
  line-height: 1.2;
  color: #a8cefe;
  margin-top: auto;
}

.form-m__img {
  position: relative;
  width: 320px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-m__img img {
  position: absolute;
  top: -40px;
  left: 0;
}

.form-m__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.form-input {
  padding: 23px 30px;
  border-radius: 100px;
  font-size: 16px;
  color: #3a3a3a;
  background-color: #ffffff;
  width: 100%;
}

.form-input:placeholder {
  color: #9a9a9a;
}

.form-input.border {
  border: 1px solid rgba(147, 164, 210, 0.3019607843);
}

.form-input.border:focus {
  border-color: #2684fc;
}

button.btn-form {
  padding: 18px 24px;
  color: #ffffff;
  font-size: 24px;
  background-color: #5bc5b1;
  border-radius: 100px;
  width: 100%;
}

@media (max-width: 1050px) {
  .form-m__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    gap: 15px;
  }

  .form-m__img {
    display: none;
  }

  .form-m__text {
    display: contents;
  }

  .form-m__text .title {
    font-size: 28px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .form-m__text .subtitle {
    font-size: 18px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px;
  }

  .form-m__inputs {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    gap: 10px;
    margin-bottom: 15px;
  }

  .form-input,
  button.btn-form {
    padding: 16px 20px;
    font-size: 16px;
  }

  .form-m__text .text {
    font-size: 14px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.mabout__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.mabout__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 60px;
}

.mabout__top .text-block,
.mabout__swiper {
  width: calc(50% - 30px);
}

.mabout__swiper {
  height: 400px;
}

.mabout__swiper-slide {
  border-radius: 30px;
  overflow: hidden;
}

.mabout__swiper-slide picture {
  display: block;
  height: 100%;
  width: 100%;
}

.mabout__swiper-slide picture img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.swiper.mabout__swiper {
  padding-bottom: 18px;
}

.swiper-horizontal>.swiper-pagination-bullets.mabout__swiper-pagination {
  bottom: 0px;
}

.mabout__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 60px;
}

.mabout__bot .read-more__wrapper,
.mabout__numbers {
  width: calc(50% - 30px);
}

.mabout__numbers-title {
  font-size: 28px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 30px;
}

.mabout__numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}

.mabout__numbers-item {
  width: 100%;
  height: 175px;
  border-radius: 20px;
  background-color: #5bc5b1;
  padding: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.mabout__numbers-item span {
  font-size: 42px;
  font-weight: 500;
}

.mabout__numbers-item p {
  font-size: 16px;
  font-weight: 500;
  margin-top: auto;
}

@media (max-width: 1050px) {
  .mabout__wrapper {
    gap: 30px;
  }

  .mabout__top .text-block,
  .mabout__swiper,
  .mabout__bot .read-more__wrapper,
  .mabout__numbers {
    width: 100%;
  }

  .mabout__top,
  .mabout__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .mabout__numbers-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mabout__numbers-item {
    width: calc(50% - 5px);
    height: auto;
  }

  .mabout__numbers-item:last-child {
    width: 100%;
  }
}

.read-more__wrap {
  max-height: 340px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.read-more__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc00), color-stop(80%, #ffffff));
  background: -o-linear-gradient(#fcfcfc00 0%, #ffffff 80%);
  background: linear-gradient(#fcfcfc00 0%, #ffffff 80%);
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.read-more__wrap.expanded::before {
  display: none;
}

.read-more__wrapper .read-more {
  margin-top: 15px;
  margin-bottom: 0;
  color: #5bc5b1;
  font-size: 18px;
}

.read-more__wrapper .read-more.active {
  color: #2684fc;
}

.read-more__wrapper .read-more svg {
  margin-left: 6px;
}

.warranty__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.warranty__wrapper>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.warranty__wrapper>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.warranty__wrapper>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.warranty__wrapper>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.warranty__wrapper>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.warranty__wrapper>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.warranty__item {
  border-radius: 20px;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 40px;
  height: 100%;
  min-height: 230px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.warranty__item svg {
  margin-left: auto;
  margin-bottom: auto;
}

.warranty__item p {
  font-size: 18px;
  color: #000000;
}

.warranty__item:first-child {
  background-color: #7e9ce5;
}

.warranty__item:first-child p {
  color: #ffffff;
}

@media (max-width: 900px) {
  .warranty__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .warranty__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    height: auto;
    min-height: auto;
  }

  .warranty__item p {
    font-size: 16px;
  }

  .warranty__item svg {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.form-s__wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 50px 80px;
  background-color: #2684fc;
}

.form-s__wrapper picture {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.form-s__title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}

.form-s__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.form-s__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7490196078);
  text-align: center;
}

@media (max-width: 1050px) {
  .form-s__wrapper {
    padding: 20px;
    background-color: #2684fc;
  }

  .form-s__wrapper picture {
    display: none;
  }

  .form-s__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .form-s__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.swiper.services__swiper {
  overflow: visible;
}

.services__title {
  color: #3a3a3a;
  margin-bottom: 40px;
}

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

.services__item {
  position: relative;
  display: block;
  width: 100%;
  height: 180px;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.services__name {
  font-size: 22px;
  color: #2684fc;
  margin-bottom: 10px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.services__cost {
  font-size: 18px;
  color: #7e9ce5;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.services__svg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2684fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.services__svg svg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  rotate: -45deg;
  -webkit-transition: rotate 0.2s ease;
  -o-transition: rotate 0.2s ease;
  transition: rotate 0.2s ease;
}

@media (hover: hover) {
  .services__item:hover {
    background-color: #5bc5b1;
  }

  .services__item:hover .services__name,
  .services__item:hover .services__cost {
    color: #ffffff;
  }

  .services__item:hover .services__svg {
    background-color: #ffffff;
  }

  .services__item:hover .services__svg svg {
    -webkit-filter: none;
    filter: none;
    rotate: 0deg;
  }
}

.swiper-pagination.services__swiper-pagination {
  display: none;
}

@media (max-width: 1050px) {
  .services__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: inherit;
  }

  .swiper-pagination.services__swiper-pagination {
    display: block;
  }

  .services__title {
    margin-bottom: 20px;
  }
}

.doc-slider__swiper {
  margin-bottom: 40px;
}

.doc-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  height: auto;
}

.doc-slider__item:hover {
  background-color: rgba(223, 227, 252, 0.3019607843);
}

.doc-slider__item picture {
  display: block;
  background-color: #dfe3fc;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 340px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.doc-slider__item picture span.badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.6980392157);
  border-radius: 30px;
  font-size: 18px;
  color: #2684fc;
  z-index: 10;
}

.doc-slider__item picture .ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #2684fc;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.doc-slider__item a:hover picture .ar {
  opacity: 1;
}

.doc-slider__item picture img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition:
    filter 0.2s ease,
    -webkit-filter 0.2s ease;
}

.doc-slider__item a:hover picture img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.doc-slider__name {
  padding: 24px 24px 10px 24px;
  font-size: 28px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #2684fc;
}

.doc-slider__name:hover {
  text-decoration: underline;
  color: #000000;
}

.doc-slider__job {
  padding: 0 24px 24px 24px;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 700;
}

.swiper-pagination.doc-slider__swiper-pagination {
  display: none;
}

.doc-slider__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doc-slider__btn a.btn {
  padding: 18px 54px;
  color: #ffffff;
}

.doc-slider__ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  background-color: #ffffff;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #2684fc;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  stroke: #ffffff;
}

@media (max-width: 1050px) {
  .doc-slider__swiper {
    margin-bottom: 15px;
  }

  .doc-slider__btn a.btn {
    width: 100%;
  }

  .doc-slider__name {
    padding: 24px 20px 10px 20px;
    font-size: 22px;
  }

  .doc-slider__job {
    padding: 0 20px 24px 20px;
    font-size: 16px;
  }

  .swiper-pagination.doc-slider__swiper-pagination {
    display: block;
  }

  .doc-slider__ar {
    display: none;
  }
}

.lic-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
}

.lic-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lic-slider__ar {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.lic-slider__item {
  max-height: 460px;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.lic-slider__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(58, 68, 112, 0.3019607843);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.lic-slider__item:hover:after {
  opacity: 1;
}

.lic-slider__item span {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 10;
  display: block;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.lic-slider__item:hover span {
  opacity: 1;
}

.lic-slider__item picture {
  display: block;
  height: 100%;
  width: 100%;
}

.lic-slider__item picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1050px) {
  .lic-slider__inner {
    display: block;
  }

  .lic-title {
    width: 100%;
  }

  .lic-slider__ar {
    display: none;
  }
}

.regions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 25px;
}

.regions__wrapper picture {
  display: block;
  max-width: 670px;
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
}

.regions__wrapper picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.regions__inner .section-title {
  margin-bottom: 40px;
}

.regions__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

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

.regions__item {
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid #d8d8d8;
  color: #4a4a4a;
  border-radius: 300px;
  text-align: center;
}

.regions__text .btn {
  padding: 17px 70px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.regions__text .btn:hover {
  color: #ffffff;
}

@media (max-width: 1050px) {
  .regions__items {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .regions__text .btn {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .regions__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .regions__wrapper picture {
    max-height: 326px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .regions__inner {
    display: contents;
  }

  .regions__inner .section-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 5px;
  }

  .regions__text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.main-serv {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background-color: rgba(126, 156, 229, 0.8588235294);
  background-color: rgba(116, 142, 206, 0.86);
}

.main-serv .picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.main-serv .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 0 40px;
}

.breadcrumb__item {
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.breadcrumb__item:not(.bg) {
  color: #4a4a4a;
}

.breadcrumb__item:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  rotate: -45deg;
}

.breadcrumb__item:not(.bg):after {
  border-right: 1px solid #828282;
  border-bottom: 1px solid #828282;
}

.breadcrumb__item:last-child:after {
  display: none;
}

.breadcrumb__item a {
  color: rgba(255, 255, 255, 0.5019607843);
}

.breadcrumb__item:not(.bg) a {
  color: #828282;
}

.main-serv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 45px;
}

.main-serv__block {
  max-width: 50%;
  width: 100%;
  color: #ffffff;
}

.main-serv__block h1 {
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.main-serv__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 30px;
}

.main-serv__item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #3a4470;
}

.main-serv__item p {
  font-size: 14px;
}

.main-serv__price {
  font-size: 22px;
  margin-bottom: 10px;
}

.main-serv__price span {
  text-decoration: line-through;
}

.main-serv__price b {
  font-size: 32px;
}

.main-serv__price-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6117647059);
  margin-bottom: 40px;
}

.btn_main-serv {
  color: #2684fc;
  background-color: #ffffff;
  font-size: 24px;
  padding: 18px 54px;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.main-serv__form {
  border-radius: 30px;
  padding: 40px;
  background-color: #ffffff;
  max-width: 470px;
  height: -moz-min-content;
  height: -webkit-min-content;
  height: min-content;
}

.main-serv__form-title {
  font-size: 28px;
  font-weight: 800;
  color: #3a3a3a;
  margin-bottom: 30px;
}

.main-serv__form .form-input {
  margin-bottom: 14px;
}

.main-serv__form .btn {
  width: 100%;
  font-size: 24px;
  padding: 20px;
}

@media (max-width: 1050px) {
  .breadcrumb {
    padding: 20px 0;
  }

  .main-serv__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .main-serv__block,
  .main-serv__form {
    max-width: 100%;
  }

  .main-serv .picture {
    display: none;
  }
}

@media (max-width: 750px) {
  .main-serv__block h1 {
    font-size: 32px;
  }

  .main-serv__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-serv__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-serv__price {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .main-serv__price b {
    font-size: 18px;
  }

  .main-serv__price-sub {
    margin-bottom: 25px;
  }

  .btn_main-serv {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 14px;
  }

  .main-serv__form {
    padding: 20px;
  }

  .main-serv__form-title {
    font-size: 22px;
    margin-bottom: 24px;
    text-align: center;
  }

  .main-serv__form .form-input {
    margin-bottom: 10px;
  }

  .main-serv__form .btn {
    font-size: 18px;
    padding: 16px;
  }

  .breadcrumb__item {
    font-size: 12px;
  }
}

.navigation {
  padding-top: 80px;
}

.navigation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
}

.navigation__inner {
  max-width: 800px;
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
}

.navigation__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.navigation__title p {
  font-size: 28px;
  font-weight: 700;
  color: #3a3a3a;
}

.navigation__title span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2684fc;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.navigation__title span.active {
  background-color: rgba(38, 132, 252, 0.5019607843);
}

.navigation__title span:before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navigation__title span:after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:
    height 0.2s ease,
    opacity 0.2s ease;
  -o-transition:
    height 0.2s ease,
    opacity 0.2s ease;
  transition:
    height 0.2s ease,
    opacity 0.2s ease;
}

.navigation__title span.active:after {
  height: 0px;
  opacity: 0;
}

.navigation__block,
.hide-item__content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}

.service-navigation__items.navigation__items {
  margin-top: 20px;
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  counter-reset: nav;
}

.service-navigation__items .navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 35px;
  position: relative;
}

.service-navigation__items .navigation__item>a {
  font-size: 18px;
  font-weight: 700;
  color: #4a4a4a;
  max-width: 80%;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  counter-increment: nav;
}

.service-navigation__items .navigation__item>a:hover {
  color: #2684fc;
}

.service-navigation__items .navigation__item>a:before {
  content: counter(nav) ".";
  font-size: 18px;
  font-weight: 700;
  color: #4a4a4a;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.service-navigation__items .navigation__item>a:hover:before {
  color: #2684fc;
}

.service-navigation__items .navigation__item>button {
  margin-left: auto;
  margin-bottom: auto;
}

.navigation__sublink-wrapper {
  width: 100%;
}

.navigation__subsubnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.navigation__subsublink>a.link {
  font-size: 16px;
  color: #4a4a4a;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding-left: 50px;
  position: relative;
}

.navigation__subsublink>a.link:hover {
  color: #2684fc;
}

.navigation__subsublink>a.link:before {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 3px;
  background-color: #2684fc;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media (max-width: 1200px) {
  .navigation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .navigation__inner {
    max-width: 100%;
  }

  .navigation__text {
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .navigation__inner {
    padding: 20px;
  }

  .navigation__title p {
    font-size: 18px;
  }

  .navigation__title span {
    width: 34px;
    height: 34px;
  }

  .navigation__title span:before {
    width: 16px;
  }

  .navigation__title span:after {
    height: 16px;
  }

  .navigation__item {
    padding-left: 20px;
  }

  .navigation__item>a.link {
    font-size: 16px;
  }

  .navigation__subsublink>a.link {
    font-size: 14px;
    padding-left: 40px;
  }

  .navigation__subsublink>a.link:before {
    width: 26px;
  }

  .navigation__text p {
    font-size: 14px;
  }
}

.program .section-title {
  text-align: center;
}

.program__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 25px;
}

.program__item {
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: rgba(162, 140, 247, 0.8117647059);
}

.program__item:nth-child(2) {
  background-color: rgba(91, 197, 177, 0.8117647059);
}

.program__item:nth-child(3) {
  background-color: rgba(0, 112, 255, 0.8117647059);
}

.program__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 40px 30px 40px;
}

.program__title p {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
}

.program__title span {
  font-size: 22px;
  color: #ffffff;
}

.program__inner {
  padding: 40px;
  border-radius: 30px;
  background-color: #ffffff;
}

.program__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.program__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #3a3a3a;
}

.program__list ul li:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 17px;
  background-color: white;
  background-color: rgba(162, 140, 247, 0.8117647059);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath d='M8.99984 0.166626C13.6023 0.166626 17.3332 3.89746 17.3332 8.49996C17.3332 13.1025 13.6023 16.8333 8.99984 16.8333C4.39734 16.8333 0.666504 13.1025 0.666504 8.49996C0.666504 3.89746 4.39734 0.166626 8.99984 0.166626ZM11.6832 5.97496L7.95817 9.69996L6.3165 8.05829C6.19802 7.94789 6.04132 7.88779 5.8794 7.89065C5.71748 7.8935 5.563 7.9591 5.44849 8.07361C5.33397 8.18812 5.26838 8.34261 5.26552 8.50452C5.26267 8.66644 5.32277 8.82315 5.43317 8.94163L7.5165 11.025C7.63369 11.142 7.79254 11.2077 7.95817 11.2077C8.1238 11.2077 8.28265 11.142 8.39984 11.025L12.5665 6.85829C12.6279 6.80107 12.6772 6.73207 12.7113 6.65541C12.7455 6.57874 12.7638 6.49598 12.7653 6.41206C12.7668 6.32814 12.7514 6.24478 12.7199 6.16696C12.6885 6.08914 12.6417 6.01844 12.5824 5.95909C12.523 5.89975 12.4523 5.85296 12.3745 5.82152C12.2967 5.79009 12.2133 5.77465 12.1294 5.77613C12.0455 5.77761 11.9627 5.79598 11.8861 5.83014C11.8094 5.8643 11.7404 5.91355 11.6832 5.97496Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath d='M8.99984 0.166626C13.6023 0.166626 17.3332 3.89746 17.3332 8.49996C17.3332 13.1025 13.6023 16.8333 8.99984 16.8333C4.39734 16.8333 0.666504 13.1025 0.666504 8.49996C0.666504 3.89746 4.39734 0.166626 8.99984 0.166626ZM11.6832 5.97496L7.95817 9.69996L6.3165 8.05829C6.19802 7.94789 6.04132 7.88779 5.8794 7.89065C5.71748 7.8935 5.563 7.9591 5.44849 8.07361C5.33397 8.18812 5.26838 8.34261 5.26552 8.50452C5.26267 8.66644 5.32277 8.82315 5.43317 8.94163L7.5165 11.025C7.63369 11.142 7.79254 11.2077 7.95817 11.2077C8.1238 11.2077 8.28265 11.142 8.39984 11.025L12.5665 6.85829C12.6279 6.80107 12.6772 6.73207 12.7113 6.65541C12.7455 6.57874 12.7638 6.49598 12.7653 6.41206C12.7668 6.32814 12.7514 6.24478 12.7199 6.16696C12.6885 6.08914 12.6417 6.01844 12.5824 5.95909C12.523 5.89975 12.4523 5.85296 12.3745 5.82152C12.2967 5.79009 12.2133 5.77465 12.1294 5.77613C12.0455 5.77761 11.9627 5.79598 11.8861 5.83014C11.8094 5.8643 11.7404 5.91355 11.6832 5.97496Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.program__item:nth-child(2) .program__list ul li::before {
  background-color: rgba(91, 197, 177, 0.8117647059);
}

.program__item:nth-child(3) .program__list ul li::before {
  background-color: rgba(0, 112, 255, 0.8117647059);
}

.program__inner .btn {
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  padding: 18px;
  background-color: rgba(162, 140, 247, 0.8117647059);
}

.program__item:nth-child(2) .program__inner .btn {
  background-color: rgba(91, 197, 177, 0.8117647059);
}

.program__item:nth-child(3) .program__inner .btn {
  background-color: rgba(0, 112, 255, 0.8117647059);
}

@media (max-width: 1050px) {
  .program__title {
    padding: 24px 20px 14px 20px;
  }

  .program__title p {
    font-size: 24px;
  }

  .program__title span {
    font-size: 18px;
  }

  .program__inner {
    padding: 20px;
  }

  .program__list ul {
    margin-bottom: 20px;
  }

  .program__list ul li {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .program__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about-number__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 25px;
}

.about-number__item {
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #2684fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  width: 100%;
}

.about-number__item span {
  font-size: 48px;
  font-weight: 400;
  color: #2684fc;
}

@media (max-width: 800px) {
  .about-number__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-number__item {
    padding: 21px 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }

  .about-number__item span {
    font-size: 40px;
  }
}

.howj__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 25px;
  counter-reset: howj;
}

.howj__item {
  width: calc(22.6666666667% - 25px);
  height: auto;
  padding: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  counter-increment: howj;
}

.howj__item:before {
  content: counter(howj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: auto;
  font-size: 32px;
  font-weight: 400;
}

.howj__item.color-block_blue:before {
  color: rgba(0, 112, 255, 0.8117647059);
}

.howj__item.color-block_purple:before {
  color: rgba(162, 140, 247, 0.8117647059);
}

.howj__item.color-block_green:before {
  color: rgba(91, 197, 177, 0.8117647059);
}

.howj__item.color-block_lblue:before {
  color: rgba(126, 156, 229, 0.8117647059);
}

.howj__item:first-child {
  width: 32%;
}

.howj__item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.howj__item p:not(.policy) {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

.howj__form .howj__form-title {
  margin-bottom: 30px;
}

.howj__form .form-input {
  margin-bottom: 10px;
  padding: 23px 24px;
}

.howj__form .btn {
  font-size: 20px;
  margin-bottom: 18px;
}

.howj__form .policy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6509803922);
}

.howj__form .policy a {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .howj__item p:not(.policy) {
    font-size: 22px;
  }
}

@media (max-width: 1050px) {
  .howj__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .howj__item {
    gap: 40px;
    width: 100%;
    padding: 20px;
  }

  .howj__item:first-child {
    width: 100%;
  }

  .howj__item:before {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .howj__item svg {
    top: 10px;
    left: auto;
    right: 10px;
    max-width: 130px;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .howj__form .form-input {
    padding: 16px 20px;
    font-size: 16px;
  }

  .howj__form button.btn-form {
    padding: 16px 20px;
    font-size: 18px;
  }

  .howj__form .policy {
    font-size: 12px;
  }
}

.steps__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 25px;
}

.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  height: auto;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 112, 255, 0.8117647059);
}

.steps__item:nth-child(2n) {
  background-color: rgba(162, 140, 247, 0.8117647059);
}

.steps__item:nth-child(3n) {
  background-color: rgba(126, 156, 229, 0.8117647059);
}

.steps__item:nth-child(4n) {
  background-color: rgba(91, 197, 177, 0.8117647059);
}

.steps__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0862745098);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.steps__item-title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* .steps__item-title:hover {
  color: #fff;
  text-decoration: underline;
} */

.steps__item-text {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8901960784);
  padding: 0 20px 20px 20px;
  z-index: 2;
}

.steps__item picture {
  display: block;
  height: 370px;
  width: 100%;
  border-radius: 20px;
  margin-top: auto;
  overflow: hidden;
  z-index: 2;
}

.steps__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.steps__item span {
  position: absolute;
  bottom: 20px;
  left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

@media (hover: hover) {
  .steps__item:hover span {
    left: 20px;
  }
}

@media (max-width: 1050px) {
  .steps__wrapper {
    display: -webkit-box;
    gap: 0;
  }
}

.stati-slider__swiper {
  margin-bottom: 40px;
}

.stati-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  height: auto;
}

.stati-slider__item:hover {
  background-color: rgba(223, 227, 252, 0.3019607843);
}

.stati-slider__item a:hover .stati-slider__item {
  background-color: rgba(223, 227, 252, 0.3019607843);
}

.stati-slider__item picture {
  display: block;
  background-color: #dfe3fc;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 300px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.stati-slider__item picture .ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #2684fc;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.stati-slider__item a:hover picture .ar {
  opacity: 1;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}



.converse-widget {
    display: grid;
    position: fixed;
    bottom: 40px;
    box-shadow: 0px 0px 20px 0px rgba(166, 198, 141, 0.3);
    padding: 10px 30px;
    align-items: center;
    z-index: 999;
    border-radius: 50px;
    background: #fff;
    width: 1300px;
    gap: 24px;
    grid-template-columns: auto 600px auto auto auto;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
}
.converse-widget.hide {
    bottom: -50px;
}
.converse-widget__big-btn {
    background: rgba(220, 52, 55, 1);
    color: #fff;
    padding: 12px 24px;
    text-align: center;
    border-radius: 30px;
    animation: pulse 2s infinite;
    cursor: pointer;
}
.converse-widget__24-left {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: rgba(91, 197, 177, 1);
}
.converse-widget__24 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.converse-widget__24-right {
    display: flex;
    flex-direction: column;
}
.converse-widget__24-right span:nth-child(1) {
    font-size: 24px;
    color: rgba(58, 58, 58, 1);
    font-weight: 600;
}
.converse-widget__24-right span:nth-child(2) {
    font-size: 14px;
    color: rgba(130, 130, 130, 1);
}
.converse-widget__btn-item-left {
    min-width: 44px;
    height: 44px;
    background: rgba(38, 133, 253, 1);
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.converse-widget__btn-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.converse-widget__btn-item:hover .converse-widget__btn-item-left {
    background: rgba(220, 52, 55, 1);
}

.converse-widget__btn-item-right span:nth-child(1) {
    font-size: 18px;
}
.converse-widget__btn-item-right span:nth-child(2) {
    font-size: 14px;
    color: rgba(130, 130, 130, 1);
}
.converse-widget__btn-item-right {
    font-size: 16px;
    color: rgba(46, 47, 69, 1);
}

.converse-widget__cross {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 36px;
    height: 36px;
    background: rgba(38, 133, 253, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px 0px rgba(166, 198, 141, 0.3);
    cursor: pointer;
}


.converse-widget__cross:hover {
    background: rgba(220, 52, 55, 1);
}



@media(max-width: 1400px){
    .converse-widget__big-btn {
        width: 400px;
    }
    .converse-widget {
        max-width: 90%;
        display: flex;
    }
    .converse-widget__btn-item-right {
        display: none;
    }
}
@media(max-width: 768px){
    .converse-widget__big-btn span {
        display: none;
    }
    .converse-widget__24 {
        display: none;
    }
    .converse-widget {
        gap: 8px;
        padding: 8px 8px;
        max-width: 90%;
    }
    .converse-widget__cross {
        right: -10px;
        top: -40px;
    }
}


.stati-slider__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition:
    filter 0.2s ease,
    -webkit-filter 0.2s ease;
}

.stati-slider__item a:hover picture img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.stati-slider__title {
  padding: 24px 24px 10px 24px;
  color: #3a3a3a;
  font-size: 28px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.stati-slider__title:hover {
  color: #2684fc;
}

.stati-slider__text {
  padding: 0 24px 24px 24px;
  color: #828282;
  font-size: 18px;
  font-weight: 500;
}

.swiper-pagination.stati-slider__swiper-pagination {
  display: none;
}

.stati-slider__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stati-slider__btn a.btn {
  padding: 18px 54px;
  color: #ffffff;
}

.stati-slider__ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
}

@media (max-width: 1050px) {
  .stati-slider__swiper {
    margin-bottom: 15px;
  }

  .stati-slider__btn a.btn {
    width: 100%;
  }

  .stati-slider__name {
    padding: 24px 20px 10px 20px;
    font-size: 22px;
  }

  .stati-slider__job {
    padding: 0 20px 24px 20px;
    font-size: 16px;
  }

  .swiper-pagination.stati-slider__swiper-pagination {
    display: block;
  }

  .stati-slider__ar {
    display: none;
  }
}

.swiper-pagination.special-slider__swiper-pagination {
  display: none;
}

.special-slider__ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
}

.swiper.special-slider__swiper {
  overflow: visible;
}

.special-slider__item {
  border-radius: 30px;
  min-height: 300px;
  height: auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(73, 73, 73, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(73, 73, 73, 0.4);
  position: relative;
  overflow: hidden;
}

.special-slider__item-wrapper {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: rgba(0, 112, 255, 0.8117647059);
}

.special-slider__item:nth-child(2n) .special-slider__item-wrapper {
  background-color: rgba(162, 140, 247, 0.8117647059);
}

.special-slider__item:nth-child(3n) .special-slider__item-wrapper {
  background-color: rgba(91, 197, 177, 0.8117647059);
}

.special-slider__item:nth-child(4n) .special-slider__item-wrapper {
  background-color: rgba(126, 156, 229, 0.8117647059);
}

.special-slider__item picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  display: block;
  height: 100%;
  width: auto;
}

.special-slider__item picture:before {
  content: "";
  display: block;
  height: 100%;
  width: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
  background: -o-linear-gradient(left, #ffffff, transparent);
  background: linear-gradient(90deg, #ffffff, transparent);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.special-slider__item picture img {
  height: 100%;
  width: 440px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
}

.special-slider__item-title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.special-slider__item-text {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: auto;
}

.special-slider__item-texts {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
}

.special-slider__item-wrapper .btn {
  font-size: 24px;
  padding: 18px 54px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: rgba(0, 112, 255, 0.8117647059);
}

.special-slider__item:nth-child(2n) .btn {
  color: rgba(126, 156, 229, 0.8117647059);
}

.special-slider__item:nth-child(3n) .btn {
  color: rgba(91, 197, 177, 0.8117647059);
}

.special-slider__item:nth-child(4n) .btn {
  color: rgba(162, 140, 247, 0.8117647059);
}

@media (hover: hover) {
  .special-slider__item-wrapper .btn:hover {
    background-color: transparent;
    color: #ffffff;
  }
}

@media (max-width: 1050px) {
  .swiper-pagination.special-slider__swiper-pagination {
    display: block;
  }

  .special-slider__ar {
    display: none;
  }
}

@media (max-width: 720px) {
  .special-slider__item {
    min-height: 270px;
  }

  .special-slider__item-wrapper {
    padding: 25px 25px 20px 25px;
  }

  .special-slider__item-title {
    font-size: 24px;
  }

  .special-slider__item-text {
    font-size: 16px;
  }

  .special-slider__item-wrapper .btn {
    font-size: 18px;
    padding: 14px;
    width: 100%;
  }
}

.swiper-pagination.reviews-slider__swiper-pagination {
  display: none;
}

.reviews-slider__ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
}

.swiper.reviews-slider__swiper {
  overflow: visible;
}

.reviews-slider__item {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.reviews__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e3ddfd;
  margin-bottom: 14px;
}

.reviews__name .name {
  font-size: 22px;
  color: #4a4a4a;
  margin-bottom: 5px;
}

.reviews__name .period {
  font-size: 14px;
}

.reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.reviews__text {
  max-height: 200px;
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.reviews__text.active {
  max-height: 900px;
}

.popup .reviews__text {
  max-height: 100%;
}

.reviews__more {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #2684fc;
  font-size: 18px;
}

@media (max-width: 1050px) {
  .swiper-pagination.reviews-slider__swiper-pagination {
    display: block;
  }

  .reviews-slider__ar {
    display: none;
  }
}

@media (max-width: 800px) {
  .reviews-slider__item {
    padding: 20px;
  }

  .reviews__stars {
    display: none;
  }

  .reviews__name .name {
    font-size: 18px;
  }

  .reviews__name .period {
    font-size: 12px;
  }

  .reviews__more {
    font-size: 16px;
  }
}

.section-title-sub {
  margin-bottom: 60px;
}

.section-title-sub h2 {
  font-size: 42px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.ratings__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ratings__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.ratings__item:last-child {
  border: none;
}

.ratings__item picture img {
  max-height: 41px;
  max-width: 247px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ratings__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.ratings__number span {
  display: block;
  background-color: #2684fc;
  border-radius: 10px;
  padding: 10px;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

.ratings__number-text {
  font-size: 16px;
}

.ratings__number-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

@media (max-width: 1050px) {
  .section-title-sub {
    margin-bottom: 30px;
  }

  .section-title-sub h2 {
    font-size: 28px;
  }

  .ratings__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ratings__item {
    padding: 32px 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }

  .ratings__item picture img {
    max-height: 24px;
    max-width: 119px;
  }

  .ratings__number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .ratings__number span {
    font-size: 18px;
    padding: 8px;
  }

  .ratings__number-text {
    font-size: 14px;
    float: right;
  }

  .ratings__number-stars {
    margin-bottom: 6px;
  }

  .ratings__number-stars svg {
    width: 16px;
    height: auto;
  }
}

.faq__item {
  margin-bottom: 10px;
}

.faq__title {
  background-color: rgba(221, 221, 221, 0.2);
  border-radius: 300px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.faq__title.active {
  background-color: #2684fc;
}

.faq__title-text {
  padding: 15px;
  color: #3a3a3a;
  font-size: 22px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.faq__title.active .faq__title-text {
  color: #ffffff;
}

@media (hover: hover) {
  .faq__title:not(.active):hover {
    background-color: rgba(236, 238, 255, 0.6980392157);
  }

  .faq__title:not(.active):hover .faq__title-text {
    color: #2684fc;
  }
}

.faq__title span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2684fc;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.faq__title span:before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.faq__title span:after {
  content: "";
  display: block;
  width: 2px;
  height: 26px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:
    height 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
  -o-transition:
    height 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
  transition:
    height 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
}

.faq__title.active span {
  background-color: #ffffff;
}

.faq__title.active span:after {
  height: 0px;
  opacity: 0;
  background-color: #2684fc;
}

.faq__title.active span:before {
  background-color: #2684fc;
}

.faq__text>div {
  padding: 25px 30px 60px 30px;
  color: #000000;
}

@media (max-width: 1050px) {
  .faq__title {
    padding: 20px;
    border-radius: 20px;
  }

  .faq__title-text {
    font-size: 16px;
    padding: 0;
  }

  .faq__title span {
    width: 40px;
    height: 40px;
  }

  .faq__title span:before {
    width: 18px;
  }

  .faq__title span:after {
    height: 18px;
  }

  .faq__text>div {
    padding: 20px 0 30px;
  }
}

.form-b__wrapper {
  padding: 70px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.form-b__wrapper form {
  position: relative;
  z-index: 2;
  width: 50%;
}

.form-b__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-wrap: nowrap;
}

.form-b__subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.form-b__subsubtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  margin-bottom: 40px;
}

.from-b__select {
  margin-bottom: 20px;
}

.from-b__select p {
  margin-bottom: 15px;
}

.from-b__select select {
  padding: 23px 60px 23px 30px;
  border-radius: 100px;
  font-size: 16px;
  color: #828282;
  width: 100%;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15' fill='none'><path d='M10.7321 14C9.96225 15.3333 8.03775 15.3333 7.26795 14L1.20577 3.5C0.435974 2.16667 1.39822 0.499998 2.93782 0.499999L15.0622 0.5C16.6018 0.5 17.564 2.16667 16.7942 3.5L10.7321 14Z' fill='%23D8D8D8'/></svg>") no-repeat right 30px center;
}

.from-b__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.from-b__select select::-ms-expand {
  display: none;
}

.from-b__input-title {
  margin-bottom: 15px;
}

.form-b__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.form-b__bot button {
  padding: 22px 24px;
}

.form-b__wrapper form .policy {
  font-size: 12px;
}

.form-b__wrapper form .policy a {
  font-weight: 700;
  color: #ffffff;
}

.form-b__wrapper picture img {
  position: absolute;
  right: 65px;
  bottom: -25px;
  height: 100%;
  width: auto;
  z-index: 1;
}

.policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.policy a {
  color: inherit;
  font-weight: 600;
}

.policy a:hover {
  text-decoration: underline;
}

.policy input[type="checkbox"] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 17px;
  height: 17px;
  color: #000;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  -o-transition: all 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  transition: all 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

.policy input[type="checkbox"]::before {
  position: absolute;
  content: "";
  display: block;
  top: 1.5px;
  left: 5.5px;
  width: 5px;
  height: 9px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.policy input[type="checkbox"]:checked {
  color: #fff;
}

.policy input[type="checkbox"]:checked::before {
  opacity: 1;
}

.policy--grey input[type="checkbox"] {
  border: 1px solid #898989;
}

.policy--grey input[type="checkbox"]::before {
  border-color: #6f6f6f;
}

.policy--grey input[type="checkbox"]:checked {
  color: #898989;
}

@media (max-width: 1150px) {
  .form-b__wrapper picture img {
    max-width: 400px;
    height: auto;
  }

  .form-b__wrapper form {
    width: 60%;
  }
}

@media (max-width: 1050px) {
  .form-b__wrapper form {
    width: 100%;
  }

  .form-b__wrapper picture {
    display: none;
  }

  .form-b__bot button {
    padding: 19px 20px;
  }

  .form-b__title {
    text-wrap: wrap;
  }
}

@media (max-width: 850px) {
  .form-b__wrapper {
    padding: 20px;
  }

  .form-b__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .form-b__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .form-b__subsubtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .from-b__select select {
    padding: 16px 45px 16px 20px;
    font-size: 16px;
  }

  .form-b__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.map__wrapper {
  height: 400px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.popup {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  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.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 10000;
  display: none;
}

.popup.active {
  display: block;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  padding: 50px 15px 20px;
  width: 100%;
}

.popup__body .result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.popup__content {
  position: relative;
  padding: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  max-width: 920px;
  min-height: auto;
  scale: 0.4;
  -webkit-transition: scale 0.4s ease;
  -o-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
  margin-left: auto;
  margin-right: auto;
}

.popup.open .popup__content {
  scale: 1;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.close-popup:not(.btn) {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition:
    scale 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    scale 0.2s ease,
    -webkit-transform 0.2s ease;
  -o-transition:
    transform 0.2s ease,
    scale 0.2s ease;
  transition:
    transform 0.2s ease,
    scale 0.2s ease;
  transition:
    transform 0.2s ease,
    scale 0.2s ease,
    -webkit-transform 0.2s ease;
  z-index: 10000;
}

.close-popup:not(.btn):hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  scale: 1.2;
}

.popup__form-title {
  font-size: 42px;
  font-weight: 700;
  color: #3a3a3a;
  text-align: center;
  margin-bottom: 10px;
}

.popup__form-subtitle {
  color: #3a3a3a;
  text-align: center;
  margin-bottom: 40px;
}

.popup__form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.popup__form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup__form-flex input,
.popup__form-flex button {
  width: calc(50% - 7px);
  height: auto;
}

.popup__form-flex .policy {
  width: 100%;
  text-align: center;
}

.popup__form .btn {
  padding: 18px;
  font-size: 24px;
}

.popup__form .policy {
  font-size: 16px;
  color: #898989;
}

.popup__form .policy a {
  font-weight: 800;
  color: #898989;
}

.popup__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.popup__result .result-wrapper {
  color: #3a3a3a;
}

.popup__result .result-wrapper h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.popup__result .btn {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 720px) {
  .close-popup:not(.btn) {
    top: 20px;
    right: 20px;
  }

  .popup__content {
    padding: 50px 30px 30px 30px;
  }

  .popup__form-title,
  .popup__result .result-wrapper h3 {
    font-size: 28px;
  }

  .popup__form-subtitle,
  .popup__result .result-wrapper p {
    font-size: 14px;
  }

  .popup__form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .popup__form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .popup__form-flex input,
  .popup__form-flex button {
    width: 100%;
  }

  .popup__form .btn {
    padding: 16px;
    font-size: 18px;
  }

  .popup__form .policy {
    font-size: 12px;
    text-align: center;
  }

  .popup__result .btn {
    max-width: 100%;
  }
}

.popup-city .popup__content {
  width: 100%;
  max-width: 560px;
}

.popup-city .popup__form-title {
  margin-bottom: 30px;
}

.popup-city .form__search {
  padding: 14px 20px;
  margin-bottom: 24px;
}

.popup-city .city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  max-height: 290px;
  overflow-y: auto;
  width: 100%;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  min-height: 290px;
}

.popup-city .city li {
  -ms-flex-preferred-size: calc((100% - 20px) / 2);
  flex-basis: calc((100% - 20px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-city .city li a {
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-city .city li a:hover {
  color: #3a3a3a;
}

@media (max-width: 550px) {
  .popup-city .popup__form-title {
    margin-bottom: 20px;
  }

  .popup-city .form__search {
    margin-bottom: 14px;
  }

  .popup-city .city {
    max-height: 305px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.lic__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

@media (max-width: 880px) {
  .lic__wrapper {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 620px) {
  .lic__wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .lic__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

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

@media (max-width: 820px) {
  .photo__wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
  .photo__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

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

@media (max-width: 820px) {
  .doc__wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .doc-slider__item picture {
    height: 300px;
  }

  .doc-slider__item picture img {
    max-height: 300px;
  }
}

@media (max-width: 480px) {
  .doc__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

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

.reviews__wrapper .reviews__more {
  margin-bottom: 14px;
}

.reviews__doc {
  padding-top: 14px;
  border-top: 1px solid #d8d8d8;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.reviews__doc picture {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
}

.reviews__doc picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.reviews__doc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  color: #4a4a4a;
}

.reviews__doc-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.reviews__doc-top p {
  font-weight: 700;
}

.reviews__doc-top span {
  display: block;
  background-color: rgba(126, 156, 229, 0.1019607843);
  border-radius: 44px;
  padding: 6px 20px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 14px;
}

@media (max-width: 1050px) {
  .reviews__wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .reviews__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.vaca__item {
  margin-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}

.vaca__item:last-child {
  border-bottom: none;
}

.vaca__title {
  border-radius: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.vaca__title-text {
  padding: 15px 15px 15px 0;
  color: #3a3a3a;
  font-size: 28px;
  font-weight: 700;
}

.vaca__title span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2684fc;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.vaca__title span:before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.vaca__title span:after {
  content: "";
  display: block;
  width: 2px;
  height: 26px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:
    height 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
  -o-transition:
    height 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
  transition:
    height 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
}

.vaca__title.active span {
  background-color: #92c1fd;
}

.vaca__title.active span:after {
  height: 0px;
  opacity: 0;
}

.vaca__text .text-block {
  padding-top: 30px;
  color: #4a4a4a;
}

.vaca__text .text-block>* {
  margin: 20px 0;
}

.vaca__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vaca__bot p {
  border: 1px solid #d8d8d8;
  border-radius: 48px;
  padding: 18px 40px;
}

.vaca__bot .btn {
  padding: 18px 54px;
}

@media (max-width: 1050px) {
  .vaca__title-text {
    font-size: 16px;
    padding: 0;
  }

  .vaca__title span {
    width: 40px;
    height: 40px;
  }

  .vaca__title span:before {
    width: 18px;
  }

  .vaca__title span:after {
    height: 18px;
  }
}

@media (max-width: 700px) {
  .vaca__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .vaca__bot>* {
    width: 100%;
  }

  .vaca__bot p {
    font-size: 14px;
    padding: 16px;
    text-align: center;
  }
}

.special__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

@media (max-width: 880px) {
  .special__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

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

.stati__wrapper .stati-slider__item {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
}

.stati-slider__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 24px 24px 24px;
  margin-top: auto;
}

.stati-slider__bot span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: #828282;
  font-size: 16px;
  font-weight: 600;
}

.stati-slider__bot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  color: #2684fc;
}

@media (max-width: 1050px) {
  .stati__wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .stati-slider__title {
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  .stati__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .stati-slider__bot span {
    font-size: 14px;
  }
}

.article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 60px;
  padding-bottom: 80px;
}

.article__more {
  max-width: 324px;
  min-width: 320px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.article__more-title {
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.article__more .stati-slider__item {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
}

.article__more .stati-slider__title {
  font-size: 20px;
}

.article__inner-picture {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 26px;
}

.article__inner-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.article__inspector {
  background-color: rgba(126, 156, 229, 0.1019607843);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 36px;
}

.article__inspector-title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #4a4a4a;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 14px;
}

.article__inspector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.article__inspector-men {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}

.article__inspector-men_picture {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}

.article__inspector-men_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.article__inspector-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article__inspector-name {
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 3px;
}

.article__inspector-job {
  font-size: 14px;
  color: #828282;
}

.article__inspector-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: -webkit-fill-available;
  color: #828282;
}

.article__inspector-top {
  font-size: 14px;
}

.article__inspector-date {
  font-size: 14px;
  font-weight: 700;
}

.article__inwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
}

.article__navigation {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}

.article__navigation-title {
  padding: 14px 20px;
  background-color: #5bc5b1;
  color: #ffffff;
  font-weight: 700;
}

.article__navigation-items .navigation__item {
  display: block;
  width: 100%;
  padding: 0;
}

.article__navigation-items .navigation__item a {
  display: block;
  padding: 14px 20px;
  font-size: 16px;
  color: #4a4a4a;
  border-top: 1px solid #d8d8d8;
  -webkit-transition:
    color 0.2s ease,
    background-color 0.2s ease;
  -o-transition:
    color 0.2s ease,
    background-color 0.2s ease;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

@media (hover: hover) {
  .article__navigation-items .navigation__item a:hover {
    color: #ffffff;
    background-color: #7e9ce5;
  }
}

.article__like {
  padding-top: 36px;
  border-top: 1px solid #d8d8d8;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.article__like-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.article__like-text p {
  font-size: 16px;
  font-weight: 700;
  color: #4a4a4a;
}

.article__like-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.article__like-stars input {
  display: none;
}

.article__like-stars label {
  cursor: pointer;
}

.article__like-stars:not(:checked)>label:hover svg,
.article__like-stars:not(:checked)>label:hover~label svg,
.article__like-stars>input:checked+label:hover svg,
.article__like-stars>input:checked+label:hover~label svg,
.article__like-stars>input:checked~label svg,
.article__like-stars>input:checked~label:hover svg,
.article__like-stars>input:checked~label:hover~label svg,
.article__like-stars>label:hover~input:checked~label svg {
  fill: #ffc300;
}

.article__like-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1050px) {
  .article__wrapper {
    padding-bottom: 40px;
  }

  .article__more {
    display: none;
  }
}

@media (max-width: 720px) {
  .article__inwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article__navigation {
    width: 100%;
  }

  .article__like {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding-top: 30px;
    margin-top: 30px;
  }

  .article__like-soc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 520px) {
  .article__inner-picture {
    height: 160px;
  }

  .article__inspector-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .article__inspector-men {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .article__inspector-time {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.article-problem__wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  background-color: rgba(0, 112, 255, 0.6);
}

.article-problem__wrapper picture {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.article-problem__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 570px;
  width: 100%;
  color: #ffffff;
}

.article-problem__title {
  font-size: 42px;
  font-weight: 700;
}

.article-problem__bot {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.6980392157);
}

.article-problem__bot a {
  color: #ffffff;
  font-weight: 700;
  text-wrap: nowrap;
}

.article-problem__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  max-width: 570px;
  width: 100%;
}

.article-problem__item a,
.article-problem__item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  color: #4a4a4a;
  padding: 14px 20px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.article-problem__item a svg,
.article-problem__item button svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.article-problem__item a svg path,
.article-problem__item button svg path {
  -webkit-transition: stroke 0.2s ease;
  -o-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
}

@media (hover: hover) {

  .article-problem__item a:hover,
  .article-problem__item button:hover {
    color: #2684fc;
  }

  .article-problem__item a:hover svg path,
  .article-problem__item button:hover svg path {
    stroke: #2684fc;
  }
}

@media (max-width: 1050px) {
  .article-problem__title {
    font-size: 28px;
  }
}

@media (max-width: 720px) {
  .article-problem__wrapper {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-problem__item a,
  .article-problem__item button {
    padding: 12px 16px;
    font-size: 14px;
  }
}

.service__inspectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding: 26px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.service__inspector-title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.service__inspector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.service__inspector-men {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}

.service__inspector-men_picture {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}

.service__inspector-men_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.service__inspector-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service__inspector-name {
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 3px;
}

.service__inspector-job {
  font-size: 14px;
  color: #828282;
}

.service__inspector-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 5px;
  height: -webkit-fill-available;
  color: #828282;
}

.service__inspector-top {
  font-size: 14px;
}

.service__inspector-date {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 700px) {
  .service__inspectors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .article__inner-picture {
    height: 160px;
  }

  .service__inspector-men {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}

.doctor__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 25px;
}

.doctor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.doctor__inner .section-title {
  margin-bottom: 0;
}

.doctor__inner .text-block {
  color: #4a4a4a;
}

.doctor__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.doctor__btns .btn {
  font-size: 20px;
  padding: 20px 54px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.doctor__picture {
  max-width: 420px;
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: 500px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 30px;
  overflow: hidden;
}

.doctor__picture img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

@media (max-width: 900px) {
  .doctor__inner {
    display: contents;
  }

  .doctor__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .doctor__inner .section-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .doctor__picture {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-height: 325px;
    margin: 0 auto;
  }

  .doctor__picture img {
    min-height: 320px;
  }

  .doctor__inner .text-block {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .doctor__btns {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    gap: 10px;
  }

  .doctor__btns .btn {
    font-size: 18px;
    padding: 16px;
    width: 100%;
  }
}

@media (max-width: 580px) {
  .doctor__picture {
    max-width: 350px;
  }
}

@media (max-width: 460px) {
  .doctor__picture {
    max-width: 350px;
    max-height: 230px;
  }

  .doctor__picture img {
    min-height: 220px;
  }
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 25px;
}

.contacts__block {
  width: 100%;
  padding: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
}

.contacts__block .btn {
  width: 100%;
  padding: 20px;
  font-size: 20px;
}

.contacts__block-title {
  font-size: 28px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.contacts__block-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

.contacts__block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}

.contacts__block-item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts__block-item_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts__block-item_title {
  color: #828282;
}

p.contacts__block-item_text,
a.contacts__block-item_text {
  color: #4a4a4a;
  font-weight: 700;
}

.contacts__block-right {
  color: #3a3a3a;
  margin-bottom: 10px;
}

@media (max-width: 1050px) {
  .contacts__block-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__block {
    padding: 20px;
  }

  .contacts__block-title {
    font-size: 18px;
  }

  .contacts__block .btn {
    padding: 16px;
    font-size: 18px;
  }
}

.error-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 30px;
}

.error-page__title {
  font-size: 250px;
  font-weight: 700;
  color: #2684fc;
  text-align: center;
  margin-bottom: 40px;
}

.error-page__wrapper .section-title {
  text-align: center;
  margin-bottom: 20px;
}

.error-page__subtitle {
  font-size: 20px;
  color: #3a3a3a;
  text-align: center;
  margin-bottom: 40px;
}

.error-page__wrapper .btn {
  font-size: 20px;
  padding: 20px 54px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

@media (max-width: 580px) {
  .error-page__wrapper {
    padding: 20px;
  }

  .error-page__title {
    font-size: 120px;
    margin-bottom: 20px;
  }

  .error-page__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .error-page__wrapper .btn {
    font-size: 18px;
    padding: 16px;
    width: 100%;
  }
}

.karta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 26px;
}

.karta__miniwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
  width: 100%;
}

.karta__inner {
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
}

.karta__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.karta__title a {
  font-size: 28px;
  font-weight: 700;
  color: #3a3a3a;
}

.karta__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2684fc;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.karta__title span:not(.nav-btn) {
  cursor: default;
}

.karta__title span svg {
  -webkit-transition: rotate 0.2s ease;
  -o-transition: rotate 0.2s ease;
  transition: rotate 0.2s ease;
}

.karta__title span.active {
  background-color: rgba(38, 132, 252, 0.5019607843);
}

.karta__title span.active svg {
  rotate: -90deg;
}

.karta__block,
.hide-item__content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}

.karta__items {
  margin-top: 20px;
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  counter-reset: nav;
}

.karta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

.karta__item>a.link {
  font-size: 18px;
  font-weight: 700;
  color: #4a4a4a;
  max-width: 80%;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  counter-increment: nav;
}

.karta__item>a.link:hover {
  color: #2684fc;
}

.karta__item>button {
  margin-left: auto;
  margin-bottom: auto;
}

.karta__sublink-wrapper {
  width: 100%;
}

.karta__subsubnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.karta__subsublink>a.link {
  font-size: 16px;
  color: #4a4a4a;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding-left: 28px;
  position: relative;
}

.karta__subsublink>a.link:hover {
  color: #2684fc;
}

.karta__subsublink>a.link:before {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 3px;
  background-color: #2684fc;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media (max-width: 1050px) {
  .karta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .karta__miniwrapper {
    gap: 20px;
  }

  .karta__inner {
    padding: 20px;
  }

  .karta__title a {
    font-size: 20px;
  }

  .karta__title span {
    width: 30px;
    height: 30px;
  }

  .karta__items {
    padding-top: 14px;
    margin-top: 14px;
  }
}

.search__form {
  position: relative;
  margin-bottom: 50px;
}

.search__form input {
  padding: 16px 80px 16px 28px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 20px;
  font-size: 24px;
}

.search__form input:focus {
  border-color: #2684fc;
}

.search__form button {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 10;
}

.search__inner {
  padding: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 20px 61px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 20px 61px 0px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 50px;
}

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

.search__inner-title {
  font-size: 28px;
  font-weight: 600;
  color: #3a3a3a;
}

.search__inner-items {
  margin-top: 30px;
}

.search__inner-item {
  padding: 16px 0 26px 0;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}

.search__inner-item:last-child {
  padding: 16px 0 16px 0;
  border-bottom: none;
  margin-bottom: 0;
}

.search__inner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  color: #4a4a4a;
}

.search__inner-name {
  width: 60%;
}

.search__inner-func {
  width: 130px;
  text-align: center;
  color: #2684fc;
  font-weight: 700;
}

@media (max-width: 750px) {
  .search__form input {
    font-size: 18px;
  }

  .search__form button {
    top: 15px;
  }

  .search__inner {
    padding: 20px;
  }

  .search__inner-title {
    font-size: 20px;
  }

  .search__inner-item {
    padding: 0 0 16px 0;
    margin-bottom: 16px;
  }

  .search__inner-item:last-child {
    padding: 0;
  }

  .search__inner-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search__inner-func {
    width: 100%;
    text-align: left;
  }
}

.policy__wrapper {
  color: #3a3a3a;
}

.policy__gos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.policy__gos-item {
  background-color: rgba(223, 227, 252, 0.3019607843);
  padding: 20px;
  width: 100%;
  border-radius: 20px;
}

.policy__gos-title {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.1019607843);
  margin-bottom: 16px;
  font-weight: 700;
}

.policy__gos-item p:not(.policy__gos-title) {
  margin-bottom: 8px;
}

.policy__gos-item p:not(.policy__gos-title):last-child {
  margin-bottom: 0;
}

.policy__gos-item p span {
  color: #828282;
}

.policy__gos-item p a {
  color: #3a3a3a;
}

@media (max-width: 1050px) {
  .policy__gos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*.section-subtitle--new {
  color: #3a3a3a;
}*/

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

.reviews__item {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}

.reviews__item>div>span:nth-child(1) {
  font-size: 18px;
  color: #4a4a4a;
}

.reviews__rating {
  margin-bottom: 15px;
}

.reviews__name {
  font-size: 18px;
  font-weight: 700;
}

.reviews__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.reviews__date {
  margin-top: 14px;
  font-size: 14px;
  color: #828282;
}

.reviews__item .reviews__text {
  margin-bottom: 15px;
  max-height: none;
}

/*reviews media */
@media (max-width: 380px) {
  .reviews__item {
    padding: 20px 15px;
  }
}

.btn-to-top {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  bottom: 105px;
  left: 50px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: initial;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: transparent;
  -webkit-transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  -o-transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.btn-to-top:focus {
  background-color: transparent;
}

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

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

.form__search {
  padding: 23px 30px;
  border-radius: 100px;
  font-size: 16px;
  color: #3a3a3a;
  background-color: #ffffff;
  width: 100%;
  border: 1px solid rgba(147, 164, 210, 0.3019607843);
  position: relative;
  padding-right: 60px;
}

.form__search input {
  width: 100%;
}

.form__search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-result {
  margin-top: 20px;
}

.search-result__not-found {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 24px;
}

.search-result__item {
  margin-bottom: 24px;
}

.search-result__item:last-child {
  margin-bottom: 0;
}

.search-result__link {
  display: inline-block;
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  color: #2684fc;
  text-decoration: underline;
  margin-bottom: 16px;
}

.search-result__text {
  font-size: 18px;
  line-height: 160%;
}

@media (max-width: 750px) {
  .form__search {
    padding: 16px 20px;
    padding-right: 60px;
  }

  .form__search-btn {
    right: 10px;
  }
}

.geography {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.geography__list {
  margin: 20px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.geography__list-item:hover {
  color: #3a3a3a;
}

@media (max-width: 757px) {
  .geography__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.header__phones-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb__item a {
  -webkit-transition: color 0.3 ease;
  -o-transition: color 0.3 ease;
  transition: color 0.3 ease;
}

.main-serv .breadcrumb__item a:hover {
  color: #3a4470;
}

.breadcrumb__item a:hover {
  color: #2684fc;
}

@media (min-width: 1050px) {
  body.menu-hovered::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    pointer-events: none;
  }
}

.main-swiper__title {
  margin-bottom: 40px;
  font-size: 60px;
  text-align: center;
}

@media (max-width: 1050px) {
  .main-swiper__title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}

.schedule-block {
  color: #ffffff;
  font-size: 16px;
}

.schedule-container {
  background-color: #2684fc;
  padding: 70px;
  border-radius: 30px;
}

.schedule-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}

.schedule-subtitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 52px;
}

.schedule-container__head {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.schedule-container__header {
  max-width: 647px;
  flex: 0 0 auto;
}

.schedule-container__head img {
  top: -70px;
  right: -35px;
  position: absolute;
  width: auto;
  height: auto;
  max-height: 267px;
  align-self: flex-start;
}

.schedule-container__periods {
  border-top: 1px solid #519dfd;
  border-bottom: 1px solid #519dfd;
  padding: 24px 0px;
}

.period__buttons button {
  transition: all 0.5s ease;
  background-color: #3b90fc;
  border: 1px solid #4f9bfc;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-radius: 100px;
  padding: 12px 24px;
  cursor: pointer;
  transition: ease;
}

.period__buttons button:hover {
  border: 1px solid #ffffff;
}

.period__buttons button:active {
  background-color: #4a96fa;
  border: 1px solid #ffffff;
}

.period__buttons button.active {
  border: none;
  color: black;
  background-color: #ffffff;
}

.schedule-container__periods {
  display: flex;
  align-items: center;
  gap: 20px;
}

.period__buttons {
  display: flex;
  gap: 5px;
}

.schedule-container__free-doctors {
  width: 100%;
  color: #ffffff;
  padding: 24px 0px;
}

.free-doctors-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.free-doctors-head__title {
  font-size: 18px;
}

.free-doctors-nav-buttons {
  display: flex;
  gap: 5px;
}

.doctor-schedule {
  margin-top: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid #519dfd;
}

.doctor-schedule-slider-wrapper {
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
  mask-image: linear-gradient(to right,
      black 0%,
      black calc(100% - 50px),
      transparent 100%);
  -webkit-mask-image: linear-gradient(to right,
      black 0%,
      black calc(100% - 50px),
      transparent 100%);
}

.doctor-schedule-slider-wrapper::-webkit-scrollbar {
  display: none;
}

.doctor-schedule-slider {
  display: flex;
  gap: 10px;
  min-width: min-content;
  z-index: 0;
}

.doctor-schedule-head {
  border-top: 1px solid #519dfd;
  display: flex;
  padding: 14px 0px;
  justify-content: space-between;
  align-items: center;
}

.doctor-schedule-head__title {
  font-size: 18px;
}

.doctor-schedule-nav-buttons {
  display: flex;
  gap: 5px;
}

.schedule-card {
  gap: 15px;
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  max-width: 260px;
  flex: 0 0 100%;
  background: #3b90fc;
  padding: 24px;
  color: #ffffff;
  border: 1px solid #4f9bfc;
  transition: all 0.2s ease;
  cursor: pointer;
}

.schedule-card:hover {
  border: 1px solid #ffffff;
}

.schedule-card.active {
  border: 1px solid #ffffff;
}

.card-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  border-bottom: 1px solid #4f9bfc;
}

.doctor-schedule-times {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.doctor-schedule-date {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.time-slot {
  height: 42px;
  border-radius: 40px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.25);
  color: white;
}

.time-slot.active {
  background: white;
  color: #333;
}

.time-slot.active:hover {
  background: #d8e9fe;
}

.time-slot.selected {
  color: #2684fc;
  position: relative;
  box-shadow: 0px 0px 20px 0px #ffffff80;
}

.time-slot.disabled {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}

.time-slot.selected::before,
.time-slot.selected::after {
  content: "•";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  font-size: 20px;
}

.time-slot.selected::before {
  left: 18px;
}

.time-slot.selected::after {
  right: 18px;
}

.nav-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.nav-button:hover {
  box-shadow: 0px 0px 20px 0px #ffffff80;
}

.nav-button:hover path {
  stroke: #2684fc;
}

.nav-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.free-doctors-slider-wrapper {
  mask-image: linear-gradient(to right,
      black 0%,
      black calc(100% - 50px),
      transparent 100%);
  -webkit-mask-image: linear-gradient(to right,
      black 0%,
      black calc(100% - 50px),
      transparent 100%);

  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.free-doctors-slider-wrapper::-webkit-scrollbar {
  display: none;
}

.free-doctors-slider {
  display: flex;
  gap: 10px;
  min-width: min-content;
}

.doctor-card {
  align-items: center;
  gap: 12px;
  display: flex;
  border-radius: 100px;
  max-width: 294px;
  flex: 0 0 100%;
  background: #3b90fc;
  padding: 15px;
  color: #ffffff;
  border: 1px solid #4f9bfc;
  transition: all 0.2s ease;
  cursor: pointer;
}

.doctor-card.active {
  background-color: #ffffff;
  color: #3a3a3a;
  border: 1px solid #ffffff;
}

.doctor-card.active .doctor-card__name {
  color: #3a3a3a;
}

.doctor-card.active .experience-value,
.doctor-card.active .doctor-card__rating {
  background-color: #e9f3ff;
  color: #519dfd;
}

.doctor-card.active .rating-star,
.doctor-card.active .rating-value {
  color: #519dfd;
}

.doctor-card-avatar {
  border-radius: 100%;
  width: 68px;
  height: 68px;
  object-fit: cover;
  object-position: center;
}

.doctor-card:hover {
  border: 1px solid #ffffff;
}

.doctor-card.active:hover {
  border: 1px solid #ffffff;
}

.doctor-card__content {
  align-content: center;
}

.doctor-card__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 8px;
  max-width: 180px;
}

.doctor-card__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #4b99fc;
  padding: 6px 12px;
  border-radius: 40px;
}

.all-doctor-button {
  background: #3b90fc;
  color: #ffffff;
  border: 1px solid #4f9bfc;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  min-width: 159px;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 98px;
}

.all-doctor-button.active {
  background: white;
  border: 1px solid #4f9bfc;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  min-width: 159px;
  cursor: pointer;
  color: #000000;
  transition: all 0.2s ease;
  height: 98px;
}

.all-doctor-button:hover {
  color: #000000;
  background: #f0f0f0;
}

.rating-star {
  color: #d8e9fe;
  font-size: 14px;
}

.rating-value {
  line-height: 1px;
  font-size: 14px;
  font-weight: 600;
  color: #d8e9fe;
}

.doctor-card__experience {
  display: flex;
  align-items: center;
  gap: 5px;
}

.experience-value {
  font-size: 14px;
  padding: 6px 12px;
  color: #d8e9fe;
  border-radius: 40px;
  background: #4b99fc;
}

.custom-scrollbar {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-top: 10px;
}

.custom-scrollbar.visible {
  opacity: 1;
}

.custom-scrollbar__track {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 2px;
  overflow: hidden;
}

.custom-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: white;
  border-radius: 2px;
  cursor: grab;
  transition: transform 0.1s ease;
  min-width: 40px;
}

.custom-scrollbar__thumb:active {
  cursor: grabbing;
}

.schedule-nav {
  display: flex;
  margin-top: 44px;
  gap: 24px;
}

.schedule-nav-free,
.schedule-nav-busy {
  display: flex;
  color: #a8cefe;
  align-items: center;
  gap: 5px;
}

.schedule-attention-number:hover {
  color: white;
  opacity: 0.5;
}

.schedule-nav-free::before {
  content: " ";
  background-color: white;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.schedule-nav-busy::before {
  content: " ";
  background-color: #4f9bfc;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.schedule-footer {
  display: flex;
  padding-top: 36px;
}

.schedule-button-container {
  padding-right: 20px;
  border-right: 1px solid #519dfd;
}

.schedule-button {
  cursor: pointer;
  width: 305px;
  height: 80px;
  background: white;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #3a3a3a;
  text-decoration: none;
  transition: 0.3s;
  border: none;
}

.schedule-attention-container {
  padding-left: 20px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.schedule-attention-text {
  font-size: 16px;
  line-height: 130%;
}

.schedule-attention-number {
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: white;
}

.schedule-center {
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
  white-space: nowrap;
}

.schedule-list {
  max-width: 407px;
  white-space: normal;
  color: #a8cefe;
}

.schedule-list li {
  list-style: disc;
}

.schedule-list li:not(:last-child) {
  margin-bottom: 8px;
}

.schedule-warning {
  text-align: center;
  color: #ffcccc;
  font-size: 14px;
}

.schedule-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.info-block {
  border-top: 1px solid #d4e6fe;
  border-bottom: 1px solid #d4e6fe;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  margin-bottom: 20px;
}

.appointment-card-avatar {
  background: #2684fc;
  border-radius: 100%;
  width: 68px;
  height: 68px;
  object-fit: cover;
  object-position: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-content: center;
}

.popup_doctor-label {
  font-size: 16px;
  color: rgba(58, 58, 58, 0.6);
  margin-bottom: 15px;
}

.popup_doctor {
  align-self: center;
  gap: 12px;
  display: flex;
  border-radius: 100px;
  max-width: 294px;
  flex: 0 0 100%;
  background: #f4f9ff;
  padding: 10px;
  color: #3a3a3a;
  border: 1px solid rgba(38, 132, 252, 0.1);
  transition: all 0.2s ease;
}

.popup_doctor__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #3a3a3a;
  margin-bottom: 8px;
  max-width: 180px;
}

.popup_doctor-card__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #e4f0ff;
  padding: 6px 12px;
  border-radius: 40px;
}

.popup_doctor_rating-value {
  font-size: 14px;
  font-weight: 600;
  color: #4b99fd;
}

.popup_doctor_rating-star {
  color: #4b99fd;
  font-size: 14px;
}

.popup_doctor__experience {
  display: flex;
  align-items: center;
  gap: 5px;
}

.popup_doctor_experience-value {
  font-size: 14px;
  padding: 6px 12px;
  color: #4b99fd;
  border-radius: 40px;
  background: #e4f0ff;
}

.popup_doctor-doctor img {
  border-radius: 100%;
  width: 68px;
  height: 68px;
  object-fit: cover;
  object-position: center;
}

.popup_doctor-name {
  font-size: 16px;
  font-weight: 600;
}

.popup_doctor-rating {
  font-size: 13px;
  color: #4c77ff;
}

.popup_doctor-appointment {
  background: #e9f2ff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 200px;
}

.popup_doctor-appointment p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.popup_doctor-form input:not([type="checkbox"]),
.popup_doctor-form textarea {
  width: 100%;
  padding: 18px;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #e4e4e4;
  outline: none;
}

.popup_doctor-form textarea {
  grid-column: 1 / span 2;
  min-height: 200px;
  resize: vertical;
}

.btn-row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.popup_doctor-form button {
  width: 48%;
  padding: 18px;
  font-size: 18px;
  border-radius: 35px;
  border: none;
  cursor: pointer;
}

.popup_doctor-form .cancel {
  background: #ebf2ff;
  color: #4c77ff;
}

.popup_doctor-form .submit {
  background: #1a73ff;
  color: #fff;
}

.popup_doctor-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  grid-column: 2;
}

.popup_doctor-form input[type="text"]:nth-of-type(1) {
  grid-column: 1;
}

.popup_doctor-form input[type="text"]:nth-of-type(2) {
  grid-column: 2;
}

.popup_doctor-form .btn-row {
  grid-column: 1 / span 2;
  display: flex;
  gap: 10px;
}

.popup_doctor-form .policy {
  grid-column: 1 / span 2;
  margin-top: 10px;
}

.submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 990px) {
  .schedule-container__head img {
    display: none;
  }

  .schedule-center {
    display: block;
  }

  .schedule-list {
    max-width: unset;
    padding-left: 25px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .popup_doctor-form .policy label {
    font-size: 14px;
  }

  .popup_doctor-form textarea {
    min-height: 120px;
  }

  .popup_doctor-form .submit {
    width: 100%;
    font-size: 14px;
  }

  .popup_doctor-form .cancel {
    width: 100%;
    font-size: 14px;
  }

  .popup_doctor-form textarea {
    height: 80px;
    border-radius: 25px;
  }

  .popup_doctor-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .popup_doctor-form .btn-row {
    flex-direction: column;
  }

  .info-block {
    padding: 16px 0px;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .popup_doctor__name {
    font-size: 14px;
  }

  .popup_doctor_experience-value,
  .popup_doctor_rating-value {
    font-size: 12px;
  }

  .doctor-card-avatar {
    height: 58px;
    width: 58px;
  }

  .appointment-card-avatar {
    height: 58px;
    width: 58px;
  }

  .popup_doctor-form input:not([type="checkbox"]),
  .popup_doctor-form textarea {
    font-size: 14px;
  }

  .schedule-container__head {
    display: block;
  }

  .schedule-container__periods {
    flex-direction: column;
    align-items: unset;
    gap: 10px;
  }

  .period__buttons button {
    font-size: 14px;
    padding: 12px 21px;
  }

  .schedule-container {
    padding: 60px 20px;
    padding-bottom: 20px;
    margin: 0 15px;
  }

  .schedule-title {
    line-height: unset;
    font-size: 28px;
  }

  .free-doctors-nav-buttons {
    display: none;
  }

  .schedule-subtitle {
    font-size: 16px;
  }

  .doctor-card {
    flex: 0 0 253px;
  }

  .schedule-card {
    flex: 0 0 240px;
  }

  .free-doctors-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .doctor-schedule-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .all-doctor-button {
    min-width: 119px;
    height: 78px;
    font-size: 14px;
  }

  .all-doctor-button.active {
    min-width: 119px;
    height: 78px;
    font-size: 14px;
  }

  .experience-value {
    font-size: 11px;
  }

  .time-slot {
    height: 38px;
    font-size: 14px;
  }

  .doctor-schedule-date {
    font-size: 12px;
  }

  .doctor-schedule-date {
    font-size: 14px;
  }

  .schedule-nav-free,
  .schedule-nav-busy {
    font-size: 14px;
  }

  .time-slot.selected::before {
    left: 12px;
  }

  .schedule-center {
    display: block;
    white-space: unset;
  }

  .time-slot.selected::after {
    right: 12px;
  }

  .schedule-button-container {
    padding-right: unset;
    border: none;
  }

  .schedule-footer {
    flex-direction: column;
  }

  .schedule-list {
    margin-top: 44px;
    padding-left: 20px;
  }

  .schedule-attention-text {
    font-size: 14px;
  }

  .schedule-attention-number {
    font-size: 20px;
  }

  .doctor-card__name {
    line-height: 14px;
    font-size: 13px;
  }

  .doctor-card {
    align-items: center;
    padding: 0px 5px;
  }

  .doctor-schedule-nav-buttons {
    display: none;
  }

  .rating-value,
  .rating-star {
    font-size: 11px;
  }

  .schedule-button {
    margin: 0px auto;
    margin-bottom: 10px;
    width: 280px;
    height: 70px;
    font-size: 16px;
  }

  .schedule-warning {
    margin-bottom: 10px;
  }

  .schedule-list li {
    font-size: 12px;
  }
}

.popup-review textarea {
  height: 150px;
  border-radius: 20px;
  resize: none;
}

.popup-review .form-input {
  margin-bottom: 20px;
}

.select {
  position: relative;
  background: url("/netcat_template/template/detoxcity_redesign/assets/img/select.svg") top 40% right 40px no-repeat;
}

.select__open {
  color: #898989;
  cursor: pointer;
}

.select__dropdown {
  padding: 23px 0 23px 40px;
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(147, 164, 210, 0.3019607843);
}

.select__dropdown.opened {
  display: block;
  opacity: 1;
  background-color: #ffffff;
  z-index: 10;
}

.select__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 220px;
  overflow-y: auto;
}

.select__item {
  cursor: pointer;
}

.select__item:hover {
  color: #2684FC;
}

.popup-review__rating {
  display: flex;
  justify-content: space-between;
  color: #898989;
}

.popup-review__stars {
  display: flex;
}

.popup-review__stars span {
  width: 24px;
  height: 24px;
  background: url("/netcat_template/template/detoxcity_redesign/assets/img/star-empty.svg") center no-repeat;
  cursor: pointer;
}

.popup-review__stars span.active {
  background: url("/netcat_template/template/detoxcity_redesign/assets/img/star.svg") center no-repeat;
}

.popup-review__note {
  margin-bottom: 33px;
  color: #898989;
}

.popup-review .btn {
  width: 100%;
}

.popup-review .policy {
  margin-bottom: 16px;
}

/* Акция дня */
.day-promotion {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 40px auto;
  padding: 51px 80px 77px 72px;
  border-radius: 28px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 94px;
  z-index: 2;
}

.day-promotion__badge {
  background: #fff;
  color: #2B82F1;
  display: inline-block;
  padding: 12px 29px;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 20px;
}

.day-promotion__head {
  max-width: 609px;
}

.day-promotion__title {
  margin-top: 0px;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;

  margin-bottom: 20px;
}

.day-promotion__discount {
  color: #5BC5B1;
}

.day-promotion__subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 18px;
}

.day-promotion__features {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.day-promotion__feature:nth-child(3) {
  grid-column: span 2;
}

.day-promotion__feature {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  border-radius: 30px;
  font-size: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.day-promotion__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.day-promotion__list div {
  display: flex;
  gap: 10px;
}

.day-promotion__footer-note {
  border: 1px solid #FFFFFF;
  padding: 11px 28px;
  border-radius: 26px;
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  margin-top: 61px;
  line-height: 20px;
  background-color: #3B90FC;
}

.day-promotion__card {
  color: #3A3A3A;
  background: #fff;
  border-radius: 24px;
  max-width: 373px;
  width: auto;
  box-sizing: border-box;
  padding: 30px 34px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.day-promotion__card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 13px;

}

.day-promotion__places {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 29.02px;

}

.day-promotion__price {
  margin: 8px 0;
}

.day-promotion__old {
  text-decoration: line-through;
  color: #828282;
  font-weight: 500;
  font-size: 20px;

  margin-right: 7px;
}

.day-promotion__new {
  font-weight: 700;
  font-size: 30px;

}

.day-promotion__card-discount {
  background: #F8F8F8;
  color: #2684FC;
  padding: 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 32px;
}

.day-promotion__timer-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 29.02px;
  margin-bottom: 12px;
}

.day-promotion__timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 20px;
}

.day-promotion__time-box {
  background: transparent;
  border-radius: 8px;
  border: 1px solid rgba(216, 216, 216, 0.4);
  padding: 10px 0px;
  text-align: center;
  flex: 1;
}


.day-promotion__time {
  font-size: 26px;
  color: #5BC5B1;
  font-weight: 700;
}

.day-promotion__time-separator {
  margin: 0px 6px;
  font-weight: 700;
  color: #5BC5B1;
  font-size: 25px;
}

.day-promotion__progress {
  height: 5px;
  background: #F8F8F8;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 12px;
}

.day-promotion__bar {
  height: 100%;
  border-radius: 5px;
  background: #5BC5B1;
  width: 60%;
}

.day-promotion__btn {
  margin-top: 21px;
  background: #5BC5B1;
  color: white;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.5s ease;
  padding: 15px 30px;
  width: 100%;
  border-radius: 73px;
  cursor: pointer;
}

.day-promotion__btn:hover {
  background: #4caf9b;
}

.day-promotion__note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 130%;

}

.day-promotion__background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.day-promotion__online {
  border-radius: 50%;
  background: linear-gradient(180deg, #2684FC 0%, #4B99FD 100%);
  border: 3px solid #DFEBF8;
  padding: 4px;
}

@media (max-width: 868px) {
  .day-promotion {
    gap: 22px;
    grid-template-columns: unset;
    padding: 30px 17px;
  }

  .day-promotion__title {
    font-size: 28px;
    line-height: 100%;
  }

  .day-promotion__subtitle {
    font-size: 16px;
  }

  .day-promotion__features {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .day-promotion__feature {
    padding: 10px 15px;
    font-size: 16px;
  }

  .day-promotion__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .day-promotion__footer-note {
    margin-top: 23px;
    font-size: 16px;
  }

  .day-promotion__card {
    max-width: unset;
    padding: 31px 17px;
  }

  .day-promotion__card-title {
    font-size: 14px;
  }

  .day-promotion__places {
    font-size: 16px;
  }

  .day-promotion__new {
    font-size: 26px;
  }

  .day-promotion__old {
    font-size: 18px;
  }

  .day-promotion__btn {
    font-size: 16px;
    padding: 12px 26px;
  }

  .day-promotion__timer-title {
    font-size: 18px;
  }

  .day-promotion__time-box {
    font-size: 14px;
  }

  .day-promotion__time {
    font-size: 20px;
  }

  .day-promotion__card-discount {
    margin-bottom: 17px;
    font-size: 14px;
    padding: 10px 0px;
  }
}

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

.doctor__head-rating-stars {
  display: flex;
  gap: 3px;
  justify-content: end;
  margin-bottom: 10px;
}

.doctor__head-rating {
  display: flex;
  gap: 5px;
  align-items: center;
}

.doctor__head-rating--value {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
}

.doctor__head-rating--count {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.doctor__right-column {
  max-width: 420px;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.doctor__right-column p {
  font-weight: 700;
  font-size: 27px;
  line-height: 32.4px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.doctor__service-rating-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.doctor__service-rating-card {
  border: 1px solid rgba(147, 164, 210, 0.3);
  max-height: 70px;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doctor__service-rating {
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  color: #153253;
  display: flex;
  gap: 5px;
}

.doctor__picture img {
  border-radius: 30px;
}

.doctor__right-column--mobile {
  display: none;
}

@media (max-width: 900px) {
  .doctor__head-rating-block {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }

  .doctor__head {
    display: block;
  }

  .doctor__head-rating-block {
    align-items: center;
  }

  .doctor__head-rating-stars {
    order: 2;
    margin-bottom: unset;
  }

  .doctor__right-column--desktop {
    display: none;
  }

  .doctor__right-column--mobile img {
    width: unset;
    height: unset;
    border-radius: unset !important;
  }

  .doctor__right-column--mobile {
    display: block;
  }

  .doctor__service-rating {
    font-size: 20px;
  }

  .doctor__head-rating--value {
    font-size: 20px;
  }

  .doctor__right-column {
    max-width: unset;
    width: 100%;
    height: 100%;
    max-height: unset;
  }
}

.main-serv__description {
  margin-bottom: 20px;
}

.law {
  margin-block-start: 45px;
}

.law__title {
  text-align: center;
  margin-block-end: 30px;
}

.law__desc {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #828282;
  line-height: 1.2;
  display: flex;
  justify-content: center;
}

.law__desc:not(.law__desc--last) {
  margin-block-end: 45px;
}

.law__desc p {
  max-width: 900px;
}

.law__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  gap: 26px;
}

.law__item {
  min-height: 143px;
  list-style: none;
  border-radius: 27px;
  background-color: #fff;
  color: #545454;
  font-size: 21px;
  line-height: 1.2;
  position: relative;
  box-shadow: 0px 20px 70px 0px #0000001A;
  transition: box-shadow 300ms, scale 400ms;
}

.law__item .law-link {
  display: flex;
  padding: 16px 16px 20px 24px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.law__item:hover {
  scale: 1.025;
  box-shadow: 0px 20px 70px 0px #7E9CE51A;
}

.law__item .law__top p:first-of-type {
  font-weight: 700;
  color: #3A3A3A;
  font-size: 24px;
  line-height: 1.2;
  max-width: 90%;
}

.law__item .law-link>p {
  font-weight: 500;
  line-height: 1.2;
  font-size: 18px;
  color: #828282;
}

.law__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.law__top span {
  background-color: #7E9CE51A;
  color: #7E9CE5;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  width: max-content;
  padding: 8px 16px;
  border-radius: 30px;
}

.law__desc--last {
  border-top: 1px solid #82828233;
  padding-block-start: 24px;
  margin-block-start: 40px;
}

.law__desc--last p {
  max-width: none;
}

@media screen and (width<=1080px) {
  .law__inner {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media screen and (width<=900px) {
  .law__desc {
    font-size: 16px;
  }

  .law__item {
    font-size: 16px;
  }

  .law__item .law__top p:first-of-type {
    font-size: 21px;
    margin-block-end: 10px;
  }

  .law__top span {
    font-size: 16px;
  }

  .law__item .law-link>p {
    font-size: 16px;
  }

  .law__item .law-link {
    padding: 13px 16px 16px 20px;
  }
}

@media screen and (width<=750px) {
  .law__inner {
    grid-template-columns: 1fr;
  }
  .law__title {
    margin-block-end: 15px;
  }
  .law__desc:not(.law__desc--last) {
    margin-block-end: 24px;
  }
}
  .calc-wrapper__grid {
    display: grid;
    grid-template-columns: 2.65fr 1fr;
    column-gap: 20px;
  }

  .calc__block-wrapper {
    display: flex;
    gap: 32px;
  }

  .calc__block-wrap {
    width: 100%;
  }

  .calc-result__text-wrap,
  .calc-result__price-wrap {
    padding: 35px 32px;
    background-color: #FFFFFF1A;
    position: relative;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
  }

  .calc-result__text-wrap::after,
  .calc-result__price-wrap::after {
    content: "";
    display: block;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .calc-result__text-wrap::after {
    background-image: url(../img/doc-tablet.svg);
    max-width: 80px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    bottom: -5px;
    right: 15px;
  }

  .calc-result__price-wrap::after {
    background-image: url(../img/wallet.svg);
    max-width: 105px;
    max-height: 90px;
    width: 100%;
    height: 100%;
    bottom: -5px;
    right: 12px;
  }

  .calc__block-wrapper:not(:last-of-type) {
    margin-block-end: 50px;
  }

  .calc__form {
    padding: 60px;
    border-radius: 30px;
    background-color: #fff;
    margin-block-end: 30px;
    box-shadow: 0px 20px 70px 0px #0000001A;
  }

  .calc__title {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin-block-end: 15px;
  }

  .calc__title_min {
    color: #828282;
    font-size: 16px;
  }

  .calc__label-wrapper {
    display: grid;
    gap: 8px;
  }

  .calc__btn {
    border-radius: 100px;
  }

  .calc__label-wrapper_2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .calc__label-wrapper_3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .calc__title_color {
    color: #4a4a4a;
  }

  .calc__label {
    cursor: pointer;
    position: relative;
  }

  .calc-range__input {
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    cursor: pointer;
    width: 100%;
    height: 2px;
  }

  .calc-range__input::-webkit-slider-runnable-track {
    background-color: #2684fc;
    border-radius: 10px;
    height: 4px;
  }

  .calc-range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -11px;
    border-radius: 10px;
    background-color: #2684FC;
    height: 24px;
    width: 8px;
    outline: #2684fc4a solid 7px;
  }

  .calc-range__input:focus::-webkit-slider-thumb {
    background-color: #fff;
  }

  .calc-range__input::-moz-range-track {
    background-color: #2684fc;
    border-radius: 10px;
    height: 2px;
  }

  .calc-range__input::-moz-range-thumb {
    border: none;
    border-radius: 100%;
    background-color: #fff;
    height: 20px;
    width: 20px;
    outline: #2684fc solid 7px;
    outline-offset: -7px;
  }

  .calc-range__input:focus::-moz-range-thumb {
    background-color: #fff;
  }

  .calc-radio__text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px;
    border-radius: 100px;
    transition: background-color 0.2s;
    border: 1px solid #2684FC1A;
    background-color: #2684FC0D;
    color: #2684FC;
  }

  .calc-radio__input:checked+.calc-radio__text-wrap {
    background-color: #2684FC;
    border: none;
  }

  .calc-radio__input:checked+.calc-radio__text-wrap .calc-radio__text {
    color: #fff;
  }

  .calc-radio__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }

  .calc-range {
    display: flex;
    border-radius: 100px;
    flex-direction: column;
    gap: 28px;
  }

  .calc-range__value {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    display: flex;
    padding: 23px 30px;
    color: #4A4A4A;
    border: 1px solid #D8D8D8;
    border-radius: 100px;
  }

  .calc__range-values {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    color: #4A4A4A80;
    font-size: 12px;
    font-weight: 500;
  }

  .calc-range-value {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
  }

  .calc__result-block {
    align-self: stretch;
  }

  .calc-result__wrap {
    background-color: #5BC5B1;
    border-radius: 30px;
    padding: 40px;
  }

  .article-detail__form-wrap ul li::before,
  .calc__range-values_mobile,
  .calc__select-btn,
  .service_swiper-pag {
    display: none;
  }

  .calc__title_big {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
  }

  .calc-result__price {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
  }

  .calc-result__btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
  }

  .calc-wrapper.section-offset {
    margin-bottom: 120px;
    padding-top: 60px;
  }

  .calc__select-btn {
    width: 100%;
    font-weight: 600;
    line-height: 20px;
    border-radius: 100px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 15px 20px;
  }

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

  .calc__result-top {
    display: flex;
    gap: 20px;
    margin-block-end: 20px;
  }

  .calc-btn {
    background-color: #fff;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
    padding-block: 17px;
    font-size: 16px;
    color: #4A4A4A;
  }

  .calc__result-bottom {
    border-top: 1px solid #FFFFFF33;
    padding-block-start: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    gap: 40px;
  }

  .calc__result-bottom > span {
    content: '';
    display: block;
    height: 60px;
    width: 1px;
    background-color: #FFFFFF33;
  }

  .calc__result-bottom > .calc-btn,
  .calc__result-bottom > p {
    width: 50%;
  }

  .calc__result-bottom p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    display: flex;
    gap: 12px;
  }

  .calc__result-bottom a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: inherit;
    line-height: 1;
    color: #fff;
    width: max-content;
    flex-shrink: 0;
  }

  .calc__result-bottom a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background: url(../img/phone.svg) no-repeat center;
  }

  .calc-widget {
    position: fixed;
    bottom: 160px;
    right: 0;
    z-index: 5;
    padding: 15px 20px;
    border-radius: 10px 0 0 10px;
    background-color: #2684FC;
  }

  .calc-widget__link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
  
  .calc-widget__link:hover {
    color: #d1efff;
  }

  @media (max-width: 1270px) {
    .calc__result-block {
      align-self: stretch;
    }

    .calc-result__wrap {
      padding: 20px;
    }

    .calc__label-wrapper {
      display: none;
      grid-area: 1/-1;
      border-radius: 25px;
      border: 1px solid #e6e6e6;
      background: #fff;
      margin-top: 56px;
    }

    .calc-wrapper__grid,
    .calc__form {
      row-gap: 20px;
    }

    .calc-wrapper__grid,
    .calc__label-wrapper_2,
    .calc__label-wrapper_3 {
      grid-template-columns: repeat(1, 1fr);
    }

    .calc__btn_grid_open,
    .calc__select {
      display: grid;
    }

    .calc__select-btn {
      display: block;
      position: relative;
      text-align: left;
      grid-area: 1/-1;
      align-self: self-start;
    }

    .calc__select-btn img {
      position: absolute;
      width: 10px;
      height: 5px;
      top: 50%;
      right: 15px;
      transform: translate(-50%, -50%);
    }

    .calc-wrapper.section-offset {
      margin-bottom: 120px;
      padding-top: 36px;
    }

    .calc__range-values {
      display: none;
    }

    .calc__range-values_mobile {
      display: flex;
    }

    .calc__form {
      padding: 20px 25px;
      column-gap: 0;
    }

    .calc-radio__text-wrap {
      padding: 0 18px 20px;
      border-radius: 50px;
    }

    .calc-radio__input+.calc-radio__text-wrap {
      background-color: transparent;
      border: none;
      padding: 5px 10px 5px 20px;
      justify-content: start;
    }

    .calc__label:first-of-type .calc-radio__text-wrap {
      padding-block-start: 16px;
    }

    .calc__label:last-of-type .calc-radio__text-wrap {
      padding-block-end: 16px;
    }

    .calc-radio__input:checked+.calc-radio__text-wrap {
      background-color: transparent;
    }

    .calc-radio__input+.calc-radio__text-wrap .calc-radio__text {
      color: #4A4A4A;
      font-size: 14px;
    }

    .calc-radio__input:checked+.calc-radio__text-wrap .calc-radio__text {
      color: #2684FC;
    }

    .calc__select .calc__select-btn,
    .calc__select .calc__label-wrapper {
      transition: border 400ms;
    }

    .calc__select:hover .calc__select-btn,
    .calc__select:hover .calc__label-wrapper {
      border: 1px solid #2684FC80;
    }

    .calc-radio__text {
      text-align: left;
    }

    .calc__block-wrapper:not(:last-of-type) {
      margin-block-end: 24px;
    }

    .calc__title {
      font-size: 14px;
      margin-block-end: 8px;
    }

    .calc__block-wrapper {
      gap: 24px;
    }

    .calc-range__value {
      padding: 16px 20px;
    }

    .calc__selected-value {
      font-weight: 500;
      font-size: 14px;
    }

    .calc-result__text-wrap,
    .calc-result__price-wrap {
      padding: 16px;
    }

    .calc-result__price {
      font-size: 20px;
    }
  }

  @media screen and (width<=1000px) {
    .calc__result-top {
      flex-direction: column;
      gap: 6px;
    }
    .calc__result-bottom {
      flex-direction: column;
      align-items: start;
      gap: 12px;
    }
    .calc__result-bottom > span {
      height: 1px;
      width: 100%;
    }
    .calc__result-bottom p {
      font-size: 14px;
      flex-direction: column;
      gap: 8px;
    }
    .calc__result-bottom > .calc-btn, .calc__result-bottom > p {
      width: 100%;
    }
    .calc-result__price-wrap::after {
      height: 55%;  
      right: -17px;
    }
    .calc-result__text-wrap::after {
      height: 80%;
      right: -5px;
    }
    .calc__form {
      margin-block-end: 20px;
    }
    .calc__result-bottom a {
      font-size: 20px;
      gap: 3px;
    }
    .calc-widget__link {
      font-size: 16px;
    }
  }

  @media screen and (width<=720px) {
    .calc__block-wrapper {
      flex-direction: column;
    }
    .calc__result-top {
      flex-direction: column;
      gap: 6px;
      margin-block-end: 16px;
    }
  }

  .calc__result-text {
    margin: 0;
  }

  .selector__title {
    padding: 20px 30px;
    border-radius: 38px;
    border: 1px #D8D8D8 solid;
    color: #9A9A9A;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    
}

.selector__title .active {
    color: black;
}

.selector__list {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -7px;
    left: 0;
    transform: translatey(100%);
    width: 100%;
    
}

.selector__option:hover {
    font-weight: 600;
}
.selector__option {
    cursor: pointer;
}
.selector__title svg {transition: 0.3s ease-in-out;}

.active .selector__title svg {transform: rotate(180deg);}


.selector__list.active {
    max-height: 600px;
    overflow: hidden;
}

.selector.aform__selector {
    position: relative;
}

.selector__list-wrap {
    background-color: white;
    border-radius: 38px;
    padding: 24px 30px;
    box-shadow: 5px 5px 10px #0000000d;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 1px #d9d9d9 solid;
}


h1.abanner__title {
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
}

.abanner__link:hover {
    color: white;
    background-color: #2684fc;
}

.abanner__link {
    color: #2684FC;
    background-color: #2684fc17;
    padding: 8px 17px;
    border-radius: 20px;
    cursor: pointer;
}

.abanner__anchors {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.abanner__bages {
    display: grid;
    grid-template-areas:
        "one one two two three three"
        "four four four five five five";
    gap: 10px;
    margin-top: auto;
}

.abanner__bage:nth-child(1) {grid-area: one;}
.abanner__bage:nth-child(2) {grid-area: two;}
.abanner__bage:nth-child(3) {grid-area: three;}
.abanner__bage:nth-child(4) {grid-area: four;}
.abanner__bage:nth-child(5) {grid-area: five;}

.abanner__bage {
    padding: 20px;
    border-radius: 15px;
    background-color: #dfe3fc45;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.abanner__bage span {
    font-size: 20px;
    font-weight: 800;
}

.abanner__bage p {
    font-size: 16px;
    max-width: 60%;
}

.about-banner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}

.about-banner__wrap.aform, .about-banner__wrap.abanner {
    background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 20px #0000000a;
    border-radius: 30px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aform__field input, .aform__field textarea {
    padding: 20px 30px;
    border-radius: 38px;
    border: 1px #D8D8D8 solid;
    font-size: 16px;
}

.aform__field textarea {
    width: 100%;
    min-height: 130px;
    font-size: 16px;
}

.aform__field {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.abanner__title {
    font-size: 24px;
    font-weight: 800;
}

.aform .policy {
    color: #3A3A3A;
    font-size: 16px;
}

.aform__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about .container {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.section-h2-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 40px;
}

.section-subtitle {
   /* color: #828282;*/
    margin-bottom: 40px;
    padding-right: 30%;
}

.ahow__title {
    font-size: 25px;
    display: block;
    font-weight: 800;
    padding: 0 20px;
}

.ahow__item {
    background-color: white;
    box-shadow: 0px 0px 7px #00000017;
    margin: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ahow__top {
    background-color: red;
    width: 100%;
    height: 30px;
    border-radius: 20px 20px 0 0;
}

.swiper-slide:nth-child(1) .ahow__top {background-color: #A28CF7;}
.swiper-slide:nth-child(2) .ahow__top {background-color: #5BC5B1;}
.swiper-slide:nth-child(3) .ahow__top {background-color: #2684FC;}

@media(min-width: 650px){
.ahistory__list.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}}

.ahistory__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: white;
    box-shadow: 0px 0px 7px #00000017;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    min-height: 100%;
}

.ahistory__period {
    color: #2684fc;
    background-color: #ebf4ff;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 23px;
}

.ahistory__item-title {
    font-size: 25px;
    line-height: 130%;
    font-weight: 800;
}

.ahistory__text {
    font-size: 16px;
    line-height: 130%;
    /*color: #3A3A3ACC;*/
    font-size: 16px;
    line-height: 120%;
}

.aspes__item-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
}

picture.aspes__pic, picture.aspes__pic img {
    width: 100%;
}

.aspes__item {
    margin: 10px;
    box-shadow: 0px 0px 7px #00000017;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aspes__text, .aspes__item-title {
    padding: 0 20px;
}

.aspes__text {
    /*color: #3A3A3ACC;*/
    font-size: 16px;
    line-height: 120%;
}
.aspes__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.swiper-slide .aspes__item {
    min-height: 408px;
}

.aspes__text span {
    color: #7E9CE5;
    padding-right: 5px;
}

.ahow__text {
    padding: 0px 20px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    /*color: #3A3A3ACC;*/
    font-size: 16px;
    line-height: 120%;
}

.ahow__text li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.ahow__text li span {
    color: #7E9CE5;
}

.about-banner__wrap.aform button.btn.btn-form {
    background-color: #2684fc;
}

.astas__subtext {
    font-size: 25px;
    line-height: 120%;
    font-weight: 800;
}

.astas__wrap {
     box-shadow: 0px 0px 7px #00000017;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 30px;
}

.astas__wrap li::before, .alice__wrap li::before {
    content: '●';
    padding-right: 10px;
    color: #7E9CE5;
}

.astas__inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
}

.astas__wrap li strong {
    color: #7E9CE5;
}

.astas__wrap ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

a.astas__link:hover {
    text-decoration: underline;
}

a.astas__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.astas__wrap.astas__wrap--photo .astas__subtext {
    margin-top: 40px;
}

.astas__wrap li {
    line-height: 130%;
   /* color: #616161;*/
}

.astas__wrap.astas__wrap--photo {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.asafe__item {
    box-shadow: 0px 0px 7px #00000017;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 30px;
    margin: 10px;
    min-height: 208px;
}

.asafe__item-title {
    font-size: 25px;
    font-weight: 800;
    color: #7E9CE5;
}

p.asafe__text {
    font-size: 16px;
    /*color: #3A3A3ACC;*/
    line-height: 120%;
}

.alice__inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
}

.alice__wrap.alice__wrap--slider{
    max-width: 60%;
    min-width: 60%;
    width: 60%;
    box-shadow: 0px 0px 7px #00000017;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 30px;
}

.alice__wrap {
    min-width: 37%;
    box-shadow: 0px 0px 7px #00000017;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 30px;
}

.alice__subtext {
    font-size: 25px;
    line-height: 120%;
    font-weight: 800;
}

.alice__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.alice__wrap li strong {color: #7E9CE5;}

.alice__wrap ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.alice__sliderwrap .swiper-slide {
    height: 300px;
}

.lic-slider__item picture img {
    object-position: top;
}

.afaq__list {
    margin-top: 50px;
}

.about-screen .screen.container .text-block {
    max-width: 63%;
}

.about-screen .screen__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.about-screen .screen__btns .btn.btn_blue {
    padding: 15px 71px;
}

.about-screen .screen__btns .btn.btn_blue.btn_white:hover {
    color: white !important;
    background-color: #5bc5b1 !important;
}
.about-screen .screen__btns .btn.btn_blue.btn_white {
    background-color: white;
    color: #5bc5b1;
}
.about-screen .screen__btns .btn.btn_blue.btn_green {
    background-color: #5bc5b1;
    border-color: #5bc5b1;
}

.about-screen .text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

picture.astas__pic {
    margin-top: auto;
}

button.btn.btn_blue.popup-btn.mobile {
    display: none;
}

@media(max-width: 1050px){
.about-banner__wrap.aform {
    display: none;
}

button.btn.btn_blue.popup-btn.mobile {
    display: flex;
}

h1.abanner__title, .section-h2-title {
    font-size: 28px;
    line-height: 120%;
}

.section-subtitle {
    padding-right: 0;
}

.astas__inner {
    flex-direction: column;
}

picture.astas__pic img {
    max-width: 100%;
}

.alice__inner {
    flex-direction: column;
}

.alice__wrap, .alice__wrap.alice__wrap--slider {
    max-width: 100%;
    width: 100%;
}

.about-screen .screen.container .text-block {
    max-width: 100%;
}

.about-screen .screen__btns > * {
    width: 100%;
}
.about-screen .screen__btns {
    flex-direction: column;
    gap: 10px;
}

.about-screen .title__text {
    font-size: 18px;
}

.about-screen .title__header, .about-screen p.title__text {
    margin: 0;
    text-align: left;
}

}
@media(max-width: 766px){
.abanner__bages {
    display: flex;
    flex-direction: column;
}

.alice__top a {
    display: none;
}
}

.law__desc p, .law-link p {
    color: black;
}

.abanner__anchors {
    max-width: 400px;
}

.chat-zabotix {
	width: 46px;
	height: 46px;
	background: #2685fd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.chat-zabotix:hover {
	background: rgba(220, 52, 55, 1);
}
.header_tg{
    background-color: #2684fc;
    border-radius: 50%;
    width: 46px;
    height: 46px;
}
.header_tg svg{
    margin-left: 8px;
    margin-top: 10px;
}
.header_tg:hover{
    background-color: rgba(220, 52, 55, 1);
}
.related-articles {
  background-color: #ffffff;
  padding: 40px 0;
  max-width: 1320px;
  margin: 0 auto;
}

.related-articles__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding: 0 15px;
}

.related-articles__title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
}

.related-articles__controls {
  display: flex;
  gap: 12px;
}

.related-articles__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.related-articles__arrow:hover {
  background-color: #f5f5f5;
}

.related-articles__arrow::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
}

.related-articles__arrow--prev::after {
  transform: rotate(-135deg);
  margin-left: 2px;
}

.related-articles__arrow--next::after {
  transform: rotate(45deg);
  margin-right: 2px;
}

.related-articles__slider {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  padding: 0 15px 10px;
}

.related-articles__slider::-webkit-scrollbar {
  display: none;
}

.related-articles__track {
  display: flex;
  gap: 24px;
}

.related-articles__item {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
}

.related-articles__card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s;
}

.related-articles__item:hover .related-articles__card {
  background-color: #DFE3FC4D;
}

.related-articles__img-wrap {
  position: relative;
  padding-top: 64%;
  border-radius: 24px;
  overflow: hidden;
}

.related-articles__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-articles__date {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 12px;
  color: #666666;
  z-index: 2;
  transition: background-color 0.3s, color 0.3s;
}

.related-articles__item:hover .related-articles__date {
  background-color: #2684FC;
  color: #ffffff;
}

.related-articles__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.related-articles__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 12px;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-articles__text {
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  margin-bottom: 24px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-articles__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  margin-top: auto;
  transition: color 0.3s;
}

.related-articles__item:hover .related-articles__link {
  color: #2684FC;
}

.related-articles__link-arrow {
  width: 16px;
  height: 12px;
  position: relative;
}

.related-articles__link-arrow::before,
.related-articles__link-arrow::after {
  content: '';
  position: absolute;
  background-color: currentColor;
}

.related-articles__link-arrow::before {
  top: 5px;
  left: 0;
  width: 16px;
  height: 2px;
}

.related-articles__link-arrow::after {
  top: 2px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  background: transparent;
}

.related-articles__pagination {
  display: none;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}

.related-articles__bullet {
  width: 28px;
  height: 6px;
  background-color: #E0E0E0;
  border-radius: 3px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.related-articles__bullet--active {
  background-color: #2684FC;
}

@media (max-width: 992px) {
  .related-articles__item {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 768px) {
  .related-articles__title {
    font-size: 24px;
  }
  .related-articles__controls {
    display: none;
  }
  .related-articles__pagination {
    display: flex;
  }
  .related-articles__track {
    gap: 16px;
  }
  .related-articles__item {
    flex: 0 0 85%;
  }
}




.howto {
	/* padding:  0; */
}
.howto__head {
	margin-bottom: 40px;
}
.howto__tag {
	border-radius: 40px;
	padding-block: 10px;
	padding-inline: 18px;
	background: rgba(38, 132, 252, 0.1);
	color: #2684FC;
	width: fit-content;
	margin-bottom: 15px;
}
.howto__title {
	margin-bottom: 20px;
}
.howto__text {
	color: #828282;
}

.howto__columns {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.howto__swiper {
	display: flex;
	flex-direction: column;
	gap: 5px;
	overflow: visible;
	list-style-type: none;
	counter-reset: item;
	flex-grow: 1;
	max-width: 552px;
}
.howto__swiper .swiper-wrapper, .howto__swiper-slide {
	display: contents;
}
.howto__item {
	border: 1px solid var(--stroke);
	border-radius: 30px;
	padding: 35px 25px 20px 90px;
	box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
}
.howto__item::before {
	content: counter(item);
	counter-increment: item;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	padding: 4px;
	background: rgba(223, 227, 252, 0.2);
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #2684FC;
	position: absolute;
	top: 25px;
	left: 25px;
}
.howto__item-name {
	font-weight: 800;
	font-size: 25px;
	line-height: 1.2;
	color: #3A3A3A;
	margin-bottom: 10px;
}
.howto__item-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.375;
	color: #4A4A4A;
}

.howto__right {
	max-width: 400px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.howto__block {
	border-radius: 30px;
	padding: 30px;
	background: #5BC5B1;
	color: #fff;
}
.howto__block-title {
	font-weight: 800;
	font-size: 25px;
	margin-bottom: 15px;
}
.howto__block-text {
	font-weight: 500;
	font-size: 16px;
}


.howto__form {
	border: 1px solid var(--stroke);
	border-radius: 30px;
	padding: 30px;
	box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}
.howto__form-title {
	font-weight: 800;
	font-size: 25px;
	line-height: 1.2;
	color: #3A3A3A;
	margin-bottom: 15px;
}
.howto__form-text {
	font-weight: 500;
	color: #3A3A3A;
	margin-bottom: 30px;
}
.howto__form-btn {
	width: 100%;
	font-weight: 700;
	font-size: 24px;
	padding: 18px;
}

@media (max-width: 1250px) {
	.howto__columns {
		flex-direction: column;
	}
	.howto__swiper {
		max-width: 100%;
	}
	.howto__right {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.howto__head {
		margin-bottom: 30px;
	}
	.howto__tag {
		padding-block: 9px;
		font-size: 16px;
	}
	.howto__columns {
		gap: 16px;
	}
	.howto__swiper {
		display: block;
		overflow: visible;
		max-width: calc(100vw - 60px);
		margin: 0;
	}
	.howto__swiper .swiper-wrapper {
		display: flex;
	}
	.howto__swiper-slide {
		display: block;
		height: auto;
	}
	
	.howto__item {
		border: 1px solid var(--stroke);
		border-radius: 20px;
		padding: 20px;
		padding-top: 75px;
		height: 100%;
	}
	.howto__item::before {
		width: 40px;
		height: 40px;
		top: 20px;
		left: 20px;
	}
	.howto__item-name {
		font-size: 18px;
	}
	.howto__item-text {
		font-size: 14px;
	}

	.howto__right {
		flex-direction: column;
		gap: 15px;
	}

	.howto__block, .howto__form {
		border-radius: 20px;
		padding: 25px;
	}
	.howto__block-title, .howto__form-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.howto__block-text, .howto__form-text {
		font-size: 14px;
	}
	.howto__form-text {
		margin-bottom: 20px;
	}
	.howto__form-btn {
		font-size: 16px;
		padding: 16px;
	}
}
.tags {
          background-color: #FFFFFF;
          padding: 20px;
        }

        .tags__container {
          display: flex;
          flex-wrap: wrap;
          gap: 12px;
        }

        .tags__item {
          font-size: 14px;
          color: #333333;
          background-color: #FFFFFF;
          border: 1px solid #D8D8D8;
          border-radius: 48px;
          padding: 12px 24px;
          cursor: pointer;
          transition: background-color 0.2s, border-color 0.2s, color 0.2s;
        }

        .tags__item:hover,
        .tags__item--active {
          background-color: #2684FC;
          border-color: #2684FC;
          color: #FFFFFF;
        }

        @media (max-width: 768px) {
          .tags__container {
            gap: 8px;
          }

          .tags__item {
            padding: 10px 20px;
            font-size: 13px;
          }
        }