@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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 {
  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] {
  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;
}

:root {
  --container-width: 1540px;
  --container-padding: 10px;
  --font-family: "Inter", sans-serif;
}

/* Inter */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Inter"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Inter"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local("Inter"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Inter"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
}
/* Общие glob */
html.lock {
  overflow: hidden;
}

html::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3215686275);
  position: fixed;
  inset: 0;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s linear;
}

html.burger-lock {
  overflow: hidden;
}
html.burger-lock body {
  margin-top: 86px;
}

@media (max-width: 499px) {
  html.burger-lock body {
    margin-top: 101.5px;
  }
}
.no-scroll {
  overflow: hidden;
}

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

body {
  margin: 0;
  overflow-y: auto;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #363940;
  font-family: var(--font-family);
  background-color: #fff;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

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

.section__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}

.page-title {
  margin-bottom: 50px;
}

.gradient {
  background: linear-gradient(135deg, #f6ffe5 0%, #dbf1ff 100%);
}

.gradient-decor {
  background: linear-gradient(135deg, #f6ffe5 0%, #dbf1ff 100%);
  position: relative;
  overflow: hidden;
}
.gradient-decor::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 46%;
  width: 100%;
  height: 100%;
  background: url("./../img/intro/bg.png") no-repeat top left;
  background-size: cover;
}

.fon-grey {
  padding: 100px 0;
  background: #f9fafb url("./../img/bg-fill.svg");
}

@media (max-width: 1024px) {
  .section-offset {
    margin-bottom: 100px;
  }
  .fon-grey {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .section-offset {
    margin-bottom: 50px;
  }
  .section__top {
    margin-bottom: 24px;
  }
  .page-title {
    margin-bottom: 20px;
  }
  .fon-grey {
    padding: 24px 0;
  }
  .gradient-decor::before {
    top: auto;
    max-width: none;
    width: 140%;
    height: 100%;
    max-height: 45%;
  }
}
/*  titles  */
.title-h1, .title-h2, .title-h3, .title-h4, .title-h5 {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  color: #1a77b5;
}

.title-h1 {
  font-size: 64px;
}

.title-h2 {
  font-size: 46px;
}

.title-h3 {
  font-size: 36px;
}

.title-h4 {
  font-size: 26px;
}

.section__title {
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .title-h1 {
    font-size: 46px;
  }
  .title-h2 {
    font-size: 36px;
  }
  .title-h3 {
    font-size: 26px;
  }
  .title-h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .title-h1 {
    font-size: 26px;
  }
  .title-h2 {
    font-size: 20px;
  }
  .title-h3 {
    font-size: 18px;
  }
  .title-h4 {
    font-size: 16px;
  }
  .section__title {
    margin-bottom: 24px;
  }
}
/*  buttons */
.primary-btn, .secondary-btn, .tertiary-btn {
  display: block;
  padding: 15px 20px 13px;
  border-radius: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 111%;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.2s ease-in;
}

.primary-btn {
  background: #1a77b5;
  color: #fff;
}
.primary-btn:active {
  background: rgba(4, 87, 142, 0.8);
}

.secondary-btn {
  background: #fff;
  color: #1a77b5;
}
.secondary-btn:active {
  background: rgba(224, 243, 255, 0.8);
}

.tertiary-btn {
  border: 1px solid #1a77b5;
  color: #1a77b5;
  background: #fff;
}
.tertiary-btn:active {
  border: 1px solid rgba(26, 119, 181, 0.8);
  background: rgba(26, 119, 181, 0.8);
  color: #fff;
}

@media (hover: hover) {
  .primary-btn:hover {
    background: #04578e;
  }
  .secondary-btn:hover {
    background: #e0f3ff;
  }
  .tertiary-btn:hover {
    background: #1a77b5;
    color: #fff;
  }
}
@media (max-width: 1250px) {
  .primary-btn, .secondary-btn, .tertiary-btn {
    padding: 15px 20px 13px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .primary-btn, .secondary-btn, .tertiary-btn {
    padding: 10px 16px;
  }
}
/*  text buttons */
.btn-black {
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 125%;
  text-transform: uppercase;
  color: #363940;
  transition: all 0.3s ease;
}
.btn-black:hover {
  color: #1a77b5;
}
.btn-black:active {
  color: #1a77b5;
  opacity: 0.8;
}

.btn-blue {
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 143%;
  color: #1a77b5;
  transition: all 0.3s ease;
}
.btn-blue:hover {
  color: #04578e;
}
.btn-blue:active {
  color: #04578e;
  opacity: 0.8;
}

.btn-grey {
  font-family: var(--font-family);
  font-weight: 500;
  color: #363940;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.btn-grey:hover {
  opacity: 1;
}
.btn-grey:active {
  opacity: 0.8;
}

.phone {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #1a77b5;
  transition: all 0.3s ease;
}
.phone svg path {
  transition: all 0.3s ease;
}
.phone:hover {
  color: #04578e;
}
.phone:hover svg path {
  fill: #04578e;
}
.phone:active {
  opacity: 0.8;
}

.phone.white {
  color: #fff;
}
.phone.white:hover {
  color: #04578e;
}
.phone.white:hover svg path {
  fill: #04578e;
}

/*  form  */
input {
  border-radius: 5px;
  padding: 15px 20px;
  background: #edf2f5;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #363940;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #898e92;
}
input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #898e92;
}
input:hover, input:focus, input:active {
  border: 1px solid rgba(26, 119, 181, 0.2);
}
input.blue {
  background: #4b98cc;
  color: #fff;
}
input.blue::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
input.blue::placeholder {
  color: #fff;
  opacity: 0.5;
}
input.blue:hover, input.blue:focus, input.blue:active {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

textarea {
  border-radius: 5px;
  padding: 15px 20px;
  background: #edf2f5;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #363940;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  outline: none;
  width: 100%;
  min-height: 142px;
  resize: none;
}
textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #898e92;
}
textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #898e92;
}
textarea:hover, textarea:focus, textarea:active {
  border: 1px solid rgba(26, 119, 181, 0.2);
}
textarea.blue {
  background: #4b98cc;
  color: #fff;
}
textarea.blue::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
textarea.blue::placeholder {
  color: #fff;
  opacity: 0.5;
}
textarea.blue:hover, textarea.blue:focus, textarea.blue:active {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.politic {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #858fa1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.politic a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.politic a:hover {
  opacity: 0.5;
}
.politic input[type=checkbox] {
  flex: 0 0 16px;
  position: relative;
  border: 1px solid #1a77b5;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: all 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.politic input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.5px;
  height: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
  opacity: 0;
}
.politic input[type=checkbox]:checked {
  color: #fff;
  border-color: #1a77b5;
  background: #1a77b5;
}
.politic input[type=checkbox]:checked::before {
  opacity: 1;
}

.politic.white {
  color: rgba(255, 255, 255, 0.6549019608);
}
.politic.white input[type=checkbox] {
  border: 1px solid #fff;
  background: transparent;
}
.politic.white input[type=checkbox]::before {
  border-color: #1a77b5;
}
.politic.white input[type=checkbox]:checked {
  color: #1a77b5;
  border-color: #fff;
  background: #fff;
}

/* select */
select, .select {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(54, 57, 64, 0.7);
  border: 1px solid transparent;
  transition: all 0.3s ease;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #edf2f5 url(./../img/icons/arrow-bottom.svg) no-repeat right;
  background-position-x: calc(100% - 20px);
}
select:hover, select:focus, select:active, .select:hover, .select:focus, .select:active {
  border: 1px solid rgba(26, 119, 181, 0.2);
}

.network svg path {
  transition: all 0.3s ease;
}
.network:hover svg path {
  fill: #04578e;
}

/* accordion */
.accordion {
  transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  position: relative;
  border-radius: 5px;
  padding: 25px 30px;
  background: #edf2f5;
  color: #1a77b5;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.accordion--active {
  background: #1a77b5;
  color: #fff;
}
.accordion--active .accordion__btn path {
  stroke: #fff;
}
.accordion--active .accordion__btn path:first-child {
  transform: rotate(90deg);
  transform-origin: center;
}
.accordion__btn {
  flex-shrink: 0;
}
.accordion__btn path {
  transition: all 0.4s ease;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

@media (max-width: 1024px) {
  .accordion {
    padding: 18px 20px;
  }
  .accordion__btn {
    max-width: 16px;
    max-height: 16px;
  }
}
/* tabs */
.tab-btn {
  transition: all 0.3s ease;
}

.tab-content {
  display: none;
}
.tab-content--active {
  display: block;
  width: 100%;
  min-height: 100%;
}

/* rating */
.full-stars {
  text-align: center;
}

.full-stars .rating-group {
  display: inline-flex;
}

.full-stars input {
  position: absolute;
  left: -9999px;
}

.full-stars label {
  margin: 0;
  cursor: pointer;
}

.full-stars label svg {
  margin: 0 2px;
  height: 18px;
  width: 20px;
  fill: var(--color-temno-zelenyy);
  transition: fill 0.3s;
}

.full-stars input:checked ~ label svg {
  fill: transparent;
}

.full-stars .rating-group:hover label svg {
  fill: var(--color-temno-zelenyy);
}

.full-stars .rating-group input:hover ~ label svg {
  fill: transparent;
}

/* breadcrumbs */
.breadcrumbs {
  padding-top: 40px;
  margin-bottom: 60px;
}

.breadcrumbs, .breadcrumbs li {
  align-items: center;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
}

.breadcrumbs li {
  color: rgba(54, 57, 64, 0.537254902);
}

.breadcrumbs li a {
  color: #363940;
}

.breadcrumbs li a:hover {
  color: #04578e;
}

.breadcrumbs li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #363940;
}

.breadcrumbs li:nth-last-child(-n+2)::after {
  background: rgba(54, 57, 64, 0.537254902);
}

.breadcrumbs li:last-child::after {
  content: none;
}

@media (max-width: 768px) {
  .breadcrumbs {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .breadcrumbs, .breadcrumbs li {
    gap: 8px;
  }
  .breadcrumbs li:after {
    width: 4px;
    height: 4px;
  }
  .breadcrumbs li, .breadcrumbs li a {
    font-size: 12px;
  }
}
/* swiper CUSTOM */
.swiper {
  width: 100%;
  height: 100%;
}

/* swiper-buttons */
.swiper-btns {
  display: flex;
  align-items: center;
  gap: 6px;
}

.swiper-button-next, .swiper-button-prev {
  position: static;
  margin: 0;
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: #edf2f5;
  transition: all 0.3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #1a77b5;
}

.swiper-button-next:active, .swiper-button-prev:active {
  background: rgba(26, 119, 181, 0.8);
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: "";
  width: 26px;
  height: 22px;
  background-color: #1a77b5;
  transition: all 0.3s ease;
}

.swiper-button-next:after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.68629 11.0002H24.3137M24.3137 11.0002L14.8471 1.53366M24.3137 11.0002L14.8471 20.4668' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.68629 11.0002H24.3137M24.3137 11.0002L14.8471 1.53366M24.3137 11.0002L14.8471 20.4668' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.swiper-button-prev:after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3137 10.5002H1.68629M1.68629 10.5002L11.1529 1.03366M1.68629 10.5002L11.1529 19.9668' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3137 10.5002H1.68629M1.68629 10.5002L11.1529 1.03366M1.68629 10.5002L11.1529 19.9668' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
  background-color: #fff;
}

/* swiper-pagination  */
.swiper-pagination {
  position: static;
  width: auto !important;
  margin-top: 30px;
}
.swiper-pagination-bullet {
  position: static;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #1a77b5;
}

@media (max-width: 1200px) {
  .swiper {
    overflow: visible;
  }
  section {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .swiper-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 550px) {
  .swiper-btns {
    display: none;
  }
}
.swiper-pagination-fraction {
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-fraction .swiper-pagination-current {
  font-weight: 700;
  font-size: 26px;
  color: var(--belyy);
}

.swiper-scrollbar {
  position: static !important;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.swiper-scrollbar-drag {
  background: var(--belyy);
  border-radius: 10px;
}

.swiper-scrollbar-temnyy {
  position: static !important;
  background: var(--izobrazhenie);
}
.swiper-scrollbar-temnyy .swiper-scrollbar-drag {
  background: var(--color-zelenyy);
}

@keyframes transformItem {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.transform-item {
  opacity: 0;
}

.scale-item {
  scale: 0.6;
  opacity: 0;
  transition: scale 0.4s ease, opacity 0.3s ease;
}

@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.text-animation {
  opacity: 0;
}

.animation-active.scale-item {
  opacity: 1;
  scale: 1;
}
.animation-active.scale-item:nth-child(2n) {
  transition: scale 0.6s ease, opacity 0.5s ease;
}
.animation-active.scale-item:nth-child(3n) {
  transition: scale 0.9s ease, opacity 0.8s ease;
}
.animation-active.scale-item:nth-child(5n) {
  transition: scale 0.7s ease, opacity 0.6s ease;
}
.animation-active.scale-item:nth-child(7n) {
  transition: scale 0.8s ease, opacity 0.7s ease;
}
.animation-active.text-animation {
  opacity: 1;
  animation: textAnimation 0.4s forwards;
}
.animation-active.transform-item {
  opacity: 1;
  animation: transformItem 0.4s forwards;
}
.animation-active.transform-item:nth-child(2n) {
  animation: transformItem 0.6s forwards;
}
.animation-active.transform-item:nth-child(3n) {
  animation: transformItem 0.7s forwards;
}
.animation-active.transform-item:nth-child(5n) {
  animation: transformItem 0.8s forwards;
}
.animation-active.transform-item:nth-child(7n) {
  animation: transformItem 0.9s forwards;
}

/* animation photo */
.img-animation img {
  transition: scale 3s ease;
}

.img-animation {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.img-animation:hover img {
  scale: 1.08;
}
.img-animation::before {
  content: "";
  background: rgba(8, 11, 15, 0.2);
  position: absolute;
  z-index: 2;
  padding: 0.85em 0.75em;
  display: block;
  left: -2%;
  right: -2%;
  top: 0;
  bottom: -2px;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s ease;
}
.img-animation:hover::before {
  transform: none;
}

.header {
  background: #fff;
  position: relative;
  z-index: 100;
}
.header__plashka {
  padding: 11px 10px;
  background: #2b2b3b;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  text-align: center;
}
.header__logo {
  display: block;
  width: 100%;
  max-width: 206px;
  min-width: 120px;
}
.header__top {
  padding: 16px 0;
  border-bottom: 1px solid #dfdff2;
}
.header__top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header__top-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__top-btns .burger {
  height: 20px;
}
.header__top-btns .burger path {
  transition: all 0.3s ease;
}
.header__top-btns .burger.active path:nth-child(1) {
  transform: translateX(-7px) rotate(-45deg);
  transform-origin: right top;
  border-radius: 10px;
}
.header__top-btns .burger.active path:nth-child(2) {
  opacity: 0;
}
.header__top-btns .burger.active path:nth-child(3) {
  transform: translate(-7px, 2px) rotate(45deg);
  transform-origin: right bottom;
}
.header__info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 125%;
  color: #363940;
}
.header__info-img {
  max-width: 25px;
  min-width: 20px;
}
.header__info-phone a {
  text-wrap: nowrap;
}
.header__info span {
  display: block;
  font-size: 14px;
  line-height: 143%;
  color: #9c97b0;
}
.header__info a {
  color: #363940;
  transition: all 0.3s ease;
}
.header__info a:hover {
  color: #1a77b5;
  text-decoration: underline;
}
.header__info button {
  display: block;
  font-size: 14px;
  line-height: 143%;
  color: #1a77b5;
  transition: all 0.3s ease;
}
.header__info button:hover {
  text-decoration: underline;
}
.header__search-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #a5a1b6;
  transition: all 0.3s ease;
}
.header__search-btn svg {
  min-width: 16px;
  flex-shrink: 1;
}
.header__search-btn svg path {
  transition: all 0.3s ease;
}
.header__search-btn:hover {
  color: #363940;
}
.header__search-btn:hover svg path {
  fill: #363940;
}
.header__bottom {
  padding: 16px 0;
  border-bottom: 1px solid #dfdff2;
}
.header__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  color: #363940;
  transition: all 0.3s ease;
}
.header__nav-link:hover {
  color: #1a77b5;
}
.header__nav-open {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.header__nav-open:hover {
  color: #04578e;
}
.header__nav-open:hover .header__nav-burger span {
  background-color: #04578e;
}
.header__nav-open:hover .header__nav-name {
  color: #04578e;
}
.header__nav-open.active .header__nav-burger span:nth-child(1) {
  transform: rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.header__nav-open.active .header__nav-burger span:nth-child(2) {
  opacity: 0;
}
.header__nav-open.active .header__nav-burger span:nth-child(3) {
  transform: rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}
.header__nav-open.active .header__nav-sublist {
  opacity: 1;
  pointer-events: all;
}
.header__nav-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #1a77b5;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.header__nav-burger {
  width: 14px;
  height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
}
.header__nav-burger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #1a77b5;
  transition: all 0.3s ease;
}
.header__nav-sublist {
  opacity: 0;
  pointer-events: none;
}
.header__nav-sublist > li {
  position: relative;
}
.header__nav-sublist > li:hover > a {
  color: #1a77b5;
}
.header__nav-sublist > li > a {
  display: block;
  padding: 6px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #363940;
  text-align: left;
  transition: all 0.3s ease;
}
.header__nav-sublist > li > a:hover {
  color: #1a77b5;
}
.header__nav-sublist > li > a.accent {
  color: #20242e;
  font-weight: 700;
}
.header__nav-arrow {
  display: none;
}
.header__nav-subsublist {
  background: #fff;
}
.header__nav-subsublist ul a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  line-height: 143%;
  color: #363940;
  text-align: left;
  transition: all 0.3s ease;
}
.header__nav-subsublist ul a:hover {
  color: #1a77b5;
}
.header__btns {
  display: flex;
  gap: 11px;
}
.header__btns button {
  font-size: 16px;
  padding: 10.5px 13px 9.5px;
}
.header__mobile {
  display: none;
}

@media (min-width: 1025px) {
  .header__nav-sublist {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 10;
    border: 1px solid rgba(26, 119, 181, 0.5);
    border-radius: 5px;
    background: #fff;
    padding: 12px 0;
    min-width: 240px;
    opacity: 0;
    pointer-events: none;
  }
  .header__nav-sublist > li:first-child .header__nav-subsublist {
    margin-top: -12px;
  }
  .header__nav-sublist > li:hover .header__nav-subsublist {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header__nav-sublist > li:hover > a {
    color: #1a77b5;
  }
  .header__nav-subsublist {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    border: 1px solid rgba(26, 119, 181, 0.5);
    border-radius: 5px;
    background: #fff;
    padding: 13px 8px 13px 20px;
    min-width: 310px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .header__nav-subsublist ul {
    padding-right: 10px;
    max-height: 230px;
    overflow-y: auto;
  }
  .header__nav-subsublist ul::-webkit-scrollbar {
    width: 3px;
  }
  .header__nav-subsublist ul::-webkit-scrollbar-thumb {
    background: #1a77b5;
    width: 3px;
  }
  .header__nav-subsublist ul::-webkit-scrollbar-track {
    background: #edf2f5;
    width: 3px;
  }
  .header__nav-subsublist ul a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    line-height: 143%;
    color: #363940;
    text-align: left;
    transition: all 0.3s ease;
  }
  .header__nav-subsublist ul a:hover {
    color: #1a77b5;
  }
}
@media (max-width: 1250px) {
  .header__logo {
    max-width: 160px;
  }
  .header__top {
    padding: 12px 0;
  }
  .header__top-item:nth-last-child(-n+2) {
    display: none;
  }
  .header__bottom {
    padding: 12px 0;
  }
  .header__nav-list {
    gap: 20px;
  }
  .header__nav-link, .header__nav-name {
    font-size: 14px;
  }
  .header__nav-open {
    gap: 8px;
  }
  .header__nav-burger {
    width: 12px;
  }
  .header__btns {
    display: flex;
    gap: 8px;
  }
  .header__btns button {
    font-size: 14px;
    padding: 9.5px 12px 9px;
  }
}
@media (max-width: 1024px) {
  .header {
    background: #fff;
    position: sticky;
    top: 0;
  }
  .header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header__plashka {
    padding: 7px 10px;
    font-size: 11px;
  }
  .header__logo {
    max-width: 144px;
  }
  .header__top {
    padding: 12px 0;
    border-bottom: 1px solid #dfdff2;
  }
  .header__mobile {
    display: block;
  }
  .header__infos {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .header__info {
    align-items: flex-start;
    font-size: 18px;
  }
  .header__info.header__top-item {
    display: none;
  }
  .header__info span, .header__info button {
    font-size: 16px;
  }
  .header__bottom {
    padding: 24px 0;
    border-bottom: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: -1024px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    height: calc(100vh - 85px);
    overflow-y: auto;
    transition: all 0.3s ease;
  }
  .header__bottom.active {
    display: block;
    left: 0;
    opacity: 1;
    pointer-events: all;
  }
  .header__bottom::-webkit-scrollbar {
    width: 3px;
  }
  .header__bottom::-webkit-scrollbar-thumb {
    background: #1a77b5;
    width: 3px;
  }
  .header__bottom::-webkit-scrollbar-track {
    background: #edf2f5;
    width: 3px;
  }
  .header__bottom-row {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
  }
  .header__nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .header__nav-link {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(26, 119, 181, 0.2);
  }
  .header__nav-open {
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(26, 119, 181, 0.2);
    gap: 0 8px;
  }
  .header__nav-open.active .header__nav-sublist {
    opacity: 1;
    pointer-events: all;
    position: static;
  }
  .header__nav-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
  }
  .header__nav-sublist {
    min-width: 100%;
    opacity: 1;
    pointer-events: all;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .header__nav-sublist > li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header__nav-sublist > li > a {
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 30px);
    font-size: 14px;
  }
  .header__nav-sublist > li > a.active {
    color: #1a77b5;
  }
  .header__nav-arrow {
    display: flex;
    width: 30px;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
  }
  .header__nav-arrow svg {
    transition: all 0.3s ease;
  }
  .header__nav-arrow.active svg {
    transform: rotate(180deg);
  }
  .header__nav-arrow.active svg path {
    stroke: #1a77b5;
  }
  .header__nav-subsublist {
    min-width: 100%;
    opacity: 1;
    pointer-events: all;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .header__nav-subsublist ul {
    padding-right: 0;
    padding-left: 30px;
    max-height: none;
  }
  .header__nav-subsublist ul a {
    padding: 4px 0;
  }
  .header__btns button {
    flex-grow: 1;
  }
}
@media (max-width: 600px) {
  .header__btns {
    flex-direction: column;
    gap: 10px;
  }
}
.intro {
  padding: 80px 0 94px;
  position: relative;
  overflow: hidden;
}
.intro-service {
  padding: 0 0 94px;
}
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 46%;
  width: 100%;
  height: 100%;
  background: url("./../img/intro/bg.png") no-repeat top left;
  background-size: cover;
}
.intro__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 2;
}
.intro__content {
  max-width: 834px;
}
.intro__text h1 {
  margin-bottom: 30px;
}
.intro__text p {
  font-size: 20px;
}
.intro__text p:not(:last-child) {
  margin-bottom: 8px;
}
.intro__text > span {
  opacity: 0.5;
}
.intro__list {
  margin-top: 30px;
}
.intro__list ul {
  display: flex;
  gap: 12px;
}
.intro__list ul li {
  border: 1px solid rgba(26, 119, 181, 0.5);
  border-radius: 5px;
  padding: 12px 16px 12px 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.intro__list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #1a77b5;
}
.intro__btns {
  display: flex;
  gap: 12px;
  margin-top: 50px;
}
.intro__price {
  border: 1px solid #1a77b5;
  border-radius: 6px;
  padding: 12px 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.intro__price span {
  font-weight: 600;
  font-size: 24px;
  line-height: 83%;
  text-transform: uppercase;
  color: #1a77b5;
}
.intro__form {
  padding: 36px 40px 40px;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  max-width: 400px;
}
.intro__form-text {
  text-align: center;
  margin-bottom: 30px;
}
.intro__form-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  text-transform: uppercase;
  color: #363940;
  margin-bottom: 12px;
}
.intro__form-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media (max-width: 1100px) {
  .intro {
    padding: 60px 0;
  }
  .intro-service {
    padding: 0 0 60px;
  }
  .intro::before {
    top: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 45%;
  }
  .intro__row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .intro__content {
    max-width: 100%;
  }
  .intro__btns {
    margin-top: 40px;
  }
  .intro__btns > * {
    flex-grow: 1;
  }
  .intro__form {
    max-width: 640px;
  }
}
@media (max-width: 768px) {
  .intro {
    padding: 30px 0;
  }
  .intro-service {
    padding: 0 0 30px;
  }
  .intro::before {
    top: auto;
    max-width: none;
    width: 130%;
    height: 100%;
    max-height: 45%;
  }
  .intro__text h1 {
    margin-bottom: 12px;
  }
  .intro__text p {
    font-size: 16px;
  }
  .intro__list ul {
    flex-direction: column;
    gap: 10px;
  }
  .intro__btns {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .intro__price {
    justify-content: space-between;
    gap: 8px;
  }
  .intro__price span {
    font-size: 20px;
  }
  .intro__form {
    padding: 24px 20px 20px;
  }
  .intro__form-title {
    font-size: 20px;
  }
  .intro__form-wrap {
    gap: 10px;
  }
}
.nav__list ul {
  display: flex;
  gap: 20px;
}
.nav__list ul li {
  flex-grow: 1;
}
.nav__list ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 5px;
  min-height: 150px;
  background: #1a77b5 url("./../img/popup/bg.svg") no-repeat 100% 100%;
  background-size: cover;
  font-weight: 600;
  font-size: 24px;
  line-height: 83%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
.nav__list ul a:hover {
  background: #04578e url("./../img/popup/bg.svg") no-repeat 100% 100%;
  background-size: cover;
}

@media (max-width: 768px) {
  .nav__list ul {
    overflow-x: auto;
    gap: 6px;
    scrollbar-width: 0;
  }
  .nav__list ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .nav__list ul a {
    min-width: 170px;
    min-height: 70px;
    font-size: 18px;
  }
}
.services__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.services__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  min-height: 356px;
  background: rgba(0, 50, 83, 0.6);
  transition: all 0.3s ease;
}
.services__card:hover {
  background: rgba(0, 50, 83, 0.4);
}
.services__card:active {
  background: rgba(0, 50, 83, 0.3);
}
.services__card-img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 86, 86, 0.5);
}
.services__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services__card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.services__card-name {
  border-radius: 6px;
  padding: 12px;
  background: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 83%;
  text-transform: uppercase;
  color: #1a77b5;
}
.services__card-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
}
.services__card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: #1a77b5;
  margin: 10px 10px 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1230px) {
  .services__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .services__card {
    min-height: 300px;
  }
}
@media (max-width: 820px) {
  .services__card {
    padding: 12px;
    min-height: 220px;
  }
  .services__card-name {
    padding: 8px 10px;
    font-size: 16px;
  }
  .services__card-price {
    font-size: 16px;
  }
  .services__card-arrow {
    width: 40px;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 610px) {
  .services__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.numbers {
  overflow: hidden;
}
.numbers__swiper-slide {
  height: auto;
}
.numbers__card {
  border-radius: 5px;
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-height: 314px;
  height: 100%;
}
.numbers__card-num {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: #1a77b5;
  padding-bottom: 20px;
  border-bottom: 1px solid #1a77b5;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50%;
}
.numbers__card-num span {
  font-size: 60px;
  line-height: 110%;
}

@media (max-width: 768px) {
  .numbers__card {
    padding: 16px 20px;
    min-height: 220px;
  }
  .numbers__card-num {
    font-size: 18px;
    padding-bottom: 14px;
  }
  .numbers__card-num span {
    font-size: 40px;
  }
}
.prices__title {
  max-width: 800px;
}
.prices__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prices__acc {
  align-items: center;
}
.prices__acc-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}
.prices__table table {
  display: block;
  width: 100%;
  padding: 12px 30px 2px;
}
.prices__table table tbody {
  display: block;
  width: 100%;
}
.prices__table table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.prices__table table tr:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(26, 119, 181, 0.2);
  margin-bottom: 12px;
}
.prices__table table tr td {
  font-weight: 400;
  line-height: 150%;
  color: #363940;
}
.prices__table table tr td:nth-child(1) {
  flex: 1 0 70%;
}
.prices__table table tr td:nth-child(2) {
  flex: 1 0 10%;
  font-weight: 600;
}
.prices__table table tr td:nth-child(3) {
  flex: 0 0 auto;
  font-weight: 600;
}
.prices__stable table {
  padding: 0;
}
.prices__stable table tr {
  border-radius: 5px;
}
.prices__stable table tr:nth-child(n) {
  padding: 20px 30px;
  border-bottom: none;
  margin-bottom: 0;
}
.prices__stable table tr:nth-child(odd) {
  background: #edf2f5;
}
.prices__stable table button {
  min-width: 160px;
  padding: 10px 20px;
}

