@charset "UTF-8";
.btn {
  display: inline-flex;
  font-weight: 600;
  font-size: 20px;
  line-height: 60px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
  max-width: 300px;
  width: 100%;
}
.btn img {
  max-width: 18px;
  margin-right: 10px;
}
.btn-primary {
  background: #1AB9E5;
  border-radius: 30px;
  outline: none;
  border: none;
}
.btn-primary:hover {
  background: #A033CC;
}
@media (max-width: 768px) {
  .btn {
    line-height: 54px;
  }
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-family: "Mukta", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.footer {
  padding: 100px 20px 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
  color: #D1CAC2;
  font-size: 16px;
  line-height: 26px;
}
.footer a {
  color: #1AB9E5;
  text-decoration: none;
}
.footer a:hover {
  color: #a033cc;
}

.header {
  padding: 40px 20px 50px;
  display: flex;
}

.lang {
  display: block;
  width: 70px;
  position: relative;
  z-index: 100;
  text-align: left;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}

@media only screen and (max-width: 720px) {
  .header .lang {
    display: none;
  }
}
.lang__current {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  line-height: 30px;
  padding-left: 30px;
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #323232;
  cursor: default;
  text-transform: uppercase;
  overflow: hidden;
}
.header--inverse:not(.fixed) .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.header--inverse:not(.fixed) .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}

.lang__current:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d0d0d0;
}

.lang.opened .lang__current:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #d0d0d0;
}

.lang__current:hover {
  color: #3e82f7;
}

.lang__current img {
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
}

.lang__list {
  display: none;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: absolute;
  width: 100%;
  margin-top: 5px;
}

.lang.opened .lang__list {
  display: block;
}

.lang__item {
  display: block;
  width: 100%;
  height: 28px;
  padding-left: 9px;
  line-height: 28px;
  color: #323232;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.lang__item:hover {
  color: #fff;
  background-color: #3e82f7;
}

.lang__item img {
  margin-right: 6px;
  vertical-align: baseline;
}

html,
body {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #FCFAF3;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #494949;
  opacity: 0.5;
  transition: all 0.3s;
  margin: 0 5px;
}
.swiper-pagination-bullet-active {
  background: #A033CC;
  opacity: 1;
}

