@import 'normalize.css';
* {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: rgb(17, 17, 17);
}

body {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  color: #111111;
  background-color: white;
  position: relative;
}

.body-lock {
  overflow: hidden;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 2500;
}
header .contact-mg {
  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;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 885px) {
  header .contact-mg {
    display: none;
  }
}
header .contact-mg .contact-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 51px;
  gap: 4px;
  margin: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .contact-mg .contact-data .logo-main {
  cursor: pointer;
  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;
}
header .contact-mg .contact-data .contact-block {
  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;
  gap: 10px;
  min-height: 44px;
}
header .contact-mg .contact-data .icon {
  width: 24px;
  height: 24px;
}
header .contact-mg .contact-data .hours {
  max-width: 193px;
}
header .contact-mg .contact-data .address {
  max-width: 262px;
}
header .contact-mg .contact-data .phone {
  max-width: 173px;
}
header .contact-mg .contact-data .email {
  max-width: 192px;
}
header .contact-mg .contact-data .socials {
  max-width: 119px;
  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;
  gap: 5px;
}
header .contact-mg .contact-data .socials .social-icon {
  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;
  width: 38px;
  height: 38px;
  border-radius: 2px;
}
header .contact-mg .contact-data .socials .viber-icon {
  background-color: rgb(124, 80, 154);
}
header .contact-mg .contact-data .socials .telegram-icon {
  background-color: rgb(39, 166, 229);
}
header .contact-mg .contact-data .socials .telegram-icon svg {
  position: relative;
  right: 1px;
  top: 1px;
}
header .contact-mg .contact-data .socials .whatsapp-icon {
  background-color: rgb(72, 201, 95);
}
header .contact-mg .contact-data .socials .whatsapp-icon svg {
  position: relative;
  left: 1px;
  bottom: 1px;
}
header .nav {
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #002352;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 885px) {
  header .nav {
    height: 48px;
  }
}
header .nav .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 885px) {
  header .nav .nav-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .nav .nav-container .nav-mg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 885px) {
  header .nav .nav-container .nav-mg {
    display: none;
  }
}
header .nav .nav-container .nav-mg .menu__nav {
  width: 100%;
  max-width: 862px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .nav .nav-container .nav-mg .menu__item {
  cursor: pointer;
}
header .nav .nav-container .nav-mg .menu__item a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .nav .nav-container .nav-mg .menu__item a:hover {
  color: #378bfd;
}
header .nav .nav-container .nav-mg .call {
  width: 196px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background-color: #002352;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
  padding: 18px;
  gap: 8px;
  margin-left: 15px;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .nav .nav-container .nav-mg .call:hover {
  background-color: #2f88ff;
}
header .nav .nav-container .nav-mg .call:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
header .nav .nav-container .logo-main {
  display: none;
}
@media (max-width: 885px) {
  header .nav .nav-container .logo-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .nav .nav-container .burger {
  display: none;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  gap: 7px;
  cursor: pointer;
}
@media (max-width: 885px) {
  header .nav .nav-container .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .nav .nav-container .burger .burger-line {
  width: 100%;
  height: 2px;
  background: rgb(255, 255, 255);
  border-radius: 100px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
header .nav .nav-container .burger .burger-line-top-active {
  -webkit-transform: rotate(45deg) translate(3px, 3px);
      -ms-transform: rotate(45deg) translate(3px, 3px);
          transform: rotate(45deg) translate(3px, 3px);
}
header .nav .nav-container .burger .burger-line-center-active {
  display: none;
}
header .nav .nav-container .burger .burger-line-bottom-active {
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
      -ms-transform: rotate(-45deg) translate(3px, -3px);
          transform: rotate(-45deg) translate(3px, -3px);
}

.burger-menu {
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-color: white;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 100%;
  padding: 20px 40px;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  text-align: center;
}
.burger-menu .burger-wrapper {
  min-height: 647px;
  margin-top: 43px;
}
.burger-menu .burger-wrapper .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  min-height: 232px;
}
.burger-menu .burger-wrapper .nav h3 {
  font-weight: 500;
  font-size: 20px;
}
.burger-menu .burger-wrapper .nav .menu__nav {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.burger-menu .burger-wrapper .nav .menu__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.burger-menu .burger-wrapper .nav .menu__nav li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.burger-menu .burger-wrapper .conacts {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 48px;
}
.burger-menu .burger-wrapper .conacts a {
  font-weight: 400;
  font-size: 18px;
}
.burger-menu .burger-wrapper .conacts .text-block {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.burger-menu .burger-wrapper .socials {
  max-width: 119px;
  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;
  gap: 5px;
  margin-top: 24px;
}
.burger-menu .burger-wrapper .socials .social-icon {
  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;
  width: 38px;
  height: 38px;
  border-radius: 2px;
}
.burger-menu .burger-wrapper .socials .viber-icon {
  background-color: rgb(124, 80, 154);
}
.burger-menu .burger-wrapper .socials .telegram-icon {
  background-color: rgb(39, 166, 229);
}
.burger-menu .burger-wrapper .socials .telegram-icon svg {
  position: relative;
  right: 1px;
  top: 1px;
}
.burger-menu .burger-wrapper .socials .whatsapp-icon {
  background-color: rgb(72, 201, 95);
}
.burger-menu .burger-wrapper .socials .whatsapp-icon svg {
  position: relative;
  left: 1px;
  bottom: 1px;
}

.burger-menu-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 48px;
  height: calc(100vh - 48px);
}

main {
  margin: 0 auto;
  margin-top: 205px;
  width: 100%;
  max-width: 1920px;
  min-height: 736px;
  min-height: 565px;
  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;
  background-repeat: no-repeat;
  background-position: 88% -16%;
  position: relative;
}
@media (max-width: 885px) {
  main {
    margin-top: 115px;
  }
}
@media (max-width: 1300px) {
  main {
    background-image: none !important;
  }
}
main .main-mg {
  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;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 550px) {
  main .main-mg {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main .main-mg .main-wrapper {
  width: 100%;
  max-width: 1200px;
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 96px;
  position: relative;
}
main .main-mg .main-wrapper .description {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1300px) {
  main .main-mg .main-wrapper .description {
    width: 100%;
    max-width: 1200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main .main-mg .main-wrapper .description .description-text {
  position: relative;
  width: 99%;
  max-width: 723px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1300px) {
  main .main-mg .main-wrapper .description .description-text {
    max-width: 1200px;
  }
}
main .main-mg .main-wrapper .description .description-text h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 100%;
  max-width: 723px;
  min-height: 118px;
  position: relative;
  z-index: 100;
}
@media (max-width: 550px) {
  main .main-mg .main-wrapper .description .description-text h1 {
    font-size: 26px;
  }
}
main .main-mg .main-wrapper .description .description-text p {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 100%;
  max-width: 590px;
  min-height: 68px;
  top: 416px;
  left: 360px;
  margin-top: 19px;
}
@media (max-width: 550px) {
  main .main-mg .main-wrapper .description .description-text p {
    font-weight: 500;
    font-size: 16px;
  }
}
main .main-mg .main-wrapper .description .description-text .picture {
  display: none;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1300px) {
  main .main-mg .main-wrapper .description .description-text .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
main .main-mg .main-wrapper .description .description-text .picture img {
  width: 100%;
  max-width: 735px;
  height: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
main .main-mg .main-wrapper .description .description-text a .our-product-button {
  width: 282px;
  height: 64px;
  border-radius: 6px;
  background-color: #004baf;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  margin-top: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
}
main .main-mg .main-wrapper .description .description-text a .our-product-button:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
main .main-mg .main-wrapper .description .description-text a .our-product-button:hover {
  background-color: #2f88ff;
}
@media (max-width: 550px) {
  main .main-mg .main-wrapper .description .description-text a .our-product-button {
    width: 100%;
  }
}
main .main-mg .main-wrapper .characteristics {
  width: 100%;
  max-width: 1200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1095px) {
  main .main-mg .main-wrapper .characteristics {
    gap: 2px;
  }
}
@media (max-width: 1024px) {
  main .main-mg .main-wrapper .characteristics {
    gap: 40px;
  }
}
main .main-mg .main-wrapper .characteristics .characteristics-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 324px;
  height: 56px;
  gap: 20px;
}
main .main-mg .main-wrapper .characteristics .characteristics-block img {
  width: 55px;
  height: 55px;
  top: 2px;
}
main .main-mg .main-wrapper .characteristics .characteristics-block p {
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
  line-height: 140%;
}
@media (max-width: 550px) {
  main .main-mg .main-wrapper .characteristics .characteristics-block p {
    font-weight: 600;
    font-size: 18px;
  }
}

.about__company {
  width: 100%;
  margin: 0 auto;
  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;
  margin-top: 72px;
}
.about__company .company-mg {
  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;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
.about__company .company-mg h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 550px) {
  .about__company .company-mg h2 {
    font-weight: 600;
    font-size: 24px;
  }
}
.about__company .company-mg .about-container {
  width: 100%;
  max-width: 1200px;
  min-height: 606px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__company .company-mg .about-container .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 492px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 60px;
}
.about__company .company-mg .about-container .about-content .about-picture {
  width: 100%;
  max-width: 588px;
  max-height: 492px;
  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;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.about__company .company-mg .about-container .about-content .about-picture img {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  height: auto;
  max-width: 588px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__company .company-mg .about-container .about-content .about-descr {
  width: 100%;
  max-width: 588px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__company .company-mg .about-container .about-content .about-descr p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 550px) {
  .about__company .company-mg .about-container .about-content .about-descr p {
    font-weight: 400;
    font-size: 14px;
  }
}
.about__company .company-mg .about-container .about-content .about-descr .about-characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}
.about__company .company-mg .about-container .about-content .about-descr .about-characteristics .about-wrapper {
  width: 282px;
  height: 138px;
  border-radius: 8px;
  background-color: rgba(0, 75, 175, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 16px 24px;
  gap: 12px;
}
@media (max-width: 500px) {
  .about__company .company-mg .about-container .about-content .about-descr .about-characteristics .about-wrapper {
    gap: 8px;
  }
}
.about__company .company-mg .about-container .about-content .about-descr .about-characteristics .about-wrapper h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #004baf;
}
@media (max-width: 500px) {
  .about__company .company-mg .about-container .about-content .about-descr .about-characteristics .about-wrapper h3 {
    font-weight: 600;
    font-size: 32px;
  }
}
.about__company .company-mg .about-container .about-content .about-descr .about-characteristics .about-wrapper p {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .about__company .company-mg .about-container .about-content .about-descr .about-characteristics .about-wrapper p {
    font-weight: 500;
    font-size: 12px;
  }
}

.our-product {
  width: 100%;
  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-top: 120px;
}
@media (max-width: 550px) {
  .our-product {
    margin-top: 64px;
  }
}
.our-product .our-product-mg {
  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;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 465px) {
  .our-product .our-product-mg {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.our-product .our-product-mg .our-product-container {
  width: 100%;
  height: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.our-product .our-product-mg .our-product-container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 550px) {
  .our-product .our-product-mg .our-product-container h2 {
    font-weight: 600;
    font-size: 24px;
  }
}
.our-product .our-product-mg .our-product-container .our-product-cards {
  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;
  margin-top: 64px;
  gap: 26px 24px;
  cursor: pointer;
}
@media (max-width: 933px) {
  .our-product .our-product-mg .our-product-container .our-product-cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
@media (max-width: 465px) {
  .our-product .our-product-mg .our-product-container .our-product-cards {
    gap: 32px 16px;
  }
}
.our-product .our-product-mg .our-product-container .our-product-cards .our-product-content {
  width: 100%;
  max-width: 282px;
  height: auto;
  max-height: 278px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 630px) {
  .our-product .our-product-mg .our-product-container .our-product-cards .our-product-content {
    max-width: 200px;
  }
}
@media (max-width: 465px) {
  .our-product .our-product-mg .our-product-container .our-product-cards .our-product-content {
    max-width: 162px;
  }
}
.our-product .our-product-mg .our-product-container .our-product-cards .our-product-content img {
  width: 100%;
  max-width: 282px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 630px) {
  .our-product .our-product-mg .our-product-container .our-product-cards .our-product-content img {
    max-width: 200px;
  }
}
@media (max-width: 465px) {
  .our-product .our-product-mg .our-product-container .our-product-cards .our-product-content img {
    max-width: 162px;
  }
}
.our-product .our-product-mg .our-product-container .our-product-cards .our-product-content:hover img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}
.our-product .our-product-mg .our-product-container .our-product-cards .our-product-content p {
  height: 56px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  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;
}
@media (max-width: 630px) {
  .our-product .our-product-mg .our-product-container .our-product-cards .our-product-content p {
    font-weight: 600;
    font-size: 14px;
  }
}

.reasons {
  margin: 0 auto;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 550px) {
  .reasons {
    margin-top: 64px;
  }
}
.reasons .reasons-mg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reasons .reasons-mg h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 550px) {
  .reasons .reasons-mg h2 {
    font-weight: 600;
    font-size: 24px;
  }
}
.reasons .reasons-mg .reasons-content {
  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;
  margin-top: 64px;
  gap: 72px;
}
@media (max-width: 550px) {
  .reasons .reasons-mg .reasons-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 32px;
    margin-top: 40px;
  }
}
.reasons .reasons-mg .reasons-content .reasons-card {
  width: 352px;
  height: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 550px) {
  .reasons .reasons-mg .reasons-content .reasons-card {
    width: 340px;
    height: 204px;
  }
}
.reasons .reasons-mg .reasons-content .reasons-card .icon {
  width: 72px;
  height: 72px;
  background-color: rgba(0, 75, 175, 0.11);
  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;
  border-radius: 50%;
}
.reasons .reasons-mg .reasons-content .reasons-card .icon img {
  width: 40px;
  height: 40px;
}
.reasons .reasons-mg .reasons-content .reasons-card .icon .track {
  height: 28px;
}
.reasons .reasons-mg .reasons-content .reasons-card h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 550px) {
  .reasons .reasons-mg .reasons-content .reasons-card h3 {
    font-weight: 500;
    font-size: 18px;
  }
}
.reasons .reasons-mg .reasons-content .reasons-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  opacity: 0.8;
}
@media (max-width: 550px) {
  .reasons .reasons-mg .reasons-content .reasons-card p {
    font-weight: 500;
    font-size: 14px;
  }
}

.our-certificates {
  margin: 0 auto;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 550px) {
  .our-certificates {
    margin-top: 64px;
  }
}
.our-certificates .our-certificates-mg {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.our-certificates .our-certificates-mg h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 550px) {
  .our-certificates .our-certificates-mg h2 {
    font-weight: 600;
    font-size: 24px;
  }
}
.our-certificates .our-certificates-mg .buttons-slider {
  width: 108px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 615px) {
  .our-certificates .our-certificates-mg .buttons-slider {
    display: none;
  }
}
.our-certificates .our-certificates-mg .buttons-slider .button {
  background-color: rgba(0, 75, 175, 0.7);
  width: 48px;
  height: 48px;
  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;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.our-certificates .our-certificates-mg .buttons-slider .button:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.our-certificates .our-certificates-mg .big-slider {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin-top: 24px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 1225px) {
  .our-certificates .our-certificates-mg .big-slider {
    max-width: 900px;
  }
}
@media (max-width: 925px) {
  .our-certificates .our-certificates-mg .big-slider {
    max-width: 600px;
  }
}
@media (max-width: 615px) {
  .our-certificates .our-certificates-mg .big-slider {
    max-width: 300px;
  }
}
.our-certificates .our-certificates-mg .big-slider .slide {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.our-certificates .our-certificates-mg .big-slider .slide img {
  width: 282px;
  height: 399px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.our-certificates .our-certificates-mg .big-slider .pagination {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
@media (max-width: 615px) {
  .our-certificates .our-certificates-mg .big-slider .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.our-certificates .our-certificates-mg .big-slider .pagination .bullet {
  width: 8px;
  height: 8px;
  background: rgb(217, 217, 217);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-certificates .our-certificates-mg .big-slider .pagination .bullet-active {
  width: 12px;
  height: 12px;
  background: rgb(0, 75, 175);
}

.questions {
  height: auto;
  margin: 0 auto;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 550px) {
  .questions {
    margin-top: 64px;
  }
}
.questions .questions-mg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}
.questions .questions-mg h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 550px) {
  .questions .questions-mg h2 {
    font-weight: 600;
    font-size: 24px;
  }
}
.questions .questions-mg .questions-wrapper {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 0 auto;
  margin-top: 64px;
}
@media (max-width: 550px) {
  .questions .questions-mg .questions-wrapper {
    margin-top: 56px;
  }
}
.questions .questions-mg .questions-wrapper .question-block {
  width: 100%;
  max-width: 1200px;
  padding: 24px 20px;
  background-color: #fdfdfd;
  -webkit-box-shadow: 3px 5px 12px 1px rgba(51, 51, 51, 0.12);
          box-shadow: 3px 5px 12px 1px rgba(51, 51, 51, 0.12);
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.questions .questions-mg .questions-wrapper .question-block .question-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.questions .questions-mg .questions-wrapper .question-block .question-container p {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 85%;
}
@media (max-width: 550px) {
  .questions .questions-mg .questions-wrapper .question-block .question-container p {
    font-weight: 500;
    font-size: 18px;
  }
}
.questions .questions-mg .questions-wrapper .question-block .question-container .question-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.questions .questions-mg .questions-wrapper .question-block .question-container .question-icon svg {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.questions .questions-mg .questions-wrapper .question-block .question-container .question-icon .rotate {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.questions .questions-mg .questions-wrapper .question-block .answer {
  display: none;
  margin-top: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: rgba(17, 17, 17, 0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 550px) {
  .questions .questions-mg .questions-wrapper .question-block .answer {
    font-weight: 400;
    font-size: 14px;
  }
}
.questions .questions-mg .questions-wrapper .question-block .answer.active {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.consultation {
  width: 100%;
  min-height: 441px;
  margin-top: 120px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}
@media (max-width: 550px) {
  .consultation {
    margin-top: 64px;
  }
}
.consultation .consultation-mg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 1240px;
  min-height: 291px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 910px) {
  .consultation .consultation-mg {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 400px) {
  .consultation .consultation-mg {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.consultation .consultation-mg .consultation-conainer {
  width: 100%;
  max-width: 1200px;
  min-height: 291px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper {
  width: 100%;
  max-width: 878px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 35px;
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper h2 {
  width: 100%;
  max-width: 438px;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  vertical-align: middle;
  color: rgb(255, 255, 255);
}
@media (max-width: 550px) {
  .consultation .consultation-mg .consultation-conainer .consultation-wrapper h2 {
    font-weight: 600;
    font-size: 24px;
  }
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  margin-top: 21px;
}
@media (max-width: 550px) {
  .consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-subtitle {
    font-weight: 600;
    font-size: 16px;
  }
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 910px) {
  .consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form {
    -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;
    margin-bottom: 32px;
  }
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .modal-input {
  font-weight: 400;
  font-size: 14px;
  width: 282px;
  height: 64px;
  padding: 15px;
  border: 1px solid rgb(172, 172, 172);
  border-radius: 4px;
}
@media (max-width: 910px) {
  .consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .modal-input {
    width: 340px;
  }
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .form-checkbox {
  margin-top: 16px;
  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;
  gap: 10px;
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .form-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .form-checkbox span {
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
@media (max-width: 550px) {
  .consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .form-checkbox span {
    font-weight: 500;
    font-size: 14px;
  }
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .button {
  width: 282px;
  height: 64px;
  border-radius: 6px;
  background: #004baf;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 910px) {
  .consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .button {
    width: 340px;
  }
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .button:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 {
  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;
}
@media (max-width: 550px) {
  .consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form {
    min-height: auto;
  }
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
  gap: 12px;
  min-height: 150px;
}
@media (max-width: 910px) {
  .consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p {
    -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;
    margin-bottom: 32px;
  }
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p .wpcf7-form-control-wrap {
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
  border-radius: 8px;
}
@media (max-width: 550px) {
  .consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p .wpcf7-form-control-wrap {
    font-weight: 500;
    font-size: 14px;
  }
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control {
  border-radius: 8px;
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
@media (max-width: 550px) {
  .consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    width: 340px;
  }
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p .wpcf7-form-control {
  border-radius: 8px;
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form p .wpcf7-spinner {
  display: none;
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form .wpcf7-response-output {
  color: rgb(255, 255, 255);
}
.consultation .consultation-mg .consultation-conainer .consultation-wrapper .consultation-form .wpcf7 form .wpcf7-response-output {
  display: none;
}

.footer {
  width: 100%;
  min-height: 452px;
  background: rgb(46, 46, 46);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer-mg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer .footer-mg .footer-wrapper {
  width: 100%;
  max-width: 1200px;
  min-height: 292px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .footer .footer-mg .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.footer .footer-mg .footer-wrapper .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  width: 100%;
  max-width: 288px;
}
.footer .footer-mg .footer-wrapper .information .logo-main {
  width: 46px;
  height: 53px;
  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;
}
.footer .footer-mg .footer-wrapper .information h2 {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 18px;
  margin-top: 24px;
}
.footer .footer-mg .footer-wrapper .information p {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 18px;
  margin-top: 24px;
}
.footer .footer-mg .footer-wrapper .information .address-text {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 18px;
}
.footer .footer-mg .footer-wrapper .information p {
  margin-top: 24px;
}
.footer .footer-mg .footer-wrapper .information p a {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.footer .footer-mg .footer-wrapper .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  width: 100%;
  max-width: 292px;
}
@media (max-width: 550px) {
  .footer .footer-mg .footer-wrapper .nav {
    margin-top: 48px;
  }
}
.footer .footer-mg .footer-wrapper .nav .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
  min-height: 100%;
}
.footer .footer-mg .footer-wrapper .nav .nav-container h3 {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
.footer .footer-mg .footer-wrapper .nav .nav-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 550px) {
  .footer .footer-mg .footer-wrapper .nav .nav-container ul li {
    margin-top: 24px;
  }
}
.footer .footer-mg .footer-wrapper .nav .nav-container ul li a {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 18px;
}
.footer .footer-mg .footer-wrapper .contact {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 550px) {
  .footer .footer-mg .footer-wrapper .contact {
    margin-top: 48px;
  }
}
.footer .footer-mg .footer-wrapper .contact h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgb(255, 255, 255);
}
.footer .footer-mg .footer-wrapper .contact .conacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 154px;
}
@media (max-width: 550px) {
  .footer .footer-mg .footer-wrapper .contact .conacts {
    margin-top: 40px;
  }
}
.footer .footer-mg .footer-wrapper .contact .conacts a {
  color: rgb(255, 255, 255);
}
.footer .footer-mg .footer-wrapper .contact .conacts .text-block {
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-mg .footer-wrapper .contact .conacts .text-block p {
  color: rgb(255, 255, 255);
}
.footer .footer-mg .footer-wrapper .contact .socials {
  max-width: 119px;
  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;
  gap: 5px;
}
@media (max-width: 550px) {
  .footer .footer-mg .footer-wrapper .contact .socials {
    margin-top: 24px;
  }
}
.footer .footer-mg .footer-wrapper .contact .socials .social-icon {
  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;
  width: 38px;
  height: 38px;
  border-radius: 2px;
}
.footer .footer-mg .footer-wrapper .contact .socials .viber-icon {
  background-color: rgb(124, 80, 154);
}
.footer .footer-mg .footer-wrapper .contact .socials .telegram-icon {
  background-color: rgb(39, 166, 229);
}
.footer .footer-mg .footer-wrapper .contact .socials .telegram-icon svg {
  position: relative;
  right: 1px;
  top: 1px;
}
.footer .footer-mg .footer-wrapper .contact .socials .whatsapp-icon {
  background-color: rgb(72, 201, 95);
}
.footer .footer-mg .footer-wrapper .contact .socials .whatsapp-icon svg {
  position: relative;
  left: 1px;
  bottom: 1px;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(64, 63, 61, 0.8);
  line-height: 130%;
  opacity: 0;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.modal .modal-container {
  width: 100%;
  max-width: 600px;
  min-height: 282px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px;
}
.modal .modal-container .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.modal .modal-container .modal-header-block {
  width: 100%;
  max-width: 426px;
}
.modal .modal-container .modal-header-block .modal-header {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.modal .modal-container .consultation-form {
  width: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 47px;
  gap: 12px;
}
.modal .modal-container .consultation-form .modal-input {
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  max-width: 426px;
  height: 64px;
  padding: 15px;
  border: 1px solid rgb(172, 172, 172);
  border-radius: 4px;
}
.modal .modal-container .consultation-form .form-checkbox {
  margin-top: 24px;
  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;
  gap: 10px;
}
.modal .modal-container .consultation-form .form-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.modal .modal-container .consultation-form .form-checkbox span {
  font-size: 14px;
}
.modal .modal-container .consultation-form .button {
  width: 100%;
  max-width: 282px;
  height: 64px;
  top: 415px;
  left: 87px;
  border-radius: 6px;
  background: #004baf;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.modal .modal-container .consultation-form .button:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form {
  width: 100%;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form p {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 426px;
  gap: 12px;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 426px;
  min-height: 85px;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-checkbox {
  padding: 0;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form p .wpcf7-spinner {
  display: none;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form .agree-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 14px;
  gap: 4px;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form .agree-text .wpcf7-form-control-wrap {
  width: inherit;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form .agree-text .wpcf7-form-control-wrap .wpcf7-form-control {
  width: auto;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  max-width: 426px;
  height: 64px;
  border-radius: 4px;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form .agree-text .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  width: 100%;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form .agree-text .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 4px;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form .agree-text .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.modal .modal-container .consultation-form .wpcf7 .wpcf7-form .agree-text a {
  font-family: Raleway;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.wpcf7-response-output {
  display: none;
}

.modal-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  background: rgba(64, 63, 61, 0.8);
  line-height: 130%;
  opacity: 0;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.modal-thanks .modal-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 282px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 60px;
}
.modal-thanks .modal-container .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.modal-thanks .modal-container .modal-header-block {
  width: 100%;
  max-width: 426px;
}
.modal-thanks .modal-container .modal-header-block .modal-header {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.modal-thanks .modal-container .button-ok {
  width: 100%;
  max-width: 280px;
  height: 64px;
  border-radius: 6px;
  background: #004baf;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 24px;
  cursor: pointer;
}
.modal-thanks .modal-container .button:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.modal-show {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.privacy-policy {
  width: 100%;
  max-width: 1240px;
  margin: 40px auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 180px;
}
@media (max-width: 465px) {
  .privacy-policy {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.privacy-policy h1 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
.privacy-policy p {
  margin-top: 25px;
}