@media (max-width: 900px) {
  .prices__table table tr td:nth-child(1) {
    flex: 1 0 60%;
  }
  .prices__table table tr td:nth-child(2) {
    flex: 1 0 16%;
  }
  .prices__table table tr td:nth-child(3) {
    flex: 0 0 auto;
  }
  .prices__stable table tr td:nth-child(1) {
    flex: 1 0 50%;
  }
  .prices__stable table tr td:nth-child(2) {
    flex: 1 0 16%;
  }
  .prices__stable table tr td:nth-child(3) {
    flex: 0 0 auto;
  }
}
@media (max-width: 630px) {
  .prices__list {
    gap: 10px;
  }
  .prices__acc-name {
    font-size: 16px;
  }
  .prices__table table {
    padding: 12px 0 10px;
  }
  .prices__table table tr {
    gap: 12px;
    flex-wrap: wrap;
  }
  .prices__table table tr:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .prices__table table tr td:nth-child(1) {
    flex: 1 0 100%;
  }
  .prices__table table tr td:nth-child(2) {
    flex: 1 0 40%;
    font-size: 16px;
  }
  .prices__table table tr td:nth-child(3) {
    flex: 0 0 auto;
  }
  .prices__table table tr td:nth-child(3) button {
    padding: 8px 20px;
  }
  .prices__stable table {
    padding: 0;
  }
  .prices__stable table tr:nth-child(n) {
    padding: 16px;
    margin-bottom: 0;
  }
  .prices__stable table tr td:nth-child(1) {
    flex: 1 0 100%;
  }
  .prices__stable table tr td:nth-child(2) {
    flex: 1 0 40%;
    font-size: 16px;
  }
  .prices__stable table tr td:nth-child(3) {
    flex: 0 0 auto;
  }
  .prices__stable table button {
    min-width: 120px;
    padding: 8px 20px;
  }
}
.advantages__list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 30px;
}
.advantages__item {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-basis: calc(50% - 15px);
}
.advantages__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: linear-gradient(135deg, #f6ffe5 0%, #dbf1ff 100%);
  flex-shrink: 0;
}
.advantages__item-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
}