.pagination {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.pagination__bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #494949;
  opacity: 0.5;
  transition: all 0.3s;
  margin: 0 5px;
}
.pagination__bullet.active {
  background: #A033CC;
  opacity: 1;
}
.pagination__bullet:hover {
  background: #1AB9E5;
  opacity: 1;
  cursor: pointer;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: black;
  color: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 1001px) {
  .swiper-pagination {
    display: none;
  }
  .swiper {
    overflow: visible;
  }
  .swiper-slide {
    height: auto !important;
  }
  .swiper-slide:last-child {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .pagination {
    display: none;
  }
}
.top {
  background: url("../images/top-bkg.svg") no-repeat center/100% 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 244px;
}
.top__logo {
  max-width: 260px;
  display: block;
  margin: 0 auto 80px;
}
.top .title {
  font-weight: 600;
  font-size: 64px;
  line-height: 80px;
  color: #FFFFFF;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.top .text {
  font-size: 22px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.top__decoration {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.about {
  background: #F7ECF8;
  padding: 0 20px;
  position: relative;
  padding-top: 230px;
  padding-bottom: 167px;
}
.about__decoration {
  display: block;
  position: absolute;
  max-width: 620px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about .text {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #8F5CA4;
  margin-bottom: 70px;
}
.about .text b {
  font-weight: 600;
  color: #000;
}
.about__cards {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.about__card {
  max-width: 300px;
  text-align: center;
}
.about__card-icon {
  margin-bottom: 20px;
}
.about__card-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
}
.about__card-text {
  font-size: 18px;
  line-height: 28px;
  color: #8F5CA4;
}

.what {
  padding: 80px 20px 0px;
  align-items: flex-end;
  background: #FFFFFF;
  color: #000;
}
.what .title {
  font-weight: bold;
  font-size: 52px;
  line-height: 64px;
  margin-bottom: 20px;
}
.what .text {
  font-size: 22px;
  line-height: 32px;
  color: #7A7A7A;
  margin-bottom: 70px;
}

.baner {
  background: url("../images/baner-bkg.svg") no-repeat center/100% 100%;
  padding: 300px 20px;
}
.baner .text {
  font-weight: 300;
  font-size: 36px;
  line-height: 70px;
}

.contact {
  background: #FCFAF3;
  padding: 80px 20px 210px;
  border-bottom: 10px solid #FD981F;
  position: relative;
}
.contact__footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.contact__footer-text {
  font-size: 16px;
  line-height: 26px;
  color: #D1CAC2;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.contact__footer-text a {
  color: #1AB9E5;
  text-decoration: none;
}
.contact__footer-text a:hover {
  color: #a033cc;
}
.contact .title {
  font-weight: bold;
  font-size: 52px;
  line-height: 64px;
  color: #000;
  margin-bottom: 20px;
}
.contact .text {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 60px;
  color: #948574;
}
.contact__container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact__card {
  background: #FFFFFF;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 20px 20px 0px #EAE8E0;
  border-radius: 6px;
  padding: 50px 60px;
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.contact__card-title {
  color: #000;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  margin: 15px 0;
}
.contact__card-text {
  font-size: 22px;
  line-height: 32px;
  color: #7C6E5F;
  margin-bottom: 15px;
}
.contact__card-number {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #000;
}
.contact .form {
  max-width: 440px;
  width: 100%;
}
.contact .form__input, .contact .form__textarea {
  display: block;
  border: 1px solid #DED2C4;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  width: 100%;
  margin-bottom: 10px;
  transition: border-color 0.3s;
}
.contact .form__input:focus, .contact .form__textarea:focus {
  border-color: #1AB9E5;
}
.contact .form__input:placeholder, .contact .form__textarea:placeholder {
  color: #948574;
}
.contact .form__textarea {
  height: 120px;
  margin-bottom: 20px;
}
.contact .form__btn {
  max-width: none;
}
.contact .form__btn .check {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: none;
}
.contact .form__btn .mail {
  transition: all 0.3s;
}
.contact .form__btn.active {
  background: #35C154;
  pointer-events: none;
}
.contact .form__btn.active .mail {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.contact .form__btn.active .check {
  opacity: 1;
  visibility: visible;
  display: block;
}
.contact .form__error {
  color: #FF0000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.terms h1 {
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 10px;
}
.terms h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
}
.terms p,
.terms li {
  color: #948574;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 15px;
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.terms ul,
.terms ol {
  list-style: auto;
  padding-left: 40px;
}
.terms strong {
  font-weight: bold;
}
.terms a {
  color: #1AB9E5;
  text-decoration: none;
  word-break: break-word;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.terms a:hover {
  color: #a033cc;
}

@media (max-width: 1001px) {
  .top {
    background-image: url("../images/top-bkg-mobile.svg");
    padding: 48px 20px 30px;
    flex-direction: column;
  }
  .top__logo {
    max-width: 195px;
    margin-bottom: 50px;
  }
  .top .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .top .text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .top__decoration {
    display: block;
    position: static;
    text-align: center;
    margin: 140px auto 0;
    transform: translateX(0);
  }
  .about {
    padding: 113px 20px 50px;
  }
  .about__decoration {
    max-width: calc(100% - 40px);
  }
  .what {
    padding: 50px 20px 0;
  }
  .baner {
    padding: 220px 20px;
  }
  .contact {
    padding: 60px 20px 150px;
  }
  .contact__container {
    display: block;
  }
  .contact__card {
    max-width: calc(100% - 20px);
    margin-bottom: 50px;
  }
  .contact .form {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .top .btn {
    line-height: 54px;
    max-width: none;
  }
  .about__decoration {
    max-width: 300px;
  }
  .about .text {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 50px;
  }
  .about__cards {
    display: block;
  }
  .about__card {
    margin: 0 auto;
    max-width: 450px;
  }
  .about__card:not(:last-child) {
    margin-bottom: 40px;
  }
  .what .title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .what .text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .what__img {
    max-width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .baner {
    background-image: url("../images/baner-bkg-mobile.svg");
  }
  .baner .text {
    font-size: 30px;
    line-height: 44px;
  }
  .contact .title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .contact .text {
    margin-bottom: 30px;
  }
  .contact__card {
    padding: 40px 15px;
  }
  .contact__card-text, .contact__card-number {
    font-size: 20px;
    line-height: 30px;
  }
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 20px;
  }
  .footer span {
    order: 5;
    grid-column: 1/-1;
  }
}

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