@font-face {
  font-family: "TildaSans";
  src: url("assets/fonts/TildaSans-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("assets/fonts/TildaSans-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("assets/fonts/TildaSans-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("assets/fonts/TildaSans-Regular.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body, html {
  font-size: 16px;
  font-family: "TildaSans", serif;
  overflow-x: hidden !important;
}

a {
  color: rgb(223, 57, 12);
  text-decoration: none;
}

div, input, textarea {
  box-sizing: border-box;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
}

.container-small {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 16px;
}

.entry-content {
  font-size: 1.125rem;
  line-height: 1.3;
}

h1.entry-title {
  margin-top: 32px;
}

.site-content {
  min-height: calc(100vh - 400px);
}

.home-section {
  padding: 42px 0;
}

.home-section.text-block {
  padding-bottom: 0;
}

.home-section.text-block .program-text,
.home-section.text-block span {
  color: #4a0c3f !important;
}

.home-header-wrapper {
  padding: 50px 0 100px 0;
  position: relative;
}
@media (max-width: 660px) {
  .home-header-wrapper {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 475px) {
  .home-header-wrapper {
    padding: 0;
    margin: 0 0 0 0;
  }
}
.home-header-wrapper:after {
  content: "";
  position: absolute;
  width: 1500px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("/wp-content/themes/twentytwentyone/assets/images/background.jpg") no-repeat center top;
  background-size: cover;
}
.home-header-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 36%;
  background: linear-gradient(to top, white, transparent);
  z-index: 1;
}
.home-header-wrapper .container-small {
  position: relative;
  z-index: 1;
}
@media (max-width: 475px) {
  .home-header-wrapper .container-small {
    overflow: hidden;
  }
}

.home-header {
  box-shadow: 0 11px 44px 11px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: flex;
  color: #4a0c3f;
  z-index: 6;
  position: relative;
}
.home-header h1 {
  font-size: 2rem;
  font-weight: 100;
  line-height: 1;
  margin: 20px 0;
}
.home-header h1 span {
  display: inline-block;
  padding: 12px 12px 9px 12px;
  background: #4a0c3f;
  color: #FFF;
  border-radius: 10px;
}
@media (max-width: 760px) {
  .home-header h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 660px) {
  .home-header {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.125rem;
  }
  .home-header h1 {
    font-size: 2rem;
  }
}
@media (max-width: 475px) {
  .home-header {
    margin: 0 -15px;
    border-radius: 0;
  }
  .home-header h1 {
    font-size: 6.8vw;
  }
}

.home-header__image {
  font-size: 0;
  align-items: flex-end;
  display: flex
}

.home-header__content {
  padding: 32px 16px 32px 32px;
  flex: 0 0 60%;
}
@media (max-width: 800px) {
  .home-header__content {
    padding: 32px 0 16px 32px;
  }
}
@media (max-width: 660px) {
  .home-header__content {
    flex: 0 0 80%;
    text-align: center;
    padding: 32px 0 0 0;
  }
}
@media (max-width: 545px) {
  .home-header__content {
    flex: 0 0 100%;
    text-align: center;
    padding: 32px 15px 0 15px;
  }
}

.home-header__description {
  font-weight: bold;
  font-size: 1.125rem;
}
.home-header__description span {
  color: rgb(188, 58, 23);
}

@media (max-width: 475px) {
  .home-header__description {
    font-size: 5vw;
  }
}

.home-header-button {
  padding-top: 26px;
}
@media (max-width: 720px) {
  .home-header-button {
    padding-top: 20px;
  }
}

.home-header__caption span {
  display: inline-block;
  color: #4a0c3f;
  padding: 5px 10px 4px 10px;
  border-radius: 5px;
  line-height: 1;
  font-weight: 600;
  font-size: 2rem;
}

.home-header__image {
  width: 300px;
}
.home-header__image img {
  width: 100%;
}

.section-to-whom {
  padding-top: 0;
}

#timeleft {
  font-size: 2rem;
  font-family: "TildaSans", Arial, sans-serif;
  color: #e44c24;
}
@media (max-width: 475px) {
  #timeleft {
    font-size: 1.6rem;
  }
}

.countdown-timer {
  text-align: center;
}

.section-title h2 {
  font-size: 2.225rem;
  font-weight: normal;
  color: #4a0c3f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 800px) {
  .section-title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 675px) {
  .section-title h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 425px) {
  .section-title h2 {
    font-size: 1.6rem;
  }
  .section-title h2 br {
    display: none;
  }
}
.section-title.section-title-left h2 {
  text-align: left;
}

.bl-1__item {
  border-radius: 5px;
  box-shadow: 0 11px 22px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: linear-gradient(to right, #efe3e3, #f2ecea);
  padding: 10px 15px;
  font-size: 1rem;
  margin-bottom: 20px;
  color: #4a0c3f;
  font-weight: 600;
}

.button-wrapper {
  margin: 32px 0;
  text-align: center;
}

.btn {
  padding: 20px 40px;
  border-radius: 7px;
  color: #FFF;
  box-shadow: 0 2px 12px 3px rgba(139, 24, 0, 0.6);
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #7a1608, #c43f1a, #9b4633, #5d0a00);
  cursor: pointer;
}
.btn.btn-rounded {
  border-radius: 80px;
}
@media (max-width: 475px) {
  .btn {
    padding: 15px 20px;
  }
}

.hr {
  display: flex;
  justify-content: space-around;
  max-width: 500px;
  margin: 0 auto;
}
.hr span {
  height: 4px;
  background: #4a0c3f;
  width: 12%;
  display: flex;
}

.bl-2__item-header {
  padding: 10px 20px;
  border-radius: 6px;
  background: #4a0c3f;
  color: #FFF;
  font-weight: 600;
  display: flex;
  align-items: stretch;
  font-size: 1.125rem;
  box-shadow: 0 11px 44px 11px rgba(0, 0, 0, 0.3);
}
@media (max-width: 425px) {
  .bl-2__item-header {
    padding: 10px 12px 10px 15px;
    font-size: 1rem;
  }
}

.bl-2__count {
  font-size: 1.8rem;
  padding-right: 20px;
  font-weight: normal;
  line-height: 1;
  opacity: .7;
}
@media (max-width: 425px) {
  .bl-2__count {
    padding-right: 15px;
  }
}

.bl-2__item-description {
  padding: 15px 20px 20px 20px;
  color: #4a0c3f;
  font-weight: 600;
}
.bl-2__item-description span {
  color: rgb(188, 58, 23);
}

.bl-2__title {
  align-items: center;
  display: flex;
}

.section-student-results, .section-reviews, .section-program {
  background: #EEE;
}

.main-carousel, .logo-carousel {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .main-carousel, .logo-carousel {
    margin: 0 -8px;
  }
}

.main-carousel.flickity-enabled, .logo-carousel.flickity-enabled {
  overflow: inherit;
}

.main-carousel__item {
  display: inline-block;
  width: 33.33336%;
  padding: 0 15px;
  font-size: 0;
}
.main-carousel__item img {
  width: 100%;
  border-radius: 4%;
}
.main-carousel__item a,
.main-carousel__item img {
  outline: none !important;
}
@media (max-width: 768px) {
  .main-carousel__item {
    padding: 0 8px;
  }
}
@media (max-width: 670px) {
  .main-carousel__item {
    width: 40%;
  }
}
@media (max-width: 545px) {
  .main-carousel__item {
    width: 45%;
  }
}
@media (max-width: 425px) {
  .main-carousel__item {
    width: 60%;
  }
}

.logo-el {
  width: 16.6666667%;
  display: inline-block;
  font-size: 0;
}
@media (max-width: 800px) {
  .logo-el {
    width: 20%;
  }
}
.logo-el img {
  width: 100%;
}

.note-wrapper {
  margin-top: 32px;
}

.note {
  text-align: center;
  padding: 40px 15px;
  max-width: 630px;
  font-weight: 600;
  margin: 0 auto;
  color: #4a0c3f;
}

.training-format {
  color: #4a0c3f;
  text-transform: uppercase;
  font-weight: 600;
}
.training-format span {
  color: rgb(188, 58, 23);
}

.training-format__title {
  margin-top: 42px;
  font-size: 2rem;
  font-weight: 100;
}
@media (max-width: 768px) {
  .training-format__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 670px) {
  .training-format__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 545px) {
  .training-format__title {
    font-size: 1.125rem;
  }
}

.program {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.program-box {
  width: 50%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 475px) {
  .program-box {
    width: 100%;
  }
}

.program-box__content {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 11px 7px rgba(0, 0, 0, 0.2);
  padding: 15px 15px 20px 15px;
  color: #4a0c3f;
  font-weight: 600;
  height: 100%;
}
.program-box__content span {
  color: rgb(188, 58, 23);
}

.program-count {
  display: inline-block;
  padding: 12px 15px;
  border-radius: 6px;
  color: #FFF;
  font-weight: 600;
  background: #4a0c3f;
  box-shadow: 0 11px 44px 11px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.program-text {
  padding-top: 15px;
}

.price {
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 475px) {
  .price {
    padding-top: 24px;
  }
}

.old-price {
  font-size: 21px;
  font-weight: 600;
  color: #4e4e4e;
}

.new-price {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  color: rgb(213, 65, 25);
}
@media (max-width: 475px) {
  .new-price {
    font-size: 3.2rem;
  }
}

.countdown-title {
  font-size: 1.125rem;
}

.countdown-timer {
  margin-top: 5px;
}

.buy-button {
  padding: 26px 0 32px 0;
  text-align: center;
}
.buy-button .btn {
  font-size: 1.4rem;
  min-width: 220px;
  box-shadow: 0 2px 12px 3px rgba(139, 24, 0, 0.6);
}
@media (max-width: 475px) {
  .buy-button {
    padding: 20px 0 28px 0;
  }
}

.section-about {
  background: #4a0c3f;
}
.section-about h2 {
  color: #FFF;
}
.section-about .buy-button {
  padding: 32px 0 0 0;
}

.about {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-top: 15px;
}

.about-box {
  width: 33.333336%;
  line-height: 1.1;
  font-size: 0.8rem;
  margin-bottom: 32px;
  padding: 0 10px;
  color: #fff;
}
@media (max-width: 768px) {
  .about-box {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .about-box {
    width: 100%;
  }
}

.about-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
  color: #8ecef1;
  text-shadow: 0 0 6px rgba(73, 203, 220, 0.92), 0 0 20px rgba(33, 118, 158, 0.34), 0 0 12px rgba(33, 123, 158, 0.52), 0 0 16px rgba(195, 232, 249, 0.92), 0 0 24px rgba(33, 133, 158, 0.78), 0 0 34px rgba(33, 139, 158, 0.92);
}

.section-reviews .flickity-viewport {
  cursor: default !important;
}

.play-video {
  position: relative;
  cursor: pointer;
}
.play-video:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -26px;
  margin-top: -26px;
  border-radius: 50%;
  background: #FFF url(/wp-content/themes/twentytwentyone/assets/images/play.svg) no-repeat center;
  background-size: 100%;
  border: 2px solid #FFF;
  transition: transform 0.2s ease;
}
.play-video:hover:after {
  transform: scale(1.1);
}

/* Animation */
.background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
  z-index: 5;
}
@media (max-width: 475px) {
  .background {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}

.background span {
  width: 14vmin;
  height: 14vmin;
  border-radius: 14vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.background span:nth-child(1) {
  color: rgba(175, 50, 151, 0.1);
  top: 71%;
  left: 78%;
  animation-duration: 97s;
  animation-delay: -2.5s;
  transform-origin: -12vw 5vh;
  box-shadow: 28vmin 0 0 currentColor;
}
.background span:nth-child(2) {
  color: rgba(175, 50, 151, 0.2);
  top: 31%;
  left: 81%;
  animation-duration: 97s;
  animation-delay: -3.2s;
  transform-origin: -3vw -16vh;
  box-shadow: 28vmin 0 0 currentColor;
}
.background span:nth-child(3) {
  color: rgba(175, 50, 151, 0.3);
  top: 62%;
  left: 77%;
  animation-duration: 100s;
  animation-delay: -4.3s;
  transform-origin: 4vw 13vh;
  box-shadow: 28vmin 0 0 currentColor;
}
.background span:nth-child(4) {
  color: rgba(175, 50, 151, 0.3);
  top: 57%;
  left: 57%;
  animation-duration: 102s;
  animation-delay: -0.2s;
  transform-origin: -7vw 4vh;
  box-shadow: 28vmin 0 0 currentColor;
}
.background span:nth-child(5) {
  color: rgba(175, 50, 151, 0.2);
  top: 12%;
  left: 71%;
  animation-duration: 104s;
  animation-delay: -2.1s;
  transform-origin: 5vw -5vh;
  box-shadow: 28vmin 0 0 currentColor;
}
.background span:nth-child(6) {
  color: rgba(175, 50, 151, 0.2);
  top: 5%;
  left: 98%;
  animation-duration: 96s;
  animation-delay: -2.6s;
  transform-origin: -9vw -8vh;
  box-shadow: -28vmin 0 0 currentColor;
}
.background span:nth-child(7) {
  color: rgba(175, 50, 151, 0.3);
  top: 57%;
  left: 95%;
  animation-duration: 95s;
  animation-delay: -3.9s;
  transform-origin: -16vw 2vh;
  box-shadow: 28vmin 0 0 currentColor;
}
.background span:nth-child(8) {
  color: rgba(175, 50, 151, 0.1);
  top: 96%;
  left: 31%;
  animation-duration: 96s;
  animation-delay: -2.8s;
  transform-origin: -13vw -6vh;
  box-shadow: -28vmin 0 0 currentColor;
}
.background span:nth-child(9) {
  color: rgba(175, 50, 151, 0.3);
  top: 39%;
  left: 88%;
  animation-duration: 101s;
  animation-delay: -1s;
  transform-origin: -21vw 8vh;
  box-shadow: -28vmin 0 0 currentColor;
}
.background span:nth-child(10) {
  color: rgba(175, 50, 151, 0.3);
  top: 95%;
  left: 28%;
  animation-duration: 93s;
  animation-delay: -1.4s;
  transform-origin: -11vw -18vh;
  box-shadow: 28vmin 0 0 currentColor;
}
.background span:nth-child(11) {
  color: rgba(175, 50, 151, 0.2);
  top: 66%;
  left: 10%;
  animation-duration: 110s;
  animation-delay: -5.6s;
  transform-origin: 0vw -8vh;
  box-shadow: 28vmin 0 0 currentColor;
}
.background span:nth-child(12) {
  color: rgba(175, 50, 151, 0.2);
  top: 93%;
  left: 30%;
  animation-duration: 93s;
  animation-delay: -4.3s;
  transform-origin: -3vw 25vh;
  box-shadow: -28vmin 0 0 currentColor;
}
.background span:nth-child(13) {
  color: rgba(175, 50, 151, 0.1);
  top: 50%;
  left: 66%;
  animation-duration: 93s;
  animation-delay: -1.3s;
  transform-origin: -14vw -3vh;
  box-shadow: 28vmin 0 0 currentColor;
}
.background span:nth-child(14) {
  color: rgba(175, 50, 151, 0.2);
  top: 58%;
  left: 74%;
  animation-duration: 96s;
  animation-delay: -2s;
  transform-origin: -5vw 17vh;
  box-shadow: -28vmin 0 0 currentColor;
}
.background span:nth-child(15) {
  color: rgba(175, 50, 151, 0.2);
  top: 31%;
  left: 79%;
  animation-duration: 101s;
  animation-delay: -3.4s;
  transform-origin: -5vw 17vh;
  box-shadow: -28vmin 0 0 currentColor;
}
@media screen and (max-width: 475px) {
  .background span:nth-child(1) {
    color: rgba(175, 50, 151, 0.2);
    top: 66%;
    left: -6%;
    animation-duration: 93s;
    animation-delay: -2.4s;
    transform-origin: 2vw 25vh;
    box-shadow: -28vmin 0 0 currentColor;
  }
  .background span:nth-child(2) {
    color: rgba(175, 50, 151, 0.3);
    top: 82%;
    left: 8%;
    animation-duration: 103s;
    animation-delay: -0.5s;
    transform-origin: 2vw -7vh;
    box-shadow: 28vmin 0 0 currentColor;
  }
  .background span:nth-child(3) {
    color: rgba(175, 50, 151, 0.1);
    top: 88%;
    left: 32%;
    animation-duration: 104s;
    animation-delay: -5.6s;
    transform-origin: -17vw -4vh;
    box-shadow: 28vmin 0 0 currentColor;
  }
  .background span:nth-child(4) {
    color: rgba(175, 50, 151, 0.2);
    top: 18%;
    left: 39%;
    animation-duration: 99s;
    animation-delay: -4.4s;
    transform-origin: -8vw 1vh;
    box-shadow: -28vmin 0 0 currentColor;
  }
  .background span:nth-child(5) {
    color: rgba(175, 50, 151, 0.1);
    top: -4%;
    left: 75%;
    animation-duration: 97s;
    animation-delay: -5.1s;
    transform-origin: -8vw 9vh;
    box-shadow: 28vmin 0 0 currentColor;
  }
  .background span:nth-child(6) {
    color: rgba(175, 50, 151, 0.1);
    top: 69%;
    left: 37%;
    animation-duration: 98s;
    animation-delay: -5.8s;
    transform-origin: -6vw -23vh;
    box-shadow: 28vmin 0 0 currentColor;
  }
  .background span:nth-child(7) {
    color: rgba(175, 50, 151, 0.3);
    top: 43%;
    left: -7%;
    animation-duration: 109s;
    animation-delay: -0.1s;
    transform-origin: 3vw -7vh;
    box-shadow: -28vmin 0 0 currentColor;
  }
  .background span:nth-child(8) {
    color: rgba(175, 50, 151, 0.2);
    top: 51%;
    left: 45%;
    animation-duration: 108s;
    animation-delay: -4.4s;
    transform-origin: -24vw 9vh;
    box-shadow: -28vmin 0 0 currentColor;
  }
  .background span:nth-child(9) {
    color: rgba(175, 50, 151, 0.3);
    top: 26%;
    left: -7%;
    animation-duration: 102s;
    animation-delay: -4.7s;
    transform-origin: -23vw 13vh;
    box-shadow: 28vmin 0 0 currentColor;
  }
  .background span:nth-child(10) {
    color: rgba(175, 50, 151, 0.3);
    top: 8%;
    left: -13%;
    animation-duration: 98s;
    animation-delay: -2.2s;
    transform-origin: -22vw 9vh;
    box-shadow: -28vmin 0 0 currentColor;
  }
  .background span:nth-child(11) {
    color: rgba(175, 50, 151, 0.2);
    top: 80%;
    left: 40%;
    animation-duration: 100s;
    animation-delay: -0.4s;
    transform-origin: -14vw -24vh;
    box-shadow: 28vmin 0 0 currentColor;
  }
  .background span:nth-child(12) {
    color: rgba(175, 50, 151, 0.1);
    top: 20%;
    left: 40%;
    animation-duration: 97s;
    animation-delay: -2.6s;
    transform-origin: -6vw -3vh;
    box-shadow: -28vmin 0 0 currentColor;
  }
  .background span:nth-child(13) {
    color: rgba(175, 50, 151, 0.1);
    top: 66%;
    left: 6%;
    animation-duration: 100s;
    animation-delay: -2.7s;
    transform-origin: 3vw -24vh;
    box-shadow: 28vmin 0 0 currentColor;
  }
  .background span:nth-child(14) {
    color: rgba(175, 50, 151, 0.1);
    top: 84%;
    left: -18%;
    animation-duration: 101s;
    animation-delay: -0.7s;
    transform-origin: 3vw 24vh;
    box-shadow: -28vmin 0 0 currentColor;
  }
  .background span:nth-child(15) {
    color: rgba(175, 50, 151, 0.1);
    top: 21%;
    left: -15%;
    animation-duration: 99s;
    animation-delay: -2.6s;
    transform-origin: -23vw 17vh;
    box-shadow: -28vmin 0 0 currentColor;
  }
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.home-header-container {
  position: relative;
}

.flickity-prev-next-button.next {
  right: -55px;
}

.flickity-prev-next-button.previous {
  left: -55px;
}

@media (max-width: 991px) {
  .container .flickity-prev-next-button.next {
    right: -9px;
  }
  .container .flickity-prev-next-button.previous {
    left: -9px;
  }
}
.flickity-button {
  position: absolute;
  background: #FFF;
  border: none;
  color: #4a0a3e;
  box-shadow: 0 11px 44px 11px rgba(0, 0, 0, 0.3);
}
.flickity-button svg {
  fill: #4a0a3e;
}

.flickity-prev-next-button .flickity-button-icon {
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

.logo-carousel-container {
  padding: 0 70px;
}
@media (max-width: 768px) {
  .logo-carousel-container {
    padding: 0;
  }
}

.flickity-page-dots {
  position: relative;
  width: 100%;
  bottom: inherit;
  list-style: none;
  text-align: center;
  line-height: 1;
  margin-top: 24px;
}

.flickity-page-dots .dot {
  background: rgb(213, 65, 25);
}

.section-about .flickity-page-dots .dot {
  background: #fff;
}

@media (max-width: 768px) {
  .flickity-viewport {
    overflow: inherit;
  }
}

@media (max-width: 475px) {
  .logo-carousel {
    display: none;
  }
}

.logo-carousel-mobile {
  display: none;
}
@media (max-width: 475px) {
  .logo-carousel-mobile {
    display: block;
  }
}

.logo-el-wrap .logo-el {
  width: 50%;
}
.logo-el-wrap .logo-el img {
  padding: 0 10%;
  box-sizing: border-box;
  max-height: 120px;
  object-fit: cover;
}

.site-footer {
  color: #4a0c3f;
  padding: 50px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 545px) {
  .footer-content {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

.company-info {
  font-weight: 600;
}

.meta-co {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 32px;
  opacity: 0.5;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
}
@media (max-width: 545px) {
  .meta-co {
    text-align: left;
    max-width: 100%;
  }
}

.footer-menu {
  text-align: right;
}
.footer-menu a {
  display: inline-block;
  color: rgb(201, 62, 24);
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 545px) {
  .footer-menu {
    text-align: left;
    padding-top: 20px;
  }
}

/* POPUP */
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
}

.popup.opened {
  opacity: 1;
  visibility: visible;
}

.popup-content-wrapper {
  max-width: 430px;
  display: flex;
  align-items: center;
  margin: 70px auto;
  min-height: calc(100vh - 140px);
}

.popup-content {
  padding: 15px;
  border-radius: 5px;
  background: #FFF;
  width: 100%;
  transform: scale(0.9);
  opacity: 0;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  margin: 0 10px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
}

.video .popup-content {
  background: none;
  padding: 0 0 125% 0;
  background: #000;
}
@media (min-aspect-ratio: 5/7) {
  .video .popup-content {
    padding: 0 0 55.2% 0;
  }
}

.video .popup-content-wrapper {
  max-width: 1024px;
}

.video video {
  background: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.watch-video {
  position: absolute;
  bottom: -70px;
  width: 300px;
  font-size: 31px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  left: 50%;
  margin-left: -150px;
}

.opened .popup-content {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.popup-title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
}

.popup-close {
  background: url(/wp-content/themes/twentytwentyone/assets/images/times.svg) no-repeat center;
  background-size: 40%;
  position: absolute;
  right: -18px;
  top: -64px;
  width: 63px;
  height: 63px;
  cursor: pointer;
}

.popup-close:hover {
  opacity: 0.8;
}

.popup-close:active {
  opacity: 0.5;
}

.form_item input,
.form_item textarea {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
}

.form_item input:focus,
.form_item textarea:focus {
  border-color: #d54119;
  outline: none;
}

.form_item label {
  font-size: 18px;
  display: block;
  padding-bottom: 5px;
}

.warning {
  color: red;
  display: none;
}

.form_item {
  padding-bottom: 20px;
}

.form_item:last-child {
  padding-bottom: 0;
}

.form_item .offer_send, .buy-course {
  width: 100%;
  height: auto;
  padding: 14px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: #d54119;
  color: #FFF;
  border: none;
  box-shadow: 0 2px 12px 3px rgba(255, 44, 0, 0.6);
}

.form_item .offer_send:hover, .buy-course:hover {
  background: #e1451b;
  color: #FFF;
}

.form_item .offer_send:active, .buy-course:active {
  background: #bd3814;
}

.success_mess {
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
  color: #d54119;
  font-weight: 900;
  line-height: 1.2;
  width: 80%;
  margin: 0 auto;
}

.information {
  font-size: 20px;
}

input[type=checkbox] {
  accent-color: #424242;
}

.form_item__caption {
  padding-top: 10px;
  text-align: center;
  color: #4e4e4e;
}

.header-content {
  padding: 24px 0;
}
.header-content a {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-content a svg {
  margin-right: 6px;
  width: 18px;
  height: 18px;
  fill: rgb(223, 57, 12);
}

.payment-page h1 {
  text-align: center;
}
@media (max-width: 450px) {
  .payment-page h1 {
    font-size: 1.7em;
  }
}

.payment-page__text {
  font-size: 1.4rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.bot-url-button {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 32px;
}
.bot-url-button a {
  display: inline-block;
}
.bot-url-button svg {
  fill: #FFF;
  width: 50px;
  margin-right: 20px;
  margin-left: -5px;
}
.bot-url-button .btn {
  font-size: 1.3rem;
  display: flex;
  padding: 20px 25px;
}

/*# sourceMappingURL=style.css.map */

#checkbox_0 {
  width: 16px;
  height: 14px;
}


/* Купон */

.form_item.coupon .form_items {
  display: flex;
}

.form_item.coupon .form_item__child:first-child input {
  width: calc(100% - 10px)
}

.button.coupon, .button.qt {
  height: 42px;
  font-weight: bold;
  background: #d54119;
  color: #FFF;
  border: none;
  border-radius: 5px;
  padding: 0 15px;
  cursor: pointer;
  transition: .2s ease;
}

.button.coupon:hover, .button.qt:hover {
  background: #e1451b;
}

.button.coupon:active, .button.qt:active {
  background: #bd3814;
}

.price-label > span {
  font-weight: bold;
}
.price-label {
  text-align: center;
  font-size: 21px;
  padding: 14px 0;
  margin-top: 5px;
}

.current-price {
  margin-left: 3px;
}

.price-label .old-price:after {
  content: "";
  width: 115%;
  height: 2px;
  background: #3e3e3e;
  position: absolute;
  left: -4px;
  top: 11px;
  transform: rotate(-10deg);
}
.price-label .old-price {
  color: #9a9a9a;
  position: relative;
  margin-left: 6px;
}

.success {
  color: green;
  display: none;
}

@media screen and (max-width: 375px) {
  .n1 {
    font-size: 18px;
  }
  .n1 .title {
    font-size: 21px;
  }
}

.form_item__child:first-child {
  flex-grow: 1;
}

.mbc {
  padding-bottom: 64px !important;
}
.buy-course[disabled] {
  opacity: .75;
}

.section-student-results {
  background: #000;
}

.student-results {
  display: flex;
  flex-wrap: wrap;
}

.student-results__item {
  width: calc(100% / 3);
  padding: 0 16px;
  font-size: 0;
  margin-bottom: 32px;
}

.student-results__item img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .student-results__item {
    width: calc(100% / 2);
  }
}

@media (max-width: 545px) {
  .student-results__item {
    width: 100%;
    margin-bottom: 32px;
  }

  .student-results__item {
  }
}

.section-student-results h2 {
  color: #FFF;
}

.text-tile {
  background: #000000;
  padding: 15px 20px;
  border-radius: 7px;
  color: #FFF;
  display: flex;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}