@font-face {
  font-family: "open_sansbold";
  src: url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("../fonts/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: open_sansregular;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.wind__opened {
  overflow: hidden;
}

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

.section {
  padding-top: 70px;
}
@media screen and (max-width: 600px) {
  .section {
    padding-top: 30px;
  }
}

.header__top {
  padding: 6.5px 0px;
}
@media screen and (max-width: 1024px) {
  .header__top {
    padding: 5px 0;
  }
}

.header__top-row {
  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;
}

.top__row__left {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .top__row__left {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .top__row__left {
    display: none;
  }
}

.top__row__right {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .top__row__right {
    width: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .top__row__right {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.top__adress {
  font-size: 18px;
  color: #111111;
  font-family: open_sansbold;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .top__adress {
    display: none;
  }
}

.top__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
}
.top__socials .social {
  margin-left: 20px;
}
.top__socials .social img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__socials .social:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .top__socials {
    display: none;
  }
}

.top__telephones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .top__telephones {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.telephones__ico {
  -webkit-mask-image: url(../icons/tel.svg);
          mask-image: url(../icons/tel.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  background: #0540C7;
  width: 31px;
  height: 31px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .telephones__ico {
    display: none;
  }
}

.telephones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.telephones a {
  font-size: 18px;
  color: #111111;
  text-decoration: none;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  font-family: open_sanssemibold;
}
.telephones a:hover {
  color: #0540C7;
}
@media screen and (max-width: 1024px) {
  .telephones {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .telephones a {
    font-size: 16px;
  }
}

.header__bottom {
  background: #0540C7;
  border-bottom: 1px solid #ffffff;
  padding: 11.5px 0;
}
@media screen and (max-width: 1024px) {
  .header__bottom {
    padding: 5px 0;
  }
}

.header__bottom-row {
  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;
}

.top__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__menu .menu .menu__item {
  list-style-type: none;
}
.top__menu .menu .menu__item .menu__link {
  font-size: 16px;
  font-family: open_sanssemibold;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
}
.top__menu .menu .menu__item .menu__link:hover {
  background: #161961;
}
@media screen and (max-width: 1200px) {
  .top__menu .menu .menu__item .menu__link {
    padding: 10px 15px;
  }
}
.top__menu .menu .has-children {
  position: relative;
}
.top__menu .menu .has-children .menu__link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: relative;
  vertical-align: middle;
  bottom: 2px;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 5px;
  margin-left: 10px;
}
.top__menu .menu .has-children .sub-menu {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  z-index: 500;
  min-width: 150px;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  opacity: 0;
  display: none;
}
.top__menu .menu .has-children .sub-menu .sub-item {
  list-style-type: none;
  overflow: hidden;
}
.top__menu .menu .has-children .sub-menu .sub-item .sub-link {
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  color: #111111;
  display: block;
  transition: 0.5s ease 0s;
}
.top__menu .menu .has-children .sub-menu .sub-item .sub-link:hover {
  background: #cfcfcf;
}
@media screen and (max-width: 1200px) {
  .top__menu .menu .has-children .sub-menu .sub-item .sub-link {
    padding: 10px 15px;
  }
}
.top__menu .menu .has-children:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  display: block;
}
.top__menu .menu .has-children:hover .menu__link {
  background: #161961;
}

.callback {
  border-radius: 5px;
  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;
  font-family: open_sansbold;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 10px 20px;
}
.callback:hover {
  background: #ffffff;
  color: #111111;
}
@media screen and (max-width: 1200px) {
  .callback {
    padding: 8px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .callback {
    margin: 10px 15px;
  }
}

.burger {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 2000;
}
.burger span {
  background: #0540C7;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.burger span:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 3px;
}
.burger__close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  bottom: 3px;
}
.burger__close span:nth-child(2) {
  display: none;
}

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

.mobile__menu {
  background: #0540C7;
  padding: 0 0px;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  top: 37px;
  width: 100%;
  height: calc(100vh - 34px);
  z-index: 1000;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  overflow-x: scroll;
  padding-bottom: 30px;
}
.mobile__menu .top__menu {
  margin-top: 57px;
}
.mobile__menu .top__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile__menu .top__menu .menu .menu__item {
  list-style-type: none;
  border-top: 1px solid #ffffff;
}
.mobile__menu .top__menu .menu .menu__item .menu__link {
  font-size: 16px;
  font-family: open_sanssemibold;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
}
.mobile__menu .top__menu .menu .menu__item .menu__link:hover {
  background: #161961;
}
@media screen and (max-width: 1200px) {
  .mobile__menu .top__menu .menu .menu__item .menu__link {
    padding: 10px 15px;
  }
}
.mobile__menu .top__menu .menu .has-children {
  position: relative;
}
.mobile__menu .top__menu .menu .has-children .menu__link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: relative;
  vertical-align: middle;
  bottom: 2px;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 5px;
  margin-left: 10px;
}
.mobile__menu .top__menu .menu .has-children .sub-menu {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 0px;
  position: relative;
  z-index: 500;
  min-width: 150px;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  opacity: 0;
  display: none;
}
.mobile__menu .top__menu .menu .has-children .sub-menu .sub-item {
  list-style-type: none;
  overflow: hidden;
}
.mobile__menu .top__menu .menu .has-children .sub-menu .sub-item .sub-link {
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  color: #111111;
  display: block;
  transition: 0.5s ease 0s;
}
.mobile__menu .top__menu .menu .has-children .sub-menu .sub-item .sub-link:hover {
  background: #cfcfcf;
}
@media screen and (max-width: 1200px) {
  .mobile__menu .top__menu .menu .has-children .sub-menu .sub-item .sub-link {
    padding: 10px 15px;
  }
}
.mobile__menu .top__menu .menu .has-children:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  display: block;
}
.mobile__menu .top__menu .menu .has-children:hover .menu__link {
  background: #161961;
}

.menu__opened {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.logo__mobile {
  display: none;
}
.logo__mobile img {
  width: 160px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .logo__mobile {
    display: block;
  }
}

.lang__img__main img {
  width: 30px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lang__img {
  width: 30px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lang__hidden {
  -webkit-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 30px;
  right: 0;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  z-index: 50;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  -webkit-box-shadow: 0px 0px 5px #ccc;
          box-shadow: 0px 0px 5px #ccc;
}

.lang__opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.lang__arrow {
  margin-left: 10px;
}
.lang__arrow .arr1 {
  width: 8px;
  height: 1px;
  background: #ffffff;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lang__arrow .arr2 {
  width: 8px;
  height: 1px;
  background: #ffffff;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  left: 6px;
  bottom: 1px;
}

.lang__item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.lang {
  position: relative;
}

.lang__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.arrow__close {
  margin-left: 10px;
}
.arrow__close .arr1 {
  width: 8px;
  height: 1px;
  background: #ffffff;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow__close .arr2 {
  width: 8px;
  height: 1px;
  background: #ffffff;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  left: 6px;
  bottom: 1px;
}

.slider__main {
  height: calc(100vh - 150px);
  position: relative;
}
.slider__main .swiper {
  height: calc(100vh - 150px);
}
.slider__main .swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .slider__main .swiper .swiper-pagination {
    display: none;
  }
}
.slider__main .slider__content {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider__main .slider__content-title {
  position: relative;
  z-index: 150;
}
.slider__main .swiper-pagination {
  position: absolute;
  z-index: 120;
}
@media screen and (max-width: 1200px) {
  .slider__main {
    height: calc(100vh - 143px);
  }
  .slider__main .swiper {
    height: calc(100vh - 143px);
  }
}
@media screen and (max-width: 1024px) {
  .slider__main {
    height: calc(100vh - 98px);
  }
  .slider__main .swiper {
    height: calc(100vh - 98px);
  }
}
@media screen and (max-width: 60px) {
  .slider__main {
    height: calc(100vh - 95px);
  }
  .slider__main .swiper {
    height: calc(100vh - 95px);
  }
}

.back {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.slider__content-title {
  font-size: 48px;
  text-align: center;
  font-family: "open_sansbold";
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .slider__content-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__content-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .slider__content-title {
    font-size: 18px;
  }
}

.slider__content-txt {
  font-size: 24px;
  font-weight: open_sansbold;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .slider__content-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__content-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .slider__content-txt {
    font-size: 16px;
  }
}

.arrows .swiper-button-prev {
  left: 50px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0.7;
}
.arrows .swiper-button-prev span:nth-child(1) {
  width: 25px;
  height: 1px;
  background: #ffffff;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrows .swiper-button-prev span:nth-child(2) {
  width: 25px;
  height: 1px;
  background: #ffffff;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  right: 4px;
}
.arrows .swiper-button-prev:hover {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .arrows .swiper-button-prev {
    left: 20px;
  }
}
.arrows .swiper-button-next {
  right: 50px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0.7;
}
.arrows .swiper-button-next span:nth-child(1) {
  width: 25px;
  height: 1px;
  background: #ffffff;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrows .swiper-button-next span:nth-child(2) {
  width: 25px;
  height: 1px;
  background: #ffffff;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  right: 4px;
}
.arrows .swiper-button-next:hover {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .arrows .swiper-button-next {
    right: 20px;
  }
}

.slider__content-form {
  margin-top: 30px;
}
.slider__content-form .slider__form-title {
  font-family: open_sanssemibold;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 24px;
}
.slider__content-form .slider__form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .slider__content-form .slider__form__row {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .slider__content-form .slider__form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slider__content-form .slider__input {
  width: 32%;
}
.slider__content-form .slider__input input {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 10px 20px;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 600px) {
  .slider__content-form .slider__input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.slider__content-form ::-webkit-input-placeholder {
  color: #ffffff;
}
.slider__content-form ::-moz-placeholder {
  color: #ffffff;
}
.slider__content-form :-ms-input-placeholder {
  color: #ffffff;
}
.slider__content-form ::-ms-input-placeholder {
  color: #ffffff;
}
.slider__content-form ::placeholder {
  color: #ffffff;
}
.slider__content-form .slider__button input {
  background: #0540C7;
  border-radius: 50px;
  color: #ffffff;
  font-family: open_sansbold;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  border: 2px solid transparent;
  padding: 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  cursor: pointer;
  text-align: center;
}
.slider__content-form .slider__button input:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
@media screen and (max-width: 600px) {
  .slider__content-form .slider__button input {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .slider__content-form .slider__button {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .slider__content-form {
    margin-top: 10px;
  }
}

.swiper2 {
  position: relative;
}
.swiper2 .arrows .swiper-button-prev {
  left: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0.7;
}
.swiper2 .arrows .swiper-button-prev span:nth-child(1) {
  width: 25px;
  height: 1px;
  background: #111111;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.swiper2 .arrows .swiper-button-prev span:nth-child(2) {
  width: 25px;
  height: 1px;
  background: #111111;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  right: 4px;
}
.swiper2 .arrows .swiper-button-prev:hover {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .swiper2 .arrows .swiper-button-prev {
    left: 20px;
  }
}
.swiper2 .arrows .swiper-button-next {
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0.7;
}
.swiper2 .arrows .swiper-button-next span:nth-child(1) {
  width: 25px;
  height: 1px;
  background: #111111;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.swiper2 .arrows .swiper-button-next span:nth-child(2) {
  width: 25px;
  height: 1px;
  background: #111111;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  right: 4px;
}
.swiper2 .arrows .swiper-button-next:hover {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .swiper2 .arrows .swiper-button-next {
    right: 20px;
  }
}

.main__services .main__services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main__services .main__services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.main__services .main__services-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.main__services .main__services-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.main__services .main__services-item .services__item-title {
  font-size: 24px;
  color: #ffffff;
  font-family: open_sansbold;
  position: absolute;
  z-index: 300;
  text-align: center;
  padding: 0 20px;
}
.main__services .main__services-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .main__services .main__services-item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .main__services .main__services-item {
    width: 100%;
    height: 200px;
  }
  .main__services .main__services-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.main__services-title {
  font-size: 42px;
  font-family: open_sanssemibold;
  color: #1d1d1d;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .main__services-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .row__left-row {
    margin-top: 20px;
  }
}

.about__main-title {
  font-size: 36px;
  color: #111111;
  font-family: open_sanssemibold;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .about__main-title {
    font-size: 32px;
  }
}

.about__main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about__row-left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .about__row-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.about__row-right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .about__row-right {
    width: 100%;
  }
}

.about__img {
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.about__img a {
  display: block;
  position: relative;
  z-index: 230;
}
.about__img a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 200;
  border-radius: 10px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  opacity: 0;
}
.about__img a:hover::after {
  opacity: 1;
}
.about__img img {
  border-radius: 10px;
}
.about__img .plus {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 210;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  opacity: 0;
}
.about__img .plus span:nth-child(1) {
  width: 26px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 75px;
  display: block;
}
.about__img .plus span:nth-child(2) {
  background: #ffffff;
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.about__img .plus span:nth-child(3) {
  background: #ffffff;
  width: 2px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.about__img .plus span:nth-child(4) {
  background: #ffffff;
  width: 2px;
  height: 18px;
  display: block;
  position: absolute;
  top: 29px;
  bottom: 0;
  left: 26px;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about__img:hover::after {
  opacity: 1;
}
.about__img:hover .plus {
  opacity: 1;
}

.about__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.about__txt img {
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .about__txt {
    font-size: 15px;
  }
  .about__txt img {
    width: 40px;
  }
}

.row__left-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.left__row-item {
  -webkit-box-shadow: 0px 0px 30px #e0e0e0;
          box-shadow: 0px 0px 30px #e0e0e0;
  border-radius: 5px;
  background: #ffffff;
  width: 31%;
  margin: 0px 0;
  text-align: center;
  padding: 10px;
  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;
}
@media screen and (max-width: 480px) {
  .left__row-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.row__item-title {
  color: rgb(5, 64, 199);
  font-size: 32px;
  font-family: open_sansbold;
}

.advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantage__item {
  -webkit-box-shadow: 0px 0px 30px #e0e0e0;
          box-shadow: 0px 0px 30px #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  width: 48%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .advantage__item {
    width: 100%;
  }
  .advantage__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.advantage__item-title {
  font-size: 20px;
  font-family: open_sanssemibold;
  color: #111111;
  margin-bottom: 20px;
}

.advantage__item-txt {
  padding-right: 100px;
}

.advantage__item-number {
  color: #e9eef9;
  font-family: open_sansbold;
  font-size: 80px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 100%;
}

.calculate__row {
  background: #0540C7;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 150px;
  padding-right: 150px;
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 30px #e0e0e0;
          box-shadow: 0px 0px 30px #e0e0e0;
}
@media screen and (max-width: 1024px) {
  .calculate__row {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .calculate__row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.calculate__img {
  position: absolute;
  right: 0;
  top: 0;
}

.calculate__txt {
  font-size: 36px;
  color: #ffffff;
  font-family: open_sansbold;
  text-align: center;
  line-height: 130%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .calculate__txt {
    font-size: 24px;
    z-index: 100;
  }
}
@media screen and (max-width: 600px) {
  .calculate__txt {
    font-size: 20px;
  }
}

.calculate__button {
  border-radius: 5px;
  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;
  font-family: open_sansbold;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 10px 20px;
}
.calculate__button:hover {
  background: #ffffff;
  color: #111111;
}

.comfort__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comfort__item {
  position: relative;
  display: block;
  border-radius: 20px;
  width: 32%;
  height: 300px;
  margin-bottom: 20px;
}
.comfort__item img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comfort__item::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 200;
  border-radius: 20px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  opacity: 0;
}
.comfort__item:hover .plus {
  opacity: 1;
}
.comfort__item:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .comfort__item {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .comfort__item {
    width: 31%;
    height: 100px;
  }
}

.plus {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 210;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  opacity: 0;
}
.plus span:nth-child(1) {
  width: 26px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 75px;
  display: block;
}
.plus span:nth-child(2) {
  background: #ffffff;
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.plus span:nth-child(3) {
  background: #ffffff;
  width: 2px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.plus span:nth-child(4) {
  background: #ffffff;
  width: 2px;
  height: 18px;
  display: block;
  position: absolute;
  top: 29px;
  bottom: 0;
  left: 26px;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.team__main-txt {
  font-size: 20px;
  line-height: 130%;
  color: #111111;
  text-align: center;
  margin-bottom: 40px;
}

.main__team-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.main__team-item {
  width: 28%;
  margin-bottom: 30px;
}
.main__team-item .main__team-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .main__team-item .main__team-img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 480px) {
  .main__team-item .main__team-img {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .main__team-item picture {
    width: 30%;
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .main__team-item picture {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }
}
.main__team-item .team__name {
  font-size: 18px;
  font-family: open_sanssemibold;
  color: #111111;
  margin-bottom: 10px;
}
.main__team-item .team__proff {
  color: rgb(5, 64, 199);
  font-size: 16px;
  margin-bottom: 10px;
}
.main__team-item .team__proff:after {
  content: "";
  width: 150px;
  height: 1px;
  background: #e6e6e6;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .main__team-item {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main__team-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .main__team-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main__team-button {
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  text-decoration: none;
  color: #0540C7;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  border-radius: 50px;
  padding: 10px 25px;
  margin: 0 auto;
}
.main__team-button:hover {
  background: #0540C7;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .main__team-content {
    width: 68%;
  }
}
@media screen and (max-width: 480px) {
  .main__team-content {
    width: 100%;
  }
}

.stage__numb {
  font-size: 36px;
  color: #111111;
  font-family: open_sansbold;
  line-height: 100%;
}

.stage__txt {
  font-size: 18px;
  color: #111111;
  font-family: open_sanssemibold;
  text-align: center;
}

.stage__button {
  background: #0540C7;
  border-radius: 50px;
  color: #ffffff;
  font-family: open_sansbold;
  text-decoration: none;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  border: 2px solid transparent;
  padding: 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  position: absolute;
  bottom: -50px;
  width: 270px;
  text-align: center;
}
.stage__button:hover {
  border: 2px solid #0540C7;
  background: #ffffff;
  color: #0540C7;
}
@media screen and (max-width: 1024px) {
  .stage__button {
    position: relative;
    bottom: 0;
    width: 80%;
    margin-top: 15px;
  }
}

.stage1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: -63px;
}
@media screen and (max-width: 1024px) {
  .stage1 {
    position: relative;
    top: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

.stage2 {
  background: url(../img/etap.png) no-repeat center;
  width: 211px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 100px;
  top: -70px;
}
@media screen and (max-width: 1024px) {
  .stage2 {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
}

.stage3 {
  background: url(../img/etap.png) no-repeat center;
  width: 211px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
}
@media screen and (max-width: 1024px) {
  .stage3 {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    margin-bottom: 20px;
  }
}

.stage4 {
  background: url(../img/etap.png) no-repeat center;
  width: 211px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 20px;
  left: 25px;
}
@media screen and (max-width: 1024px) {
  .stage4 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
}

.stage5 {
  background: url(../img/etap.png) no-repeat center;
  width: 211px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 25px;
  bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .stage5 {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
}

.stage__row {
  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;
  margin-bottom: 10px;
}

.stages__block {
  position: relative;
  min-height: 300px;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .stages__block {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .stages__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.stage__line1 {
  width: 90%;
  height: 2px;
  background: #eaeaea;
  position: relative;
  left: 29px;
  bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .stage__line1 {
    display: none;
  }
}

.etaps__img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .etaps__img {
    display: none;
  }
}

.main__works-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.work__item {
  width: 32%;
  position: relative;
  height: 300px;
  text-decoration: none;
  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-bottom: 30px;
}
.work__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work__item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  opacity: 0;
}
.work__item .main__work__name {
  font-family: open_sanssemibold;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  display: block;
  z-index: 100;
  opacity: 0;
}
.work__item:hover::after {
  opacity: 1;
}
.work__item:hover .main__work__name {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .work__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.star {
  -webkit-mask-image: url(../icons/star.svg);
          mask-image: url(../icons/star.svg);
  background: #0540C7;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.otz__slide {
  -webkit-box-shadow: 0px 0px 10px #e0e0e0;
          box-shadow: 0px 0px 10px #e0e0e0;
  padding: 30px 20px;
  border-radius: 10px;
}

.otz__title {
  font-size: 18px;
  color: #1d1d1d;
  font-family: open_sanssemibold;
  margin-bottom: 20px;
  min-height: 60px;
}

.otz__txt {
  margin-bottom: 20px;
  min-height: 200px;
}

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

.otz__img {
  margin-right: 15px;
}
.otz__img img {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.otz__name {
  font-size: 18px;
  color: #111111;
  margin-bottom: 10px;
}

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

.swiper2 {
  overflow: hidden;
}
.swiper2 .otz__slide {
  margin: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .swiper2 .otz__slide {
    margin: 0px 10px;
    padding: 20px 10px;
  }
}
.swiper2 .swiper-pagination2 {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.reviews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .reviews__row {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .reviews__row {
    margin-right: 0;
  }
}

.review {
  width: calc(33.3333333333% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #f3f3f3;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .review {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 600px) {
  .review {
    width: 100%;
    margin-right: 0;
  }
  .review:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.review__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.rev__img {
  width: 65px;
  height: 65px;
  border-radius: 100px;
  margin-right: 15px;
}

.review__name {
  font-family: open_sansbold;
}

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

.review__right-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rev__txt {
  font-size: 15px;
  font-family: open_sanssemibold;
}

.seo__content p {
  font-size: 16px;
  color: #111111;
  margin-bottom: 20px;
}

.main__contacts {
  background-color: #e9eef9;
  overflow: hidden;
  padding-bottom: 70px;
}

.main__contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main__contacts-left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .main__contacts-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.main__contacts-right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .main__contacts-right {
    width: 100%;
  }
}

.adr::before {
  content: "";
  -webkit-mask-image: url(../icons/geo.svg);
          mask-image: url(../icons/geo.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #0540C7;
  min-width: 30px;
  min-height: 30px;
  display: block;
}

.tel::before {
  content: "";
  -webkit-mask-image: url(../icons/telephone.svg);
          mask-image: url(../icons/telephone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #0540C7;
  min-width: 30px;
  min-height: 30px;
  display: block;
}

.mail::before {
  content: "";
  -webkit-mask-image: url(../icons/mail.svg);
          mask-image: url(../icons/mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #0540C7;
  min-width: 30px;
  min-height: 30px;
  display: block;
}

.contacts__left-block {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
  margin-bottom: 20px;
}
.contacts__left-block span {
  margin-left: 15px;
}
.contacts__left-block a {
  text-decoration: none;
  color: #111111;
  margin-left: 15px;
}

.call {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.call::before {
  content: "";
  -webkit-mask-image: url(../icons/calltime.svg);
          mask-image: url(../icons/calltime.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #0540C7;
  min-width: 30px;
  min-height: 30px;
  display: block;
}

.socials__title {
  font-size: 24px;
  font-family: open_sansbold;
  color: #111111;
  margin-bottom: 20px;
}

.socials__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials__row a {
  margin-right: 15px;
}

.footer {
  background: #0540C7;
  padding: 30px 0px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .footer__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__block .footer__block__title {
  font-size: 18px;
  font-family: open_sanssemibold;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer__block ul {
  padding: 0;
  margin: 0;
}
.footer__block ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.footer__block ul li a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.footer__block ul li a:hover {
  text-decoration: underline;
}
.footer__block .single li a {
  font-size: 18px;
  font-family: open_sanssemibold;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .footer__block {
    margin-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .footer__block {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__block:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .logo__footer {
    width: 100%;
    margin-bottom: 20px;
  }
}

.copyright {
  padding: 15px 0;
}

.fancybox__container {
  z-index: 10000;
}

#hidden-content {
  max-width: 500px;
}
@media screen and (max-width: 600px) {
  #hidden-content .fancybox__content {
    padding: 15px !important;
  }
}

@media screen and (max-width: 600px) {
  .fancybox__content {
    padding: 0px !important;
  }
}

.form__title {
  font-family: open_sanssemibold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}

.zayavka .form__input {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zayavka .form__input label {
  font-family: open_sanssemibold;
  font-size: 14px;
  margin-bottom: 5px;
}
.zayavka .form__input input {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 25px;
  padding: 10px 20px;
  outline: none;
}
.zayavka .form__input input:focus {
  border: 1px solid #0540C7;
  outline: none !important;
}

.order {
  background: #0540C7;
  border-radius: 50px;
  color: #ffffff;
  font-family: open_sansbold;
  text-decoration: none;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  border: 2px solid transparent;
  padding: 10px 0px;
  height: 48px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  width: 270px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.order:hover {
  border: 2px solid #0540C7;
  background: transparent;
  color: #0540C7;
}

.service__header {
  height: 200px;
  position: relative;
  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;
  margin-bottom: 70px;
}
.service__header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}
.service__header img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.service__header .service__title {
  color: #ffffff;
  font-family: open_sansbold;
  font-size: 32px;
  z-index: 60;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .service__header .service__title {
    font-size: 24px;
  }
}

.main__services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main__services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.main__services-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.main__services-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.main__services-item .services__item-title {
  font-size: 24px;
  color: #ffffff;
  font-family: open_sansbold;
  position: absolute;
  z-index: 300;
  text-align: center;
  padding: 0 20px;
}
.main__services-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .main__services-item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .main__services-item {
    width: 100%;
    height: 200px;
  }
  .main__services-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.main__services-title {
  font-size: 42px;
  font-family: open_sanssemibold;
  color: #1d1d1d;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .main__services-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .row__left-row {
    margin-top: 20px;
  }
}

.news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .news__row {
    margin-right: 0;
  }
}

.news__item {
  width: calc(33.3333333333% - 30px);
  margin-right: 30px;
  -webkit-box-shadow: 0px 0px 30px #e0e0e0;
          box-shadow: 0px 0px 30px #e0e0e0;
  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;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .news__item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 600px) {
  .news__item {
    width: 100%;
    margin-right: 0;
  }
}

.news__date {
  padding: 5px 15px;
  background-color: #F4F4F4;
  border-radius: 5px;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}

.news__title {
  font-family: open_sansbold;
  margin-bottom: 20px;
  font-size: 18px;
}

.news__img {
  margin-bottom: 20px;
  width: 100%;
  height: 190px;
}
.news__img img {
  height: 190px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__button {
  text-align: center;
  background-color: #0540C7;
  color: #ffffff;
  border-radius: 8px;
  padding: 6px 24px 6px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  border: 2px solid #0540C7;
}
.news__button:hover {
  background: transparent;
  color: #0540C7;
}

.news__description {
  margin-bottom: 20px;
  padding: 0 20px;
}

.single__content {
  padding-bottom: 70px;
}
.single__content p {
  margin-bottom: 30px;
  color: #111111;
}
@media screen and (max-width: 1024px) {
  .single__content {
    padding-bottom: 30px;
  }
}
.single__content .float {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.calculate__txt2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
}

.posluga__button {
  background: #0540C7;
  border-radius: 50px;
  color: #ffffff;
  font-family: open_sansbold;
  text-decoration: none;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  border: 2px solid transparent;
  padding: 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  width: max-content;
  text-align: center;
}

.posluga__header {
  background: #e8efff;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .posluga__header {
    padding-bottom: 0px;
  }
}

.posluga__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.posluga__left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .posluga__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 30px;
  }
}

.posluga__right {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .posluga__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.posluga__title {
  font-size: 52px;
  font-family: open_sansbold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .posluga__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .posluga__title {
    font-size: 24px;
  }
}

.posluga__txt {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .posluga__txt {
    font-size: 18px;
  }
}

.posluga__doctor {
  position: absolute;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 350px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .posluga__doctor {
    position: relative;
  }
}

.do__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.do__left {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .do__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.do__right {
  width: 38%;
}
@media screen and (max-width: 1024px) {
  .do__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}

.do__left__title {
  font-size: 36px;
  font-family: open_sansbold;
  color: #111111;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .do__left__title {
    font-size: 24px;
  }
}

.do__left__block {
  background: rgb(249, 237, 248);
  background: linear-gradient(103deg, rgb(249, 237, 248) 0%, rgb(240, 249, 240) 60%, rgb(240, 249, 240) 100%);
  padding: 20px 30px;
  width: 80%;
  margin-bottom: 30px;
  position: relative;
}
.do__left__block::before {
  content: "";
  background: url(../img/zub.png);
  width: 51px;
  height: 68px;
  display: block;
  position: absolute;
  left: -26px;
  top: -30px;
}
@media screen and (max-width: 1200px) {
  .do__left__block::before {
    right: 1px;
    left: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .do__left__block {
    width: 100%;
  }
}

.left__block-title {
  font-size: 18px;
  font-family: open_sanssemibold;
  margin-bottom: 10px;
}

.do__title {
  color: rgb(168, 0, 0);
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}

.do__img {
  text-align: center;
}
.do__img img {
  margin: 0 auto;
}

.podhod__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.podhod__item {
  -webkit-box-shadow: 0px 0px 30px #e0e0e0;
          box-shadow: 0px 0px 30px #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  width: 48%;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .podhod__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.podhod__number {
  -webkit-box-shadow: 0px 0px 30px #e0e0e0;
          box-shadow: 0px 0px 30px #e0e0e0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  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;
  color: #ffffff;
  font-family: open_sansbold;
  background: #0540C7;
  position: absolute;
  left: -25px;
  top: -25px;
}
@media screen and (max-width: 1200px) {
  .podhod__number {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
}

.calculate__button2 {
  border-radius: 5px;
  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;
  font-family: open_sansbold;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #0540C7;
  color: #ffffff;
  background: #0540C7;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

#hidden-content {
  padding: 15px !important;
}