@import url(vendor/swiper.css);
@import url(vendor/jquery.rateyo.css);
@import url(vendor/jquery.fancybox.css);
@import url(vendor/videojs.css);
@import url(../vendor/jquery.arcticmodal-0.3.css);
html {
  font-size: 62.5%; }

body {
  background-color: #e0e0e0;
  color: #303030;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  min-width: 1000px; }

body {
  font-size: 1.6rem;
  line-height: 2.4rem; }

img {
  font-style: italic; }

h1,
.alpha {
  font-family: "Roboto", sans-serif;
  font-size: 7.5rem;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 8rem; }

h2,
.beta {
  font-family: "Roboto", sans-serif;
  font-size: 4.6rem;
  font-weight: normal;
  line-height: 5rem; }

h3,
.gamma {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 3.4rem; }

h4, .form_legend,
.delta {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 3rem; }

h5,
.epsilon {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.5rem; }

h6, .form_btn,
.zeta {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.c-d {
  cursor: default; }

.c-p {
  cursor: pointer; }

.va-bl {
  vertical-align: baseline; }

.va-t {
  vertical-align: top; }

.va-m {
  vertical-align: middle; }

.va-b {
  vertical-align: bottom; }

.bg-major {
  background-color: #786fff; }

.bg-minor {
  background-color: #04fbc5; }

.bg-voice {
  background-color: #050505; }

.bg-muted {
  background-color: #999; }

.format-money {
  white-space: nowrap; }

.numbered {
  list-style: decimal outside; }

.round {
  border-radius: 50%; }

.tx-xxs {
  font-size: 70%;
  line-height: 160%; }

.tx-xs {
  font-size: 80%;
  line-height: 160%; }

.tx-s {
  font-size: 1.3rem;
  line-height: 1.8rem; }

.tx-l {
  font-size: 110%;
  line-height: 160%; }

.tx-xl {
  font-size: 120%;
  line-height: 160%; }

.tx-xxl {
  font-size: 130%;
  line-height: 160%; }

.tx-i {
  font-style: italic; }

.tx-100 {
  font-weight: 100; }

.tx-200 {
  font-weight: 200; }

.tx-300 {
  font-weight: 300; }

.tx-400 {
  font-weight: 400; }

.tx-500 {
  font-weight: 500; }

.tx-600 {
  font-weight: 600; }

.tx-700 {
  font-weight: 700; }

.tx-800 {
  font-weight: 800; }

.tx-900 {
  font-weight: 900; }

.tx-major {
  color: #786fff; }

.tx-minor {
  color: #04fbc5; }

.tx-voice {
  color: #050505; }

.tx-muted {
  color: #999; }

.tx-left {
  text-align: left; }

.tx-center {
  text-align: center; }

.tx-right {
  text-align: right; }

.tx-cap {
  text-transform: capitalize; }

.tx-lower {
  text-transform: lowercase; }

.tx-upper {
  text-transform: uppercase; }

.form_el__focus {
  box-shadow: 0 0 0.1rem 0.1rem rgba(41, 128, 185, 0.66) !important; }

.p-0 {
  padding: 0 !important; }

button, input, select, textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

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

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

.form_el[disabled] {
  background-color: #eee;
  opacity: .5; }
.form_el[data-placeholder="true"]:not(.form_btn) {
  color: #999; }
.form_el[data-placeholder="true"].form_file::after, .form_el[data-placeholder="true"].form_select::after {
  color: #999; }
.form_el[data-valid="true"] {
  color: green; }
  .form_el[data-valid="true"]:not(.form_btn) {
    background-color: rgba(0, 128, 0, 0.1);
    border-color: rgba(0, 128, 0, 0.7); }
  .form_el[data-valid="true"].form_btn {
    border-color: rgba(0, 128, 0, 0.55);
    background-color: rgba(0, 128, 0, 0.1);
    background: -webkit-linear-gradient(top, rgba(0, 128, 0, 0.1) 0%, rgba(0, 128, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 128, 0, 0.1) 0%, rgba(0, 128, 0, 0.4) 100%); }
    .form_el[data-valid="true"].form_btn:active {
      background-color: rgba(0, 128, 0, 0.4);
      background: -webkit-linear-gradient(top, rgba(0, 128, 0, 0.4) 0%, rgba(0, 128, 0, 0.1) 100%);
      background: linear-gradient(to bottom, rgba(0, 128, 0, 0.4) 0%, rgba(0, 128, 0, 0.1) 100%); }
  .form_el[data-valid="true"].form_checkbox::after, .form_el[data-valid="true"].form_radio::after {
    background-color: rgba(0, 128, 0, 0.7); }
  .form_el[data-valid="true"].form_file::after, .form_el[data-valid="true"].form_select::after {
    color: rgba(0, 128, 0, 0.7); }
.form_el[data-valid="false"] {
  color: red; }
  .form_el[data-valid="false"]:not(.form_btn) {
    background-color: rgba(255, 0, 0, 0.1);
    border-color: rgba(255, 0, 0, 0.7); }
  .form_el[data-valid="false"].form_btn {
    border-color: rgba(255, 0, 0, 0.55);
    background-color: rgba(255, 0, 0, 0.1);
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.1) 0%, rgba(255, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, rgba(255, 0, 0, 0.4) 100%); }
    .form_el[data-valid="false"].form_btn:active {
      background-color: rgba(255, 0, 0, 0.4);
      background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.4) 0%, rgba(255, 0, 0, 0.1) 100%);
      background: linear-gradient(to bottom, rgba(255, 0, 0, 0.4) 0%, rgba(255, 0, 0, 0.1) 100%); }
  .form_el[data-valid="false"].form_checkbox::after, .form_el[data-valid="false"].form_radio::after {
    background-color: rgba(255, 0, 0, 0.7); }
  .form_el[data-valid="false"].form_file::after, .form_el[data-valid="false"].form_select::after {
    color: rgba(255, 0, 0, 0.7); }

.form_el_tag[disabled] {
  cursor: no-drop; }

.form_label__el {
  cursor: pointer; }
  .form_label__el > .form_label_inner {
    margin-left: 2.4rem; }
    .form_label__el > .form_label_inner > a {
      text-decoration: underline; }

.form_label__el {
  margin-right: 1rem; }

.form_btn {
  height: 3.6rem;
  border-radius: .3rem;
  cursor: pointer;
  text-align: center; }

a.form_btn {
  color: inherit !important; }

.form_btn__major {
  padding: 0 2.5rem;
  background-color: rgba(88, 76, 255, 0.9);
  color: #fff;
  -webkit-transition: background 0.05s ease;
  -moz-transition: background 0.05s ease;
  -ms-transition: background 0.05s ease;
  -o-transition: background 0.05s ease;
  transition: background 0.05s ease; }
  .form_btn__major:not([disabled]):hover {
    background-color: #584cff; }
  .form_btn__major:not([disabled]):active {
    background-color: rgba(88, 76, 255, 0.9); }
  .form_btn__major .form_btn_inner {
    line-height: 3.6rem; }

.form_btn__minor {
  padding: 0 2.5rem;
  background-color: #f35704;
  color: #fff;
  -webkit-transition: background 0.05s ease, color 0.05s ease;
  -moz-transition: background 0.05s ease, color 0.05s ease;
  -ms-transition: background 0.05s ease, color 0.05s ease;
  -o-transition: background 0.05s ease, color 0.05s ease;
  transition: background 0.05s ease, color 0.05s ease; }
  .header .form_btn__minor:not(:last-child) {
    margin-right: 1.5rem; }
  .header-actions_i .form_btn__minor.tablet {
    float: right; }
    .header-actions_i .form_btn__minor.tablet:not(:last-child) {
      margin-right: 0; }
    .header-actions_i .form_btn__minor.tablet:last-child {
      margin-top: 1rem; }
  .form_btn__minor:not([disabled]):hover {
    background-color: #f35704;
    color: #584cff; }
  .form_btn__minor:not([disabled]):active {
    background-color: #f35704;
    color: #786fff; }
  .form_btn__minor[data-background-tutu] {
    background: #fffdfe; }
    .form_btn__minor[data-background-tutu]:hover {
      background: rgba(255, 253, 254, 0.85); }
  .form_btn__minor .form_btn_inner {
    line-height: 3.6rem; }

.form_btn__white {
  padding: 0 2.5rem;
  background-color: #fff;
  color: #786fff;
  -webkit-transition: background 0.05s ease, color 0.05s ease;
  -moz-transition: background 0.05s ease, color 0.05s ease;
  -ms-transition: background 0.05s ease, color 0.05s ease;
  -o-transition: background 0.05s ease, color 0.05s ease;
  transition: background 0.05s ease, color 0.05s ease; }
  .form_btn__white:not([disabled]):hover {
    background-color: #fff;
    color: #584cff; }
  .form_btn__white:not([disabled]):active {
    background-color: #fff;
    color: #786fff; }
  .form_btn__white .form_btn_inner {
    line-height: 3.6rem; }

.form_btn__bordered {
  padding: 0 2.1rem;
  border: 2px solid #303030;
  color: #303030;
  -webkit-transition: border 0.05s ease, color 0.05s ease;
  -moz-transition: border 0.05s ease, color 0.05s ease;
  -ms-transition: border 0.05s ease, color 0.05s ease;
  -o-transition: border 0.05s ease, color 0.05s ease;
  transition: border 0.05s ease, color 0.05s ease; }
  .form_btn__bordered:not([disabled]):hover {
    border-color: #786fff;
    color: #786fff; }
  .form_btn__bordered:not([disabled]):active {
    border-color: #303030;
    color: #303030; }
  .form_btn__bordered .form_btn_inner {
    line-height: 3.2rem; }

.form_btn__bordered-white {
  border-color: #fff;
  color: #fff;
  -webkit-transition: background 0.05s ease, color 0.05s ease;
  -moz-transition: background 0.05s ease, color 0.05s ease;
  -ms-transition: background 0.05s ease, color 0.05s ease;
  -o-transition: background 0.05s ease, color 0.05s ease;
  transition: background 0.05s ease, color 0.05s ease; }
  .form_btn__bordered-white:not([disabled]):hover, .form_btn__bordered-white:not([disabled]):active {
    background: #fff;
    border-color: #fff;
    color: #786fff; }

.form_btn-group {
  text-align: center; }
  .form_btn-group > li {
    display: inline-block;
    vertical-align: top; }
    .form_btn-group > li .form_btn {
      border-radius: 0; }
    .form_btn-group > li:first-child .form_btn {
      border-radius: .3rem 0 0 .3rem; }
    .form_btn-group > li:last-child .form_btn {
      border-radius: 0 .3rem .3rem 0; }

.form_tx {
  padding: 0 1rem;
  height: 5rem;
  border: 2px solid #303030;
  border-radius: .4rem;
  background-color: #fff; }

.form_textarea {
  padding: 1rem 1.5rem;
  height: 20rem;
  border: 2px solid #303030;
  border-radius: .4rem;
  background-color: #fff; }

.form_checkbox__default {
  width: 3.2rem;
  height: 3.2rem;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer; }
  .form_checkbox__default[data-checked="true"]::after {
    width: 1.1rem;
    height: 1.2rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAMAAACDd7esAAAAKlBMVEUwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDCvibstAAAADXRSTlMAESIzVWZ3iJm7zN3uL1iUEAAAAEVJREFUeNpFjUkOACAIA8UFUen/vyuaVDnAQJg0scTqY8UgFqCRxz83oISjOZqjX2dK6nAJzg47Il/XEw0hMnEekYvKnRt6mQHUVGdqeQAAAABJRU5ErkJggg==) transparent center no-repeat;
    content: ""; }
  .form_checkbox__default + .form_label_inner {
    margin-left: 4.2rem;
    line-height: 5rem;
    white-space: normal; }

.form_checkbox__circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer; }
  .form_checkbox__circle[data-checked]::after {
    border-radius: 50%;
    content: "";
    -webkit-transition: width 0.1s ease, height 0.1s ease;
    -moz-transition: width 0.1s ease, height 0.1s ease;
    -ms-transition: width 0.1s ease, height 0.1s ease;
    -o-transition: width 0.1s ease, height 0.1s ease;
    transition: width 0.1s ease, height 0.1s ease; }
  .form_checkbox__circle[data-checked] + .form_label_inner {
    margin-left: 3.8rem;
    line-height: 2rem;
    white-space: normal; }
  .form_checkbox__circle[data-checked="false"]::after {
    width: 2rem;
    height: 2rem;
    border: 2px solid #04fbc5; }
  .form_checkbox__circle[data-checked="false"] + .form_label_inner {
    color: #999; }
  .form_checkbox__circle[data-checked="true"]::after {
    width: 2.2rem;
    height: 2.2rem;
    background: #04fbc5; }
  .form_checkbox__circle[data-checked="true"] + .form_label_inner {
    color: #fff; }

.form_checkbox__squared {
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #303030;
  border-radius: .4rem;
  background-color: #fff;
  cursor: pointer; }
  .form_checkbox__squared[data-checked="true"]::after {
    width: 1.1rem;
    height: 1.2rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAMAAACDd7esAAAAKlBMVEUwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDCvibstAAAADXRSTlMAESIzVWZ3iJm7zN3uL1iUEAAAAEVJREFUeNpFjUkOACAIA8UFUen/vyuaVDnAQJg0scTqY8UgFqCRxz83oISjOZqjX2dK6nAJzg47Il/XEw0hMnEekYvKnRt6mQHUVGdqeQAAAABJRU5ErkJggg==) transparent center no-repeat;
    content: ""; }
  .form_checkbox__squared + .form_label_inner {
    margin-left: 3.2rem;
    text-align: left;
    white-space: normal; }

.form_radio {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer; }
  .form_radio[data-checked="true"]::after {
    width: .6rem;
    height: .6rem;
    background-color: #666;
    border-radius: 50%;
    content: ""; }

.form_file {
  height: 3rem;
  border: 1px solid #ccc;
  border-radius: .3rem;
  background-color: #fff;
  cursor: pointer; }
  .form_file[disabled] {
    cursor: no-drop; }
  .form_file::after {
    right: .6rem;
    color: #ccc;
    content: "\f07c";
    font-family: FontAwesome; }

.form_file_inner {
  margin: 0 2.8rem 0 .75rem;
  line-height: 2.8rem; }

.form_select {
  height: 5rem;
  border: 2px solid #303030;
  border-radius: .4rem;
  background-color: #fff;
  cursor: pointer; }
  .form_select::after {
    right: 1.5rem;
    color: #303030;
    content: "\f0d7";
    font-family: FontAwesome; }

.form_select_inner {
  margin: 0 4rem 0 1.5rem;
  line-height: 4.8rem; }

.course-structure__title, .learnings__title, .skills__title, .extras__title, .workshops__title, .our-workshops__title, .courses__title, .about-course__title, .team__title, .reviews__title, .questions__title {
  margin: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.card__title {
  max-width: 232px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.course-structure__lesson, .course-structure__description, .learnings__item, .skills__item, .extras__text, .extras__text > ul > li,
.extras__text > ol > li, .our-workshops__description, .about-course__text, .about-course__text > ul > li,
.about-course__text > ol > li, .team__text, .team__name, .reviews__name, .reviews__text, .questions__list-answer {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }

.top-detail__category, .navigation__list-text, .navigation__button {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.top__text, .top-detail__age, .description__title, .description__text > p, .description__text > ul > li,
.description__text > ol > li {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; }

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

html,
body {
  overflow-x: hidden; }

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0; }

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  color: #768794;
  background-color: #f3f6f8;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow: hidden; }

main {
  flex: 1;
  background: #f3f6f8 !important;
  overflow: hidden; }

a {
  text-decoration: none;
  cursor: pointer; }

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  color: inherit;
  font-family: inherit; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

select {
  border-radius: 0; }

textarea {
  resize: none; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none; }

iframe {
  border: none; }

img {
  max-width: 100%; }
  img[width], img[height] {
    max-width: none; }

figure {
  margin: 0; }

ol,
ul {
  list-style: none; }

svg {
  vertical-align: top; }

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

:disabled {
  cursor: not-allowed; }

strong {
  font-weight: 900; }

.delimiter {
  width: 100%;
  border-bottom: 1px solid #c9cad1; }

@font-face {
  font-family: 'Montserrat';
  src: url(/assets/Montserrat/Montserrat-Bold-2507f6703496d52aeeeddf896b645da8.eot);
  src: url(/assets/Montserrat/Montserrat-Bold-2507f6703496d52aeeeddf896b645da8.eot?#iefix) format("embedded-opentype"), url(/assets/Montserrat/Montserrat-Bold-9bf796198c3f3bcc93dcafa145c4a486.woff2) format("woff2"), url(/assets/Montserrat/Montserrat-Bold-792aad75706ba446e4fa2435520c3a4e.woff) format("woff"), url(/assets/Montserrat/Montserrat-Bold-a8e16a344fcf6aebc4b7ccfe08e9a91b.ttf) format("truetype"), url(/assets/Montserrat/Montserrat-Bold-fb965824307914e8686f13ce10aa9291.svg#Montserrat-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url(/assets/Montserrat/Montserrat-Medium-3955544bbe066f1de46dd561d0d89989.eot);
  src: url(/assets/Montserrat/Montserrat-Medium-3955544bbe066f1de46dd561d0d89989.eot?#iefix) format("embedded-opentype"), url(/assets/Montserrat/Montserrat-Medium-6afaebc3b4a47ee867eb620e86a8d317.woff2) format("woff2"), url(/assets/Montserrat/Montserrat-Medium-186f32612965ab883de6d5f8030c8088.woff) format("woff"), url(/assets/Montserrat/Montserrat-Medium-7e09c886ad7a13b4075d2d59cbeb74b5.ttf) format("truetype"), url(/assets/Montserrat/Montserrat-Medium-bdffe75e27b7c4f87148fd04020775f7.svg#Montserrat-Medium) format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url(/assets/Montserrat/Montserrat-Black-b17d2ae68b03fa29d017767416eb9dfb.eot);
  src: url(/assets/Montserrat/Montserrat-Black-b17d2ae68b03fa29d017767416eb9dfb.eot?#iefix) format("embedded-opentype"), url(/assets/Montserrat/Montserrat-Black-5a04ded773150f0885a3361b5e43f761.woff2) format("woff2"), url(/assets/Montserrat/Montserrat-Black-fe05a9b475391a8b625d3f0eaa836b0e.woff) format("woff"), url(/assets/Montserrat/Montserrat-Black-7db03492c6114a309cc0f98fc014c408.ttf) format("truetype"), url(/assets/Montserrat/Montserrat-Black-e738595c2a32d5810ac01d4508120595.svg#Montserrat-Black) format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url(/assets/Montserrat/Montserrat-Regular-97a38fb5b71bbd8566262adfaadd23d0.eot);
  src: url(/assets/Montserrat/Montserrat-Regular-97a38fb5b71bbd8566262adfaadd23d0.eot?#iefix) format("embedded-opentype"), url(/assets/Montserrat/Montserrat-Regular-e43722b48195e05e4dafbb4c7c0a3288.woff2) format("woff2"), url(/assets/Montserrat/Montserrat-Regular-86c211a7fc2e62c83e00ab06859fd255.woff) format("woff"), url(/assets/Montserrat/Montserrat-Regular-0e551361811773ac29c2f2ce65c900aa.ttf) format("truetype"), url(/assets/Montserrat/Montserrat-Regular-86c4599a49bcc2056739a3c2409375ee.svg#Montserrat-Regular) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Formular';
  src: url(/assets/Formular/Formular-Bold-937f7e6d123aa2f70fb61d097786d86e.eot);
  src: url(/assets/Formular/Formular-Bold-937f7e6d123aa2f70fb61d097786d86e.eot?#iefix) format("embedded-opentype"), url(/assets/Formular/Formular-Bold-3cc3bec685d4c6a54a0d9a0730c7e86a.woff2) format("woff2"), url(/assets/Formular/Formular-Bold-583d0608546a73916d94d12858bbb101.woff) format("woff"), url(/assets/Formular/Formular-Bold-a42e93794c3263592b3df27613e5f1b8.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }
.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1066px; }

.header {
  width: 100%;
  background-color: #021680;
  position: relative;
  z-index: 10; }
  .header__inner {
    margin: 0;
    padding: 40px 0 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .header-list {
    display: flex;
    align-items: flex-end;
    margin: 0;
    padding: 0; }
    .header-list__item:not(:nth-child(1)) {
      margin: 0 0 0 32px; }
    .header-list__link {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #ffffff;
      position: relative; }
      .header-list__link--active {
        color: #ef7a20; }
        .header-list__link--active::before {
          content: '';
          height: 4px;
          width: 100%;
          background: #ef7a20;
          display: block;
          position: absolute;
          bottom: -22px;
          left: 0; }
  .header-inform {
    max-width: 218px;
    width: 100%;
    min-height: 68px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    color: #ffffff; }
    .header-inform__link {
      display: block;
      max-width: 155px;
      width: 100%;
      margin: 0 0 0 63px;
      padding: 0;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #ffffff; }
    .header-inform__text {
      font-weight: 500;
      font-size: 12px;
      line-height: 16px; }

.header-box {
  min-height: 48px;
  height: 100%;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .header-box p {
    margin: 0; }

.header__bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.header-link {
  position: relative;
  display: block;
  max-width: 150px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #ef7a20;
  margin: 16px 0;
  padding: 0 0 0 21px; }
  .header-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ef7a20;
    background-image: url(/assets/excursions/icon-all-excursion-6162204fa56710a6d2b49d02b9a7a5a7.svg);
    background-repeat: no-repeat; }

.top {
  padding: 136px 0 132px;
  margin-top: 24px;
  background-image: url(/assets/master_classes/top-bg-e1d3767a6f18b8e109f829748d295beb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.top__inner {
  position: relative; }

.top__animated {
  position: absolute;
  content: '';
  z-index: 99;
  top: -44px;
  right: -40px;
  width: 118px;
  height: 119px;
  background-image: url(/assets/master_classes/decor/decoration-top-e922685c08de701e501180180b943e69.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.5s ease-out; }

.top__animated--blue {
  position: absolute;
  content: '';
  z-index: 99;
  left: -103px;
  bottom: -60px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-blue-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.5s ease-out; }

.top__title {
  max-width: 796px;
  margin: 0 auto 12px;
  color: #d0ff0b;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .top__title p {
    margin: 0; }

.top__title span {
  display: block; }

.top__text {
  max-width: 870px;
  margin: 0 auto;
  color: #fff;
  text-align: center; }
  .top__text p {
    margin: 0; }

.top-detail {
  position: relative;
  padding: 32px 0 104px;
  -webkit-mask-image: url(/assets/master_classes/top-detail-mask-c1a9ec448f48ba7da08e76fa66ac63ef.svg);
  mask-image: url(/assets/master_classes/top-detail-mask-c1a9ec448f48ba7da08e76fa66ac63ef.svg);
  mask-position: center bottom;
  -webkit-mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }

.top-detail::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.top-detail___master_class.top-detail::before {
  background: linear-gradient(84deg, rgba(91, 0, 231, 0.65) 22.41%, rgba(131, 56, 249, 0.65) 89.57%); }

.top-detail___course.top-detail::before {
  background: linear-gradient(84deg, rgba(0, 88, 220, 0.65) 24.13%, rgba(0, 102, 255, 0.65) 96.44%); }

.top-detail__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px; }

.top-detail__category {
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 4px;
  color: #fff;
  background-color: #ef7a20; }

.top-detail__category-icon {
  width: 24px;
  height: 24px; }

.top-detail__title {
  max-width: 585px;
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.top-detail__age {
  position: absolute;
  display: flex;
  right: 0;
  top: -10px;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: right; }

.top-detail__animated--left {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-red-b971810f419cf628391ebc0992170293.svg);
  background-repeat: no-repeat; }

.top-detail__animated {
  position: absolute;
  z-index: 99;
  top: -20px;
  right: -100px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-white-1157cd7517a4523972f3097c8b6f8951.svg);
  background-repeat: no-repeat; }

.navigation {
  padding: 24px 0; }

.navigation__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.navigation__animated--top {
  position: absolute;
  top: 0;
  left: -96px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/reviews-decor-3-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat; }

.navigation__list {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0; }

.navigation__list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }

.navigation__list:nth-child(2) > .navigation__list-item:nth-child(2)::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  top: 0;
  left: -16px;
  background-color: #dbdee2; }

.navigation__list:nth-child(2) > .navigation__list-item:nth-child(2)::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  top: 0;
  right: -16px;
  background-color: #dbdee2; }

.navigation__list-link {
  padding-bottom: 15px;
  color: #2a303e;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.3s ease-in; }

.navigation__list-link:hover {
  color: #ef7a20; }

.navigation__list-icon {
  width: 40px;
  height: 40px; }

.navigation__list-text {
  color: #ef7a20; }

.navigation__button {
  padding: 20px 26px;
  border-radius: 4px;
  color: #fff;
  background-color: #7d2af4;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out; }

.navigation__button:hover {
  background-color: #954aff; }

.navigation__animated--left {
  position: absolute;
  z-index: 99;
  bottom: -46px;
  left: 110px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-white-1157cd7517a4523972f3097c8b6f8951.svg);
  background-repeat: no-repeat; }

.navigation__animated--right {
  position: absolute;
  z-index: 99;
  top: -53px;
  right: 150px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-red-b971810f419cf628391ebc0992170293.svg);
  background-repeat: no-repeat; }

.description {
  padding: 16px 0 20px; }

.description__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px; }

.description__inner::after {
  position: absolute;
  content: '';
  bottom: 85px;
  right: 25px;
  width: 18px;
  height: 18px;
  background-image: url(/assets/master_classes/decor/description-decor-c5ba5ec63ab9880d09c193d57a16dc66.svg);
  background-repeat: no-repeat; }

.description__title {
  margin: 0;
  color: #2a303e;
  font-size: 24px;
  font-weight: 700; }

.description__text {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.description__text > p {
  margin: 0;
  color: #2a303e; }

.description__text > ul,
.description__text > ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0; }

.description__text > ol {
  list-style: auto; }

.description__text > ul > li,
.description__text > ol > li {
  position: relative;
  padding-left: 40px;
  color: #2a303e; }

.description__text > ul > li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ef7a20; }

.description__animated--left {
  position: absolute;
  z-index: 99;
  bottom: 40%;
  left: -140px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-yellow-3cff051d6b5fda3205427bd1de555cfe.svg);
  background-repeat: no-repeat; }

.description__animated--right {
  position: absolute;
  z-index: 99;
  bottom: 42px;
  right: -70px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-blue-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat; }

.course-structure {
  padding: 104px 0 156px;
  margin-bottom: 36px;
  background-image: url(/assets/master_classes/course-structure-bg-7b5e89d0866b7137129a6a7593b47a50.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.course-structure.course-structure--many {
  background-image: url(/assets/master_classes/course-structure-bg-x2-a35dd92cf64d787712949640251e13e0.svg); }

.course-structure__inner {
  position: relative; }

.course-structure__title {
  margin-bottom: 66px;
  color: #7d2af4; }

.course-structure__list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.course-structure--many .course-structure__list {
  gap: 77px 0; }

.course-structure__item {
  position: relative;
  max-width: 235px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.course-structure--many .course-structure__item:nth-child(5) {
  order: 8;
  grid-column: 4; }
  .course-structure--many .course-structure__item:nth-child(5)::after {
    left: -38px;
    right: 0;
    transform: rotate(180deg); }

.course-structure--many .course-structure__item:nth-child(6) {
  order: 7;
  grid-column: 3; }
  .course-structure--many .course-structure__item:nth-child(6)::after {
    left: -38px;
    right: 0;
    transform: rotate(180deg); }

.course-structure--many .course-structure__item:nth-child(7) {
  order: 6;
  grid-column: 2; }
  .course-structure--many .course-structure__item:nth-child(7)::after {
    left: -38px;
    right: 0;
    transform: rotate(180deg); }

.course-structure--many .course-structure__item:nth-child(8) {
  order: 5; }
  .course-structure--many .course-structure__item:nth-child(8)::after {
    left: -38px;
    right: 0;
    transform: rotate(180deg); }

.course-structure__item:not(:last-child)::after {
  position: absolute;
  content: '';
  top: 29.5px;
  right: -38px;
  width: 32px;
  height: 25px;
  background-image: url(/assets/master_classes/arrow-right-2ecfa9c5d27ce3d1c782bd0c5b078ac2.svg);
  background-repeat: no-repeat; }

.course-structure--many .course-structure__item:nth-child(4)::after {
  top: auto;
  right: 100px;
  bottom: -50px;
  transform: rotate(90deg); }

.course-structure__num {
  width: 84px;
  height: 84px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: url(/assets/master_classes/star-bg-f9057b9fc125e181973c7d89d2b0be3c.svg);
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; }

.course-structure__lesson {
  color: #7d2af4;
  font-weight: 700;
  margin-bottom: 8px; }

.course-structure__description {
  margin: 0;
  color: #2a303e;
  text-align: center; }

.course-structure__animated {
  position: absolute;
  z-index: 99;
  top: 0;
  right: -65px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-white-1157cd7517a4523972f3097c8b6f8951.svg);
  background-repeat: no-repeat; }

.course-structure__animated--left {
  position: absolute;
  z-index: 99;
  bottom: -42px;
  left: -70px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-red-b971810f419cf628391ebc0992170293.svg);
  background-repeat: no-repeat; }

.course-structure__animated--right {
  position: absolute;
  z-index: 99;
  bottom: -42px;
  right: 10px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-yellow-3cff051d6b5fda3205427bd1de555cfe.svg);
  background-repeat: no-repeat; }

.course-structure__animated--center {
  position: absolute;
  z-index: 99;
  bottom: 50px;
  right: 50%;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-light-yellow-90e7128ad14f666699a5eb696d1ae24e.svg);
  background-repeat: no-repeat; }

.slider {
  padding: 20px 0; }

.slider__inner {
  position: relative; }

.slider__swiper {
  height: 314px; }

.slider__swiper[data-count='1'] .slider__swiper-wrapper {
  justify-content: center; }

.slider__swiper-slide {
  border-radius: 16px; }

.slider__swiper-slide__img {
  object-fit: cover;
  border-radius: 16px; }

.slider__swiper-slide__link {
  display: block; }

.slider__swiper-button--prev,
.slider__swiper-button--next {
  position: absolute;
  content: '';
  z-index: 99;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  background-image: url(/assets/master_classes/arrow_forward_24px-ebcdc0d702f053d2b07322ad27d985c7.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.slider__swiper-button--prev {
  left: -20px; }

.slider__swiper-button--next {
  right: -20px;
  transform: translateY(-50%) scale(-1); }

.slider__animated--right {
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: -195px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-blue-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat; }

.slider__animated {
  position: absolute;
  z-index: 99;
  top: 0;
  right: -70px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-white-1157cd7517a4523972f3097c8b6f8951.svg);
  background-repeat: no-repeat; }

.slider__animated--center {
  position: absolute;
  content: '';
  bottom: 0;
  left: -60px;
  width: 43px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/slider-decor-2-e4e0df5a83d575306bd004e073453a50.svg);
  background-repeat: no-repeat; }

.learnings {
  padding: 152px 0 216px;
  margin-top: 64px;
  background-image: url(/assets/master_classes/learnings-bg-ca684b7731ea77b223d31ee622eb7933.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.learnings__inner {
  position: relative; }

.learnings__inner::before {
  position: absolute;
  content: '';
  left: -60px;
  bottom: -230px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/reviews-decor-3-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat; }

.learnings__inner::after {
  position: absolute;
  content: '';
  left: 120px;
  bottom: -223px;
  width: 125px;
  height: 130px;
  background-image: url(/assets/master_classes/decor/decoration-learnings-16949e13182012517daffbe1a5bef80e.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-16.015deg); }

.learnings__title {
  position: relative;
  margin-bottom: 40px;
  color: #7d2af4; }

.learnings__title::after {
  position: absolute;
  content: '';
  right: 38px;
  top: -200px;
  width: 151px;
  height: 251px;
  background-image: url(/assets/master_classes/decor/decoration-our-workshops-48d40a70a47b60f7ad49a08d6da61893.png);
  background-repeat: no-repeat;
  transform: rotate(-20.154deg); }

.learnings__title::before {
  position: absolute;
  content: '';
  top: -142px;
  left: 0;
  width: 18px;
  height: 19px;
  background-image: url(/assets/master_classes/decor/learnings-decor-1-f66d8746696baa99795ae9c94e2f23c5.svg);
  background-repeat: no-repeat; }

.learnings__list {
  position: relative;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px; }

.learnings__item {
  position: relative;
  max-width: 318px;
  padding-top: 64px; }

.learnings__item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  background-image: url(/assets/master_classes/star-blue-f688aaa307bcf0bcbf336199d935f9a3.svg);
  background-repeat: no-repeat; }

.learnings__decor {
  position: relative; }

.learnings__decor::after {
  position: absolute;
  content: '';
  left: 320px;
  bottom: 0;
  width: 18px;
  height: 19px;
  background-image: url(/assets/master_classes/decor/learnings-decor-1-f66d8746696baa99795ae9c94e2f23c5.svg);
  background-repeat: no-repeat; }

.learnings__animated--left {
  position: absolute;
  z-index: 99;
  bottom: -30px;
  left: -215px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-blue-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat; }

.learnings__animated--right {
  position: absolute;
  z-index: 99;
  bottom: -48px;
  right: -211px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-red-b971810f419cf628391ebc0992170293.svg);
  background-repeat: no-repeat; }

.learnings__animated--center {
  position: absolute;
  z-index: 99;
  top: -20px;
  left: 27%;
  width: 42px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/animated-yellow-3cff051d6b5fda3205427bd1de555cfe.svg);
  background-repeat: no-repeat; }

.learnings__animated {
  position: absolute;
  z-index: 99;
  top: 20px;
  right: 70px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-violet-24587f6434663f938daccd479c7710ea.svg);
  background-repeat: no-repeat; }

.learnings__animated--top {
  position: absolute;
  content: '';
  top: 80px;
  right: -64px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/reviews-decor-3-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat; }

.learnings__animated--bottom {
  position: absolute;
  content: '';
  right: 40px;
  bottom: -150px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/slider-decor-2-e4e0df5a83d575306bd004e073453a50.svg);
  background-repeat: no-repeat; }

.skills {
  padding: 48px 0 42px; }

.skills__inner {
  position: relative; }

.skills__inner::after {
  position: absolute;
  content: '';
  bottom: 150px;
  left: -84px;
  width: 18px;
  height: 18px;
  background-image: url(/assets/master_classes/decor/description-decor-c5ba5ec63ab9880d09c193d57a16dc66.svg);
  background-repeat: no-repeat; }

.skills__inner::before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background-image: url(/assets/master_classes/decor/skills-decor-1-8764a632acd628aee2658e3392e5aedb.svg);
  background-repeat: no-repeat; }

.skills__title {
  position: relative;
  margin-bottom: 40px;
  color: #7d2af4; }

.skills__list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }

.skills__list.skills__list--little {
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 32px; }

.skills__item {
  position: relative;
  max-width: 318px;
  padding-top: 56px; }

.skills__list--little > .skills__item {
  max-width: 502px; }

.skills__item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url(/assets/master_classes/molnia-1ef80543a9dc8d5a3020f37ddb38f860.svg);
  background-repeat: no-repeat; }

.skills__animated--left {
  position: absolute;
  z-index: 99;
  bottom: 42px;
  left: -70px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-red-b971810f419cf628391ebc0992170293.svg);
  background-repeat: no-repeat; }

.skills__animated {
  position: absolute;
  z-index: 99;
  top: 0;
  right: -70px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-white-1157cd7517a4523972f3097c8b6f8951.svg);
  background-repeat: no-repeat; }

.extras {
  padding-top: 44px; }

.extras__inner {
  position: relative; }

.extras__inner::after {
  position: absolute;
  content: '';
  bottom: 142px;
  right: 57px;
  width: 18px;
  height: 18px;
  background-image: url(/assets/master_classes/decor/extras-decor-2-b221daf412dabfce06b31a096ccf278b.svg);
  background-repeat: no-repeat; }

.extras__title {
  position: relative;
  margin-bottom: 24px;
  color: #7d2af4; }

.extras__title::before {
  position: absolute;
  content: '';
  right: -60px;
  top: 153px;
  width: 43px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/slider-decor-1-79c82542a0d7d137ed95a33c06df6cb4.svg);
  background-repeat: no-repeat; }

.extras__title::after {
  position: absolute;
  content: '';
  left: -79px;
  top: 178px;
  width: 22px;
  height: 22px;
  background-image: url(/assets/master_classes/decor/skills-decor-1-8764a632acd628aee2658e3392e5aedb.svg);
  background-repeat: no-repeat; }

.extras__text {
  max-width: 1020px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  color: #2a303e; }

.extras__text p {
  margin: 0; }

.extras__text > ul,
.extras__text > ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0; }

.extras__text > ol {
  list-style: auto; }

.extras__text > ul > li,
.extras__text > ol > li {
  position: relative;
  padding-left: 40px;
  color: #2a303e; }

.extras__text > ul > li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ef7a20; }

.extras__video {
  position: relative;
  max-width: 1150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-mask-image: url(/assets/master_classes/about-course-mask-21617469baff300609975e8d11f87e87.svg);
  mask-image: url(/assets/master_classes/about-course-mask-21617469baff300609975e8d11f87e87.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain; }
  .extras__video img {
    width: 100%;
    max-height: 672px;
    height: 100%;
    object-fit: cover; }
  .extras__video video {
    width: 100%;
    height: 100%; }
  .extras__video .vjs-big-play-button {
    top: 50%;
    left: 50%;
    width: 134px;
    height: 134px;
    margin-top: -67px;
    margin-left: -67px;
    border: none;
    background: url(/assets/master_classes/play-button-bcc28f90865683608ae320b93630eb67.svg) no-repeat center/contain !important; }
    .extras__video .vjs-big-play-button span {
      display: none; }

.extras__video::before {
  position: absolute;
  content: '';
  bottom: 330px;
  left: 0;
  width: 43px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/slider-decor-2-e4e0df5a83d575306bd004e073453a50.svg);
  background-repeat: no-repeat; }

.extras__video::after {
  position: absolute;
  content: '';
  top: 0;
  right: -20px;
  width: 125px;
  height: 173px;
  background-image: url(/assets/master_classes/decor/extras-decor-1-40121a97415e05c771c196dd7cba3af4.svg);
  background-repeat: no-repeat; }

.extras__video-wrapper {
  width: 120%;
  margin-left: -10%;
  margin-right: -10%; }

.extras__animated--left {
  position: absolute;
  z-index: 99;
  bottom: 42px;
  left: -70px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-red-b971810f419cf628391ebc0992170293.svg);
  background-repeat: no-repeat; }

.extras__animated--right {
  position: absolute;
  z-index: 99;
  bottom: 42px;
  right: -70px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-blue-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat; }

.extras__animated--center {
  position: absolute;
  z-index: 99;
  top: -40px;
  left: -70px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-yellow-3cff051d6b5fda3205427bd1de555cfe.svg);
  background-repeat: no-repeat; }

.extras__animated {
  position: absolute;
  z-index: 99;
  top: 0;
  right: -70px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-white-1157cd7517a4523972f3097c8b6f8951.svg);
  background-repeat: no-repeat; }

.workshops {
  padding: 76px 0 8px; }

.workshops__inner {
  position: relative; }

.workshops__title {
  position: relative;
  margin-bottom: 48px;
  color: #7d2af4; }

.workshops__title::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 27px;
  width: 18px;
  height: 19px;
  background-image: url(/assets/master_classes/decor/circle-red-86ecbf57b11ba5c060dc0e88a30d0367.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%); }

.workshops__items {
  position: relative;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }

.workshops__items::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -92px;
  width: 18px;
  height: 19px;
  background-image: url(/assets/master_classes/decor/circle-violet-6d59a971d4ccd1a2dfe71d2e6b3022e7.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%); }

.workshops__items::after {
  position: absolute;
  content: '';
  right: 165px;
  bottom: 160px;
  width: 18px;
  height: 19px;
  background-image: url(/assets/master_classes/decor/circle-red-86ecbf57b11ba5c060dc0e88a30d0367.svg);
  background-repeat: no-repeat; }

.workshops__item {
  overflow: hidden; }

.workshops__card.card::after {
  background-image: url(/assets/master_classes/arrow-up-right-primary-1894f92d37439d664622472811c05b68.svg);
  background-color: rgba(125, 42, 244, 0.1); }

.workshops__card.card:hover {
  background-color: #7d2af4; }

.workshops__card-title {
  color: #7d2af4; }

.workshops__card-age {
  background-color: #7d2af4; }

.workshops__animated {
  position: absolute;
  content: '';
  z-index: 99;
  width: 42px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/animated-yellow-3cff051d6b5fda3205427bd1de555cfe.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.5s ease-out; }

.workshops__animated--right {
  top: 110px;
  right: -84px; }

.workshops__animated--left {
  top: 35%;
  left: -60px; }

.workshops__animated--center {
  right: 30%;
  bottom: 30px; }

.card {
  position: relative;
  max-width: 329px;
  height: 305px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  background-color: #fff;
  transition: background-color 0.5s ease-in-out; }

.card::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 94px;
  width: 94px;
  padding: 24px;
  border: 7px solid #f4f6f8;
  border-radius: 50%;
  background-image: url(/assets/master_classes/arrow-up-right-dark-5f137fd0ddb9ec188ba8f4650aab13f8.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d0ff0b;
  transform: rotate(-45deg);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.5s ease-in-out; }

.card::after {
  position: absolute;
  content: '';
  top: 16px;
  right: 16px;
  height: 32px;
  width: 32px;
  padding: 24px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.4s ease-in-out, visibility 0.5s ease-in, opacity 0.5s ease-in; }

.card:hover {
  border-radius: 16px 16px 16px 180px; }
  .card:hover::before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg); }
  .card:hover::after {
    transform: translate(65px, -65px);
    visibility: hidden;
    opacity: 0; }
  .card:hover > .card__title {
    color: #d0ff0b; }
  .card:hover > .card__img {
    border-radius: 16px 16px 16px 180px; }

.card__img {
  display: block;
  width: 297px;
  height: 183px;
  border-radius: 16px;
  object-fit: cover; }

.card__age {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 50%;
  color: #fff;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; }

.our-workshops {
  padding: 120px 0 124px;
  margin-top: 80px;
  background-image: url(/assets/master_classes/our-workshops-bg-0777cb2ea60540742a885366ee40a0f8.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.our-workshops__inner {
  position: relative; }

.our-workshops__inner::after {
  position: absolute;
  content: '';
  top: -155px;
  right: 0;
  width: 140px;
  height: 230px;
  background-image: url(/assets/master_classes/decor/decoration-our-workshops-48d40a70a47b60f7ad49a08d6da61893.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-20.154deg); }

.our-workshops__title {
  max-width: 778px;
  margin: 0 auto 46px;
  color: #7d2af4; }
  .our-workshops__title p {
    margin: 0; }
  .our-workshops__title span,
  .our-workshops__title strong {
    display: inline-block;
    padding: 0 8px;
    border-radius: 8px;
    color: #fff;
    background-color: #7d2af4; }

.our-workshops__descriptions {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.our-workshops__description {
  position: relative;
  max-width: 318px;
  padding-top: 48px;
  color: #000; }

.our-workshops__description::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background-image: url(/assets/master_classes/decor/our-workshops-decor-f0bd07c8abcd1798f76fcac2af0735b8.svg);
  background-repeat: no-repeat;
  background-size: contain; }

.our-workshops__animated {
  position: absolute;
  content: '';
  z-index: 99;
  left: -140px;
  width: 42px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/animated-blue-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.5s ease-out; }

.our-workshops__animated--right {
  top: -126px;
  right: -63px; }

.our-workshops__animated--left {
  left: 23%;
  bottom: -132px; }

.courses {
  padding: 76px 0 8px; }

.courses__inner {
  position: relative; }

.courses__inner::before {
  position: absolute;
  content: '';
  top: 110px;
  left: -57px;
  width: 27px;
  height: 466px;
  background-image: url(/assets/master_classes/decor/courses-decor-1-4b800c5308151a78d29cfd0411b8c076.svg);
  background-repeat: no-repeat; }

.courses__title {
  position: relative;
  margin-bottom: 44px;
  color: #0066ff; }

.courses__title::before {
  position: absolute;
  content: '';
  top: -70px;
  right: -164px;
  width: 233px;
  height: 146px;
  background-image: url(/assets/master_classes/decor/courses-decor-2-ae17d40de5ca2337ef58ebadd2daa45f.svg);
  background-repeat: no-repeat; }

.courses__items {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }

.courses__item {
  overflow: hidden; }

.courses__card.card::after {
  background-image: url(/assets/master_classes/arrow-up-right-blue-b13afc246c3d1bf3e73b554bee56b6d9.svg);
  background-color: rgba(0, 102, 255, 0.1); }

.courses__card.card:hover {
  background-color: #0066ff; }

.courses__card-title {
  color: #0066ff; }

.courses__card-age {
  background-color: #0066ff; }

.courses__animated--right {
  position: absolute;
  content: '';
  z-index: 99;
  right: -27px;
  bottom: 172px;
  width: 42px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/animated-yellow-3cff051d6b5fda3205427bd1de555cfe.svg);
  background-repeat: no-repeat; }

.courses__animated--left {
  position: absolute;
  content: '';
  z-index: 99;
  left: -50px;
  bottom: 172px;
  width: 42px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/animated-blue-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat; }

.courses__animated--center {
  position: absolute;
  content: '';
  z-index: 99;
  left: 50%;
  bottom: -70px;
  width: 42px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/animated-light-yellow-90e7128ad14f666699a5eb696d1ae24e.svg);
  background-repeat: no-repeat; }

.about-course {
  padding-top: 86px; }

.about-course__inner {
  position: relative; }

.about-course__inner::after {
  position: absolute;
  content: '';
  bottom: 50%;
  left: -160px;
  width: 120px;
  height: 122px;
  background-image: url(/assets/master_classes/decor/decoration-about-courses-8ebf8e011ad0b0562febc8dc3ada6bd7.png);
  background-repeat: no-repeat; }

.about-course__title {
  position: relative;
  margin-bottom: 24px;
  color: #7d2af4; }

.about-course__title::before {
  position: absolute;
  content: '';
  top: 70px;
  right: -73px;
  width: 18px;
  height: 19px;
  background-image: url(/assets/master_classes/decor/circle-orange-efbaa63fc150e8bf4ecb2bd9a8491d92.svg);
  background-repeat: no-repeat; }

.about-course__text {
  max-width: 1020px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  color: #2a303e; }

.about-course__text > p {
  margin: 0; }

.about-course__text > ul,
.about-course__text > ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0; }

.about-course__text > ol {
  list-style: auto; }

.about-course__text > ul > li,
.about-course__text > ol > li {
  position: relative;
  padding-left: 40px;
  color: #2a303e; }

.about-course__text > ul > li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ef7a20; }

.about-course__video {
  position: relative;
  max-width: 1150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-mask-image: url(/assets/master_classes/about-course-mask-21617469baff300609975e8d11f87e87.svg);
  mask-image: url(/assets/master_classes/about-course-mask-21617469baff300609975e8d11f87e87.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain; }
  .about-course__video img {
    width: 100%;
    max-height: 672px;
    height: 100%;
    object-fit: cover; }
  .about-course__video video {
    width: 100%;
    height: 100%; }
  .about-course__video .vjs-big-play-button {
    top: 50%;
    left: 50%;
    width: 134px;
    height: 134px;
    margin-top: -67px;
    margin-left: -67px;
    border: none;
    background: url(/assets/master_classes/play-button-bcc28f90865683608ae320b93630eb67.svg) no-repeat center/contain !important; }
    .about-course__video .vjs-big-play-button span {
      display: none; }

.about-course__video-wrapper {
  width: 120%;
  margin-left: -10%;
  margin-right: -10%; }

.about-course__animated--star {
  position: absolute;
  content: '';
  top: 30px;
  right: -100px;
  width: 100px;
  height: 99px;
  background-image: url(/assets/master_classes/decor/animated-star-19a5ef0e38264026a5b2cd33f2b071b7.svg);
  background-repeat: no-repeat; }

.about-course__animated--left {
  position: absolute;
  content: '';
  z-index: 99;
  bottom: 0;
  left: -165px;
  width: 42px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/animated-violet-24587f6434663f938daccd479c7710ea.svg);
  background-repeat: no-repeat; }

.team {
  padding: 104px 0 44px; }

.b-master_classes-show .team {
  padding: 126px 0 134px;
  background-image: url(/assets/master_classes/team-bg-ad8c6d3f64b2dbec9f70bbdeb5d9d16f.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.team__inner {
  position: relative; }

.team__inner::before {
  position: absolute;
  content: '';
  top: 30px;
  left: -100px;
  width: 105px;
  height: 141px;
  background-image: url(/assets/master_classes/decor/team-decor-1-66e532a1d337a67540b1f7ca1cffd1df.svg);
  background-repeat: no-repeat; }

.b-master_classes-show .team__inner::before {
  top: -150px;
  left: -10px;
  transform: rotate(-90deg); }

.team__title {
  position: relative;
  margin-bottom: 28px;
  color: #7d2af4; }

.b-master_classes-show .team__title::before {
  top: -225px;
  right: 0;
  width: 188px;
  height: 152px;
  background-image: url(/assets/master_classes/decor/decoration-team-2-d946831e35de4eb62e9c44d9e0d1851e.png); }

.team__text {
  margin: 0 0 48px;
  color: #2a303e;
  text-align: center; }

.team__wrapper {
  position: relative; }

.team__swiper {
  width: 100%; }

.team__swiper[data-count='3'] .team__swiper-wrapper,
.team__swiper[data-count='2'] .team__swiper-wrapper,
.team__swiper[data-count='1'] .team__swiper-wrapper {
  justify-content: space-around; }

.team__swiper-slide {
  height: 300px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }

.team__swiper-button--prev,
.team__swiper-button--next {
  position: absolute;
  content: '';
  top: 45%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  background-image: url(/assets/master_classes/arrow_forward_24px-ebcdc0d702f053d2b07322ad27d985c7.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.b-master_classes-show .team__swiper-button--prev,
.b-master_classes-show .team__swiper-button--next {
  background-image: url(/assets/master_classes/arrow_forward_light-848994d3ae2dfa5337c39fa6e4c0367e.svg);
  background-color: #7d2af4; }

.team__swiper-button--prev {
  left: -65px; }

.team__swiper-button--next {
  right: -65px;
  transform: translateY(-50%) scale(-1); }

.team__swiper-button--prev.swiper-button-disabled,
.team__swiper-button--next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default; }

.team__avatar {
  object-fit: contain;
  height: 255px;
  width: 100%; }
  .team__avatar > img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    padding-top: 10%; }

.team__avatar-mask--green,
.team__avatar-mask--orange,
.team__avatar-mask--purple,
.team__avatar-mask--yellow {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain; }

.team__avatar-mask--green {
  background-color: #00c664;
  -webkit-mask-image: url(/assets/master_classes/team/green-747bd9a96a3f382f483c9b62c7282a13.svg);
  mask-image: url(/assets/master_classes/team/green-747bd9a96a3f382f483c9b62c7282a13.svg); }

.team__avatar-mask--orange {
  background-color: #ff8121;
  -webkit-mask-image: url(/assets/master_classes/team/orange-6f0289c054c5febfb3ab28a849eefa91.svg);
  mask-image: url(/assets/master_classes/team/orange-6f0289c054c5febfb3ab28a849eefa91.svg); }

.team__avatar-mask--purple {
  background-color: #7d2af4;
  -webkit-mask-image: url(/assets/master_classes/team/purple-10f91c55fc8291a39c280657d0f951eb.svg);
  mask-image: url(/assets/master_classes/team/purple-10f91c55fc8291a39c280657d0f951eb.svg); }

.team__avatar-mask--yellow {
  background-color: #c2f000;
  -webkit-mask-image: url(/assets/master_classes/team/yellow-c85f967bf3c017327b2d238c7cc82197.svg);
  mask-image: url(/assets/master_classes/team/yellow-c85f967bf3c017327b2d238c7cc82197.svg); }

.team__name {
  max-width: 165px;
  color: #7d2af4;
  font-weight: 700;
  text-align: center; }

.team__animated--center {
  position: absolute;
  z-index: 99;
  right: -70px;
  top: 30px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-white-1157cd7517a4523972f3097c8b6f8951.svg);
  background-repeat: no-repeat; }

.team__animated--left {
  position: absolute;
  z-index: 99;
  left: -65px;
  top: 0;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-white-1157cd7517a4523972f3097c8b6f8951.svg);
  background-repeat: no-repeat; }

.team__animated {
  position: absolute;
  z-index: 99;
  top: 0;
  right: -140px;
  width: 162px;
  height: 105px;
  background-image: url(/assets/master_classes/decor/decoration-team-a43d3aaaf0a1199cad8c70a1056914f0.png);
  background-repeat: no-repeat; }

.reviews {
  padding: 96px 0 58px; }

.reviews__inner {
  position: relative; }

.reviews__inner::before {
  position: absolute;
  content: '';
  z-index: 99;
  right: -20px;
  bottom: 218px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/reviews-decor-3-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat; }

.reviews__inner::after {
  position: absolute;
  content: '';
  left: 467px;
  bottom: -36px;
  width: 22px;
  height: 22px;
  background-image: url(/assets/master_classes/decor/reviews-decor-4-802b1d05cac8464cc091a5a7d4d72ecb.svg);
  background-repeat: no-repeat; }

.reviews__title {
  position: relative;
  margin-bottom: 24px;
  color: #7d2af4;
  text-align: left; }

.reviews__title::before {
  position: absolute;
  content: '';
  top: -95px;
  left: 223px;
  width: 18px;
  height: 18px;
  background-image: url(/assets/master_classes/decor/circle-blue-b221daf412dabfce06b31a096ccf278b.svg);
  background-repeat: no-repeat; }

.reviews__wrapper {
  position: relative; }

.reviews__swiper {
  padding-bottom: 10px; }

.reviews__swiper-wrapper {
  align-items: stretch; }

.reviews__swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 24px;
  background-color: #fff;
  border: 0px solid #f3f6f8;
  box-shadow: 0px 2px 4px 0px rgba(213, 216, 220, 0.89); }

.reviews__name {
  display: block;
  margin-bottom: 16px;
  color: #2a303e;
  font-weight: 700; }

.reviews__stars {
  padding: 0; }

.reviews__text {
  margin: 16px 0 24px;
  color: #2a303e; }

.b-master_classes-show .reviews__text {
  margin-bottom: 0; }

.reviews__text > p {
  margin: 0; }

.reviews__link {
  position: relative;
  max-width: 365px;
  padding: 11px 68px 11px 11px;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #dbdee2;
  background: #fff;
  color: #3254cf;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.reviews__link::after {
  position: absolute;
  content: '';
  right: 56px;
  width: 1px;
  height: 100%;
  background-color: #dbdee2; }

.reviews__link::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 12px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background-image: url(/assets/master_classes/chevron_right_24px-93479a5c2a7ad4c25cf39b64a6ab9464.svg); }

.reviews__link-icon {
  padding: 5px;
  background-color: #ef7a20;
  border-radius: 50%; }

.reviews__swiper-button--prev,
.reviews__swiper-button--next {
  position: absolute;
  content: '';
  top: -56px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(/assets/master_classes/arrow_forward_24px-ebcdc0d702f053d2b07322ad27d985c7.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.reviews__swiper-button--prev {
  right: 48px; }

.reviews__swiper-button--next {
  right: 0;
  transform: scale(-1); }

.reviews__swiper-button--prev.swiper-button-disabled,
.reviews__swiper-button--next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default; }

.reviews__animated {
  position: absolute;
  z-index: 99;
  top: -35px;
  left: -135px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-blue-dd35ceb2c534da41d0442b7fb3eae6c9.svg);
  background-repeat: no-repeat; }

.reviews__animated--left {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: -70px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-violet-24587f6434663f938daccd479c7710ea.svg);
  background-repeat: no-repeat; }

.reviews__animated--right {
  position: absolute;
  z-index: 99;
  top: 30px;
  right: -135px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-red-b971810f419cf628391ebc0992170293.svg);
  background-repeat: no-repeat; }

.reviews__animated--top {
  position: absolute;
  z-index: 99;
  top: 0;
  right: -70px;
  width: 42px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/animated-yellow-3cff051d6b5fda3205427bd1de555cfe.svg);
  background-repeat: no-repeat; }

.reviews__animated--bottom {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: -60px;
  width: 42px;
  height: 43px;
  background-image: url(/assets/master_classes/decor/animated-red-b971810f419cf628391ebc0992170293.svg);
  background-repeat: no-repeat; }

.questions {
  padding: 112px 0 124px;
  border-radius: 24px 24px 0px 0px;
  background-color: #7d2af4; }

.questions__inner {
  position: relative; }

.questions__inner::after {
  position: absolute;
  content: '';
  bottom: -124px;
  right: -181px;
  width: 181px;
  height: 164px;
  background-image: url(/assets/master_classes/decor/questions-decor-3-1cfb0e00a71c435a54156c6d11a833b5.svg);
  background-repeat: no-repeat; }

.questions__title {
  position: relative;
  margin-bottom: 52px;
  color: #d0ff0b;
  text-align: left; }

.questions__title::after {
  position: absolute;
  content: '';
  top: -55px;
  left: -94px;
  width: 22px;
  height: 22px;
  background-image: url(/assets/master_classes/decor/circle-white-f1d6273da582ba35eeaff9d74c85d844.svg);
  background-repeat: no-repeat; }

.questions__list {
  padding: 0;
  margin: 0;
  color: #fff; }

.questions__list-item {
  padding: 16px 0;
  border-bottom: 1px solid #dbdee2; }
  .questions__list-item:last-child {
    border-bottom: none; }

.questions__list-question {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  cursor: pointer; }

.questions__list-question::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  padding: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-image: url(/assets/master_classes/add_24px-e8a8650af1fc50971a2a526effccf48c.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.5s ease-in-out; }

.open.questions__list-question::after {
  transform: rotate(45deg);
  transition: transform 0.5s ease-in-out; }

.questions__list-question.open + .questions__list-answer {
  max-height: 1000px;
  margin-top: 16px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out, visibility 0.5s ease-in-out, margin-top 0.5s ease-in-out; }

.questions__list-answer {
  max-width: 987px;
  margin-top: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out, visibility 0.5s ease-in-out, margin-top 0.5s ease-in-out; }

.questions__animated--right {
  position: absolute;
  content: '';
  z-index: 99;
  top: 48px;
  right: -124px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-violet-24587f6434663f938daccd479c7710ea.svg);
  background-repeat: no-repeat; }

.questions__animated--top {
  position: absolute;
  z-index: 99;
  top: 0px;
  right: -124px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-orange-b0f8e32aeed297bdd41ced285d6276e7.svg);
  background-repeat: no-repeat; }

.questions__animated--bottom {
  position: absolute;
  z-index: 99;
  bottom: -50px;
  left: -124px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-light-yellow-90e7128ad14f666699a5eb696d1ae24e.svg);
  background-repeat: no-repeat; }

.questions__animated {
  position: absolute;
  z-index: 99;
  bottom: -50px;
  right: -124px;
  width: 42px;
  height: 42px;
  background-image: url(/assets/master_classes/decor/animated-red-b971810f419cf628391ebc0992170293.svg);
  background-repeat: no-repeat; }

.footer {
  padding: 33px 0 30px;
  border-radius: 24px 24px 0px 0px;
  background: #fff; }
  .footer__wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between; }

.footer__copyright {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #99a3ab;
  margin-top: 12px; }

.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .footer__logo img {
    width: 160px; }

.footer-info {
  width: 217px; }
  .footer-info__wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 267px); }
  .footer-info__title, .footer-info__question {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #2a303e; }
  .footer-info__date, .footer-info__description {
    margin: 0;
    padding: 8px 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdee2;
    color: #2a303e; }
  .footer-info__date:last-child {
    border-bottom: none; }
  .footer-info__description {
    width: 235px;
    border-bottom: none; }

.footer__question {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .footer__question-link {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #021680;
    margin-bottom: 24px; }
    .footer__question-link:hover {
      text-decoration: underline; }