@media (max-width: 1024px) {
  .advantages__item {
    gap: 12px;
  }
  .advantages__item-img {
    width: 70px;
  }
  .advantages__item-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .advantages__list {
    flex-direction: column;
    gap: 24px;
  }
}
.consultation__inner {
  padding: 54px 60px 62px 60px;
  position: relative;
}
.consultation__inner::before {
  max-width: 40%;
  width: 100%;
  height: 130%;
}
.consultation__left {
  max-width: 967px;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.consultation__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.consultation__title {
  font-size: 36px;
}
.consultation__form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
}
.consultation__form input, .consultation__form button {
  flex: 1 0 40%;
  max-width: 340px;
}
.consultation__form input {
  background: #fff;
}
.consultation__politic {
  width: 100%;
}
.consultation__list li {
  font-size: 18px;
  line-height: 167%;
  color: #1a77b5;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.consultation__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #1a77b5;
  flex-shrink: 0;
  margin-top: 12px;
}
.consultation__wrap {
  position: relative;
  padding-bottom: 60px;
}
.consultation__block {
  padding: 36px 40px;
  border-radius: 8px;
  background: #fbf6b6;
  position: relative;
  z-index: 2;
}
.consultation__block-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: #363940;
  margin-bottom: 16px;
}
.consultation__img {
  position: absolute;
  bottom: 0;
  left: 60%;
  max-width: 45%;
}
.consultation__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.consultation-big .consultation__left {
  max-width: 700px;
  gap: 30px;
}

@media (max-width: 1024px) {
  .consultation__left {
    max-width: none;
    width: 100%;
    gap: 40px;
  }
  .consultation__img {
    display: none;
  }
}
@media (max-width: 768px) {
  .consultation__inner {
    gap: 30px;
    padding: 24px 16px;
    padding-bottom: 280px;
  }
  .consultation__inner::before {
    max-width: none;
  }
  .consultation__title {
    font-size: 20px;
  }
  .consultation__row {
    flex-direction: column;
  }
  .consultation__row button {
    width: 100%;
  }
  .consultation__form {
    flex-direction: column;
    gap: 14px;
  }
  .consultation__form input, .consultation__form button {
    max-width: none;
  }
  .consultation__form input {
    order: -2;
  }
  .consultation__form .politic {
    order: -1;
  }
  .consultation__list li {
    font-size: 14px;
    line-height: 140%;
    gap: 10px;
  }
  .consultation__list li::before {
    width: 6px;
    height: 6px;
    margin-top: 8px;
  }
  .consultation__block {
    padding: 20px;
  }
  .consultation__block-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .consultation__img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 350px;
    transform: translate(-50%, 0);
  }
  .consultation__img-car {
    right: 0;
    left: auto;
    max-width: 427px;
    transform: translate(0, 0);
  }
  .consultation-big .consultation__inner {
    gap: 20px;
    padding: 24px 16px;
  }
  .consultation-big .consultation__left {
    gap: 20px;
  }
  .consultation-big .consultation__wrap {
    padding-bottom: 210px;
  }
  .consultation-big .consultation__img {
    max-width: 310px;
  }
}
.doctors__swiper-slide {
  height: auto;
}
.doctors__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.doctors__card {
  display: block;
  color: #363940;
  border-radius: 5px;
  background: #edf2f5;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.doctors__card:hover {
  background: rgba(26, 119, 181, 0.2);
}
.doctors__card:active {
  background: #1a77b5;
  color: #fff;
}
.doctors__card-photo {
  border-radius: 5px;
  padding-top: 15px;
  height: 288px;
  position: relative;
  overflow: hidden;
}
.doctors__card-img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.doctors__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 288px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  margin: 0 auto;
}
.doctors__card-exp {
  border: 1px solid #1a77b5;
  border-radius: 4px;
  padding: 6px 10px;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  text-transform: uppercase;
  color: #1a77b5;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.doctors__card-inner {
  padding: 20px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  flex-grow: 1;
}
.doctors__card-fio {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}
.doctors__card-post {
  font-size: 14px;
  opacity: 0.6;
}
.doctors__card-btn {
  width: 100%;
  padding: 14px 10px;
}

