* {
  font-family: "Open Sans", sans-serif;
}

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

.btn {
  margin: 0 auto;
  display: block;
  padding: 15px 30px;
  border: 0;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.2%, #B6141A), color-stop(99.82%, #FA4A4A));
  background: linear-gradient(90deg, #B6141A 0.2%, #FA4A4A 99.82%);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(255, 122, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(255, 122, 0, 0.2);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.btn:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.2%, #B41319), color-stop(99.82%, #FC4C4C));
  background: linear-gradient(90deg, #B41319 0.2%, #FC4C4C 99.82%);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(255, 122, 0, 0.2), 0px 4px 20px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 10px 20px 0px rgba(255, 122, 0, 0.2), 0px 4px 20px 0px rgba(0, 0, 0, 0.1) inset;
}

.btn:active {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.2%, #B51419), color-stop(99.82%, #FC4B4C));
  background: linear-gradient(90deg, #B51419 0.2%, #FC4B4C 99.82%);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(255, 122, 0, 0.2), 0px 7px 5px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 10px 20px 0px rgba(255, 122, 0, 0.2), 0px 7px 5px 0px rgba(0, 0, 0, 0.2) inset;
}

.btn_rt {
  margin: 0;
}

.btn_mb {
  margin-bottom: 40px;
}

.form__btn {
  margin-bottom: 40px;
}

.about__btn,
.syndrome__btn {
  display: block;
  width: 400px;
  margin: 0 auto;
  text-decoration: none;
}

.about__btn:hover,
.syndrome__btn:hover {
  color: #FFF;
}



.pageup {
  position: fixed;
  cursor: pointer;
  display: none;
  bottom: 20px;
  left: 20px;
}

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

.fixed-wa__wrapper {
  width: 100px;
  position: fixed;
  cursor: pointer;
  display: none;
  bottom: 20px;
  right: 20px;
}

.icon-img {
  width: 100%;
}

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

.heading {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
}

.subheading {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.promo__heading {
  max-width: 884px;
  margin: 0 auto;
  margin-bottom: 26px;
  color: #FFF;
  text-align: center;
  font-size: 33px;
}

.promo__subheading {
  max-width: 521px;
  margin: 0 auto;
  margin-bottom: 56px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
}

.title {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}

.title_dark {
  color: #073E9B;
}

.title_light {
  color: #FFF;
}

.title_ta {
  text-align: left;
}

.subtitle {
  width: 937px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.subtitle_mb {
  margin-bottom: 40px;
}

.modal__title {
  color: #073E9B;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.modal__subtitle {
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(185, 183, 180, 0.32)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, rgba(185, 183, 180, 0.32) 100%);
  padding: 26px 0 31px 0;
}

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

.header_fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4000;
}


.logotype__img {
  max-width: 136px;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.nav__item {
  list-style-type: none;
}

.nav__item:not(:last-child) {
  margin-right: 30px;
}

.nav__link {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav__link:hover {
  color: #B11016;
}

.promo {
  background: url("/assets/img/promo_bg1.jpg") center center/cover no-repeat;
  height: 100vh;
}

.promo__content-wrapper {
  width: 100%;
  position: relative;
}

.promo__container {
  height: 90vh;
  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;
}

.promo__social {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social__link:not(:last-child) {
  margin-bottom: 30px;
}

.definition {
  padding: 48px 0;
  background: #073E9B;
}

.definition__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.definition__text {
  width: 1130px;
  color: #FFF;
  text-align: center;
  font-family: Open Sans;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
}

.definition__img {
  width: 70px;
}

.sk__logo {
  width: 100%;
}

.about {
  padding: 50px 0;
}

.about__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.about__text {
  max-width: 620px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.solutions {
  padding: 50px;
  background: #073E9B;
}

.solutions__cards-wrapper {
  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;
}

.solutions__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 49px;
  border-radius: 10px;
  background: #FFF;
  width: 620px;
}

.solutions__card:not(:nth-last-child(-n+2)) {
  margin-bottom: 30px;
}

.solutions__card-title {
  color: #073E9B;
  font-size: 20px;
  font-weight: 700;
}

.solutions__card-descr {
  font-size: 16px;
  font-weight: 400;
}

.technology {
  padding: 50px 0;
}

.technology__content-wrapper {
  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;
  margin-bottom: 50px;
}

.technology__text {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

.technology__text_wd {
  max-width: 620px;
}

.technology__text_mb {
  margin-bottom: 15px;
}

.technology__cards-wrapper {
  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;
  margin-bottom: 50px;
}

.technology__card {
  width: 227px;
  height: 231px;
  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: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 40px 24px 0 24px;
}

.technology__card-img {
  width: 80px;
  height: 80px;
  margin-bottom: 27px;
}

.card-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.section-divider {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.2%, #B51319), color-stop(99.82%, #FD4C4C));
  background: linear-gradient(90deg, #B51319 0.2%, #FD4C4C 99.82%);
}

.section-divider_mb {
  margin-bottom: 35px;
}

.card {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 3px rgba(0, 0, 0, 0.25);
}

.syndrome {
  padding: 50px 0;
  background: #073E9B;
}

.syndrome__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.syndrome__text {
  max-width: 600px;
}

.syndrome__text-ctr {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 60px;
}

.syndrome__list {
  padding: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}

.syndrome__item {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}

.syndrome__img {
  border-radius: 10px;
}

.products {
  padding: 60px 0;
}

.products__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  max-width: 1063px;
  margin: 0 auto;
}

.products__divider {
  margin-bottom: 40px;
}

.products-subtitle {
  color: #111;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.products-descr {
  color: #111;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 50px;
}

.products-descr_mb0 {
  margin-bottom: 0;
}

.products-descr_mb0:nth-last-of-type(3) {
  margin-bottom: 40px;
}

.products-img {
  width: 100%;
  margin-bottom: 50px;
}

.products__text-wrapper {
  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;
  margin-bottom: 30px;
}

.products__img-wrapper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.products__img {
  max-width: 431px;
  margin-bottom: 20px;
}

.products__list {
  max-width: 620px;
}

.products__list-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 25px;
}

.products__item {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.arrow-right {
  margin-right: 30px;
}

.slider__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1057px;
  padding: 54px 45px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-right: 10px;
  margin-left: 10px;
}

.slider__arrows-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.slider__card-title {
  max-width: 459px;
  color: #073E9B;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
}

.slider__card-descr {
  max-width: 553px;
}

.slider__card-img {
  max-width: 406px;
}

.features {
  padding: 50px 0;
}

.features__card-wrapper {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features__card {
  padding: 0 34px;
  width: 300px;
  height: 231px;
  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;
}

.features__card-text {
  text-transform: uppercase;
}

.features__card:not(:last-child) {
  margin-bottom: 20px;
}

.functionality {
  padding: 50px 0;
  background: #073E9B;
}

.functionality__content-wrapper {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.functionality__text-content-wrapper {
  max-width: 716px;
  background: #fff;
  border-radius: 10px;
  padding: 40px 48px;
}

.functionality__list {
  padding: 0;
  margin: 0;
  max-width: 620px;
}

.functionality__item:not(:last-child) {
  margin-bottom: 15px;
}

.usage {
  padding: 50px 0;
}

.usage__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.usage__card-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.usage-card {
  position: relative;
}

.usage-card:not(:last-child) {
  margin-bottom: 20px;
}

.more {
  padding: 60px 0;
  background: #073E9B;
}

.more__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

.more__text {
  max-width: 900px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
}

.more__text:not(:last-child) {
  margin-bottom: 29px;
}

.more__bottom-wrapper {
  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;
}

.more__img {
  margin-right: 46px;
}

.more__card {
  padding: 30px 30px;
}

.more__img-descr {
  max-width: 1000px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.more__img-descr_sm {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: lowercase;
}

.faq {
  padding: 60px 0;
}

.faq__content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.question__top-wrapper {
  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;
  padding-top: 20px;
  cursor: pointer;
}

.question__title {
  color: #073E9B;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 1000px;
}

.question__icon {
  width: 35px;
  height: 35px;
  background: linear-gradient(26.5deg, #2a62da 16.72%, #073E9B 95.45%);
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.question__icon_active {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.question__bottom-wrapper {
  margin-bottom: 20px;
  display: none;
}

.question__bottom-wrapper_active {
  display: block;
}

.question__answer {
  color: #111;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  max-width: 95%;
}

.contacts {
  padding: 50px 0;
  background: #073E9B;
}

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

.contacts__content-wrapper {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 72px 359px 71px 54px;
}

.contacts__address {
  color: #111;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contacts__time {
  color: #111;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contacts__email {
  color: #111;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}

.email__link {
  color: #073E9B;
  text-decoration: none;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}

.footer {
  background: #000;
  padding: 20px 0;
}

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

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

.footer__link {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
  color: #073E9B;
}

.footer__text {
  color: #FFF;
}

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

.social__text {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.social__text:hover {
  text-decoration: underline;
  color: #073E9B;
}

.social:not(:last-child) {
  margin-right: 30px;
}

/* .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
} */

/* .modal {
  position: relative;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3000;
  padding: 60px 26px;
  display: none;
} */

/* NEW STYLES */

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.56);
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 380px;
  min-height: 400px;
  background-color: #f2f2f2;
  padding: 38px 40px 40px 40px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: -40px;
  color: #073E9B;
  font-size: 41px;
  line-height: 21px;
  cursor: pointer;
}

.modal__subtitle {
  color: #0D0D0D;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}

.modal__descr {
  color: #0D0D0D;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.modal_mini {
  min-height: 140px;
}


input {
  width: 312px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid var(--shadow, rgba(17, 17, 17, 0.5));
  padding: 11px 0 11px 20px;
}

.modal .error {
  border: 1px solid #C70101;
  text-align: center;
}

.modal label.error {
  border: none;
  text-align: left;
  margin-bottom: 15px;
  color: #B11016;
}

#consultation,
#thanks {
  display: none;
}


.active {
  display: block;
}

.mobile-wa,
.mobile-phone {
  display: none;
  width: 30px;
}

.mobile-wa__img,
.mobile-phone__img {
  width: 100%;
}

.menu-mobile {
  position: fixed;
}

.menu-mobile__overlay {
  display: none;
}

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

.menu-mobile__popup {
  min-height: 550px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  padding-top: 60px;
  z-index: 2;
  background: #000;
  -webkit-box-shadow: 5px 15px 40px 0px rgba(30, 35, 66, 0.15);
  box-shadow: 5px 15px 40px 0px rgba(30, 35, 66, 0.15);
  border-radius: 0px 0px 15px 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.menu-mobile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.menu-mobile__item {
  list-style: none;
  margin-bottom: 10px;
}

.menu-mobile__link {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.menu-mobile:hover {
  color: #B41319;
  text-decoration: underline;
}

.menu-mobile:focus {
  color: #B41319;
}

.mobile-menu__social-wrapper {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mobile-menu__social:not(:last-child) {
  margin-right: 20px;
}

.mobile-humb {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: linear-gradient(45deg, #B11016, #FF4E4E);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  display: none;
  position: relative;
  z-index: 100;
}

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

.mobile-humb_active .promo__header-lines:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-humb_active .promo__header-lines:nth-of-type(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-humb_active .promo__header-lines:nth-of-type(2) {
  display: none;
}

.mobile-humb__item {
  width: 17px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.mobile-humb__item:not(:last-child) {
  margin-bottom: 4px;
}

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

@media (max-width: 1340px) {

  .solutions__cards-wrapper {
    justify-content: space-around;
  }

  .solutions__card {
    width: 520px;
  }

}

@media (max-width: 1200px) {
  .container {
    max-width: 850px;
  }

  .btn_rt {
    display: none;
  }

  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__list {
    margin-bottom: 20px;
  }

  .nav__item:not(:last-child) {
    margin-right: 15px;
  }

  .header__logotype {
    margin-bottom: 20px;
  }

  .promo__social {
    display: none;
  }

  .definition__text {
    font-size: 20px;
  }

  .about__img {
    max-width: 45%;
  }

  .about__text {
    max-width: 400px;
    font-size: 16px;
  }

  .solutions__cards-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .solutions__card:not(:last-child) {
    margin-bottom: 20px;
  }

  .technology__img {
    width: 50%;
  }

  .technology__text_wd {
    max-width: 400px;
  }

  .technology__card {
    width: 160px;
    padding: 20px 24px 0 24px;
  }

  .syndrome__img {
    max-width: 45%;
  }

  .syndrome__list {
    font-size: 18px;
  }

  .syndrome__text {
    max-width: 420px;
  }

  .products__slider {
    max-width: 850px;
  }

  .products__img {
    max-width: 350px;
  }

  .slider__card {
    max-width: 850px;
  }

  .slider__card-descr {
    max-width: 453px;
  }

  .slider__card-img {
    max-width: 283px;
  }

  .features__card-wrapper {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .features__card:not(:nth-last-child(-n+2)) {
    margin-bottom: 20px;
  }

  .functionality__img {
    max-width: 40%;
  }

  .functionality__text-content-wrapper {
    max-width: 500px;
  }

  .card-img {
    width: 70%;
  }

  .usage:last-child {
    width: 87%;
  }

  .usage__card-text {
    font-size: 20px;
  }

  .usage__card-img {
    width: 100%;
    height: 100%;
  }

  .question__title {
    max-width: 80%;
  }

  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__content-wrapper {
    padding: 72px 59px 71px 54px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 650px;
  }

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

  .header__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav {
    display: none;
  }

  .subtitle {
    width: 100%;
    font-size: 18px;
  }

  .title {
    margin-bottom: 20px;
  }

  .about__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__content-wrapper:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about__text {
    max-width: 100%;
    text-align: center;
  }

  .about__img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .technology__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .technology__text_wd {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .technology__img {
    max-width: 150%;
  }

  .technology__cards-wrapper {
    width: 90%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .technology__card {
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .syndrome__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .syndrome__content-wrapper:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .syndrome__img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .syndrome__text {
    max-width: 100%;
    text-align: center;
  }

  .syndrome__list {
    list-style-type: none;
  }

  .products__slider {
    max-width: 557px;
  }

  .products__img {
    max-width: 300px;
  }

  .slider__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider__card-wrapper {
    margin-bottom: 20px;
  }

  .functionality__text-content-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .functionality__img {
    display: none;
  }

  .usage__card {
    max-width: 100%;
  }

  .usage__card-img {
    width: 500px;
    height: 250px;
  }

  .more__text {
    font-size: 18px;
  }

  .more:not(:last-child) {
    margin-bottom: 10px;
  }

  .more__top-wrapper {
    margin-bottom: 10px;
  }

  .more__img-descr {
    font-size: 16px;
  }

  .more__img {
    margin-right: 20px;
  }

  .social__text {
    display: none;
  }

  .footer__social-wrapper {
    max-width: 30px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 500px;
  }

  .products__slider {
    max-width: 500px;
  }

  .products__text-wrapper {
    -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;
  }

  .products__content-left {
    margin-bottom: 20px;
  }

  .products__img-wrapper {
    -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;
  }

  .slider__card {
    max-width: 500px;
  }

  .slider__card-descr {
    max-width: 400px;
  }

  .features__card {
    max-width: 240px;
    height: 161px;
  }

  .features__card-text {
    font-size: 15px;
  }

  .usage__card-text {
    font-size: 16px;
  }

  .more__text {
    font-size: 16px;
  }

  .more__img-descr {
    font-size: 14px;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__logotype {
    margin-bottom: 20px;
  }

  .footer__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer__social-wrapper {
    display: block;
  }

  .footer__text {
    display: none;
  }

  .footer__social-wrapper {
    width: 40px;
  }

  .social {
    height: 40px;
    width: 40px;
  }

  .social:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 350px;
  }

  .header {
    padding: 10px;
  }

  .header__logotype {
    margin: 0;
  }

  .mobile-wa,
  .mobile-phone {
    display: flex;
  }

  .btn {
    font-size: 14px;
    padding: 15px;
  }

  .title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .promo__heading {
    font-size: 25px;
  }

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

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

  .definition__text {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .technology__img {
    width: 100%;
  }

  .technology__card {
    margin-right: 0;
  }

  .products__slider {
    max-width: 350px;
  }

  .products_img {
    max-width: 100%;
  }

  .products-img {
    margin-bottom: 10px;
  }

  .slider__card {
    max-width: 350px;
    padding: 20px 19px;
  }

  .slider__card-title {
    max-width: 270px;
    font-size: 20px;
  }

  .slider__card-descr {
    max-width: 300px;
  }

  .slider-img {
    max-width: 200px;
  }

  .features__card {
    max-width: 160px;
  }

  .usage__card-text {
    font-size: 16px;
  }

  .more__text:not(:last-child) {
    margin-bottom: 10px;
  }

  .more__top-wrapper {
    margin-bottom: 30px;
  }

  .more__bottom-wrapper {
    -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;
  }

  .more__img-descr {
    text-align: center;
  }

  .syndrome__btn,
  .about__btn {
    width: 300px;
  }

  .fixed-wa__wrapper_active {
    display: none;
  }

  .usage__card-img {
    width: 350px;
    height: 150px;
  }

  iframe {
    width: 100%;
  }
}

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