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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.burger__active {
  overflow-y: hidden;
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  color: #007bff;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
  color: #0056b3;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

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

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mfp-bg {
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #0b0b0b;
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -.8em;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  opacity: .65;
  color: #fff;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: #fff;
}

.mfp-counter {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: .65;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: '';
  border: medium inset transparent;
}

.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  opacity: .7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

img.mfp-img {
  line-height: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  content: '';
  background: #444;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.mfp-figure small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #bdbdbd;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .6);
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }

  .mfp-img-mobile .mfp-close {
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, .6);
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/SourceSansPro/sourcesansproextralight.eot?') format('eot'), url('../fonts/SourceSansPro/sourcesansproextralight.woff2') format('woff2'), url('../fonts/SourceSansPro/sourcesansproextralight.woff') format('woff'), url('../fonts/SourceSansPro/sourcesansproextralight.ttf') format('truetype'), url('../fonts/SourceSansPro/sourcesansproextralight.svg#Source_Sans_Pro') format('svg');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/SourceSansPro/sourcesansprolight.eot?') format('eot'), url('../fonts/SourceSansPro/sourcesansprolight.woff2') format('woff2'), url('../fonts/SourceSansPro/sourcesansprolight.woff') format('woff'), url('../fonts/SourceSansPro/sourcesansprolight.ttf') format('truetype'), url('../fonts/SourceSansPro/sourcesansprolight.svg#Source_Sans_Pro') format('svg');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/SourceSansPro/sourcesanspro.eot?') format('eot'), url('../fonts/SourceSansPro/sourcesanspro.woff2') format('woff2'), url('../fonts/SourceSansPro/sourcesanspro.woff') format('woff'), url('../fonts/SourceSansPro/sourcesanspro.ttf') format('truetype'), url('../fonts/SourceSansPro/sourcesanspro.svg#Source_Sans_Pro') format('svg');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/SourceSansPro/sourcesansprosemibold.eot?') format('eot'), url('../fonts/SourceSansPro/sourcesansprosemibold.woff2') format('woff2'), url('../fonts/SourceSansPro/sourcesansprosemibold.woff') format('woff'), url('../fonts/SourceSansPro/sourcesansprosemibold.ttf') format('truetype'), url('../fonts/SourceSansPro/sourcesansprosemibold.svg#Source_Sans_Pro') format('svg');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/SourceSansPro/sourcesansprobold.eot?') format('eot'), url('../fonts/SourceSansPro/sourcesansprobold.woff2') format('woff2'), url('../fonts/SourceSansPro/sourcesansprobold.woff') format('woff'), url('../fonts/SourceSansPro/sourcesansprobold.ttf') format('truetype'), url('../fonts/SourceSansPro/sourcesansprobold.svg#Source_Sans_Pro') format('svg');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/SourceSansPro/sourcesansproblack.eot?') format('eot'), url('../fonts/SourceSansPro/sourcesansproblack.woff2') format('woff2'), url('../fonts/SourceSansPro/sourcesansproblack.woff') format('woff'), url('../fonts/SourceSansPro/sourcesansproblack.ttf') format('truetype'), url('../fonts/SourceSansPro/sourcesansproblack.svg#Source_Sans_Pro') format('svg');
}

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

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

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

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 132.5%;
  color: #3a3a3a;
}

h2 {
  line-height: 140%;
}

::-webkit-input-placeholder {
  color: #6c6c6c;
}

:-ms-input-placeholder {
  color: #6c6c6c;
}

::-ms-input-placeholder {
  color: #6c6c6c;
}

::-moz-placeholder {
  color: #6c6c6c;
}

::placeholder {
  color: #6c6c6c;
}

::-moz-selection {
  color: #fff;
  background-color: #00578c;
}

::selection {
  color: #fff;
  background-color: #00578c;
}

a {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

a:hover {
  text-decoration: none;
}

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

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.text__wrapper p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 24px;
  text-align: justify;
  color: #3a3a3a;
}

@media screen and (max-width: 450px) {
  .text__wrapper p {
    font-size: 16px;
  }
}

.text__wrapper h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 43px;
  margin-bottom: 12px;
  color: #3a3a3a;
}

.text__wrapper ul {
  margin-bottom: 20px;
  padding-left: 18px;
}

.wiki__content ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

@media screen and (max-width: 700px) {

  .text__wrapper ul,
  .wiki__content ul {
    padding-left: 0;
  }
}

.text__wrapper ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: normal;
  line-height: 132.5%;
  position: relative;
  margin-bottom: 24px;
  padding-left: 31px;
  color: #3a3a3a;
}

.wiki__content ul li {
  font-size: 18px;
  font-weight: normal;
  line-height: 132.5%;
  position: relative;
  padding-left: 0px;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 700px) {

  .text__wrapper ul li,
  .wiki__content ul li {
    font-size: 16px;
  }
}

.text__wrapper ul li:last-child,
.wiki__content ul li:last-child {
  margin-bottom: 0;
}

.text__wrapper ul li strong,
.wiki__content ul li strong {
  font-weight: bold;
}

.text__wrapper ul li a,
.wiki__content ul li a {
  font-weight: bold;
  color: #00578c;
}

.text__wrapper ul li a:hover,
.wiki__content ul li a:hover {
  color: #d30100;
}