@media (max-width: 1380px) {
  .doctors__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1130px) {
  .doctors__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 830px) {
  .doctors__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media (max-width: 550px) {
  .doctors__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.licenses__text {
  margin-top: 20px;
}
.licenses__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.licenses__card {
  display: block;
  border: 4px solid #ecf2f9;
  border-radius: 5px;
}
.licenses__card-img img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  max-height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

@media (max-width: 1380px) {
  .licenses__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1130px) {
  .licenses__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 830px) {
  .licenses__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media (max-width: 550px) {
  .licenses__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.reviews__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.reviews__row.line {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(26, 119, 181, 0.14);
}
.reviews__ectimation {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  font-size: 18px;
}
.reviews__ectimation-num {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #1a77b5;
}
.reviews__btn {
  display: block;
  order: 2;
}
.reviews__swiper-slide {
  height: auto;
}
.reviews__card {
  border-radius: 5px;
  background: #edf2f5;
  padding: 30px 24px 24px;
  position: relative;
  margin-top: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reviews__card::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url("./../img/icons/quote.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -9px;
  left: 24px;
}
.reviews__card-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 167%;
  color: #363940;
  padding-bottom: 20px;
  border-bottom: 1px solid #1a77b5;
  margin-bottom: 24px;
}
.reviews__card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  flex-grow: 1;
}
.reviews__card-author {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 16px;
}
.reviews__card-author picture {
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 3px;
  background: #fff;
}
.reviews__card-author picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews__card-author p {
  font-weight: 500;
}
.reviews__card-author span {
  opacity: 0.6;
}
.reviews__card-text {
  max-height: 324px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.reviews__card-btn {
  font-size: 14px;
  margin-top: 6px;
}
.reviews__card-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
}
.reviews__card-date p {
  opacity: 0.6;
}
.reviews__tab-btns {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 50px;
}
.reviews__tab-btn {
  flex-grow: 1;
  padding: 12px 14px;
  font-size: 18px;
  background: #edf2f5;
  transition: all 0.3s ease;
}
.reviews__tab-btn:hover {
  background: rgba(26, 119, 181, 0.2);
}
.reviews__tab-btn.tab-btn--active {
  background: #1a77b5;
  color: #fff;
}
.reviews__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  .reviews__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .reviews__tab-btns {
    overflow-x: auto;
  }
  .reviews__tab-btns::-webkit-scrollbar {
    height: 0;
  }
  .reviews__tab-btn {
    text-wrap: nowrap;
  }
  .reviews__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .reviews__card {
    padding: 16px;
  }
  .reviews__card::before {
    width: 20px;
    height: 15px;
    top: -8px;
    left: 16px;
  }
  .reviews__card-title {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .reviews__card-wrap {
    gap: 16px;
  }
  .reviews__card-author {
    margin-bottom: 12px;
  }
  .reviews__card-text {
    max-height: 310px;
  }
  .reviews__tab-btns {
    margin-bottom: 30px;
  }
  .reviews__tab-btn {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .reviews__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media (max-width: 550px) {
  .reviews__row {
    display: contents;
  }
  .reviews__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
  }
  .reviews__ectimation {
    font-size: 16px;
  }
  .reviews__ectimation-num {
    font-size: 18px;
  }
}
.revform__inner {
  padding: 54px 60px;
}
.revform__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.revform__input, .revform__textarea {
  border: 1px solid rgba(26, 119, 181, 0.5);
  background: #fff;
}
.revform__input {
  flex: 1 0 30%;
}
.revform__btn {
  flex: 0 0 33%;
}
.revform__politic {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .revform__inner {
    padding: 24px 20px;
  }
  .revform__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .revform__input, .revform__textarea {
    border: 1px solid rgba(26, 119, 181, 0.5);
    background: #fff;
  }
  .revform__input {
    flex: 1 0 30%;
  }
  .revform__btn {
    flex: 0 0 100%;
    width: 100%;
    order: 2;
  }
  .revform__politic {
    margin: 0;
    margin-top: 10px;
  }
}
.calculator__inner {
  border-radius: 5px;
  padding: 54px 60px 60px;
  background: #fff;
}
.calculator__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.calculator__form-item {
  flex: 1 0 40%;
  max-width: calc(50% - 10px);
}
.calculator__form-item > label {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
}
.calculator__form-item input, .calculator__form-item select, .calculator__form-item button {
  width: 100%;
}

@media (max-width: 1200px) {
  .calculator__inner {
    padding: 54px 40px 60px;
  }
}
@media (max-width: 768px) {
  .calculator__inner {
    padding: 24px 20px;
  }
  .calculator__form {
    gap: 16px;
  }
  .calculator__form-item {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.articles__cards {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
.articles__card {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  border-radius: 5px;
  padding: 24px 30px 30px;
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.articles__card:first-child .articles__card-img {
  display: block;
}
.articles__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #1a77b5;
  margin-bottom: 20px;
}
.articles__card-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
}
.articles__card-networks {
  display: flex;
  align-items: center;
  gap: 5px;
}
.articles__card-networks svg {
  opacity: 0.5;
}
.articles__card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.articles__card-img {
  display: none;
  margin-bottom: 20px;
}
.articles__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 320px;
  min-height: 300px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.articles__card-name {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.articles__card-link {
  max-width: 200px;
}

@media (max-width: 1024px) {
  .articles__cards {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .articles__cards::-webkit-scrollbar {
    display: none;
  }
  .articles__card {
    width: 50%;
    min-width: calc(50% - 30px);
    margin-bottom: 0;
    scroll-snap-align: start;
  }
  .articles__card:nth-child(n) .articles__card-img {
    display: block;
  }
  .articles__card-img img {
    max-height: 200px;
    min-height: 180px;
  }
}
@media (max-width: 768px) {
  .articles__card {
    padding: 12px 16px 16px;
  }
  .articles__card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .articles__card-img {
    display: none;
    margin-bottom: 16px;
  }
  .articles__card-name {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
  }
  .articles__card-link {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .articles .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .articles__top {
    display: contents;
  }
  .articles__btn {
    order: 3;
  }
  .articles__cards {
    gap: 10px;
  }
  .articles__card {
    width: 100%;
    min-width: calc(100% - 30px);
  }
}
.form {
  padding: 70px 0 80px;
  background: #1a77b5 url("./../img/popup/bg.svg");
  position: relative;
  overflow: hidden;
}
.form__content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 45px;
}
.form__left {
  max-width: 765px;
  width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 77px;
  position: relative;
  z-index: 2;
}
.form__text {
  color: #fff;
}
.form__title {
  color: #fff;
  margin-bottom: 20px;
}
.form__form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
}
.form__form input, .form__form button {
  flex: 1 0 40%;
}
.form__politic {
  width: 100%;
}
.form__img {
  position: absolute;
  bottom: 0;
  left: 57%;
  width: 100%;
  max-width: 37%;
  width: 42%;
  max-width: 667px;
}
.form__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 900px) {
  .form {
    padding: 24px 0;
    padding-bottom: 280px;
  }
  .form__left {
    max-width: none;
    width: 100%;
    gap: 40px;
  }
  .form__title {
    margin-bottom: 8px;
  }
  .form__form {
    flex-direction: column;
    gap: 14px;
  }
  .form__form input {
    order: -2;
  }
  .form__form .politic {
    order: -1;
  }
  .form__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 350px;
    transform: translate(-50%, 0);
  }
}
.text-block__grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 60px;
}
.text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  color: #1a77b5;
  margin-bottom: 30px;
}
.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: 50px;
}
.text-block h2 {
  font-size: 46px;
}
.text-block h3 {
  font-size: 36px;
}
.text-block h4 {
  font-size: 26px;
}
.text-block h5 {
  font-size: 20px;
}
.text-block h2:empty, .text-block h3:empty, .text-block h4:empty, .text-block h5:empty, .text-block h6:empty {
  margin-bottom: 0;
}
.text-block p:not(:last-child) {
  margin-bottom: 10px;
}
.text-block a {
  font-weight: 500;
  color: #1a77b5;
  transition: all 0.3s ease;
}
.text-block a:hover {
  text-decoration: underline;
}
.text-block ul:not(.breadcrumbs) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}
.text-block ul:not(.breadcrumbs) li {
  position: relative;
  padding-left: 22px;
}
.text-block ul:not(.breadcrumbs) li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #1a77b5;
  position: absolute;
  top: 7.5px;
  left: 0;
}
.text-block ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  list-style-type: none;
  counter-reset: item;
}
.text-block ol li {
  position: relative;
  padding-left: 38px;
}
.text-block ol li::before {
  content: counter(item);
  counter-increment: item;
  display: block;
  width: 28px;
  height: 28px;
  background: #edf2f5;
  border-radius: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #1a77b5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.text-block table {
  display: block;
  width: 100%;
  border: none;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 5px;
  border: 1px solid rgba(26, 119, 181, 0.5);
  margin: 30px 0;
}
.text-block table thead th {
  border: none;
  padding: 20px 25px;
  background: linear-gradient(135deg, #f6ffe5 0%, #dbf1ff 100%);
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #1a77b5;
  border-right: 1px solid rgba(26, 119, 181, 0.5);
  border-bottom: 1px solid rgba(26, 119, 181, 0.5);
}
.text-block table thead tr th:last-child {
  border-right: none;
}
.text-block table tbody td {
  border-right: 1px solid rgba(26, 119, 181, 0.5);
  border-bottom: 1px solid rgba(26, 119, 181, 0.5);
  padding: 16px 20px;
  font-size: 14px;
  vertical-align: top;
}
.text-block table tbody tr td:last-child {
  border-right: none;
}
.text-block table tbody tr:last-child td {
  border-bottom: none;
}
.text-block .warning {
  padding: 20px 32px 20px 58px;
  border-radius: 5px;
  background: linear-gradient(135deg, #f6ffe5 0%, #dbf1ff 100%);
  font-weight: 500;
  font-size: 18px;
  margin: 30px 0;
  position: relative;
}
.text-block .warning::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 26px;
  display: block;
  width: 8px;
  height: 36px;
  background-color: #1A77B5;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='36' viewBox='0 0 8 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.70001 0L7.05003 24.891H0.950204L0.283556 0H7.70001ZM4.00012 36C2.90015 36 1.95573 35.595 1.16686 34.785C0.377998 33.9634 -0.0108794 32.9797 0.000231479 31.8341C-0.0108794 30.7001 0.377998 29.7281 1.16686 28.918C1.95573 28.108 2.90015 27.703 4.00012 27.703C5.05564 27.703 5.98339 28.108 6.78337 28.918C7.58335 29.7281 7.98889 30.7001 8 31.8341C7.98889 32.5979 7.79445 33.298 7.41668 33.9344C7.05003 34.5593 6.56671 35.0627 5.96672 35.4446C5.36674 35.8149 4.71121 36 4.00012 36Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='8' height='36' viewBox='0 0 8 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.70001 0L7.05003 24.891H0.950204L0.283556 0H7.70001ZM4.00012 36C2.90015 36 1.95573 35.595 1.16686 34.785C0.377998 33.9634 -0.0108794 32.9797 0.000231479 31.8341C-0.0108794 30.7001 0.377998 29.7281 1.16686 28.918C1.95573 28.108 2.90015 27.703 4.00012 27.703C5.05564 27.703 5.98339 28.108 6.78337 28.918C7.58335 29.7281 7.98889 30.7001 8 31.8341C7.98889 32.5979 7.79445 33.298 7.41668 33.9344C7.05003 34.5593 6.56671 35.0627 5.96672 35.4446C5.36674 35.8149 4.71121 36 4.00012 36Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.text-block blockquote {
  background: linear-gradient(135deg, #f6ffe5 0%, #dbf1ff 100%);
  padding: 20px 32px 20px 58px;
  margin: 30px 0;
  position: relative;
}
.text-block blockquote::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 20px;
  display: block;
  width: 24px;
  height: 18px;
  background-color: #1A77B5;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5906 0V4.95129C10.5906 6.41261 10.3096 7.94269 9.74753 9.54155C9.20307 11.1576 8.4303 12.7049 7.4292 14.1834C6.4281 15.6619 5.25137 16.9341 3.89901 18L0 15.2665C1.03622 13.788 1.93194 12.2149 2.68716 10.5473C3.45993 8.87966 3.84632 7.04011 3.84632 5.02865V0H10.5906ZM24 0V4.95129C24 6.41261 23.719 7.94269 23.157 9.54155C22.6125 11.1576 21.8397 12.7049 20.8386 14.1834C19.8375 15.6619 18.6608 16.9341 17.3085 18L13.4094 15.2665C14.4457 13.788 15.3414 12.2149 16.0966 10.5473C16.8694 8.87966 17.2558 7.04011 17.2558 5.02865V0H24Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5906 0V4.95129C10.5906 6.41261 10.3096 7.94269 9.74753 9.54155C9.20307 11.1576 8.4303 12.7049 7.4292 14.1834C6.4281 15.6619 5.25137 16.9341 3.89901 18L0 15.2665C1.03622 13.788 1.93194 12.2149 2.68716 10.5473C3.45993 8.87966 3.84632 7.04011 3.84632 5.02865V0H10.5906ZM24 0V4.95129C24 6.41261 23.719 7.94269 23.157 9.54155C22.6125 11.1576 21.8397 12.7049 20.8386 14.1834C19.8375 15.6619 18.6608 16.9341 17.3085 18L13.4094 15.2665C14.4457 13.788 15.3414 12.2149 16.0966 10.5473C16.8694 8.87966 17.2558 7.04011 17.2558 5.02865V0H24Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.text-block blockquote > p, .text-block blockquote > div > p {
  font-weight: 500;
  font-size: 18px;
}
.text-block .blockquote__editor {
  padding-top: 20px;
  border-top: 1px solid #1a77b5;
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-style: normal;
  gap: 20px;
}
.text-block .blockquote__editor-left {
  display: flex;
  gap: 16px;
  align-items: center;
}
.text-block .blockquote__editor-img {
  display: block;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0;
}
.text-block .blockquote__editor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-block .blockquote__editor-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.text-block .blockquote__editor-text p:first-child {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0;
}
.text-block .blockquote__editor-name {
  font-weight: 600;
}
.text-block .blockquote__editor-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.text-block .blockquote__editor-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 150%;
  font-size: 14px;
}
.text-block .blockquote__editor-item img {
  flex-shrink: 0;
}
.text-block picture {
  display: block;
  margin-bottom: 30px;
}
.text-block picture img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-block__form {
  border-radius: 5px;
  padding: 24px 30px 30px;
  background: url("./../img/form/bg-small.svg") no-repeat top right #1a77b5;
  color: #fff;
  position: sticky;
  top: 10px;
}
.text-block__form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 16px;
}
.text-block__form-subtitle {
  margin-bottom: 60px !important;
}
.text-block__form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text-block__form-wrap .politic a {
  color: inherit;
}

