@charset "UTF-8";
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0 Extra";
  src: url("../fonts/Exo20-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0 Semi";
  src: url("../fonts/Exo20-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-ExtraBoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus, :active {
  outline: none;
}

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

html, body {
  height: 100%;
  min-width: 100%;
}

body {
  line-height: 1;
  font-size: 14px;
  font-family: "Exo 2.0";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: "Exo 2.0";
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  list-style: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Exo 2.0";
  font-size: inherit;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

body {
  background: url("../images/main-bg.jpg") no-repeat;
  background-size: cover;
}

.section-subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #c04ae2;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.section-title {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 540px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 70px;
  }
}

.main-button {
  display: inline-block;
  width: 340px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #c04ae2;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  transition: all 0.3s;
}
.main-button:hover {
  background-color: #ffc444;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 398px) {
  .main-button {
    font-size: 16px;
    width: 100%;
  }
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  font-size: 40px;
  color: #c04ae2;
}
@media (max-width: 991px) {
  .owl-nav {
    position: static;
    margin-top: 20px;
  }
}

.owl-prev {
  position: relative;
  left: -80px;
}

.owl-next {
  position: relative;
  right: -80px;
}

@media (max-width: 991px) {
  .owl-prev, .owl-next {
    position: static;
  }
}

.header {
  padding-top: 25px;
}
.header__logo {
  max-width: 100%;
}
@media (max-width: 767px) {
  .header__logo {
    margin-bottom: 20px;
  }
}
.header-nav__el {
  display: inline-block;
}
.header-nav__el:not(:last-child) {
  margin-right: 25px;
}
.header-nav__el a {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  transition: all 0.2s;
}
.header-nav__el a:hover {
  color: #ffc444;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .header-nav__el:not(:last-child) {
    margin-right: 15px;
  }
  .header-nav__el a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .header-nav__el:not(:last-child) {
    margin-right: 12px;
  }
  .header-nav__el a {
    font-size: 14px;
  }
}
@media (max-width: 411px) {
  .header-nav__el:not(:last-child) {
    margin-right: 10px;
  }
  .header-nav__el a {
    font-size: 12px;
  }
}
@media (max-width: 357px) {
  .header-nav__el:not(:last-child) {
    margin-right: 8px;
  }
  .header-nav__el a {
    font-size: 10px;
  }
}
.header .header-content {
  margin-top: 75px;
}
.header .header-content__title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  margin-bottom: 40px;
}
.header .header-content__subtitle {
  font-size: 35px;
  font-weight: 550;
  color: #5e5858;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .header .header-content__title {
    font-size: 60px;
    line-height: 60px;
  }
  .header .header-content__subtitle {
    font-size: 35px;
  }
  .header .header-content__image img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .header .header-content__image {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .header .header-content {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .header .header-content__title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .header .header-content__subtitle {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .header .header-content__title {
    font-size: 35px;
    line-height: 40px;
  }
  .header .header-content__subtitle {
    font-size: 20px;
  }
}

.promotion {
  padding-top: 100px;
}
.promotion-card {
  padding: 15px 30px;
  height: 500px;
  background-color: #fff;
  text-align: center;
}
.promotion-card__title {
  margin-top: 50px;
  font-size: 25px;
  height: 100px;
}
.promotion-card__text {
  font-size: 16px;
  margin-top: 40px;
  color: #5e5858;
}
@media (max-width: 767px) {
  .promotion-card__title {
    font-size: 16px;
  }
  .promotion-card__text {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .promotion-card {
    height: auto;
  }
  .promotion-card__title {
    height: auto;
    font-size: 25px;
  }
  .promotion-card__text {
    font-size: 20px;
  }
}

.instruction {
  padding-top: 50px;
}
.instruction__row {
  align-items: center;
}
.instruction__row:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .instruction__row:not(:last-child) {
    margin-bottom: 100px;
  }
}
.instruction-card__title {
  position: relative;
  font-size: 42px;
  font-weight: 550;
  margin-bottom: 40px;
}
.instruction-card__title::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #c04ae2;
  position: absolute;
  left: -60px;
  font-weight: normal;
}
.instruction-card__title_blue::before {
  color: #93b6fa;
}
.instruction-card__text {
  font-size: 20px;
  font-weight: 400;
  color: #5e5858;
}
.instruction-card__img img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .instruction-card__title::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .instruction-card__img {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .instruction-card__title {
    font-size: 25px;
  }
  .instruction-card__text {
    font-size: 16px;
  }
}

.get {
  padding: 100px 0 70px 0;
}
.get .main-button {
  margin: 0 auto;
}
.get .row {
  margin-bottom: 150px;
}
.get-card {
  height: 630px;
  position: relative;
  text-align: center;
  padding: 40px 50px;
  border-radius: 20px;
}
.get-card img {
  max-width: 100%;
  height: 200px;
}
.get-card__title {
  font-size: 30px;
  font-weight: 900;
  margin: 30px 0;
}
.get-card__text {
  font-size: 20px;
  color: #5e5858;
}
.get-card::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
}
.get-card_purple {
  border: 6px solid #c04ae2;
}
.get-card_purple::after {
  color: #c04ae2;
}
.get-card_blue {
  border: 6px solid #93b6fa;
}
.get-card_blue::after {
  color: #93b6fa;
}
.get-card_orange {
  border: 6px solid #fe7c72;
}
.get-card_orange::after {
  color: #fe7c72;
}
@media (max-width: 1199px) {
  .get-card {
    height: 460px;
  }
  .get-card__title {
    font-size: 20px;
  }
  .get-card__text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .get-card {
    height: auto;
  }
  .get-card:last-child {
    margin-bottom: 40px;
  }
  .get-card::after {
    display: none;
  }
  .get-card__title {
    font-size: 40px;
  }
  .get-card__text {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .get-card__title {
    font-size: 30px;
  }
  .get-card__text {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .get-card__title {
    font-size: 25px;
  }
  .get-card__text {
    font-size: 14px;
  }
}

.footer {
  padding: 50px 0;
  background-color: #d0d0d0;
}
.footer__logo {
  display: inline-block;
  margin-right: 100px;
}
.footer__soc {
  display: inline-block;
}
.footer__soc li {
  display: inline-block;
}
.footer__soc li a {
  color: #fff;
  font-size: 20px;
  transition: all 0.2s;
}
.footer__soc li a:hover {
  color: #c04ae2;
  text-decoration: none;
}
.footer__soc li:not(:last-child) {
  margin-right: 15px;
}
.footer__flex {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__phone {
  font-size: 33px;
  color: #fff;
  margin-bottom: 10px;
}
.footer-nav__el {
  display: inline-block;
}
.footer-nav__el a {
  color: #fff;
  transition: all 0.2s;
}
.footer-nav__el a:hover {
  color: #c04ae2;
  text-decoration: none;
}
.footer-nav__el:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__flex {
    display: block;
  }
  .footer__phone {
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer__logo {
    display: block;
  }
}

.modal-dialog {
  max-width: 1000px !important;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .modal-dialog {
    max-width: 600px !important;
  }
}
@media (max-width: 768px) {
  .modal-dialog {
    max-width: 400px !important;
  }
}
@media (max-width: 576px) {
  .modal-dialog {
    max-width: 100% !important;
  }
}

.form {
  background: url("../images/form.png") no-repeat;
  background-position: right;
  background-size: contain;
}
.form__title {
  font-size: 60px;
  color: #3f3d73;
  font-weight: 900;
  margin-bottom: 35px;
}
.form__input {
  display: block;
  padding: 10px 0 10px 15px;
  background-color: #c3e9fc;
  color: #000;
  width: 300px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.form__button {
  padding: 15px 25px;
  background-color: #e041a3;
  color: #fff;
  border-radius: 20px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .form {
    background: none;
  }
  .form__title {
    font-size: 30px;
  }
  .form__input {
    width: 300px;
  }
}
@media (max-width: 576px) {
  .form__input {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .form__title {
    font-size: 16px;
  }
}
#preloader{display:none}
.error{
	background-color: #ffe9e9;
}