body {
  color: #131313;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helveticaneuecyr roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 155%;
}

h1 {
  color: #131313;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  color: #272727;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 125%;
}

p {
  color: #454545;
  margin-bottom: 10px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.heading {
  font-family: Helveticaneuecyr, sans-serif;
}

.blue-color {
  color: #2b44e7;
}

.blue-color.small {
  font-size: 24px;
  font-weight: 300;
}

.blue-color.bolder {
  font-weight: 500;
}

.larger-text {
  color: #131313;
  font-size: 22px;
  font-weight: 300;
  line-height: 155%;
}

.smaller-text {
  color: gray;
  font-size: 14px;
  font-weight: 300;
  line-height: 155%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.large-heading {
  font-size: 48px;
  line-height: 125%;
}

.heading-2 {
  line-height: 125%;
}

.container {
  max-width: 1240px;
}

.container.flex-vert-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.flex-hor {
  grid-column-gap: 0px;
  align-items: flex-start;
  display: flex;
}

.container.grid-2-cols {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.hero-cont {
  z-index: 3;
  height: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 260px;
  display: flex;
  position: relative;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.panel {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  border: 3px solid rgba(171, 171, 171, .2);
  border-radius: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding: 30px 20px 40px 45px;
  display: grid;
  position: static;
}

.panel.left-panel {
  height: auto;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 60px 30px 50px;
  display: flex;
}

.panel.right-panel {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.panel.mb-0 {
  margin-bottom: 0;
}

.panel.mb-0.pr-45-pb-30 {
  width: 100%;
  grid-template-columns: 1fr 1.3fr;
  padding-bottom: 30px;
  padding-right: 45px;
}

.panel.mb-0.pr-45-pb-30.bg-blue {
  text-align: center;
  background-color: #2b44e7;
  padding-bottom: 45px;
  display: block;
}

.panel.mb-0.pr-45-pb-30.bg-blue.bg-brain {
  background-image: url('../images/Group-1171275103.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1098px;
}

.panel.mb-0.pr-45-pb-30.bg-blue.bg-iq {
  height: 680px;
  background-image: url('../images/Group-1171275104.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 890px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.icon {
  width: 33px;
  height: auto;
  object-fit: fill;
  flex: none;
  margin-right: 10px;
}

.icon.big-icon {
  width: 72px;
}

.icon-text {
  align-items: center;
  display: flex;
}

.icon-text.mt-30 {
  margin-top: 30px;
}

.icon-texts {
  max-width: 370px;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.panel-up-left {
  position: relative;
}

.green-btn {
  min-width: 240px;
  color: #fff;
  text-align: center;
  background-color: #28c672;
  border: 1px solid #28c672;
  border-radius: 13px;
  padding: 17px 30px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  transition: all .2s;
}

.green-btn:hover {
  color: #28c672;
  background-color: #fff;
}

.green-btn.mt-20 {
  margin-top: 20px;
}

.green-btn.small-btn {
  min-width: 138px;
  margin-left: 0%;
  padding: 12px 22px;
  font-size: 14px;
}

.green-btn.small-btn.white-bg {
  color: #272727;
  background-color: #fff;
  border: 1px solid #2b44e7;
  margin-left: 0;
}

.green-btn.small-btn.white-bg:hover {
  color: #fff;
  background-color: #2b44e7;
}

.green-btn.small-btn.white-bg.ml-15 {
  margin-left: 15px;
}

.green-btn.small-btn.ml-5p {
  border: 1px solid #28c672;
  margin-left: 5%;
}

.green-btn.small-btn.ml-5p.mob-hidden {
  justify-content: center;
  align-items: center;
  display: flex;
}

.green-btn.no-minw {
  min-width: 0;
}

.green-btn.medium-btn {
  min-width: 210px;
}

.green-btn._w-400 {
  width: 100%;
  max-width: 400px;
  min-width: 0;
  margin-top: 40px;
}

.text-for-icon {
  color: #272727;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.text-for-icon.footer-grey {
  color: gray;
  font-size: 13px;
}

.text-for-icon.footer-grey.mb-5 {
  margin-bottom: 5px;
}

.text-for-icon.footer-grey.mb-5.mt-90 {
  flex: 0 auto;
  margin-top: 90px;
}

.text-for-icon.medium-text-icon {
  max-width: 450px;
  font-size: 22px;
}

.paragraph {
  color: #272727;
  margin-bottom: 16px;
  font-family: Helveticaneuecyr roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.icon-texts--vert {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-texts--vert.justify-between {
  justify-content: space-between;
}

.heading-4 {
  padding-top: 25px;
}

.heading-4.smaller-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 30px;
}

.paragraph-2 {
  color: #272727;
  font-size: 22px;
  font-weight: 300;
  line-height: 155%;
}

.paragraph-2.mw-450 {
  max-width: 450px;
}

.paragraph-2.mw-400 {
  max-width: 400px;
}

.panel-img {
  height: 380px;
  object-fit: contain;
}

.panel-img.pt-25 {
  padding-top: 25px;
  padding-bottom: 10px;
}

.section {
  margin-top: 140px;
  padding-left: 10px;
  padding-right: 10px;
}

.section.hero-sec {
  height: auto;
  min-height: 100vh;
  background-image: url('../images/Group-1171275106.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 914px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.mt-0 {
  margin-top: 0;
}

.slide-card {
  width: 100%;
  height: auto;
  min-height: 290px;
  background-color: #fff;
  border: 2px solid rgba(171, 171, 171, .2);
  border-radius: 11px;
  flex-direction: column;
  align-items: flex-start;
  padding: 23px 17px 14px;
  display: flex;
}

.slider-reviews {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.slide-top {
  align-items: center;
  display: flex;
}

.mask {
  overflow: hidden;
}

.left-arrow {
  height: 44px;
  top: -80px;
  bottom: auto;
  left: 42%;
  right: auto;
}

.right-arrow {
  height: 44px;
  top: -80px;
  bottom: auto;
  left: auto;
  right: 42%;
}

.paragraph-3 {
  color: #272727;
  margin-top: 12px;
  margin-bottom: 20px;
  font-family: Helveticaneuecyr roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 155%;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  display: flex;
}

.slide-nav {
  display: none;
}

.paragraph-4 {
  color: #888;
  flex: none;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Helveticaneuecyr roman, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-4.copyright {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 300;
  line-height: 150%;
}

.image {
  width: 41px;
}

.paragraph-5 {
  width: auto;
  color: #272727;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 16px;
}

.paragraph-5.mt-20 {
  margin-top: 20px;
  margin-bottom: 0;
}

.slide {
  width: 23.5%;
  margin-right: 25px;
}

.image-2 {
  width: 420px;
  height: 506px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 12px;
}

.image-3 {
  margin-top: -10px;
}

.navbar {
  max-width: 1300px;
  background-color: #fff;
  border: 2px solid #d6d6d6;
  border-top-style: none;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-img {
  width: 123px;
}

.nav-link {
  color: #272727;
  padding-left: 19px;
  padding-right: 19px;
  line-height: 120%;
}

.nav-link:hover {
  color: #28c672;
}

.container-menu {
  max-width: 1300px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 35px;
  display: flex;
  position: relative;
}

.brand {
  margin-right: auto;
  padding-left: 0;
}

.nav-menu {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.image-4.back-img {
  display: none;
}

.footer-dark {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 140px;
  padding: 0 0 66px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  width: 100%;
  max-width: 1300px;
  background-color: #fff;
  border: 3px solid rgba(171, 171, 171, .2);
  border-radius: 14px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 40px 30px;
  display: flex;
}

.footer-brand {
  margin-bottom: 50px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  min-width: 215px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #272727;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.footer-link:hover {
  color: #28c672;
}

.footer-link.email-link {
  color: #2b44e7;
  font-weight: 500;
}

.footer-link.phone-link {
  color: #454545;
  font-weight: 500;
}

.footer-link.phone-link.mb-0 {
  margin-bottom: 0;
}

.footer-link.phone-link.mb-0.mt-50 {
  margin-top: 50px;
}

.footer-link.phone-link.mb-0.mt-50.all-caps {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-social-block {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-2 {
  padding-left: 10px;
}

.image-5 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.vert-grey-line {
  width: 1px;
  height: 90px;
  background-color: #888;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.vert-grey-line.longer {
  height: 155px;
}

.vert-grey-line.medium-long {
  height: 100px;
}

.vert-lines {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.vert-lines.lower {
  top: 55px;
  left: -10px;
}

.vert-lines.r-17 {
  top: 0%;
  bottom: auto;
  left: -17px;
  right: auto;
}

.vert-green-line {
  width: 3px;
  height: 30px;
  background-color: #28c672;
  position: absolute;
}

.tag-text {
  color: #272727;
  white-space: nowrap;
  border: 1px solid #2b44e7;
  border-radius: 13px;
  margin-bottom: 0;
  padding: 15px 40px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
  display: inline-block;
}

.tag-text.green-bordered {
  border-color: #28c672;
}

.tag-text.green-bordered.white-text {
  color: #fff;
  border-width: 2px;
  border-radius: 9px;
  padding: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: all .2s;
}

.tag-text.green-bordered.white-text:hover {
  background-color: #28c672;
}

.running-block {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.section-running-text {
  margin-top: 140px;
  margin-bottom: 140px;
  overflow: hidden;
}

.slider-stars {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
}

.slide-star {
  width: 100%;
  height: 506px;
}

.star-info {
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  left: 60px;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  right: 60px;
}

.iq-text {
  color: #272727;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Helveticaneuecyr roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-6 {
  color: gray;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}

.paragraph-6.mt-30 {
  margin-top: 30px;
}

.image-6 {
  width: auto;
  height: 360px;
  object-fit: cover;
  object-position: 0% 50%;
  margin-top: 65px;
}

.image-7 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -124px;
  right: auto;
}

.body {
  padding-left: 0;
  padding-right: 0;
}

.cert {
  margin-top: 12px;
}

.heading-5 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.paragraph-7 {
  color: #272727;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 120%;
}

.heading-6 {
  max-width: 600px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 25px;
  font-size: 55px;
  line-height: 105%;
}

.heading-6.font-48 {
  font-size: 48px;
  line-height: 120%;
}

.paragraph-8 {
  color: #fff;
  margin-bottom: 40px;
}

.div-block-3 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  margin-top: 120px;
  position: absolute;
}

.paragraph-9 {
  max-width: 575px;
  color: #fff;
  margin-bottom: 330px;
  font-size: 22px;
}

.paragraph-10 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.div-block-4 {
  display: none;
}

.image-9 {
  margin-right: 50px;
  position: absolute;
  top: 0;
  right: auto;
}

.div-block-5 {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.left-count, .right-count {
  color: #2b44e7;
  margin-bottom: 0;
}

.div-block-6 {
  max-width: 90px;
}

.paragraph-14 {
  color: #454545;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-15 {
  max-width: 300px;
  text-align: center;
  margin-bottom: 30px;
}

.paragraph-16 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.image-10 {
  z-index: 2;
  position: absolute;
  top: 38%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.image-11 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-7 {
  z-index: 2;
  width: 340px;
  height: 120px;
  position: absolute;
  bottom: 25%;
  right: 7%;
  overflow: visible;
}

.image-12 {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-13 {
  z-index: 3;
  display: none;
  position: absolute;
}

.heading-7 {
  margin-top: 0;
}

.image-14 {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.image-15 {
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: fill;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-16 {
  z-index: 3;
  width: 100%;
  height: auto;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 9.3%;
  bottom: auto;
  left: 0%;
  right: 0;
}

.circles {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -15%;
}

.image-17 {
  z-index: 3;
  position: absolute;
  top: 39%;
  bottom: auto;
  left: 150px;
  right: auto;
}

.image-17.second {
  top: 39%;
  bottom: auto;
  left: auto;
  right: 200px;
}

.image-18 {
  z-index: 3;
  position: absolute;
  top: auto;
  bottom: 32%;
  left: 240px;
  right: auto;
}

.image-18.second {
  top: auto;
  bottom: 32%;
  left: auto;
  right: 230px;
}

.image-19 {
  width: 184px;
}

.sm-only {
  display: none;
}

@media screen and (max-width: 991px) {
  .container.flex-vert-center {
    align-items: center;
  }

  .container.flex-vert-center.rel-slider-cont {
    position: relative;
    overflow: visible;
  }

  .container.grid-2-cols {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .container.hero-cont {
    margin-top: 220px;
  }

  .heading-3 {
    margin-bottom: 48px;
  }

  .panel {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .panel.left-panel {
    padding-top: 50px;
  }

  .panel.right-panel {
    grid-row-gap: 30px;
    padding-top: 50px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .panel.mb-0.pr-45-pb-30 {
    flex-direction: column;
    padding-top: 45px;
    padding-bottom: 45px;
    display: flex;
  }

  .panel.mb-0.pr-45-pb-30.bg-blue.bg-brain {
    background-image: url('../images/Group-1171275108.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 645px;
    flex-direction: row;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .panel.mb-0.pr-45-pb-30.bg-blue.bg-iq {
    grid-row-gap: 60px;
    background-image: url('../images/Group-1171275107.png');
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: 623px;
  }

  .panel-up-left {
    order: -1;
  }

  .green-btn.small-btn.white-bg.ml-15 {
    margin-left: 0;
  }

  .green-btn.small-btn.white-bg.ml-15.mob-hidden {
    display: none;
  }

  .green-btn.small-btn.ml-5p {
    margin-left: 0%;
  }

  .green-btn.small-btn.ml-5p.mob-hidden {
    display: none;
  }

  .green-btn.no-minw {
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.hero-sec {
    min-height: 0;
    padding-bottom: 120px;
  }

  .section.of-hid {
    overflow: hidden;
  }

  .section.px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-card {
    width: 100%;
  }

  .slider-reviews {
    width: 100%;
    align-self: flex-start;
    position: static;
  }

  .mask {
    overflow: hidden;
  }

  .left-arrow {
    top: 80px;
    bottom: auto;
    left: 38%;
    right: auto;
  }

  .right-arrow {
    top: 80px;
    bottom: auto;
    left: auto;
    right: 38%;
  }

  .slide {
    width: 50%;
  }

  .image-2 {
    width: 100%;
    height: 590px;
    object-fit: cover;
  }

  .navbar {
    height: auto;
    margin-left: 18px;
    margin-right: 18px;
  }

  .logo-img {
    width: 87px;
  }

  .nav-link {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-menu {
    height: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    padding-bottom: 80px;
  }

  .image-4 {
    width: 40px;
  }

  .footer-dark {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper {
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
    display: grid;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-block {
    min-width: 0;
  }

  .tag-text.green-bordered.white-text {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slide-star {
    height: auto;
  }

  .iq-text {
    margin-top: 15px;
  }

  .paragraph-6.mt-30 {
    margin-top: 0;
  }

  .image-7 {
    display: none;
  }

  .paragraph-7 {
    margin-top: -25px;
    margin-bottom: 20px;
  }

  .heading-6 {
    font-size: 50px;
  }

  .heading-6.font-48 {
    margin-bottom: 0;
  }

  .paragraph-8 {
    max-width: 450px;
    font-size: 16px;
    font-weight: 300;
  }

  .paragraph-8.m-auto-md {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    grid-column-gap: 12px;
  }

  .image-8 {
    display: block;
  }

  .paragraph-9 {
    max-width: 370px;
    margin-top: -50px;
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-10 {
    letter-spacing: .04em;
    font-size: 16px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .div-block-4 {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .paragraph-15 {
    font-size: 18px;
  }

  .image-10, .div-block-7 {
    display: none;
  }

  .heading-7 {
    font-size: 40px;
  }

  .image-15 {
    width: 768px;
    object-fit: fill;
    display: block;
  }

  .image-16 {
    width: 768px;
    object-fit: contain;
    margin-top: 0;
    top: 9.3%;
    bottom: 0%;
  }

  .circles {
    width: 100%;
    top: 0%;
    bottom: 0%;
  }

  .image-17 {
    display: none;
    top: 45%;
    left: 0;
  }

  .image-17.second {
    top: 43%;
    right: 0;
  }

  .image-18 {
    display: none;
  }

  .div-block-8 {
    flex: 0 auto;
    order: -1;
  }

  .div-block-9 {
    order: -1;
  }

  .image-19 {
    width: 87px;
  }
}

@media screen and (max-width: 767px) {
  .smaller-text {
    font-size: 10px;
  }

  .container.grid-2-cols {
    grid-row-gap: 20px;
  }

  .container.hero-cont {
    margin-top: 100px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .panel {
    grid-row-gap: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .panel.left-panel {
    grid-row-gap: 30px;
    padding: 30px 20px;
  }

  .panel.right-panel {
    grid-row-gap: 10px;
    padding: 30px 10px 20px;
  }

  .panel.mb-0.pr-45-pb-30 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .panel.mb-0.pr-45-pb-30.bg-blue.bg-brain {
    background-image: url('../images/Group-1171275110.png');
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: 371px;
    padding-top: 45px;
  }

  .panel.mb-0.pr-45-pb-30.bg-blue.bg-iq {
    height: auto;
    background-image: url('../images/Group-1171275109.png');
    background-position: 50% 75%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon, .icon.big-icon {
    width: 30px;
  }

  .panel-up-left {
    font-size: 16px;
  }

  .green-btn.no-minw {
    max-width: 280px;
    margin-top: 20px;
    padding: 14px 20px;
    font-size: 18px;
  }

  .green-btn.medium-btn {
    min-width: 155px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .green-btn._w-400 {
    max-width: 155px;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Helveticaneuecyr roman, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .text-for-icon {
    font-size: 12px;
  }

  .text-for-icon.footer-grey {
    margin-bottom: 5px;
  }

  .text-for-icon.footer-grey.mb-5.mt-90, .text-for-icon.footer-grey.lg-only {
    display: none;
  }

  .text-for-icon.medium-text-icon {
    font-size: 12px;
  }

  .paragraph {
    font-size: 16px;
  }

  .heading-4 {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 22px;
    line-height: 125%;
  }

  .heading-4.smaller-heading {
    font-size: 20px;
  }

  .paragraph-2.mw-450 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph-2.mw-400 {
    font-size: 16px;
  }

  .panel-img.pt-25 {
    height: auto;
    object-fit: contain;
    object-position: 50% 50%;
  }

  .section {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.hero-sec {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 80px;
  }

  .section.px-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.sm-mx-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-reviews {
    width: 100%;
  }

  .mask {
    width: 100%;
    overflow: hidden;
  }

  .left-arrow, .right-arrow {
    width: 30px;
    height: auto;
    top: 60px;
  }

  .paragraph-4.copyright {
    font-family: Helveticaneuecyr roman, sans-serif;
    font-size: 10px;
    font-weight: 400;
  }

  .paragraph-4.copyright.lg-only {
    display: none;
  }

  .slide {
    width: 80%;
  }

  .image-2 {
    height: 400px;
  }

  .logo-img {
    width: 65px;
  }

  .container-menu {
    height: 52px;
    padding: 10px 20px;
  }

  .image-4 {
    width: 26px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-bottom: 30px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block.sm-mb-50 {
    margin-bottom: 50px;
  }

  .footer-link {
    margin-bottom: 10px;
    font-family: Helveticaneuecyr roman, sans-serif;
    font-weight: 400;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-link.phone-link.mb-0 {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .footer-link.phone-link.mb-0.mt-50.all-caps.sm-14 {
    font-size: 14px;
  }

  .footer-link.phone-link.mb-0.lg-only {
    display: none;
  }

  .footer-social-block {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .footer-social-block.lg-only {
    display: none;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-5.lg-only {
    display: none;
  }

  .vert-lines.lower {
    top: 35px;
  }

  .tag-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .tag-text.green-bordered.white-text {
    width: 190px;
  }

  .section-running-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-running-text.sm-mt-40 {
    margin-top: 40px;
  }

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

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

  .iq-text {
    font-size: 14px;
  }

  .paragraph-6.mt-30 {
    font-size: 10px;
  }

  .image-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-5 {
    margin-top: 40px;
    font-size: 22px;
  }

  .paragraph-7 {
    font-size: 26px;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .heading-6.font-48 {
    font-size: 30px;
  }

  .paragraph-8.m-auto-md {
    max-width: 270px;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .div-block-3 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .image-8 {
    width: 20%;
    margin-top: 0;
    margin-left: 10px;
  }

  .image-8._w-30p {
    width: 70%;
  }

  .paragraph-9 {
    max-width: 300px;
    font-size: 16px;
  }

  .left-count, .right-count {
    font-size: 20px;
  }

  .paragraph-14 {
    font-size: 12px;
  }

  .paragraph-15 {
    max-width: 200px;
    font-size: 16px;
  }

  .paragraph-16 {
    margin-top: 30px;
    font-size: 12px;
  }

  .heading-7 {
    font-size: 35px;
  }

  .image-15 {
    width: 480px;
  }

  .image-16 {
    width: 480px;
    top: 12%;
  }

  .image-20, .image-21 {
    width: 30px;
  }

  .sm-only {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .sm-only.mt-50 {
    flex: 1;
    margin-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .text-for-icon.footer-grey.mb-5 {
    font-size: 10px;
  }

  .section.px-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    width: 100%;
    height: 300px;
    max-width: 290px;
  }

  .image-4.back-img {
    display: none;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    padding-right: 20px;
  }

  .footer-block.xs-ml-10 {
    margin-left: 10px;
  }

  .slider-stars {
    width: 100%;
  }

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

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

  .heading-7 {
    text-align: center;
  }

  .image-15 {
    width: 340px;
    top: -80px;
  }

  .image-16 {
    width: 340px;
    top: 7.5%;
  }

  .image-22, .image-23 {
    width: 30px;
  }
}

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;
  background-color: #000c;
  border-top: 2px solid rgb(100, 100, 100);
}
.cookie-consent-banner__inner {
  text-align: center;
  margin: 0 auto;
}
.cookie-consent-banner__header {
  font-family: sans-serif, arial;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
}
.cookie-consent-banner__description {
  font-family: sans-serif, arial;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description img{
  width: 40px;
  vertical-align: middle;
}

.cookie-consent-banner__description a{
  color: #ff8a00;
}

.cookie-consent-banner__cta {
  margin-left: 10px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 144px;
  padding: 8px 12px;
  border-radius: 2px;
  background-color: #f27b07;
  border-color: #eea236;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: sans-serif, arial;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cookie-consent-banner__cta:hover {
  background-color: #d16a06;
  cursor: pointer;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem!important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem!important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem!important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem!important;
}

#w-node-_74b259e0-bd0b-7044-8487-cda264f8460c-9fd2e98a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_74b259e0-bd0b-7044-8487-cda264f8460d-9fd2e98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74b259e0-bd0b-7044-8487-cda264f84612-9fd2e98a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_74b259e0-bd0b-7044-8487-cda264f84613-9fd2e98a {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_74b259e0-bd0b-7044-8487-cda264f84615-9fd2e98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74b259e0-bd0b-7044-8487-cda264f84647-9fd2e98a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-_7708857f-d99d-241f-9026-688722480ae2-9fd2e98a, #w-node-_7708857f-d99d-241f-9026-688722480ae3-9fd2e98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7708857f-d99d-241f-9026-688722480aee-9fd2e98a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7708857f-d99d-241f-9026-688722480aef-9fd2e98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7708857f-d99d-241f-9026-688722480b04-9fd2e98a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7708857f-d99d-241f-9026-688722480b05-9fd2e98a, #w-node-_7708857f-d99d-241f-9026-688722480b06-9fd2e98a, #w-node-_7708857f-d99d-241f-9026-688722480b14-9fd2e98a, #w-node-_78b75090-9d22-d7ee-a973-434b1c7644d7-9fd2e98a, #w-node-_78b75090-9d22-d7ee-a973-434b1c7644e3-9fd2e98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32ee9315-af17-c80c-ab8f-37740da263eb-9fd2e98a {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_7acef20b-5066-b6cb-64c5-53dbf90431af-9fd2e98a, #w-node-_7acef20b-5066-b6cb-64c5-53dbf90431a4-9fd2e98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8277639e-975a-52d8-7654-ef585edf3f89-9fd2e98a {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_7acef20b-5066-b6cb-64c5-53dbf904319b-9fd2e98a {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_7acef20b-5066-b6cb-64c5-53dbf90431af-9fd2e98a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7acef20b-5066-b6cb-64c5-53dbf90431a4-9fd2e98a {
    grid-area: 3 / 2 / 4 / 3;
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr roman';
  src: url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}