* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Medium.eot");
  src: url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Light.eot");
  src: url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT Bold';
  src: url("../fonts/FuturaPT-Bold.eot");
  src: url("../fonts/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "HelveticaNeueCyr";
}

a {
  text-decoration: none;
}

.btn {
  display: inline-block;
  font-family: "Futura PT";
  background-color: #345b9d;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 14px 60px 16px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  border: none;
  outline-color: #fff !important; 
}

.about-more a{
  outline-color:#fff;
  color: #fff;
}


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

@media screen and (max-width: 540px) {
  .btn {
    font-size: 16px;
    padding: 12px 40px 14px;
  }
}

.btn:hover {
  background-color: #4975c2;
  transition: all 0.2s;
}

.title {
  font-size: 46px;
  color: #000;
  font-family: "Futura PT";
}

@media screen and (max-width: 1300px) {
  .title {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 34px;
  }
}

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

.simple-text {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .container {
    max-width: 90%;
  }
}

.banner {
  background: url(../img/banner-bg.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .banner {
    background-position: center;
  }
}

.banner .banner-block {
  position: relative;
}

.banner .banner-block .banner-social {
  position: absolute;
  bottom: 40px;
  right: 0px;
}

@media screen and (max-width: 540px) {
  .banner .banner-block .banner-social {
    display: none;
  }
}

.banner .banner-block .banner-social a {
  outline: none;
}

.banner .banner-block .banner-social a svg path,
.banner .banner-block .banner-social a svg polygon {
  fill: #fff;
}

.banner .banner-block .banner-social a:hover svg path {
  fill: #345b9d;
  transition: all 0.2s;
}

.banner .banner-block .banner-social a:hover svg polygon {
  fill: #345b9d;
  transition: all 0.2s;
}

.banner .banner-block .banner-social svg {
  max-width: 30px;
  max-height: 30px;
  margin-left: 15px;
}

.banner .banner-wrap {
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 720px;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .banner .banner-wrap {
    max-width: 528px;
  }
}

.banner .banner-wrap a {
  outline: none;
}

.banner .banner-wrap .banner-title {
  color: #ffffff;
  font-size: 60px;
  font-family: "Futura PT";
  margin-bottom: 40px;
}

@media screen and (max-width: 1440px) {
  .banner .banner-wrap .banner-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .banner .banner-wrap .banner-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 540px) {
  .banner .banner-wrap .banner-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.banner .banner-wrap .banner-title span {
  display: block;
}

.banner .banner-wrap .banner-subtitle {
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  margin: 0px 0px 40px 90px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .banner .banner-wrap .banner-subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .banner .banner-wrap .banner-subtitle {
    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 30px 50px;
  }
}

.banner .banner-wrap .banner-subtitle::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -90px;
  width: 65px;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .banner .banner-wrap .banner-subtitle::before {
    left: -50px;
    width: 35px;
  }
}

.banner .banner-wrap .btn {
  margin-left: 90px;
}
.banner .banner-wrap .btn:visited {
  color: #fff;
}

.header {
  padding: 20px 0px;
}

@media screen and (max-width: 1180px) {
  .header .container {
    position: relative;
  }
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 890px;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .header-left {
    max-width: 760px;
  }
}

@media screen and (max-width: 1180px) {
  .header-left {
    max-width: unset;
    width: auto;
  }
}


.header-logo img {
  max-width: 180px;
}

@media screen and (max-width: 1300px) {
  .header-logo img {
    max-width: 160px;
  }
}

.header-menu {
  max-width: 660px;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .header-menu {
    max-width: 550px;
  }
}

.header-menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.menu a {
  outline: none;
}

.menu__item {
  font-family: "Futura PT";
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: all 0.3s;
}

.menu__item::before {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 0%;
  left: 0px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}

.menu__item:hover::before {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 100%;
  left: 0px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}

.header-right {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1180px) {
  .header-right {
    max-width: 300px;
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .header-right {
    max-width: 145px;
  }
}

.header-right .lan-arrow {
  transition: all 0.3s;
}

.header-right .menu__lan-main:hover .lan-arrow {
  transform: rotate(180deg);
  transition: all 0.3s;
}

@media screen and (max-width: 1300px) {
  .header-right .menu__lan-main:hover .lan-arrow {
    transform: unset;
  }
}

@media screen and (max-width: 1300px) {
  .header-right .menu__lan-main .lan-arrow.open {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
}

.header-right ul li {
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 11px 10px;
  cursor: pointer;
  font-family: "Futura PT";
  color: #fff;
}

.header-right ul li img{
  margin: 0px 0px 0px 4px;
}

.menu__lan-main{
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

.menu__lan-main .dropdown{
  /* display: block; */
  width: 100%;
}

.menu__lan li{
  text-transform: uppercase;
}

.header-right ul li a{
  text-transform: uppercase;
  color: #fff;
}

.header-right ul li ul {
  position: absolute;
  transition: all 0.5s ease;
  top: 45px;
  left: 0;
  display: none;
  z-index: 1;
}

.header-right ul li ul li {
  border: none;
}

.header-phone {
  margin-right: 30px;
}
@media screen and (min-width: 541px) {
  .header-phone svg {
    display: none;
  }
}
@media screen and (max-width: 540px) {
    .header-phone {
      margin-right: 16px;
    }
  .header-phone span {
    display: none;
  }
}

.header-phone a {
  font-family: "Futura PT";
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: all 0.3s;
}

.header-phone a::before {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 0%;
  left: 0px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}

.header-phone a:hover::before {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 100%;
  left: 0px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}

.inner {
  background-color: #345b9d;
}

.inner .inner-block {
  padding: 100px 0px 50px;
}

@media screen and (max-width: 960px) {
  .inner .inner-block {
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 540px) {
  .inner .inner-block {
    padding: 20px 0px 30px;
  }
}

.inner .inner-block .title {
  color: #fff;
}

.breadcrumbs {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .breadcrumbs {
    margin-top: 15px;
  }
}

.breadcrumbs a {
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  cursor: pointer;
  margin-right: 15px;
  font-size: 16px;
  line-height: 20px;
}

.breadcrumbs a::after {
  content: '/';
  position: absolute;
  top: 0px;
  right: -13px;
  color: #cacaca;
}

.breadcrumbs a:hover {
  color: #eeeeee;
  transition: all 0.2s;
}

.breadcrumbs .breadcrumbs__active {
  color: #cacaca;
  cursor: auto;
}

.breadcrumbs .breadcrumbs__active::after {
  display: none;
}

.breadcrumbs .breadcrumbs__active:hover {
  color: #cacaca;
}

.gallery.reviews {
  padding: 90px 0px 0px;
}

@media screen and (max-width: 1300px) {
  .gallery.reviews {
    padding: 60px 0px 0px;
  }
}

@media screen and (max-width: 540px) {
  .gallery.reviews {
    padding: 40px 0px 0px;
  }
}

.gallery.reviews .gallery-item {
  max-height: 286px;
}

@media screen and (max-width: 540px) {
  .gallery.reviews .gallery-item {
    max-height: 160px;
  }
}

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

@media screen and (max-width: 1440px) {
  .about {
    padding: 60px 0px 0px;
  }
}

@media screen and (max-width: 540px) {
  .about {
    padding: 40px 0px 0px;
  }
}

.about .about-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .about .about-wrap {
    flex-direction: column-reverse;
  }
}

.about .about-video {
  width: 48%;
}

@media screen and (max-width: 960px) {
  .about .about-video {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .about .about-video iframe {
    height: 270px;
  }
}

@media screen and (max-width: 960px) {
  .about .about-video iframe {
    height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .about .about-video iframe {
    height: 315px;
  }
}

@media screen and (max-width: 540px) {
  .about .about-video iframe {
    height: 240px;
  }
}

.about .about-info {
  width: 40%;
}

@media screen and (max-width: 1300px) {
  .about .about-info {
    width: 42%;
  }
}

@media screen and (max-width: 960px) {
  .about .about-info {
    width: 100%;
  }
}

.about .about-info__title {
  font-size: 46px;
  line-height: 50px;
  font-family: "Futura PT";
  margin-bottom: 40px;
}

@media screen and (max-width: 1440px) {
  .about .about-info__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .about .about-info__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .about .about-info__title {
    font-size: 34px;
    line-height: 40px;
  }
}

@media screen and (max-width: 540px) {
  .about .about-info__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

.about .about-info__text p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .about .about-info__text p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .about .about-info__text p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.about .about-more {
  margin: 60px auto 0px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .about .about-more {
    margin: 35px auto 0px;
  }
}

.about.about-page {
  padding: 90px 0px;
}

@media screen and (max-width: 960px) {
  .about.about-page {
    padding: 60px 0px;
  }
}

@media screen and (max-width: 540px) {
  .about.about-page {
    padding: 40px 0px;
  }
}

.about.about-page .about-wrap {
  flex-direction: row-reverse;
}

@media screen and (max-width: 960px) {
  .about.about-page .about-wrap {
    flex-direction: column-reverse;
  }
}

.advantages {
  padding: 120px 0px 0px;
}

@media screen and (max-width: 1440px) {
  .advantages {
    padding: 90px 0px 0px;
  }
}

@media screen and (max-width: 960px) {
  .advantages {
    padding: 60px 0px 0px;
  }
}

@media screen and (max-width: 540px) {
  .advantages {
    padding: 40px 0px 0px;
  }
}

.advantages .title {
  text-align: center;
}

.advantages .advantages-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

@media screen and (max-width: 1300px) {
  .advantages .advantages-wrap {
    justify-content: space-around;
  }
}

@media screen and (max-width: 960px) {
  .advantages .advantages-wrap {
    justify-content: space-between;
    margin-top: 40px;
  }
}

.advantages .advantages-wrap .advantages-item {
  width: 22%;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .advantages .advantages-wrap .advantages-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .advantages .advantages-wrap .advantages-item {
    width: 28%;
  }
}

@media screen and (max-width: 960px) {
  .advantages .advantages-wrap .advantages-item {
    width: 48%;
  }
}

@media screen and (max-width: 540px) {
  .advantages .advantages-wrap .advantages-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.advantages .advantages-wrap .advantages-item .advantages-photo {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .advantages .advantages-wrap .advantages-item .advantages-photo {
    margin-bottom: 15px;
  }
}

.advantages .advantages-wrap .advantages-item .advantages-photo img {
  width: 100%;
  max-width: 80px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .advantages .advantages-wrap .advantages-item .advantages-photo img {
    max-width: 60px;
  }
}

@media screen and (max-width: 540px) {
  .advantages .advantages-wrap .advantages-item .advantages-photo img {
    max-width: 45px;
  }
}

@media screen and (max-width: 960px) {
  .advantages .advantages-wrap .advantages-item .advantages-text {
    max-width: 300px;
    margin: 0 auto;
  }
}

.services {
  padding: 60px 0px 0px;
}

@media screen and (max-width: 768px) {
  .services {
    padding: 40px 0px 0px;
  }
}

@media screen and (max-width: 540px) {
  .services {
    padding: 20px 0px 0px;
  }
}

.services .services-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .services .services-wrap {
    flex-direction: column;
  }
}

.services_info {
  width: 44%;
}

@media screen and (max-width: 1300px) {
  .services_info {
    width: 46%;
  }
}

@media screen and (max-width: 960px) {
  .services_info {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .services_info {
    margin-bottom: 20px;
  }
}

.services_price {
  font-family: "Futura PT";
  color: #000000;
  font-size: 26px;
}

@media screen and (max-width: 1300px) {
  .services_price {
    font-size: 24px;
  }
}

.services_slider {
  width: 47%;
}

@media screen and (max-width: 1300px) {
  .services_slider {
    width: 43%;
  }
}

@media screen and (max-width: 960px) {
  .services_slider {
    width: 98%;
    margin: 0 auto;
  }
}

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

.services .title {
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 540px) {
  .services .title {
    margin-bottom: 35px;
  }
}

.services .title::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0px;
  height: 8px;
  width: 175px;
  background-color: #345b9d;
}

@media screen and (max-width: 540px) {
  .services .title::before {
    bottom: -12px;
    left: 0px;
    height: 4px;
    width: 175px;
  }
}

.services li,
.services .simple-text {
  margin-bottom: 30px;
      color: #000;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 540px) {
  .services li,
  .services .simple-text {
    margin-bottom: 15px;
  }
}

.services .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services .owl-carousel .owl-nav button.owl-prev {
  background-image: url(../img/services/left.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-left: -60px;
}

@media screen and (max-width: 1366px) {
  .services .owl-carousel .owl-nav button.owl-prev {
    margin-left: -40px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .services .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
}

.services .owl-carousel .owl-nav button.owl-next {
  background-image: url(../img/services/right.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: -60px;
}

@media screen and (max-width: 1366px) {
  .services .owl-carousel .owl-nav button.owl-next {
    margin-right: -40px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .services .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}

.services .owl-carousel .owl-dots {
  margin-top: 20px;
}

.services .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #345b9d;
}

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

@media screen and (max-width: 1440px) {
  .help {
    padding: 70px 0px 0px;
  }
}

@media screen and (max-width: 960px) {
  .help {
    padding: 60px 0px 0px;
  }
}

@media screen and (max-width: 540px) {
  .help {
    padding: 40px 0px 0px;
  }
}

.help .title {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.help .help-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .help .help-wrap {
    margin-top: 60px;
  }
}

@media screen and (max-width: 540px) {
  .help .help-wrap {
    margin-top: 30px;
  }
}

.help .help-item {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22%;
  margin-bottom: 80px;
  min-height: 150px;
}

@media screen and (max-width: 960px) {
  .help .help-item {
    width: 48%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  .help .help-item {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 960px) {
  .help .simple-text {
    max-width: 200px;
  }
}

.help .help-number {
  font-family: "Futura PT Bold";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #345b9d;
  opacity: 0.10;
  font-size: 200px;
  line-height: 150px;
}

@media screen and (max-width: 960px) {
  .help .help-number {
    font-size: 160px;
    line-height: 120px;
  }
}

@media screen and (max-width: 540px) {
  .help .help-number {
    font-size: 120px;
    line-height: 100px;
  }
}

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

@media screen and (max-width: 960px) {
  .algoritm {
    padding: 0px 0px 60px;
  }
}

@media screen and (max-width: 540px) {
  .algoritm {
    padding: 40px 0px;
  }
}

.algoritm .title {
  text-align: center;
}

.algoritm .algoritm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .algoritm .algoritm-wrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 540px) {
  .algoritm .algoritm-wrap {
    margin-top: 30px;
  }
}

.algoritm .algoritm-item {
  width: 23%;
  background: #fafafa;
  padding: 40px 30px;
  min-height: 336px;
}

@media screen and (max-width: 960px) {
  .algoritm .algoritm-item {
    width: 48%;
    padding: 30px 20px;
    margin-bottom: 30px;
    min-height: 230px;
  }
}

@media screen and (max-width: 540px) {
  .algoritm .algoritm-item {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}

.algoritm .algoritm-number {
  font-family: "Futura PT";
  margin-bottom: 20px;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 20px;
}

@media screen and (max-width: 540px) {
  .algoritm .algoritm-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.algoritm .algoritm-addition {
  font-family: "Futura PT";
  font-size: 20px;
  line-height: 28px;
  color: #000;
  max-width: 760px;
  width: 100%;
  margin: 90px auto 0px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .algoritm .algoritm-addition {
    margin: 60px auto 0px;
  }
}

@media screen and (max-width: 540px) {
  .algoritm .algoritm-addition {
    font-size: 18px;
    line-height: 24px;
    margin: 30px auto 0px;
  }
}

.algoritm .algoritm-addition::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0px;
  width: 80px;
  height: 3px;
  background-color: #345b9d;
}

.order {
  position: relative;
  background: url(../img/order/order-bg.png) no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .order {
    height: auto;
    padding: 220px 0px;
  }
}

.order:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.order .order-wrap {
  position: relative;
  z-index: 3;
}

.order .title {
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .order .title {
    margin-bottom: 20px;
  }
}

.order .order-subtitle {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

@media screen and (max-width: 540px) {
  .order .order-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

.order .order-btn {
  position: relative;
  max-width: 360px;
  margin: 80px auto 0px;
}

@media screen and (max-width: 960px) {
  .order .order-btn {
    margin: 50px auto 0px;
  }
}

.order .order-btn svg {
  position: absolute;
  left: -55px;
  top: -25px;
  max-width: 100px;
  max-height: 100px;
}

@media screen and (max-width: 540px) {
  .order .order-btn svg {
    left: -5px;
    top: -15px;
    max-width: 70px;
    max-height: 70px;
  }
}

.order .order-btn .btn {
  padding: 14px 60px 16px;
}

@media screen and (max-width: 540px) {
  .order .order-btn .btn {
    padding: 12px 20px 14px;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(52, 91, 157, 0.9);
  z-index: 9;
}

.popup {
  position: absolute;
  width: 560px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  .popup {
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .popup {
    padding: 25px;
  }
}

.popup .popup-title {
  font-family: "Futura PT";
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .popup .popup-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 540px) {
  .popup .popup-title {
    font-size: 22px;
    line-height: 28px;
  }
}

.popup .popup-subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.popup .popup-rule {
  display: block;
  font-size: 15px;
  text-align: center;
  color: #000;
  margin-top: 20px;
}

@media screen and (max-width: 540px) {
  .popup .popup-rule {
    font-size: 13px;
    line-height: 16px;
    margin-top: 15px;
  }
}

.popup .popup-form {
  margin-top: 40px;
}

@media screen and (max-width: 540px) {
  .popup .popup-form {
    margin-top: 10px;
  }
}

.popup .popup-form input {
  font-family: "Futura PT";
  font-size: 16px;
  padding: 15px 0px;
  width: 100%;
  margin-bottom: 25px;
  border: none;
  border-bottom: 2px solid rgba(52, 91, 157, 0.5);
}
.popup .popup-form input.error {
  border-bottom: 2px solid red;
}

@media screen and (max-width: 540px) {
  .popup .popup-form input {
    margin-bottom: 15px;
  }
}

.popup .popup-form input::placeholder {
  color: #7c7c7c;
}

.popup .popup-form .btn {
  width: 100%;
}

@media screen and (max-width: 540px) {
  .popup .popup-form .btn {
    margin-top: 10px;
  }
}

.popup-team {
  width: 600px;
  padding: 0px;
  max-height: 90vh;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .popup-team {
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .popup-team {
    max-height: 80vh;
  }
}

.popup-team::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.popup-team::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

.popup-team::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}

.popup-team .popup-information {
  padding: 40px;
}

@media screen and (max-width: 540px) {
  .popup-team .popup-information {
    padding: 25px;
  }
}

.popup-team__photo img {
  width: 100%;
  object-fit: cover;
}

.popup-information p.popup-team__position {
  font-family: "Futura PT";
  font-size: 12px;
  line-height: 14px;
  color: #000;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.popup-team__position span {
  display: block;
}

.popup-information p.popup-team__name {
  font-family: "Futura PT";
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .popup-team__name {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 540px) {
  .popup-team__name {
    font-size: 24px;
    line-height: 28px;
  }
}

.popup-team__name span {
  display: block;
}

.popup-information h4,
.popup-team__item {
  font-size: 18px;
  font-family: "Futura PT";
  margin: 10px 0px 7px;
}

.popup-information p,
.popup-team__text {
  font-size: 14px;
  line-height: 16px;
}

.popup__h2 {
  text-align: center;
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  .close-popup {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

.close-popup:before {
  content: '';
  background-color: #fff;
  position: absolute;
  height: 2px;
  width: 30px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 540px) {
  .close-popup:before {
    width: 20px;
  }
}

.close-popup:after {
  content: '';
  background-color: #fff;
  position: absolute;
  height: 2px;
  width: 30px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 540px) {
  .close-popup:after {
    width: 20px;
  }
}

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

@media screen and (max-width: 1440px) {
  .gallery {
    padding: 70px 0px 70px;
  }
}

@media screen and (max-width: 960px) {
  .gallery {
    padding: 60px 0px;
  }
}

@media screen and (max-width: 540px) {
  .gallery {
    padding: 40px 0px;
  }
}

.gallery .title {
  max-width: 600px;
  text-align: center;
  margin: 0px auto 60px;
}

@media screen and (max-width: 960px) {
  .gallery .title {
    margin: 0px auto 40px;
  }
}

@media screen and (max-width: 540px) {
  .gallery .title {
    margin: 0px auto 30px;
  }
}

.gallery .gallery-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.gallery .gallery-opened {
  display: none;
}

.gallery .gallery-item {
  width: 24%;
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .gallery .gallery-item {
    width: 49%;
  }
}

@media screen and (max-width: 540px) {
  .gallery .gallery-item {
    margin-bottom: 8px;
  }
}

.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .gallery-more {
  text-align: center;
}

.gallery .gallery-more .btn {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .gallery .gallery-more .btn {
    margin-top: 30px;
  }
}

.team {
  padding: 90px 0px;
  background-color: #fafafa;
}

@media screen and (max-width: 1440px) {
  .team {
    padding: 70px 0px;
  }
}

@media screen and (max-width: 960px) {
  .team {
    padding: 60px 0px;
  }
}

@media screen and (max-width: 540px) {
  .team {
    padding: 40px 0px;
  }
}

.team .team-head {
  text-align: center;
}

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

@media screen and (max-width: 540px) {
  .team .title {
    margin-bottom: 15px;
  }
}

.team .team-subtitle {
  max-width: 500px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .team .team-subtitle {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 540px) {
  .team .team-subtitle {
    margin-bottom: 30px;
  }
}

.team .team-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 540px) {
  .team .team-wrap {
    margin-bottom: 10px;
  }
}

.team .team-opened {
  display: none;
}

.team .team-item {
  width: 32%;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .team .team-item {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .team .team-item {
    width: 48%;
  }
}

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

.team .team-photo img {
  width: 100%;
  object-fit: cover;
}

.team .team-info {
  padding: 25px 25px 30px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .team .team-info {
    padding: 15px 15px 20px;
  }
}

.team .team-info__name {
  font-family: "Futura PT";
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

@media screen and (max-width: 960px) {
  .team .team-info__name {
    min-height: 76px;
  }
}

@media screen and (max-width: 540px) {
  .team .team-info__name {
    min-height: unset;
  }
}

.team .team-info__name span {
  display: block;
}

.team .team-info__place {
  font-size: 14px;
  line-height: 18px;
  color: #7a7a7a;
  margin-bottom: 18px;
  min-height: 36px;
}

@media screen and (max-width: 1300px) {
  .team .team-info__place {
    min-height: 54px;
  }
}

@media screen and (max-width: 540px) {
  .team .team-info__place {
    min-height: unset;
  }
}

.team .team-info__place span {
  display: block;
}

.team .team-info__more {
  font-family: "Futura PT";
  color: #345b9d;
  font-size: 18px;
  text-decoration: underline;
  border: none;
  background-color: #fff;
}

.team .team-info__more:hover {
  color: #4975c2;
  transition: all 0.2s;
}

.team .team-more {
  text-align: center;
}

.reviews {
  padding: 90px 0px 70px;
}

@media screen and (max-width: 1440px) {
  .reviews {
    padding: 70px 0px 50px;
  }
}

@media screen and (max-width: 960px) {
  .reviews {
    padding: 60px 0px 30px;
  }
}

@media screen and (max-width: 540px) {
  .reviews {
    padding: 40px 0px;
  }
}

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

.reviews .reviews-all {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.reviews .reviews-all a {
  color: #000;
  font-size: 18px;
  outline: none;
}

@media screen and (max-width: 540px) {
  .reviews .reviews-all a {
    font-size: 16px;
  }
}

.reviews .reviews-all a:hover {
  color: rgba(78, 78, 78, 0.781);
  transition: all 0.2s;
}

.reviews .reviews-all__stars {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.reviews .reviews-block {
  background-color: #fafafa;
  padding: 75px 0px;
}

@media screen and (max-width: 960px) {
  .reviews .reviews-block {
    padding: 60px 0px;
  }
}

@media screen and (max-width: 540px) {
  .reviews .reviews-block {
    padding: 40px 0px;
  }
}

.reviews .reviews-block .reviews-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reviews .reviews-block .reviews-form input, .reviews .reviews-block .reviews-form textarea {
  background-color: #fafafa;
  border: 1px solid #345b9d;
  padding: 8px 20px;
  font-size: 17px;
  line-height: 22px;
  font-family: "Futura PT";
}

.reviews .reviews-block .reviews-form textarea {
  resize: none;
  min-height: 90px;
}

.reviews .reviews-block .reviews-form__left {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .reviews .reviews-block .reviews-form__left {
    width: 100%;
  }
}

.reviews .reviews-block .reviews-form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .reviews .reviews-block .reviews-form__item {
    margin-bottom: 15px;
  }
}

.reviews .reviews-block .reviews-form__item label {
  font-size: 20px;
  line-height: 28px;
  font-family: "Futura PT";
  margin-bottom: 4px;
}

@media screen and (max-width: 540px) {
  .reviews .reviews-block .reviews-form__item label {
    font-size: 18px;
    line-height: 24px;
  }
}

.reviews .reviews-block .reviews-form__right {
  width: 62%;
}

@media screen and (max-width: 768px) {
  .reviews .reviews-block .reviews-form__right {
    width: 100%;
  }
}

.reviews .reviews-block .reviews-form__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews .reviews-block .reviews-form__mark p {
  font-size: 20px;
  line-height: 28px;
  font-family: "Futura PT";
  margin-bottom: 4px;
}

@media screen and (max-width: 540px) {
  .reviews .reviews-block .reviews-form__mark p {
    font-size: 18px;
    line-height: 24px;
  }
}

.reviews .reviews-wrap {
  padding: 60px 0px 0px;
}

@media screen and (max-width: 540px) {
  .reviews .reviews-wrap {
    padding: 40px 0px 0px;
  }
}

.reviews .reviews-wrap .reviews-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reviews .reviews-wrap .reviews-item {
  width: 48%;
  margin-bottom: 30px;
  background-color: #fafafa;
  padding: 20px 20px 35px 20px;
}

@media screen and (max-width: 540px) {
  .reviews .reviews-wrap .reviews-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.reviews .reviews-wrap .reviews-item__top {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .reviews .reviews-wrap .reviews-item__top {
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.reviews .reviews-wrap .top-reviews__head {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .reviews .reviews-wrap .top-reviews__head {
    margin-bottom: 5px;
  }
}

.reviews .reviews-wrap .top-reviews__name {
  font-family: "Futura PT";
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-bottom: 4px;
}

@media screen and (max-width: 540px) {
  .reviews .reviews-wrap .top-reviews__name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
  }
}

.reviews .reviews-wrap .top-reviews__date {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 540px) {
  .reviews .reviews-wrap .top-reviews__date {
    font-size: 12px;
    line-height: 16px;
  }
}

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

@media screen and (max-width: 1440px) {
  .questions {
    padding: 0px 0px 60px;
  }
}

@media screen and (max-width: 540px) {
  .questions {
    padding: 0px 0px 40px;
  }
}

.questions .title {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .questions .title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  .questions .title {
    margin-bottom: 30px;
  }
}

.questions .questions-current {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  border-top: 2px solid #eeeeee;
  cursor: pointer;
}

.questions .questions-current p {
  font-family: "Futura PT";
  color: #000;
  font-size: 22px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .questions .questions-current p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 540px) {
  .questions .questions-current p {
    font-size: 18px;
    line-height: 24px;
  }
}

.questions .questions-current__plus {
  max-width: 25px;
  max-height: 25px;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 30px;
}

@media screen and (max-width: 540px) {
  .questions .questions-current__plus {
    max-width: 15px;
    max-height: 15px;
  }
}

.questions .questions-current .questions-current__plus.active {
  transform: rotate(45deg);
  transition: all 0.3s;
}

.questions .questions-answer {
  display: none;
  padding-bottom: 30px;
}

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

@media screen and (max-width: 1440px) {
  .get {
    padding: 0px 0px 60px;
  }
}

@media screen and (max-width: 540px) {
  .get {
    padding: 0px 0px 40px;
  }
}

.get .get-head {
  text-align: center;
  max-width: 800px;
  margin: 0px auto 40px;
  color: #000000;
}

@media screen and (max-width: 540px) {
  .get .get-head {
    margin: 0px auto 20px;
  }
}

.get .title {
  position: relative;
  display: inline;
}

.get .title::before {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 12px;
  height: 8px;
  width: 166px;
  background-color: #345b9d;
  z-index: -1;
}

.get .get-subtitle {
  font-size: 26px;
  margin: 30px 0px;
}

@media screen and (max-width: 960px) {
  .get .get-subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .get .get-subtitle {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 540px) {
  .get .get-subtitle {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0px 25px;
  }
}

.get .get-addition {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  max-width: 330px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 540px) {
  .get .get-addition {
    font-size: 16px;
    line-height: 22px;
    max-width: 220px;
  }
}

.get .get-addition::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -75px;
  width: 55px;
  background-color: #000;
  height: 2px;
}

@media screen and (max-width: 540px) {
  .get .get-addition::before {
    width: 35px;
    left: -50px;
  }
}

.get .get-form {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .get .get-form {
    flex-direction: column;
  }
}

@media screen and (max-width: 540px) {
  .get .get-form {
    margin: 0px;
  }
}

.get .get-form input {
  font-family: "HelveticaNeueCyr";
  width: 39%;
  background-color: #fff;
  border: 1px solid #345b9d;
  padding: 14px 20px;
  font-size: 17px;
  line-height: 22px;
  margin-right: 10px;
}

.get .get-form input.error {
  border: 1px solid red;
}

@media screen and (max-width: 960px) {
  .get .get-form input {
    width: 34%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .get .get-form input {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .get .get-form input {
    padding: 8px 20px;
    font-size: 16px;
  }
}

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

@media screen and (max-width: 960px) {
  .contacts {
    padding: 0px 0px 60px;
  }
}

@media screen and (max-width: 540px) {
  .contacts {
    padding: 0px 0px 40px;
  }
}

.contacts .contacts-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .contacts .contacts-wrap {
    flex-direction: column-reverse;
  }
}

.contacts .contacts-wrap .contacts-map {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .contacts .contacts-wrap .contacts-map {
    width: 100%;
  }
}

.contacts .contacts-wrap .contacts-map iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contacts .contacts-wrap .contacts-map iframe {
    height: 300px;
  }
}

.contacts .contacts-wrap .contacts-info {
  width: 42%;
}

@media screen and (max-width: 960px) {
  .contacts .contacts-wrap .contacts-info {
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .contacts .contacts-wrap .contacts-info {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .contacts .contacts-wrap .contacts-info {
    margin-bottom: 10px;
  }
}

.contacts .contacts-wrap .contacts-info .title {
  margin-bottom: 40px;
}

@media screen and (max-width: 540px) {
  .contacts .contacts-wrap .contacts-info .title {
    margin-bottom: 30px;
  }
}

.contacts .contacts-wrap .contacts-info .contacts-item {
  margin-bottom: 15px;
}

.contacts .contacts-wrap .contacts-info .contacts-item__title {
  font-family: "Futura PT";
  font-size: 18px;
  line-height: 20px;
  color: #345b9d;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
  .contacts .contacts-wrap .contacts-info .contacts-item__title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

.contacts .contacts-wrap .contacts-info .contacts-item__social {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90px;
  width: 100%;
}

@media screen and (max-width: 540px) {
  .contacts .contacts-wrap .contacts-info .contacts-item__social {
    max-width: 70px;
  }
}

@media screen and (max-width: 540px) {
  .contacts .contacts-wrap .contacts-info .contacts-item__social img {
    max-width: 30px;
  }
}

.contacts .contacts-wrap .contacts-info a {
  outline: none;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.contacts .contacts-wrap .contacts-info a:hover {
  color: #7a7a7a;
  transition: all 0.3s;
}

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

@media screen and (max-width: 960px) {
  .seo {
    padding: 0px 0px 60px;
  }
}

@media screen and (max-width: 540px) {
  .seo {
    padding: 0px 0px 40px;
  }
}

.seo h2 {
  font-size: 46px;
  color: #000;
  font-family: "Futura PT";
  margin-bottom: 25px;
}

@media screen and (max-width: 1300px) {
  .seo h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .seo h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.seo h3 {
  font-size: 32px;
  color: #000;
  font-family: "Futura PT";
  margin-bottom: 20px;
}

@media screen and (max-width: 1300px) {
  .seo h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 540px) {
  .seo h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.seo p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1300px) {
  .seo p {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 540px) {
  .seo p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

.seo ul {
  margin: 0px 0px 30px 30px;
}

@media screen and (max-width: 540px) {
  .seo ul {
    margin-bottom: 20px;
  }
}

.seo ul li {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (max-width: 540px) {
  .seo ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.seo ul li::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 10px;
  width: 20px;
  height: 3px;
  background-color: #345b9d;
}

.footer {
  background-color: #171717;
  padding: 50px 0px;
}

.footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .footer .footer-wrap {
    flex-wrap: wrap;
  }
}

.footer .footer-wrap a, .footer .footer-wrap p {
  outline: none;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.footer .footer-wrap a span, .footer .footer-wrap p span {
  display: block;
  margin-top: 5px;
}

.footer .footer-wrap a {
  transition: all 0.2s;
}

.footer .footer-wrap a:hover {
  color: #345b9d;
  transition: all 0.2s;
}

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

@media screen and (max-width: 768px) {
  .footer .footer-item {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-dev {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.footer .footer-dev img {
  margin-bottom: 5px;
}

.footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 65px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .footer .footer-social {
    max-width: 48%;
    margin-top: 30px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-social {
    max-width: 100px;
  }
}

.footer .footer-social svg {
  max-width: 24px;
  max-height: 24px;
  transition: all 0.2s;
}

@media screen and (max-width: 960px) {
  .footer .footer-social svg {
    margin: 0px 10px;
  }
}

.footer .footer-social a:hover svg path {
  fill: #345b9d;
  transition: all 0.2s;
}

.footer .footer-social a:hover svg polygon {
  fill: #345b9d;
  transition: all 0.2s;
}

@media screen and (max-width: 960px) {
  .footer .footer-order {
    width: 48%;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-order {
    width: 70%;
  }
}

.footer .footer-order .btn {
  padding: 14px 37px 16px;
}

#menu__toggle, .menu__item_mob, .menu_tel {
  display: none;
}

@media screen and (max-width: 1180px) {
  .header .header-left .header-menu__list {
    display: block;
    text-align: left;
  }
  .header .header-left .header-menu__list .menu__item {
    margin-bottom: 22px;
    display: inline-block;
    text-transform: uppercase;
  }
  .menu__item_mob {
    display: block;
  }
  .menu__item_mob img {
    max-width: 120px;
    margin-bottom: 30px;
  }
  .menu__item_mob.menu__social {
    position: absolute;
    bottom: 30px;
    left: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 80px;
    width: 100%;
  }
  #menu__toggle {
    opacity: 0;
    display: block;
  }
  #menu__toggle:checked~.menu__btn {
    position: fixed;
    top: 30px;
    right: 53px;
  }
  #menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0;
  }
  .menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
  }
  .menu__btn>span, .menu__btn>span::before, .menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition-duration: .25s;
  }
  .menu__btn>span::before {
    content: '';
    top: -8px;
  }
  .menu__btn>span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 60px 30px 60px 45px;
    list-style: none;
    background-color: #345b9d;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    transition-duration: .25s;
    z-index: 99;
  }
}

@media screen and (max-width: 960px) {
  #menu__toggle:checked~.menu__btn {
    right: 40px;
    top: 25px;
  }
}

@media screen and (max-width: 540px) {
  #menu__toggle:checked~.menu__btn {
    right: 26px;
    top: 25px;
  }
  .menu_tel {
    display: block;
    position: absolute;
    margin-top: 30px;
  }
  .menu_tel a {
    font-family: "Futura PT";
    color: #fff;
    font-size: 18px;
  }
  .header .header-left .header-menu__list .menu__item {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.header-menu li {
  position: relative;
}

.header-menu li a {
  font-family: "Futura PT";
  color: #fff;
  font-size: 18px;
}
.header-menu li.has-submenu > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header-menu li.has-submenu svg {
    transition: 0.3s;
    margin-left: 3px;
}
@media (min-width: 1180px) {
    .header-menu li ul {
        position: absolute;
        top: 20px;
        left: 0;
        width: max-content;
        padding-top: 5px;
    }
    
    .header-menu li.has-submenu:hover svg {
        transform: rotate(180deg);
    }
}

@media (max-width: 1180px) {
    .header-menu  li + li {
      margin-top: 10px;
    }
    .header-menu li.has-submenu ul {
        margin-top: 10px;
        padding-left: 10px;
    }
    .header-menu li a {
        font-size: 20px;
    }
    .header-menu li.has-submenu._active ul {
        display: block!important;
    }
    .header-menu li.has-submenu._active svg {
        transform: rotate(180deg);
    }
}





/*# sourceMappingURL=style.css.map */

.bl5 .row-bl5{
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px){
  .bl5 .row-bl5{
    max-width: 90%;
  }
}

.bl5 .title-b h2{
  font-size: 46px;
  color: #000;
  font-family: "Futura PT";
}

.bl5 .form-group label{
  font-size: 20px;
  line-height: 28px;
  font-family: "Futura PT";
}

.alert-success{
    font-family: "HelveticaNeueCyr";
}

.bl5 .form-actions .btn-comment{
  font-family: "Futura PT";
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 13px 10px;
}

.bl5 .form-group textarea{
  resize: none;
}

.ec-rating-description{
  font-family: "HelveticaNeueCyr";
}

.bl5 .wrap .form {
  background-color: #fafafa;
  padding: 75px 30px;
}

.form .ec-error{
  font-family:'HelveticaNeueCyr';
  font-size: 12px;
  margin-top: 2px;
}

.row-comment-inst input[type=text].form-control.form-control,
.row-comment-inst textarea.form-control
{
  font-family:'HelveticaNeueCyr';
}

.row-comment-inst input.btn-comment:hover, .btn-comment:hover{
  background-color: #4975c2;
  transition: all 0.2s;
}



.bl5  .wrap .ec-message{
  background-color: #fafafa;
}

.row-comment-message-inst .message-l p strong,
.row-comment-message-inst .message-l span{
  font-family: "Futura PT";
}

.bl5 .row-comment-message-inst .ec-message__date{
  margin: 3px 0px 15px;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 18px;
  font-family:'Futura PT';
}

.ec-message p{
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-family:'HelveticaNeueCyr';
}

.breadcrumbs li a, .breadcrumbs li a:visited, .breadcrumbs li a:link{
  color: #fff !important;
}

.breadcrumbs li a:link:hover{
  color: #e0e0e0 !important;
  transition: all 0.2s;
}

.breadcrumbs .active{
  color: #cacaca;
  cursor: auto;
}

.content-blog-bg-inst{
  margin: 60px 0px 80px;
}

.blog-info-wrapper-inst .tag-sub-inst{
  font-family: 'Futura PT';
}

.blog-info-wrapper-inst .blog-title-list-inst a{
  font-family: "Futura PT";
}

.blog-info-wrapper-inst ul li,
.blog-info-wrapper-inst ul li a{
  font-family: 'Futura PT';
}

.blog-info-wrapper-inst .blog-list-read-more{
  font-family: "Futura PT";
}

.blog-info-schema-inst a,
.blog-info-schema-inst span,
.blog-info-schema-inst p{
  font-family: 'Futura PT';
}

.content-blog-page-inst h2,
.content-blog-page-inst h3,
.content-blog-page-inst h4{
  font-family: "Futura PT";
}

.content-blog-page-inst p{
  font-family: "HelveticaNeueCyr";
}

.content-blog-page-inst ul li{
  font-family: "HelveticaNeueCyr";
}

.content-blog-page-inst .rating-info-l{
  font-family: "Futura PT";
}

.content-blog-page-inst .rating-info-r{
  font-family: 'Futura PT';
}

.folder-inst a{
  font-family: 'Futura PT' !important;
}

.content-blog-page-inst  .link-prev{
  font-family: "Futura PT";
}

.row-comment-inst .titl-comment-main{
  font-family: "Futura PT";
}

.row-comment-inst .form-group label{
  font-family: "Futura PT";
}

.row-comment-inst input.btn-comment, .btn-comment{
  font-family: "Futura PT";
}

.banner-main .title-b{
    font-size: 46px;
    line-height: 50px;
    font-family: "Futura PT";
}

.banner-main .description-banner p{
  font-size: 20px;
  line-height: 24px;
  font-family: 'Futura PT';
  margin:0px 0px 15px;
}

.banner-main .wrap-form a{
  display: inline-block;
    font-family: "Futura PT";
    background-color: #345b9d;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 14px 60px 16px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    border: none;
    outline-color: #fff !important;
    text-transform: inherit;
    margin-left: 0px;
}

.banner-main .wrap-form a:hover{
  background-color: #4975c2;
  transition: all 0.2s;
}

.col-banner:nth-child(1) {
  width: 55%;
  padding: 125px 5% 180px 0;
}

.col-banner:nth-child(2){
  padding-top: 80px;
}

.wrapper.sub-cut .breadcrumb-wrap li a{
  color: #7a7a7a !important;
  font-family:'Futura PT';
}

.wrapper.sub-cut .breadcrumb-wrap li span{
  font-family:'Futura PT';
}

.banner-main .wrap-form a::before{
  display: none;
}

.wrapper.sub-cut h2{
  font-family: "Futura PT";
}

.wrapper.sub-cut p{
  font-family:'Futura PT';
}

.bl2-about .col-bl2-about p{
  font-family:'Futura PT';
  margin: 0px 0px 20px;
}


.gallery-more .btn::before{
  display: none;
}

.bl5 .row-comment-inst:before {
  background: #fafafa;
  left: -100%;
  right: -100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.product-stars-test a{
  font-family: "Futura PT";
}
@media screen and (max-width: 1300px){
  .banner-main .title-b{
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (max-width:960px){
  .bl5 .wrap .form{
    display: flex;
    flex-direction: column;
    padding: 50px 25px;
  } 
  .bl5 .wrap .form .col-l-f{
    width: 100%;
  }
  .bl5 .wrap .form .col-r-f{
    width: 100%;
  }
  .row-comment-inst .form-group{
    margin-bottom: 15px !important;
  }
  .row-comment-message-inst{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .row-comment-message-inst .ec-message{
    width: 48%;
    margin: 0px 0px 25px;
  }
  #review{
    display: none;
  }
}

@media screen and (max-width: 768px){
  .col-banner:nth-child(1) {
    padding: 50px 0 0px 0;
    width: 100%;
    text-align: center;
  }  
  .banner-main .title-b{
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width:640px){
  .row-comment-message-inst .ec-message{
    width:100%;
    margin: 0px 0px 20px;
  }
  .form .col-rat-l{
    width: 100%;
  }
  .form .col-rat-r{
    width: 100%;
    text-align: left;
  }
  .content-blog-bg-inst{
    margin: 40px 0px 60px;
  }
}

@media screen and (max-width:540px){
  .banner-main .title-b{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .banner-main .description-banner p{
    font-size: 18px;
    line-height: 22px;
    margin:0px 0px 15px;
  }
  .description-banner{
    margin-bottom: 40px;
  }
  .wrapper.sub-cut .bl5 .wrap .form {
    padding: 50px 0px;
  }
}
.slimmenu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width:1180px){
    .slimmenu{
        display:block;
    }
}

.body-success .big-title-success{
    font-size: 60px;
    font-family: "Futura PT";
}

.content-eror{
    color: #000;
}

.float-socials {
	position: fixed;
    right: 50px;
    bottom: 50px;
	border-radius: 50%;
	width: 55px; /*ширина кнопки*/
	z-index: 9998;
}

.float-socials__button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E94D1A; /*цвет кнопки*/
	border-radius: 50%;
	width: 55px; /*ширина кнопки*/
	height: 55px; /*высота кнопки*/
	color: #fff;
	text-align: center;
	line-height: 53px; /*центровка иконки в кнопке*/
	font-size: 35px; /*размер иконки*/
	cursor: pointer;
}
.float-socials__item {
	color: #fff;
}
.float-socials__button._active:before,
.float-socials__button._active:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #E94D1A; /*цвет анимированных волн от кнопки*/
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
	transform: 0.3s ease;
}

.float-socials__button:after{
	animation-delay: .5s;
}

@keyframes animate
{
	0%
	{
		transform: scale(0.5);
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		transform: scale(1.2);
		opacity: 0;
	}
}

@media (max-width : 1024px) {  
	.float-socials__button {
		bottom: 70px; /*отступ кнопки снизу от экрана*/
	}
}

.float-socials__list {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.float-socials__list > *+* {
	margin-top: 10px;	
}

.float-socials__item {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #25D366; /*цвет кнопки*/
	border-radius: 50%;
	width: 55px; /*ширина кнопки*/
	height: 55px; /*высота кнопки*/
	color: #fff;
	text-align: center;
	line-height: 53px; /*центровка иконки в кнопке*/
	font-size: 35px; /*размер иконки*/
}
.float-socials__item.viber {
	background: #6F5CEA; /*цвет кнопки*/
}
.float-socials__item.whatsapp {
	background: #25D366; /*цвет кнопки*/
}
.float-socials__item.telegram {
	background: #0088cc; /*цвет кнопки*/
}

.float-socials__button svg,
.float-socials__item svg {
	width: 24px;
	height: auto;
}