@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
  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: 16px;
  -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,
input[type="submit"] {
  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;
}

img {
  vertical-align: top;
}

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

@font-face {
  font-family: "Neucha";
  src: url(../fonts/Neucha.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bainsley";
  src: url(../fonts/Bainsley.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bainsley";
  src: url(../fonts/BainsleyBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  position: relative;
}
.not-to-scroll {
  overflow: hidden;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
.wrapper .content {
  flex: 1 1 auto;
}

.container-m {
  max-width: 1400px;
  padding: 0 15px;
  margin: auto;
}

.container-s {
  max-width: 1210px;
  padding: 0 15px;
  margin: auto;
}

.container-xs {
  max-width: 1150px;
  padding: 0 15px;
  margin: auto;
}

.title-dark,
.title-light {
  padding: 0 0px;
}
.title-dark h2,
.title-light h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "Neucha";
  font-size: 70px;
  line-height: 1;
  margin: 0 auto 40px;
}
.title-dark h2::before,
.title-light h2::before {
  left: -95px;
  top: 50%;
  transform: scale(-1, 1) translate(0, -50%);
}
.title-dark h2::after,
.title-light h2::after {
  right: -95px;
  top: 50%;
  transform: translate(0, -50%);
}

.title-dark h2 {
  color: #483c93;
}
.title-dark h2::before,
.title-dark h2::after {
  content: "";
  background: url("../img/icons/heading-stars-little.svg") 0 0 no-repeat;
  background-size: 100%;
  width: 75px;
  height: 25px;
  position: absolute;
}

.title-light h2 {
  color: #feeaca;
}
.title-light h2::before,
.title-light h2::after {
  content: "";
  background: url("../img/icons/heading-stars-little-light.svg") 0 0 no-repeat;
  background-size: 100%;
  width: 75px;
  height: 25px;
  position: absolute;
}

.submit-button a,
button.submit-button,
input[type="submit"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-family: "Neucha";
  font-size: 34px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  width: 420px;
  height: 70px;
  background: #7076fa;
  text-shadow: 0px 5px 4px rgba(8, 6, 47, 0.4);
}

.star-submit-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 3;
}
.star-submit-button::before {
  content: url("../img/icons/button-star-down-left.svg");
  position: absolute;
  bottom: -17%;
  left: -3.7%;
  z-index: -1;
}
.star-submit-button::after {
  content: url("../img/icons/button-star-up-right.svg");
  filter: drop-shadow(0px 14px 14px rgba(0, 0, 0, 0.25));
  position: absolute;
  top: -30%;
  right: -4.7%;
}
.star-submit-button a {
  font-family: "Neucha";
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0px 5px 4px rgba(8, 6, 47, 0.4);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 70px;
  background: #7076fa;
  box-shadow: 0px 14px 14px rgba(12, 10, 36, 0.25);
  border-radius: 10px;
}

.main-page {
  background: url("../img/backgrounds/intro.png") center no-repeat;
  background-size: cover;
  padding: 0 0 116px 0;
}

.catalog,
.cart {
  background: url("../img/backgrounds/catalog.png") bottom no-repeat;
  background-size: cover;
  padding: 0 0 120px 0;
}

.product-page {
  background: url("../img/backgrounds/product.jpg") 0 0 no-repeat;
  background-size: cover;
}

.checkout {
  padding: 250px 0;
}

.intro {
  position: relative;
  z-index: 7;
  margin: 0 0 -10px 0;
}
.intro::before {
  content: "";
  background: url("../img/backgrounds/intro-stars.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.terms-and-conditions {
  padding: 110px 5px 150px;
}

.terms-and-conditions-main {
  font-family: "Bainsley";
}

.terms-and-conditions-main h2 {
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  margin: 20px 0;
}

.terms-and-conditions-main p {
  font-size: 18px;
  line-height: 1.2;
  margin: 10px 0;
}

.terms-and-conditions-main p:last-of-type {
  margin: 5px 0 40px 0;
}

.terms-and-conditions-main ol {
  counter-reset: item;
}

.terms-and-conditions-main ol li {
  display: block;
  font-size: 18px;
  line-height: 1.3;
}

.terms-and-conditions-main ol li::before {
  content: counters(item, ".") " ";
  counter-increment: item;
  font-size: 22px;
  line-height: 1.2;
}

.terms-and-conditions-main ol li strong {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.terms-and-conditions-main ol li ol {
  margin: 10px 0 20px 30px;
}

.terms-and-conditions-main ol li ol li {
  font-size: 18px;
  line-height: 1.3;
  margin: 7px 0;
}

.thank-you {
  padding: 150px 0 190px 0;
}

.thank-you-body .thank-you-text {
  font-family: "Bainsley";
  text-align: center;
}

.thank-you-body .thank-you-text h2 {
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
}

header.header {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header .header-left-side {
  display: flex;
  align-items: center;
}
header.header .header-left-side a.header-logo {
  display: flex;
  margin: 0 80px 0 0;
}
header.header .header-left-side a.header-email {
  display: inline-flex;
  align-items: center;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
header.header .header-left-side a.header-email svg {
  margin: 0 10px 0 0;
  fill: #fff;
  width: 12px;
  height: 12px;
}
header.header .header-right-side {
  display: flex;
  position: relative;
}
header.header .header-right-side .header-submit-button {
  margin: 0 30px 0 0;
}
header.header .header-right-side .header-submit-button a {
  display: inline-flex;
  width: 260px;
  height: 44px;
  justify-content: center;
  align-items: center;
  font-family: "Neucha";
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  background: #7076fa;
  border-radius: 6px;
}
header.header .header-right-side ul.burger-menu-icon {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #7076fa;
  border-radius: 6px;
  cursor: pointer;
}
header.header .header-right-side ul.burger-menu-icon li {
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  margin: 0 0 8px;
  transition: 0.2s;
}
header.header .header-right-side ul.burger-menu-icon li:last-child {
  margin: 0;
}
header.header .header-right-side ul.burger-menu-icon.active li {
  width: 30px;
  height: 2px;
  border-radius: 1px;
  margin: 0 0 2px 0;
  transition: 0.2s;
  transform: translateY(100%) rotate(45deg);
}
header.header .header-right-side ul.burger-menu-icon.active li:nth-child(2) {
  display: none;
}
header.header .header-right-side ul.burger-menu-icon.active li:nth-child(3) {
  transform: translateY(-100%) rotate(-45deg);
}
header.header .header-right-side .menu-list {
  z-index: 35;
  padding: 20px 30px;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: -180px;
  width: 100%;
  background: #7076fa;
  border-radius: 6px;
}
header.header .header-right-side .menu-list li {
  margin: 0 0 10px 0;
  padding: 5px 0;
}
header.header .header-right-side .menu-list li a {
  display: flex;
  font-family: "Neucha";
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  transition: 0.3s;
}
header.header .header-right-side .menu-list li:hover a {
  text-shadow: 0px 5px 4px rgba(8, 6, 47, 0.4);
}
header.header .header-right-side .menu-list li:last-child {
  margin: 0;
}

.intro-main-info {
  z-index: 3;
  padding: 40px 0 0 0;
  width: 870px;
}
.intro-main-info .breadcrumbs {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 0 0 30px 0;
}
.intro-main-info .breadcrumbs a {
  display: inline-flex;
  align-items: center;
  font-family: "Bainsley";
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.intro-main-info .breadcrumbs a img {
  margin: 0 10px 0 0;
  width: 13px;
  height: 13px;
}
.intro-main-info .breadcrumbs .divider {
  fill: rgba(255, 255, 255, 0.6);
  transform: rotate(270deg);
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.intro-main-info .breadcrumbs .active {
  color: #fff;
  fill: #fff;
}
.intro-main-info h1,
.intro-main-info h2 {
  font-family: "Neucha";
  font-size: 80px;
  line-height: 1.05;
  color: #feeaca;
}
.intro-main-info h1::after,
.intro-main-info h2::after {
  display: inline-block;
  position: relative;
  content: "";
  width: 110px;
  height: 30px;
  background: url("../img/icons/heading-stars.svg") 0 0 no-repeat;
  background-size: 100%;
  bottom: 10px;
  right: -2%;
}
.intro-main-info .description {
  margin: 50px 0 60px 0;
}
.intro-main-info .description p {
  margin: 0 0 30px 0;
  font-family: "Bainsley";
  font-size: 21px;
  line-height: 1.15;
  color: #ffffff;
}
.intro-main-info .description p:last-child {
  margin: 0;
}

.catalog-info {
  position: relative;
  z-index: 3;
}
.catalog-info::before {
  content: "";
  background: url("../img/backgrounds/catalog-stars.png") 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.catalog-info-main {
  padding: 55px 70px 100px 70px;
}
.catalog-info-main .catalog-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.catalog-info-main .catalog-row .catalog-item {
  padding: 10px;
  margin: 0 0 35px 0;
  flex: 0 1 45%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog-info-main .catalog-row .catalog-item .catalog-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url("../img/backgrounds/square-image-background-l.png") center
    no-repeat;
  background-size: cover;
}
.catalog-info-main .catalog-row .catalog-item .catalog-item-image img {
  max-width: 100%;
  width: auto;
  min-width: 60%;
}
.catalog-info-main .catalog-row .catalog-item .catalog-item-text {
  margin: 20px 0 0 0;
  font-family: "Bainsley";
  font-size: 22px;
  line-height: 1.05;
  text-align: center;
  color: #0a0d3f;
}

.product {
  margin: 10% 0 0;
  padding: 0 0 220px 0;
  align-self: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
}
.product .product-image {
  flex: 0 1 48%;
  margin: 0 25px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 50%;
  background: url("../img/backgrounds/square-image-background-b.png") center
    no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 30%;
}
.product .product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 2;
  min-width: 50%;
}
.product .product-info {
  flex: 0 1 48%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product .product-info h2.product-title {
  font-family: "Neucha";
  font-size: 70px;
  line-height: 1;
  color: #feeaca;
  margin: 0 0 35px 0;
}
.product .product-info h2.product-title::after {
  display: inline-block;
  position: relative;
  content: "";
  width: 110px;
  height: 30px;
  background: url("../img/icons/heading-stars.svg") 0 0 no-repeat;
  background-size: 100%;
  bottom: 10px;
  right: -2%;
}
.product .product-info .product-description {
  margin: 0 0 40px 0;
}
.product .product-info .product-description p {
  font-family: "Bainsley";
  font-size: 20px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.product .product-info .product-description p:last-child {
  margin: 0;
}
.product .product-info .purchase-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product .product-info .purchase-info .price {
  display: flex;
  flex-direction: column;
}
.product .product-info .purchase-info .price p.price-text {
  font-family: "Bainsley";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.product .product-info .purchase-info .price p.sum {
  font-family: "Neucha";
  font-size: 60px;
  line-height: 1;
  color: #feeaca;
}
.product .product-info .purchase-info .buy-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 70px;
  background: #7076fa;
  box-shadow: 0px 14px 14px rgba(12, 10, 36, 0.25);
  border-radius: 10px;
  font-family: "Neucha";
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0px 5px 4px rgba(8, 6, 47, 0.4);
}
.product .product-mobile-image {
  display: none;
}

.cart {
  z-index: 7;
  margin: 0 0 -80px 0;
}

.cart-info {
  position: relative;
  z-index: 2;
}
.cart-info::before {
  content: "";
  background: url("../img/backgrounds/cart-stars.png") 0 0 no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cart-info-main {
  padding: 170px 30px;
  background: #ffffff;
  box-shadow: 0px 14px 44px rgba(12, 10, 36, 0.05);
  display: flex;
  flex-direction: column;
}
.cart-info-main .empty-cart {
  align-self: center;
  font-family: "Neucha";
  font-size: 50px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.4);
}
.cart-info-main .cart-products-mobile-heading {
  display: none;
}
.cart-info-main .cart-products-headings {
  display: flex;
  width: 100%;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e2e7eb;
}
.cart-info-main .cart-products-headings #product {
  flex: 0 1 40%;
}
.cart-info-main .cart-products-headings #price {
  flex: 0 1 15%;
}
.cart-info-main .cart-products-headings #quantity {
  flex: 0 1 25%;
}
.cart-info-main .cart-products-headings #total {
  flex: 0 1 10%;
}
.cart-info-main .cart-products-headings #delete {
  flex: 0 1 10%;
}
.cart-info-main .cart-products-headings p {
  text-align: left;
  font-family: "Bainsley";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #0a0d3f;
}
.cart-info-main .cart-products {
  width: 100%;
  margin: 0 0 250px 0;
  position: relative;
}
.cart-info-main .cart-products .cart-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
  font-family: "Bainsley";
  font-size: 24px;
  line-height: 1.2;
  color: #483c93;
  border-bottom: 1px solid #e2e7eb;
}
.cart-info-main .cart-products .cart-item .name {
  flex: 0 1 40%;
}
.cart-info-main .cart-products .cart-item .cart-product-name {
  flex: 0 1 40%;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.cart-info-main
  .cart-products
  .cart-item
  .cart-product-name
  .cart-product-image {
  width: 120px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e7eb;
  border-radius: 10px;
  background: url("../img/backgrounds/square-image-background-l.png") center
    no-repeat;
  background-size: 120px 80px;
  margin: 0 20px 0 0;
}
.cart-info-main
  .cart-products
  .cart-item
  .cart-product-name
  .cart-product-image
  img {
  height: 65px;
}
.cart-info-main .cart-products .cart-item .cart-product-name p {
  padding: 10px 0 0 0;
}
.cart-info-main .cart-products .cart-item .price {
  flex: 0 1 15%;
  text-align: left;
  font-feature-settings: "tnum" on, "lnum" on;
  padding: 10px 0 0 0;
}
.cart-info-main .cart-products .cart-item .quantity {
  flex: 0 1 25%;
  font-feature-settings: "tnum" on, "lnum" on;
  padding: 10px 0 0 0;
}
.cart-info-main .cart-products .cart-item .quantity p.quantity-num {
  padding: 5px 5px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e7eb;
  border-radius: 50px;
}

.cart-info-main .cart-products .cart-item .quantity p.quantity-num .decrement,
.cart-info-main .cart-products .cart-item .quantity p.quantity-num .increment {
  cursor: pointer;
}
.cart-info-main .cart-products .cart-item .quantity p.quantity-num span {
  display: inline-flex;
  color: #0a0d3f;
}
.cart-info-main
  .cart-products
  .cart-item
  .quantity
  p.quantity-num
  span:first-child {
  margin: 0 20px 0 10px;
}
.cart-info-main
  .cart-products
  .cart-item
  .quantity
  p.quantity-num
  span:last-child {
  margin: 0 10px 0 20px;
}
.cart-info-main .cart-products .cart-item .total-sum {
  flex: 0 1 10%;
  font-feature-settings: "tnum" on, "lnum" on;
  padding: 10px 0 0 0;
}
.cart-info-main .cart-products .cart-item .delete {
  flex: 0 1 10%;
  padding: 10px 0 0 0;
  text-align: center;
  cursor: pointer;
}
.cart-info-main .cart-products .cart-item .delete-m-v {
  display: none;
}
.cart-info-main .total {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -70px;
  right: 15%;
}
.cart-info-main .total .subtotal {
  text-align: right;
  font-family: "Bainsley";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #0a0d3f;
  padding: 0 30px 0 0;
}
.cart-info-main .total .sum {
  padding: 20px 0;
  font-family: "Bainsley";
  font-size: 24px;
  line-height: 1;
  color: #483c93;
  font-feature-settings: "tnum" on, "lnum" on;
}
.cart-info-main .cart-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-info-main .cart-buttons .continue-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 70px;
  border: 2px solid #6b5ebe;
  border-radius: 10px;
  font-family: "Neucha";
  font-size: 34px;
  line-height: 1;
  text-align: center;
  color: #6b5ebe;
}
.cart-info-main .cart-buttons .check-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 70px;
  background: #7076fa;
  border-radius: 10px;
  font-family: "Neucha";
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0px 5px 4px rgba(8, 6, 47, 0.4);
}

.request-main-info {
  width: 100%;
}

.request-main-info h2 {
  width: 100%;
}

.request {
  position: relative;
  z-index: 7;
}
.request::before {
  content: "";
  background: url("../img/backgrounds/request-stars.png") 0 0 no-repeat;
  background-size: 100% cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.request-body {
  padding: 30px 0 150px 0;
}

.request-body .request-body-text {
  font-family: "Bainsley";
  line-height: 1.1;
  text-align: center;
  color: #483c93;
  margin: 0 0 50px 0;
}
.request-body .request-body-text p.bigger {
  font-size: 30px;
  margin: 0 0 5px 0;
}
.request-body .request-body-text p.smaller {
  font-size: 22px;
}
.request-body .request-form input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.request-body .request-form input[type="radio"] + .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-feature-settings: 'tnum' on, 'lnum' on;
}
.request-body
  .request-form
  input[type="radio"]
  + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #e2e7eb;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.request-body
  .request-form
  input[type="radio"]:not(:disabled):not(:checked)
  + .wpcf7-list-item-label:hover::before {
  border-color: #6b5ebe;
}
.request-body
  .request-form
  input[type="radio"]:checked
  + .wpcf7-list-item-label::before {
  background-color: #fff;
  background-image: url("../img/icons/radio-check.svg");
}
.request-body .request-form .columns {
  display: flex;
  justify-content: space-between;
}
.request-body .request-form .column-12 {
  width: 100%;
  margin: 0 0 30px 0;
}
.request-body .request-form .column-6 {
  width: 49%;
}
.request-body .request-form .column-4 {
  width: 30%;
}
.request-body .request-form .column-3 {
  width: 25%;
}
.request-body .request-form .column-2 {
  width: 17.5%;
}
.request-body .request-form p.input-title {
  font-family: "Bainsley";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #483c93;
  margin: 0 0 10px 0;
}
.request-body .request-form .type-of-fairytale {
  margin: 0 0 30px 0;
}
.request-body .request-form .type-of-fairytale .wpcf7-form-control {
  display: flex;
  align-items: center;
}
.request-body
  .request-form
  .type-of-fairytale
  .type-of-fairytale-inputs
  .wpcf7-list-item {
  margin: 0 60px 0 0;
  display: flex;
  align-items: center;
}

.request-body
  .request-form
  .type-of-fairytale
  .type-of-fairytale-inputs
  .one-of-type
  input {
  cursor: pointer;
}
.request-body
  .request-form
  .type-of-fairytale
  .type-of-fairytale-inputs
  .one-of-type
  label {
  cursor: pointer;
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1.6;
  color: #0a0d3f;
}
.request-body .request-form .sex .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
.request-body .request-form .sex .sex-inputs .wpcf7-list-item {
  display: flex;
  align-items: center;
  flex: 0 1 100%;
  margin: 0 0 15px 0;
}

.request-body .request-form .sex .sex-inputs .wpcf7-list-item input {
  cursor: pointer;
}
.request-body .request-form .sex .sex-inputs .wpcf7-list-item label {
  cursor: pointer;
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.request-body .request-form .field {
  width: 100%;
}
.request-body .request-form .field input[type="text"],
.request-body .request-form .field input[type="number"],
.request-body .request-form .field textarea {
  overflow: none;
  resize: none;
  width: 100%;
  height: 65px;
  background: #ffffff;
  border: 2px solid #e2e7eb;
  border-radius: 8px;
  padding: 20px 30px;
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.request-body .request-form .field input[type="text"]::-moz-placeholder,
.request-body .request-form .field input[type="number"]::-moz-placeholder,
.request-body .request-form .field textarea::-moz-placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.request-body .request-form .field input[type="text"]:-ms-input-placeholder,
.request-body .request-form .field input[type="number"]:-ms-input-placeholder,
.request-body .request-form .field textarea:-ms-input-placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.request-body .request-form .field input[type="text"]::placeholder,
.request-body .request-form .field input[type="number"]::placeholder,
.request-body .request-form .field textarea::placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}

.request-body .request-form .about-parent {
  margin: 80px 0 0 0;
}
.request-body .request-form .about-parent p.about-parent-title {
  font-family: "Bainsley";
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #483c93;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0 30px 0;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-details
  .parent-form-input {
  position: relative;
  flex: 0 1 32%;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-details
  .parent-form-input
  input {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 2px solid #e2e7eb;
  border-radius: 8px;
  padding: 20px 65px 20px 30px;
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-details
  .parent-form-input
  input::-moz-placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-details
  .parent-form-input
  input:-ms-input-placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-details
  .parent-form-input
  input::placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-details
  .parent-form-input
  label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 25;
  transform: translate(0, 0);
  padding: 0 20px;
  border-left: 2px solid #e2e7eb;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-details
  .parent-form-input
  label
  img {
  width: 100%;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-submit
  .agreement {
  display: flex;
  align-items: center;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-submit
  .agreement
  input {
  cursor: pointer;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-submit
  .agreement
  label {
  cursor: pointer;
  font-family: "Bainsley";
  font-size: 16px;
  line-height: 1;
  color: #0a0d3f;
}
.request-body
  .request-form
  .about-parent
  .about-parent-form
  .about-parent-form-submit
  p
  input[type="submit"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 70px;
  background: #7076fa;
  border-radius: 10px;
  font-family: "Neucha";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0px 5px 4px rgba(8, 6, 47, 0.4);
}

.why-block {
  z-index: 3;
  position: relative;
}
.why-block::before {
  content: "";
  background: url("../img/backgrounds/why-block-stars.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.why-block-main {
  padding: 65px 0 80px 0;
}
.why-block-main .title-dark h2 {
  font-size: 80px;
  line-height: 1;
}
.why-block-main .why-points {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.why-block-main .why-points .point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 0 1 33%;
  width: 100%;
  padding: 10px;
}
.why-block-main .why-points .point:nth-child(2),
.why-block-main .why-points .point:nth-child(5) {
  margin: 60px 0 0 0;
}
.why-block-main .why-points .point .point-image {
  background: url("../img/backgrounds/circle-img-background.png") center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  margin: 0 0 20px 0;
}
.why-block-main .why-points .point .point-image img {
  padding: 6.6% 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}
.why-block-main .why-points .point .point-info {
  font-family: "Bainsley";
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  color: #0a0d3f;
}

.about-author {
  background: url("../img/backgrounds/about-author.png") 50% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 7;
  margin: 0 0 -50px 0;
}
.about-author::before {
  content: "";
  background: url("../img/backgrounds/about-author-stars.png") top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-author-main {
  padding: 155px 0;
}
.about-author-main .text {
  margin: 0 120px 50px 120px;
}
.about-author-main .text p {
  font-family: "Bainsley";
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.about-author-main .text p:last-child {
  margin: 0;
}
.about-author-main .buttons {
  display: flex;
  justify-content: center;
}
.about-author-main .buttons .receive-bonus a,
.about-author-main .buttons .about-author-submit-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-family: "Neucha";
  font-size: 34px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.about-author-main .buttons .receive-bonus {
  margin: 0 30px 0 0;
}
.about-author-main .buttons .receive-bonus a {
  width: 270px;
  height: 70px;
  border: 2px solid #7076fa;
}
.about-author-main .buttons .about-author-submit-button a {
  width: 420px;
  height: 70px;
  background: #7076fa;
  text-shadow: 0px 5px 4px rgba(8, 6, 47, 0.4);
}

.about-fairy-tale {
  position: relative;
  z-index: 2;
}
.about-fairy-tale::before {
  content: "";
  background: url("../img/backgrounds/about-fairy-tale-stars.png") center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-fairy-tale-main {
  padding: 130px 0 100px 0;
  display: flex;
  justify-content: space-between;
}
.about-fairy-tale-main .help,
.about-fairy-tale-main .example {
  flex: 0 1 49%;
}
.about-fairy-tale-main .help .help-title,
.about-fairy-tale-main .example .help-title {
  width: 50%;
}
.about-fairy-tale-main .help .about-f-t-title h3,
.about-fairy-tale-main .example .about-f-t-title h3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Neucha";
  font-size: 70px;
  line-height: 1;
  color: #483c93;
}
.about-fairy-tale-main .help .about-f-t-title h3::after,
.about-fairy-tale-main .example .about-f-t-title h3::after {
  position: relative;
  bottom: 5px;
  right: -3%;
  display: inline-block;
  content: "";
  background: url("../img/icons/heading-stars-little.svg") center no-repeat;
  background-size: 75px 25px;
  width: 75px;
  height: 25px;
}
.about-fairy-tale-main .help ul.about-list,
.about-fairy-tale-main .example ul.about-list {
  margin: 25px 0 0 0;
}
.about-fairy-tale-main .help ul.about-list li,
.about-fairy-tale-main .example ul.about-list li {
  display: flex;
  align-items: center;
  font-family: "Bainsley";
  font-size: 22px;
  line-height: 1.1;
  color: #0a0d3f;
  margin: 0 0 25px 0;
  padding: 0 0 0 40px;
  position: relative;
}
.about-fairy-tale-main .help ul.about-list li::before,
.about-fairy-tale-main .example ul.about-list li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -2%;
  transform: translate(0, -50%);
  background: url("../img/icons/check-icon.svg") 0 0 no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
.about-fairy-tale-main .help ul.about-list li:last-child,
.about-fairy-tale-main .example ul.about-list li:last-child {
  margin: 0;
}
.situations-to-use {
  background: url("../img/backgrounds/situations-to-use.png") center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
  margin: 0 0 -70px 0;
}
.situations-to-use::before {
  content: "";
  background: url("../img/backgrounds/situations-to-use-stars.png") top
    no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.situations-to-use-main {
  padding: 170px 0 250px 0;
  margin: 0 250px 0 0;
}
.situations-to-use-main .situations-title h3 {
  font-family: "Neucha";
  font-size: 80px;
  line-height: 1.05;
  color: #feeaca;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.situations-to-use-main .situations-title h3::after {
  position: relative;
  bottom: 2px;
  right: -2%;
  display: inline-block;
  content: "";
  background: url("../img/icons/heading-stars-little-light.svg") 0 0 no-repeat;
  background-size: 100%;
  width: 100px;
  height: 35px;
}
.situations-to-use-main .situations-info {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.situations-to-use-main .situations-info ul.situations-list {
  flex: 0 1 70%;
}
.situations-to-use-main .situations-info ul.situations-list li {
  font-family: "Bainsley";
  font-size: 22px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 15px 0;
  padding: 0 0 0 35px;
  position: relative;
}
.situations-to-use-main .situations-info ul.situations-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url("../img/icons/star.svg") 0 0 no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
}
.situations-to-use-main .situations-info ul.situations-list li:last-child {
  margin: 0;
}
.situations-to-use-main .situations-info .submit-request-block {
  align-self: flex-end;
  width: 420px;
}
.situations-to-use-main .situations-info .submit-request-block p {
  font-family: "Bainsley";
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 25px 0;
}

.prompt {
  background: url("../img/backgrounds/prompt.png") bottom no-repeat;
  background-size: cover;
  margin: 0 0 -50px 0;
  z-index: 7;
}

.prompt-main {
  padding: 50px 0;
  display: flex;
  align-items: center;
}
.prompt-main .prompt-image {
  margin: 0 120px 0 0;
}
.prompt-main .prompt-text {
  font-family: "Bainsley";
  font-size: 30px;
  line-height: 1.05;
  color: #0a0d3f;
}

.excerpt {
  position: relative;
}
.excerpt::before {
  content: "";
  background: url("../img/backgrounds/excerpts-stars.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.excerpt-main {
  padding: 140px 0 160px 0;
}
.excerpt-main .title-dark h2 {
  font-size: 60px;
  max-width: 855px;
}
.excerpt-main p.excerpt-text {
  font-family: "Bainsley";
  font-size: 24px;
  line-height: 1.15;
  text-align: center;
  color: #483c93;
  margin: 0 auto 50px;
  max-width: 815px;
}
.excerpt-main h3 {
  font-family: "Bainsley";
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #0a0d3f;
  margin: 0 0 30px 0;
}
.excerpt-main .read {
  margin: 0 -20px 100px;
}
.excerpt-main .read .read-excerpts-row {
  width: 100%;
}
.submit-fairy-tale {
  background: url("../img/backgrounds/submit.png") 0 0 no-repeat;
  background-size: cover;
  z-index: 7;
  margin: -80px 0;
  position: relative;
}

.submit-fairy-tale-main {
  padding: 170px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.submit-fairy-tale-main .submit-text {
  font-family: "Bainsley";
  font-size: 30px;
  line-height: 1.05;
  color: #ffffff;
  margin: 0 115px 0 0;
}

.results {
  position: relative;
}
.results::before {
  content: "";
  background: url("../img/backgrounds/results-stars.png") 120px -50px no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.results-main {
  padding: 100px 0 120px 0;
}

.formats {
  background: url("../img/backgrounds/formats.png") bottom no-repeat;
  background-size: cover;
  z-index: 6;
  margin: -150px 0 0 0;
}

.formats-main {
  padding: 180px 0 150px;
}
.formats-main .formats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.formats-main .formats-row .format {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 0 1 33%;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.formats-main .formats-row .format .format-image {
  flex: 0 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  background: url("../img/backgrounds/square-image-background-l.png") 0 0
    no-repeat;
  background-size: cover;
}
.formats-main .formats-row .format .format-image img {
  width: 65%;
  z-index: 2;
}
.formats-main .formats-row .format .format-text {
  padding: 20px 95px;
  font-family: "Bainsley";
  font-size: 22px;
  line-height: 1.05;
  color: #0a0d3f;
}

.faq {
  width: 100%;
  height: 100%;
  background: url("../img/backgrounds/faq.png") center no-repeat;
  background-size: cover;
  z-index: 7;
  margin: -50px 0;
}

.faq-main {
  padding: 200px 0 230px 0;
}
.faq-main ul.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.faq-main ul.faq-list li {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px 25px 0 40px;
  margin: 0 0 10px 0;
  cursor: pointer;
}
.faq-main ul.faq-list li:last-child {
  margin: 0;
}
.faq-main ul.faq-list li .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px 0;
}
.faq-main ul.faq-list li .question span {
  flex: 0 1 87%;
  display: flex;
  align-self: center;
  font-family: "Bainsley";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.25;
  color: #ffffff;
}
.faq-main ul.faq-list li .question .question-arrow {
  width: 50px;
  height: 50px;
  padding: 15px;
  background: #6b5ebe;
  border-radius: 40px;
  font-size: none;
}
.faq-main ul.faq-list li .question .question-arrow svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: 0.3s;
}
.faq-main ul.faq-list li .answer {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0 30px 0;
  font-family: "Bainsley";
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
  opacity: 0.8;
  transition: 0.3s;
}
.faq-main ul.faq-list li.active .question .question-arrow svg {
  transform: rotate(180deg);
}
.faq-main ul.faq-list li.active .answer {
  display: flex;
  flex-direction: column;
}

.faq-main ul.faq-list li.active .answer p {
  margin: 3px 0;
}

.bonus {
  position: relative;
}
.bonus::before {
  content: "";
  background: url("../img/backgrounds/bonus-stars.png") 0 -80px no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bonus-main {
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bonus-main .bonus-item {
  flex: 0 1 30%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.bonus-main .bonus-item .bonus-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/backgrounds/circle-img-background.png") center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 100% 0 40px 0;
  position: relative;
  margin: 0 0 20px 0;
}
.bonus-main .bonus-item .bonus-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}
.bonus-main .bonus-item .bonus-item-text {
  font-family: "Bainsley";
  font-size: 22px;
  line-height: 1.05;
  text-align: center;
  color: #0a0d3f;
}
.bonus-main .bonus-info {
  flex: 0 1 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.bonus-main .bonus-info .bonus-info-title {
  margin: 0 0 20px 0;
}
.bonus-main .bonus-info .bonus-info-title h2 {
  font-size: 70px;
  line-height: 1;
  color: #483c93;
}
.bonus-main .bonus-info .bonus-info-paragraphs {
  margin: 0 0 40px 0;
}
.bonus-main .bonus-info .bonus-info-paragraphs p {
  font-family: "Bainsley";
  font-size: 30px;
  line-height: 1.15;
  text-align: center;
  color: #483c93;
  font-feature-settings: 'tnum' on, 'lnum' on;
}

.subscription {
  background: url("../img/backgrounds/subscription.png") 0 0 no-repeat;
  background-size: cover;
  z-index: 7;
  margin: 0 0 -90px 0;
}

.subscription .wpcf7-response-output {
  color: #fff;
}

.subscription-main {
  padding: 150px 0 240px 0;
  display: flex;
  justify-content: space-between;
}
.subscription-main .subscription-text {
  flex: 0 1 55%;
}
.subscription-main .subscription-text p {
  font-family: "Bainsley";
  font-size: 30px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.subscription-main .subscription-text p:last-child {
  margin: 0;
}
.subscription-main .subscription-form {
  flex: 0 1 30%;
}
.subscription-main .subscription-form form {
  display: flex;
  flex-direction: column;
}
.subscription-main .subscription-form form input[type="text"],
.subscription-main .subscription-form form input[type="email"] {
  width: 420px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 65px 20px 30px;
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.subscription-main .subscription-form form input[type="text"]::-moz-placeholder,
.subscription-main
  .subscription-form
  form
  input[type="email"]::-moz-placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.subscription-main
  .subscription-form
  form
  input[type="text"]:-ms-input-placeholder,
.subscription-main
  .subscription-form
  form
  input[type="email"]:-ms-input-placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.subscription-main .subscription-form form input[type="text"]::placeholder,
.subscription-main .subscription-form form input[type="email"]::placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.subscription-main .subscription-form form .subscription-form-input {
  margin: 0 0 30px 0;
  position: relative;
}
.subscription-main .subscription-form form .subs-name-label,
.subscription-main .subscription-form form .subs-email-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 25;
  transform: translate(0, 0);
  padding: 0 20px;
  border-left: 2px solid #e2e7eb;
}
.subscription-main .subscription-form form .subs-name-label img,
.subscription-main .subscription-form form .subs-email-label img {
  width: 100%;
}
.subscription-main .subscription-form form .agreement {
  display: flex;
  margin: 0 0 30px 0;
}
.subscription-main .subscription-form form .agreement label {
  font-family: "Bainsley";
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
}

.contact-us {
  position: relative;
}
.contact-us::before {
  content: "";
  background: #f7f8fa url("../img/backgrounds/contact-stars.png") center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-us-main {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 15;
}
.contact-us-main .social-media {
  margin: 0 0 30px 0;
}
.contact-us-main .social-media .social-media-link {
  display: inline-flex;
  margin: 0 3px;
}
.contact-us-main .social-media a {
  display: inline-flex;
  background: #fff;
  font-family: "Bainsley";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 12px 20px;
}
.contact-us-main .social-media a img,
.contact-us-main .social-media a svg {
  margin: 0 10px 0 0;
}
.contact-us-main .social-media #email {
  color: #6b5ebe;
  border: 1px solid #6b5ebe;
  border-radius: 26px;
}
.contact-us-main .social-media #email svg {
  fill: #6b5ebe;
  width: 16px;
  height: 16px;
}
.contact-us-main .social-media #whatsapp {
  color: #29c44d;
  border: 1px solid #29c44d;
  border-radius: 26px;
}
.contact-us-main .social-media .facebookM {
  display: inline-flex;
  padding: 1px;
  position: relative;
  background: linear-gradient(180deg, #18c1f6 0%, #0070f7 100%);
  border-radius: 26px;
}
.contact-us-main .social-media #facebookM {
  border: 1px solid transparent;
  border-radius: 26px;
  color: #0070f7;
}
.contact-us-main .social-media #viber {
  color: #874d9f;
  border: 1px solid #874d9f;
  border-radius: 26px;
}

.contact-us-main .tel-number {
  margin: 0 0 30px 0;
}

.contact-us-main .tel-number a {
  color: #483c93;
  font-family: "Bainsley";
  font-weight: 700;
  font-size: 27px;
  line-height: 1.1;
}

.contact-us-main .contact-us-text {
  text-align: center;
}
.contact-us-main .contact-us-text p {
  font-family: "Bainsley";
  line-height: 1.1;
  color: #483c93;
}
.contact-us-main .contact-us-text .bigger {
  font-size: 30px;
  margin: 0 0 3px 0;
}
.contact-us-main .contact-us-text .smaller {
  font-size: 22px;
}
.contact-us-main .contact-us-form {
  width: 90%;
}
.wpcf7-list-item {
  margin: 0;
}
.contact-us-main .contact-us-form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-us-main .contact-us-form .wpcf7 {
  width: 100%;
  align-self: center;
}
.contact-us-main .contact-us-form form .contact-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0 30px 0;
}
.contact-us-main .contact-us-form form .contact-details input {
  width: 330px;
  height: 60px;
  flex: 0 1 30%;
  background: #ffffff;
  border: 2px solid #e2e7eb;
  border-radius: 8px;
  padding: 20px 65px 20px 30px;
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.contact-us-main
  .contact-us-form
  form
  .contact-details
  input::-moz-placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.contact-us-main
  .contact-us-form
  form
  .contact-details
  input:-ms-input-placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.contact-us-main .contact-us-form form .contact-details input::placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.contact-us-main .contact-us-form form .contact-details .contact-us-form-input {
  position: relative;
}
.contact-us-main
  .contact-us-form
  form
  .contact-details
  .contact-us-form-input
  .contact-name-label,
.contact-us-main
  .contact-us-form
  form
  .contact-details
  .contact-us-form-input
  .contact-email-label,
.contact-us-main
  .contact-us-form
  form
  .contact-details
  .contact-us-form-input
  .contact-number-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 25;
  transform: translate(0, 0);
  padding: 0 20px;
  border-left: 2px solid #e2e7eb;
}
.contact-us-main
  .contact-us-form
  form
  .contact-details
  .contact-us-form-input
  .contact-name-label
  img,
.contact-us-main
  .contact-us-form
  form
  .contact-details
  .contact-us-form-input
  .contact-email-label
  img,
.contact-us-main
  .contact-us-form
  form
  .contact-details
  .contact-us-form-input
  .contact-number-label
  img {
  width: 100%;
}
.contact-us-main .contact-us-form form .form-text {
  width: 100%;
  margin: 0 0 20px 0;
}
.contact-us-main .contact-us-form form .form-text textarea {
  resize: none;
  overflow-y: auto;
  width: 100%;
  padding: 20px 30px;
  background: #ffffff;
  border: 2px solid #e2e7eb;
  border-radius: 8px;
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.contact-us-main .contact-us-form form .form-text textarea::-moz-placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.contact-us-main
  .contact-us-form
  form
  .form-text
  textarea:-ms-input-placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.contact-us-main .contact-us-form form .form-text textarea::placeholder {
  font-family: "Bainsley";
  font-size: 18px;
  line-height: 1;
  color: #0a0d3f;
}
.contact-us-main .contact-us-form form .agreement {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
}
.contact-us-main .contact-us-form form .agreement label {
  font-family: "Bainsley";
  font-size: 16px;
  line-height: 1;
  color: #0a0d3f;
}
.contact-us-main .contact-us-form form p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Bainsley";
  padding: 2px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: none;
  border: 2px solid #7076fa;
  border-radius: 5px;
}
.contact-us-main .contact-us-form form input[type="submit"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 70px;
  background: #7076fa;
  border-radius: 10px;
  font-family: "Neucha";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  color: #ffffff;
  text-shadow: 0px 5px 4px rgba(8, 6, 47, 0.4);
}

.wpcf7-spinner {
  display: flex;
  align-self: center;
  margin: 10px 0 0 0;
}

footer.footer {
  background: url("../img/backgrounds/footer.png") top center no-repeat;
  background-size: cover;
  margin: -80px 0 0 0;
  z-index: 7;
}

.footer-main {
  padding: 115px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-main ul.footer-menu li {
  margin: 0 0 8px 0;
}
.footer-main ul.footer-menu li:last-child {
  margin: 0;
}
.footer-main ul.footer-menu li a {
  font-family: "Bainsley";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
}
.footer-main .payment-images {
  flex: 0 1 18%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footer-main .payment-images .payment {
  flex: 0 1 24%;
  padding: 4px 3px;
}
.footer-main .payment-images img {
  width: 100%;
}
.footer-main .copyright {
  font-family: "Bainsley";
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.hidden {
  display: none !important;
}

.disabled {
  background-color: #fff !important;
  border: 2px solid #6b5ebe !important;
  color: #6b5ebe !important;
  text-shadow: none !important;
}
