.section {
  padding-top: 2.25em;
  padding-bottom: 1.75em;
}
@media (min-width: 770px) {
  .section {
    padding-top: 3.3em;
    padding-bottom: 3.75em;
  }
}
.section--dark {
  background-color: #F4F6FE;
}

.hero {
  padding-bottom: 0;
}
@media (min-width: 780px) {
  .hero {
    padding-top: 1.0em;
    margin-top: -20px;
  }
}
.hero > .wrapper {
  display: flex;
}
.hero__info {
  max-width: 100%;
}
@media (min-width: 770px) {
  .hero__info {
    width: 50%;
    padding-top: 2.85em;
    padding-bottom: 3.0em;
  }
}
.hero__title {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.4em;
  font-size: 1.875rem;
}
.hero__subtitle {
    font-size: 18px;
    margin-bottom: 2em;
}
@media (min-width: 970px) {
  .hero__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1070px) {
  .hero__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 1170px) {
  .hero__title {
    font-size: 3.0rem;
  }
}
@media (min-width: 1270px) {
  .hero__title {
    font-size: 3.375rem;
  }
}
@media (max-width: 770px) {
  .hero__title br {
    display: none;
  }
}
.hero .ul-special {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
@media (min-width: 770px) {
  .hero .ul-special {
    margin-bottom: 0.3em;
  }
}
.hero .ul-special li {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 1em;
  width: 100%;
}
@media (min-width: 470px) {
  .hero .ul-special li {
    font-size: 1.0rem;
  }
}
@media (max-width: 770px) {
  .hero .ul-special li br {
    display: none;
  }
}
.hero .formBlock {
  background: linear-gradient(122.14deg, #0A0C1B 6.83%, #343951 52.84%, #03A9F4 137.42%), #FFFFFF;
  border-radius: 6px;
  padding: 1.5em 1.0em;
}
@media (min-width: 770px) {
  .hero .formBlock {
    background: none;
    padding: 0;
  }
}
.hero .formBlock form {
  align-items: center;
}
@media (min-width: 770px) {
  .hero .formBlock form {
    align-items: stretch;
  }
}
.hero .formBlock__item {
  max-width: 290px;
}
.hero .formBlock [type=submit] {
  font-size: 1.0em;
  font-weight: 600;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
@media (min-width: 470px) {
  .hero .formBlock [type=submit] {
    font-size: 1.125em;
  }
}
.hero__img {
  display: none;
  position: relative;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/hero.afecfddc3754.png");
  flex: 1 1 auto;
}
@media (min-width: 770px) {
  .hero__img {
    display: block;
  }
}
@media (min-width: 1070px) {
  .hero__img {
    min-height: 42.75em;
  }
}
.hero__person {
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: 20px;
  right: 20px;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, .75);
  padding: 10px;
  border-radius: 8px;  
}
.hero__name {
  display: block;
  font-weight: 500;
  margin-bottom: 0.2em;
  font-size: 1.125em;
}
.hero__spec {
  display: block;
  color: #67A5FB;
  font-size: 0.875rem;
}
.hero__person2 {
  position: relative;
  max-width: 290px;
  padding-left: 7.5em;
  min-height: 6.5em;
  margin-bottom: 1.2em;
}
@media (min-width: 770px) {
  .hero__person2 {
    display: none;
  }
}
.hero__person2__img {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  margin-top: -1em;
  padding-top: 1.0em;
  width: 6.5em;
}
/* .hero__person2__img::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  z-index: 2;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 8.5em;
  background-image: url("../img/hero.afecfddc3754.png");
} */
.hero__person2__img::after {
  display: block;
  content: '';
  position: relative;
  height: 6.5em;
  width: 6.5em;
  border-radius: 50%;
  background-color: #c1cddb;
  background-position: center -4px;
  background-repeat: no-repeat;
  background-size: 8.5em;
  background-image: url("../img/hero.afecfddc3754.png");
}
.hero__name2 {
  display: block;
  font-weight: 500;
  margin-bottom: 0.2em;
  color: #FFFFFF;
  margin-top: 36px;
}
.hero__spec2 {
  display: block;
  font-style: italic;
  color: #03A9F4;
  font-size: 0.75rem;
}
.button {
  display: table;
  cursor: pointer;
  border-radius: 10px;
  background-color: #03A9F4;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.9em 1.2em 0.8em;
  text-decoration: none;
  margin: 0;
  transition: background-color 300ms;
}
.button:hover {
    background-color: #66CDAA;
    color: #fff;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.0em;
  padding-right: 1.0em;
}
@media (min-width: 470px) {
  .wrapper {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}
@media (min-width: 770px) {
  .wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 970px) {
  .wrapper {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}
.ul-special {
  padding: 0;
  margin: 0 0 1.0em 0;
}
.ul-special li {
  position: relative;
  list-style: none;
  padding-left: 1.1em;
  margin-bottom: 0.45em;
}
@media (min-width: 770px) {
  .ul-special li {
    margin-bottom: 0.625em;
  }
}
.ul-special li::before {
  display: block;
  content: '';
  position: absolute;
  left: 0.0em;
  top: 0.3em;
  height: 0.3em;
  width: 0.6em;
}
.ul-special--checked li {
  padding-left: 1.2em;
}
.ul-special--checked li::before {
  left: 0.0em;
  top: 0.3em;
  height: 0.3em;
  transform: rotate(-45deg);
  width: 0.6em;
  border-left: 2px solid #03A9F4;
  border-bottom: 2px solid #03A9F4;
}

.blur {
  filter: blur(5px);
  opacity: .5;
}
.garantee {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px) {
  .garantee {
    align-items: stretch;
    flex-direction: row;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 1.5em;
  }
}
@media (min-width: 770px) {
  .garantee {
    padding: 2.0em;
  }
}
.garantee__info {
  color: #000000;
  line-height: 1.2;
  flex-shrink: 0;
  width: 100%;
  padding-left: 6.2em;
  margin-bottom: 1.2em;
  position: relative;
}
@media (min-width: 640px) {
  .garantee__info {
    margin-bottom: 0;
    padding-left: 0;
    width: 14.2em;
    text-align: center;
    margin-right: 2.0em;
  }
}
@media (min-width: 970px) {
  .garantee__info {
    margin-top: -5em;
    margin-right: 5.0em;
  }
}
.garantee__info::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/landing/img/svg/garantee.6df0009cd903.svg");
  height: 8.2em;
  width: 6em;
  margin: 0 auto 1.8125em;
}
@media (min-width: 640px) {
  .garantee__info::before {
    position: static;
  }
}
.garantee__title {
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 0.4em;
}
@media (min-width: 640px) {
  .garantee__title {
    margin-bottom: 0.6em;
  }
}
@media (max-width: 640px) {
  .garantee__title br {
    display: none;
  }
}
@media (max-width: 640px) {
  .garantee__subtitle br {
    display: none;
  }
}
.garantee__text {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 1.5em 0.8em;
  font-family: Times New Roman;
}
@media (min-width: 640px) {
  .garantee__text {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}
.garantee__text .title {
  margin-top: 0.7em;
  margin-bottom: 0.1em;
  font-weight: 700;
  font-size: 1.5rem;
}
.garantee__text p {
  font-size: 1.0em !important;
  line-height: 1.4 !important;
}
.garantee__text .blur {
  font-size: 0.75em !important;
}


.container__reviews .title, .container__team .title {
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 700;
  margin: 20px 0;
  color: #343951;
}

@media (min-width: 780px) {
  .container__reviews .title, .container__team .title {
    font-size: 2.25rem;
    line-height: 2.375rem;
    margin-top: 40px;
  }
}

@media (min-width: 1170px) {
  .container__reviews .title, .container__team .title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.container__team p {
  margin: 0 0 1.6em;
  line-height: 1.5;
  font-size: 1.0em;
  color: inherit;
}

@media (min-width: 470px) {
  .container__team p {
    font-size: 1.125em;
  }
}

.container__reviews {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.0em;
  padding-right: 1.0em;
}

@media (min-width: 470px) {
  .container__reviews {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}
@media (min-width: 770px) {
  .container__reviews {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 970px) {
  .container__reviews {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

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

.reviewsSlider.owl-carousel {
  max-width: 100% !important;
}
.reviewsSlider.owl-carousel .owl-stage {
  padding: 0;
}
.reviewsSlider.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 2.25em;
  margin-bottom: 0.5em;
}
.reviewsSlider.owl-carousel .owl-dots .owl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  height: 0.875em;
  width: 0.875em;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #C4C4C4;
  transition: background-color 300ms;
}
.reviewsSlider.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.reviewsSlider.owl-carousel .owl-dots .owl-dot.active {
  background-color: #2196F3;
}
.reviewsSlider__item__name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 0.2em;
}
.reviewsSlider__item__case {
  font-size: 0.9375rem;
  color: #2196F3;
  margin-bottom: 0.5em;
}
.reviewsSlider__item__text {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 470px) {
  .reviewsSlider__item__text {
    font-size: 0.9375rem;
  }
}