@media (max-width: 1100px) {
  .text-block__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .text-block__right {
    display: none;
  }
  .text-block h2 {
    font-size: 36px;
  }
  .text-block h3 {
    font-size: 26px;
  }
  .text-block h4 {
    font-size: 20px;
  }
  .text-block h5 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    margin-bottom: 16px;
  }
  .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: 30px;
  }
  .text-block h2 {
    font-size: 20px;
  }
  .text-block h3 {
    font-size: 18px;
  }
  .text-block h4 {
    font-size: 16px;
  }
  .text-block h5 {
    font-size: 14px;
  }
  .text-block ul:not(.breadcrumbs) li {
    padding-left: 16px;
  }
  .text-block ul:not(.breadcrumbs) li::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .text-block table {
    overflow-x: auto;
    max-width: calc(100vw - 20px);
    margin: 24px 0;
  }
  .text-block table thead th, .text-block table tbody td {
    min-width: 243px;
    padding: 16px;
  }
  .text-block table::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .text-block .warning {
    padding: 16px 20px 16px 40px;
    font-size: 14px;
    margin: 24px 0;
    position: relative;
  }
  .text-block .warning::before {
    top: 20px;
    left: 20px;
    width: 5px;
    height: 24px;
  }
  .text-block blockquote {
    padding: 55px 20px 20px;
    margin: 24px 0;
  }
  .text-block blockquote::before {
    top: 20px;
    left: 20px;
    width: 20px;
    height: 15px;
  }
  .text-block blockquote > p, .text-block blockquote > div > p {
    font-size: 14px;
  }
  .text-block .blockquote__editor {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .text-block .blockquote__editor-left {
    gap: 10px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__acc {
  color: #363940;
}
.faq__acc-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.faq__acc.accordion--active {
  color: #fff;
}
.faq__answer {
  border: 1px solid rgba(26, 119, 181, 0.5);
  border-radius: 5px;
  padding: 24px 30px;
  background: #fff;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .faq__list {
    gap: 10px;
  }
  .faq__acc-name {
    font-size: 16px;
  }
  .faq__answer {
    padding: 12px 16px;
  }
}
.symptoms {
  padding: 90px 0 100px;
  background: #1a77b5 url("./../img/popup/bg.svg");
  color: #fff;
}
.symptoms__row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.symptoms__contant {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  max-width: 585px;
  min-width: 534px;
}
.symptoms__title {
  color: #fff;
}
.symptoms__bottom p {
  margin-bottom: 24px;
}
.symptoms__btns {
  display: flex;
  gap: 12px;
}
.symptoms__phone {
  background: transparent;
  border: 1px solid #fff;
  justify-content: center;
}
.symptoms__phone:hover {
  background: #fff;
}
.symptoms__list {
  max-width: 50%;
}
.symptoms__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.symptoms__list ul li {
  flex: 1 0 40%;
  max-width: calc(50% - 10px);
  padding: 16px 60px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background: #3084bc;
  position: relative;
  min-height: 127px;
}
.symptoms__list ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='4' height='16' viewBox='0 0 4 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85 0L3.52501 11.0627H0.475102L0.141778 0H3.85ZM2.00006 16C1.45007 16 0.977865 15.82 0.583432 15.46C0.188999 15.0948 -0.00543971 14.6577 0.00011574 14.1485C-0.00543971 13.6445 0.188999 13.2125 0.583432 12.8525C0.977865 12.4924 1.45007 12.3124 2.00006 12.3124C2.52782 12.3124 2.9917 12.4924 3.39168 12.8525C3.79167 13.2125 3.99444 13.6445 4 14.1485C3.99444 14.4879 3.89722 14.7991 3.70834 15.082C3.52501 15.3597 3.28335 15.5834 2.98336 15.7531C2.68337 15.9177 2.3556 16 2.00006 16Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='4' height='16' viewBox='0 0 4 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85 0L3.52501 11.0627H0.475102L0.141778 0H3.85ZM2.00006 16C1.45007 16 0.977865 15.82 0.583432 15.46C0.188999 15.0948 -0.00543971 14.6577 0.00011574 14.1485C-0.00543971 13.6445 0.188999 13.2125 0.583432 12.8525C0.977865 12.4924 1.45007 12.3124 2.00006 12.3124C2.52782 12.3124 2.9917 12.4924 3.39168 12.8525C3.79167 13.2125 3.99444 13.6445 4 14.1485C3.99444 14.4879 3.89722 14.7991 3.70834 15.082C3.52501 15.3597 3.28335 15.5834 2.98336 15.7531C2.68337 15.9177 2.3556 16 2.00006 16Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media (max-width: 1150px) {
  .symptoms {
    padding: 60px 0;
  }
  .symptoms__row {
    flex-direction: column;
    gap: 40px;
  }
  .symptoms__contant {
    display: contents;
    max-width: none;
    min-width: auto;
  }
  .symptoms__bottom {
    order: 2;
  }
  .symptoms__btns > * {
    flex-grow: 1;
  }
  .symptoms__list {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .symptoms {
    padding: 24px 0;
  }
  .symptoms__row {
    gap: 20px;
  }
  .symptoms__bottom p {
    margin-bottom: 20px;
  }
  .symptoms__btns {
    flex-direction: column;
    gap: 10px;
  }
  .symptoms__list ul {
    flex-direction: column;
    gap: 10px;
  }
  .symptoms__list ul li {
    max-width: 100%;
    padding: 16px 54px 20px 12px;
    min-height: 100px;
  }
  .symptoms__list ul li::before {
    right: 16px;
    bottom: 16px;
  }
}
.navigation__wrap {
  margin-bottom: 30px;
}
.navigation__title {
  background: #1a77b5;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  color: #fff;
}
.navigation__title.accordion--active {
  color: #1a77b5;
  background: #fff;
}
.navigation__title.accordion--active .accordion__btn path {
  stroke: #1a77b5;
}
.navigation__content {
  padding: 0 30px 30px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.navigation__list {
  padding-top: 20px;
  border-top: 1px solid #1a77b5;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.navigation__link {
  position: relative;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  padding-left: 50px;
  color: #363940;
  font-weight: 400;
}
.navigation__link:after {
  content: "";
  position: absolute;
  left: 22px;
  top: 10px;
  display: block;
  width: 16px;
  height: 2px;
  background: #1a77b5;
}
.navigation__link:hover {
  color: #04578e;
  text-decoration: none;
}

.navigation__list .nav-title-h2 .navigation__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 139%;
  color: #363940;
  padding-left: 22px;
}
.navigation__list .nav-title-h2 .navigation__link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7.5px;
  left: 0;
  border-radius: 100%;
  background: #1a77b5;
  transition: all 0.3s ease;
}
.navigation__list .nav-title-h2 .navigation__link:hover {
  color: #1a77b5;
}

.doc-check {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 24px 30px;
  background: #fff;
  color: #363940;
  flex: 1 0 40%;
}
.doc-check__inner {
  display: flex;
  gap: 20px;
}
.doc-check__top {
  font-weight: 600;
  line-height: 156%;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 20px;
}
.doc-check__content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(26, 119, 181, 0.5960784314);
  margin-bottom: 16px;
}
.doc-check__picture {
  display: block;
  min-width: 90px;
  width: 100px;
  height: 100px;
  background: #fff;
}
.doc-check__picture img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.doc-check__name {
  font-weight: 600;
  font-size: 20px;
}
.doc-check__names {
  margin-bottom: 18px;
}
.doc-check__stage {
  border-radius: 4px;
  padding: 4px 8px;
  background: #1a77b5;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.doc-check__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
}
.doc-check__bottom span:first-child {
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .doc-check {
    padding: 16px 20px;
  }
  .doc-check__inner {
    display: flex;
    gap: 20px;
  }
  .doc-check__top {
    margin-bottom: 16px;
  }
  .doc-check__content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    padding-bottom: 24px;
  }
  .doc-check__picture {
    min-width: 84px;
    width: 84px;
    height: 84px;
  }
  .doc-check__name {
    font-size: 16px;
  }
  .doc-check__names {
    margin-bottom: 0;
    flex: 1 0 calc(100% - 100px);
  }
  .doc-check__info {
    display: contents;
  }
}
@media (max-width: 700px) {
  .navigation__wrap {
    margin-bottom: 16px;
  }
  .navigation__title {
    font-size: 16px;
  }
  .navigation__content {
    padding: 0 20px 20px;
  }
  .navigation__list {
    padding-top: 18px;
    gap: 12px;
  }
  .navigation__link {
    padding-left: 35px;
  }
  .navigation__link:after {
    left: 19px;
    top: 9px;
    width: 10px;
    height: 1px;
  }
  .navigation__list .nav-title-h2 .navigation__link {
    font-size: 16px;
    padding-left: 19px;
  }
  .navigation__list .nav-title-h2 .navigation__link:after {
    width: 8px;
    height: 8px;
    top: 6px;
  }
  .doc-check__inner {
    flex-direction: column;
    gap: 10px;
  }
}
.stocks .swiper-wrapper {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
}
.stocks__swiper-slide {
  margin-top: 20px;
  height: auto;
  height: calc(100% - 20px) !important;
}
.stocks__swiper-slide:first-child {
  grid-row: span 2;
}
.stocks__swiper-slide:first-child .stocks__card {
  padding: 30px;
  flex-direction: column;
}
.stocks__swiper-slide:first-child .stocks__card-img img {
  min-width: 100%;
  max-width: 100%;
  height: 370px;
}
.stocks__swiper-slide:first-child .stocks__card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.stocks__swiper-slide:first-child .stocks__card-name {
  font-size: 24px;
}
.stocks__swiper-slide:first-child .stocks__card-date {
  position: absolute;
  top: 360px;
  left: 42px;
}
.stocks__card {
  padding: 30px;
  border-radius: 5px;
  background: #edf2f5;
  display: flex;
  gap: 24px;
  height: 100%;
  position: relative;
}
.stocks__card-img {
  display: block;
}
.stocks__card-img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  min-width: 180px;
  max-width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.stocks__card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.stocks__card-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}
.stocks__card-name span {
  color: #1a77b5;
}
.stocks__card-date {
  border-radius: 4px;
  padding: 4px 8px;
  background: #1a77b5;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1200px) {
  .stocks .swiper-wrapper {
    display: flex;
  }
  .stocks__swiper-slide {
    margin-top: 0;
    height: auto !important;
  }
  .stocks__swiper-slide:nth-child(n) {
    grid-row: span 1;
  }
  .stocks__swiper-slide:nth-child(n) .stocks__card {
    padding: 20px;
    flex-direction: column;
  }
  .stocks__swiper-slide:nth-child(n) .stocks__card-img img {
    min-width: 100%;
    max-width: 100%;
    height: 240px;
  }
  .stocks__swiper-slide:nth-child(n) .stocks__card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
  }
  .stocks__swiper-slide:nth-child(n) .stocks__card-name {
    font-size: 24px;
  }
  .stocks__swiper-slide:nth-child(n) .stocks__card-date {
    position: absolute;
    top: 220px;
    left: 32px;
  }
}
@media (max-width: 768px) {
  .stocks__swiper-slide:nth-child(n) .stocks__card {
    padding: 16px;
  }
  .stocks__swiper-slide:nth-child(n) .stocks__card-img img {
    height: 180px;
  }
  .stocks__swiper-slide:nth-child(n) .stocks__card-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .stocks__swiper-slide:nth-child(n) .stocks__card-date {
    position: absolute;
    top: 162px;
    left: 22px;
  }
}
.installment__inner {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.installment__left {
  display: flex;
  flex-direction: column;
  gap: 52px;
  max-width: 710px;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
.installment__title {
  margin-bottom: 20px;
}
.installment__btn {
  max-width: 370px;
}
.installment__right {
  width: 100%;
  max-width: 333px;
  position: relative;
  z-index: 2;
}
.installment__list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.installment__list ul li {
  border-radius: 6px;
  background: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.installment__list-num {
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
  color: #1a77b5;
}
.installment__list-num span {
  font-size: 53px;
  line-height: 110%;
}
.installment__img {
  position: absolute;
  top: -32px;
  bottom: -69px;
  left: 56%;
}
.installment__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .installment__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .installment__left {
    padding: 0;
    gap: 40px;
    max-width: none;
  }
  .installment__title {
    margin-bottom: 10px;
  }
  .installment__right {
    max-width: 100%;
  }
  .installment__list ul li {
    padding: 12px 16px;
  }
  .installment__list-num {
    font-size: 20px;
  }
  .installment__list-num span {
    font-size: 42px;
  }
  .installment__img {
    position: static;
    display: block;
    max-width: 226px;
    margin: -12px auto 0;
  }
}
@media (max-width: 550px) {
  .installment__inner {
    padding: 24px 10px;
  }
  .installment__btn {
    max-width: 100%;
  }
}
.gallery__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery__picture img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .gallery__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .gallery__picture img {
    min-height: 260px;
    max-height: 300px;
  }
}
@media (max-width: 654px) {
  .gallery__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .gallery__picture img {
    min-height: 200px;
    max-height: 240px;
  }
}
.contact__row {
  display: flex;
  gap: 20px;
  margin-bottom: 100px;
}
.contact__content {
  padding: 24px 30px;
  border-radius: 5px;
  background: #edf2f5;
  width: 100%;
  max-width: 493px;
}
.contact__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(26, 119, 181, 0.5843137255);
  margin-bottom: 24px;
}
.contact__info-item {
  display: flex;
  gap: 13px;
}
.contact__info-img {
  flex-shrink: 0;
  margin-top: 6px;
}
.contact__info-text span {
  display: block;
  opacity: 0.6;
  margin-bottom: 2px;
}
.contact__info-text a, .contact__info-text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 139%;
  color: #363940;
}
.contact__info-text a:hover {
  text-decoration: underline;
}
.contact__networks {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}
.contact__maps {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  min-height: 468px;
  position: relative;
  overflow: hidden;
  flex-basis: 70%;
}
.contact__map {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.contact__transit-title {
  margin-bottom: 40px;
}
.contact__transit-items {
  display: flex;
  gap: 20px;
}
.contact__transit-item {
  flex: 1 0 40%;
  padding: 24px 30px;
  border-radius: 5px;
  background: #edf2f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
.contact__transit-icon {
  position: absolute;
  top: 28px;
  right: 30px;
}
.contact__transit-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  padding-right: 30px;
}

@media (max-width: 1024px) {
  .contact__row {
    flex-direction: column;
    gap: 20px;
  }
  .contact__content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .contact__row {
    gap: 10px;
    margin-bottom: 50px;
  }
  .contact__content {
    padding: 16px;
  }
  .contact__info {
    gap: 12px;
    margin-bottom: 20px;
  }
  .contact__info-text a, .contact__info-text p {
    font-size: 16px;
  }
  .contact__networks {
    gap: 16px;
    margin-top: 8px;
  }
  .contact__maps {
    min-height: 417px;
  }
  .contact__transit-title {
    margin-bottom: 20px;
  }
  .contact__transit-items {
    flex-direction: column;
    gap: 10px;
  }
  .contact__transit-item {
    padding: 16px;
    gap: 20px;
  }
  .contact__transit-name {
    font-size: 16px;
    padding: 0;
  }
  .contact__transit-icon {
    display: none;
  }
}
.error__main {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  margin: 100px 0;
  text-align: center;
}
.error__num {
  font-weight: 600;
  font-size: 400px;
  line-height: 80%;
  background: linear-gradient(135deg, #f6ffe5 0%, #dbf1ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.error__btn {
  min-width: 340px;
}
.error__links {
  padding: 50px 0;
  border-top: 1px solid rgba(26, 119, 181, 0.5882352941);
  border-bottom: 1px solid rgba(26, 119, 181, 0.5882352941);
}
.error__links-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.error__links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.error__links ul a {
  border-radius: 4px;
  padding: 12px 12px 12px 16px;
  background: #edf2f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 18px;
  line-height: 111%;
  color: #363940;
  transition: all 0.3s ease;
}
.error__links ul a::after {
  content: "";
  display: flex;
  border-radius: 4px;
  background: #1a77b5;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='4' fill='%231A77B5'/%3E%3Cpath d='M14 26L26 14M26 14H15.9592M26 14V24.0408' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.error__links ul a:hover {
  background: rgba(26, 119, 181, 0.2);
}

@media (max-width: 1024px) {
  .error__num {
    font-size: 300px;
  }
}
@media (max-width: 768px) {
  .error__main {
    gap: 20px;
    margin: 50px 0;
  }
  .error__num {
    font-size: 150px;
    line-height: 80%;
  }
  .error__btn {
    min-width: 100%;
  }
  .error__links {
    padding: 24px 0;
  }
  .error__links-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .error__links ul {
    gap: 8px;
  }
  .error__links ul a {
    padding: 10px 10px 10px 12px;
    font-size: 14px;
  }
  .error__links ul a::after {
    width: 30px;
    height: 30px;
  }
}
.sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sitemap__link, .sitemap__acc {
  border-radius: 5px;
  padding: 15px 15px 15px 30px;
  background: #edf2f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.sitemap__link:hover, .sitemap__acc:hover {
  background: rgba(26, 119, 181, 0.2);
}
.sitemap__link-name, .sitemap__acc-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #1a77b5;
}
.sitemap__link-btn, .sitemap__acc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #1a77b5;
}
.sitemap__acc.accordion--active {
  background: #1a77b5;
}
.sitemap__acc.accordion--active .sitemap__acc-name {
  color: #fff;
}
.sitemap__acc.accordion--active .sitemap__acc-btn {
  background: #fff;
  flex-shrink: 0;
}
.sitemap__acc.accordion--active .sitemap__acc-btn path {
  stroke: #1a77b5;
}
.sitemap__item > .accordion__content.accordion__content--active {
  max-height: 100% !important;
  transition: none;
}
.sitemap__sublist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 0 2px;
}
.sitemap__service {
  border: 1px solid rgba(26, 119, 181, 0.5);
  border-radius: 5px;
  padding: 24px 30px;
  background: #fff;
  align-items: center;
}
.sitemap__service.accordion--active {
  border: 1px solid #1a77b5;
  background: rgba(26, 119, 181, 0.1);
}
.sitemap__service.accordion--active .sitemap__service-btn svg path {
  stroke: #1a77b5;
}
.sitemap__service-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: #363940;
}
.sitemap__service-list {
  padding-top: 12px;
}
.sitemap__service-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sitemap__service-list ul a {
  border-radius: 4px;
  padding: 12px 12px 12px 16px;
  background: #edf2f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 18px;
  line-height: 111%;
  color: #363940;
  transition: all 0.3s ease;
}
.sitemap__service-list ul a::after {
  content: "";
  display: flex;
  border-radius: 4px;
  background: #1a77b5;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='4' fill='%231A77B5'/%3E%3Cpath d='M14 26L26 14M26 14H15.9592M26 14V24.0408' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.sitemap__service-list ul a:hover {
  background: rgba(26, 119, 181, 0.2);
}

.sitemap__service-list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sitemap__service-list2 > li > a {
  border-radius: 4px;
  padding: 12px 12px 12px 16px;
  background: #edf2f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 18px;
  line-height: 111%;
  color: #363940;
  transition: all 0.3s ease;
}
.sitemap__service-list2 > li > a::after {
  content: "";
  display: flex;
  border-radius: 4px;
  background: #1a77b5;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='4' fill='%231A77B5'/%3E%3Cpath d='M14 26L26 14M26 14H15.9592M26 14V24.0408' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.sitemap__service-list2 > li > a:hover {
  background: rgba(26, 119, 181, 0.2);
}

@media (max-width: 1024px) {
  .sitemap__list {
    gap: 10px;
  }
  .sitemap__link, .sitemap__acc {
    padding: 10px 10px 10px 12px;
  }
  .sitemap__link-name, .sitemap__acc-name {
    font-size: 14px;
  }
  .sitemap__link-btn, .sitemap__acc-btn {
    padding: 10px;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
  .sitemap__sublist {
    gap: 8px;
    padding: 16px 0 2px;
  }
  .sitemap__service {
    padding: 10px 16px 10px 12px;
  }
  .sitemap__service-name {
    font-size: 14px;
  }
  .sitemap__service-list {
    padding-top: 8px;
  }
  .sitemap__service-list ul {
    gap: 8px;
  }
  .sitemap__service-list ul a {
    padding: 11px 10px 10px 12px;
    font-size: 14px;
  }
  .sitemap__service-list ul a::after {
    width: 30px;
    height: 30px;
  }
}
.courses__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.courses__card {
  flex: 1 0 30%;
  max-width: calc(33% - 10px);
  border-radius: 5px;
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 90px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.courses__card:hover {
  border: 1px solid #1a77b5;
}
.courses__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  font-weight: 500;
  font-size: 20px;
}
.courses__card-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #1a77b5;
  position: relative;
  margin-top: 4px;
  transition: all 0.3s ease;
}
.courses__card-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 14px;
  background-color: white;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0.999999L13.5 13M13.5 13L13.5 2.95918M13.5 13L3.45918 13' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0.999999L13.5 13M13.5 13L13.5 2.95918M13.5 13L3.45918 13' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
}
.courses__card-list {
  margin-bottom: 24px;
}
.courses__card-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(26, 119, 181, 0.2823529412);
}
.courses__card-list ul li:first-child {
  border-top: 1px solid rgba(26, 119, 181, 0.2823529412);
}
.courses__card-list ul li p {
  opacity: 0.6;
}
.courses__card-list ul li span {
  font-weight: 600;
  font-size: 18px;
}
.courses__card-btn {
  width: 100%;
}
.courses__card.tab-btn--active {
  background: #1a77b5;
  color: #fff;
}
.courses__card.tab-btn--active .courses__card-icon {
  background: #fff;
}
.courses__card.tab-btn--active .courses__card-icon::after {
  background-color: #1a77b5;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.courses__card.tab-btn--active .courses__card-list ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2862745098);
}
.courses__card.tab-btn--active .courses__card-list ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2862745098);
}
.courses__card.tab-btn--active .courses__card-btn {
  background: #fff;
  color: #1a77b5;
}
.courses__content b {
  display: block;
  font-size: 18px;
  margin: 30px 0 14px;
}
.courses__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.courses__acc {
  color: #363940;
}
.courses__acc-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0 !important;
}
.courses__acc.accordion--active {
  color: #fff;
}
.courses__answer {
  border: 1px solid rgba(26, 119, 181, 0.5);
  border-radius: 5px;
  padding: 24px 30px;
  background: #fff;
  margin: 8px 0 1px;
}

@media (max-width: 1150px) {
  .courses__card {
    flex: 1 0 40%;
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .courses__cards {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
  .courses__card {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 16px;
  }
  .courses__card-top {
    font-size: 18px;
  }
  .courses__card-icon {
    width: 36px;
    height: 36px;
  }
  .courses__card-list {
    margin-bottom: 20px;
  }
  .courses__card-list ul li {
    padding: 12px 0;
  }
  .courses__card-list ul li span {
    font-size: 16px;
  }
  .courses__content b {
    font-size: 16px;
    margin: 24px 0 10px;
  }
  .courses__list {
    gap: 10px;
  }
  .courses__acc-name {
    font-size: 16px;
  }
  .courses__answer {
    padding: 12px 16px;
  }
}
.page-services__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-services__acc {
  align-items: center;
}
.page-services__acc-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  text-transform: uppercase;
}
.page-services__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px 1px;
}
.page-services__card {
  border-radius: 5px;
  padding: 20px 24px;
  color: #363940;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.page-services__card:hover {
  border: 1px solid #1a77b5;
}
.page-services__card-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
}
.page-services__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #1a77b5;
  margin-right: -4px;
}
.page-services__card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}
.page-services__card-bottom p {
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .page-services__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1000px) {
  .page-services__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .page-services__list {
    gap: 10px;
  }
  .page-services__acc {
    align-items: center;
  }
  .page-services__acc-name {
    font-size: 16px;
  }
  .page-services__card {
    padding: 14px 16px;
    gap: 36px;
  }
  .page-services__card-icon {
    margin-right: -2px;
  }
}
@media (max-width: 600px) {
  .page-services__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding-top: 12px;
  }
}
.doc__row {
  align-items: flex-start;
}
.doc__content {
  flex: 1 0 55%;
  max-width: 874px;
}
.doc__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.doc__list {
  margin: 0;
}
.doc__info span {
  display: block;
  opacity: 0.5;
  line-height: 130%;
}
.doc__info p {
  font-size: 14px;
}
.doc__text-quote {
  border-radius: 5px;
  background: #fbf6b6;
  padding: 21px 24px 21px 60px;
  font-weight: 500;
  position: relative;
  margin-top: 20px;
}
.doc__text-quote::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 20px;
  display: block;
  width: 24px;
  height: 18px;
  background-color: #1A77B5;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5906 0V4.95129C10.5906 6.41261 10.3096 7.94269 9.74753 9.54155C9.20307 11.1576 8.4303 12.7049 7.4292 14.1834C6.4281 15.6619 5.25137 16.9341 3.89901 18L0 15.2665C1.03622 13.788 1.93194 12.2149 2.68716 10.5473C3.45993 8.87966 3.84632 7.04011 3.84632 5.02865V0H10.5906ZM24 0V4.95129C24 6.41261 23.719 7.94269 23.157 9.54155C22.6125 11.1576 21.8397 12.7049 20.8386 14.1834C19.8375 15.6619 18.6608 16.9341 17.3085 18L13.4094 15.2665C14.4457 13.788 15.3414 12.2149 16.0966 10.5473C16.8694 8.87966 17.2558 7.04011 17.2558 5.02865V0H24Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5906 0V4.95129C10.5906 6.41261 10.3096 7.94269 9.74753 9.54155C9.20307 11.1576 8.4303 12.7049 7.4292 14.1834C6.4281 15.6619 5.25137 16.9341 3.89901 18L0 15.2665C1.03622 13.788 1.93194 12.2149 2.68716 10.5473C3.45993 8.87966 3.84632 7.04011 3.84632 5.02865V0H10.5906ZM24 0V4.95129C24 6.41261 23.719 7.94269 23.157 9.54155C22.6125 11.1576 21.8397 12.7049 20.8386 14.1834C19.8375 15.6619 18.6608 16.9341 17.3085 18L13.4094 15.2665C14.4457 13.788 15.3414 12.2149 16.0966 10.5473C16.8694 8.87966 17.2558 7.04011 17.2558 5.02865V0H24Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.doc__photo {
  flex: 1 0 35%;
  border-radius: 5px;
  background: #fff;
  max-width: 596px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 28px 0 0;
  position: relative;
}
.doc__photo-img {
  display: block;
  width: 100%;
  height: 100%;
}
.doc__photo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.doc__ratings {
  display: flex;
  gap: 12px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.doc__rating {
  flex: 1 0 40%;
  border: 1px solid rgba(26, 119, 181, 0.5);
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.doc__rating-estimation {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #1a77b5;
}
.doc__rating-stars {
  display: flex;
}

@media (max-width: 1100px) {
  .doc__row {
    align-items: flex-start;
  }
  .doc__content {
    display: contents;
  }
  .doc__wrap {
    display: contents;
  }
  .doc__list {
    margin: 0;
    width: 100%;
  }
  .doc__list li {
    flex-grow: 1;
  }
  .doc__text {
    order: 3;
  }
  .doc__btns {
    order: 4;
    margin: 0;
    width: 100%;
  }
  .doc__btns > * {
    flex-grow: 1;
  }
  .doc__photo {
    order: 2;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
  .doc__photo-img {
    border-radius: 5px;
    background: #fff;
    padding: 20px 0 0;
    max-width: 500px;
    margin: 0 auto 10px;
  }
  .doc__ratings {
    position: static;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .doc__row {
    gap: 24px;
  }
  .doc__text-quote {
    padding: 55px 20px 20px;
    margin-top: 24px;
  }
  .doc__text-quote::before {
    top: 20px;
    left: 20px;
    width: 20px;
    height: 15px;
  }
  .doc__rating {
    padding: 16px;
    gap: 8px;
  }
  .doc__btns {
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .doc__ratings {
    flex-direction: column;
    gap: 8px;
  }
}
.shedule__list ul {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}
.shedule__list ul::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.shedule__list ul li {
  flex-grow: 1;
  padding: 20px 23px;
  border-radius: 5px;
  background: #edf2f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  min-width: 200px;
}
.shedule__list ul li span {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #1a77b5;
}

@media (max-width: 768px) {
  .shedule__list ul {
    gap: 8px;
  }
  .shedule__list ul li {
    padding: 18px;
    gap: 4px;
    min-width: 190px;
  }
  .shedule__list ul li span {
    font-size: 16px;
  }
}
.activity__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.activity__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  margin-bottom: 12px;
}
.activity__item-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.activity__item-list ul li {
  border-radius: 4px;
  padding: 10px 16px;
  background: #edf2f5;
}

@media (max-width: 768px) {
  .activity__items {
    gap: 16px;
  }
  .activity__item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .activity__item-list ul {
    gap: 8px;
  }
  .activity__item-list ul li {
    padding: 8px 12px;
  }
}
.education__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.education__list ul li {
  flex: 1 0 30%;
  max-width: 33%;
  position: relative;
  padding: 16px 20px 0 38px;
  border-top: 2px solid #1a77b5;
}
.education__list ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("./../img/icons/education.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: 0;
}
.education__list ul li::after {
  content: "";
  display: block;
  height: 16px;
  width: 2px;
  background: #1a77b5;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, -50%);
}
.education__list ul li span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  color: #1a77b5;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .education__list ul li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .education__list ul {
    flex-direction: column;
    gap: 0;
  }
  .education__list ul li {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
    padding-left: 17px;
    border-top: none;
    border-left: 2px solid #1a77b5;
  }
  .education__list ul li:not(:last-child) {
    padding-bottom: 32px;
  }
  .education__list ul li::before {
    content: none;
  }
  .education__list ul li::after {
    height: 2px;
    width: 8px;
    background: #1a77b5;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
  }
  .education__list ul li span {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.doc-articles__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.doc-articles__item {
  padding: 24px 30px 30px;
  border-radius: 5px;
  background: #edf2f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.doc-articles__name {
  font-weight: 600;
  font-size: 20px;
}
.doc-articles__link {
  padding: 10px 24px;
  font-size: 16px;
  max-width: 250px;
}
.doc-articles__show {
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .doc-articles__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .doc-articles__item {
    padding: 16px 20px 20px;
    gap: 30px;
  }
  .doc-articles__name {
    font-size: 16px;
  }
  .doc-articles__link {
    padding: 12px 24px;
    max-width: 100%;
  }
  .doc-articles__show {
    margin: 20px auto 0;
  }
}
@media (max-width: 600px) {
  .doc-articles__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .doc-articles__show {
    width: 100%;
  }
}
.doc-services__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.doc-services__list ul a {
  border-radius: 4px;
  padding: 12px 12px 12px 16px;
  background: #edf2f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 18px;
  line-height: 111%;
  color: #363940;
  transition: all 0.3s ease;
}
.doc-services__list ul a::after {
  content: "";
  display: flex;
  border-radius: 4px;
  background: #1a77b5;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='4' fill='%231A77B5'/%3E%3Cpath d='M14 26L26 14M26 14H15.9592M26 14V24.0408' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.doc-services__list ul a:hover {
  background: rgba(26, 119, 181, 0.2);
}
.doc-services__show {
  height: 100%;
  text-transform: math-auto;
}

@media (max-width: 768px) {
  .doc-services__list ul {
    gap: 8px;
  }
  .doc-services__list ul a {
    padding: 10px 10px 10px 12px;
    font-size: 14px;
  }
  .doc-services__list ul a::after {
    width: 30px;
    height: 30px;
  }
  .doc-services__show {
    padding: 15px 18px;
  }
}
.footer {
  background: #edf2f5;
}
.footer__main {
  padding: 60px 0;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 320px;
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 252px;
}
.footer__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__block-text {
  font-size: 16px;
  line-height: 125%;
  color: #363940;
  opacity: 0.7;
  margin-bottom: 17px;
}
.footer__networks {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__pays {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer__pay {
  flex: 1 0 30%;
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.footer__pay span {
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: #363940;
  opacity: 0.7;
}
.footer__navigation {
  flex-grow: 1;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 30px;
}
.footer__nav-item ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav-item ul a {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #363940;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.footer__nav-item ul a:hover {
  color: #1a77b5;
}
.footer__nav-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 156%;
  color: #363940;
  margin-bottom: 10px;
}
.footer__infos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 111%;
  color: #363940;
}
.footer__info-img {
  max-width: 25px;
  min-width: 20px;
}
.footer__info-phone a {
  text-wrap: nowrap;
}
.footer__info span, .footer__info button {
  display: block;
  font-size: 16px;
  line-height: 143%;
  color: #9c97b0;
}
.footer__info a {
  color: #363940;
  transition: all 0.3s ease;
}
.footer__info a:hover {
  color: #1a77b5;
  text-decoration: underline;
}
.footer__info button:hover {
  text-decoration: underline;
}
.footer__copy {
  padding: 25px 0;
  background: #e0e9ef;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 1250px) {
  .footer__main {
    padding: 30px 0;
  }
  .footer__row {
    gap: 40px;
  }
  .footer__content {
    max-width: 286px;
  }
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 30px;
  }
  .footer__nav-item:first-child {
    grid-row: span 2;
  }
  .footer__copy {
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  .footer {
    background: #edf2f5;
  }
  .footer__row {
    flex-direction: column;
    gap: 30px;
  }
  .footer__content {
    gap: 24px;
    max-width: 100%;
  }
  .footer__logo {
    max-width: 144px;
  }
  .footer__btns {
    gap: 12px;
  }
  .footer__navigation {
    order: 3;
  }
  .footer__copy {
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  .footer {
    background: #edf2f5;
  }
  .footer__nav {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #1a77b5;
  border: 1px solid #fff;
  padding-bottom: 2px;
  transition: all 0.3s ease;
  z-index: 11;
}
.scroll-top path {
  transition: all 0.3s ease;
}
.scroll-top:hover {
  background: #fff;
  border: 1px solid #1a77b5;
}
.scroll-top:hover path {
  stroke: #1a77b5;
}
.scroll-top.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 768px) {
  .scroll-top {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
}
/* popups */
.popup {
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 1000;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__content {
  position: relative;
  width: 100%;
  position: relative;
  transition: transform 0.3s linear;
  transform: rotateY(90deg);
}

.popup.open .popup__content {
  transform: rotateY(0);
}

.popup input {
  width: 100%;
}

.close-popup {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  transition: transform 0.4s linear;
}

.close-popup img {
  height: 100%;
}

.close-popup:hover {
  transform: rotate(180deg);
}

.popup__search_form {
  position: relative;
}
.popup__search_input {
  background: rgba(234, 237, 242, 0.8);
}
.popup__search_input:active, .popup__search_input:focus {
  background: rgba(234, 237, 242, 0.8);
}
.popup__search_img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.popup__search::-webkit-scrollbar {
  width: 4px;
  background-color: #edf2f5;
  padding: 5px;
}
.popup__search::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #1a77b5;
}

.popup__search-result {
  margin-top: 0;
  max-height: 370px;
  overflow-y: auto;
}
.popup__search-result::-webkit-scrollbar {
  width: 4px;
  background-color: #edf2f5;
  padding: 5px;
}
.popup__search-result::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #1a77b5;
}

.no-results-message {
  opacity: 0.6;
}

.none {
  display: none;
}

.popup {
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 2000;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  background: rgba(0, 8, 84, 0.27);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: none;
}

.popup.active {
  display: block;
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px 20px;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__content {
  width: 100%;
  max-width: 1300px;
  border-radius: 5px;
  padding: 42px 50px 50px;
  scale: 0.3;
  background: #fff;
  transition: scale 0.4s ease;
}

.popup.open .popup__content {
  scale: 1;
}

.close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  transition: all 0.3s linear;
  z-index: 3;
}

@media (hover: hover) {
  .close-popup:hover {
    transform: scale(1.2);
  }
}
@media (max-width: 980px) {
  .close-popup {
    width: 12px;
    height: 12px;
    top: 10px;
    right: 10px;
  }
}
.popup-change__content {
  position: relative;
  width: 100%;
  max-width: 1300px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 45px;
  padding: 42px 50px 50px;
  background: #1a77b5 url("./../img/popup/bg.svg");
}
.popup-change__left {
  max-width: 685px;
  width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 2;
}
.popup-change__text {
  color: #fff;
}
.popup-change__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.popup-change__subtitle {
  flex-grow: 1;
}
.popup-change__form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
}
.popup-change__form input, .popup-change__form button {
  flex: 1 0 40%;
}
.popup-change__politic {
  width: 100%;
}
.popup-change__img {
  position: absolute;
  bottom: 0;
  left: 60%;
  max-width: 45%;
}
.popup-change__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .popup-change__left {
    gap: 60px;
  }
  .popup-change__title {
    font-size: 36px;
  }
}
@media (max-width: 980px) {
  .popup-change__content {
    position: relative;
    width: 100%;
    max-width: 440px;
    gap: 30px;
    padding: 24px 16px;
    padding-bottom: 280px;
    background: #1a77b5 url("./../img/popup/bg.svg");
  }
  .popup-change__left {
    max-width: none;
    width: 100%;
    gap: 40px;
  }
  .popup-change__text {
    color: #fff;
  }
  .popup-change__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .popup-change__subtitle {
    font-size: 14px;
  }
  .popup-change__form {
    flex-direction: column;
    gap: 14px;
  }
  .popup-change__form input {
    order: -2;
  }
  .popup-change__form .politic {
    order: -1;
  }
  .popup-change__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 350px;
    transform: translate(-50%, 0);
  }
}
.popup-response__content {
  position: relative;
  width: 100%;
  max-width: 660px;
  border-radius: 5px;
  position: relative;
  padding: 60px 50px;
  background: #1a77b5;
}
.popup-response__wrapper {
  color: #fff;
  text-align: center;
}
.popup-response__wrapper h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .popup-response__content {
    padding: 30px 15px;
  }
  .popup-response__wrapper h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.popup-city__content {
  border-radius: 5px;
  padding: 50px 60px 60px;
  background: #fff;
  max-width: 810px;
  min-height: 470px;
}
.popup-city__title {
  text-align: center;
  margin-bottom: 40px;
}
.popup-city__form {
  width: 100% !important;
}
.popup-city__search {
  margin-top: 40px;
}
.popup-city__search-result {
  max-height: 220px;
  overflow-y: auto;
}
.popup-city__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  max-height: 152px;
  overflow-y: auto;
  padding-right: 10px;
}
.popup-city__list::-webkit-scrollbar {
  width: 4px;
  background-color: #edf2f5;
  padding: 5px;
}
.popup-city__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #1a77b5;
}
.popup-city__list li {
  flex: 1 0 30%;
  max-width: calc(33% - 10px);
}
.popup-city__list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #1a77b5;
  transition: all 0.3s ease;
}
.popup-city__list li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("./../img/icons/location.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.popup-city__list li a:hover {
  color: #04578e;
}
.popup-city__search-wrap {
  margin: 14px 0 0 24px;
}
.popup-city__list_result li a {
  display: block;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 500;
  color: #363940;
}
.popup-city__list_result li a:hover {
  color: #1a77b5;
}
.popup-city__no-results-message::before {
  content: url("./../img/icons/no-location-1.svg");
}
.popup-city__close {
  width: 14px;
  height: 14px;
}

@media (max-width: 768px) {
  .popup-city__content {
    padding: 24px 16px;
    min-height: 428px;
  }
  .popup-city__title {
    margin-bottom: 24px;
  }
  .popup-city__search {
    max-height: 408px;
    margin-top: 30px;
  }
  .popup-city__search-result {
    max-height: 264px;
  }
  .popup-city__list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    max-height: 240px;
  }
  .popup-city__list li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .popup-city__list_result li a {
    font-size: 16px;
  }
}
.popup-search__body {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
}
.popup-search__content {
  border: 0;
  padding: 20px 0;
  background: #fff;
  max-width: 100%;
  height: -moz-max-content;
  height: max-content;
  max-height: 100vh;
}
.popup-search__form {
  display: block;
  width: calc(100% - 34px);
  position: relative;
}
.popup-search__input {
  width: 100%;
}
.popup-search__search-result {
  max-height: 600px;
}
.popup-search__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.popup-search__list li a {
  display: block;
  border-bottom: 1px solid rgba(26, 119, 181, 0.2);
  padding: 20px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 139%;
  color: #363940;
  transition: all 0.3s ease;
}
.popup-search__list li a:hover {
  color: #1a77b5;
}
.popup-search__list_result {
  padding-right: 20px;
}
.popup-search__list_result li a {
  display: block;
  border-bottom: 1px solid rgba(26, 119, 181, 0.2);
  padding: 20px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 139%;
  color: #363940;
  transition: all 0.3s ease;
}
.popup-search__list_result li a:hover {
  color: #1a77b5;
}
.popup-search__close {
  top: 17px;
  right: -30px;
}
.popup-search__search, .popup-search__search-result {
  width: calc(100% - 34px);
}

@media (max-width: 768px) {
  .popup-search__search {
    margin-top: 30px;
  }
  .popup-search__search-result {
    max-height: 500px;
  }
  .popup-search__list_result li a {
    padding: 16px 0;
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .popup-search__search-result {
    width: 100%;
  }
}

    /*POLICY-PLASHKA*/
    .bottom-info__wrapper {
        position: fixed;
        inset: auto 0 0 0;
        z-index: 1500;
        color: #fff;
        font: inherit;
        background-color: rgba(0, 0, 0, .73);
        opacity: 0;
        transition: opacity 300ms;
        font-size: clamp(0.625rem, 0.45rem + 0.4vw, 0.75rem);
        line-height: 1.1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .bottom-info__button-cross::after {
        content: "\00D7";
        color: #999;
        line-height: 1;
        transition: color 300ms;
    }

    .bottom-info__wrapper .bottom-info__button-cross:hover::after {
        color: #fff;
    }
    /*POLICY-PLASHKA*/
    
.doc__rating a {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}