.text__wrapper ul li::before,
.wiki__content ul li::before {
  top: 6px;
  left: 0;
  background: #00578C;
  opacity: .5;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  max-width: 8px;
  width: 100%;
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.i {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.i-logo_img {
  width: 22px;
  height: 25px;
  background-image: url('../img/premiumclinic_bread.svg');
}

.i-m {
  position: relative;
  display: inline-block;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  background-color: #3a3a3a;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

.i-m-phone {
  width: 17px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/phone.svg');
  mask-image: url('../img/icons/phone.svg');
}

.i-m-user {
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/user.svg');
  mask-image: url('../img/icons/user.svg');
}

.i-m-arrow-top {
  width: 19.84px;
  height: 9.6px;
  -webkit-mask-image: url('../img/icons/arrow-top.svg');
  mask-image: url('../img/icons/arrow-top.svg');
}

.i-m-doctor {
  width: 40px;
  height: 55px;
  background-color: #1a4159;
  -webkit-mask-image: url('../img/icons/doctor.svg');
  mask-image: url('../img/icons/doctor.svg');
}

.i-m-close {
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/close.svg');
  mask-image: url('../img/icons/close.svg');
}

.i-m-prev {
  width: 10.69px;
  height: 19.18px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/prev.svg');
  mask-image: url('../img/icons/prev.svg');
}

.i-m-day {
  width: 40px;
  height: 55px;
  background-color: #1a4159;
  -webkit-mask-image: url('../img/icons/day.svg');
  mask-image: url('../img/icons/day.svg');
}

.i-m-clock {
  width: 55px;
  height: 55px;
  background-color: #1a4159;
  -webkit-mask-image: url('../img/icons/clock.svg');
  mask-image: url('../img/icons/clock.svg');
}

.i-m-ambulance {
  width: 34px;
  height: 34px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/ambulance.svg');
  mask-image: url('../img/icons/ambulance.svg');
}

.i-m-hospital-bed {
  width: 27px;
  height: 27px;
  -webkit-mask-image: url('../img/icons/hospital-bed.svg');
  mask-image: url('../img/icons/hospital-bed.svg');
}

.i-m-pin {
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/pin.svg');
  mask-image: url('../img/icons/pin.svg');
}

.i-m-mail {
  width: 21px;
  height: 21px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/mail.svg');
  mask-image: url('../img/icons/mail.svg');
}

.i-m-instagram {
  width: 17px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/instagram.svg');
  mask-image: url('../img/icons/instagram.svg');
}

.i-m-vk {
  width: 17px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/vk.svg');
  mask-image: url('../img/icons/vk.svg');
}

.i-m-youtube {
  width: 17px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/youtube.svg');
  mask-image: url('../img/icons/youtube.svg');
}

.i-m-facebook {
  width: 17px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/facebook.svg');
  mask-image: url('../img/icons/facebook.svg');
}

.i-m-ok {
  width: 17px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/ok.svg');
  mask-image: url('../img/icons/ok.svg');
}

.i-m-wine {
  width: 28px;
  height: 28px;
  background-color: #00578c;
  -webkit-mask-image: url('../img/icons/wine.svg');
  mask-image: url('../img/icons/wine.svg');
}

.i-m-hospital {
  width: 27px;
  height: 27px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/hospital.svg');
  mask-image: url('../img/icons/hospital.svg');
}

.i-m-maths {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/maths.svg');
  mask-image: url('../img/icons/maths.svg');
}

.i-m-next {
  width: 22px;
  height: 22px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/next.svg');
  mask-image: url('../img/icons/next.svg');
}

.i-m-wallet {
  width: 45px;
  height: 45px;
  background-color: #1a4159;
  -webkit-mask-image: url('../img/icons/wallet.svg');
  mask-image: url('../img/icons/wallet.svg');
}

.i-m-contract {
  width: 45px;
  height: 45px;
  background-color: #1a4159;
  -webkit-mask-image: url('../img/icons/contract.svg');
  mask-image: url('../img/icons/contract.svg');
}

.i-m-doctor-2 {
  width: 45px;
  height: 45px;
  background-color: #1a4159;
  -webkit-mask-image: url('../img/icons/doctor-2.svg');
  mask-image: url('../img/icons/doctor-2.svg');
}

.i-m-beer {
  width: 61px;
  height: 61px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/beer.svg');
  mask-image: url('../img/icons/beer.svg');
}

.i-m-wine-2 {
  width: 61px;
  height: 61px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/wine-2.svg');
  mask-image: url('../img/icons/wine-2.svg');
}

.i-m-food {
  width: 61px;
  height: 61px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/food.svg');
  mask-image: url('../img/icons/food.svg');
}

.i-m-doctor-3 {
  width: 61px;
  height: 61px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/doctor-3.svg');
  mask-image: url('../img/icons/doctor-3.svg');
}

.i-m-pill {
  width: 54px;
  height: 54px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/pill.svg');
  mask-image: url('../img/icons/pill.svg');
}

.i-m-casino {
  width: 54px;
  height: 54px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/casino.svg');
  mask-image: url('../img/icons/casino.svg');
}

.i-m-hospital-2 {
  width: 54px;
  height: 54px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/hospital-2.svg');
  mask-image: url('../img/icons/hospital-2.svg');
}

.i-m-not {
  width: 59px;
  height: 61px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/not.svg');
  mask-image: url('../img/icons/not.svg');
}

.btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 59.5%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color: #fff;
  border: none;
  border-radius: 25px;
  background: none;
  background-color: #dd0200;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dd0200;
}

.btn_next {
  font-size: 14px;
  font-weight: 600;
  line-height: 59.5%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color: #fff;
  border: none;
  border-radius: 25px;
  background: none;
  background-color: #dd0200;
  border: 1px solid #dd0200;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

button {
  outline: none;
}

.btn__text {
  position: relative;
  z-index: 2;

}

.btn:hover {
  color: #dd0200;
  background-color: transparent;
}

.consultation {
  padding: 0.5em 1em;
  background-color: #194158;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header.animation-initialized::before {
  display: none;
}

.consultation__text {
  margin: 0;
  color: #fff;
  font-size: 1.1em;
  line-height: 120%;
  text-align: center;
}

.consultation__text-decor {
  padding: 0 3px;
  border: 1px solid #fff;
  border-radius: 3px;
}

@media (max-width: 575px) {
  .consultation__text {
    font-size: 1em;
  }
}

.header {
  z-index: 10;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

@-webkit-keyframes headerAnimtion {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes headerAnimtion {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.header.active {
  height: calc(100vh - 50px);
  overflow: auto;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-animation: headerAnimtion .3s linear;
  animation: headerAnimtion .3s linear;
}

.header.fixed.active {
  height: 100vh;
}

.header_active {
  z-index: 20;
}

@media screen and (max-width: 900px) {
  .consultation {
    font-size: 16px;
    min-height: 55px;
  }

  .header_active {
    padding-bottom: 0;
  }
}

.header_active .header__logo_img {
  display: block;
}

.header_active .header__logo_img-hidden {
  display: none;
}

.header_active .header__logo-text {
  color: #fff;
}

.header_active .header__circle {
  top: 166px;
  right: 148px;
}

@media screen and (max-width: 900px) {
  .header_active .header__circle {
    top: -102px;
    right: -18px;
  }
}

.header__svg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 208px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__svg-mob {
  display: none;
}

@media screen and (max-width: 1150px) {
  .header__svg {
    width: 1660px;
    height: 158px;
  }
}

@media screen and (max-width: 900px) {
  .header__svg {
    display: none;
  }

  .header__svg-mob {
    right: 0;
    left: auto;
    z-index: -1;
    display: block;
    width: 100%;
    height: 254px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 400px) {
  .header__svg-mob {
    right: 0px;
  }
}

.header__svg_hidden {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  display: none;
  width: 1920px;
  height: 518px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-mob {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: none;
  width: 100%;
  height: 103%;
}

.header__circle {
  position: absolute;
  z-index: 3;
  top: 25px;
  right: 159px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

@media screen and (max-width: 900px) {
  .header__circle {
    top: -102px;
    right: -18px;
  }
}

.header .container {
  position: relative;
  z-index: 3;
}

.header__adress-item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.header__adress-item picture {
  display: none;
}

.header__adress-item_show {
  display: none;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
}

@media screen and (max-width: 400px) {
  .header__logo {
    margin-left: 0;
  }
}

.header__logo:hover {
  opacity: .85;
}

.header__logo:focus {
  outline-width: 0;
}

.header__logo_img {
  width: 300px;
  max-width: 285px;
  height: auto;
}

@media screen and (max-width: 1150px) {
  .header__logo_img {
    max-width: 182px;
  }
}

.header__logo_img-hidden {
  display: none;
}

.header__logo-text {
  font-size: 12px;
  line-height: 137%;
  position: absolute;
  top: 72px;
  left: 105px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 249px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color: #717171;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  height: 100%;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1150px) {
  .header__logo-text {
    display: none;
  }
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.header__adress {
  font-size: 14px;
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1150px) {
  .header__contact {
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  .header__row {
    gap: 20px;
  }

  .header__contact {
    gap: 10px;
  }

  .header__adress {
    max-width: 210px;
  }
}

@media screen and (max-width: 900px) {
  .header__wrapper {
    height: calc(100vh - 94px);
    position: absolute;
    top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    gap: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none !important;
    -webkit-transition: opacity .15s linear, -webkit-transform .3s linear;
    transition: opacity .15s linear, -webkit-transform .3s linear;
    -o-transition: transform .3s linear, opacity .15s linear;
    transition: transform .3s linear, opacity .15s linear;
    transition: transform .3s linear, opacity .15s linear, -webkit-transform .3s linear;
  }

  .header__wrapper.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all !important;
  }

  .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px 20px;
    width: 100%;
    margin: 0;
    background-color: #00578C;
    color: #ffffffc0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header__contact.active {
    opacity: 1;
  }
}

.header__adress-btn {
  display: none;
}

@media screen and (max-width: 900px) {
  .header__adress-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px;
    width: 100%;
  }

  .header__adress-item:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-self: center;
  }

  .header__adress {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__adress .header__link {
    padding: 0;
  }

  .header__adress-item picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__adress-item_show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__adress-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48%;
  }

  .header__row {
    height: 70px;
  }
}

@media (max-width: 648px) {
  .header__wrapper {
    height: calc(100vh - 117.5px);
  }
}

@media screen and (max-width: 1150px) {
  .header__adress {
    font-size: 12px;
  }
}

.header__adress span {
  font-weight: 600;
}

.header__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__tel_text {
  font-size: 22px;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  color: #00578C;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color .2s ease;
  transition: -webkit-text-decoration-color .2s ease;
  -o-transition: text-decoration-color .2s ease;
  transition: text-decoration-color .2s ease;
  transition: text-decoration-color .2s ease, -webkit-text-decoration-color .2s ease;
}

.header__tel_text:hover {
  -webkit-text-decoration-color: #00578C;
  text-decoration-color: #00578C;
}

@media screen and (max-width: 1150px) {
  .header__tel_text {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) {
  .header__tel_text {
    color: #ffffff;
  }
}

@media screen and (max-width: 419px) {
  .header__tel_text {
    font-size: 14px;
  }
}


.header__tel_text::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  opacity: 0;
  background-color: #fff;
}

.header__telegram {
  display: -webkit-box;
  display: -ms-flexbox;
  background-color: #2AABEE;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px;
  -webkit-transition: padding .2s ease, background-color .2s ease;
  -o-transition: padding .2s ease, background-color .2s ease;
  transition: padding .2s ease, background-color .2s ease;
}

.header__telegram-mobile {
  display: none;
}

.header__telegram:hover {
  padding: 0;
  background-color: #dd0200;
}

.header__telegram-picture {
  width: 100%;
  height: 100%;
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: width .2s ease;
  -o-transition: width .2s ease;
  transition: width .2s ease;
}

.header__telegram-picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.header__telegram:hover .header__telegram-picture {
  width: 20px;
}

.header__whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  background-color: #48C95F;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px;
  -webkit-transition: padding .2s ease, background-color .2s ease;
  -o-transition: padding .2s ease, background-color .2s ease;
  transition: padding .2s ease, background-color .2s ease;
}

.header__whatsapp-mobile {
  display: none;
}

.header__whatsapp:hover {
  padding: 0;
  background-color: #dd0200;
}

.header__whatsapp-picture {
  width: 100%;
  height: 100%;
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: width .2s ease;
  -o-transition: width .2s ease;
  transition: width .2s ease;
}

.header__whatsapp-picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.header__whatsapp:hover .header__whatsapp-picture {
  width: 20px;
}

.header__tel:hover {
  color: #fff;
}

.header__tel:hover .header__tel_text::after {
  width: 100%;
  opacity: 1;
}

.header__tel:hover .i-m {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

.header__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 960px) {
  .header__list {
    gap: 10px;
  }
}

.header__item .header__link-open__menu {
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__item>.header__link {
  font-weight: 700;
  white-space: nowrap;
}

.header__item .header__link-open__menu::after {
  content: '';
  display: block;
  border-bottom: 2px solid #3a3a3a;
  border-right: 2px solid #3a3a3a;
  margin-bottom: 2px;
  width: 8px;
  height: 8px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(45);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.header__menu {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 901px) {
  .header__link-open__menu {
    pointer-events: none;
  }

  .header__item .header__link-open__menu.active::after {
    -webkit-transform: rotate(225);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}

@media screen and (max-width: 900px) {
  .header__item:hover .header__link-open__menu::after {
    -webkit-transform: rotate(225);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header__telegram-mobile {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__whatsapp-mobile {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


  .header__item .header__link-open__menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__menu {
    height: auto;
    padding: 20px 15px 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .active.header__menu {
    opacity: 1;
  }

  .header__list {
    width: 100%;
    max-width: calc(100% - 30px);
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.header__toggle {
  display: none;
}

@media screen and (max-width: 900px) {
  .header__toggle {
    position: relative;
    z-index: 21;
    display: block;
    width: 19px;
    height: 14px;
    margin-right: 20px;
  }

  .header__toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    border-radius: 2px;
    background-color: #194158;
  }

  .header__toggle span:nth-child(1) {
    top: 0;
  }

  .header__toggle span:nth-child(2),
  .header__toggle span:nth-child(3) {
    top: 6px;
  }

  .header__toggle span:nth-child(4) {
    top: 12px;
  }

  .header__toggle_active span:nth-child(1),
  .header__toggle_active span:nth-child(4) {
    top: 50%;
    left: 0;
    width: 0;
  }

  .header__toggle_active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header__toggle_active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}

@media screen and (max-width: 500px) {
  .header__toggle {
    margin-right: 0;
  }

  .header__logo {
    max-width: 100px;
  }

  .header .header__row {
    gap: 10px;
  }

  .header .container {
    padding: 0 10px;
  }

  .header__telegram-mobile {
    margin-right: 0;
  }

  .header__whatsapp-mobile {
    margin-right: 10px;
  }

  .header .header-momile__phone {
    font-size: 17px;
  }
}

.header__link {
  font-size: 16px;
  position: relative;
  padding-bottom: 3px;
  color: #3A3A3A;
}

@media screen and (max-width: 1150px) {
  .header__link {
    font-size: 15px;
  }
}

.header__link_active {
  border-bottom: 2px solid #dd0200;
}

.header__link_active:hover::after {
  display: none;
}

.menu {
  position: absolute;
  z-index: 3;
  top: 100%;
  height: auto;
}

@media (min-width: 901px) {
  .header__link:hover {
    text-decoration: underline !important;
  }

  .menu {
    opacity: 0;
    pointer-events: none;
    scale: 1.1;
    -webkit-transition: opacity .15s linear, scale .25s linear;
    -o-transition: opacity .15s linear, scale .25s linear;
    transition: opacity .15s linear, scale .25s linear;
  }

  .open-menu:hover .menu {
    opacity: 1;
    pointer-events: all;
    scale: 1;
  }

  .header__item {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .open-menu {
    height: auto;
  }

  .open-menu:hover {
    height: 100%;
  }
}

.regions_link {
  font-size: 14px;
  font-weight: 700;
}

@-webkit-keyframes menuHeader {
  0% {
    display: none;
    margin: 20px;
  }

  100% {
    display: block;
    margin: 0;
  }
}

@keyframes menuHeader {
  0% {
    display: none;
    margin: 20px;
  }

  100% {
    display: block;
    margin: 0;
  }
}

.regions_link {
  padding: 0;
  text-decoration: none;
  border: none !important;
  outline: none !important;
  color: inherit;
  background-color: transparent;

}

@media screen and (max-width: 900px) {
  .regions_link {
    color: #fff;
  }

  .header__item {
    width: 100%;
    display: block;
  }

  .header__item a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #D9E4EE;
    padding: 15px 5px;
  }

  .header__item:last-child a {
    border-bottom: none;
  }

  .menu {
    position: relative;
    top: 0;
    z-index: 1;
    border-top-width: 0;
    opacity: 0;
    display: none;
    pointer-events: none;
  }

  .menu.active {
    display: block;
    opacity: 1;
    -webkit-animation: menuHeader .3s forwards;
    animation: menuHeader .3s forwards;
  }

  .header__wrapper.active .menu.active,
  .header__wrapper.active .menu.active .menu__item {
    pointer-events: all;
  }

  .menu::after {
    position: absolute;
    right: -96px;
    bottom: 205px;
    width: 135px;
    height: 135px;
    content: '';
    opacity: .1;
    border-radius: 50%;
    background-color: #fff;
  }

  .menu .container {
    padding: 0;
  }
}

.menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu__list {
  position: relative;
  background-color: #fff;
  border: 1px solid #E7EDF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

@media screen and (max-width: 900px) {
  .menu__list {
    width: 100%;
    max-width: 100%;
    border-width: 0;
  }
}

@media screen and (max-width: 900px) {
  .menu__item>.menu__link.active>span {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}

.menu__item:hover>.menu__inner {
  overflow: visible;
  height: auto;
  max-height: 40vh;
  overflow-y: auto;
  top: 0;
  margin-top: -1px;
}

.menu__item:hover>.menu__inner::-webkit-scrollbar {
  width: 6px;
}

.menu__item:hover>.menu__inner::-webkit-scrollbar-thumb {
  background-color: #003657;
  border-radius: 6px;
}

@media screen and (max-width: 900px) {
  .menu__item:hover>.menu__inner {
    background-color: #fff;
    overflow: visible;
    max-height: none;
    z-index: 100;
    height: auto;
  }
}

.menu__item_active>a.menu__link {
  font-weight: bold !important;
}

.menu__item_active>a.menu__link>span {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menu__link {
  font-size: 16px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 15px 20px;
  color: #3a3a3a;
  border-bottom: 1px solid #D9E4EE;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__plashka {
  text-align: center;
  background: #ff2200;
  color: #fff;
}

.menu__link span {
  display: block;
  border-bottom: 1px solid #3a3a3a;
  ;
  border-right: 1px solid #3a3a3a;
  ;
  width: 8px;
  height: 8px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(-45);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

@media (min-width: 901px) {
  .menu__link {
    pointer-events: none;
  }

  .menu__item:hover>.menu__link span {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@media screen and (max-width: 900px) {
  .menu__item>.menu__link span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu__link span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .menu__link {
    padding-right: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.menu__link:hover {
  color: #3a3a3a;
}

.menu__inner {
  background-color: #fff;
  position: absolute;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  height: 0;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

@media screen and (max-width: 900px) {
  .menu__inner {
    position: relative;
    left: 0;
    background-color: #fff;
    display: none;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: none;
  }

  .menu__inner>.menu__inner-item .menu__inner .menu__inner-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 900px) {
  .menu__inner-item>.menu__inner-link {
    background-color: #F5F8FA;
    color: #00578C;
  }

  .menu__inner-item>.menu__inner-link:hover {
    background-color: #fff;
  }

  .menu__item .menu__inner {
    pointer-events: none;
  }

  .menu__item:hover .menu__inner {
    pointer-events: all;
    border-bottom: 1px solid #D9E4EE;
  }
}

.menu__inner-item:hover>.menu__inner {
  height: 100%;
}

@media screen and (max-width: 900px) {
  .menu__inner-item:hover>.menu__inner {
    height: auto;
  }
}

.menu__inner-item_active>a.menu__inner-link {
  color: #3a3a3a;
}

.menu__inner-item_active>a.menu__inner-link>span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu__inner-link {
  font-size: 16px;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 15px 20px;
  color: #3a3a3a;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .menu__inner-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    padding: 0 62px 0 84px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu__inner-link span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background-image: url('../img/icons/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.menu__inner-link:hover {
  color: #3a3a3a;
}

.center {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 31px 0 96px;
}

@media screen and (max-width: 1050px) {
  .center {
    margin-top: 10px;
  }
}

@media screen and (max-width: 950px) {
  .center {
    padding: 20px 0 60px;
  }
}

@media screen and (max-width: 420px) {
  .center {
    padding-bottom: 29px;
  }
}

.center__bg {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: 0;
  bottom: -115px;
  left: 0;
  overflow: hidden;
}

@media (min-width: 878px) {
  .center__bg::before {
    position: absolute;
    top: 0;
    left: -240px;
    width: 347px;
    height: 347px;
    content: '';
    border-radius: 50%;
    background-color: #00578c;
  }
}

@media screen and (max-width: 1350px) {
  .center__bg::before {
    top: 97px;
    left: -109px;
    width: 125px;
    height: 125px;
  }
}

.center__bg::after {
  position: absolute;
  right: -56px;
  bottom: 0;
  width: 224px;
  height: 224px;
  content: '';
  opacity: .02;
  border-radius: 50%;
  background-color: #000;
}

@media screen and (max-width: 850px) {
  .center__bg::after {
    display: none;
  }
}

.center .container {
  position: relative;
  z-index: 2;
}

.center__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .center__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: unset;
  }
}

.center__content {
  width: 100%;
  max-width: 556px;
}

@media screen and (max-width: 950px) {
  .center__content {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 600px) {
  .center__content {
    max-width: 387px;
  }
}

@media screen and (max-width: 400px) {
  .center__content {
    max-width: 318px;
  }
}

.center__title {
  font-size: 50px;
  font-weight: normal;
  line-height: 66px;
  position: relative;
  max-width: 550px;
  margin-bottom: 53px;
  color: #3a3a3a;
}

@media screen and (max-width: 950px) {
  .center__title {
    font-size: 36px;
    line-height: 44px;
    max-width: 400px;
  }
}

@media screen and (max-width: 600px) {
  .center__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}

.center__title span {
  font-weight: bold;
  color: #00578c;
}

.center__title::before {
  position: absolute;
  top: -46px;
  left: -51px;
  width: 74.56px;
  height: 84.22px;
  content: '';
  background-image: url('../img/icons/likes.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

@media screen and (max-width: 1250px) {
  .center__title::before {
    top: -30px;
    left: -15px;
  }
}

@media screen and (max-width: 950px) {
  .center__title::before {
    top: -33px;
    left: -25px;
    width: 53.21px;
    height: 60.1px;
  }
}

.center__title::after {
  position: absolute;
  bottom: -31px;
  left: 0;
  width: 162px;
  height: 3px;
  content: '';
  background-color: #d30100;
}

@media screen and (max-width: 600px) {
  .center__title::after {
    bottom: -20px;
  }
}

.center__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 33px;
}

@media screen and (max-width: 600px) {
  .center__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

.center__subtitle span {
  font-weight: bold;
}

.center__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.center__item {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  position: relative;
  width: 49%;
  margin-bottom: 12px;
  padding-left: 17px;
  color: #787878;
}

@media screen and (max-width: 600px) {
  .center__item {
    width: 100%;
  }
}

.center__item::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 50%;
  background-color: #dd0200;
}

.center__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .center__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.center__btn-green {
  max-width: 262px;
  height: 45px;
  background-color: #1a9797;
  border-color: #1a9797;
}

.center__btn-green:hover {
  color: #1a9797;
  background-color: #1a97973f;
}

@media screen and (max-width: 600px) {
  .center__btn-green {
    margin-bottom: 33px;
  }
}

.center__btn-green .i-m {
  position: relative;
  z-index: 2;
  margin-right: 16px;
}

.center__btn-blue {
  max-width: 262px;
  height: 45px;
  background-color: #1a4159;
  border-color: #1a4159;
}

.center__btn-blue:hover {
  background-color: #1a41593b;
  color: #1a4159;
}

.center__btn-blue .i-m {
  position: relative;
  z-index: 2;
  margin-right: 16px;
}

.center__form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 387px;
  margin-right: 65px;
  padding: 37px 28px 44px 34px;
  border-radius: 25px;
  background-color: rgba(0, 87, 140, .04);
}

.faq-form__form {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.faq-form__form-btns {
  display: flex;
  gap: 16px;
}

.faq-form__form .center__form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding: 0;
  background-color: transparent;
}

@media screen and (max-width: 1050px) {
  .center__form {
    margin-right: 0;
  }
}

@media screen and (max-width: 420px) {
  .center__form {
    max-width: 320px;
    padding: 33px 19px 28px 24px;
  }
}

.center__form-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 30px;
  text-align: center;
  color: #00578C;
}

@media screen and (max-width: 420px) {
  .center__form-title {
    font-size: 16px;
    line-height: 22px;
  }
}

.center__form .footer__block {
  height: 30px;
  margin-bottom: 19px;
}

.center__form .footer__block:last-child {
  margin-bottom: 22px;
}

.center__form .footer__block .i-m {
  width: 18px;
  height: 18px;
  background-color: #6c6c6c;
}

.center__form .footer__input {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  padding: 0 0 0 30px;
  color: #000;
  border-color: #6c6c6c;
}

.faq-form .center__form .footer__input {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  height: auto;
  background: rgba(243, 246, 252, 1);
  padding: 8px 24px;
  border-radius: 30px;
  color: #000;
  border-color: #6c6c6c;
  border: 0;
}

.center__form .footer__input::-webkit-input-placeholder {
  color: #6c6c6c;
}

.center__form .footer__input:-ms-input-placeholder {
  color: #6c6c6c;
}

.center__form .footer__input::-ms-input-placeholder {
  color: #6c6c6c;
}

.center__form .footer__input::-moz-placeholder {
  color: #6c6c6c;
}

.center__form .footer__input::placeholder {
  color: #6c6c6c;
}

.center__form-btn {
  max-width: 265px;
  height: 45px;
  margin: 0 auto 22px;
}

.center__form-btn:focus {
  outline-width: 0;
}

.center__form-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  width: 100%;
  max-width: 236px;
  margin: 0 auto;
  text-align: center;
  color: #8b8b8b;
}

.faq-form .center__form-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: left;
  color: #8b8b8b;
}

.faq-form__form span:not(.btn__text) {
  margin-bottom: 16px;
  font-weight: 600;
}

.our {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 18px;
}

.our__title {
  font-size: 36px;
  font-weight: normal;
  line-height: 44px;
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  color: #3a3a3a;
}

@media screen and (max-width: 950px) {
  .our__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 550px) {
  .our__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 42px;
  }
}

.our__title span {
  font-weight: bold;
}

.our__title::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 162px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d30100;
}

.our__row {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .our__row {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 450px) {
  .our__row {
    max-width: 320px;
  }
}

.our__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 890px) {
  .our__line {
    margin-bottom: 50px;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .our__line {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.our__line:last-child {
  margin-bottom: 0;
  padding-right: 0;

}

@media screen and (max-width: 890px) {
  .our__line: last-child {
    padding-left: 0;
  }
}

.our__line:last-child .our__item:nth-child(odd) {
  background-color: rgba(0, 140, 140, .9);
}

.our__line:last-child .our__item:nth-child(even) {
  background-color: rgba(0, 44, 70, .9);
}

.our__line:last-child .our__item:nth-child(1)>span::after {
  top: auto;
  bottom: -17px;
}

.our__line:last-child .our__item:nth-child(2)>span::after {
  top: auto;
  right: auto;
  bottom: -10px;
  left: -9px;
}

.our__line:last-child .our__item:nth-child(3)>span::after {
  top: -13px;
}

.our__line:last-child .our__item:nth-child(4)>span::after {
  top: -13px;
  right: auto;
  left: -5px;
}

.our__item {
  position: relative;
  width: 165px;
  height: 165px;
  border-radius: 20px;
  background-color: rgba(0, 44, 70, .9);
  -webkit-box-shadow: 4px 4px 15px #669aba;
  box-shadow: 4px 4px 15px #669aba;
}

@media screen and (max-width: 750px) {
  .our__item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 450px) {
  .our__item {
    width: 150px;
    height: 150px;
  }
}

.our__item:nth-child(even) {
  background-color: rgba(0, 140, 140, .9);
}

.our__item:nth-child(2)>span::after {
  right: auto;
  left: -9px;
}

.our__item:nth-child(3)>span::after {
  top: auto;
  bottom: -8px;
}

.our__item:nth-child(4)>span::after {
  top: auto;
  right: auto;
  bottom: -8px;
  left: -5px;
}

.our__item>div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px 20px 15px;
  border-radius: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 650px) {
  .our__item>div {
    padding: 10px;
  }
}

.our__item>div::after {
  position: absolute;
  top: -5px;
  right: 0;
  width: 51px;
  height: 51px;
  content: '';
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .1);
}

.our__item:hover>span::after {
  width: 200px;
  height: 200px;
  border-radius: 0;
}

.our_name2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  text-align: center;
  color: #fff !important;
  ;
}

.our__name {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

.our__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 450px) {
  .our__icons .i-m-beer {
    width: 55px;
    height: 55px;
  }

  .our__icons .i-m-wine-2 {
    width: 55px;
    height: 55px;
  }

  .our__icons .i-m-food {
    width: 55px;
    height: 55px;
  }

  .our__icons .i-m-doctor-3 {
    width: 55px;
    height: 55px;
  }

  .our__icons .i-m-pill {
    width: 49px;
    height: 49px;
  }

  .our__icons .i-m-casino {
    width: 49px;
    height: 49px;
  }

  .our__icons .i-m-hospital-2 {
    width: 49px;
    height: 49px;
  }

  .our__icons .i-m-not {
    width: 53.64px;
    height: 55.45px;
  }
}

.our__price {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

.our__price2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

.main {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  margin-bottom: -140px;
  padding: 27px 0 0;
}

@media screen and (max-width: 850px) {
  .main {
    padding-top: 0;
  }
}

.main::after {
  position: absolute;
  top: 237px;
  right: -56px;
  width: 224px;
  height: 224px;
  content: '';
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .02);
}

@media screen and (max-width: 850px) {
  .main: :after {
    display: none;
  }
}

.main__title {
  font-size: 35px;
  font-weight: normal;
  line-height: 44px;
  width: 100%;
  max-width: 579px;
  margin-bottom: 30px;
  color: #343434;
}

@media screen and (max-width: 900px) {
  .main__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 900px) {
  .main__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px;
  }
}

.main__title span {
  font-weight: bold;
  color: #00578c;
}

.better {
  position: relative;
  width: 100%;
  padding: 156px 0 56px;
}

@media screen and (max-width: 1050px) {
  .better {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .better {
    padding-top: 36px;
  }
}

.better__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.better__svg {
  position: absolute;
  left: 0;
  width: 42%;
  height: 100%;
}

.better__svg-mob {
  display: none;
}

@media screen and (max-width: 1350px) {
  .better__svg {
    width: 38%;
  }
}

@media screen and (max-width: 1050px) {
  .better__svg {
    width: 450px;
    height: 330px;
  }
}

@media screen and (max-width: 600px) {
  .better__svg {
    display: none;
  }

  .better__svg-mob {
    top: -133px;
    display: block;
    width: 100%;
    height: 515px;
  }
}

@media screen and (max-width: 335px) {
  .better__svg-mob {
    height: 565px;
  }
}

.better__circle {
  position: absolute;
  z-index: 2;
  top: 110px;
  left: 184px;
}

@media screen and (max-width: 600px) {
  .better__circle {
    display: none;
  }
}

.better .container {
  position: relative;
  z-index: 2;
}

.better__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1050px) {
  .better__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 450px) {
  .better__row {
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
  }
}

.better__tit {
  width: 100%;
  max-width: 413px;
}

@media screen and (max-width: 1050px) {
  .better__tit {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 600px) {
  .better__tit {
    margin-bottom: 74px;
  }
}

.better__title {
  font-size: 36px;
  font-weight: normal;
  line-height: 42px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}

@media screen and (max-width: 950px) {
  .better__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 600px) {
  .better__title {
    font-size: 30px;
    margin-bottom: 34px;
  }
}

.better__title span {
  font-weight: bold;
}

.better__title::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 162px;
  height: 3px;
  content: '';
  background-color: #d30100;
}

@media screen and (max-width: 600px) {
  .better__title::after {
    bottom: -16px;
  }
}

.better__subtitle {
  font-size: 18px;
  font-weight: normal;
  line-height: 122.5%;
  position: relative;
  margin-bottom: 0;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .better__subtitle {
    font-size: 16px;
  }
}

.better__subtitle::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 64px;
  height: 3px;
  content: '';
  background-color: #d30100;
}

.better__ro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (max-width: 600px) {
  .better__ro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .better__content {
    width: 100%;
  }
}

.better__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1050px) {
  .better__item {
    width: 33%;
  }
}

@media screen and (max-width: 950px) {
  .better__item {
    width: 45%;
  }
}

@media screen and (max-width: 600px) {
  .better__item {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .better__item:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .better__item:nth-child(even) .better__icon {
    margin-right: 0;
    margin-left: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .better__item:nth-child(even) .better__name::after {
    right: 0;
    left: auto;
  }
}

.better__item:nth-child(2) {
  margin-right: 94px;
}

@media screen and (max-width: 600px) {
  .better__item:nth-child(2) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1050px) {
  .better__item:nth-child(2) {
    margin: 0;
  }
}

.better__item:nth-child(3) {
  margin-left: 136px;
}

@media screen and (max-width: 600px) {
  .better__item:nth-child(3) {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1050px) {
  .better__item:nth-child(3) {
    margin: 0;
  }
}

.better__item:nth-child(6) {
  margin-right: 80px;
}

@media screen and (max-width: 1050px) {
  .better__item:nth-child(6) {
    margin: 0;
  }
}

.better__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 91px;
  height: 91px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 15px #c8c8c8;
  box-shadow: 2px 4px 15px #c8c8c8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.better__icon .i-m-hospital-bed {
  width: 45px;
  height: 45px;
  background-color: #1a4159;
}

.better__icon .i-m-day {
  width: 45px;
  height: 45px;
  background-color: #1a4159;
}

.better__icon .i-m-pin {
  width: 45px;
  height: 45px;
  background-color: #1a4159;
}

.better__name {
  font-size: 14px;
  font-weight: normal;
  line-height: 122.5%;
  position: relative;
  margin-bottom: 0;
}

.better__name::after,
.patient-title::after {
  position: absolute;
  bottom: -120%;
  left: 0;
  width: 51px;
  height: 1px;
  content: '';
  background-color: #d30100;
}

.patient-title {
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}

.patient-item {
  background-color: #f0f5f8;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  width: calc(50% - 20px);
  border: 1px #00578c solid;
}

.work {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 197px 0 0;
}

.conditions {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 60px 0 0;
}

.reviews {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 60px 0 0;
}

.workers {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 130px 0 0;
}

@media screen and (max-width: 1050px) {
  .work {
    padding-top: 110px;
  }
}

@media screen and (max-width: 950px) {
  .work {
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 550px) {
  .patient-item {
    width: 100%
  }

  .work {
    padding: 90px 0 0;
  }
}

.work__title {
  font-size: 36px;
  font-weight: normal;
  line-height: 44px;
  position: relative;
  margin-bottom: 34px;
  text-align: center;
  color: #3a3a3a;
}

.rews__title {
  font-size: 36px;
  font-weight: normal;
  line-height: 44px;
  position: relative;
  margin-bottom: 34px;
  text-align: center;
  color: #3a3a3a;
}

@media screen and (max-width: 950px) {
  .work__title {
    font-size: 32px;
    line-height: 40px;
  }

  .rews__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 550px) {
  .work__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 42px;
  }

  .rews__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 42px;
  }
}

.work__title span {
  font-weight: bold;
}

.rews__title span {
  font-weight: bold;
}

.work__title::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 162px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d30100;
}

.rews__title::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 162px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d30100;
}

.work__subtitle {
  font-size: 18px;
  font-weight: normal;
  line-height: 122.5%;
  max-width: 550px;
  margin: 0 auto 21px;
  text-align: center;
  color: #3a3a3a;
}

@media screen and (max-width: 950px) {
  .work__subtitle {
    font-size: 17px;
  }
}

@media screen and (max-width: 550px) {
  .work__subtitle {
    font-size: 16px;
    max-width: 283px;
    margin-bottom: 28px;
  }
}

.work__btn {
  max-width: 247px;
  height: 42px;
  cursor: pointer;
  margin: 0 auto;
}

.work__arrow {
  position: absolute;
  z-index: 2;
  top: 128px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(26, 151, 151, .9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .work__arrow {
    width: 30px;
    height: 30px;
  }

  .tab-wrapper .work__btn {
    margin-bottom: 10px;
  }

  .work__arrow .i-m {
    width: 14px;
    height: 14px;
  }
}

.work__arrow-next {
  right: -58px;
}

@media screen and (max-width: 1250px) {
  .work__arrow-next {
    right: 0;
  }
}

.work__arrow-prev {
  left: -58px;
}

@media screen and (max-width: 1250px) {
  .work__arrow-prev {
    left: 0;
  }
}

.work__arrow-prev .i-m {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.work__arrow:hover {
  background-color: #107979;
}

.work__slider {
  position: relative;
  width: 100%;
  margin-bottom: 46px;
}

@media screen and (max-width: 550px) {
  .work__slider {
    margin-bottom: 37px;
  }
}

.work__slider .slick-list {
  margin: 0 -14px;
}

.work__item {
  margin: 0 14px;
}

.work__item:focus {
  outline-width: 0;
}

.work__pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 295px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 550px) {
  .work__pic {
    height: 174px;
  }
}

.work__pic::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
}

@media screen and (max-width: 550px) {
  .work__pic::after {
    height: 159px;
  }
}

.work__img {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.work__name {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 4px;
  padding: 0 5px;
  padding-bottom: 2px;
  text-align: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 550px) {
  .work__name {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
}

.work__name::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 44px;
  height: 1px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d30100;
}

.work__name span>span {
  font-weight: bold;
}

.work__info {
  font-size: 14px;
  font-weight: normal;
  line-height: 124%;
  min-height: 34px;
  margin-bottom: 0;
  text-align: center;
  color: #3a3a3a;
}

@media screen and (max-width: 550px) {
  .work__info {
    font-size: 12px;
    min-height: auto;
  }
}

.too {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -173px;
  padding: 281px 0 83px;
}

@media screen and (max-width: 850px) {
  .too {
    padding: 221px 0 123px;
  }
}

@media screen and (max-width: 450px) {
  .too {
    padding: 241px 0 123px;
  }
}

.too__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.too__svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 850px) {
  .too__svg {
    display: none;
  }
}

.too__svg-mob {
  display: none;
  width: 100%;
}

@media screen and (max-width: 850px) {
  .too__svg-mob {
    display: block;
  }
}

.too .container {
  position: relative;
  z-index: 2;
}

.too__title {
  font-size: 36px;
  font-weight: normal;
  line-height: 44px;
  position: relative;
  max-width: 520px;
  margin-bottom: 42px;
}

@media screen and (max-width: 950px) {
  .too__title {
    font-size: 32px;
    line-height: 40px;
    max-width: 420px;
  }
}

@media screen and (max-width: 450px) {
  .too__title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 55px;
  }
}

.too__title span {
  font-weight: bold;
}

.too__title::after {
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 162px;
  height: 3px;
  content: '';
  background-color: #d30100;
}

.too__wrapper {
  width: 100%;
}

.too__img {
  float: right;
  width: 100%;
  max-width: 487px;
  height: auto;
  margin-top: -123px;
  margin-bottom: 5px;
  margin-left: 66px;
  border-radius: 25px;
}

@media screen and (max-width: 1050px) {
  .too__img {
    max-width: 380px;
  }
}

@media screen and (max-width: 850px) {
  .too__img {
    display: block;
    float: none;
    max-width: 320px;
    margin: 0 auto 28px;
  }
}

.too__link {
  font-size: 18px;
  font-weight: normal;
  color: #00578c;
  border-bottom: 1px dotted #00578c;
}

@media screen and (max-width: 450px) {
  .too__link {
    font-size: 16px;
  }
}

.too__link:hover {
  color: #dd0200;
  border-bottom-color: #dd0200;
}

.hero {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero__bg {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: 0;
  bottom: -115px;
  left: 0;
  overflow: hidden;
}

@media (min-width: 878px) {
  .hero__bg::before {
    position: absolute;
    top: 0;
    left: -240px;
    width: 347px;
    height: 347px;
    content: '';
    border-radius: 50%;
    background-color: #00578c;
  }
}

@media screen and (max-width: 1350px) {
  .hero__bg::before {
    top: 97px;
    left: -95px;
    width: 125px;
    height: 125px;
  }
}

.hero__bg::after {
  position: absolute;
  right: -56px;
  bottom: 0;
  width: 224px;
  height: 224px;
  content: '';
  opacity: .02;
  border-radius: 50%;
  background-color: #000;
}

@media screen and (max-width: 850px) {
  .hero__bg::after {
    display: none;
  }
}

.hero .container {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 450px) {
  .hero .container {
    max-width: 360px;
  }
}

.hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 700px) {
  .hero__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hero__content {
  width: 100%;
  max-width: 531px;
  margin-top: 37px;
}

@media screen and (max-width: 700px) {
  .hero__content {
    margin-top: 35px;
    margin-bottom: 33px;
  }
}

.hero__title,
.inner_page h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 22px;
  color: #3a3a3a;
}

@media screen and (max-width: 903px) {

  .hero__title,
  .inner_page h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 450px) {

  .hero__title,
  .inner_page h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.hero__title span,
.inner_page h1 span {
  color: #00578c;
}

.hero__subtitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 132.5%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 41px;
  padding: 5px 28px 7px;
  color: #3a3a3a;
  background-color: #f0f5f8;
}

@media screen and (max-width: 903px) {
  .hero__subtitle {
    font-size: 20px;
    margin-bottom: 31px;
  }
}

@media screen and (max-width: 450px) {
  .hero__subtitle {
    font-size: 18px;
    margin-bottom: 38px;
    padding: 5px 15px;
  }
}

.hero__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 450px) {
  .hero__line {
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 184px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .hero__item {
    width: 100%;
    max-width: 50%;
    margin-bottom: 18px;
  }
}

.hero__item .i-m {
  margin-bottom: 1px;
}

.hero__item-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 132.5%;
  text-align: center;
  color: #474747;
}

.hero__item-text span {
  font-weight: normal;
  display: block;
}

.hero__pic {
  display: block;
  width: 100%;
  max-width: 385px;
  margin: 30px 160px -40px 0;
}

@media screen and (max-width: 1100px) {
  .hero__pic {
    margin-right: 0;
  }
}

@media screen and (max-width: 850px) {
  .hero__pic {
    max-width: 300px;
  }
}

@media screen and (max-width: 760px) {
  .hero__pic {
    max-width: 250px;
    margin-top: 0;
  }
}

@media screen and (max-width: 450px) {
  .hero__pic {
    max-width: 242px;
  }
}

.hero__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.hero__btn {
  width: 100%;
  max-width: 265px;
  height: 45px;
}

@media screen and (max-width: 700px) {
  .hero__btn {
    margin: 0 auto;
  }
}

.hero__btn .i-m {
  position: relative;
  z-index: 2;
  margin-right: 17px;
}

.bread {
  width: 100%;
  padding-top: 24px;
}

.bread__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bread .i {
  margin-right: 7px;
}

.bread__link {
  font-size: 14px;
  line-height: 122.5%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #00578c;
}

.bread__link:hover {
  color: #dd0200;
}

.bread__link::after {
  position: relative;
  margin: 0 5px;
  content: '>';
  color: #3e3e3e;
}

.bread__link:last-child {
  color: #3e3e3e;
}

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

.we {
  position: relative;
  width: 100%;
  margin-top: -60px;
  padding: 104px 0 79px;
}

@media screen and (max-width: 900px) {
  .we {
    margin-top: -87px;
    padding: 90px 0 70px;
  }
}

@media screen and (max-width: 700px) {
  .we {
    margin-top: -135px;
    padding: 102px 0 120px;
  }
}

.we__bg {
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.we__bg svg {
  position: absolute;
  left: 50%;
  width: 1920px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 700px) {
  .we__bg svg {
    left: 60%;
    width: 2850px;
  }
}

.we .container {
  position: relative;
  z-index: 2;
}

.we__title {
  font-size: 36px;
  font-weight: normal;
  line-height: 125%;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .we__title {
    font-size: 32px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 700px) {
  .we__title {
    font-size: 30px;
    max-width: 321px;
    margin: 0 auto 57px;
    text-align: left;
  }
}

.we__title span {
  font-weight: bold;
  position: relative;
}

.we__title span::after {
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 162px;
  height: 3px;
  content: '';
  background-color: #d30100;
}

.we__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 700px) {
  .we__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.we__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  margin-right: 67px;
  border-radius: 25px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .we__pic {
    max-width: 250px;
    min-height: 220px;
    margin-right: 27px;
  }
}

@media screen and (max-width: 700px) {
  .we__pic {
    max-width: 322px;
    min-height: 289px;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.we__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.we__content {
  width: 100%;
  max-width: 660px;
  padding-top: 26px;
}

@media screen and (max-width: 900px) {
  .we__content {
    padding-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .we__content {
    max-width: 321px;
    margin-bottom: 34px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.we__content p {
  font-size: 18px;
  line-height: 165.5%;
  position: relative;
  margin-bottom: 16px;
  text-align: justify;
  color: #3a3a3a;
}

@media screen and (max-width: 700px) {
  .we__content p {
    font-size: 16px;
  }
}

.we__content p::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 44px;
  height: 1px;
  content: '';
  background-color: #d30100;
}

.we__content p strong {
  font-weight: bold;
}

.we__content p a,
.contact__link {
  font-weight: bold;
  color: #00578c;
}

.we__content p a:hover,
.contact__link:hover {
  color: #d30100;
}

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

.we__content p:last-child::after {
  display: none;
}

.services {
  position: relative;
  width: 100%;
  padding: 55px 0 63px;
}

@media screen and (max-width: 700px) {
  .services {
    padding: 21px 0 67px;
  }
}

.services__svg {
  position: absolute;
  z-index: 1;
  top: 59px;
  right: 39px;
}

@media screen and (max-width: 700px) {
  .services__svg {
    display: none;
  }
}

.services .container {
  position: relative;
  z-index: 2;
}

.services__title {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #3a3a3a;
}

@media screen and (max-width: 900px) {
  .services__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 700px) {
  .services__title {
    font-size: 30px;
    line-height: 35px;
    width: 100%;
    max-width: 321px;
    margin: 0 auto 35px;
  }
}

.services__title span {
  font-weight: bold;
}

.text__wrapper ol,
.services__list {
  padding-left: 18px;
  list-style: none;
  counter-reset: my-counter;
}

.wiki__content ol {
  padding-left: 0px;
  list-style: none;
  counter-reset: my-counter;
}

@media screen and (max-width: 700px) {

  .text__wrapper ol,
  .wiki__content ol,
  .services__list {
    width: 100%;
    max-width: 321px;
    margin: 0 auto;
    padding-left: 0;
  }
}

.text__wrapper ol li,
.wiki__content ol li,
.services__item {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  position: relative;
  margin-bottom: 24px;
  padding-left: 45px;
  counter-increment: my-counter;
  color: #3a3a3a;
}

@media screen and (max-width: 700px) {

  .text__wrapper ol li,
  .wiki__content ol li,
  .services__item {
    font-size: 16px;
  }
}

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

.text__wrapper ol li span,
.wiki__content ol li span,
.services__item span {
  font-weight: bold;
}

.text__wrapper ol li::before,
.services__item::before {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(my-counter) '.';
  color: #d30100;
}

.wiki__content ol li::before {
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(my-counter);
  color: rgba(0, 87, 140, .5);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(0, 87, 140, .5);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 700px) {

  .text__wrapper ol li::before,
  .wiki__content ol li::before,
  .services__item::before {
    font-size: 18px;
  }
}

.price {
  position: relative;
  width: 100%;
  padding: 0 0 97px;
}

@media screen and (max-width: 900px) {
  .price {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 700px) {
  .price {
    padding-bottom: 60px;
  }
}

.price__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 69px;
  text-align: center;
  color: #3a3a3a;
}

@media screen and (max-width: 900px) {
  .price__title {
    font-size: 32px;
    margin-bottom: 55px;
  }
}

.price__title span {
  position: relative;
}

.price__title span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 162px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d30100;
}

.price__table {
  width: 100%;
  max-width: 945px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 700px) {
  .price__table {
    width: 100%;
    max-width: 323px;
    margin: 0 auto 30px;
  }
}

.price__table-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 132.5%;
  display: block;
  width: 100%;
  padding: 19px 15px 12px;
  text-align: center;
  color: #fff;
  border-radius: 25px 25px 0 0;
  background-color: #00578c;
}

@media screen and (max-width: 700px) {
  .price__table-title {
    font-size: 14px;
    padding: 19px 10px 18px;
  }
}

.price__table-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #c1c1c1;
  border-top-width: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price__table-line:last-child {
  border-radius: 0 0 25px 25px;
}

.psih-cards {
  display: -ms-grid;
  display: grid;
  margin-top: 64px;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}

.psih-card__title {
  position: absolute;
}

#psih-block {
  padding-bottom: 40px;
}

#psih-block .work__btn {
  margin-top: 32px;
}

.psih-card {
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.psih-block__title {
  text-align: center;
  line-height: 41px;
  position: relative;
}

.psih-block__title::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 162px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d30100;
}

.psih-block__title span {
  font-weight: 700;
}

.psih-card__num {
  font-size: 75px;
  font-weight: 900;
  color: #ffffff4d;
  position: absolute;
  right: 16px;
  bottom: 0;
}

.psih-card img {
  width: 100%;
}

@media(max-width: 1100px) {
  .psih-cards {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .psih-block__title {
    max-width: 100%;
    font-size: 26px;
  }
}

@media(max-width: 992px) {
  .psih-block__title {
    max-width: 100%;
    font-size: 25px;
  }

  .psih-block__title br {
    display: none;
  }
}

@media(max-width: 768px) {
  .psih-cards {
    display: block;
  }

  .psih-card {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.price__table-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 132.5%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: auto;
  padding: 11px 23px;
  color: #3a3a3a;
  border-right: 1px solid #c1c1c1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 700px) {
  .price__table-name {
    font-size: 14px;
    padding: 7px 12px;
  }
}

.price__table-name .i-m {
  margin-right: 18px;
}

@media screen and (max-width: 700px) {
  .price__table-name .i-m {
    margin-right: 11px;
  }
}

.price__table-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 132.5%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 238px;
  height: auto;
  padding: 11px 63px;
  color: #3a3a3a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 700px) {
  .price__table-price {
    font-size: 14px;
    min-width: 102px;
    padding: 7px 10px;
  }
}

.price__btn {
  max-width: 265px;
  height: 45px;
  margin: 0 auto;
}

.price2 {
  padding-bottom: 55px;
}

@media screen and (max-width: 700px) {
  .price2 {
    padding-bottom: 110px;
  }
}

.price2__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 46px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 700px) {
  .price2__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.price2__tab {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 410px;
  height: 45px;
  margin: 0 14px;
  text-align: center;
  text-transform: uppercase;
  color: #232323;
  border: 1px solid #dd0200;
  border-radius: 25px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 700px) {
  .price2__tab {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 0 9px;
    padding: 0 35px;
  }
}

.price2__tab:hover {
  color: #fff;
  border-color: #fff;
  background-color: #232323;
}

.price2__tab_active {
  color: #fff;
  background-color: #dd0200;
}

.price2__tab_active:hover {
  color: #fff;
  border-color: #dd0200;
  background-color: #dd0200;
}

.price2__content {
  width: 100%;
  max-width: 848px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 840px) {
  .price2__content {
    max-width: 400px;
  }
}

.price2__block {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 0;
}

.price2__block.active {
  overflow: visible;
  height: auto;
}

.price2__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price2__line .slick-dots {
  position: absolute;
  z-index: 2;
  bottom: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price2__line .slick-dots li {
  margin: 0 3.5px;
}

.price2__line .slick-dots li button {
  font-size: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 6px;
  margin: 0;
  padding: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  opacity: 1;
  color: transparent;
  border: none;
  border-radius: 25px;
  background-color: #f0f5f8;
}

.price2__line .slick-dots li button:focus {
  outline-width: 0;
}

.price2__line .slick-dots li.slick-active button {
  background-color: #00578c;
}

.price2__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 262px;
  padding: 25px 21px 0 16px;
  border: 1px solid #00578c;
  border-radius: 25px;
  background-color: #fff;
}

@media screen and (max-width: 840px) {
  .price2__item {
    width: 100%;
    max-width: 100%;
  }
}

.price2__item_center {
  padding: 35px 20px 0 17px;
  border-color: #dd0200;
}

.price2__item_center .price2__name {
  margin-bottom: 12px;
}

.price2__item_center .price2__price {
  width: calc(100% + 37px);
  margin-left: -17px;
  background-color: #dd0200;
}

.price2__item_center .price2__list {
  margin-bottom: 31px;
}

.price2__item_center .price2__it::before {
  background-color: #dd0200;
}

.price2__item_center .price2__lin .i-m {
  background-color: #dd0200;
}

.price2__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: center;
  color: #3a3a3a;
}

.price2__lin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 9px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price2__lin:last-child {
  margin-bottom: 13px;
}

.price2__lin .i-m {
  margin-top: 4px;
  margin-right: 10px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.price2__lin-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #3a3a3a;
}

.price2__list {
  margin-bottom: 21px;
  padding-left: 26px;
}

.price2__it {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 27px;
  color: #3a3a3a;
}

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

.price2__it::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
  background-color: #00578c;
}

.price2__price {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 37px);
  height: 58px;
  margin-bottom: 0;
  margin-left: -16px;
  color: #fff;
  border-radius: 0 0 21px 21px;
  background-color: #00578c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price2__info {
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
  color: #3c3c3c;
}

@media screen and (max-width: 840px) {
  .price2__info {
    display: none;
  }
}

.list {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: -165px;
  padding: 86px 0 277px;
}

@media screen and (max-width: 900px) {
  .list {
    margin-bottom: -195px;
    padding: 70px 0 300px;
  }
}

@media screen and (max-width: 700px) {
  .list {
    padding: 44px 0 350px;
  }
}

@media screen and (max-width: 500px) {
  .list {
    margin-bottom: -335px;
    padding: 44px 0 450px;
  }
}

.list::after {
  position: absolute;
  z-index: 2;
  bottom: 200px;
  left: 0;
  width: 224px;
  height: 224px;
  content: '';
  opacity: .02;
  border-radius: 50%;
  background: #000;
}

@media screen and (max-width: 700px) {
  .list: :after {
    display: none;
  }
}

.list__svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 700px) {
  .list__svg {
    width: 3190px;
  }
}

.list .container {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 420px) {
  .list .container {
    max-width: 351px;
  }
}

.list__title {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 55px;
  color: #343434;
}

@media screen and (max-width: 900px) {
  .list__title {
    font-size: 32px;
    line-height: 45px;
  }
}

@media screen and (max-width: 700px) {
  .list__title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 80px;
  }
}

.list__title span {
  position: relative;
}

.list__title span::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 162px;
  height: 3px;
  content: '';
  background-color: #d30100;
}

.list__info {
  font-size: 18px;
  font-weight: normal;
  line-height: 132.5%;
  margin-bottom: 24px;
  text-align: justify;
  color: #3a3a3a;
}

@media screen and (max-width: 700px) {
  .list__info {
    font-size: 16px;
  }
}

.list__info:last-child {
  margin-bottom: 16px;
}

.wiki {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  padding: 0 0 51px;
}

@media screen and (max-width: 700px) {
  .wiki {
    padding: 0 0 39px;
  }
}

.wiki::after {
  position: absolute;
  right: -56px;
  bottom: 71px;
  width: 224px;
  height: 224px;
  content: '';
  opacity: .02;
  border-radius: 50%;
  background-color: #000;
}

@media screen and (max-width: 900px) {
  .wiki: :after {
    display: none;
  }
}

.wiki__title {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 65px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .wiki__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 700px) {
  .wiki__title {
    font-size: 30px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 420px) {
  .wiki__title {
    line-height: 36px;
    position: relative;
    width: 100%;
    max-width: 255px;
    margin: 0 auto 60px;
  }

  .wiki__title::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 162px;
    height: 3px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d30100;
  }

  .similar-articles .wiki__title::after {
    display: none;
  }
}

.wiki__title strong {
  font-weight: bold;
}

.wiki__title span {
  position: relative;
}

.wiki__title span::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 162px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d30100;
}

@media screen and (max-width: 420px) {
  .wiki__title span: :after {
    display: none;
  }
}

.wiki__wrapper {
  width: 100%;
  /*max-width:  749px;*/
  margin: 0 auto;
}

@media screen and (max-width: 420px) {
  .wiki__wrapper {
    max-width: 320px;
  }
}

.wiki__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  /*border:  .5px solid rgba(0,  0,  0,  .1);*/
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #00578C33;
}

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

.wiki__link {
  font-size: 18px;
  font-weight: 600;
  line-height: 132.5%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 19px 66px 19px 56px;
  color: #00578c;
}

@media screen and (max-width: 700px) {
  .wiki__link {
    font-size: 16px;
  }

  .wiki__link span {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .wiki__link {
    font-size: 15px;
    padding: 23px 15px 20px 50px;
  }
}

.wiki__link::before {
  position: absolute;
  top: 50%;
  left: 23px;
  width: 15px;
  height: 15px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #dd0200;
}

.wiki__link span::after {
  position: absolute;
  top: 50%;
  right: 37px;
  width: 20px;
  height: 2px;
  content: '';
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #00578c;
}

.wiki__link span::before {
  position: absolute;
  top: 50%;
  right: 46px;
  width: 2px;
  height: 20px;
  content: '';
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #00578c;
}

.wiki__link_active span::before {
  height: 0;
}

.wiki__link_active span::after {
  background-color: #dd0200;
}

.wiki__link:hover {
  color: #dd0200;
}

.wiki__content {
  display: none;
  padding: 20px 21px 30px 30px;
}

.wiki__content p {
  font-size: 16px;
  font-weight: normal;
  line-height: 132.5%;
  margin-bottom: 20px;
  text-align: justify;
  color: #3a3a3a;
}

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

.wiki__content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 132.5%;
  margin-bottom: 5px;
  color: #3a3a3a;
}

.wiki__content h3:last-child {
  margin-bottom: 0;
}

.how {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 102px 0 90px;
}

@media screen and (max-width: 700px) {
  .how {
    margin-top: -40px;
    padding: 100px 0 98px;
  }
}

.how__svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.how .container {
  position: relative;
  z-index: 3;
}

.how__title {
  font-size: 35px;
  font-weight: normal;
  line-height: 42px;
  position: relative;
  margin-bottom: 55px;
  text-align: center;
  color: #343434;
}

@media screen and (max-width: 900px) {
  .how__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 700px) {
  .how__title {
    font-size: 30px;
    margin-bottom: 60px;
  }
}

.how__title::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 162px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d30100;
}

.how__info {
  font-size: 18px;
  font-weight: normal;
  line-height: 132.5%;
  margin-bottom: 24px;
  text-align: justify;
  color: #3a3a3a;
}

@media screen and (max-width: 700px) {
  .how__info {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .how__info {
    max-width: 321px;
    margin: 0 auto 24px;
  }
}

.how__info:last-child {
  margin-bottom: 14px;
}

.how__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .how__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.how__img {
  float: left;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin-top: 9px;
  margin-right: 9px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 900px) {
  .how__img {
    max-width: 290px;
  }
}

@media screen and (max-width: 700px) {
  .how__img {
    float: none;
    max-width: 315px;
    margin: 0 auto 41px;
  }
}

.how2 {
  position: relative;
  width: 100%;
  margin-bottom: -112px;
  padding: 90px 0;
}

@media screen and (max-width: 500px) {
  .how2 {
    margin-bottom: 0;
  }
}

.how2::after {
  position: absolute;
  right: 142px;
  bottom: -48px;
  width: 224px;
  height: 224px;
  content: '';
  opacity: .02;
  border-radius: 50%;
  background-color: #000;
}

@media screen and (max-width: 700px) {
  .how2: :after {
    display: none;
  }
}

.how2__wrapper {
  width: 100%;
}

.how2__img {
  float: right;
  width: 100%;
  max-width: 175px;
  height: auto;
  margin-right: 104px;
  margin-bottom: 26px;
  margin-left: 113px;
}

@media screen and (max-width: 700px) {
  .how2__img {
    display: block;
    float: none;
    max-width: 175px;
    margin: 0 auto 53px;
  }
}

.footer__block {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 0 14px;
  padding: 0;
}

.footer__block_last {
  margin-bottom: 31px;
}

.footer__block .i-m {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__input {
  font-size: 12px;
  font-weight: normal;
  line-height: 40px;
  width: 100%;
  height: 40px;
  padding: 0 3px 0 27px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
}

.footer__input:focus {
  outline-width: 0;
}

.footer__input::-webkit-input-placeholder {
  color: #fff;
}

.footer__input:-ms-input-placeholder {
  color: #fff;
}

.footer__input::-ms-input-placeholder {
  color: #fff;
}

.footer__input::-moz-placeholder {
  color: #fff;
}

.footer__input::placeholder {
  color: #fff;
}

.footer {
  padding: 0;
}

.footer__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.footer__top-item_first {
  width: 100%;
  max-width: 280px;
}

.footer__top-item_nav {
  width: 100%;
  max-width: 450px;
}

.footer__contact {
  width: 100%;
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer__contact-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color .2s ease;
  transition: -webkit-text-decoration-color .2s ease;
  -o-transition: text-decoration-color .2s ease;
  transition: text-decoration-color .2s ease;
  transition: text-decoration-color .2s ease, -webkit-text-decoration-color .2s ease;
}

.footer__contact-item a:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.footer__contact-item p {
  font-size: 14px;
  color: #ffffffbd;
  margin-bottom: 0;
}

.footer__contact-picture {
  width: 35px;
  height: 35px;
  background-color: #ffffff1f;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__col {
  -ms-flex-preferred-size: calc((100% - 20px) / 2);
  flex-basis: calc((100% - 20px) / 2);
}

.footer__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  opacity: 1;
}

.footer__logo:hover {
  opacity: .85;
}

.footer__logo_img {
  width: 100%;
  max-width: 224px;
  height: auto;
}

.footer__top {
  padding: 80px 0;
  background-color: #003657;
  color: #fff;
}

.footer__top-text {
  font-size: 12px;
  margin-bottom: 30px;
}

.footer__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #fff;
}

.footer__link a {
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  position: relative;
  color: #ffffffbd;
}

.footer__link a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  opacity: 0;
  background-color: #fff;
}

.footer__link a:hover {
  color: #fff;
}

.footer__link a:hover::after {
  width: 100%;
  opacity: 1;
}

.footer__btn {
  width: 100%;
  height: 45px;
}

.footer__btn__text {
  font-size: 14px;
  font-weight: 600;
}

.footer__bottom {
  background-color: #002F4D;
  padding: 20px 0;
  color: #ffffffc7;
  text-align: center;
}

.footer__bottom-inner {
  text-align: center;
  font-size: 12px;
}

.footer__bottom-inner p {
  margin-bottom: 0;
}

@media (max-width: 920px) {
  .footer__top-text {
    margin-bottom: 15px;
  }

  .footer__top {
    padding: 40px 0;
  }

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

  .footer__top-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

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

  .footer__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}



.bottom-info__wrapper {
        position: fixed;
        inset: auto 0 0 0;
        z-index: 500;
        color: #fff;
        font: inherit;
        font-size: clamp(0.625rem, 0.1875rem + 1vw, 1.125rem);
        line-height: 1.12;
        background-color: rgba(0, 0, 0, .53);
        opacity: 0;
        transition: opacity 300ms;
    }

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

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

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

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

    .bottom-info__content a {
        color: #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;
    }







@media (max-width: 500px) {
  .footer__contact {
    max-width: 100%;
  }

  .footer__btn {
    width: 100%;
  }

  .footer__contact {
    gap: 10px;
  }

  .footer__nav {
    gap: 10p;
  }
}

.modal {
  position: relative;
  width: 100%;
  max-width: 555px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 9px rgba(0, 0, 0, .25);
  box-shadow: 4px 4px 9px rgba(0, 0, 0, .25);
}

@media screen and (max-width: 550px) {
  .modal {
    max-width: 320px;
  }
}

.modal__title {
  font-size: 35px;
  font-weight: normal;
  line-height: 35px;
  margin-bottom: 30px;
  padding: 22px 0 11px;
  text-align: center;
  color: #343434;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.modal__title-calc {
  margin-bottom: 54px;
}

.modal__title span {
  font-weight: bold;
}

@media screen and (max-width: 550px) {
  .modal__title {
    font-size: 24px;
    line-height: 24px;
    padding: 22px 0;
  }
}

.modal__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.modal__inner::before {
  position: absolute;
  top: -68px;
  left: -80px;
  width: 146px;
  height: 146px;
  content: '';
  border-radius: 50%;
  background-color: rgba(0, 140, 140, .1);
}

.modal__subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #3a3a3a;
}

.modal__line {
  width: 100%;
  max-width: 378px;
  margin: 0 auto 43px;
}

.modal__line .hero__item {
  width: 50%;
}

@media screen and (max-width: 550px) {
  .modal__line {
    padding-right: 11px;
  }
}

.modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 550px) {
  .modal__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 225px;
    margin: 0 auto 29px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.modal__btn {
  max-width: 225px;
  height: 45px;
}

@media screen and (max-width: 550px) {
  .modal__btn {
    margin-top: 15px;
  }
}

.modal__btn:focus {
  outline-width: 0;
}

.modal__input {
  max-width: 228px;
}

.modal .footer__block {
  height: 33px;
  margin-bottom: 0;
}

.modal .footer__block:last-child {
  margin-bottom: 0;
}

.modal .footer__block .i-m {
  width: 18px;
  height: 18px;
  background-color: #6c6c6c;
}

.modal .footer__input {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 33px;
  height: 30px;
  padding: 0 0 0 30px;
  color: #000;
  border-color: #6c6c6c;
}

.modal .footer__input::-webkit-input-placeholder {
  color: #6c6c6c;
}

.modal .footer__input:-ms-input-placeholder {
  color: #6c6c6c;
}

.modal .footer__input::-ms-input-placeholder {
  color: #6c6c6c;
}

.modal .footer__input::-moz-placeholder {
  color: #6c6c6c;
}

.modal .footer__input::placeholder {
  color: #6c6c6c;
}

.modal__progress {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 6px;
  margin: 0 34px 0 40px;
  margin-bottom: 24px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  background-color: #fff;
}

.modal__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  border-radius: 20px;
  background-color: #d30100;
}

.contacts_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.item_custom {
  margin: 20px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.agreement_custom {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.footer_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.modal__progress-text {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  padding-top: 4px;
  top: -9px;
  left: 0;
  width: 25%;
  height: 32px;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  text-align: center;
  color: #fff;
  border-radius: 25px;
  background-color: #d30100;
}

@media screen and (max-width: 550px) {
  .modal__progress-text {
    width: 111px;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

.modal__progress-text::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 6px 7px 0 7px;
  border-style: solid;
  border-color: #d30000 transparent transparent transparent;
}

.modal__slider {
  width: 100%;
  max-width: 495px;
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  .modal__slider {
    width: calc(100% - 27px);
    max-width: 100%;
    margin-left: 22px;
  }
}

.modal__item:focus {
  outline-width: 0;
}

.modal__item .modal__row {
  margin-top: 0;
  padding: 0;
}

.modal__suc {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #3a3a3a;
}

.modal__info {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 40px;
  text-align: center;
  color: #3a3a3a;
}

.modal__ask {
  font-size: 18px;
  font-weight: normal;
  line-height: 132.5%;
  margin-bottom: 15px;
  color: #3a3a3a;
}

.modal__check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  padding-left: 31px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__check input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.modal__check input:checked~.modal__check-box {
  background-color: #dd0200;
}

.modal__check input:checked~.modal__check-box~.modal__check-text {
  font-weight: bold;
}

.modal__check-box {
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  border: 1px solid #dd0200;
  border-radius: 50%;
  background-color: #fff;
}

.modal__check-text {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #3a3a3a;
}

.modal__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(209, 209, 209, .9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__prev:hover {
  background-color: #3a3a3a;
}

.modal__prev:focus {
  outline-width: 0;
}

.modal__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 420px;
  margin: 13px auto 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 550px) {
  .modal__set {
    max-width: 301px;
  }
}

.modal__set .modal__btn {
  margin-left: auto;
}

@media screen and (max-width: 550px) {
  .modal__set .modal__btn {
    margin-top: 0;
    margin-left: 0;
  }
}

.arrow-close {
  font-size: 0;
  position: absolute;
  z-index: 1000;
  top: -23px;
  right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  padding: 0;
  opacity: 1;
  color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 550px) {
  .arrow-close {
    top: -4px;
    right: -2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #e6f4f4;
  }
}

@media screen and (max-width: 550px) {
  .arrow-close .i-m {
    width: 7.82px;
    height: 7.82px;
    background-color: #629292;
  }
}

.arrow-close:after {
  display: none;
}

.contacts_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item_custom {
  margin: 20px;
  height: 230px;
}

.hide {
  display: none !important;
}

.inner_page {
  padding: 30px 0;
}

._application .center__form {
  margin: 0 auto;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  float: none;
}

.contact_item {
  text-align: center;
  background-color: #f0f5f8;
  padding: 20px;
  border-radius: 10px;
  border: 1px #00578c solid;
}

.contact__link:hover .contact_item {
  border: 1px #d30100 solid;
}

.contact__link_wrapper {
  margin: 0 10px;
  width: calc(33% - 20px);
}

#map {
  height: 400px;
  margin-top: 40px;
}

.contacts {
  margin: 40px 0;
}

@media screen and (max-width: 700px) {
  .contact__link_wrapper {
    margin: 10px 0;
    width: 100%;
  }
}

@media (min-width:901px) {
  .mobile {
    display: none !important
  }
}

.refreshButton {
  background-color: silver !important;
}

.refreshButton:hover {
  background-color: darkgray !important;
}

.circle_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stati_inner .patient-item {
  text-align: center;
  background: white
}

.stati__info {
  margin: 1em;
}

.stati_inner .patient-item:hover {
  background: #f0f5f8;
  border-color: #dd0200
}

.stati_inner .patient-item .stati__info {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color: #00578c
}

.stati_inner .patient-item:hover .stati__info {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color: #dd0200;
}

/* similar-articles */

.similar-articles {
    padding: 100px 0;
}

.similar-articles .wiki__title {
    margin-bottom: 54px;
}

.similar-articles .wiki__title span::after {
    bottom: -19px;
}

.similar-article {
    border-radius: 16px;
    background-color: #f0f5f8;
}

.similar-article__img {
    height: 209px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.similar-article__wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    min-height: 275px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 1px solid #00578c;
}

.similar-article__title {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 11px;
    font-size: 20px;
    line-height: 130%;
    color: #3a3a3a;
    font-weight: 700;
}

.similar-article__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 51px;
    height: 1px;
    background-color: #d30100;
}

.similar-article__description {
    margin: 0;
}

.similar-article__date {
    margin: 0;
    margin-top: auto;
}

.city__filter {
  color: #1a4159;
  outline: none;
  border-radius: 31.5px;
  border: 2px solid #4dc5c3;
  padding: 5px 20px;
  min-width: 300px;
  font-size: large;
  text-align: center;
  margin-bottom: 30px;
}

.city-list {
  overflow: auto;
}

.inside_filter {
  text-align: center;
  max-width: 1010px;
  margin: 0 auto;
}

.subfolder_ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.inside_city {
  list-style-type: none;
  font-size: 14px;
  width: 25%;
}

@media screen and (max-width: 950px) {
  .inside_city {
    width: 33%;
  }
}

@media screen and (max-width: 700px) {
  .inside_city {
    width: 50%;
    padding-left: 25px !important;
  }

  .similar-articles {
    padding: 40px 0;
  }

  .similar-articles .wiki__title {
    margin-bottom: 40px;
  }

  .similar-article__title {
    font-size: 18px;
  }
}

.hide {
  display: none !important;
}

.ph_gal {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.owl-carousel.licenzii div img {
  display: block !important;
}

.gal_item {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin: 10px 0;
  width: 24%;
}

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

.gal_item img {
  display: block !important;
}

.gal_item:hover {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.city-list a {
  display: inline-block;
  font-size: 14px;
  color: #dd0200;
  margin: 0 15px 15px;
  text-decoration: underline;
  position: relative;
}

.city-list a:hover {
  text-decoration: none;
}

.city-list,
.inside_filter {
  margin: 0 20px
}

.advantages-block {
  margin: 20px 0;
}

.advantages-block__wrapper {
  margin: 20px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.advantages-block__img {
  width: 120px;
  display: block;
  margin: auto;
}

.advantages-block__text {
  text-align: center;
  font-weight: 700;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .advantages-block__wrapper {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 550px) {
  .advantages-block__wrapper {
    display: block;
  }

  .advantages-block__img {
    width: 50% !important;
  }
}

.advantages-block__wrapper .slick-dots {
  position: absolute;
  z-index: 4;
  bottom: 51px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 950px) {
  .advantages-block__wrapper .slick-dots {
    bottom: -10px;
  }
}

.advantages-block__wrapper .slick-dots li button {
  font-size: 1px;
  width: 27px;
  height: 27px;
  margin: 0 13px;
  padding: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(.94);
  -ms-transform: scale(.94);
  transform: scale(.94);
  color: transparent;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

@media screen and (max-width: 950px) {
  .advantages-block__wrapper .slick-dots li button {
    width: 22px;
    height: 22px;
    margin: 0 8px;
  }
}

.block-col1 {
  width: 40%;
  float: left;
}

.block-col2 {
  width: 60%;
  float: left;
}

@media screen and (max-width: 768px) {
  .block-col1 {
    width: 100%;
    float: left;
    margin-top: 64px;
  }

  .block-col2 {
    width: 100%;
    float: left;
  }
}

.advantages-block__wrapper .slick-dots li button:focus {
  outline-width: 0;
}

.advantages-block__wrapper .slick-dots li.slick-active button {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: rgba(26, 151, 151, .9);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.city-dropdown {
  min-width: 230px;
  margin-top: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: #F3F3F3;
  border-radius: 25px;
  position: relative;
}

.city-dropdown__elem-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

.city-dropdown__elem {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.city-dropdown__elem-name {
  color: #696969;
  font-family: Roboto;
  font-size: 16px;
}

.city-dropdown__selected-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background: #F3F3F3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  border-radius: 25px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
}

.city-dropdown__arrow {
  background: #7AAB9C33;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 10px;
  z-index: 998;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.city-dropdown__arrow img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.city-dropdown__cities {
  position: absolute;
  background: #F3F3F3;
  left: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-shadow: 0px 2px 7px #c4c4c4;
  box-shadow: 0px 2px 7px #c4c4c4;
  border-radius: 25px;
  padding-bottom: 50px;
}

.city-dropdown__cities-list {
  overflow-y: scroll;
}

.city-dropdown__cities-list::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}

.city-dropdown__cities-list::-webkit-scrollbar-thumb {
  background-color: #7AAB9C;
}

.city-dropdown__elem-name a {
  color: #696969;
}

.city-dropdown.open .city-dropdown__cities {
  display: block;
}

.city-dropdown.open .city-dropdown__arrow img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.city-dropdown.open .city-dropdown__cities {
  background: #fff;
}

.city-dropdown.open .city-dropdown__cities-list {
  height: 200px;
}

.city-dropdown.open {
  background: #fff;
}

.city-dropdown.open .city-dropdown__selected-elem {
  background: #fff;
}

@media(max-width: 1200px) {
  .ph_gal {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width: 1050px) {
  .header__center-row {
    height: auto;
    padding: 20px 0;
  }

  .header__top {
    z-index: 0;
  }
}

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

  .city-dropdown {
    min-width: 0;
  }

  .city-dropdown__elem-icon {
    margin: 0;
  }

  .header__center-row {
    padding-bottom: 80px;
  }

  .city-dropdown.open {
    min-width: 230px;
  }

  .city-dropdown__arrow {
    opacity: 0;
  }

  .city-dropdown.open .city-dropdown__arrow {
    opacity: 1;
  }

  .city-dropdown__elem .city-dropdown__elem-icon {
    margin-right: 15px;
  }

  .city-dropdown__selected-elem .city-dropdown__elem-name {
    display: none;
  }

  .city-dropdown.open .city-dropdown__arrow img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .sales-block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.select-your_city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  height: 84%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px;
}

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

.select-city_name {
  color: #000;
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select-district {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 10px 17px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.district-link {
  padding: 5px;
  width: 32%;
  text-align: center;
  text-decoration: none;
  color: #166d6d;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-right: 1px solid #1a9797;
  border-left: 1px solid #1a9797;
}

.select-city_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 2px solid #4dc5c3;
  border-radius: 23px;
  padding-left: 20px;
  padding-top: 20px;
  height: 33%;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.select-rerions {
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: 200px;
  width: 100%;
  padding: 10px 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.regions-link {
  padding: 5px;
  width: 32%;
  display: none;
  text-align: center;
  text-decoration: none;
  color: #166d6d;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-right: 1px solid #1a9797;
  border-left: 1px solid #1a9797;
}

.city-link {
  display: none;
  flex-basis: calc((100% - 90px) / 3);
  text-align: center;
  text-decoration: none;
  color: #166d6d;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 16px;
  padding: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-right: 1px solid #1a9797;
  border-left: 1px solid #1a9797;
}

.select-city {
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 10px 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 200px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.select-city_name hr {
  width: 85%;
  height: 2px !important;
  background: #4dc5c3;
  border: none;
}

.select-city_name span {
  width: 15%;
}

.district-link:hover {
  color: #1a9797;
  -webkit-transition: background 0s 0.1s;
  -o-transition: background 0s 0.1s;
  transition: background 0s 0.1s;
}

.district-link:focus {
  color: #fff;
  background: #1a9797;
  border-radius: 50px;
  -webkit-transition: color 0s 0.1s;
  -o-transition: color 0s 0.1s;
  transition: color 0s 0.1s;
}

.regions-link:hover {
  color: #1a9797;
  -webkit-transition: background 0s 0.1s;
  -o-transition: background 0s 0.1s;
  transition: background 0s 0.1s;
}

.city-link:hover {
  color: #1a9797;
  -webkit-transition: background 0s 0.1s;
  -o-transition: background 0s 0.1s;
  transition: background 0s 0.1s;
}

.regions-link:focus {
  color: #fff;
  background: #1a9797;
  border-radius: 50px;
  -webkit-transition: color 0s 0.1s;
  -o-transition: color 0s 0.1s;
  transition: color 0s 0.1s;
}

.select-rerions::-webkit-scrollbar {
  width: 10px;
  height: 90%;
}

.select-rerions::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: rgb(22, 109, 109, 0.1);
  border-radius: 10px;
}

.select-rerions::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(26, 65, 89);
}

.select-city::-webkit-scrollbar {
  width: 10px;
}

.select-city::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: rgb(22, 109, 109, 0.1);
  border-radius: 10px;
}

.select-city::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(26, 65, 89);
}

.select-city_name_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 20%;
}

.activity {
  color: #000;
  display: block;
}

@media(max-width: 800px) {
  .select-your_city {
    display: none;
    width: 100%;
    height: 359px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .popup_title {
    display: block;
  }

  .city__filter {
    display: block;
  }

  .city-list {
    display: block;
  }
}

.cd-popup {
  z-index: 999999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.inside_filter {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 146px;
}

.city-list {
  margin: 0 auto;
  max-width: 1010px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 146px;
}

@media (max-width: 800px) {
  .city-list {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .city-link {
    flex-basis: 100%;
  }
}

.inside_filter {
  margin: 0 auto !important;
}

.doc-documents {}

.doc-documents_item {
  height: 250px;
  margin: 5px;
}

.doc-data {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

.service-img {
  width: 40%;
  float: right;
  padding: 10px;
}

@media(max-width: 770px) {
  .service-img {
    width: 100%;
    float: inherit;
  }
}

@media(max-width:900px) {
  .bread__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bread {
    margin-top: 0
  }

  .bread__link {
    white-space: nowrap;
  }
}

.doctors-articles {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 60px 0 124px;
}

.doctors-articles .container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.doctors-articles .doc-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 30px;
}

.doctors-articles h2 {
  color: #3A3A3A;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}

.doctors-articles .doc-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.doctors-articles .doc-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8;
}

.doctors-articles .doc-info__text p {
  color: #3A3A3A;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.doctors-articles .doc-info__text span {
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.doctors-articles .submit-btn {
  border-radius: 25px;
  border: 1px solid #D30100;
  background: #D30100;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 10px;
  min-width: 248px;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.doctors-articles .submit-btn:hover {
  background: #fff;
  border: 1px solid #D30100;
  color: #D30100;
}

.doctors-articles .doc-btn {
  border-radius: 25px;
  border: 1px solid #00578C;
  padding: 10px;
  color: #00578C;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  min-width: 248px;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doctors-articles .doc-btn:hover {
  border: 1px solid #FFF;
  color: #FFF;
  background: #00578C;
}

.doctors-articles .doc__img {
  overflow: hidden;
  width: 100%;
  max-width: 260px;
  max-height: 200px;
  min-width: 260px;
  min-height: 200px;
}

.doctors-articles .doc__img img {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  min-height: auto;
  max-height: none;
}

.doctors-articles .btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-swiper {
  max-width: 1001px;
}

.doctors-articles .article__item {
  border-radius: 8px;
  border: 1px solid #00578C;
  background: #F0F5F8;
  padding: 16px;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  min-height: 257px;
}

.doctors-articles .article__item img {
  width: 100%;
}

.doctors-articles .article__item p {
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.swiper__wrap {
  position: relative;
}

.article-btn-prev {
  position: absolute;
  top: 120px;
  left: 0;
}

.article-btn-next {
  position: absolute;
  top: 120px;
  right: 0;
}

.swiper-button-disabled {
  cursor: not-allowed;
}

@media (max-width: 1200px) {
  .article-btn-wrap {
    display: none;
  }
}

@media (max-width: 900px) {
  .doctors-articles h2 {
    font-size: 30px;
  }

  .doctors-articles .doc-info__text p {
    font-size: 18px;
  }
}

@media (max-width: 610px) {
  .doctors-articles .article__item p {
    font-size: 14px;
  }

  .doctors-articles .doc-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .doctors-articles .doc__img {
    margin: 0 auto;
  }

  .doctors-articles .doc-btn {
    margin: 0 auto;
  }

  .doctors-articles .submit-btn {
    margin: 0 auto;
  }

  .doctors-articles .doc-info__text {
    text-align: center;
  }

  .doctors-articles .doc-info {
    gap: 16px;
  }

  .doctors-articles .btn__wrap {
    gap: 8px;
  }

  .doctors-articles {
    padding: 62px 0 62px;
  }

  .article-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    bottom: 0;
    left: 33%;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
    position: absolute;
  }

  .article-btn-prev {
    position: static;
  }

  .article-btn-next {
    position: static;
  }

  .swiper__wrap {
    padding-bottom: 60px;
  }
}

@media (min-width: 900px) {
  .header__list {
    height: 100%;
  }

  .menu__item {
    position: relative;
    background-color: #F5F8FA;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }

  .menu__item:hover {
    background-color: #fff;
  }

  .menu__item:hover>.menu__link {
    color: #00578C;
  }

  .header .header-momile__phone {
    display: none;
  }

  .menu__inner-item {
    border-left: 1px solid #D9E4EE;
    border-top: 1px solid #D9E4EE;
    border-right: 1px solid #D9E4EE;
  }
}

@media (max-width: 900px) {
  .header .header-momile__phone {
    display: block;
    color: #00578C;
  }

  .header .header-top-mobile__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .header-top-mobile__wrap>div:first-child {
    margin-right: auto;
  }

  .header .header__row {
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header.header_active .header-momile__phone {
    display: none;
  }

  .header .header-momile__phone {
    font-size: 22px;
    font-weight: bold;
  }

  .header .header-momile__phone .i-m-phone {
    background-color: #000;
  }
}

@media (max-width: 500px) {
  .header .header-momile__phone {
    font-size: 17px;
  }
}

@media (max-width: 430px) {
  .header__plashka {
    font-size: 14px;
    padding: 0 10px;
  }

  .header .header-top-mobile__wrap {
    position: relative;
  }

  .header .header_active .header .header__tel_text {
    font-size: 22px;
  }
}

.footer__top-search {
  position: relative;
}

.footer__top-search-btn {
  border: none;
  background: none;
}

.footer__top-search_item {
  border: 1px solid rgb(216, 216, 216);
  border-radius: 50px;
  padding: 12px 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.footer__top-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  opacity: 0;
  justify-content: center;
}

.footer__top-search_item::after {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  right: 10px;
  transform: translate3d(-50%, -50%, 0);
  background: url("/assets/img/icons/search.svg") center center no-repeat;
  background: url("/assets/img/icons/search.svg") center center no-repeat;
  background-size: 22px 22px;
}

.footer__search {
  color: #fff;
  font-size: 14px;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  outline-offset: 0;
}

.footer__search::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.footer__search::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.footer__search:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.footer__search::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.footer__search::placeholder {
  color: #fff;
  font-size: 14px;
}

.gal_item p {
  text-align: center;
  margin-top: 15px;
}

.licenzii .item p {
  text-align: center;
  margin-top: 15px;
}

.credit {
  margin-bottom: 55px;
}

.credit_block {
  background: #F5F8FA;
  border-radius: 25px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.credit_block img {
  max-width: 350px;
}

.credit_block h2 {
  color: #171717;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.credit_block p {
  color: #3A3A3A;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.credit_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 610px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.credit_text h2 span {
  font-weight: 400;
}

.credit_text h2::after {
  content: "";
  background: #DD0200;
  width: 150px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -17px;
}

.credit_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  gap: 20px;
}

.credit_block li {
  color: #3A3A3A;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit_text ul li:before {
  content: "";
  background: #DD0200;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
  left: -10px;
}

.credit_block svg {
  margin-right: 5px;
}

.phone_credit {
  color: #F00;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 35px;
}

.btn_credit {
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #00578C;
  color: #FFF;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  max-width: 380px;
  padding: 12px 30px;
}

.btn_credit:hover {
  color: #0056b3;
  background: #FFF;
  border: 1px solid #00578C;
}

@media screen and (max-width: 700px) {
  .credit_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 700px) {
  .credit_block {
    padding: 20px;
  }

  .credit_block img {
    max-height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .credit_block li {
    font-size: 14px;
    line-height: 10px;
  }

  .credit_block h2 {
    color: #171717;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
  }

  .credit_block p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .credit_block ul {
    max-height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    color: #171717;
    gap: 15px;
  }

  .btn_credit {
    font-size: 14px;
  }

  .phone_credit {
    margin-bottom: 25px;
  }
}

.sitemap a:hover {
  color: #ff2200;
}

.link__title li {
  padding-left: 15px;
}

.link__title li:first-child {
  padding-left: 0;
}

html {
  opacity: 1 !important;
  display: block !important;
}

.result_wrapper {
  padding: 40px 20px;
}

html .b24-widget-button-wrapper {
  bottom: 85px;
}

.specialContainer {
  position: fixed;
  left: 3%;
  z-index: 5;
  bottom: 80px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

html .widget-content {
  z-index: 40;
}

.modal__inner>p:not(.modal__subtitle) {
  font-size: 12px;
  display: block;
  padding: 0 15px;
  text-align: center;
}

@media (max-width: 600px) {
  html .b24-widget-button-wrapper {
    right: 17px;
  }
}

.CityIvan {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: red;
  top: 0;
  left: 0;
  z-index: 999;
}

.tab-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tab-wrapper .tab-item,
.tab-wrapper input {
  display: none;
}

.tab-wrapper .tab-item {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.tab-wrapper tbody {
  width: 100%;
  display: block;
}

.tab-wrapper label {
  background-color: #fff;
  line-height: 35px;
  min-width: 50px;
  padding: 0px 20px;
  text-align: center;
  float: left;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: solid 1px #ff2200;
}

.tab-wrapper input:checked+label {
  background-color: #ff2200;
  color: #fff;
}

.tab-wrapper input:checked+label+.tab-item {
  display: block;
}

@media (max-width: 900px) {
  .tab-wrapper .work__btn {
    margin-bottom: 10px;
  }
}

.price__table-line-one {
  border-radius: 25px 25px 0px 0px;
  border-top-width: 1px;
  margin: 0 auto;
}

.footer__social-link {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 1020px) {
  .intro__man {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 282px;
    height: 455px;
    z-index: -1;
  }

  .center__row {
    position: relative;
  }
}

@media (max-width: 1019px) {
  .intro__man {
    display: none;
  }
}

.articles-list {

  margin: 3em auto 1em auto !important;

}

.articles-list h3 {

  font-size: 32px;

  font-weight: 700;

}

.articles-list ul {

  margin: 2em 0;

}

.articles-list ul li {

  background: rgba(245, 248, 250, 0.6);

  padding: 1.25em 1.5em;

  margin: .5em 0;

  box-shadow: 0px 0px 10px 0px rgba(0, 87, 140, 0.2);


}

.articles-list ul li a {

  font-size: 18px;

  color: rgba(58, 58, 58, 1);

  border-radius: 10px;

  display: flex;

  align-items: center;

}

.articles-list ul li a: before {

  content: '';

  width: 36px;

  height: 36px;

  display: block;

  background: url(/assets/img/list.svg);

  margin-right: 1em;

}

section.services .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;

}

section.services .container .services__title {

  width: 100%;

}

section.services .container .services__list {

  width: 55%;

}

section.services .container .author-block {

  width: 42%;

}

.author-block {

  background: rgba(231, 237, 241, 1);

  color: rgba(58, 58, 58, 0.8);

  display: flex;

  align-items: stretch;
  justify-content: space-between;
  gap: 20px;

  padding: 20px;

  border-radius: 10px;

}

.author-block p {
  margin: 0;
}

.author-block span {
  display: block;
}

.author-block .left {

  margin-right: 16px;

}

.author-block a.name {
  color: rgba(0, 87, 140, 1);
  font-size: 20px;
  margin: 10px 0 2px 0;
  display: block;
}

.author-block p.post {
  font-size: 16px;
  margin-bottom: 32px;
}

.author-photo {
  max-width: 160px;
  min-height: 100%;
  max-height: 170px;
}

.author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}


@media (max-width: 767px) {

  section.services .container .services__title,
  section.services .container .services__list,
  section.services .container .author-block {

    width: 100%;

  }

  .author-block {

    margin-top: 20px;

  }


}

/* .header__adress-item.siti {
    display: flex;
    flex-direction: column;
  } */

.header__adress-item.siti .title__addres {
  font-weight: 700;
}

.consultation.white {
  background-color: #fff;
}

.consultation__text.white {
  color: #000;
}

.footer__social {
  display: flex;
  gap: 15px;
}

.popup-btn {
  transition: color .3s linear, background-color .3s linear, border-color .3s linear;
}

.popup {
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 13000;
  transition: opacity 0.4s;
  overflow-y: auto;
  background-color: #0b0b0ba9;
  display: none;
}

.popup.popup-response {
  z-index: 13001;
}

.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 {
  overflow: visible;
  width: 100%;
  max-width: 555px;

  position: relative;

  background: #fff;
  border-radius: 10px;
  padding: 40px 20px 20px;
  font-size: 18px;
  line-height: 1.1;
  color: #3a3a3a;
  transform: translateY(100px);
  transition: transform 0.4s cubic-bezier(0.075, 1.3, 0.765, 1);


}

.popup__content:not(.modal__inner) {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.close-popup {
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='15' height='15' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cpath d='M1440.56065,2747.85442l-6.06903,-6.06875l-6.06903,6.06875c-0.17899,0.17946 -0.46955,0.17946 -0.64865,0l-0.64877,-0.64798c-0.17921,-0.17921 -0.17921,-0.46929 0,-0.64823l6.06892,-6.06927l-6.06892,-6.06927c-0.17921,-0.17946 -0.17921,-0.46954 0,-0.64823l0.64877,-0.64901c0.1791,-0.18049 0.46967,-0.18049 0.64865,0l6.06903,6.06772l6.06903,-6.06772c0.1791,-0.18049 0.46944,-0.18049 0.64865,0l0.64877,0.64901c0.1791,0.17869 0.1791,0.46877 0,0.64823l-6.06903,6.06927l6.06903,6.06927c0.1791,0.17895 0.1791,0.46903 0,0.64823l-0.64877,0.64798c-0.17921,0.17946 -0.46955,0.17946 -0.64865,0z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-1427,-2733%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%23fff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  top: -45px;
  width: 30px;
  position: absolute;
  height: 30px;
  right: -45px;
  background-repeat: no-repeat;
  background-position: center;
}



@media (max-width: 650px) {

  .close-popup {
    top: 10px;
    right: 10px;
    filter: invert(1);
  }

  .popup__content {
    padding: 40px 10px 10px;
  }
}

html.lock {
  overflow: hidden;
}

.cd-popup-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90%;
  max-width: 90%;
  position: relative;
  width: 90%;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container p {
  padding: 3em 1em;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.article-list-item:hover {
  color: #d30100;
}

.article-list-item {
  cursor: pointer;
  transition: 0.1s ease;
}

a.price__btn:first-child {
  display: none;
}

.faq-form {
  border: 1px solid rgba(197, 212, 222, 1);
  border-radius: 14px;
  display: grid;
  gap: 16px;
  padding: 40px;
  padding-bottom: 0;
  grid-template-columns: 70% 30%;
}

.faq-form__blockquote {
  border: 1px solid rgba(231, 237, 241, 1);
  background: rgba(245, 248, 250, 1);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.faq-form__blockquote-left span {
  color: rgba(0, 87, 140, 1);
  font-weight: 600;
}

.faq-form__blockquote-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wiki__content ul li,
.wiki__content ol li {
  font-size: 16px;
}

.faq-form {
  margin-bottom: 16px;
  min-height: 330px;
}

.wiki__content ol li {
  padding-left: 34px;
}

.faq-form__right {
  display: flex;
}

.mobile-br {
  display: none;
}

.faq-form__blockquote-left a {
  color: rgba(0, 87, 140, 1);
}


.mobile-faq-phone {
  background: #dd0200;
  color: #fff;
  padding: 12px 24px;
  border-radius: 32px;
  font-size: 14px;
  display: none;
}

.wiki__content ol li::before {
  font-size: 20px;
}

@media(max-width: 992px) {
  .faq-form {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .faq-form__form-btns {
    flex-direction: column;
  }
}

@media(max-width: 767px) {
  .mobile-faq-phone {
    display: block;
    width: 100%;
    text-align: center;
  }

  .mobile-br {
    display: block;
  }

  .faq-form__form {
    display: none;
  }

  .faq-form {
    grid-template-columns: 1fr;
    align-items: center;
    padding: 16px;
    min-height: 0;
  }

  .faq-form__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .faq-form__right img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(0, 87, 140, 0.2);
  }

  .faq-form__blockquote {
    display: block;
    background: transparent;
    border: 0;
    text-align: center;
    padding: 0;
  }

  .faq-form__blockquote-right {
    display: none;
  }

}

.header__adress-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
}

.header__adress-text p {
  margin-top: 0;
  margin-bottom: 0;
}



.redactor {
  margin: 100px 0 160px;
}

.redactor-block {
  border-radius: 16px;
  padding: 24px;
  background: #E7EDF1;
  display: flex;
  gap: 20px;
  color: rgba(58, 58, 58, 0.8);
}

.redactor-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 45px;
  flex-grow: 1;
}

.redactor-name {
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 108%;
  color: #00578C;
  margin: 16px 0 8px;
}

.redactor-post {
  color: #3A3A3A;
}

.redactor-post.mob {
  display: none;
}

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

.redactor-date {
  font-size: 16px;
  text-align: right;
}

.redactor-date span {
  display: block;
  font-size: 18px;
  line-height: 132%;
  text-align: right;
  color: #00578C;
}

.redactor-photo {
  display: block;
  max-width: 200px;
  position: relative;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.redactor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.redactor-exp {
  border: 1px solid rgba(0, 87, 140, 0.2);
  border-radius: 12px;
  padding: 8px 12px;
  background: #E7EDF1;
  font-size: 16px;
  line-height: 149%;
  text-align: center;
  color: #00578C;
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  margin: 0;
}

@media(max-width: 720px) {
  .redactor {
    margin: 32px 0 60px;
  }

  .redactor-block {
    border-radius: 12px;
    padding: 16px 20px;
    flex-wrap: wrap;
    gap: 20px 12px;
    font-size: 14px;
  }

  .redactor-block p {
    margin-bottom: 6px;
  }

  .redactor-info {
    display: contents;
  }

  .redactor-top {
    width: calc(100% - 72px);
  }

  .redactor-name {
    font-size: 16px;
    margin: 6px 0 8px;
  }

  .redactor-post {
    font-size: 14px;
  }

  .redactor-post.mob {
    display: block;
  }

  .redactor-bottom {
    width: 100%;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .redactor-bottom button {
    max-width: 100%;
  }

  .redactor-date {
    text-align: left;
  }

  .redactor-date span {
    display: inline-block;
  }

  .redactor-photo {
    max-width: 60px;
    max-height: 60px;
    border-radius: 6px;
  }

  .redactor-photo img {
    border-radius: 6px;
  }

  .redactor-exp {
    display: none;
  }
}

.header-top-mobile__wrap-flex {
  display: contents;
}

@media (max-width: 381px) {
  .header-top-mobile__wrap-flex {
    display: flex;
    flex-direction: column;
  }
}

.header-top-mobile__link-wrapper {
  display: flex;
}

@media (max-width: 381px) {
  .header-top-mobile__link-wrapper {
    display: flex;
    margin: 5px 0 0 0;
  }
}

.price__table-wrapper-svg {
  display: flex;
  gap: 5px;
  padding: 0 0 0 10px;
}

@media (max-width: 420px) {
  .price__table-wrapper-svg {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
}

.header__wrapper-tel {
  display: flex;
  flex-direction: column;
}

.header__adress-item-text {
  margin: 0;
  font-size: 14px;
}

.header__tel-text-two {
  font-size: 20px;
}

.header__contact-social {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 900px) {
  
  .header__contact-social {
    display: none;
  }
}

.header__adress-item-title {
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
}

.contact__link {
  cursor: pointer;
}

.contact__link .contact__item-link {
  color: #00578c;
}

.contact__link .contact__item-link:hover {
  color: #d30100;
}

.adviсe__title {
      font-weight: 600;
      font-size: 36px;
      line-height: 23px;
      color: #3A3A3A;
      text-align-last: left;
      margin-bottom: 40px;
    }

    .adviсe__list {
      margin-bottom: 10px;
      counter-reset: my-counter;
      padding-left: 0;
    }

    .adviсe__item {
      width: 100%;
      max-width: 100%;
      counter-increment: my-counter;
      position: relative;
      margin-bottom: 10px;
      background-color: #F0F5F8;
      border-radius: 16px;
      margin-bottom: 10px;
    }

    .adviсe__item::before {
      display: block;
      position: absolute;
      background-color: #00578C;
      content: "";
      width: 18px;
      height: 2px;
      right: 30px;
      top: 33px;
      transition: transform 0.3s ease;
    }

    .adviсe__item::after {
      display: block;
      position: absolute;
      background-color: #00578C;
      content: "";
      width: 2px;
      height: 18px;
      right: 38px;
      top: 25px;
      transition: all 0.3s ease;
    }

    .adviсe__item.accordion--active::after {
      opacity: 0;
      transform: translateX(-50%) rotate(90deg);
    }

    .adviсe__item-title {
      position: relative;
      padding: 23px 23px 23px 70px;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #3A3A3A;
    }

    .adviсe__item-title::before {
      content: counter(my-counter, decimal-leading-zero) ".";
      position: absolute;
      left: 26px;
      top: 50%;
      transform: translateY(-50%);
      color: #00578C;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 20px;
    }

    .adviсe__item h4 {
      font-weight: 600;
      font-size: 18px;
      line-height: 20px;
      color: #3A3A3A;
      margin-bottom: 6px;
    }

    .adviсe__item p {
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #3A3A3A;
    }

    .adviсe__item-content>li {
      position: relative;
      counter-increment: my-counter-two;
      padding: 20px 60px 26px 62px;
    }

    .adviсe__item-content>li::before {
      content: counter(my-counter-two);
      position: absolute;
      left: 21px;
      opacity: 50%;
      top: auto;
      color: #00578C;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      padding: 2px 9px 4px 10px;
      border: 1px solid #00578C
    }

    .adviсe__item-content ul {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .adviсe__item-content ul li {
      position: relative;
      padding-left: 18px;
      font-size: 16px;
      font-weight: 400;
      
    }

    .adviсe__item-content ul li::before {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50px;
      background-color: #00578C;
      opacity: 50%;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
    }

    .adviсe__item-content ol {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    
    .adviсe__link {
        color:#3A3A3A;
    }

    .adviсe__item-content ol li {
      position: relative;
      padding-left: 18px;
      color:#3A3A3A;
    }

    .adviсe__item-content ol li {
      counter-increment: my-counter-three;
      font-size: 16px;
      font-weight: 400;
    }

    .adviсe__item-content ol li::before {
      content: counter(my-counter-three) ".";
      position: absolute;
      left: 0;
      opacity: 50%;
      top: 50%;
      color: #00578C;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      transform: translateY(-50%);
    }
    
    .accordion {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    position: relative;

    .accordion--active {
        .accordion__btn-more {
            transform: rotate(180deg);
        }
    }

    .accordion__content {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }