@import "../fonts/stylesheet.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --app-height: 100%;
  --white: #ffffff;
  --dark: #1b4367;
  --blue: #127eba;
  --blue_hover: #0652aa;
  --blue_focused: #0652aa;
  --blue_active: #032784;
  --blue_light: #ebf2f5;
  --light: #fcfcfc;
  --orange: #ed8936;
  --orange_hover: #e37114;
  --orange_focused: #e37114;
  --orange_active: #da4809;
  --stroke: #c0deea;
  --shadow: 0 4px 20px rgba(50, 71, 153, 0.1);
  --linear: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #bdbcdb;
}
input[type=radio]:hover,
input[type=checkbox]:hover {
  border-color: #605dec;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 2px #f845fc;
          box-shadow: 0 0 0 2px #f845fc;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background: var(--blue) url(../img/icon_check.svg) no-repeat center;
}
input[type=radio]:checked:hover,
input[type=checkbox]:checked:hover {
  background-color: #0652aa;
}
input[type=radio]:checked:focus,
input[type=checkbox]:checked:focus {
  -webkit-box-shadow: 0 0 0 2px #f845fc;
          box-shadow: 0 0 0 2px #f845fc;
}

.c_wh {
  color: var(--white);
}

.c_dark {
  color: var(--dark);
}

.c_orange {
  color: var(--orange);
}

.c_light {
  color: var(--light);
}

.c_blue {
  color: var(--blue);
}

.c_blue_light {
  color: var(--blue_light);
}

.c_stroke {
  color: var(--stroke);
}

.brd_4 {
  border-radius: 4px;
}

.brd_8 {
  border-radius: 8px;
}

.brd_10 {
  border-radius: 10px;
}

.brd_12 {
  border-radius: 12px;
}

.transition {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bg_wh {
  background-color: var(--white);
}

.bg_dark {
  background-color: var(--dark);
}

.bg_orange {
  background-color: var(--orange);
}

.bg_light {
  background-color: var(--light);
}

.bg_blue_light {
  background-color: var(--blue_light);
}

.bg_blue {
  background-color: var(--blue);
}

.bg_stroke {
  background-color: var(--stroke);
}

body,
html {
  scrollbar-color: var(--blue) var(--light);
  scrollbar-width: thick;
  overflow-x: hidden;
}

.count-particles {
  position: absolute;
  opacity: 0;
  z-index: -5;
}

.particles-js,
.block__bg {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.particles-js-canvas-el {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-container {
  overflow: hidden;
}

.elem__anim h1,
.elem__anim h2,
.elem__anim h3,
.elem__anim h4,
.elem__anim a,
.elem__anim button,
.elem__anim p,
.elem__anim ul,
.elem__anim ol {
  opacity: 0;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--dark);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2em;
  background-color: var(--light);
}

.text_opacity {
  opacity: 0.7;
}

section {
  position: relative;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

.swiper-slide,
.swiper-slide:active,
.swiper-slide:hover {
  outline: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--light);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--blue);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

a:hover,
a:active,
a:visited,
a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

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

li {
  display: block;
}

p {
  margin-bottom: 0;
}

input:hover,
select:hover,
textarea:hover,
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus,
input,
select,
textarea {
  display: block;
  outline: none;
  font-family: "Inter", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

svg,
path {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.container {
  position: relative;
}

p.btn,
span.btn,
a.btn,
button.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Inter", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28em;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: 52px;
  padding: 0 16px;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 8px;
}
p.btn:hover,
span.btn:hover,
a.btn:hover,
button.btn:hover {
  background-color: var(--orange_hover);
}
p.btn:active,
span.btn:active,
a.btn:active,
button.btn:active {
  background-color: var(--orange_active);
}
p.btn:focus,
span.btn:focus,
a.btn:focus,
button.btn:focus {
  background-color: var(--orange_focused);
}
p.btn.btn_dark,
span.btn.btn_dark,
a.btn.btn_dark,
button.btn.btn_dark {
  background-color: var(--blue);
}
p.btn.btn_dark:hover,
span.btn.btn_dark:hover,
a.btn.btn_dark:hover,
button.btn.btn_dark:hover {
  background-color: var(--blue_hover);
}
p.btn.btn_dark:active,
span.btn.btn_dark:active,
a.btn.btn_dark:active,
button.btn.btn_dark:active {
  background-color: var(--blue_active);
}
p.btn.btn_dark:focus,
span.btn.btn_dark:focus,
a.btn.btn_dark:focus,
button.btn.btn_dark:focus {
  background-color: var(--blue_focused);
}
p.btn.btn_tr,
span.btn.btn_tr,
a.btn.btn_tr,
button.btn.btn_tr {
  background-color: var(--white);
  color: var(--dark);
  border: 1px solid var(--blue_light);
}
p.btn.btn_tr:hover,
span.btn.btn_tr:hover,
a.btn.btn_tr:hover,
button.btn.btn_tr:hover {
  background-color: var(--blue_light);
  color: var(--dark);
  border-color: var(--blue_light);
}
p.btn.btn_tr:active,
span.btn.btn_tr:active,
a.btn.btn_tr:active,
button.btn.btn_tr:active {
  background-color: var(--blue_active);
  color: var(--dark);
  border-color: var(--blue_active);
}
p.btn.btn_tr:focus,
span.btn.btn_tr:focus,
a.btn.btn_tr:focus,
button.btn.btn_tr:focus {
  background-color: var(--blue_light);
  color: var(--dark);
  border-color: var(--blue_light);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
}
.header.scroll__down {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.header.scroll__up {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header .city__block {
  padding-left: 40px;
}
.header .city__block .city__btn {
  width: 160px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid var(--blue_light);
  border-radius: 8px;
  padding: 0 12px;
  cursor: pointer;
}
.header .city__block .city__btn > * {
  pointer-events: none;
}
.header .city__block .city__btn .icon_place {
  width: 28px;
  height: 28px;
  display: block;
  background: url(../img/icon_place_light.svg) no-repeat center;
}
.header .city__block .city__btn .icon_arrow {
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/arrow_down.svg) no-repeat center;
}
.header .city__block .city__wrap {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--white);
  opacity: 0;
  pointer-events: none;
}
.header .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.header .social a img {
  max-width: 100%;
  max-height: 100%;
}

.lang_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 11px;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid var(--blue_light);
  background-color: var(--white);
}
.lang_select.open {
  border-bottom-color: var(--white);
  border-radius: 8px 8px 0 0;
}
.lang_select .lang__block {
  position: absolute;
  width: 60px;
  top: 50%;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -1px;
  background-color: var(--white);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  border: 1px solid var(--blue_light);
  border-top: none;
}
.lang_select .lang__block .current-lang {
  display: none;
}
.lang_select .lang__block a {
  display: block;
  padding: 8px 11px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--dark);
}
.lang_select .lang__block a:hover {
  color: var(--blue);
}
.lang_select .lang__block.open {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  top: calc(100% + 1px);
}
.lang_select .current__lang {
  color: var(--dark);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.lang_select .current__lang:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/arrow_down.svg) no-repeat center;
  pointer-events: none;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* background: url(../img/icons/arrow_doun_input.svg) no-repeat center; */
}
.lang_select .current__lang.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: url(../img/arrow_down.svg) no-repeat center;
}

.custom-logo-link {
  display: block;
  width: 245px;
  max-width: 100%;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.nav__menu .nav__item {
  position: relative;
  width: 16.6666666667%;
  border: 1px solid #67a5c6;
  border-bottom: none;
  border-top: none;
}
.nav__menu .nav__item:first-child {
  border-left: none;
}
.nav__menu .nav__item:last-child {
  border-right: none;
}
.nav__menu .nav__item a {
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--white);
  position: relative;
  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;
  padding: 11px 0;
}
.nav__menu .nav__item a:hover {
  color: var(--blue_light);
}
.nav__menu .nav__item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.nav__menu .nav__item.menu-item-has-children > a {
  padding-left: 32px;
}
.nav__menu .nav__item.menu-item-has-children > a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  background: url(../img/icon_catalog.svg) no-repeat center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav__menu .nav__item.menu-item-has-children:hover > a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav__menu .nav__item.menu-item-has-children .sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  pointer-events: none;
  width: 250px;
  padding: 10px 24px;
  background-color: var(--light_grey);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li {
  padding: 5px 0;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li a {
  color: var(--dark);
  font-size: 14px;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li a:hover {
  color: var(--green);
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.current-menu-item a {
  color: var(--green);
}
.nav__menu .nav__item.current-menu-ancestor > a, .nav__menu .nav__item.current-menu-item > a {
  color: var(--orange);
}

.menu__burger {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: var(--stroke);
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding-top: 16px;
  line-height: 1em;
}
.menu__burger .line {
  display: block;
  height: 2px;
  width: 36px;
  background-color: var(--dark);
  margin-bottom: 8px;
  pointer-events: none;
}

@media screen and (min-width: 1199px) {
  .nav__menu .nav__item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    pointer-events: all;
  }
}
.open__form * {
  pointer-events: none;
}

.menu {
  position: fixed !important;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  z-index: 999999;
  right: -480px;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  background-color: var(--white);
}
.menu.open_menu {
  right: 0;
  top: 0px;
  opacity: 1;
  pointer-events: all;
}
.menu .menu__top {
  margin-bottom: 28px;
}
.menu .menu__close {
  width: 60px;
  height: 60px;
  background: var(--blue_light) url(../img/close_menu.svg) no-repeat center 10px/28px;
  outline: none;
  position: relative;
  cursor: pointer;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 8px;
  margin-left: auto;
  text-transform: uppercase;
  line-height: 1em;
  padding-bottom: 10px;
}
.menu .menu__close > * {
  pointer-events: none;
}
.menu .menu__btn {
  max-width: 344px;
  margin-bottom: 24px;
}
.menu .menu__btn img {
  margin-right: 8px;
}
.menu .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.menu .social a img {
  max-width: 100%;
  max-height: 100%;
}
.menu .menu__social {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu .menu__social a {
  width: calc(25% - 3px);
  height: 40px;
  background-color: var(--blue_light);
  border-radius: 8px;
  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;
}
.menu .menu__social a:hover {
  background-color: var(--stroke);
}

.menu__list {
  margin-bottom: 40px;
}
.menu__list > .menu__item {
  padding: 10px 0;
  width: 100%;
  margin-right: 0;
  text-align: center;
  border-bottom: 1px solid var(--blue_light);
}

.menu__list .menu__item a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark);
  display: flex;
}
.menu__list .menu__item a i {
  color: var(--blue);
  font-size: 20px;
  display: block;
  width: 20px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu__list .menu__item.menu-item-has-children > a .open_child_menu {
  pointer-events: none;
}
.menu__list .menu__item.menu-item-has-children > a.open .open_child_menu {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.5;
}

.open_child_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(../img/menu_arrow_dark.svg) no-repeat center/15px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu__list > .menu__item.menu-item-has-children > .sub-menu {
  position: static;
  left: auto;
  top: auto;
  height: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: all;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  border-radius: 0;
}
.menu__list > .menu__item.menu-item-has-children > .sub-menu li {
  margin-bottom: 6px;
  text-align: left;
}
.menu__list > .menu__item.menu-item-has-children > .sub-menu li:first-child {
  margin-top: 16px;
}
.menu__list > .menu__item.menu-item-has-children > .sub-menu li:last-child {
  margin-bottom: 0;
}
.menu__list > .menu__item.menu-item-has-children > .sub-menu li a {
  padding: 10px 12px;
  border-radius: 8px;
  background-color: var(--blue_light);
}
.menu__list > .menu__item.menu-item-has-children > .sub-menu li a .open_child_menu {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu__list > .menu__item.menu-item-has-children > .sub-menu .menu-item-has-children .sub-menu {
  padding: 20px 24px;
  background-color: var(--white);
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}
.menu__list > .menu__item.menu-item-has-children > .sub-menu .menu-item-has-children .sub-menu.active {
  left: 0;
}
.menu__list > .menu__item.menu-item-has-children > .sub-menu .menu-item-has-children .sub-menu li:first-child {
  margin-bottom: 40px;
}
.menu__list > .menu__item.menu-item-has-children > .sub-menu .menu-item-has-children .sub-menu li:first-child a {
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--stroke);
}
.menu__list > .menu__item.menu-item-has-children > .sub-menu .menu-item-has-children .sub-menu li:first-child a:before {
  content: url(../img/menu_arrow_dark.svg);
  width: 24px;
  height: 24px;
  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;
  margin-right: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}
.section__title span {
  color: var(--blue);
}

h1,
.title_1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.16em;
}

h2,
.title_2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h3,
.title_3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.24em;
}

h4,
.title_4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.28em;
}

.body_1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

.body_2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.body_3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.body_title_1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.body_title_2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.body_title_3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
}

.btn_text_lg {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28em;
}

.btn_text_md {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.32em;
}

.btn_text_sm {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.text__content h2,
.text__content h3,
.text__content h4 {
  margin-bottom: 1.1em;
}
.text__content p,
.text__content li {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  font-weight: 400;
}
.text__content p b,
.text__content p strong,
.text__content li b,
.text__content li strong {
  font-weight: 500;
}
.text__content li {
  position: relative;
  padding-left: 28px;
}
.text__content li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--dark);
  position: absolute;
  left: 11px;
  top: 0.5em;
  border-radius: 50%;
}

.form__wrap {
  margin-bottom: 15px;
}
.form__wrap .dscf7captcha .dscf7_lt span {
  font-size: 18px;
}
.form__wrap .dscf7captcha .dscf7_lt span + *, .form__wrap .dscf7captcha .dscf7_lt span ~ * {
  font-size: 18px;
}
.form__wrap .dscf7captcha .wpcf7-form-control-wrap input {
  color: #6e89a0;
  border: 1px solid transparent;
  background-color: var(--blue_light);
  border-radius: 8px;
  height: 35px;
  padding-left: 15px;
}
.form__wrap .dscf7captcha .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: transparent !important;
}
.form__wrap .dscf7captcha .wpcf7-form-control-wrap input::-moz-placeholder {
  color: transparent !important;
}
.form__wrap .dscf7captcha .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: transparent !important;
}
.form__wrap .dscf7captcha .wpcf7-form-control-wrap input::-ms-input-placeholder {
  color: transparent !important;
}
.form__wrap .dscf7captcha .wpcf7-form-control-wrap input::placeholder {
  color: transparent !important;
}
.form__wrap .input__label span {
  color: #d20000;
}
.form__wrap .input__group {
  margin-bottom: 24px;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 52px;
  padding-left: 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #6e89a0;
  border: 1px solid transparent;
  background-color: var(--blue_light);
  border-radius: 8px;
}
.form__wrap .input__group .order__input.wpcf7-not-valid {
  background-color: #ffeaea;
  color: #9f0000;
}
.form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #6e89a0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #6e89a0;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #6e89a0;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #6e89a0;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #6e89a0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:hover {
  border: 1px solid var(--blue);
}
.form__wrap .input__group .order__input:focus {
  border: 1px solid #f845fc;
}
.form__wrap .input__group .order__input.order__input_message {
  height: 128px;
  padding-top: 10px;
}
.form__wrap .theme__item span {
  display: block;
  margin: 0 !important;
}
.form__wrap .acceptance span {
  display: block;
  margin: 0 !important;
}
.form__wrap input[type=radio],
.form__wrap input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--stroke);
  border-radius: 4px;
  margin-right: 8px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
}
.form__wrap input[type=radio]:hover,
.form__wrap input[type=checkbox]:hover {
  border-color: #605dec;
}
.form__wrap input[type=radio]:checked,
.form__wrap input[type=checkbox]:checked {
  border-color: var(--blue);
  background: var(--blue) url(../img/input_check.svg) no-repeat center;
}
.form__wrap input[type=radio]:checked:hover,
.form__wrap input[type=checkbox]:checked:hover {
  border-color: #605dec;
  background: var(--blue) url(../img/input_check.svg) no-repeat center;
}
.form__wrap .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #9f0000;
  position: absolute;
  top: 95%;
  left: 0;
}
.form__wrap .body_title_3 a {
  text-decoration: underline;
}
.form__wrap .body_title_3 a:hover {
  color: var(--blue_hover);
}

.breadcrumbs {
  padding: 0;
  position: relative;
  z-index: 5;
}
.breadcrumbs a {
  font-weight: 500;
  font-size: 12px;
  color: var(--dark);
  position: relative;
}
.breadcrumbs .breadcrumb_last {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(27, 68, 103, 0.6);
}

.pagination {
  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;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--dark);
  font-size: 16px;
  font-weight: 600;
  margin: 0 4px;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background-color: var(--stroke);
  color: var(--dark);
}
.pagination .page-numbers.prev {
  width: 40px;
  height: 40px;
  background-color: var(--blue_light);
  margin: 0;
  margin-right: 24px;
}
.pagination .page-numbers.next {
  width: 40px;
  height: 40px;
  background-color: var(--blue_light);
  margin-left: 24px;
}
.pagination span.page-numbers {
  pointer-events: none;
}

.true_loadmore * {
  pointer-events: none;
}

@media screen and (max-width: 1439px) {
  .callback__footer .section__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1199px) {
  h1,
  .title_1 {
    font-size: 36px;
  }
  .custom-logo-link {
    width: 200px;
  }
  .header .city__block {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  h1,
  .title_1 {
    font-size: 32px;
  }
  h3,
  .title_3 {
    font-size: 22px;
  }
  h4,
  .title_4 {
    font-size: 20px;
  }
  .section__title {
    font-size: 28px;
  }
  .text__content p,
  .text__content li {
    font-size: 16px;
  }
  .custom-logo-link {
    width: 190px;
  }
  .menu__burger .line {
    width: 26px;
    margin-bottom: 6px;
  }
  .menu__burger {
    margin-left: 12px;
    width: 44px;
    height: 44px;
    font-size: 8px;
    padding-top: 11px;
  }
  .lang_select {
    width: 58px;
    height: 44px;
  }
  .lang_select .lang__block {
    width: 58px;
  }
  .lang_select .lang__block a {
    padding: 11px 11px;
  }
  .lang_select .current__lang:after {
    margin-left: 4px;
  }
  .lang_select .current__lang {
    font-size: 14px;
  }
  .header {
    -webkit-box-shadow: var(--shadow);
            box-shadow: var(--shadow);
  }
  .header .head__btn {
    width: 44px;
    height: 44px;
    margin-left: 12px;
  }
  .header .head__btn:hover {
    background-color: var(--blue_hover);
  }
  .header .head__btn img {
    width: 20px;
    height: auto;
    pointer-events: none;
  }
  .header .city__block .city__btn {
    height: 44px;
  }
  .header .city__block .city__btn .icon_place {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .menu .menu__close {
    font-size: 7px;
    width: 44px;
    height: 44px;
    background-position: center 6px;
    background-size: 20px;
    padding-bottom: 6px;
  }
  .menu {
    padding: 16px;
  }
  .header .header__top {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .title_1 {
    font-size: 28px;
  }
  p.btn,
  span.btn,
  a.btn,
  button.btn {
    font-size: 16px;
    height: 44px;
  }
  .form__wrap .input__group .order__input {
    height: 44px;
    font-size: 14px;
  }
  .form__wrap .input__group .order__input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form__wrap .input__group .order__input::-moz-placeholder {
    font-size: 14px;
  }
  .form__wrap .input__group .order__input:-ms-input-placeholder {
    font-size: 14px;
  }
  .form__wrap .input__group .order__input::-ms-input-placeholder {
    font-size: 14px;
  }
  .form__wrap .input__group .order__input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .custom-logo-link {
    width: 150px;
  }
}
.head__section {
  height: 100vh;
  min-height: 650px;
  max-height: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 130px;
}
.head__section .form__wrap .input__group .order__input {
  background-color: var(--white);
}
.head__section .form__wrap .btn {
  width: 100%;
}
.head__section .form__wrap .body_title_3 {
  line-height: 1.4em;
}
.head__section .form__wrap .body_title_3 a {
  text-decoration: underline;
}
.head__section.head__section_404 {
  max-height: 700px;
}
.head__section.head__section_404 .offer {
  max-width: 530px;
}
.head__section.head__section_404 .not_found {
  font-size: 300px;
  font-weight: 700;
  left: 46%;
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1em;
}
.head__section.head__section_404 .not_found_img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1439px) {
  .head__section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .head__section {
    padding-top: 150px;
    height: auto;
    max-height: inherit;
    min-height: inherit;
  }
  .head__section .form__wrap {
    width: 70%;
  }
  .head__section.head__section_404 .not_found {
    font-size: 240px;
    left: 50%;
  }
  .head__section.head__section_404 {
    max-height: initial;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .head__section .form__wrap {
    width: 100%;
  }
  .head__section.head__section_404 {
    max-height: initial;
  }
}
@media screen and (max-width: 576px) {
  .head__section.head__section_404 .not_found_img {
    width: 100%;
    max-width: 270px;
  }
  .head__section.head__section_404 .not_found {
    font-size: 48vw;
  }
}
.service .service__card {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background-color: var(--white);
  padding: 12px;
}
.service .service__card .service__img {
  height: 272px;
  overflow: hidden;
  display: block;
}
.service .service__card .service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .service__card .service__icon {
  width: 52px;
  height: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.service .service__card .service__permalink {
  height: 52px;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1439px) {
  .service {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .service .service__card .service__img {
    height: 230px;
  }
}
@media screen and (max-width: 1199px) {
  .service .service__card .service__img {
    height: 210px;
  }
  .service .service__card .service__permalink {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .service .service__card .service__icon {
    width: 44px;
    height: 44px;
  }
  .service .service__card .service__icon img {
    width: 24px;
    height: auto;
  }
  .service .service__card .service__permalink {
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__card .service__img {
    height: 200px;
  }
}
.filials .filials__item {
  height: 52px;
  width: 100%;
}
.filials .filials__map img {
  width: 100%;
  border-radius: 12px;
  height: auto;
}
.filials .filials__btn.filials__btn_none {
  opacity: 0;
  pointer-events: none;
}
.filials .filials__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filials .filials__links .btn {
  width: 100%;
  max-width: 308px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filials .filials__aboard {
  padding: 12px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  width: 100%;
}
.filials .filials__aboard.filials__aboard_disble {
  opacity: 0.65;
  pointer-events: none;
}
.filials .filials__aboard .aboard__icon {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  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;
}
.filials .filials__aboard .aboard__icon img {
  max-width: 100%;
  max-height: 100%;
}
.filials .filials__contact {
  min-height: 144px;
}
.filials .filials__contact .social a {
  width: 32px;
  height: 32px;
  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;
  margin-right: 8px;
}
.filials .filials__contact .social a svg {
  width: 100%;
  height: 100%;
}
.filials .filials__contact .social a img {
  max-width: 100%;
  max-height: 100%;
}

[data-tabbtn] {
  border: 1px solid var(--blue_light);
  background-color: var(--white);
  color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 16px;
  cursor: pointer;
}
[data-tabbtn]:hover {
  background-color: var(--blue_light);
}
[data-tabbtn].active {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
[data-tabbtn]:first-child {
  border-radius: 8px 0 0 8px;
}
[data-tabbtn]:last-child {
  border-radius: 0 8px 8px 0;
}

[data-tabcontent] {
  position: absolute;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  width: initial;
  max-width: 100%;
  top: 0;
}
[data-tabcontent].active {
  position: relative;
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1439px) {
  .page-template-template-main .filials {
    padding-top: 40px;
  }
  .page-template-template-main .filials.pb_110 {
    padding-bottom: 100px;
  }
  .filials .filials__aboard .aboard__icon {
    width: 100px;
    height: 100px;
  }
  .filials .filials__aboard {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .filials .filials__aboard {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .page-template-template-main .filials {
    padding-bottom: 40px;
  }
  .page-template-template-main .filials.pb_110 {
    padding-bottom: 80px;
  }
  .filials .filials__aboard {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .filials .section__title {
    margin-bottom: 20px;
  }
  .filials .filials__links {
    -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;
  }
}
@media screen and (max-width: 576px) {
  .filials .filials__aboard {
    padding: 32px 12px 12px;
  }
  .filials .filials__contact {
    max-width: 328px;
    padding: 20px 16px;
  }
  .filials .filials__contact .filials__phone {
    font-size: 16px;
  }
  .filials .filials__contact .social {
    margin-left: 0;
  }
}
.step {
  overflow: hidden;
  position: relative;
}
.step:after, .step:before {
  content: "";
  display: block;
  width: 305px;
  height: 305px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: -177px;
  top: -94px;
  border-radius: 50%;
  opacity: 0.6;
}
.step:after {
  width: 717px;
  height: 717px;
  bottom: -456px;
  top: auto;
  right: auto;
  left: -255px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.step .section__title {
  line-height: 1em;
}
.step .section__title span {
  font-size: 60px;
  line-height: 1em;
}
.step .step__doted {
  position: absolute;
}
.step .step__doted.step__doted_top {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.step .step__doted.step__doted_bottom {
  right: calc(50% + 257px);
  bottom: 0;
}
.step .section__title max span {
  color: var(--blue);
  font-size: 60px;
}
.step .step__offer {
  width: 100%;
  max-width: 520px;
}
.step .step__list {
  width: calc(100% - 560px);
}
.step .step__number {
  border-bottom: 1px solid rgba(18, 127, 186, 0.4);
}
.step .step__number .swiper-slide {
  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;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid transparent;
}
.step .step__number .swiper-slide p {
  color: var(--blue_light);
  line-height: 1.4em;
  font-size: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(18, 127, 186, 0.6), 0 -1px 1px rgba(18, 127, 186, 0.6), 1px 1px 1px rgba(18, 127, 186, 0.6), -1px 1px 1px rgba(18, 127, 186, 0.6), 1px -1px 1px rgba(18, 127, 186, 0.6), -1px -1px 1px rgba(18, 127, 186, 0.6), -1px 0px 1px rgba(18, 127, 186, 0.6), 1px 0px 1px rgba(18, 127, 186, 0.6);
}
.step .step__number .swiper-slide.swiper-slide-thumb-active {
  border-bottom-color: var(--blue);
}
.step .step__number .swiper-slide.swiper-slide-thumb-active p {
  color: var(--blue);
  text-shadow: 0 1px 1px transparent, 0 -1px 1px transparent, 1px 1px 1px transparent, -1px 1px 1px transparent, 1px -1px 1px transparent, -1px -1px 1px transparent, -1px 0px 1px transparent, 1px 0px 1px transparent;
}
.step .step__swiper .swiper-slide {
  padding: 40px;
}
.step .step__swiper .swiper-slide h3 {
  color: var(--blue);
  margin-bottom: 20px;
}
.step .step__swiper .swiper-slide p {
  font-size: 18px;
  font-weight: 1.4em;
}

@media screen and (max-width: 1439px) {
  .step {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .step .step__offer {
    max-width: 420px;
  }
  .step .step__list {
    width: calc(100% - 420px);
  }
  .step .section__title span {
    font-size: 48px;
  }
  .step .step__swiper .swiper-slide {
    padding: 20px;
  }
  .step .step__number .swiper-slide p {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .step {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .step .step__list {
    width: 100%;
  }
  .step .step__offer {
    max-width: 420px;
  }
  .step .step__swiper .swiper-slide {
    padding: 20px 16px;
  }
  .step .section__title span {
    font-size: 40px;
  }
  .step .step__number .swiper-slide p {
    font-size: 40px;
  }
}
.team .team__swiper {
  width: 100%;
  padding: 20px 0;
}
.swiper-wrapper,
.team .team__swiper .swiper-wrapper {
    height: auto !important;
}

.team .team__list .team__card {
  width: 100%;
}
.team .team__card {
  padding: 12px 12px 20px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}
.team .team__card:hover {
  -webkit-box-shadow: 0 4px 20px rgba(18, 127, 186, 0.32);
          box-shadow: 0 4px 20px rgba(18, 127, 186, 0.32);
}
.team .team__card:hover .team__permalink {
  color: var(--blue_hover);
}
.team .team__card:hover .team__permalink path,
.team .team__card:hover .team__permalink line {
  stroke: var(--blue_hover);
}
.team .team__card:active {
  -webkit-box-shadow: 0 4px 20px rgba(18, 127, 186, 0.32);
          box-shadow: 0 4px 20px rgba(18, 127, 186, 0.32);
  border: 1px solid var(--blue);
}
.team .team__card:active .team__permalink {
  color: var(--blue_active);
}
.team .team__card:active .team__permalink path,
.team .team__card:active .team__permalink line {
  stroke: var(--blue_active);
}
.team .team__card .team__thumbnail {
  width: 100%;
}
.team .team__card .team__thumbnail img {
  width: 100%;
  height: auto;
}
.team .team__card .team__info {
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 107px;
}
.team .team__card .team__position {
  color: var(--dark);
  height: 40px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.team .team__card .team__permalink {
  margin-top: auto;
}
.team .team__more svg {
  margin-left: 12px;
}

.single_team .single_team__doted {
  position: absolute;
  right: -46px;
  top: -54px;
  opacity: 0.24;
}
.single_team .single_team__thumbnail {
  margin-bottom: 12px;
}
.single_team .single_team__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.single_team .single_team__service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single_team .single_team__service_list li {
  margin-right: 12px;
  margin-bottom: 12px;
}
.single_team .single_team__service_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  border-radius: 8px;
  background-color: var(--blue_light);
  color: var(--dark);
  font-size: 16px;
  font-weight: 500;
  padding: 0 12px;
}
.single_team .single_team__education .text__content {
  opacity: 0.9;
}
.single_team .single_team__block .title_3 {
  margin-bottom: 16px;
}
.single_team .single_team__block .title_3 .title__icon {
  width: 24px;
  height: 35px;
}
.single_team .single_team__block .title_3 img {
  max-width: 100%;
  height: auto;
}
.single_team .single_team__social {
  height: 60px;
}
.single_team .single_team__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.single_team .single_team__social a img {
  max-width: 100%;
  max-height: 100%;
}
.single_team .team_sertificate {
  margin-bottom: 24px;
}
.single_team .team_sertificate .swiper-slide {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 302px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_team .team_sertificate .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.permalink {
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.permalink svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.permalink line,
.permalink path {
  stroke: var(--blue);
}
.permalink:hover {
  color: var(--blue_hover);
}
.permalink:hover path,
.permalink:hover line {
  stroke: var(--blue_hover);
}
.permalink:active {
  color: var(--blue_active);
}
.permalink:active path,
.permalink:active line {
  stroke: var(--blue_active);
}

.swiper__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.swiper__arrows .swiper__arrow {
  cursor: pointer;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--blue_light);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper__arrows .swiper__arrow:hover {
  background-color: var(--blue_light);
}
.swiper__arrows .swiper__arrow:hover path {
  fill: var(--white);
}
.swiper__arrows .swiper__arrow.swiper__arrow_left {
  margin-right: 16px;
}
.swiper__arrows .swiper__arrow.swiper__arrow_right {
  margin-left: 16px;
}
.swiper__arrows .swiper_pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper__arrows .swiper_pag .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--blue_light);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  margin: 0 4px;
}
.swiper__arrows .swiper_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--blue);
}
.swiper__arrows .swiper_pag .swiper-pagination-bullet:hover {
  background-color: var(--blue);
}

.card__news {
  padding: 12px;
  background-color: var(--white);
  border-radius: 12px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  width: 100%;
}
.card__news.card__news_archive .card_news__thumnail {
  height: 272px;
}
.card__news.card__news_archive .card_news__name {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.card__news.card__news_archive .card_news__info {
  height: 100px;
}
.card__news .card_news__thumnail {
  height: 176px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  border-radius: 8px;
}
.card__news .card_news__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__news .card_news__info {
  height: 116px;
  padding: 0 8px 8px;
}
.card__news .card_news__name {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.card__news .card_news__name.title_4 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.card__news .card_news__date {
  opacity: 0.7;
}
.card__news.card__news_clinic .card_news__thumnail {
  height: 197px;
}
.card__news.card__news_clinic .card_news__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__news.card__news_clinic .type__filials {
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .single-center .team,
  .single-filials .team {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .permalink {
    font-size: 14px;
  }
  .single_team .single_team__thumbnail {
    margin: 0 auto 12px;
    max-width: 430px;
  }
}
@media screen and (max-width: 576px) {
  .card__news .card_news__thumnail {
    height: auto;
  }
  .team_sertificate .swiper-slide,
  .team__blog .swiper-slide {
    max-width: 284px;
  }
  .card__news {
    max-width: 516px;
    margin: 0 auto;
  }
  .card__news.card__news_archive .card_news__thumnail {
    height: auto;
  }
  .card__news .card_news__thumnail img {
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .card__news .card_news__date {
    font-size: 13px;
  }
}
.callback .callback__wrap {
  padding-left: 76px;
}
.callback .callback__wrap .callback__content {
  max-width: 650px;
}
.callback .callback__wrap .callback__subtitle {
  line-height: 1.2em;
}
.callback .callback__wrap .form__wrap .input__group .order__input {
  background-color: var(--white);
}
.callback .callback__wrap .form__wrap .btn {
  width: 100%;
}
.callback .callback__wrap .form__wrap .body_title_3 {
  line-height: 1.4em;
}
.callback .callback__wrap .form__wrap .body_title_3 a {
  text-decoration: underline;
}
.callback .callback__wrap .callback__img {
  position: absolute;
  bottom: 0;
  left: calc(50% + 60px);
  width: 595px;
  height: auto;
}
.callback.callback__footer {
  margin-bottom: 120px;
}
.callback.callback__footer .callback__wrap {
  padding: 12px;
}
.callback.callback__footer .callback__wrap .callback__content {
  width: 50%;
  padding: 12px 0 12px 24px;
  width: calc(50% - 12px);
  max-width: 100%;
}
.callback.callback__footer .callback__wrap .callback__imges {
  width: calc(50% - 30px);
  height: 496px;
  overflow: hidden;
  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;
  padding: 44px;
  position: relative;
  overflow: hidden;
}
.callback.callback__footer .callback__wrap .callback__imges .callback__item {
  padding-right: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: 48px;
  border-radius: 50px;
  background-color: rgba(252, 252, 252, 0.76);
}
.callback.callback__footer .callback__wrap .callback__imges .callback__item.callback__item_2, .callback.callback__footer .callback__wrap .callback__imges .callback__item:nth-child(3) {
  margin-left: auto;
}
.callback.callback__footer .callback__wrap .callback__imges .callback__item:last-child {
  margin: 0 auto;
}
.callback.callback__footer .callback__wrap .callback__imges .callback__item .callback__icon {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.callback.callback__footer .callback__wrap .callback__imges .callback_doted {
  position: absolute;
  right: 10px;
  bottom: -150px;
}

@media screen and (max-width: 1439px) {
  .callback .callback__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .callback .callback__wrap .callback__img {
    width: 560px;
  }
  .callback.callback__footer .callback__wrap .callback__imges {
    height: 450px;
  }
}
@media screen and (max-width: 1199px) {
  .callback .callback__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .callback .callback__wrap .callback__img {
    width: 330px;
    left: auto;
    right: -25px;
    pointer-events: none;
  }
  .callback.callback__footer .callback__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 40px;
  }
  .callback.callback__footer .callback__wrap .callback__content {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .callback.callback__footer .callback__wrap .callback__imges {
    height: 400px;
    width: 100%;
  }
  .contents .contents__list li a.btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .callback .callback__wrap {
    padding-bottom: 340px;
    overflow: hidden;
  }
  .callback .callback__wrap .callback__img {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .contents {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .callback .callback__wrap .callback__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .callback .callback__wrap {
    padding-top: 48px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .callback.callback__footer .callback__wrap {
    padding: 8px;
    padding-bottom: 40px;
  }
  .callback.callback__footer .callback__wrap .callback__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    padding-top: 32px;
  }
  .callback.callback__footer .callback__wrap .callback__imges {
    height: 240px;
    padding: 8px;
  }
  .callback.callback__footer .callback__wrap .callback__imges .callback__item {
    height: 36px;
  }
  .callback.callback__footer .callback__wrap .callback__imges .callback__item p {
    font-size: 13px;
  }
  .callback.callback__footer .callback__wrap .callback__imges .callback__item .callback__icon {
    width: 36px;
    height: 36px;
  }
  .callback.callback__footer .callback__wrap .callback__imges .callback__item .callback__icon img {
    width: 20px;
    height: auto;
  }
}
.sertificate .sertificate__swiper {
  padding: 20px 0;
}
.sertificate .swiper-slide {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sertificate .swiper-slide .sertificate__thumbnail {
  width: 300px;
  height: 300px;
  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;
  padding: 20px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sertificate .swiper-slide .sertificate__thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
.sertificate .swiper-slide .sertificate__info {
  width: 100%;
  padding: 12px 8px;
}
.sertificate .swiper-slide .sertificate__info .sertificate_line {
  opacity: 0.9;
  height: 1px;
}
.sertificate .sertificate_list_more {
  display: none;
}
.sertificate .sertificate_list_more.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1439px) {
  .sertificate .swiper-slide .sertificate__thumbnail {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 1199px) {
  .sertificate .swiper-slide .sertificate__thumbnail {
    width: 150px;
    height: 150px;
  }
  .sertificate .swiper-slide .sertificate__info .sertificate_line {
    margin: 12px 0;
  }
}
@media screen and (max-width: 991px) {
  .sertificate .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sertificate .swiper-slide .sertificate__thumbnail {
    width: 100%;
    height: 290px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 576px) {
  .sertificate .sertificate__swiper .swiper-slide .sertificate__thumbnail {
    height: 268px;
  }
}
@media screen and (max-width: 375px) {
  .sertificate .swiper-slide .sertificate__thumbnail {
    max-width: 290px;
    height: 290px;
  }
}
.review .review__swiper {
  padding: 20px 0;
}
.review .review__item {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 12px;
}
.review .review__item .review__icon {
  width: 52px;
  height: 52px;
}
.review .review__item .review__video {
  height: 374px;
}
.review .review__item .review__video:hover span {
  background-color: var(--orange_hover);
}
.review .review__item .review__video:focus span {
  background-color: var(--orange_focused);
}
.review .review__item .review__video:active span {
  background-color: var(--orange_active);
}
.review .review__item .review__content {
  height: 312px;
  padding: 12px 24px 12px 12px;
  overflow: hidden;
}
.review button.review__more * {
  pointer-events: none;
}

.play_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--orange);
}

section .scrollbar-track {
  background-color: var(--stroke);
  width: 12px;
  border-radius: 10px;
  opacity: 1;
}
section .scrollbar-thumb {
  background-color: var(--blue);
  width: 12px;
  border-radius: 10px;
}

@media screen and (max-width: 1439px) {
  .review .review__item .review__video {
    height: 330px;
  }
}
@media screen and (max-width: 1199px) {
  .review .review__item .review__video {
    height: 270px;
  }
}
@media screen and (max-width: 991px) {
  section .scrollbar-track {
    width: 6px;
  }
  section .scrollbar-thumb {
    width: 6px;
  }
}
@media screen and (max-width: 767px) {
  .review .review__item .review__icon {
    width: 44px;
    height: 44px;
  }
  .review .review__item .review__icon img {
    width: 24px;
    height: auto;
  }
  .review .review__item .review__video {
    height: 175px;
  }
  .review .review__item .review__content {
    padding: 16px 24px 16px 16px;
  }
}
@media screen and (max-width: 576px) {
  .review .review__item {
    padding: 8px;
  }
  .review .review__item .review__video {
    height: 225px;
  }
}
@media screen and (max-width: 400px) {
  .review .review__item .review__video {
    height: 175px;
  }
}
.about .about_doted {
  position: absolute;
  left: calc(50% + 455px);
  top: 85px;
  opacity: 0.5;
}
.about .about__wrap {
  width: calc(100% - 537px);
}
.about .about__wrap .about__content {
  overflow: hidden;
}
.about .about__wrap .about__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebf2f5), color-stop(50%, #ebf2f5), to(rgba(235, 242, 245, 0)));
  background: linear-gradient(180deg, #ebf2f5 0%, #ebf2f5 50%, rgba(235, 242, 245, 0) 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-radius: 0 0 12px 12px;
}
.about .about__wrap .about__content .text__content {
  padding: 28px 44px 28px 28px;
  height: 512px;
}
.about .about__wrap .about__content .text__content span {
  color: var(--blue);
}
.about .about__wrap .about__content .text__content b,
.about .about__wrap .about__content .text__content strong {
  font-weight: 600;
}
.about .about__info {
  width: 512px;
  height: 100%;
  height: 512px;
  position: relative;
  padding: 12px;
  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;
}
.about .about__info .about__label {
  background-color: rgba(252, 252, 252, 0.76);
  padding: 4px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.about .about__info .about__label .about__position {
  letter-spacing: 0.02em;
}
.about .about__info .about__contact {
  padding: 20px;
  background-color: rgba(252, 252, 252, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.about .about__info .about__contact .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
}
.about .about__info .about__contact .social a svg {
  width: 100%;
  height: 100%;
}
.about .about__info .about__contact .social a img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1439px) {
  .about.pb_128 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .about .about__wrap .about__content .text__content {
    padding: 20px 30px 20px 16px;
  }
  .about .about__wrap {
    width: calc(100% - 460px);
  }
  .about .about__info {
    height: 430px;
    width: 430px;
  }
  .about .about__info .social {
    margin-left: 0;
  }
  .about .about__info .about__contact {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 991px) {
  .about .about__wrap {
    width: 100%;
    margin-bottom: 16px;
  }
  .about .about__info {
    height: 420px;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
  .about .about__info .about__contact {
    padding: 20px 16px;
  }
  .about.pb_128 {
    padding-bottom: 80px;
  }
}
.faq .faq__item {
  padding: 0 28px;
  margin-bottom: 20px;
}
.faq .faq__item:last-child {
  margin-bottom: 0;
}
.faq .faq__item .faq__qwestion {
  padding: 20px 40px 20px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .faq__item .faq__qwestion .faq__icon {
  position: absolute;
  right: 0;
  top: 20px;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--blue_light);
  pointer-events: none;
}
.faq .faq__item .faq__qwestion .faq__icon:after, .faq .faq__item .faq__qwestion .faq__icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: var(--dark);
  position: absolute;
  left: 12px;
  top: 17px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .faq__item .faq__qwestion .faq__icon:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq .faq__item .faq__answer .text__content {
  padding: 20px 0;
}
.faq .faq__item.open .faq__qwestion {
  border-color: var(--blue_light);
}
.faq .faq__item.open .faq__qwestion .faq__icon:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media screen and (max-width: 1439px) {
  .faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .faq .faq__item {
    padding: 0 16px;
  }
  .faq .faq__item .faq__qwestion {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .faq .faq__item .faq__answer .text__content {
    padding: 16px 0;
  }
}
.news__cat_list {
  position: absolute;
  left: 8px;
  top: 8px;
}
.news__cat_list .news__label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}

.news .news__main {
  height: 460px;
  padding: 12px;
}
.news .news__main .news__content {
  padding: 20px;
  background-color: rgba(252, 252, 252, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.news .news__swiper {
  overflow: visible;
  height: 460px;
}
.news .news__swiper .swiper-slide {
  padding: 12px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.news .news__swiper .swiper-slide .news__thumnail {
  height: 100%;
  width: 184px;
  overflow: hidden;
  margin-right: 12px;
}
.news .news__swiper .swiper-slide .news__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news__swiper .swiper-slide .news__content {
  padding: 12px;
}
.news .news__swiper .swiper-slide .news__content .news__permalink {
  color: var(--blue);
}

.tag__list .news__cat.btn_tr {
  margin-right: 12px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
}
.tag__list .news__cat.btn_tr.current-item, .tag__list .news__cat.btn_tr.active {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.tag__list .news__cat.btn_tr.current-item:hover, .tag__list .news__cat.btn_tr.active:hover {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.tag__list .news__cat.btn_tr:hover {
  background-color: var(--stroke);
  border-color: var(--stroke);
}
.tag__list li {
  margin-right: 12px;
}
.tag__list li.current-menu-item a {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.tag__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28em;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background-color: var(--white);
  color: var(--dark);
  border: 1px solid var(--blue_light);
}
.tag__list li a:hover {
  color: var(--dark);
  background-color: var(--stroke);
  border-color: var(--stroke);
}

.single_blog .single_blog__date {
  opacity: 0.6;
}
.single_blog .contents__block.contents__block_list {
  height: 0;
  overflow: hidden;
}
.single_blog .single_blog__thumnail {
  overflow: hidden;
  height: 580px;
}
.single_blog .single_blog__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_blog .single_blog__img {
  overflow: hidden;
  height: 580px;
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
}
.single_blog .single_blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_blog .single_blog__img.video {
  height: auto;
}
.single_blog .single_blog__img.video .video__block img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single_blog .single_blog__comment {
  padding: 12px;
  margin-bottom: 60px;
}
.single_blog .single_blog__comment .single_blog__comment_img {
  width: 184px;
  height: 184px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  margin-right: 24px;
  overflow: hidden;
}
.single_blog .single_blog__comment .single_blog__comment_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_blog .single_blog__comment .comment__head {
  padding: 12px 0;
  border-bottom: 1px solid rgba(192, 222, 234, 0.9);
  margin-bottom: 12px;
}
.single_blog .single_blog__comment .comment__title svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.single_blog .single_blog__comment .comment__subtitle {
  opacity: 0.7;
  margin-bottom: 8px;
}
.single_blog .single_blog__comment .comment__name {
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(192, 222, 234, 0.9);
  margin-bottom: 12px;
}
.single_blog .single_blog__comment.single_blog__author .single_blog__comment_img {
  width: 132px;
  height: 132px;
  margin-right: 24px;
}
.single_blog .single_blog__comment.single_blog__author .comment__name {
  margin-bottom: 8px;
  padding: 0;
  border-bottom: none;
}
.single_blog .single_blog__interesting {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.single_blog .single_blog__interesting .interesting__thumbhail {
  display: block;
  width: 184px;
  height: 116px;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  overflow: hidden;
}
.single_blog .single_blog__interesting .interesting__thumbhail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_blog .single_blog__interesting .interesting__info {
  width: 100%;
}
.single_blog .single_blog__interesting .title_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(192, 222, 234, 0.9);
  margin-right: 12px;
  padding: 12px 0;
  margin-bottom: 12px;
}
.single_blog .single_blog__interesting .title_4 img {
  margin-right: 12px;
}
.single_blog .single_blog__interesting .interesting__permalink a {
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
}
.single_blog .single_blog_content.bg_stroke {
  padding: 20px 20px 20px 24px;
  position: relative;
  border-radius: 0 12px 12px 0;
}
.single_blog .single_blog_content.bg_stroke:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--blue);
  border-radius: 5px;
}
.single_blog .single_blog_content table {
  border-collapse: collapse;
}
.single_blog .single_blog_content table tr:nth-child(even) {
  background-color: var(--blue_light);
}
.single_blog .single_blog_content table tr td {
  border: 1px solid var(--stroke);
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}
.single_blog .single__constructor .text__content iframe {
  height: 700px;
}
.single_blog .single__constructor .text__content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.28em;
  margin-bottom: 16px;
}
.single_blog .single__constructor .text__content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.28em;
  margin-bottom: 20px;
}
.single_blog .single__constructor .text__content p:last-child {
  margin-bottom: 0;
}
.single_blog .single__constructor .text__content li {
  margin-bottom: 0.5em;
}
.single_blog .single__constructor .text__content li:last-child {
  margin-bottom: 0;
}
.single_blog .single__constructor .text__content ul {
  margin-bottom: 1em;
}
.single_blog .single__constructor .text__content ol {
  list-style-type: decimal;
}
.single_blog .single__constructor .text__content ol li {
  counter-increment: step-counter;
  list-style-type: none;
}
.single_blog .single__constructor .text__content ol li:before {
  content: counter(step-counter) ". ";
  color: var(--dark);
  font-size: inherit;
  width: auto;
  height: auto;
  background-color: transparent;
  top: 2px;
  left: 8px;
}
.single_blog .single__constructor .faq__item {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.single_blog .single__constructor .faq__answer .text__content p:last-child {
  margin-bottom: 0;
}
.single_blog .single__constructor .faq__answer .text__content a {
  text-decoration: underline;
  color: var(--blue);
  font-weight: 600;
}
.single_blog .single__constructor .faq__answer .text__content a:hover {
  color: var(--blue_hover);
}
.single_blog .single_blog__alert {
  margin-bottom: 28px;
}
.single_blog .single_blog__alert .title_3 {
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_blog .single_blog__alert .title_3 svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.single_blog .single_blog__alert p {
  line-height: 1.4em;
}
.single_blog .single_blog__consult {
  margin-bottom: 60px;
}
.single_blog .single_blog__share .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_blog .single_blog__share .addtoany_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
}
.single_blog .single_blog__share .addtoany_list a img {
  max-width: 100%;
}
.single_blog .single_blog__share .addtoany_list a.addtoany_share_save {
  display: none;
}
.single_blog .single_blog__rating .kksr-legend {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.28em;
}
.single_blog .service__callback {
  padding: 40px;
}
.single_blog .service__callback .form__wrap .input__group .order__input {
  background-color: var(--light);
}
.single_blog .service__callback .form__wrap .btn {
  width: 100%;
}
.single_blog .sercie__alert {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 24px 20px;
}
.single_blog .sercie__alert .title_4 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(192, 222, 234, 0.9);
}
.single_blog .sercie__alert .text__content {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(192, 222, 234, 0.9);
}
.single_blog .sercie__alert .text__content p:last-child {
  margin-bottom: 0;
}
.single_blog .sercie__alert .contents__list li:not(:last-child) {
  margin-bottom: 10px;
}
.single_blog .sercie__alert .contents__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}
.single_blog .sercie__alert .contents__list li a svg {
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single_blog .sercie__alert .contents__list li a:hover {
  color: var(--blue_hover);
}
.single_blog .service_price .price .price__row .price__item:last-child {
  width: 280px;
}
.single_blog .service_advant .service_advant__card {
  width: 100%;
  min-height: 130px;
  padding: 20px 20px 32px;
}
.single_blog .service_advant .service_advant__card .service_advant__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.single_blog .service_advant .service_advant__card .service_advant__icon img {
  max-width: 100%;
  max-height: 100%;
}
.single_blog .service_advant .service_advant__item:nth-child(2) .service_advant__card {
  background-color: var(--blue);
}
.single_blog .service_advant .service_advant__item:nth-child(2) .service_advant__card .service_advant__icon {
  background-color: var(--white);
}
.single_blog .service_advant .service_advant__item:nth-child(2) .service_advant__card p {
  color: var(--white);
}
.single_blog .single__filter {
  padding: 28px 20px 12px;
}
.single_blog .single__filter .single__filter_see {
  opacity: 0.9;
}
.single_blog .single__filter .single__filter_line {
  height: 1px;
  opacity: 0.9;
  margin-bottom: 28px;
}
.single_blog .single__filter .single__filter_contents {
  overflow: hidden;
}
.single_blog .single__filter .bg_stroke {
  height: 1px;
  margin-bottom: 28px;
  opacity: 0.9;
}
.single_blog .single__filter .single__filter_btns {
  padding-bottom: 12px;
}
.single_blog .single__filter .single__filter_btns .single__filter_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-bottom: 12px;
  border: none;
}
.single_blog .single__filter .single__filter_btns .single__filter_btn:hover {
  background-color: var(--blue_hover);
  color: var(--white);
  border: none;
}
.single_blog .single__filter .single__filter_btns .single__filter_btn.active {
  background-color: var(--blue);
  color: var(--white);
  border: none;
}
.single_blog .single__filter .single__filter_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single_blog .single__filter .single__filter_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--blue);
  padding-right: 16px;
}
.single_blog .single__filter .single__filter_content a img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.sidebar {
  position: relative;
  top: 0;
  left: initial;
  width: 100%;
  max-width: 450px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar.sticky {
  position: fixed;
  top: 150px;
  left: initial;
  margin-top: 0;
}
.sidebar.sticky.sticky_bottom {
  position: relative;
  top: auto;
  margin-top: auto;
}
.sidebar .sidebar__item {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 18px 16px;
}
.sidebar .sidebar__item.open .sidebar__title {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(192, 222, 234, 0.9);
}
.sidebar .sidebar__item.open .sidebar__title:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.sidebar .sidebar__item .sidebar__title {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid transparent;
  position: relative;
}
.sidebar .sidebar__item .sidebar__title * {
  pointer-events: none;
}
.sidebar .sidebar__item .sidebar__title::after {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  background: url(../img/contents_arrow.svg) no-repeat center;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar .sidebar__item .tag__list {
  padding-top: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar .sidebar__item .tag__list li {
  margin-bottom: 8px;
}
.sidebar .sidebar__item .tag__list li a {
  height: 24px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  background-color: var(--blue_light);
  border: none;
}
.sidebar .sidebar__item .tag__list li a:hover {
  background-color: var(--stroke);
}
.sidebar .sidebar__item .contents__list {
  padding-top: 16px;
}
.sidebar .sidebar__item .contents__list li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar .sidebar__item .contents__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}
.sidebar .sidebar__item .contents__list li a svg {
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar .sidebar__item .contents__list li a:hover {
  color: var(--blue_hover);
}
.sidebar .sidear__consult {
  padding: 20px;
}
.sidebar .sidear__consult .sidear__phone {
  margin-right: 4px;
}
.sidebar .sidear__consult .sidear__phone:hover {
  color: var(--blue_hover);
}
.sidebar .sidear__consult .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  margin-left: 8px;
}
.sidebar .sidear__consult .social a svg {
  width: 100%;
  height: 100%;
}
.sidebar .sidear__consult .social a img {
  max-width: 100%;
  max-height: 100%;
}
.sidebar .sidear__consult .sidear__or {
  opacity: 0.7;
}
.sidebar .sidear__consult .form__wrap .input__group .order__input {
  height: 52px;
  background-color: var(--light);
}
.sidebar .sidear__consult .form__wrap .recaptcha {
  margin-bottom: 20px;
  display: block;
}
.sidebar .sidear__consult .form__wrap .btn {
  max-width: 100%;
  width: 100%;
}
.sidebar .sidear__consult .form__wrap .body_title_3 {
  opacity: 0.8;
}
.sidebar .sidear__consult .form__wrap .body_title_3 a {
  text-decoration: underline;
}
.sidebar .sidebar__news .sidebar__new {
  min-height: 98px;
  background-color: var(--blue_light);
  margin-bottom: 12px;
  border-radius: 12px;
  padding: 8px;
}
.sidebar .sidebar__news .sidebar__new .sidebar__thumbhail {
  border-radius: 8px;
  width: 128px;
  height: 82px;
  overflow: hidden;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar .sidebar__news .sidebar__new .sidebar__thumbhail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar .sidebar__news .sidebar__new p {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 0;
}
.sidebar .sidebar__news .sidebar__new:last-child {
  margin-bottom: 0;
}

.single_blog__consult {
  padding: 70px 28px 60px;
  position: relative;
  overflow: hidden;
}
.single_blog__consult .callback__img {
  position: absolute;
  right: 0;
  bottom: -96px;
  width: 416px;
  height: auto;
}
.single_blog__consult .consult__content {
  max-width: 477px;
  position: relative;
  z-index: 2;
}
.single_blog__consult .consult__content .title_3 {
  margin-bottom: 28px;
}
.single_blog__consult .consult__content .social a {
  width: 52px;
  height: 52px;
  background-color: var(--light);
  border-radius: 8px;
  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;
  margin-right: 8px;
}
.single_blog__consult .consult__content .social a img {
  width: 36px;
  height: 36px;
}
.single_blog__consult.single_blog__consult_service {
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.single_blog__consult.single_blog__consult_service:after, .single_blog__consult.single_blog__consult_service:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.single_blog__consult.single_blog__consult_service::before {
  background-color: var(--dark);
  opacity: 0.5;
}
.single_blog__consult.single_blog__consult_service::after {
  background: -webkit-gradient(linear, left top, right top, from(var(--dark)), to(rgba(64, 74, 181, 0)));
  background: linear-gradient(90deg, var(--dark) 0%, rgba(64, 74, 181, 0) 100%);
  opacity: 0.6;
}
.single_blog__consult.single_blog__consult_service .consult__content {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.single_blog__more .blog__swiper {
  padding: 20px 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 1439px) {
  .single_blog__consult.single_blog__consult_service {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sidebar .sidear__consult .sidear__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single_blog .single_blog__img,
  .single_blog .single_blog__thumnail {
    height: 480px;
  }
  .single_blog__consult .callback__img {
    bottom: -58px;
    width: 378px;
    right: -20px;
  }
  .single_blog .single_blog__share .addtoany_list a {
    margin-right: 8px;
  }
  .news.pt_128 {
    padding-top: 100px;
  }
  .news.pb_128 {
    padding-bottom: 100px;
  }
  .single_blog .single_blog__consult.single_blog__consult_service,
  .single_blog.single_blog__consult_service.single_blog__consult {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .sidebar .sidebar__news .sidebar__new .sidebar__thumbhail {
    width: 99px;
    height: 64px;
  }
  .sidebar .sidebar__news .sidebar__new p {
    font-size: 14px;
  }
  .sidebar .sidebar__item.open .sidebar__title {
    font-size: 20px;
  }
  .sidebar .sidebar__item {
    padding: 16px;
  }
  .sidebar .sidebar__news .sidebar__new {
    min-height: 86px;
  }
  .single_blog .single_blog__img,
  .single_blog .single_blog__thumnail {
    height: 400px;
  }
  .single_blog .single_blog__consult {
    padding-bottom: 380px;
  }
  .single_blog__consult .callback__img {
    right: 50%;
    -webkit-transform: translate(50%);
            transform: translate(50%);
    bottom: -20px;
  }
  .single_blog .single__constructor .text__content iframe {
    height: 750px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar .sidebar__news .sidebar__new p {
    font-size: 16px;
  }
  .sidebar {
    max-width: 560px;
  }
  .tag__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tag__list .news__cat {
    margin-bottom: 8px;
  }
  .single_blog .single_blog__thumnail {
    margin-bottom: 32px;
  }
  .single_blog .single_blog__img,
  .single_blog .single_blog__thumnail {
    height: auto;
  }
  .single_blog .single_blog__img img,
  .single_blog .single_blog__thumnail img {
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .single_blog .single_blog__consult {
    margin-bottom: 48px;
  }
  .news.pt_128 {
    padding-top: 80px;
  }
  .news.pb_128 {
    padding-bottom: 80px;
  }
  .news .news__swiper {
    height: auto;
    margin-bottom: 20px;
  }
  .news .news__swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .news .news__swiper .swiper-slide .news__thumnail {
    height: 170px;
    margin-bottom: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single_blog {
    padding-bottom: 20px;
  }
  .single_blog .section__title {
    font-size: 22px;
  }
  .single_blog .single__constructor .text__content h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .single_blog .single__constructor .text__content h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .single_blog__consult .consult__content .social a {
    height: 44px;
    width: 44px;
  }
  .single_blog__consult .consult__content .social a img {
    width: 32px;
    height: 32px;
  }
  .single_blog__consult.single_blog__consult_service {
    padding: 60px 16px;
    margin-bottom: 32px;
  }
  .single_blog__consult.single_blog__consult_service .consult__content h1 {
    margin-bottom: 16px;
  }
  .single_blog__consult.single_blog__consult_service .consult__content p {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .single_blog__consult.single_blog__consult_service .consult__contact .btn {
    height: 44px;
    font-size: 16px;
  }
  .single_blog__consult.single_blog__consult_service .consult__contact .btn img {
    width: 16px;
  }
  .single_blog .service__callback {
    padding: 48px 16px;
    margin-bottom: 48px;
  }
  .single_blog .single_blog_content table tr td {
    font-size: 13px;
    padding: 12px;
  }
  .single_blog .single_blog_content.bg_stroke {
    padding: 12px;
    margin-bottom: 48px;
  }
  .single_blog .service_advant {
    margin-bottom: 48px;
  }
  .single_blog .service_advant .service_advant__card .service_advant__icon {
    margin-bottom: 0;
    margin-right: 8px;
  }
  .single_blog .single_blog__comment .single_blog__comment_img {
    width: 100px;
    height: 100px;
    margin-right: 12px;
  }
  .single_blog .single_blog__comment.single_blog__author {
    padding: 20px 16px;
  }
  .single_blog .single_blog__comment.single_blog__author .single_blog__comment_img {
    width: 100%;
    height: auto;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .single_blog .single_blog__comment .comment__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 12px;
  }
  .single_blog .single_blog__comment .comment__name {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .single_blog .single_blog__interesting {
    max-width: 516px;
    margin: 0 auto 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single_blog .single_blog__interesting .interesting__info {
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .single_blog .single_blog__interesting .interesting__thumbhail {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single_blog .single_blog__interesting .title_4 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8px 0;
  }
  .single_blog .single_blog__alert p {
    font-size: 16px;
  }
  .single_blog .single_blog__consult {
    padding: 48px 16px 325px;
  }
  .single_blog__consult .callback__img {
    width: 330px;
  }
  .news .news__swiper .swiper-slide .news__thumnail {
    height: 170px;
  }
}
@media screen and (max-width: 576px) {
  .single_blog .service_advant .service_advant__card {
    padding: 16px;
    min-height: 75px;
  }
  .single_blog .single__filter .single__filter_btns .single__filter_btn {
    width: 36px;
    height: 36px;
  }
  .single_blog .single__filter .single__filter_content a img {
    width: 16px;
    height: 16px;
  }
  .sidebar .sidebar__news .sidebar__new p {
    font-size: 14px;
  }
  .single_blog .single_blog__comment.single_blog__author .single_blog__comment_img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .single_blog .single__constructor .text__content iframe {
    height: 850px;
  }
}
.video .video__block {
  position: relative;
  display: block;
}
.video .video__block img {
  width: 100%;
  height: auto;
}
.video .video__block .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .play_btn {
    width: 48px;
    height: 48px;
  }
  .play_btn svg {
    width: 15px;
    height: 15px;
  }
}
.numbers .numbers__item .numbers__wrap {
  padding: 20px;
  min-height: 152px;
}
.numbers .numbers__item .numbers_number {
  font-size: 60px;
  line-height: 1.16em;
}
.numbers .numbers__item:nth-child(odd) .numbers__wrap {
  background-color: var(--blue_light);
}
.numbers .numbers__item:nth-child(odd) .numbers__wrap p {
  color: var(--dark);
}
.numbers .numbers__item:nth-child(even) .numbers__wrap {
  background-color: var(--blue);
}
.numbers .numbers__item:nth-child(even) .numbers__wrap p {
  color: var(--white);
}

@media screen and (max-width: 1199px) {
  .numbers .numbers__item .numbers_number {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .numbers {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .numbers .numbers__item .numbers__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 80px;
    padding: 16px;
  }
  .numbers .numbers__item .btn_text_md {
    font-size: 14px;
    width: 53%;
  }
  .numbers .numbers__item .numbers_number {
    font-size: 40px;
    width: 45%;
    margin-bottom: 0;
  }
}
.centers .centers__swiper .swiper-slide {
  height: auto;
  padding: 12px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background-color: var(--white);
}
.centers .centers__swiper .swiper-slide .centers__thumnail {
  margin-bottom: 20px;
  height: 272px;
  overflow: hidden;
}
.centers .centers__swiper .swiper-slide .centers__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.centers .centers__swiper .swiper-slide .centers__info {
  padding: 0 8px 8px;
}
.centers .centers__swiper .swiper-slide .centers__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-bottom: 16px;
}
.centers .centers__swiper .swiper-slide .centers__place .centers__icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.centers .centers__swiper .swiper-slide .centers__place .centers__icon svg {
  width: 100%;
  height: 100%;
}
.centers .centers__swiper.centers__swiper_small .swiper-slide .centers__thumnail {
  height: 197px;
}
.centers .centers__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centers .centers__links .btn {
  width: 100%;
  max-width: 308px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .centers .centers__swiper .swiper-slide .centers__thumnail {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .centers.centers_small {
    padding-bottom: 50px;
  }
  .centers .centers__links {
    -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;
  }
  .centers .centers__links .btn {
    margin: 0 auto 12px;
  }
}
@media screen and (max-width: 576px) {
  .centers .centers__swiper .swiper-slide .centers__thumnail,
  .centers .centers__swiper.centers__swiper_small .swiper-slide .centers__thumnail {
    height: 170px;
    margin-bottom: 16px;
  }
  .centers .centers__swiper .swiper-slide .centers__info .title_4 {
    font-size: 18px;
  }
}
.partners .partners__card {
  width: 20%;
}
.partners .partners__item {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 12px;
  height: 264px;
}
.partners .partners__item img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1439px) {
  .partners .partners__item {
    height: 210px;
  }
}
@media screen and (max-width: 1199px) {
  .partners .partners__card {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .partners .partners__card {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .partners .partners__card {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .partners .partners__item {
    max-height: 154px;
  }
}
.contact .contact__card {
  width: 100%;
  padding: 20px;
  min-height: 237px;
}
.contact .contact__card .contact__label {
  height: 32px;
  padding: 0 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.contact .contact__card .contact__label img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.contact .contact__card .social {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .contact__card .social a {
  width: 28px;
  height: 28px;
  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;
  margin-left: 8px;
}
.contact .contact__card .social a svg {
  width: 100%;
  height: 100%;
}
.contact .contact__card .social a img {
  max-width: 100%;
  max-height: 100%;
}
.contact .contact__card .contact__min {
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
  opacity: 0.68;
  margin-bottom: 4px;
  line-height: 1.4em;
}
.contact .contact__card .contact__item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media screen and (max-width: 1199px) {
  .contact .contact__card .header__phone {
    margin-bottom: 10px;
  }
  .contact .contact__card .social {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .contact .contact__card .header__phone {
    margin-bottom: 0;
  }
  .contact .contact__card .social {
    margin-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    padding-bottom: 20px;
  }
  .contact .contact__card .header__phone {
    margin-bottom: 10px;
  }
  .contact .contact__card .social {
    margin-left: 0;
  }
}
.callback__review {
  overflow: hidden;
}
.callback__review:after, .callback__review:before {
  content: "";
  display: block;
  width: 260px;
  height: 260px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(30%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: -127px;
  top: -106px;
  border-radius: 50%;
  opacity: 0.6;
}
.callback__review:after {
  width: 717px;
  height: 717px;
  top: 80px;
  left: calc(50% + 320px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.callback__review .step__doted {
  position: absolute;
}
.callback__review .step__doted.step__doted_top {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.callback__review .step__doted.step__doted_bottom {
  bottom: 0;
  left: calc(50% + 250px);
}
.callback__review .callback__review__offer {
  padding-left: 50px;
}

.price__head .price__head__wrap {
  padding: 90px 40px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.price__head .price__head__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1b4367), to(rgba(64, 74, 181, 0)));
  background: linear-gradient(90deg, #1b4367 0%, rgba(64, 74, 181, 0) 100%);
  opacity: 0.6;
}
.price__head .btn img {
  margin-right: 8px;
}

@media screen and (max-width: 576px) {
  .price__head .price__head__wrap {
    padding: 60px 16px;
  }
}
.price .price__content {
  margin-bottom: 60px;
}
.price .price__table {
  margin-bottom: 28px;
}
.price .price__table table {
  border-collapse: collapse;
}
.price .price__table table tr {
  border: 1px solid var(--stroke);
}
.price .price__table table tr:nth-child(odd) {
  background-color: var(--blue_light);
}
.price .price__table table tr:not(:last-child) {
  border-bottom: none;
}
.price .price__table table tr td {
  min-height: 60px;
  padding: 22px 20px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.price .price__table table tr td:last-child {
  width: 400px;
  text-align: center;
  padding-left: 0;
  border-left: 1px solid var(--stroke);
  font-weight: 600;
}
.price .price__table table tr td:last-child br {
  display: none;
}
.price .price__table table tr td:last-child button {
  color: var(--blue);
  text-decoration: underline;
  cursor: pointer;
}
.price .price__table table tr td:last-child button:hover {
  color: var(--blue_hover);
}
.price .price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--stroke);
}
.price .price__row:nth-child(odd) {
  background-color: var(--blue_light);
}
.price .price__row:not(:last-child) {
  border-bottom: none;
}
.price .price__row.price__row_title {
  background-color: var(--blue);
  border-radius: 8px 8px 0 0;
  border: none;
}
.price .price__row .price__name {
  height: 60px;
  padding-left: 20px;
}
.price .price__row .price__item {
  min-height: 60px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.price .price__row .price__item:last-child {
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  text-align: center;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid var(--stroke);
  font-weight: 600;
}
.price .price__row .price__item:last-child button {
  color: var(--blue);
  text-decoration: underline;
  cursor: pointer;
}
.price .price__row .price__item:last-child button:hover {
  color: var(--blue_hover);
}
.price .price__content .text__content {
  width: calc(100% - 400px);
}

@media screen and (max-width: 1199px) {
  .price .price__row .price__item {
    width: 66%;
  }
  .price .price__table table {
    border-collapse: collapse;
  }
  .price .price__table table tr td {
    width: 66%;
  }
  .price .price__table table tr td:last-child {
    width: 33%;
  }
  .price .price__row .price__item:last-child {
    width: 33%;
  }
  .price .price__content .text__content {
    width: 66%;
  }
}
@media screen and (max-width: 991px) {
  .price .price__row .price__name img,
  .price .price__row .price__name svg {
    width: 24px;
    height: 24px;
  }
  .price .price__table table {
    border-collapse: collapse;
  }
  .price .price__table table tr td {
    padding: 15px;
    width: 66%;
    font-size: 16px;
  }
  .price .price__table table tr td:last-child {
    width: 33%;
  }
  .price .price__row .price__item {
    padding: 12px;
    font-size: 16px;
  }
  .price .price__content .text__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .price .price__row .price__name {
    height: 48px;
  }
}
.contents .contents__wrap {
  padding: 16px;
}
.contents .contents__wrap.open .contents__title {
  padding-bottom: 16px;
}
.contents .contents__wrap.open .contents__title::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.contents .contents__title {
  padding-bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  cursor: pointer;
}
.contents .contents__title * {
  pointer-events: none;
}
.contents .contents__title img {
  margin-right: 12px;
}
.contents .contents__title::after {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  background: url(../img/contents_arrow.svg) no-repeat center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contents .contents__list {
  padding-top: 16px;
  border-top: 1px solid var(--stroke);
  margin: 0 -2px;
}
.contents .contents__list li {
  padding: 0 2px;
}
.contents .contents__list li a.btn {
  width: 100%;
  height: 40px;
  border-radius: 8px;
}
.contents.contents_vertical .contents__list li:not(:last-child) {
  margin-bottom: 10px;
}
.contents.contents_vertical .contents__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}
.contents.contents_vertical .contents__list a svg {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.contents.contents_vertical .contents__list a line,
.contents.contents_vertical .contents__list a path {
  stroke: var(--blue);
}
.contents.contents_vertical .contents__list a:hover {
  color: var(--blue_hover);
}
.contents.contents_vertical .contents__list a:hover path,
.contents.contents_vertical .contents__list a:hover line {
  stroke: var(--blue_hover);
}
.contents.contents_vertical .contents__list a:active {
  color: var(--blue_active);
}
.contents.contents_vertical .contents__list a:active path,
.contents.contents_vertical .contents__list a:active line {
  stroke: var(--blue_active);
}

@media screen and (max-width: 767px) {
  .contents.contents_vertical .contents__list a {
    font-size: 16px;
  }
}
.service_clinic .service_clinic__card {
  padding: 16px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.service_clinic .service_clinic__card .service_clinic__name {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--stroke);
  margin-bottom: 16px;
}
.service_clinic .service_clinic__card .service_clinic__name img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  width: 24px;
  height: auto;
}
.service_clinic .service_clinic__card .service_clinic__list li:not(:last-child) {
  margin-bottom: 10px;
}
.service_clinic .service_clinic__card .service_clinic__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}
.service_clinic .service_clinic__card .service_clinic__list a svg {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.service_clinic .service_clinic__card .service_clinic__list a line,
.service_clinic .service_clinic__card .service_clinic__list a path {
  stroke: var(--blue);
}
.service_clinic .service_clinic__card .service_clinic__list a:hover {
  color: var(--blue_hover);
}
.service_clinic .service_clinic__card .service_clinic__list a:hover path,
.service_clinic .service_clinic__card .service_clinic__list a:hover line {
  stroke: var(--blue_hover);
}
.service_clinic .service_clinic__card .service_clinic__list a:active {
  color: var(--blue_active);
}
.service_clinic .service_clinic__card .service_clinic__list a:active path,
.service_clinic .service_clinic__card .service_clinic__list a:active line {
  stroke: var(--blue_active);
}
.service_clinic.service_clinic_center .service_clinic__card {
  padding: 16px 12px;
}
.service_clinic.service_clinic_center .service_clinic__card .service_clinic__name {
  padding-bottom: 0;
  border: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service_clinic.service_clinic_center .service_clinic__card .service_clinic__img {
  height: 272px;
  overflow: hidden;
  border-radius: 8px;
}
.service_clinic.service_clinic_center .service_clinic__card .service_clinic__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .service_clinic.service_clinic_center .service_clinic__card .service_clinic__img {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .service_clinic.service_clinic_center {
    padding-bottom: 20px;
  }
  .service_clinic.service_clinic_center .service_clinic__card {
    padding: 8px;
  }
}
.photo .photo__btn {
  width: 124px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid var(--blue_light);
  padding: 0;
  padding-bottom: 16px;
  color: var(--dark);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}
.photo .photo__btn.active, .photo .photo__btn:hover {
  border-color: var(--dark);
}
.photo .photo__address {
  position: absolute;
  opacity: 0;
  top: 0;
  left: initial;
  pointer-events: none;
}
.photo .photo__address.active {
  position: static;
  opacity: 1;
  pointer-events: all;
}
.photo .photo__address img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}
.photo .photo__swiper {
  width: 100%;
  margin-bottom: 28px;
  height: 287px;
}
.photo .photo__swiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}
.photo .photo__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .photo {
    padding-bottom: 20px;
  }
  .photo .photo__swiper {
    height: 250px;
  }
}
@media screen and (max-width: 576px) {
  .photo .photo__swiper {
    height: 210px;
  }
}
.gallary .gallary__card {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 12px;
}
.gallary .gallary__img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 430px;
}
.gallary .gallary__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallary .gallary__img:hover:before {
  opacity: 0.4;
}
.gallary .gallary__img:hover::after {
  opacity: 1;
}
.gallary .gallary__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #127eba;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.gallary .gallary__img:after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  left: calc(50% - 34px);
  top: calc(50% - 34px);
  border-radius: 50%;
  background: var(--white) url(../img/zoom_icon.svg) no-repeat center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.gallary .gallary__name {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
  line-height: 1.4em;
}
.gallary .gallary_list_more {
  display: none;
}
.gallary .gallary_list_more.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1439px) {
  .gallary .gallary__img {
    height: 330px;
  }
}
@media screen and (max-width: 1199px) {
  .gallary .gallary__img {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .gallary .gallary__img {
    height: auto;
  }
  .gallary .gallary__img img {
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .gallary .gallary__img .gallary .gallary__name {
    font-size: 14px;
  }
}
.footer .footer__text {
  opacity: 0.7;
  color: var(--dark);
  font-size: 12px;
  font-weight: 500;
}
.footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  border-radius: 50%;
  background-color: var(--white);
  width: 36px;
  height: 36px;
}
.footer .footer__social a img {
  max-width: 100%;
  max-height: 100%;
}
.footer .footer__item .footer__text {
  border: none;
  background-color: transparent;
  color: rgba(27, 68, 103, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: color 0.4s ease, opacty 0.4s ease;
  transition: color 0.4s ease, opacty 0.4s ease;
}
.footer .footer__item .footer__text:hover {
  background-color: transparent;
}
.footer .footer__item .footer__text.active {
  background-color: transparent;
  border-color: tr;
  color: var(--dark);
}
.footer .footer__item .footer__text:first-child {
  border-radius: 0;
}
.footer .footer__item .footer__text:last-child {
  border-radius: 0;
}
.footer .footer__item .footer__menu_wrap {
  position: static;
  z-index: 2;
  opacity: 1;
  pointer-events: all;
  width: initial;
  max-width: 100%;
  height: auto;
  top: 0;
}
.footer .footer__item .footer__menu_wrap.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}
.footer .footer__menu li {
  margin-bottom: 16px;
}
.footer .footer__menu li a {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
}
.footer .footer__contact {
  position: relative;
}
.footer .footer__contact:before {
  content: "";
  display: block;
  width: 5000px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--blue_light);
}
.footer .footer__contact .social a {
  width: 26px;
  height: 26px;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
}
.footer .footer__contact .social a svg {
  width: 100%;
  height: 100%;
}
.footer .footer__contact .social a img {
  max-width: 100%;
  max-height: 100%;
}
.footer .footer__contact .footer__info {
  color: var(--dark);
}
.footer .footer__contact .footer__info img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.footer .copyright {
  opacity: 0.7;
}
.footer .site__map a {
  color: var(--white);
  font-weight: 600;
}
.footer .footer_adreses {
  position: relative;
}
.footer .footer_adreses::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white);
  opacity: 0.4;
}
.footer .footer_adreses .adreses__title span {
  opacity: 0/68;
}
.footer .footer_adreses .adreses__item {
  padding-right: 25px;
  position: relative;
  padding-left: 10px;
}
.footer .footer_adreses .adreses__item:hover {
  color: var(--blue);
}
.footer .footer_adreses .adreses__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--dark);
  position: absolute;
  left: 0;
  top: 8px;
}
.footer .footer_adreses .block_more {
  display: none;
}
.footer .footer_adreses .block_more.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_adreses .addresses__more {
  cursor: pointer;
}

@media screen and (max-width: 1439px) {
  .footer .footer__contact .social a {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .footer .footer__contact:before {
    left: -300px;
  }
  .footer .footer__contact {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer__menus {
    padding-top: 0;
  }
  .footer .footer__menus .footer__item {
    padding-left: 0;
  }
  .top__offset {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__item .footer__text {
    padding: 12px 0;
    margin-bottom: 0;
    margin-top: -1px;
    position: relative;
    border-top: 1px solid rgba(27, 68, 103, 0.2);
    border-bottom: 1px solid rgba(27, 68, 103, 0.2);
    color: rgb(27, 68, 103);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .footer .footer__item .footer__text::after {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    background: url(../img/arrow_down.svg) no-repeat center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .footer .footer__item .footer__text.active {
    margin-bottom: 12px;
    color: rgba(27, 68, 103, 0.7);
  }
  .footer .footer__item .footer__text.active::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    opacity: 0.4;
  }
  .footer .footer__item .footer__menu_wrap {
    position: static;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .footer .footer__item .footer__menu_wrap.active {
    position: static;
    z-index: 2;
    opacity: 1;
    pointer-events: all;
  }
  .footer .footer__item.open .footer__menu_wrap {
    position: static;
    z-index: 2;
    opacity: 1;
    pointer-events: all;
  }
  .footer .footer__item.open .footer__text {
    margin-bottom: 12px;
    color: rgba(27, 68, 103, 0.7);
  }
  .footer .footer__item.open .footer__text::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    opacity: 0.4;
  }
  .top__offset {
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .top__offset {
    padding-top: 70px;
  }
}
.form__filter .filter__btn {
  height: 40px;
  border-radius: 8px;
  background-color: var(--blue_light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.form__filter .filter__btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 10px;
  background: url(../img/arrow_down.svg) no-repeat center;
  pointer-events: none;
}

.default__filter {
  text-decoration: underline;
}

.result__list {
  display: none;
}
.result__list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result__list .remove__btn {
  display: none;
  height: 32px;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--stroke);
  color: var(--dark);
  padding-left: 12px;
  padding-right: 30px;
  border-radius: 8px;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.result__list .remove__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 12px;
  top: 11px;
  background: url(../img/close_menu.svg) no-repeat center;
}
.result__list .remove__btn.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result__wrap {
  display: none;
}
.result__wrap.active {
  display: block;
}

.cities__alert.hide,
.default__wrap.hide {
  display: none;
}

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

.popup .countries label {
  cursor: pointer;
}
.popup .countries input {
  border-color: var(--stroke);
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  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;
}
.popup .recaptcha {
  margin-bottom: 20px;
}
.popup.open {
  z-index: 9999999;
  pointer-events: all;
  opacity: 1;
}
.popup .popup__content {
  width: 95%;
  max-width: 580px;
  max-height: 95%;
  overflow-y: auto;
  background-color: var(--white);
  padding: 24px 24px 40px;
  border-radius: 12px;
  position: relative;
}
.popup .popup__content .popup__close {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--blue_light) url(../img/close_menu.svg) no-repeat center 10px/28px;
  outline: none;
  position: relative;
  cursor: pointer;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 8px;
  margin-left: auto;
  text-transform: uppercase;
  line-height: 1em;
  padding-bottom: 10px;
}
.popup .popup__content .popup__close > * {
  pointer-events: none;
}
.popup .popup__content form {
  position: relative;
}
.popup .popup__title {
  padding-right: 20px;
  line-height: 1.28em;
}
.popup.popup_city {
  padding-bottom: 28px;
}
.popup.popup_city .popup__head {
  border-bottom: 1px solid rgba(192, 222, 234, 0.9);
}
.popup.popup_city .popup__title {
  padding-right: 20px;
}
.popup.popup_city .single__filter_btns {
  padding-bottom: 12px;
}
.popup.popup_city .single__filter_btns .single__filter_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-bottom: 12px;
  border: none;
  background-color: var(--blue_light);
}
.popup.popup_city .single__filter_btns .single__filter_btn:hover {
  background-color: var(--blue_hover);
  color: var(--white);
  border: none;
}
.popup.popup_city .single__filter_btns .single__filter_btn.active {
  background-color: var(--blue);
  color: var(--white);
  border: none;
}
.popup.popup_city .single__filter_contents {
  overflow: hidden;
  border-bottom: 1px solid rgba(192, 222, 234, 0.9);
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.popup.popup_city .single__filter_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--blue);
  padding-right: 16px;
}
.popup.popup_city .single__filter_content a img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}
.popup.popup_city .btn {
  font-size: 16px;
}
.popup.popup_city .popup__see {
  opacity: 0.9;
}
.popup.popup_comment .popup__subtitle {
  opacity: 0.7;
}
.popup .form__wrap .form__label {
  opacity: 0.7;
  margin-bottom: 12px;
}
.popup .form__wrap .input__group .order__input.order__input_message {
  height: 140px;
}
.popup .form__wrap .wpcf7-list-item {
  margin: 0;
}
.popup .form__wrap .checkbox__input label {
  cursor: pointer;
}
.popup .form__wrap .checkbox__input .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup .form__wrap .checkbox__input .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
}
.popup .form__wrap .btn {
  width: 100%;
}
.popup .qwiz__text {
  opacity: 0.7;
}
.popup .qwiz .progress {
  height: 4px;
  width: 100%;
  position: relative;
  background-color: var(--stroke);
}
.popup .qwiz .progress:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--blue);
}
.popup .qwiz .progress .progress__label {
  background-color: var(--blue);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 28px;
  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;
  padding: 0 5px;
  border-radius: 8px;
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  position: absolute;
  top: calc(50% - 14px);
}
.popup .qwiz .qwiz__step {
  display: none;
}
.popup .qwiz .qwiz__step.active {
  display: block;
}
.popup .qwiz .qwiz__step .btn.btn_next_step svg {
  margin-left: 12px;
}
.popup .qwiz .qwiz__step .btn.btn_prev_step svg {
  margin-right: 12px;
}
.popup .qwiz .qwiz__step:nth-child(1) .progress:before {
  width: 33%;
}
.popup .qwiz .qwiz__step:nth-child(1) .progress .progress__label {
  right: 66%;
}
.popup .qwiz .qwiz__step:nth-child(2) .progress:before {
  width: 66%;
}
.popup .qwiz .qwiz__step:nth-child(2) .progress .progress__label {
  right: 31%;
}
.popup .qwiz .qwiz__step:nth-child(3) .progress:before {
  width: 100%;
}
.popup .qwiz .qwiz__step:nth-child(3) .progress .progress__label {
  right: 0;
}
.popup .qwiz .iti--show-selected-dial-code .iti__selected-flag {
  background-color: var(--blue_light);
}
.popup .qwiz .body_title_3 {
  opacity: 0.7;
  margin-bottom: 20px;
}
.popup .qwiz .form__wrap .input__group {
  margin-bottom: 12px;
}
.popup .wpcf7-form-control-wrap {
  display: block;
}
.popup .wpcf7-form-control-wrap .iti {
  width: 100%;
}
.popup .popup__contact {
  border-top: 1px solid var(--stroke);
}
.popup .popup__contact .social a {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.popup .popup__contact .social a svg {
  width: 100%;
  height: 100%;
}
.popup .popup__contact .social a img {
  max-width: 100%;
  max-height: 100%;
}

.wpcf7-response-output {
  font-size: 14px;
  margin: 0 !important;
  position: absolute;
  top: 100%;
}

@media screen and (max-width: 991px) {
  .popup .popup__content {
    padding: 16px;
  }
  .menu .menu__wrap,
  .menu .menu__top {
    padding-right: 0;
  }
  .popup .popup__content .popup__close {
    font-size: 7px;
    width: 44px;
    height: 44px;
    background-position: center 6px;
    background-size: 20px;
    padding-bottom: 6px;
  }
  .popup.popup_calc .popup__content .popup__close,
  .popup.popup_city .popup__content .popup__close {
    margin-bottom: 20px;
  }
  .popup.popup_calc .popup__head,
  .popup.popup_city .popup__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start !important;
        -ms-flex-align: self-start !important;
            align-items: self-start !important;
  }
  .popup.popup_calc .popup__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
  .popup.popup_city .popup__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    font-size: 18px;
  }
}
html.with-fancybox {
  overflow: auto;
}

.iti {
  display: block;
}

.iti__flag-container {
  padding: 0;
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--show-selected-dial-code .iti__flag-container {
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
}

.iti--show-selected-dial-code .iti__selected-flag {
  background-color: var(--light);
  border-radius: 8px 0 0 8px;
  padding-right: 0;
}

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
}

.iti__arrow {
  border: 0;
  width: 10px;
  height: 5px;
  background: url(../img/iti_arrow.svg) no-repeat center;
}

@media screen and (max-width: 767px) {
  .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */