.title-blue {
  color: #1649FF !important;
  font-weight: 700;
}

.title-orange {
  color: #EB6F50 !important;
  font-weight: 700;
}

.title-green {
  color: #0D9A0A !important;
  font-weight: 700;
}

.title-yellow {
  color: #F7D310 !important;
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Thin.eot");
  src: url("../fonts/Gilroy/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-MediumItalic.eot");
  src: url("../fonts/Gilroy/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
svg {
  display: block;
  width: 0;
  height: 0;
  transition: 0.3s all;
  grid-template-columns: 1fr 1fr;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, html {
  background: #141B2A;
  color: #212029;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
}
body.active {
  height: 100vh;
  overflow-y: hidden;
}

h2 {
  font-size: 48px;
  line-height: 1;
  white-space: pre-line;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.43;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: 0.3s all;
}

ul {
  list-style: none;
}
ul li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 20px;
  line-height: 1.68;
  font-size: 15px;
}
ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

ol {
  margin: 0;
  padding-left: 22px;
}
ol li {
  margin-bottom: 24px;
  line-height: 1.68;
}
ol li:last-child {
  margin-bottom: 0;
}

p {
  line-height: 1.6;
}
@media (max-width: 1000px) {
  p {
    font-size: 14px;
  }
}

input,
textarea {
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background: #3B414E;
  border-radius: 10px;
  border: none;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  transition: all linear 0.1s;
}
@media (max-width: 576px) {
  input,
  textarea {
    height: 50px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff;
}
input::placeholder,
textarea::placeholder {
  color: #ffffff;
}
input:focus,
textarea:focus {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

input:focus {
  background-color: #ffffff;
}

input::-moz-placeholder {
  color: #A6AEB9;
  opacity: 1;
}

input::placeholder {
  color: #A6AEB9;
  opacity: 1;
}

input,
textarea,
select,
input:active,
textarea:active {
  outline: none transparent !important;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -moz-outline: none !important;
  font-family: "Gilroy", sans-serif;
}

textarea {
  overflow: auto;
  min-height: 150px;
  padding: 20px;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset],
input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

a:active, a:focus, div:active, div:focus, button:active, button:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: "Gilroy", sans-serif;
}

.inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.content {
  width: 100%;
  max-width: 1435px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}

.img {
  display: flex;
  overflow: hidden;
  position: relative;
}
.img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  display: block;
  width: 100%;
}

.button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-family: "Gilroy", sans-serif;
  height: 60px;
  min-width: 170px;
  border: 0px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  transition: all linear 0.3s;
}
@media (max-width: 576px) {
  .button {
    height: 50px;
    font-size: 16px;
  }
}
.button--blue {
  background-color: #1649FF;
}
.button--gray {
  background-color: #3B414E;
}
.button--lightblue {
  background: #5992FF;
}
.button--lightblue:hover {
  background-color: #212029;
  color: #ffffff;
}
.button--white {
  background-color: #ffffff;
  color: #1649FF;
}
.button--white:hover {
  background-color: #212029;
  color: #ffffff;
}
.button--orange {
  background-color: #EB6F50;
}

/* nav-icon-5 */
.nav-open {
  width: 21px;
  height: 15px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.nav-open span {
  background-color: #1649FF;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 3px;
  transition-duration: 500ms;
}

.nav-open span:nth-child(1) {
  top: 0px;
  left: 0px;
}

.nav-open span:nth-child(2) {
  top: 6px;
  left: 0px;
  opacity: 1;
}

.nav-open span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.nav-open.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 6px;
}

.nav-open.open span:nth-child(2) {
  opacity: 0;
}

.nav-open.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 6px;
}

.subscribe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1309px;
  margin: 0 auto;
  padding: 40px 50px;
  background-color: #1649FF;
  box-shadow: 0px 192px 77px rgba(24, 55, 88, 0.03), 0px 108px 65px rgba(24, 55, 88, 0.1), 0px 48px 48px rgba(24, 55, 88, 0.17), 0px 12px 26px rgba(24, 55, 88, 0.2), 0px 0px 0px rgba(24, 55, 88, 0.2);
  border-radius: 30px;
  color: #ffffff;
}
@media (max-width: 1300px) {
  .subscribe {
    padding: 40px 35px;
  }
}
@media (max-width: 850px) {
  .subscribe {
    flex-direction: column;
    align-items: center;
    padding: 40px 15px;
  }
}
.subscribe-big {
  max-width: 1601px;
  margin: 50px auto;
}
.subscribe__title {
  font-size: 36px;
  line-height: 1.11;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .subscribe__title {
    font-size: 30px;
    margin-right: 20px;
  }
}
@media (max-width: 850px) {
  .subscribe__title {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .subscribe__title {
    font-size: 24px;
  }
}
.subscribe__buttons {
  display: flex;
}
@media (max-width: 576px) {
  .subscribe__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.subscribe__btn {
  width: 160px;
  min-width: 160px;
}
@media (max-width: 576px) {
  .subscribe__btn {
    min-width: 251px;
    margin-bottom: 20px;
  }
}
.subscribe__question {
  width: 251px;
  margin-left: 20px;
}
@media (max-width: 576px) {
  .subscribe__question {
    margin-left: 0;
  }
}

.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding: 23px 0;
}
@media (max-width: 576px) {
  .header {
    display: none;
  }
}
.header.active {
  background-color: #ffffff;
}
.header__inline {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .header__inline {
    align-items: flex-start;
  }
}
.header .content {
  max-width: 1795px;
}
.header__list {
  display: none;
  margin-left: 145px;
}
@media (max-width: 1000px) {
  .header__list {
    margin-left: 30px;
  }
}
@media (max-width: 900px) {
  .header__list {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}
.header__list.active {
  display: flex;
}
.header__item {
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 900px) {
  .header__item {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.header__item a:hover {
  color: #1649FF;
}

.offer {
  position: relative;
  margin-bottom: 48px;
  padding: 92px 0 77px;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 1100px) {
  .offer {
    padding: 35px 0 77px;
  }
}
@media (max-width: 576px) {
  .offer {
    padding: 15px 0 77px;
  }
}
.offer__inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .offer__inline {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.offer__main {
  flex: 0 1 692px;
  padding-top: 40px;
  padding-left: 3px;
  margin-right: 20px;
}
@media (max-width: 1100px) {
  .offer__main {
    flex: 0 1 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.offer__pretitle {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.15;
}
@media (max-width: 576px) {
  .offer__pretitle {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.offer__title {
  margin-bottom: 17px;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  white-space: pre-line;
}
@media (max-width: 1200px) {
  .offer__title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .offer__title {
    font-size: 35px;
    white-space: normal;
  }
}
@media (max-width: 420px) {
  .offer__title {
    font-size: 30px;
  }
}
.offer__subtitle {
  margin-top: -3px;
  margin-bottom: 65px;
  color: #1649FF;
  font-size: 30px;
  line-height: 1.16;
}
@media (max-width: 1200px) {
  .offer__subtitle {
    font-size: 25px;
  }
}
@media (max-width: 1100px) {
  .offer__subtitle {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .offer__subtitle {
    font-size: 20px;
  }
}
.offer__video {
  position: relative;
  z-index: 15;
  border-radius: 30px;
  overflow: hidden;
  /* height: 412px; */
}
@media (max-width: 1100px) {
  .offer__video {
    max-width: 900px;
    margin: 0 auto;
    /* height: 500px !important; */
  }
}
@media (max-width: 768px) {
  .offer__video {
    border-radius: 20px;
    /* height: 412px !important; */
  }
}
@media (max-width: 576px) {
  .offer__video {
    /* height: 350px !important; */
  }
}
@media (max-width: 420px) {
  .offer__video {
    /* height: 290px !important; */
  }
}
.offer__video-wrap {
  position: relative;
  z-index: 10;
}
.offer__video-wrap::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 24px;
  width: 95%;
  height: 80%;
  border-radius: 30px;
  box-shadow: 2px 25px 18px -4px rgba(33, 32, 41, 0.36);
}
@media (max-width: 1100px) {
  .offer__video-wrap::before {
    height: 440px;
    width: 100%;
    max-width: 900px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .offer__video-wrap::before {
    border-radius: 20px;
    /* height: 340px; */
  }
}
@media (max-width: 576px) {
  .offer__video-wrap::before {
    /* height: 280px; */
  }
}
@media (max-width: 576px) {
  .offer__video-wrap::before {
    /* height: 230px; */
  }
}
.offer__video iframe {
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  min-width: 100%;
  min-height: 100%;
}
.offer__aside {
  position: relative;
  flex: 0 1 670px;
}
@media (max-width: 1200px) {
  .offer__aside {
    flex: 0 1 500px;
  }
}
@media (max-width: 1100px) {
  .offer__aside {
    flex: 0 1 100%;
  }
}
.offer__aside::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: -92px;
  left: 30px;
  width: 784px;
  height: 907px;
  background-color: #1649FF;
}
@media (max-width: 1100px) {
  .offer__aside::before {
    display: none;
  }
}
.offer__note {
  position: relative;
  z-index: 5;
  padding: 60px 30px 37px 60px;
  border-radius: 30px;
  background-color: #212029;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .offer__note {
    padding: 60px 30px 37px 55px;
  }
}
@media (max-width: 1100px) {
  .offer__note {
    padding: 60px 55px 70px 55px;
  }
}
@media (max-width: 576px) {
  .offer__note {
    padding: 60px 25px 35px 25px;
  }
}
@media (max-width: 420px) {
  .offer__note {
    padding: 60px 15px 35px 15px;
  }
}
.offer__note::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: -14px;
  left: 58px;
  width: 35px;
  height: 27px;
  background-image: url(../img/layout/general/quotes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
}
@media (max-width: 1200px) {
  .offer__note::before {
    top: 20px;
  }
}
@media (max-width: 576px) {
  .offer__note::before {
    left: 25px;
  }
}
.offer__note::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -66px;
  left: 30px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  border-right: none;
  border-top: none;
}
@media (max-width: 1200px) {
  .offer__note::after {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    height: 92%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 730px) {
  .offer__note::after {
    height: 94%;
  }
}

@media (max-width: 576px) {
  .offer__note::after {
    display: none;
  }
}
.offer__desc {
  margin-bottom: 35px;
}
@media (max-width: 1100px) {
  .offer__desc {
    margin-bottom: 35px;
  }
}
.offer__desc p {
  margin-bottom: 14px;
  /* font-size: 15px; */
  line-height: 1.5;
  text-align: justify;
}
@media(max-width:1350px){
  .offer__desc p {
    font-size: 15px;
  }
}
@media(max-width:1200px){
  .offer__desc p {
    font-size: 14px;
  }
}
@media(max-width:1100px){
  .offer__desc p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .offer__desc p {
    margin-bottom: 16px;
    text-align: left;
  }
}
@media(max-width:450px){
  .offer__desc p {
    font-size: 14px;
  }
}
.offer__desc p:last-child {
  margin-bottom: 0;
}
.offer__buttons {
  position: relative;
  z-index: 5;
  display: flex;
}
@media (max-width: 576px) {
  .offer__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.offer__question {
  width: 265px;
  margin-left: 15px;
}
@media (max-width: 576px) {
  .offer__question {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .offer__subscribe {
    width: 265px;
    margin-bottom: 20px;
  }
}

.programm {
  position: relative;
  z-index: 10;
  color: #ffffff;
  margin-bottom: -80px;
}
.programm__note {
  margin-bottom: 70px;
  padding: 41px 30px 50px 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
}
@media (max-width: 1000px) {
  .programm__note {
    padding: 40px 25px;
  }
}
@media (max-width: 576px) {
  .programm__note {
    padding: 35px 15px;
  }
}
.programm__note-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .programm__note-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
  }
}
.programm__note-head h2 {
  font-size: 35px;
  line-height: 1.14;
}
@media (max-width: 1000px) {
  .programm__note-head h2 {
    font-size: 25px;
  }
}
.programm__note img {
  flex-shrink: 0;
  width: 80px;
  margin-right: 27px;
}
@media (max-width: 1000px) {
  .programm__note img {
    width: 60px;
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .programm__note img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.programm__main {
  padding-top: 21px;
}
.programm__main p {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 1000px) {
  .programm__main p {
    font-size: 16px;
  }
}
.programm__main p:last-child {
  margin-bottom: 0;
}
.programm__main .text-blue {
  color: #1649FF;
  font-weight: 700;
}
.programm__main .text-orange {
  color: #EB6F50;
  font-weight: 700;
}
.programm__main .text-green {
  color: #0D9A0A;
  font-weight: 700;
}
.programm__main .text-yellow {
  color: #F7D310;
  font-weight: 700;
}
.programm__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1306px;
  margin: 0 auto;
  margin-bottom: 52px;
}
@media (max-width: 850px) {
  .programm__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
}
.programm__list::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1568px;
  height: 230px;
  border-radius: 100px/50px;
  background-image: linear-gradient(90.08deg, #1649FF 0.11%, #DC06C8 99.97%);
  opacity: 0.2;
  filter: blur(100px);
}
.programm__item {
  position: relative;
  z-index: 5;
  flex: 0 1 396px;
  padding: 59px 60px 30px;
  border-radius: 30px;
  background: #1D263B;
}
@media (max-width: 1300px) {
  .programm__item {
    flex: 0 1 32%;
    width: 32%;
    padding: 54px 35px 30px;
  }
}
@media (max-width: 1100px) {
  .programm__item {
    padding: 50px 15px 30px;
  }
}
@media (max-width: 850px) {
  .programm__item {
    flex: 0 1 32%;
    width: 450px;
    margin-bottom: 30px;
    padding: 50px 25px 30px;
  }
}
@media (max-width: 480px) {
  .programm__item {
    width: 100%;
    padding: 50px 15px 30px;
  }
}
.programm__item:first-child .programm__item-title {
  color: #1649FF;
}
.programm__item:nth-child(2) {
  flex: 0 1 446px;
  padding: 59px 83px 43px;
}
@media (max-width: 1300px) {
  .programm__item:nth-child(2) {
    flex: 0 1 32%;
    width: 32%;
    padding: 54px 35px 30px;
  }
}
@media (max-width: 1100px) {
  .programm__item:nth-child(2) {
    padding: 50px 15px 30px;
  }
}
@media (max-width: 850px) {
  .programm__item:nth-child(2) {
    flex: 0 1 32%;
    width: 450px;
    padding: 50px 25px 30px;
  }
}
@media (max-width: 480px) {
  .programm__item:nth-child(2) {
    width: 100%;
    padding: 50px 15px 30px;
  }
}
.programm__item:nth-child(2) .programm__item-title {
  background: #FF95CA;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.programm__item:last-child {
  flex: 0 1 407px;
}
@media (max-width: 1300px) {
  .programm__item:last-child {
    flex: 0 1 32%;
    width: 32%;
  }
}
@media (max-width: 850px) {
  .programm__item:last-child {
    flex: 0 1 32%;
    width: 450px;
  }
}
@media (max-width: 480px) {
  .programm__item:last-child {
    width: 100%;
    padding: 50px 15px 30px;
  }
}
.programm__item:last-child .programm__item-title {
  color: #0D9A0A;
}
.programm__item-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  /* white-space: pre-line; */
}
@media (max-width: 1300px) {
  .programm__item-title {
    font-size: 20px;
  }
}
.programm__item p {
  margin-bottom: 20px;
  line-height: 1.31;
  font-weight: 700;
  white-space: pre-line;
}
@media (max-width: 1300px) {
  .programm__item p {
    white-space: normal;
  }
}
.programm__item p:last-child {
  margin-bottom: 0;
}
.programm__ico {
  position: absolute;
  width: 60px;
  right: 27px;
  top: -20px;
}
@media (max-width: 1300px) {
  .programm__ico {
    top: -30px;
  }
}
@media (max-width: 1100px) {
  .programm__ico {
    width: 40px;
    top: -15px;
  }
}
.programm__desc-gray {
  font-weight: 400 !important;
  color: #99A6C6;
}

.stage {
  position: relative;
  max-width: 1598px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .stage {
    border-radius: 10px;
  }
}
.stage-margined {
  margin-top: 134px;
  z-index: 2;
}
@media (max-width: 1450px) {
  .stage-margined {
    margin-top: 70px;
  }
}
.stage-margined .content {
  position: relative;
  z-index: 5;
}
.stage-margined::before {
  content: "";
  position: absolute;
  top: -84px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1407px;
  height: 84px;
  border: 1px solid rgba(0, 119, 255, 0.3);
  border-radius: 30px 30px 0 0;
  border-bottom: none;
}
@media (max-width: 1450px) {
  .stage-margined::before {
    display: none;
  }
}
.stage h2 {
  font-size: 48px;
  line-height: 1;
  white-space: pre-line;
  text-align: left;
}
@media (max-width: 1300px) {
  .stage h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .stage h2 {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .stage h2 {
    font-size: 26px;
  }
}
.stage p {
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 1000px) {
  .stage p {
    margin-bottom: 13px;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .stage p {
    margin-bottom: 13px;
    font-size: 14px;
  }
}
.stage p:last-child {
  margin-bottom: 0;
}
.stage ul {
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .stage ul {
    margin-bottom: 17px;
  }
}
.stage ul li {
  margin-bottom: 0;
  padding-left: 27px;
  line-height: 1.55;
  font-size: 18px;
}
@media (max-width: 768px) {
  .stage ul li {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .stage ul li {
    font-size: 14px;
  }
}
.stage ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #212029;
}
.stage__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 62px 50px 53px 57px;
  border: 1px solid rgba(22, 73, 255, 0.3);
  border-radius: 0px 0px 30px 30px;
}
@media (max-width: 1300px) {
  .stage__head {
    padding: 62px 25px 53px 25px;
  }
}
@media (max-width: 1000px) {
  .stage__head {
    flex-wrap: wrap;
    padding: 35px 50px 53px 57px;
  }
}
@media (max-width: 768px) {
  .stage__head {
    padding: 35px 15px 35px 15px;
    border-radius: 0px 0px 15px 15px;
  }
}
.stage__head-padding {
  padding-top: 153px;
}
@media (max-width: 1000px) {
  .stage__head-padding {
    padding-top: 120px;
  }
}
.stage__head-main {
  flex: 0 1 510px;
}
@media (max-width: 1000px) {
  .stage__head-main {
    flex: 0 1 100%;
    margin-bottom: 25px;
  }
}
.stage__head-pretitle {
  margin-bottom: 15px;
  color: #0077FF;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .stage__head-pretitle {
    font-size: 26px;
  }
}
.stage__head-desc {
  flex: 0 1 754px;
  margin-left: 20px;
  margin-top: -2px;
}
@media (max-width: 1000px) {
  .stage__head-desc {
    flex: 0 1 100%;
    margin-left: 0;
  }
}
.stage__item {
  position: relative;
  z-index: 5;
  padding: 50px 0 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .stage__item {
    padding: 30px 0;
  }
}
.stage__inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 42px;
}
@media (max-width: 1100px) {
  .stage__inline {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.stage__main {
  flex: 0 1 807px;
  padding-top: 15px;
}
@media (max-width: 1100px) {
  .stage__main {
    flex: 0 1 100%;
    order: 1;
    margin-bottom: 25px;
  }
}
.stage__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .stage__top {
    margin-bottom: 20px;
  }
}
.stage__pretitle {
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .stage__pretitle {
    font-size: 20px;
  }
}
.stage__pretitle-blue {
  color: #1649FF;
}
.stage__title {
  font-size: 40px;
  line-height: 1.25;
  white-space: pre-line;
}
@media (max-width: 1300px) {
  .stage__title {
    font-size: 35px;
    margin-right: 15px;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .stage__title {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .stage__title {
    font-size: 22px;
  }
}
.stage__social {
  display: block;
  width: 80px;
  min-width: 80px;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .stage__social {
    width: 60px;
    min-width: 60px;
  }
}
.stage__desc p {
  margin-bottom: 25px;
  line-height: 1.33;
}
@media (max-width: 1000px) {
  .stage__desc p {
    margin-bottom: 15px;
  }
}
.stage__benefits {
  margin-bottom: 27px;
  padding: 27px 32px 45px;
  border: 3px solid #1649FF;
  border-radius: 30px;
}
@media (max-width: 1000px) {
  .stage__benefits {
    padding: 27px 15px 45px;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .stage__benefits {
    padding: 27px 15px;
  }
}
.stage__benefits-title {
  margin-bottom: 26px;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 1000px) {
  .stage__benefits-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.stage__benefits ul {
  margin-bottom: 0;
}
.stage__benefits ul li {
  margin-bottom: 18px;
  padding-left: 15px;
  line-height: 1.3;
  text-align: justify;
}
@media (max-width: 1000px) {
  .stage__benefits ul li {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media (max-width: 420px) {
  .stage__benefits ul li {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: left;
  }
}
.stage__benefits ul li:last-child {
  margin-bottom: 0;
}
.stage__benefits ul li::before {
  left: 0;
}
.stage .swiper-pagination {
  text-align: left;
  bottom: 0 !important;
  left: 10px !important;
  width: 260px !important;
}
.stage .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 0 8px !important;
}
.stage .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #1649FF;
  opacity: 1;
}
.stage .swiper__buttons {
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stage .swiper-button-next,
.stage .swiper-button-prev {
  position: static !important;
  margin-top: 0 !important;
  height: 15px;
  width: 31px;
  background-size: 31px;
  font-size: 0 !important;
  color: transparent !important;
  background-repeat: no-repeat;
}
.stage .swiper-button-prev {
  background-image: url(../img/layout/general/slide-prev.svg);
  background-position: left bottom;
}
.stage .swiper-button-next {
  background-image: url(../img/layout/general/slide-next.svg);
  background-position: left top;
}
.stage__gallery {
  width: 564px;
  flex: 0 1 546px;
  margin-left: 20px;
}
@media (max-width: 1100px) {
  .stage__gallery {
    order: 2;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .stage__gallery {
    width: 100%;
  }
}
.stage__gallery-left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 1100px) {
  .stage__gallery-left {
    margin-right: 0;
  }
}
.stage__gallery-left .swiper-pagination {
  text-align: right !important;
  right: 10px !important;
  left: auto !important;
}
.stage__gallery-left .swiper__buttons {
  right: auto;
  left: 5px;
}
.stage .swiper-1,
.stage .swiper-2 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 10px 50px;
}
.stage .swiper-slide {
  height: 490px;
  border-radius: 30px;
  border: 10px solid #EFEFEF;
  box-shadow: 2px 25px 18px -4px rgba(33, 32, 41, 0.2);
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .stage .swiper-slide {
    height: 85.07vw;
    border-radius: 10px;
  }
}
.stage .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.plane {
  position: relative;
  z-index: 1;
  margin: 100px 0;
}
@media (max-width: 1000px) {
  .plane {
    margin: 55px 0;
  }
}
.plane::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1568px;
  height: 230px;
  border-radius: 100px/50px;
  background-image: linear-gradient(90.08deg, #1649FF 0.11%, #DC06C8 99.97%);
  opacity: 0.2;
  filter: blur(100px);
}
.plane__heading {
  display: flex;
  justify-content: space-between;
  min-height: 397px;
  padding: 50px 73px 0 122px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .plane__heading {
    padding: 50px 35px 0 35px;
  }
}
@media (max-width: 1150px) {
  .plane__heading {
    display: block;
    align-items: flex-start;
  }
}
@media (max-width: 800px) {
  .plane__heading {
    min-height: auto;
    padding-bottom: 30px;
    padding: 35px 20px;
    border-radius: 10px 10px 0 0;
  }
}
.plane__title {
  margin-right: 20px;
  font-size: 48px;
  line-height: 1;
  white-space: pre-line;
}
@media (max-width: 1300px) {
  .plane__title {
    font-size: 40px;
  }
}
@media (max-width: 1150px) {
  .plane__title {
    margin-right: 0;
    margin-bottom: 20px;
    white-space: normal;
  }
}
@media (max-width: 800px) {
  .plane__title {
    font-size: 30px;
  }
}
.plane__desc {
  flex: 0 1 728px;
}
@media (max-width: 1150px) {
  .plane__desc {
    flex: 0 1 100%;
  }
}
.plane__desc p {
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 1.33;
}
.plane__desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1150px) {
  .plane__desc p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.plane__wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 70px;
  border-radius: 30px;
  background-color: #1649FF;
}
@media (max-width: 800px) {
  .plane__wrap {
    padding-top: 45px;
    border-radius: 0;
  }
}
.plane__inline {
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
  border-radius: 0 0 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
}
@media (max-width: 800px) {
  .plane__inline {
    flex-wrap: wrap;
    border: none;
    padding-bottom: 0;
  }
}
.plane .card {
  flex: 0 1 585px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -153px;
  margin-right: 31px;
  padding: 40px 45px 50px 63px;
  box-shadow: 0px 179px 72px rgba(0, 0, 0, 0.03), 0px 101px 60px rgba(0, 0, 0, 0.1), 0px 45px 45px rgba(0, 0, 0, 0.17), 0px 11px 25px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
@media (max-width: 1150px) {
  .plane .card {
    margin-top: -130px;
    padding: 40px 25px 30px 35px;
  }
}
@media (max-width: 800px) {
  .plane .card {
    flex: 0 1 500px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .plane .card {
    padding: 40px 15px 30px 20px;
  }
}
.plane .card:last-child {
  margin-right: 0;
}
@media (max-width: 800px) {
  .plane .card:last-child {
    margin-bottom: 0;
  }
}
.plane .card__white {
  background-color: #ffffff;
}
.plane .card__gray {
  background-color: #1D263B;
}
.plane .card__gray .card__pretitle {
  color: #ffffff;
}
.plane .card__gray .card__title {
  color: #EB6F50;
}
.plane .card__gray .card__price-actual {
  color: #ffffff;
}
.plane .card__gray .card__item {
  border-bottom: none;
  color: #99A6C6;
}
.plane .card__gray .card__add .card__item {
  color: #EB6F50;
}
.plane .card__pretitle {
  width: 100%;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 480px) {
  .plane .card__pretitle {
    font-size: 18px;
  }
}
.plane .card__title {
  margin-bottom: 34px;
  width: 100%;
  color: #1649FF;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 480px) {
  .plane .card__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.plane .card__price {
  width: 100%;
  margin-bottom: 27px;
  text-align: center;
}
@media (max-width: 1000px) {
  .plane .card__price {
    margin-bottom: 15px;
  }
}
.plane .card__price-old {
  margin-bottom: 10px;
  color: #99A6C6;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-decoration: line-through;
}
.plane .card__price-actual {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  margin-top: auto;
}
@media (max-width: 1000px) {
  .plane .card__price-actual {
    font-size: 35px;
  }
}
.plane .card__list {
  margin-bottom: 32px;
}
.plane .card__item {
  display: flex;
  align-items: center;
  min-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
}
@media (max-width: 1150px) {
  .plane .card__item {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .plane .card__item {
    min-height: auto;
    padding: 5px 0;
    font-size: 14px;
  }
}
.plane .card__item-number {
  flex-shrink: 0;
  width: 55px;
  margin-right: 30px;
}
@media (max-width: 1150px) {
  .plane .card__item-number {
    margin-right: 15px;
    width: 45px;
  }
}
.plane .card__bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 1150px) {
  .plane .card__bottom {
    flex-direction: column;
    align-items: center;
  }
}
.plane .card__bottom .button {
  min-width: 206px;
}
@media (max-width: 1150px) {
  .plane .card__bottom .button {
    min-width: 290px;
  }
}
@media (max-width: 420px) {
  .plane .card__bottom .button {
    min-width: 100%;
  }
}
.plane .card__choose {
  margin-right: 16px;
}
.plane .card__choose:hover {
  background-color: #1665FF;
}
@media (max-width: 1150px) {
  .plane .card__choose {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.plane .card__question:hover {
  background-color: #50586A;
}

.insurance {
  margin-bottom: 100px;
}
.insurance .content {
  max-width: 1600px;
  padding: 0;
}
.insurance__wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 54px 51px 65px 154px;
  background: #1D263B;
  border-radius: 30px;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .insurance__wrap {
    padding: 54px 51px 65px 50px;
  }
}
@media (max-width: 1100px) {
  .insurance__wrap {
    padding: 54px 25px 65px 25px;
  }
}
@media (max-width: 850px) {
  .insurance__wrap {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 15px;
    padding: 54px 25px 45px 25px;
  }
}
.insurance__wrap::before {
  content: "";
  position: absolute;
  top: -248px;
  left: -300px;
  width: 957px;
  height: 432px;
  background-image: linear-gradient(90.08deg, #F17842 0.11%, #DC06C8 45.36%, #4F96E4 99.97%);
  opacity: 0.2;
  filter: blur(100px);
  border-radius: 100px/50px;
}
.insurance__img {
  flex-shrink: 0;
  width: 360px;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .insurance__img {
    width: 320px;
  }
}
@media (max-width: 1100px) {
  .insurance__img {
    width: 250px;
  }
}
@media (max-width: 850px) {
  .insurance__img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.insurance__main {
  flex: 0 1 954px;
}
@media (max-width: 850px) {
  .insurance__main {
    flex: 0 1 100%;
  }
}
.insurance__title {
  margin-bottom: 23px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  white-space: pre-line;
}
@media (max-width: 1200px) {
  .insurance__title {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  .insurance__title {
    font-size: 30px;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .insurance__title {
    font-size: 24px;
  }
}
.insurance__subtitle {
  margin-bottom: 58px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .insurance__subtitle {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .insurance__subtitle {
    font-size: 16px;
  }
}
.insurance__desc p {
  margin-bottom: 25px;
  color: #99A6C6;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}
@media (max-width: 1200px) {
  .insurance__desc p {
    margin-bottom: 15px;
  }
}
@media (max-width: 850px) {
  .insurance__desc p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .insurance__desc p {
    font-size: 14px;
  }
}
.insurance__desc p:last-child {
  margin-bottom: 0;
}

.authors {
  position: relative;
  margin-bottom: 100px;
}
.authors__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.33;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .authors__title {
    font-size: 40px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .authors__title {
    font-size: 30px;
    height: 100px;
    padding-bottom: 0;
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 420px) {
  .authors__title {
    font-size: 24px;
  }
}
.authors__wrap {
  position: relative;
  max-width: 1600px;
  height: 562px;
  margin: 0 auto;
  border-radius: 30px;
  background: #1D263B;
}
@media (max-width: 768px) {
  .authors__wrap {
    height: 450px;
  }
}
@media (max-width: 567px) {
  .authors__wrap {
    height: 380px;
  }
}
.authors__wrap .content {
  position: relative;
  z-index: 5;
  height: 100%;
}
.authors__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.authors__bg::before {
  content: "";
  position: absolute;
  top: -248px;
  left: -200px;
  width: 957px;
  height: 432px;
  background-image: linear-gradient(90.08deg, #F17842 0.11%, #DC06C8 45.36%, #4F96E4 99.97%);
  opacity: 0.2;
  filter: blur(100px);
  border-radius: 100px/50px;
}
.authors__bg::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -350px;
  width: 957px;
  height: 432px;
  background-image: linear-gradient(90.08deg, #F17842 0.11%, #DC06C8 45.36%, #4F96E4 99.97%);
  opacity: 0.2;
  filter: blur(100px);
  border-radius: 100px/50px;
}
.authors__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 513px;
  padding: 100px 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
  border-radius: 0 0 30px 30px;
  color: #ffffff;
}
@media (max-width: 1000px) {
  .authors__inner {
    padding: 55px 25px;
  }
}
@media (max-width: 768px) {
  .authors__inner {
    height: 420px;
  }
}
@media (max-width: 567px) {
  .authors__inner {
    height: 350px;
  }
}
.authors__img {
  position: absolute;
  bottom: -50px;
  left: 53%;
  transform: translateX(-50%);
  width: 706px;
}
@media (max-width: 1000px) {
  .authors__img {
    width: 70.6vw;
  }
}
@media (max-width: 768px) {
  .authors__img {
    bottom: -30px;
  }
}
@media (max-width: 420px) {
  .authors__img {
    width: 290px;
  }
}
.authors__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
}
.authors__info-right {
  align-items: flex-end;
  text-align: right;
}
.authors__name {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .authors__name {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.authors__arrow {
  width: 30px;
}
.authors__only-left {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 160px;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(250%);
  padding-bottom: 52px;
  border-radius: 30px;
  background: #1D263B;
  color: #ffffff;
  transition: 0.3s all;
}
@media (max-width: 1000px) {
  .authors__only-left {
    border-radius: 15px;
    padding-bottom: 35px;
    top: 100px;
  }
}
.authors__only-left.active {
  transform: translateX(-50%);
}
.authors__only-right {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 160px;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-250%);
  padding-bottom: 52px;
  border-radius: 30px;
  background: #1D263B;
  color: #ffffff;
  transition: 0.3s all;
}
@media (max-width: 1000px) {
  .authors__only-right {
    border-radius: 15px;
    padding-bottom: 35px;
    top: 100px;
  }
}
.authors__only-right .authors__only-img {
  left: auto;
  right: -41px;
  bottom: -51px;
}
@media (max-width: 1550px) {
  .authors__only-right .authors__only-img {
    right: 0;
  }
}
@media (max-width: 1000px) {
  .authors__only-right .authors__only-img {
    bottom: -30px;
  }
}
.authors__only-right .authors__only-inner {
  padding-left: 0;
  padding-right: 470px;
}
@media (max-width: 1000px) {
  .authors__only-right .authors__only-inner {
    padding-top: 35px;
    padding-right: 400px;
  }
}
@media (max-width: 768px) {
  .authors__only-right .authors__only-inner {
    padding: 35px 15px;
  }
}
@media (max-width: 768px) {
  .authors__only-right .authors__only-inner .authors__first-close {
    align-items: flex-start;
  }
}
.authors__only-right .authors__only-main {
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .authors__only-right .authors__only-main {
    padding-left: 0;
  }
}
.authors__only-right.active {
  transform: translateX(-50%);
}
.authors__only.active {
  transform: translateX(-50%);
}
.authors__only-inner {
  display: flex;
  padding-top: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
  border-radius: 0 0 30px 30px;
  color: #ffffff;
  padding-left: 470px;
}
@media (max-width: 1000px) {
  .authors__only-inner {
    padding-top: 35px;
    padding-left: 400px;
  }
}
@media (max-width: 768px) {
  .authors__only-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 35px 15px;
    border-radius: 0 0 15px 15px;
  }
}
.authors__only-img {
  position: absolute;
  left: -41px;
  bottom: -51px;
  flex-shrink: 0;
  width: 450px;
}
@media (max-width: 1550px) {
  .authors__only-img {
    left: 0;
  }
}
@media (max-width: 1000px) {
  .authors__only-img {
    width: 380px;
  }
}
@media (max-width: 768px) {
  .authors__only-img {
    order: -1;
    position: static;
    width: 190px;
    margin-bottom: 35px;
  }
}
.authors__only-main {
  flex: 0 1 878px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .authors__only-main {
    padding-right: 0;
  }
}
.authors__only-desc {
  margin-top: 25px;
}
.authors__only-desc p {
  margin-bottom: 20px;
  color: #99A6C6;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .authors__only-desc p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.authors__only-desc ul {
  margin-bottom: 20px;
}
.authors__only-desc ul li {
  margin-bottom: 0;
  padding-left: 0;
  color: #99A6C6;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
}

.reviewes {
  max-width: 1600px;
  margin: 0 auto;
  padding: 47px 0 108px 50px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 1500px) {
  .reviewes {
    padding: 47px 0 108px 0;
  }
}
@media (max-width: 1000px) {
  .reviewes {
    padding: 47px 0 55px 0;
    border-radius: 15px;
  }
}
.reviewes__title {
  margin-bottom: 77px;
  font-size: 48px;
  line-height: 1;
  white-space: pre-line;
  text-align: center;
}
@media (max-width: 1000px) {
  .reviewes__title {
    margin-bottom: 45px;
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .reviewes__title {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .reviewes__title {
    font-size: 25px;
  }
}
.reviewes .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.reviewes .swiper-slide {
  background-size: cover;
  background-position: center;
}
.reviewes .gallery-top {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.reviewes .gallery-thumbs {
  box-sizing: border-box;
  max-width: 1120px;
  margin: 0 auto;
  height: 150px;
  margin-bottom: 45px;
  padding: 0 10px;
  padding-bottom: 50px;
}
@media (max-width: 1500px) {
  .reviewes .gallery-thumbs {
    margin-bottom: 0;
  }
}
.reviewes .gallery-thumbs .swiper-slide {
  position: relative;
  height: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviewes .gallery-thumbs .swiper-slide::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 3px;
  background-color: #1649FF;
}
.reviewes .gallery-thumbs .swiper-slide-thumb-active {
  transform: scale(1.2);
}
.reviewes .gallery-thumbs .swiper-slide-thumb-active::before {
  display: block;
}
.reviewes .gallery-thumbs .swiper-slide-thumb-active .reviewes__avatar {
  border: 5px solid #1649FF;
}
.reviewes__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 83px;
  border-radius: 50px;
  border: 2px dashed #1649FF;
}
.reviewes__avatar-img {
  width: 67px;
  height: 67px;
  border-radius: 50px;
  overflow: hidden;
}
.reviewes__name {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 420px) {
  .reviewes__name {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.reviewes__company {
  margin-bottom: 38px;
  color: #BCBCBC;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1500px) {
  .reviewes__company {
    margin-bottom: 20px;
  }
}
.reviewes__quotes {
  width: 24px;
  margin: 0 auto;
  margin-bottom: 28px;
}
@media (max-width: 1500px) {
  .reviewes__quotes {
    margin-bottom: 15px;
  }
}
.reviewes__text p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
}
@media (max-width: 1500px) {
  .reviewes__text p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .reviewes__text p {
    font-size: 14px;
  }
}
.reviewes__text p:last-child {
  margin-bottom: 0;
}

.faq {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 52px 0 63px;
  border-radius: 30px;
  background-color: #ffffff;
}
.faq__title {
  margin-bottom: 44px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1000px) {
  .faq__title {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .faq__title {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
.faq .accordion {
  max-width: 1162px;
  margin: 0 auto;
}
.faq .acc-item {
  margin-bottom: 19px;
  border: 1px solid #000000;
  border-radius: 50px;
}
@media (max-width: 576px) {
  .faq .acc-item {
    border-radius: 15px;
  }
}
.faq .acc-item.active-item {
  border-radius: 30px;
}
.faq .acc-item.active-item .acc-ico {
  background-image: url(../img/layout/general/minus.svg);
}
.faq .acc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 79px;
  padding: 15px 22px 15px 44px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .faq .acc-head {
    padding: 15px 22px 15px 25px;
  }
}
@media (max-width: 1000px) {
  .faq .acc-head {
    padding: 15px;
  }
}
@media (max-width: 420px) {
  .faq .acc-head {
    height: 100%;
    min-height: 65px;
  }
}
.faq .acc-title {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  margin-right: 15px;
}
@media (max-width: 1000px) {
  .faq .acc-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .faq .acc-title {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .faq .acc-title {
    font-size: 12px;
  }
}
.faq .acc-ico {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #F7F8FE;
  background-image: url(../img/layout/general/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.faq .acc-body {
  display: none;
  padding: 20px 44px 40px;
}
@media (max-width: 1000px) {
  .faq .acc-body {
    padding: 0 25px 25px;
  }
}
@media (max-width: 576px) {
  .faq .acc-body {
    padding: 0 15px 30px;
  }
}
.faq .acc-body p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.33;
}
@media (max-width: 1000px) {
  .faq .acc-body p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .faq .acc-body p {
    font-size: 14px;
  }
}
.faq .acc-body p:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 5px 0 50px;
  color: #ffffff;
}
.footer__inline {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__inline {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__copyright {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-right: 15px;
}
@media (max-width: 1100px) {
  .footer__copyright {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer__copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.footer__title {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .footer__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer__title {
    margin-bottom: 15px;
  }
}
.footer__company {
  flex: 0 1 372px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .footer__company {
    flex: 0 1 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.footer__info {
  color: #AEAEAE;
  font-size: 18px;
}
@media (max-width: 1100px) {
  .footer__info {
    font-size: 14px;
  }
}
.footer__info div {
  line-height: 1.5;
}
.footer__info a {
  line-height: 1.5;
}
.footer__contacts {
  flex: 0 1 261px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .footer__contacts {
    flex: 0 1 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.footer__address {
  flex: 0 1 309px;
  text-align: right;
}
@media (max-width: 768px) {
  .footer__address {
    flex: 0 1 100%;
    text-align: center;
    margin-right: 0;
  }
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100 !important;
  padding: 80px 0 !important;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6) !important;
  text-align: center;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative !important;
  z-index: 200 !important;
  max-width: 446px !important;
  box-sizing: border-box;
  width: 100% !important;
  background: #141B2A !important;
  border-radius: 30px !important;
  padding: 25px 30px !important;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .modal {
    border-radius: 20px !important;
  }
}
@media (max-width: 375px) {
  .modal {
    padding: 50px 15px !important;
  }
}

.close-modal {
  top: 20px !important;
  right: 20px !important;
}

.modal a.close-modal {
  width: 20px !important;
  height: 20px !important;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/layout/general/close.svg) !important;
  background-size: 25px;
}

.popup__complete {
  margin-bottom: 26px;
  font-size: 16px;
  text-align: center;
}
.popup__line {
  position: relative;
  height: 3px;
  margin-bottom: 49px;
  background-color: rgba(255, 255, 255, 0.3);
}
.popup__line-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #1649FF;
}
.popup__title {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.popup__title span {
  font-weight: 400;
}
.popup__input {
  margin-bottom: 20px;
}
.popup__btn {
  min-width: 207px;
  margin: 30px auto 18px;
}
.popup__note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  white-space: pre-line;
}
.popup__note a {
 text-decoration: underline;
 cursor: pointer;
 transition: all 0.3s ease  0s;
}
.popup__note a:hover {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
/* input, textarea {
  color: #fff;
} */
.popup__checkbox {
  margin: 20px 0;
}
.popup__checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.popup__checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 18px;
  padding: 0;
  height: 18px;
}
.popup__checkbox .checkmark {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  transition: all 0.3s ease 0s;
}
.popup__checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.popup__checkbox input:checked ~ .checkmark {
  background-color: #1649FF;
  border-color: #1649FF;
}
.popup__checkbox input:checked ~ .checkmark:after {
  display: block;
}
.popup__checkbox label:hover .checkmark {
  border-color: rgba(255, 255, 255, 0.5);
}
.popup__checkbox input:checked ~ span:hover {
  border-color: #1649FF;
}
.popup__checkbox a {
  /* color: #1649FF; */
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.popup__checkbox a:hover {
  color: #fff;
}


.text-green {
  color: #0D9A0A;
}

.text-red {
  color: #EB6F50;
}