@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  height: 100%;
  line-height: 1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
body.lock {
  overflow: hidden;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 99;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup__content {
  -webkit-transform: perspective(600px) translate(0px, 0%) rotate(0deg);
          transform: perspective(600px) translate(0px, 0%) rotate(0deg);
}
.popup__body {
  min-height: 100%;
  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;
  padding: 30px 10px;
}
.popup__content {
  background-color: #fff;
  color: #000;
  width: 100%;
  max-width: 800px;
  padding: 30px;
  position: relative;
}
.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.popup__close img {
  max-width: 25px;
}
.popup__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.popup__text {
  font-size: 15px;
}

.form-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-callback__input {
  max-width: 550px;
  width: 100%;
}
.form-callback input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #6C63FF;
  background: #FFF;
  padding-left: 20px;
}

._ibg {
  position: relative;
}
._ibg img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1370px;
  margin: 0px auto;
  padding: 0 15px;
}

.title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  background: #6C63FF;
}
.header__container {
  min-height: 146px;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 25px 0;
}
.header__bottom {
  max-width: 895px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.top-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}

.info-header__name-company {
  font-size: 24px;
  color: #fff;
}
.info-header__work-status {
  font-size: 20px;
  color: #fff;
  position: relative;
  margin-left: 10px;
}
.info-header__work-status::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #14FF00;
  left: -15px;
  top: 5px;
  -webkit-animation: blink 1s linear infinite;
          animation: blink 1s linear infinite;
}

.action-top-header__connection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.action-top-header__connection a {
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  background: #6c63ff;
  border-radius: 25%;
}
.action-top-header__connection a:hover {
  background: #000000;
}
.action-top-header__callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.callback-header__phone {
  font-size: 24px;
  color: #fff;
}
.callback-header__phone_sub {
  display: none;
  font-size: 18px;
  color: #fff;
}
.callback-header__phone_sub img {
  position: relative;
  bottom: 2px;
  padding-right: 5px;
}
.callback-header__btn {
  color: #000;
  font-size: 18px;
  padding: 14px 27px;
  border-radius: 50px;
  background: #FFF;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.callback-header__sub-btn{
  color: #000;
  font-size: 18px;
  padding: 14px 27px;
  border-radius: 50px;
  background: #FFF;
  display: none;
}
.callback-header__btn:hover {
  color: #6C63FF;
}

.menu__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
}
.menu__item:not(:last-child) {
  padding-right: 35px;
  border-right: 1px solid #fff;
}
.menu__link {
  font-size: 20px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.menu__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  -webkit-transition: width 0.6s ease 0s;
  -o-transition: width 0.6s ease 0s;
  transition: width 0.6s ease 0s;
  height: 2px;
  background-color: #fff;
}
.menu__link:hover {
  color: #fff;
}
.menu__link:hover::after {
  width: 100%;
}
.menu__sub-info {
  display: none;
}

.info-sub__name-company {
  font-size: 24px;
  color: #fff;
}
.info-sub__work-status {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-left: 15px;
}
.info-sub__work-status::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #14FF00;
  left: 0px;
  top: 5px;
  -webkit-animation: blink 1s linear infinite;
          animation: blink 1s linear infinite;
}

.cover__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  min-height: 620px;
}
.cover__image {
  max-width: 380px;
}

.content-cover__title {
  max-width: 785px;
  color: #6C63FF;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 125%;
}
.content-cover__advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}
.content-cover__text {
  font-size: 20px;
  line-height: 169.441%;
  color: #000;
  margin-bottom: 25px;
  max-width: 660px;
}
.content-cover__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.list-advantages__item {
  color: #000;
  font-size: 20px;
  position: relative;
  padding-left: 35px;
}
.list-advantages__item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #6C63FF;
  left: 0px;
  top: 5px;
}

.form-content-cover__input {
  max-width: 205px;
}
.form-content-cover__input input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #6C63FF;
  background: #FFF;
  color: #000;
  padding-left: 15px;
}
.form-content-cover__btn button {
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  background: #6C63FF;
  padding: 14px 27px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #6C63FF;
}
.form-content-cover__btn button:hover {
  background: rgba(108, 99, 255, 0.2);
  color: #000;
}

.advantages {
  background: rgba(108, 99, 255, 0.2);
  padding: 30px 0;
}
.advantages__body {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages__item {
  padding: 20px;
  border-radius: 20px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.item-advantages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.item-advantages__text {
  color: #000;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.content-advantages__image {
  max-width: 160px;
  min-height: 170px;
}
.content-advantages__title {
  max-width: 195px;
  color: #6C63FF;
  font-size: 21px;
  line-height: 102.396%;
  letter-spacing: -1.26px;
}

.about-company {
  padding: 60px 0 40px 0;
}
.about-company__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.about-company__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 660px;
}
.about-company__image {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 430px;
  overflow: hidden;
}
.about-company__image img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about-company__image img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.content-about-company__title {
  color: #6C63FF;
  text-align: left;
}
.content-about-company__text {
  font-size: 20px;
  line-height: 169.441%;
}
.content-about-company__info {
  padding: 25px 65px;
  border-radius: 50px;
  background: #6C63FF;
  font-size: 18px;
  color: #fff;
  max-width: 430px;
  line-height: normal;
}

.how {
  padding: 60px 0 70px 0;
  background: rgba(108, 99, 255, 0.2);
}
.how__title {
  margin-bottom: 40px;
  position: relative;
}
.how__title::after {
  position: absolute;
  right: -50px;
  top: -85px;
  content: url(../img/screens/up-decor.svg);
}
.how__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
  gap: 20px;
  margin-bottom: 45px;
}
.how__item {
  padding: 15px;
  border-radius: 20px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.how__launch {
  text-align: center;
  position: relative;
}
.how__launch::before {
  position: absolute;
  left: 0;
  bottom: -45px;
  content: url(../img/screens/bottom-decor.svg);
}

.item-how__labels {
  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: 15px;
}
.item-how__text {
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.label-how__number {
  color: #6C63FF;
  font-size: 36px;
  line-height: 102.396%;
  letter-spacing: -2.16px;
}
.launch-how__link {
  border-radius: 50px;
  background: #6C63FF;
  padding: 30px 104px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #6C63FF;
}
.launch-how__link:hover {
  background: rgba(108, 99, 255, 0.2);
  color: #000;
}

.official-promo {
  padding: 60px 0;
}
.official-promo__title {
  color: #6C63FF;
  margin-bottom: 60px;
}
.official-promo__image {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.official-promo__image img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.official-promo__image img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.benefits {
  padding: 60px 0;
  background: rgba(108, 99, 255, 0.2);
}
.benefits__title {
  margin-bottom: 40px;
}
.benefits__labels {
  padding: 20px 0;
  border-radius: 20px;
  background: #6C63FF;
  display: grid;
  grid-template-columns: repeat(3, 350px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.benefits__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.benefits__item {
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px #6C63FF;
          box-shadow: 0px 4px 4px 0px #6C63FF;
  padding: 20px 40px;
  display: grid;
  grid-template-columns: repeat(3, 295px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.label-benefits__item {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 102.396%;
  letter-spacing: -1.32px;
}
.label-benefits__item:nth-child(2)::before, .label-benefits__item:nth-child(2)::after {
  content: url("../img/icons/check.svg");
  position: relative;
  top: 5px;
  padding: 0 10px;
}
.label-benefits__item:nth-child(3)::before, .label-benefits__item:nth-child(3)::after {
  content: url("../img/icons/x.svg");
  position: relative;
  top: 5px;
  padding: 0 10px;
}

.item-benefits__title {
  font-weight: 600;
}
.item-benefits__text-column {
  line-height: normal;
}

.column-text__sub-label {
  display: none;
}

.how-works {
  padding: 60px 0;
}
.how-works__container {
  max-width: 880px;
}
.how-works__title {
  margin-bottom: 40px;
  color: #6C63FF;
}
.how-works__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.how-works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.item-how-works__image {
  max-width: 430px;
  -ms-flex-item-align: center;
      align-self: center;
}
.item-how-works__text {
  font-size: 20px;
  line-height: 169.441%;
  max-width: 430px;
}

.diagrams {
  padding: 60px 0;
  background: rgba(108, 99, 255, 0.2);
}
.diagrams__title {
  margin-bottom: 40px;
}
.diagrams__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 200px));
  gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.diagrams__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.item-diagrams__image {
  margin-bottom: 40px;
}
.item-diagrams__title {
  color: #6C63FF;
  font-size: 20px;
  line-height: 169.441%;
  text-align: center;
  margin-bottom: 15px;
}
.item-diagrams__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: normal;
  text-align: center;
}

.information {
  padding: 60px 0;
}
.information__container {
  max-width: 885px;
}
.information__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-bottom: 55px;
}
.information__item {
  font-size: 20px;
  line-height: 169.441%;
}
.information__item span {
  color: #6C63FF;
  font-weight: 600;
}
.information__presentation {
  text-align: center;
}

.presentation__link {
  padding: 14px 45px;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #6C63FF;
  background: #6C63FF;
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.presentation__link:hover {
  background: rgba(108, 99, 255, 0.2);
  color: #000;
}

.price {
  padding: 60px 0;
  background: rgba(108, 99, 255, 0.2);
}
.price__title {
  margin-bottom: 60px;
}
.price__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 650px;
}
.price__image {
  max-width: 500px;
  -ms-flex-item-align: center;
      align-self: center;
}

.content-price__text {
  font-size: 20px;
  line-height: 169.441%;
}
.content-price__sub-title {
  color: #6C63FF;
  font-size: 36px;
  font-weight: 700;
}

.application {
  padding-bottom: 60px;
  background: rgba(108, 99, 255, 0.2);
}
.application__title {
  margin-bottom: 30px;
}
.application__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.application__form-label {
  font-size: 20px;
  line-height: 169.441%;
  max-width: 885px;
  margin: 0 auto;
  text-align: center;
}

.form-application__input input {
  width: 280px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #6C63FF;
  background: #FFF;
  padding-left: 20px;
}
.form-application__btn button {
  width: 280px;
  height: 50px;
  border-radius: 50px;
  background: #6C63FF;
  text-align: center;
  font-size: 18px;
  color: #fff;
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  border: 1px solid #6C63FF;
}
.form-application__btn button:hover {
  background: rgba(108, 99, 255, 0.2);
  color: #000;
}

.footer {
  padding: 60px 0;
  background: #6C63FF;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.item-footer__list p {
  font-size: 18px;
  color: #fff;
}
.item-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.item-footer__logo {
  margin-bottom: 50px;
}
.item-footer__logo img {
  border-radius: 50%;
}
.item-footer__login {
  color: #fff;
}

.menu-footer__name-company {
  margin-bottom: 40px;
  font-size: 24px;
  color: #fff;
}
.menu-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.menu-footer__link {
  color: #fff;
  font-size: 18px;
}

.info-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
  margin-bottom: 20px;
}
.info-footer__social a {
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  background: #6c63ff;
  padding: 3px;
  border-radius: 25%;
}
.info-footer__social a:hover {
  background: #000000;
}
.info-footer__connection {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.info-footer__years-work {
  color: #fff;
}
.info-footer__privacy {
  color: #fff;
}

.connection-footer a {
  font-size: 18px;
  color: #fff;
}

.thankyou__container {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thankyou__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.thankyou__item {
  color: #6C63FF;
  font-size: 48px;
  font-weight: 700;
}

.callback-widget-btn {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  cursor: pointer;
}
.callback-widget-btn img {
  border-radius: 50%;
  -webkit-animation: blink 3s linear infinite;
          animation: blink 3s linear infinite;
  border: 5px solid rgba(108, 99, 255, 0.2);
}

@media (max-width: 1200px) {
  .how {
    position: relative;
  }
  .how::after {
    position: absolute;
    right: 0;
    bottom: -10%;
    content: url("../img/screens/bottom-decor.svg");
  }
  .how__title::after {
    display: none;
  }
  .how__launch::before {
    display: none;
  }
}
@media (max-width: 1150px) {
  .top-header__info {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1070px) {
  .cover {
    padding: 30px 0;
  }
  .cover__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cover__image {
    max-width: 135px;
  }
  .content-cover__title {
    max-width: 100%;
    text-align: center;
  }
  .about-company__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-company__content {
    max-width: 100%;
    text-align: center;
  }
  .content-about-company__info {
    margin: 0 auto;
  }
  .benefits__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .benefits__labels {
    display: none;
  }
  .column-text__sub-label {
    display: block;
    max-width: 250px;
    margin: 0 auto 10px auto;
    padding: 20px 0;
    background: #6C63FF;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
  }
    .column-text__sub-label img {
    position: relative;
    bottom: 3px;
    padding: 0 3px;
  }
  .item-benefits__title {
    font-size: 20px;
  }
  .item-benefits__text-column {
    text-align: center;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .menu__item:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
  .menu__sub-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .bottom-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .price__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
  .price__image {
    max-width: 300px;
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .price__content {
    max-width: 100%;
  }
  .application__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-application__input {
    max-width: 550px;
    width: 100%;
  }
  .form-application__input input {
    width: 100%;
  }
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 40px;
  }
  .callback-header__phone_sub {
    display: block;
  }
  .header {
    max-height: 165px;
  }
  .callback-header__btn {
display: none;
}
.callback-header__sub-btn{
display: block;
color: #000;
}
}
@media (max-width: 768px) {
  .form-content-cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-content-cover__input {
    max-width: 100%;
  }
  .form-content-cover__btn {
    text-align: center;
  }
  .content-cover__title {
    font-size: 35px;
  }
  .title {
    font-size: 24px;
  }
  .how-works__body {
    gap: 45px;
  }
  .how-works__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item-how-works__text {
    max-width: 100%;
  }
  .thankyou__item {
    font-size: 30px;
  }
  .content-advantages__title {
    max-width: 100%;
  }
  .item-advantages__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .launch-how__link {
    padding: 30px 50px;
  }
}
@media (max-width: 670px) {
  .how {
    position: relative;
  }
  .how::after {
    display: none;
  }
  .cover__image {
    max-width: 100px;
  }
}
@media (max-width: 580px) {
  .action-top-header__callback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .presentation__link {
    font-size: 14px;
    padding: 14px 5px;
  }
}
@media (max-width: 420px) {
.column-text__sub-label{
  font-size: 12px;
}
}
@media (max-width: 992px) {
  .menu__icon {
    z-index: 55;
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0px, -50%);
        -ms-transform: scale(1) translate(0px, -50%);
            transform: scale(1) translate(0px, -50%);
  }
  .menu__icon._active span {
    -webkit-transform: scale(0) translate(0px, -50%);
        -ms-transform: scale(0) translate(0px, -50%);
            transform: scale(0) translate(0px, -50%);
  }
  .menu__icon._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0px, -50%);
        -ms-transform: rotate(-45deg) translate(0px, -50%);
            transform: rotate(-45deg) translate(0px, -50%);
    background: #FFF;
  }
  .menu__icon._active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0px, 50%);
        -ms-transform: rotate(45deg) translate(0px, 50%);
            transform: rotate(45deg) translate(0px, 50%);
    background: #FFF;
  }
  .menu {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #6C63FF;
    padding: 100px 30px 30px 30px;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    overflow: auto;
    z-index: 50;
  }
  .menu._active {
    left: 0;
  }
  .menu__link {
    color: #fff;
  }
  .menu__arrow {
    right: 10%;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}