@charset "UTF-8";
/*
Theme Name: Sovz
Author: Команда Современная защита
Author URI: https://sovz.ru/
Version: 1
*/
@font-face {
  font-family: 'Montserrat-Bold';
  src: local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: local("Montserrat-ExtraBold"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: local("Montserrat-Medium"), url("./../fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: local("Montserrat-SemiBold"), url("./../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fdfdfd;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
  height: auto !important;
}

.body-hidden-scroll {
  overflow-y: hidden !important;
}

.icons {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}

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

.container_relative {
  position: relative;
}

.title-h2 {
  font-family: 'Montserrat-Bold';
  font-size: 45px;
  line-height: 48px;
  color: #1e1e3e;
  padding-bottom: 45px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}

.title-h2:before {
  content: '';
  width: 93px;
  height: 7px;
  display: inline-block;
  background: #f3002e;
  position: absolute;
  bottom: 0;
  left: 0;
}

.button {
  background: #f3002e;
  outline: none;
  border: none;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  font-family: 'Montserrat-ExtraBold';
  text-transform: uppercase;
}

.button:hover {
  cursor: pointer;
}

.input-text {
  outline: none;
  border: 2px solid #d2d6f3;
  height: 65px;
  padding: 0 26px;
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  line-height: 29px;
  color: #1e1e3e;
}

.input-text::-webkit-input-placeholder {
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  line-height: 29px;
  color: #1e1e3e;
}

.input-text::-moz-placeholder {
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  line-height: 29px;
  color: #1e1e3e;
}

.input-text::-ms-input-placeholder {
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  line-height: 29px;
  color: #1e1e3e;
}

.input-text::placeholder {
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  line-height: 29px;
  color: #1e1e3e;
}

.input-text_error {
  border-color: #f3002d;
}

.header {
  position: absolute;
  top: 85px;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 500;
}

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__picture {
  width: 194px;
  height: 53px;
  margin-right: 65px;
}

.header__information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-datetime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 22px;
  margin-right: 22px;
  border-right: 3px solid #1e1e3e;
}

.header-datetime__date {
  font-family: 'Montserrat-Bold';
  font-size: 31px;
  line-height: 29px;
  color: #1e1e3e;
}

.header-datetime__time {
  font-family: 'Montserrat-Bold';
  font-size: 14px;
  line-height: 18px;
  color: #1e1e3e;
}

.header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-title__text-1 {
  font-family: 'Montserrat-Bold';
  font-size: 23px;
  line-height: 26px;
  color: #1e1e3e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-title__text-2 {
  font-family: 'Montserrat-Bold';
  font-size: 17px;
  line-height: 26px;
  color: #1e1e3e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main {
  width: 100%;
  position: relative;
  z-index: 200;
}

.banner {
  width: 100%;
  height: 693px;
  background: url(../images/webinar-alternativa/banner-background-desktop.jpg) no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 100;
}

.banner__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 225px;
}

.banner-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 635px;
  position: relative;
}

.banner-title__background {
  width: 740px;
  height: 90px;
  background: #f3002e;
  -webkit-transform: skew(155deg);
  -ms-transform: skew(155deg);
  transform: skew(155deg);
  position: absolute;
  z-index: 5;
  bottom: -6px;
  left: -64px;
}

.banner-title__text-1 {
  font-size: 35px;
  line-height: 78px;
  color: #1e1e3e;
  font-family: 'Montserrat-ExtraBold';
  text-transform: uppercase;
  margin-right: 12px;
  position: relative;
  z-index: 20;
}

.banner-title__text-2 {
  font-size: 35px;
  line-height: 78px;
  color: #1e1e3e;
  font-family: 'Montserrat-ExtraBold';
  text-transform: uppercase;
  position: relative;
  z-index: 20;
}

.banner-title__text-3 {
  font-size: 50px;
  line-height: 78px;
  color: #ffffff;
  font-family: 'Montserrat-ExtraBold';
  text-transform: uppercase;
  position: relative;
  z-index: 20;
}

.banner-content {
  width: 460px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 55px;
  position: relative;
}

.banner-content__icon {
  font-size: 80px;
  line-height: 100px;
  font-family: 'Montserrat-Bold';
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 7px solid #9b8bf7;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 102px;
  height: 102px;
  position: relative;
  z-index: 20;
}

.banner-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 25px;
  width: 325px;
  position: relative;
  z-index: 20;
}

.banner-description__text-1 {
  font-size: 40px;
  line-height: 40px;
  font-family: 'Montserrat-ExtraBold';
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 12px;
}

.banner-description__text-2 {
  font-size: 52px;
  line-height: 43px;
  font-family: 'Montserrat-ExtraBold';
  text-transform: uppercase;
  color: #9b8bf7;
}

.banner-description__text-3 {
  font-size: 32px;
  line-height: 40px;
  font-family: 'Montserrat-ExtraBold';
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 12px;
}

.banner-content__background {
  width: 3000px;
  height: 140px;
  background: #1e1e3e;
  -webkit-transform: skew(155deg);
  -ms-transform: skew(155deg);
  transform: skew(155deg);
  position: absolute;
  z-index: 5;
  bottom: -15px;
  left: -2500px;
}

.banner-callback {
  width: 100%;
  padding: 60px 0 74px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 122px 0px #a3aed517;
  box-shadow: 0px 7px 122px 0px #a3aed517;
}

.banner-callback__title {
  font-family: 'Montserrat-Bold';
  font-size: 30px;
  line-height: 35px;
  color: #1e1e3e;
  margin-bottom: 30px;
}

.banner-callback__title_red {
  display: none;
}

.banner-callback-from {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-callback__input-text {
  width: 298px;
}

.banner-callback__submit {
  width: 266px;
  height: 65px;
}

.options {
  width: 100%;
  padding: 100px 0;
}

.options__list {
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.options__item {
  width: 580px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 66px;
}

.options__number {
  color: #9b8bf7;
  font-family: 'Montserrat-SemiBold';
  font-size: 117px;
  line-height: 120px;
  opacity: .26;
  width: 200px;
}

.options__text {
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  line-height: 30px;
  color: #1e1e3e;
  width: 275px;
}

.options__button {
  display: none;
}

.leading {
  width: 100%;
  height: 687px;
  background: url(../images/webinar-alternativa/leading-background.jpg) no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 100;
  padding-top: 75px;
  -webkit-box-shadow: 0px 0 122px 0px #a3aed517;
  box-shadow: 0px 0 122px 0px #a3aed517;
}

.leading__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 610px;
}

.leading__name {
  font-family: 'Montserrat-SemiBold';
  font-size: 34px;
  line-height: 34px;
  color: #1e1e3e;
  margin-top: 65px;
}

.leading__list {
  margin-top: 50px;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.leading__item {
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  line-height: 30px;
  color: #1e1e3e;
  padding-left: 40px;
  position: relative;
  margin-bottom: 35px;
}

.leading__item:last-child {
  margin-bottom: 0;
}

.leading__item:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  padding: 0;
  background: #1e1e3e;
}

.leading__button {
  width: 432px;
  height: 65px;
  margin-top: 55px;
}

.leading__image-desctop {
  width: 531px;
  height: 720px;
  display: inline-block;
  position: absolute;
  bottom: -95px;
  right: 0;
}

.leading__image-mobile {
  display: none;
}

.achievements {
  padding: 140px 0 125px;
}

.achievements__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}

.achievements__item {
  width: 586px;
  height: 193px;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 13px 0px #6384d421;
  box-shadow: 0px 0px 13px 0px #6384d421;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 35px;
  margin-bottom: 30px;
}

.achievements__img {
  width: 138px;
  height: 130px;
  margin-right: 30px;
}

.achievements__text {
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  line-height: 30px;
  color: #1e1e3e;
  width: 340px;
}

.callback {
  width: 100%;
  height: 654px;
  background: url(../images/webinar-alternativa/callback-form.jpg) no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 100;
  padding-top: 70px;
  -webkit-box-shadow: 0px 0 122px 0px #a3aed517;
  box-shadow: 0px 0 122px 0px #a3aed517;
}

.callback__container {
  width: 510px;
}

.callback__title {
  font-family: 'Montserrat-Bold';
  font-size: 39px;
  line-height: 50px;
  color: #1e1e3e;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}

.callback__title_red {
  color: #f3002e;
}

.callback-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 60px;
}

.callback-form__input-text {
  width: 100%;
  margin-bottom: 22px;
}

.callback-form__submit {
  width: 100%;
  height: 65px;
}

.footer {
  width: 100%;
  height: 135px;
  background: #1e1e3e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-family: 'Montserrat-Medium';
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}

.footer__link_phone {
  font-size: 37px;
}

.footer__icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  opacity: .4;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials__link {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  background: #343456;
  margin-right: 25px;
}

.socials__link:last-child {
  margin-right: 0;
}

.socials__link:hover {
  cursor: pointer;
  background: #f2002e;
}

.socials__icon {
  width: 100%;
  height: 100%;
}

@media (max-width: 1920px) {
  .banner {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .leading {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .callback {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 980px;
  }
  .input-text {
    padding: 0 15px;
  }
  .banner {
    background-position: 38% center;
  }
  .banner-callback__input-text {
    width: 240px;
  }
  .banner-callback__submit {
    width: 230px;
  }
  .options__item {
    width: 470px;
  }
  .leading__image-desctop {
    right: -100px;
  }
  .achievements__item {
    width: 475px;
    height: auto;
  }
  .callback {
    background-position: 43% center;
  }
  .footer__link_phone {
    font-size: 30px;
  }
}

@media (max-width: 980px) {
  .container {
    max-width: 760px;
  }
  .banner-callback__title {
    text-align: center;
  }
  .banner-callback-from {
    width: 340px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
  }
  .banner-callback__input-text {
    width: 100%;
    margin-bottom: 17px;
  }
  .banner-callback__submit {
    width: 100%;
  }
  .title-h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .options {
    padding: 50px 0;
  }
  .options__list {
    margin-top: 50px;
  }
  .options__item {
    width: 100%;
    margin-bottom: 25px;
  }
  .options__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .options__item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .options__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .options__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .options__item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .options__item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .leading__image-desctop {
    display: none;
  }
  .achievements {
    padding: 50px 0;
  }
  .achievements__item {
    width: 370px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .achievements__img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .achievements__text {
    width: 100%;
    text-align: center;
  }
  .callback {
    background: #fff;
  }
  .callback__container {
    margin-right: auto;
    margin-left: auto;
  }
  .footer {
    height: auto;
    padding: 20px;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .socials {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 25px;
  }
  .footer__link_phone {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 25px;
  }
  .footer__link_site {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 290px;
  }
  .input-text {
    height: 52px;
    padding: 0 22px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .button {
    height: 60px;
    font-size: 16px;
  }
  .header {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: 50px;
    z-index: 500;
    background: #14133a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__picture {
    width: 123px;
    height: 34px;
    margin-right: 0;
  }
  .header-datetime {
    padding-right: 0;
    margin-right: 17px;
    border-right: none;
  }
  .header-datetime__date {
    font-size: 21px;
    line-height: 23px;
    color: #afa1ff;
  }
  .header-datetime__time {
    font-size: 9px;
    line-height: 14px;
    color: #ffffff;
  }
  .header-title__text-1 {
    font-size: 8px;
    line-height: 9px;
    color: #ffffff;
    letter-spacing: initial;
  }
  .header-title__text-2 {
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    letter-spacing: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 59px;
  }
  .banner {
    width: 100%;
    height: 428px;
    background: url(../images/webinar-alternativa/banner-background-mobile.jpg) no-repeat center center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    position: relative;
    z-index: 100;
  }
  .banner__container {
    padding-top: 215px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .banner-content {
    width: 105px;
    padding-top: 0;
  }
  .banner-content__background {
    width: 180px;
    height: 90px;
    background: #f3002d;
    -webkit-transform: skew(195deg);
    -ms-transform: skew(195deg);
    transform: skew(195deg);
    bottom: -9px;
    left: -37px;
  }
  .banner-description {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .banner-description__text-1 {
    font-size: 11px;
    line-height: 12px;
    margin-right: 0;
  }
  .banner-description__text-2 {
    font-size: 45px;
    line-height: 45px;
    color: #ffffff;
  }
  .banner-description__text-3 {
    font-size: 13px;
    line-height: 14px;
    color: #ffffff;
    margin-top: 0;
  }
  .banner-content__icon {
    width: auto;
    height: auto;
    border: none;
    font-size: 98px;
    line-height: 98px;
    position: absolute;
    top: -37px;
    right: -12px;
  }
  .banner-description__text-3_char {
    display: none;
  }
  .banner-title__background {
    width: 284px;
    height: 100px;
    background: #735aff;
    -webkit-transform: skew(195deg);
    -ms-transform: skew(195deg);
    transform: skew(195deg);
    bottom: -14px;
    left: -48px;
  }
  .banner-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
  }
  .banner-title__text-1 {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    margin-right: 0;
  }
  .banner-title__text-2 {
    font-size: 33px;
    line-height: 36px;
    color: #ffffff;
  }
  .banner-title__text-3 {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
  }
  .banner-callback {
    padding: 44px 0;
  }
  .banner-callback__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 39px;
    padding-bottom: 25px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
  }
  .banner-callback__title:before {
    content: '';
    width: 75px;
    height: 7px;
    display: inline-block;
    background: #f3002e;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .banner-callback__title_red {
    display: inline-block;
    color: #f3002e;
  }
  .banner-callback-from {
    width: 100%;
  }
  .options {
    padding: 40px 0 60px;
  }
  .title-h2 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 24px;
  }
  .title-h2:before {
    width: 75px;
  }
  .title-h2__red {
    color: #f3002d;
  }
  .options__list {
    margin-top: 44px;
  }
  .options__number {
    font-size: 63px;
    line-height: 63px;
    width: 100px;
  }
  .options__text {
    font-size: 14px;
    line-height: 22px;
    width: 190px;
  }
  .options__button {
    background: #735aff;
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .leading {
    background: #fff;
  }
  .leading__content {
    width: 100%;
  }
  .leading__image-mobile {
    display: inline-block;
    margin: 25px auto 0;
  }
  .leading__name {
    font-size: 17px;
    line-height: 30px;
    margin-top: 15px;
  }
  .leading__list {
    margin-top: 20px;
  }
  .leading__item {
    font-size: 15px;
    line-height: 21px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .leading__item:before {
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
  }
  .button {
    height: 60px;
    font-size: 16px;
    width: 100%;
  }
  .achievements {
    padding: 35px 0 40px;
  }
  .achievements__list {
    margin-top: 0;
    width: 100%;
    position: relative;
  }
  .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .owl-stage-outer {
    overflow: hidden;
    width: 100%;
  }
  .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 16px;
    overflow: hidden;
  }
  .achievements__item {
    width: 230px;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 16px 0px #6384d429;
    box-shadow: 0px 0px 16px 0px #6384d429;
    padding: 30px 15px 40px;
  }
  .achievements__img {
    width: 115px;
    height: 108px;
    margin-right: 0;
  }
  .achievements__text {
    font-size: 14px;
    line-height: 22px;
  }
  .owl-nav {
    width: 100%;
    position: absolute;
    z-index: 500;
  }
  .owl-prev, .owl-next {
    background: transparent;
    border: none;
    outline: none;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-top: 2px solid #1e1e3e;
    border-left: 2px solid #1e1e3e;
    position: absolute;
    top: 185px;
  }
  .owl-prev {
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .owl-next {
    right: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .owl-dot {
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    background: #dee0ec;
    margin: 0 4px;
    padding: 0;
  }
  .owl-dot.active {
    background: #f3002e;
  }
  .callback {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 60px 0;
  }
  .callback__container {
    width: 100%;
  }
  .callback__title {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    text-align: left;
    position: relative;
    padding-bottom: 25px;
  }
  .callback__title:before {
    content: '';
    width: 75px;
    height: 7px;
    display: inline-block;
    background: #f3002e;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .callback-form {
    margin-top: 36px;
  }
  .callback-form__submit {
    background: #735aff;
  }
  .socials {
    margin-bottom: 15px;
    width: 245px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .socials__link {
    width: 45px;
    height: 45px;
    margin-right: 0;
  }
  .footer__link_phone {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .footer__icon {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
  .footer__link_site {
    font-size: 15px;
  }
}
