@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro2/SourceSansPro-Regular.ttf.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro2/SourceSansPro-Semibold.ttf.woff2") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-It.ttf.woff2") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.ttf.woff2") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.ttf.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates/MontserratAlternates-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*! 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;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 993px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  background: #FAFAFA;
  height: 100%;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 10px;
}

.btn_red {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 22px 32px;
  border-radius: 16px;
  background: linear-gradient(92.8deg, #EE4D4C -19.81%, #F8706F 18.75%, #EB5150 48.29%, #F8706F 72.08%, #EE4D4C 107.36%, #EE4D4C 150.85%);
  height: 56px;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0px 8px 12px 0px rgba(240, 95, 94, 0.1490196078);
  transition: all 0.2s ease-in;
}
.btn_red:hover {
  background: linear-gradient(0deg, #FF0000, #FF0000);
  background-blend-mode: darken;
  box-shadow: 12px 12px 12px 0px rgba(240, 95, 94, 0.4);
}
@media (max-width: 768px) {
  .btn_red {
    border-radius: 12px;
    height: 48px;
    font-size: 14px;
  }
}

.section_title {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #020202;
  text-align: center;
  height: auto;
}
@media (max-width: 768px) {
  .section_title {
    font-size: 22px;
    font-weight: 600;
  }
}
.section_title span {
  color: #EF4746;
}

.header {
  border-radius: 0 0 24px 24px;
  background: #fff;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .header {
    background: transparent;
    margin-bottom: 0;
  }
}
.header-content {
  position: relative;
  padding: 20px 0 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .header-content {
    align-items: flex-start;
    padding: 15px 0 8px;
  }
}
.header-logo {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .header-logo {
    margin-top: 17px;
  }
}
.header-logo span {
  font-family: "Montserrat Alternates", sans-serif;
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  filter: alpha(Opacity=60);
  opacity: 0.6;
  color: #020202;
}
.header-logo img {
  width: 87px;
  height: 18px;
}
.header .bars {
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #f4f4f4;
  border-radius: 36px;
  width: 39px;
  height: 39px;
  flex-shrink: 0;
  background: white;
  position: absolute;
  left: 0;
  top: 76px;
}
@media (max-width: 1024px) {
  .header .bars {
    display: flex;
  }
}
.header .bars img {
  display: flex;
  flex-shrink: 0;
  width: 12px;
  height: 10px;
}
.header .bars svg {
  display: none;
}
.header .bars.active img {
  display: none;
}
.header .bars.active svg {
  display: block;
}
.header .course {
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .header .course {
    display: none;
  }
}
.header .course-btn {
  border-radius: 12px;
  padding: 12px 16px;
  background: #EF4746;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 10px;
  color: #fff;
}
.header .course-btn.active img {
  transform: rotateZ(180deg);
}
.header .course-body {
  position: absolute;
  left: 0;
  bottom: -14px;
  transform: translateY(100%);
  z-index: 3;
  border: 1px solid rgba(36, 36, 36, 0.05);
  border-radius: 24px;
  width: 792px;
  box-shadow: 0 0 72px 0 rgba(36, 36, 36, 0.05);
  background: #fff;
  padding: 18px;
  display: none;
  align-items: flex-start;
  gap: 12px;
}
.header .course-body.active {
  display: flex;
}
.header .course-body .line {
  background: #f4f4f4;
  width: 1px;
  height: 263px;
}
.header .course-link {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 12px;
}
.header .course-link a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  border-radius: 12px;
  transition: 0.2s ease-in-out all;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.header .course-link a:hover, .header .course-link a.active {
  background: #f4f4f4;
}
.header .course .link-item {
  display: none;
  flex-direction: column;
  gap: 5px;
}
.header .course .link-item.active {
  display: flex;
}
.header .course .link-item a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 13px;
  gap: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  transition: 0.2s ease-in-out all;
  border-radius: 12px;
}
.header .course .link-item a:hover {
  background: #f4f4f4;
}
.header .course .link-item__wrap {
  width: 240px;
  flex-shrink: 0;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .header-right {
    flex-direction: column;
    align-items: flex-end;
  }
}
.header-location {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .header-location {
    gap: 0;
    order: 1;
  }
}
.header-location img {
  width: 36px;
  height: 36px;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .header-location img {
    display: none;
  }
}
.header-location b {
  font-weight: 600;
  font-size: 18px;
  line-height: 12px;
  display: block;
}
@media (max-width: 1024px) {
  .header-location b {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #626466;
  }
}
.header-location p {
  font-weight: 400;
  font-size: 13px;
  line-height: 9px;
  color: #626466;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .header-location p {
    display: none;
  }
}
.header-rating {
  border: 1px solid #d6a800;
  border-radius: 60px;
  padding: 8px 21px 8px 13px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1280px) {
  .header-rating {
    display: none;
  }
}
.header-rating .line {
  width: 1px;
  height: 20px;
  background: #d6a800;
}
.header-rating__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-rating__item .logo {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
}
.header-rating__item .star {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-rating__item .star img {
  display: flex;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}
.header-rating__item b {
  font-weight: 600;
  font-size: 15px;
  line-height: 10px;
}
.header-rating__item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 8px;
  color: #626466;
  margin-top: 12px;
}
.header-network {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .header-network {
    order: 3;
    gap: 6px;
  }
}
.header-network img {
  width: 32px;
  height: 32px;
  display: flex;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .header-network img {
    width: 24px;
    height: 24px;
  }
}
.header-network a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .phone-link {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (max-width: 1024px) {
  .header .phone-link {
    order: 2;
    margin: 12px 0 21px;
    align-items: flex-end;
    text-align: right;
    gap: 8px;
  }
}
.header .phone-link a {
  font-weight: 600;
  font-size: 18px;
  line-height: 12px;
  display: block;
}
@media (max-width: 1024px) {
  .header .phone-link a {
    font-size: 15px;
    line-height: 10px;
  }
}
.header .phone-link button {
  font-weight: 600;
  font-size: 13px;
  line-height: 9px;
  text-decoration: underline;
  color: #EF4746;
  display: block;
  text-align: left;
}
@media (max-width: 1024px) {
  .header .phone-link button {
    font-weight: 400;
    font-size: 10px;
    line-height: 7px;
  }
}
.header-navs {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transform: translateY(50%);
  border: 1px solid rgba(36, 36, 36, 0.05);
  border-radius: 36px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 11px;
  gap: 12px;
}
@media (max-width: 1024px) {
  .header-navs {
    display: none;
  }
}
.header-navs li {
  width: 100%;
}
.header-navs__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 11px;
  color: #626466;
  width: 100%;
  text-align: center;
  padding: 8px;
  white-space: nowrap;
}

.menu {
  position: fixed;
  top: 123px;
  left: 0;
  width: 100%;
  height: calc(100% - 123px);
  overflow-y: auto;
  background: #FAFAFA;
  display: none;
}
@media (max-width: 1024px) {
  .menu.active {
    display: block;
  }
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu-navs__item:not(:last-child) {
  border-bottom: 1px solid rgba(224, 214, 208, 0.25);
}
.menu-navs__link {
  padding: 18px 8px;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #626466;
  gap: 10px;
}
.menu-navs__link.active svg {
  transform: rotateZ(180deg);
}
.menu-navs .course-list {
  padding: 10px 0;
  border-top: 1px solid rgba(224, 214, 208, 0.25);
}
.menu-navs .course-list:not(.active) {
  display: none;
}
.menu-navs .course-list__item button {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  padding: 7px 20px;
  border-radius: 12px;
}
.menu-navs .course-list__item button:hover, .menu-navs .course-list__item button.active {
  background: #f4f4f4;
}
.menu-navs .course-list__item button img {
  width: 36px;
  height: 36px;
  display: flex;
  flex-shrink: 0;
}
.menu-navs .course-list__item button span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #020202;
}
.menu-navs .course-list__item ul:not(.active) {
  display: none;
}
.menu-navs .course-list__item a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  border-bottom: 1px solid rgba(224, 214, 208, 0.25);
}
.menu-navs .course-list__item a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #020202;
}

.home .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 27px 10px;
}
@media (max-width: 1024px) {
  .home .container {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .home .container {
    padding: 48px 12px 40px 12px;
  }
}
.home_text {
  max-width: 620px;
}
.home_text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: rgba(2, 2, 2, 0.8509803922);
}
@media (max-width: 768px) {
  .home_text p {
    font-size: 18px;
  }
}
.home_text_btn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626466;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .home_text_btn span {
    font-size: 12px;
  }
}
.home_location {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 40px 0;
}
@media (max-width: 1024px) {
  .home_location {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .home_location {
    margin-top: 20px;
    margin-bottom: 61px;
    gap: 12px;
  }
}
.home_location img {
  width: 28.75px;
  height: 19.77px;
}
@media (max-width: 768px) {
  .home_location img {
    width: 16px;
    height: 11px;
  }
}
.home_location .line {
  width: 1px;
  height: 20px;
  background: #E0D6D0;
}
@media (max-width: 768px) {
  .home_location .line {
    height: 8px;
  }
}
.home_location span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #626466;
}
@media (max-width: 768px) {
  .home_location span {
    font-size: 14px;
    text-align: left;
  }
}
.home_img {
  max-width: 488px;
  max-height: 478px;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .home_img {
    display: none;
  }
}
.home_img img {
  width: 488px;
  height: 478px;
}
.home_statistic_blocks {
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  background: #FFFFFF;
  padding: 15px 47px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 1024px) {
  .home_statistic_blocks {
    padding: 10px;
    border-radius: 16px;
  }
}
.home_statistic .container {
  padding: 0 10px;
}
.home_statistic_block {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .home_statistic_block {
    flex-direction: column;
    padding: 6px;
  }
}
@media (max-width: 768px) {
  .home_statistic_block {
    gap: 13px;
  }
}
.home_statistic_block img {
  width: 110px;
  height: 110px;
}
@media (max-width: 768px) {
  .home_statistic_block img {
    height: 80px;
    width: 80px;
    display: flex;
    flex-shrink: 0;
  }
}
.home_statistic_block span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #020202;
}
.home_statistic_block span span {
  font-weight: 600;
  color: #EF4746;
}
@media (max-width: 768px) {
  .home_statistic_block span {
    font-size: 14px;
  }
}
.home_statistic_block p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #626466;
}
@media (max-width: 768px) {
  .home_statistic_block p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .home .btn_red {
    margin: auto;
  }
}

.courses {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .courses {
    padding: 40px 0;
  }
}
.courses_title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .courses_title {
    margin-bottom: 20px;
  }
}
.courses_cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .courses_cards {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.courses_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  padding: 24px;
}
@media (max-width: 768px) {
  .courses_card {
    padding: 16px;
    border-radius: 16px;
  }
}
.courses_card img {
  width: 220px;
  height: 220px;
}
@media (max-width: 768px) {
  .courses_card img {
    width: 80px;
    height: 80px;
  }
}
.courses_card span {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #4A4A4A;
  margin: 18px 0 32px 0;
}
@media (max-width: 768px) {
  .courses_card span {
    font-size: 14px;
    margin: 12px 0;
  }
}
.courses_card p {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #626466;
}
@media (max-width: 768px) {
  .courses_card p {
    font-size: 12px;
    line-height: 150%;
  }
}

.user_comment_in {
  display: flex;
  align-items: center;
  gap: 41px;
  max-width: 1148px;
  margin: auto;
}
@media (max-width: 768px) {
  .user_comment_in {
    padding: 40px 0;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.user_comment_left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 261px;
  height: 261px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  padding: 9.32px;
}
@media (max-width: 768px) {
  .user_comment_left {
    width: 150px;
    height: 150px;
    border: 1px solid #FFFFFF;
    padding: 5.36px;
  }
}
.user_comment_left img {
  max-width: 261px;
  max-height: 261px;
  width: 261px;
  height: 261px;
}
@media (max-width: 768px) {
  .user_comment_left img {
    max-width: 150px;
    max-height: 150px;
    width: 150px;
    height: 150px;
  }
}
.user_comment_right img {
  width: 28px;
  height: 31px;
}
.user_comment_right p {
  font-weight: 400;
  font-style: italic !important;
  font-size: 20px;
  line-height: 36px;
  color: #020202;
  margin: 28px 0;
}
@media (max-width: 768px) {
  .user_comment_right p {
    font-size: 16px;
    line-height: 150%;
  }
}
.user_comment_right span {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #626466;
}
@media (max-width: 768px) {
  .user_comment_right span {
    font-size: 12px;
  }
}

.vocal_teach {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .vocal_teach {
    padding: 20px 0;
  }
}
.vocal_teach_title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .vocal_teach_title {
    margin-bottom: 40px;
  }
}
.vocal_teach_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1280px) {
  .vocal_teach_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .vocal_teach_cards {
    display: none;
  }
}
.vocal_teach_card {
  border-radius: 24px;
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  background: #FFFFFF;
  padding: 16px;
  height: 100%;
}
@media (max-width: 640px) {
  .vocal_teach_card {
    border-radius: 16px;
    padding: 16px 10px;
  }
}
.vocal_teach_card a {
  width: 100%;
}
.vocal_teach_card_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vocal_teach_card img {
  width: 239px;
  height: 239px;
  transition: 0.2s ease;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .vocal_teach_card img {
    width: 80px;
    height: 80px;
  }
}
.vocal_teach_card_title {
  margin: 28px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #4A4A4A;
}
@media (max-width: 640px) {
  .vocal_teach_card_title {
    margin: 16px 0;
    font-size: 14px;
  }
}
.vocal_teach_card ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vocal_teach_card ul li {
  display: flex;
  align-items: start;
  gap: 8px;
}
.vocal_teach_card ul img {
  width: 20px;
  height: 20px;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .vocal_teach_card ul img {
    width: 14px;
    height: 14px;
  }
}
.vocal_teach_card ul span {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #626466;
}
@media (max-width: 640px) {
  .vocal_teach_card ul span {
    font-size: 12px;
  }
}
.vocal_teach .vocal_teachSwiper {
  display: none;
  overflow: visible;
}
@media (max-width: 640px) {
  .vocal_teach .vocal_teachSwiper {
    display: block;
  }
}
.vocal_teach .vocal_teachSwiper .swiper-slide {
  height: auto;
  transform: scale(1);
  transition: 0.2s ease;
  opacity: 0.5;
}
.vocal_teach .vocal_teachSwiper .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
}
.vocal_teach .vocal_teachSwiper .swiper-slide-active .vocal_teach_card .vocal_teach_card_img img {
  transform: scale(1.2);
}
.vocal_teach .vocal_teachSwiper .vocal_teach-pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.vocal_teach .vocal_teachSwiper .vocal_teach-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  border-radius: 10px;
  opacity: 1;
  background: rgba(238, 77, 76, 0.1490196078);
  margin: 0;
}
.vocal_teach .vocal_teachSwiper .vocal_teach-pagination .swiper-pagination-bullet-active {
  background: #EF4746;
}
.vocal_teach .vocal_teachSwiper .vocal_teach_btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(238, 77, 76, 0.9);
  box-shadow: 0px 4px 40.8px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.vocal_teach .vocal_teachSwiper .vocal_teach-button-next {
  right: 0;
}
.vocal_teach .vocal_teachSwiper .vocal_teach-button-prev {
  left: 0;
}

.video-block {
  position: relative;
  z-index: 1;
  padding: 50px 0 58px;
}
@media (max-width: 1024px) {
  .video-block {
    padding: 40px 0;
  }
}
.video-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 1024px) {
  .video-block__bg {
    display: none;
  }
}
.video-block .section_title {
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .video-block .section_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 20px;
  }
}
.video-block .content {
  max-width: 1055px;
  margin: 0 auto;
  position: relative;
}
.video-block .content .main-img {
  width: 1047px;
  height: 642px;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .video-block .content .main-img {
    height: 240px;
    border-radius: 16px;
  }
}
.video-block .content .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-block .content .play-btn img {
  width: 150px;
  height: 150px;
}
@media (max-width: 1024px) {
  .video-block .content .play-btn img {
    width: 85px;
    height: 85px;
  }
}
.video-block .content .iframe-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}
.video-block .content .iframe-block iframe {
  width: 100%;
  height: 100%;
}
.video-block .content.active .play-btn {
  display: none;
}
.video-block .content.active .iframe-block {
  display: block;
}
.video-block .content.active .main-img {
  opacity: 0;
}
.video-block .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  gap: 8px;
}
@media (max-width: 1024px) {
  .video-block .btns {
    margin-top: 20px;
    padding: 8px;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 16px;
  }
}
@media (max-width: 1024px) {
  .video-block .btns a {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .video-block .btns .btn_red {
    border-radius: 12px 12px 4px 4px;
  }
}
@media (max-width: 1024px) {
  .video-block .btns .btn_two {
    border-radius: 12px;
  }
}

.btn-gray {
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  border-radius: 16px;
  padding: 10px 32px;
  width: 310px;
  height: 56px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 400;
  font-size: 18px;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 1024px) {
  .btn-gray {
    height: 48px;
    width: 296px;
    border-radius: 4px 4px 12px 12px;
  }
}
.btn-gray:hover {
  border: 2px solid #EE4D4C;
  background: #E5E3E3;
  box-shadow: 12px 12px 12px 0px rgba(0, 0, 0, 0.2);
}

.choose-school h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .choose-school h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 20px;
  }
}
.choose-school .texts {
  margin-bottom: 7px;
  display: flex;
  position: relative;
  gap: 30px;
}
@media (max-width: 1024px) {
  .choose-school .texts {
    flex-direction: column;
    gap: 0px;
  }
}
.choose-school .texts:not(.active) {
  height: 210px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .choose-school .texts:not(.active) {
    height: 171px;
  }
}
.choose-school .texts:not(.active)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 151px;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}
@media (max-width: 1024px) {
  .choose-school .texts:not(.active)::before {
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
    height: 76px;
  }
}
.choose-school .texts.active {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .choose-school .texts.active {
    margin-bottom: 0;
  }
}
.choose-school .texts p {
  width: 50%;
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  color: #626466;
}
@media (max-width: 1024px) {
  .choose-school .texts p {
    width: 100%;
    line-height: 150%;
  }
}
.choose-school .texts button {
  background: #c4c4c4;
  padding: 0 32px;
  border-radius: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  color: #fff;
  position: absolute;
  bottom: 31px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .choose-school .texts button {
    border-radius: 12px;
    height: 32px;
    bottom: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 200%;
  }
}
.choose-school .texts button.hidden {
  display: none;
}
.choose-school .card {
  display: flex;
  align-items: stretch;
  gap: 14px;
}
@media (max-width: 1024px) {
  .choose-school .card {
    display: none;
  }
}
.choose-school .card li {
  width: 100%;
}
.choose-school .card a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 3px;
  border: 1px solid rgba(36, 36, 36, 0.05);
  background: rgba(255, 255, 255, 0.25);
  border-radius: 26px;
}
.choose-school .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.choose-school .more-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .choose-school .more-link {
    display: none;
  }
}
.choose-school .more-link a {
  width: 310px;
}

.sing-content {
  border: 1px solid rgba(36, 36, 36, 0.05);
  border-radius: 32px;
  background: #fff;
  padding: 75.5px 20px 75.5px 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sing-content {
    padding: 360px 16px 31px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
  }
}
.sing .main-card {
  position: absolute;
  left: -20px;
  top: -2px;
  z-index: -1;
  width: 625px;
  height: 608px;
}
@media (max-width: 1280px) {
  .sing .main-card {
    width: 590px;
    height: 540px;
    top: 30px;
  }
}
@media (max-width: 1024px) {
  .sing .main-card {
    top: 21px;
    left: 50%;
    transform: translateX(calc(-50% - 10px));
    width: 330px;
    height: 321px;
  }
}
.sing .title, .sing h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  color: #4A4A4A;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .sing .title, .sing h3 {
    font-size: 20px;
    line-height: 13px;
    margin-bottom: 12px;
  }
}
.sing .line {
  position: absolute;
  top: 102px;
  right: 79px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .sing .line {
    width: 194px;
    top: 380px;
    right: 50%;
    transform: translateX(calc(50% + 47px));
  }
}
.sing .title_two {
  font-weight: 600;
  font-size: 56px;
  line-height: 86%;
  color: #EF4746;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .sing .title_two {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .sing .title_two br {
    display: none;
  }
}
.sing .sing_text {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #626466;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .sing .sing_text {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .sing .sing_text br {
    display: none;
  }
}
.sing p {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #626466;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .sing p br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sing p {
    font-size: 14px;
    line-height: 130%;
    max-width: 337px;
    margin-bottom: 20px;
  }
}

.tarif {
  padding: 50px 0 36px;
}
@media (max-width: 1024px) {
  .tarif {
    padding: 20px 0;
  }
}
.tarif h1, .tarif h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .tarif h1, .tarif h2 {
    font-size: 22px;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
.tarif h1 span, .tarif h2 span {
  font-weight: 600;
  color: #EF4746;
}
@media (max-width: 1024px) {
  .tarif h1 span, .tarif h2 span {
    display: block;
  }
}
.tarif .subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 13px;
  text-align: center;
  color: #626466;
  margin-bottom: 49px;
}
@media (max-width: 1024px) {
  .tarif .subtitle {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;
  }
}
.tarif-content {
  width: 100%;
}
.tarif-content__wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .tarif-content__wrap {
    margin-bottom: 50px;
  }
}
.tarif-content__text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 20px;
}
.tarif-content__text .icon {
  width: 20px;
  height: 50px;
}
@media (max-width: 1024px) {
  .tarif-content__text .icon {
    width: 17px;
    height: 42.5px;
    flex-shrink: 0;
  }
}
.tarif-content__text .tarif_name {
  font-weight: 600;
  font-size: 24px;
  line-height: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .tarif-content__text .tarif_name {
    font-size: 16px;
    line-height: 11px;
    margin-bottom: 10px;
  }
}
.tarif-content__text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 11px;
  color: #626466;
  min-width: 246px;
}
@media (max-width: 1024px) {
  .tarif-content__text p {
    font-size: 12px;
    line-height: 8px;
  }
}
.tarif-card {
  border: 1px solid rgba(36, 36, 36, 0.05);
  border-radius: 24px;
  padding: 15px;
  background: #fff;
}
@media (max-width: 768px) {
  .tarif-card {
    padding: 9px;
    border-radius: 16px;
  }
}
.tarif-card__wrap {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23EFEFEFFF' stroke-width='1' stroke-dasharray='16%2c 15%2c 14' stroke-dashoffset='14' stroke-linecap='square'/%3e%3c/svg%3e");
}
@media (max-width: 1280px) {
  .tarif-card__wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .tarif-card__wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 10px 10px 11px;
  }
}
@media (max-width: 640px) {
  .tarif-card__wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.tarif-card .alert {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 13px;
  color: #fff;
  border-radius: 28px;
  padding: 8px;
  background: #EF4746;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .tarif-card .alert {
    font-size: 14px;
    line-height: 9px;
    margin-bottom: 15px;
  }
}
.tarif-card .alert.red-2 {
  background: #F47776;
}
.tarif-card .alert.red-3 {
  background: #ff9f9e;
}
.tarif-card .alert .dot {
  border-radius: 100%;
  background: #fff;
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  display: block;
}
.tarif-card .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tarif-card .date-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 9px;
  color: #626466;
}
@media (max-width: 768px) {
  .tarif-card .date-text {
    font-size: 12px;
    line-height: 8px;
  }
}
.tarif-card .date-value {
  font-weight: 400;
  font-size: 15px;
  line-height: 10px;
}
@media (max-width: 768px) {
  .tarif-card .date-value {
    font-size: 12px;
    line-height: 8px;
  }
}
.tarif-card .line {
  margin: 20px 0;
  height: 1px;
  width: 100%;
  background: rgba(224, 214, 208, 0.55);
}
@media (max-width: 768px) {
  .tarif-card .line {
    margin: 15px 0;
  }
}
.tarif-card p {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #626466;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .tarif-card p {
    font-size: 12px;
    line-height: 130%;
    text-align: center;
  }
}
.tarif-card .price {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 768px) {
  .tarif-card .price {
    text-align: center;
    justify-content: center;
  }
}
.tarif-card .price del {
  font-weight: 400;
  font-size: 13px;
  line-height: 9px;
  color: #626466;
}
@media (max-width: 768px) {
  .tarif-card .price del {
    font-size: 12px;
    line-height: 8px;
  }
}
.tarif-card .price-value {
  font-weight: 400;
  font-size: 17px;
  line-height: 11px;
  color: #020202;
}
@media (max-width: 768px) {
  .tarif-card .price-value {
    font-size: 14px;
    line-height: 9px;
  }
}
.tarif .accordion {
  border: 1px solid rgba(36, 36, 36, 0.05);
  border-radius: 24px;
  padding: 24px;
  background: #fff;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .tarif .accordion {
    padding: 20px 10px;
    border-radius: 16px;
  }
}
.tarif .accordion-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tarif .accordion-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1024px) {
  .tarif .accordion-content {
    flex-direction: column;
    gap: 20px;
  }
}
.tarif .accordion-btn {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  cursor: pointer;
}
.tarif .accordion-btn button {
  border: 1px solid #e0d6d0;
  border-radius: 32px;
  width: 48px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .tarif .accordion-btn button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    border: 1px solid rgba(36, 36, 36, 0.05);
    border-radius: 32px;
    width: 30px;
    height: 15px;
    background: white;
  }
}
.tarif .accordion-btn.active button {
  background: #EF4746;
  border: 1px solid transparent;
}
@media (max-width: 1024px) {
  .tarif .accordion-btn.active {
    bottom: auto;
    top: -7px;
  }
}
.tarif .accordion-btn.active svg {
  transform: rotateZ(180deg);
}
.tarif .accordion-btn.active svg path {
  stroke: white;
}
.tarif .accordion-btn p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .tarif .accordion-btn p {
    text-align: center;
    font-size: 14px;
    line-height: 130%;
    width: 100%;
  }
}
.tarif .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.tarif .accordion-body ul {
  padding: 13px 0 0 88px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .tarif .accordion-body ul {
    padding: 20px 0 0;
  }
}
.tarif .accordion-body li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #626466;
}
@media (max-width: 1024px) {
  .tarif .accordion-body li {
    font-size: 12px;
    text-align: center;
  }
}
.tarif .accordion-body img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
}
@media (max-width: 1024px) {
  .tarif .accordion-body img {
    width: 14px;
    height: 14px;
  }
}
.tarif .accordion-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #626466;
}
@media (max-width: 1024px) {
  .tarif .accordion-body p {
    font-size: 12px;
    text-align: left;
  }
}
.tarif .accordion-text {
  border: 1px solid rgba(36, 36, 36, 0.05);
  border-radius: 32px;
  background: #fff;
  padding: 45px 50% 45px 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .tarif .accordion-text {
    padding: 360px 10px 20px 10px;
    border-radius: 16px;
  }
}
.tarif .accordion-text .accordion-text-head {
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  color: #4A4A4A;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .tarif .accordion-text .accordion-text-head {
    font-size: 20px;
    line-height: 13px;
    margin-bottom: 12px;
    text-align: center;
  }
}
.tarif .accordion-text .accordion-text-head .tarif_text_icon {
  display: none;
}
@media (max-width: 480px) {
  .tarif .accordion-text .accordion-text-head .tarif_text_icon {
    display: block;
    position: absolute;
    right: 54px;
    bottom: -5px;
    width: 161px;
    height: 5px;
  }
}
.tarif .accordion-text .accordion_title {
  font-weight: 600;
  font-size: 48px;
  line-height: 32px;
  color: #EF4746;
  margin-bottom: 73px;
}
@media (max-width: 1024px) {
  .tarif .accordion-text .accordion_title {
    font-size: 32px;
    line-height: 21px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.tarif .accordion-text ul {
  display: flex;
  flex-direction: column;
  max-width: 554px;
  gap: 30px;
}
@media (max-width: 1024px) {
  .tarif .accordion-text ul {
    gap: 20px;
  }
}
.tarif .accordion-text li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.tarif .accordion-text li img {
  width: 28px;
  height: 28px;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .tarif .accordion-text li img {
    width: 20px;
    height: 20px;
  }
}
.tarif .accordion-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #626466;
}
@media (max-width: 1024px) {
  .tarif .accordion-text p {
    font-size: 14px;
  }
}
.tarif .accordion-text p b {
  font-weight: 600;
}
.tarif .accordion-text .main-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 581px;
  height: 435px;
}
@media (max-width: 1024px) {
  .tarif .accordion-text .main-img {
    top: 10px;
    bottom: auto;
    right: 50%;
    transform: translateX(50%);
    display: none;
  }
}
.tarif .accordion-text .main-img.mb {
  display: none;
  width: 350px;
  height: 334px;
}
@media (max-width: 1024px) {
  .tarif .accordion-text .main-img.mb {
    display: block;
  }
}
.tarif .more-link {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tarif .more-link {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .tarif .more-link a {
    width: 100%;
  }
}

.certificate {
  position: relative;
  z-index: 1;
  padding: 33px 0;
}
@media (max-width: 1024px) {
  .certificate {
    padding: 40px 0;
  }
}
.certificate-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .certificate-bg {
    display: none;
    width: 676px;
    min-width: 676px;
    height: 246px;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.certificate-bg.mb {
  display: none;
}
@media (max-width: 1024px) {
  .certificate-bg.mb {
    display: block;
  }
}
.certificate-content {
  display: flex;
  align-items: flex-end;
  gap: 71px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .certificate-content {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .certificate-content .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.certificate h2 {
  font-weight: 600;
  font-size: 56px;
  line-height: 86%;
  color: #4A4A4A;
  margin-bottom: 36px;
}
.certificate .text h1 {
  font-display: swap;
  display: block;
  max-width: 100%;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  color: #EF4746;
  margin-bottom: 23px;
}

@media (max-width: 1024px) {
  .certificate .text h1 {
    font-size: 32px;
    line-height: 100%;
    color: #EF4746;
    margin-bottom: 61px;
  }
}
@media (max-width: 1024px) {
  .certificate h2 {
    font-size: 22px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 31px;
  }
}
.certificate ul {
  margin-bottom: 36px;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 1024px) {
  .certificate ul {
    text-align: center;
    margin-bottom: 30px;
  }
}
.certificate ul::before {
  content: "";
  border-radius: 0 2px 2px 0;
  background: #EF4746;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
}
@media (max-width: 1024px) {
  .certificate ul::before {
    width: 40px;
    height: 1px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.certificate ul li {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #626466;
}
@media (max-width: 1024px) {
  .certificate ul li {
    display: inline;
    text-align: center;
    font-size: 14px;
    line-height: 130%;
  }
}
.certificate ul li b {
  font-weight: 600;
}
@media (max-width: 640px) {
  .certificate .btn_red {
    width: 100%;
  }
}
.certificate p {
  max-width: 499px;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #626466;
  margin-top: 96px;
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  .certificate p {
    font-size: 11px;
    line-height: 130%;
    text-align: center;
    max-width: 283px;
    margin-top: 15px;
    padding-bottom: 0;
  }
}
.certificate .main-img {
  flex-shrink: 0;
  display: flex;
  width: 447px;
  height: 609px;
}
@media (max-width: 1024px) {
  .certificate .main-img {
    width: 228px;
    height: 310px;
  }
}

.team {
  padding: 70px 0 30px;
}
@media (max-width: 1024px) {
  .team {
    padding: 20px 0 37px;
  }
}
.team h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .team h2 {
    font-size: 22px;
    line-height: 15px;
    margin-bottom: 20px;
  }
}
.team .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #626466;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .team .description {
    font-size: 15px;
    line-height: 150%;
  }
}
.team-content {
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23EFEFEFFF' stroke-width='1' stroke-dasharray='16%2c 15%2c 14' stroke-dashoffset='14' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 24px;
  padding: 20px 20px 38px;
}
@media (max-width: 1024px) {
  .team-content {
    background: transparent;
    padding: 0;
  }
}
.team-content__wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.team-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media (max-width: 1024px) {
  .team-text {
    gap: 12px;
  }
}
.team-text img {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .team-text img {
    width: 17px;
  }
}
.team-text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 167%;
  text-align: center;
}
@media (max-width: 1024px) {
  .team-text p {
    font-size: 16px;
    line-height: 130%;
    max-width: 199px;
    margin: auto;
  }
}
.team-text p span {
  text-transform: uppercase;
  font-weight: 600;
}
.team-text .text-gray {
  font-weight: 400;
  font-size: 17px;
  line-height: 11px;
  text-align: center;
  color: #626466;
  margin-top: 10px;
}
.team .team_text {
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: #626466;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .team .team_text {
    font-size: 12px;
  }
}
.team-card {
  border: 1px solid rgba(36, 36, 36, 0.05);
  border-radius: 12px;
  background: #fff;
  padding: 16px 16px 0 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
}
@media (max-width: 1024px) {
  .team-card {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.team-card__wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1024px) {
  .team-card__wrap {
    margin-top: 94px;
    gap: 90px 20px;
  }
}
@media (max-width: 640px) {
  .team-card__wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.team-card__img {
  width: 219px;
  height: 384px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .team-card__img {
    width: 223px;
    height: 392px;
    margin-top: -76px;
  }
}
.team-card__img .main-img {
  width: 223px;
  height: 384px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-card__img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-card__img-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.team-card__img.active .main-img {
  display: none;
}
.team-card__img.active .play-btn {
  display: none;
}
.team-card__img.active .team-card__img-el {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-card__img.active .team-card__img-el iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-card .more-text {
  position: absolute;
  border-radius: 16px;
  padding: 10px 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #EF4746;
  font-weight: 600;
  font-size: 15px;
  line-height: 10px;
  color: #fff;
  bottom: -18px;
  left: 222px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .team-card .more-text {
    border: 1px solid rgba(36, 36, 36, 0.05);
    border-radius: 32px;
    width: 30px;
    height: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }
  .team-card .more-text span {
    display: none;
  }
}
.team-card .more-text.hidden {
  display: none;
}
.team-card__text {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-bottom: 16px;
}
.team-card__text .line {
  height: 1px;
  width: 100%;
  background: #f5f5f5;
  flex-shrink: 0;
}
.team-card__text .team_card_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 80%;
}
@media (max-width: 1024px) {
  .team-card__text .team_card_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
  }
}
.team-card__text .date {
  display: flex;
  align-content: inherit;
  justify-content: space-between;
  margin-top: 8px;
}
.team-card__text .date p {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #626466;
}
@media (max-width: 1024px) {
  .team-card__text .date p {
    font-size: 15px;
    line-height: 160%;
  }
}
.team-card__text .date span {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #020202;
}
.team-card__text .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 9px;
}
@media (max-width: 1024px) {
  .team-card__text .title {
    text-align: center;
  }
}
.team-card__text ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.team-card__text li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.team-card__text li img {
  display: flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .team-card__text li img {
    width: 14px;
    height: 14px;
  }
}
.team-card__text li p {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #626466;
}
@media (max-width: 1024px) {
  .team-card__text li p {
    font-size: 12px;
  }
}
.team-card:not(.active) .team-card__text {
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .team-card:not(.active) .team-card__text {
    height: 167px;
  }
}
.team-card:not(.active) .team-card__text::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  width: 100%;
  height: 137px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .team-card:not(.active) .team-card__text::before {
    height: 203px;
  }
}

.free-course {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .free-course {
    padding: 20px 0 30px;
  }
}
.free-course__content {
  border: 1px solid rgba(36, 36, 36, 0.05);
  border-radius: 32px;
  min-height: 550px;
  background: #fff;
  padding: 30px 30px 30px 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .free-course__content {
    padding: 360px 16px 31px;
    align-items: center;
    text-align: center;
    border-radius: 16px;
  }
}
.free-course .main-img {
  position: absolute;
  left: -23px;
  top: -22px;
  z-index: -1;
  width: 653px;
  height: auto;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .free-course .main-img {
    width: 590px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .free-course .main-img {
    display: none;
    width: 338px;
    height: 317px;
    left: 50%;
    top: 16px;
    transform: translateX(-50%);
  }
}
.free-course .main-img.mb {
  display: none;
}
@media (max-width: 1024px) {
  .free-course .main-img.mb {
    display: block;
  }
}
.free-course .free-course_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  color: #4A4A4A;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .free-course .free-course_title {
    font-size: 20px;
    line-height: 13px;
    margin-bottom: 12px;
  }
}
.free-course .free-course_title_two {
  font-weight: 600;
  font-size: 56px;
  line-height: 37px;
  color: #EF4746;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .free-course .free-course_title_two {
    font-size: 32px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
.free-course .description {
  font-size: 24px;
  line-height: 130%;
  color: #626466;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .free-course .description {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 20px;
  }
}
.free-course p {
  font-size: 15px;
  line-height: 10px;
  color: #626466;
  font-style: italic;
  margin-top: 84.5px;
}
@media (max-width: 1024px) {
  .free-course p {
    font-size: 11px;
    line-height: 7px;
    margin-top: 20px;
  }
}

.for-music {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .for-music {
    padding: 20px 0;
  }
}
.for-music_title {
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .for-music_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 15px;
    margin-bottom: 20px;
  }
}
.for-music p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #626466;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .for-music p {
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.for-music ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 768px) {
  .for-music ul {
    border: 1px solid rgba(36, 36, 36, 0.05);
    border-radius: 16px;
    gap: 10px;
    background: #fff;
    padding: 16px 17px;
  }
}
.for-music ul li {
  border: 1px solid rgba(36, 36, 36, 0.05);
  border-radius: 16px;
  padding: 12px;
  background: white;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .for-music ul li {
    background: transparent;
    border: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 13px;
  }
}
.for-music ul li span {
  display: block;
}
.for-music ul img {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
}
@media (max-width: 768px) {
  .for-music ul img {
    height: 52px;
    width: 52px;
  }
}
.for-music ul span {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1024px) {
  .for-music ul span {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: 12px;
    line-height: 100%;
  }
}
.for-music ul p {
  text-align: left;
  font-size: 15px;
  line-height: 120%;
  color: #626466;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .for-music ul p {
    font-size: 12px;
    text-align: center;
    line-height: 100%;
  }
}
.for-music__swp {
  max-width: 625px;
  margin: 0 auto 33px;
}
@media (max-width: 768px) {
  .for-music__swp {
    max-width: 296px;
    margin-bottom: 20px;
  }
}
.for-music__swp-wrap {
  position: relative;
}
.for-music__swp-wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 32px;
  width: 52px;
  height: 52px;
  box-shadow: 0 4px 41px 0 rgba(0, 0, 0, 0.1);
  background: #EF4746;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .for-music__swp-wrap button {
    width: 36px;
    height: 36px;
  }
}
.for-music__swp-wrap button img {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .for-music__swp-wrap button img {
    width: 16px;
    height: 16px;
  }
}
.for-music__swp-wrap .btn-next {
  right: 0;
}
.for-music__swp-wrap .btn-prev {
  left: 0;
}
.for-music__swp-wrap .swp-pagination {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  position: relative;
  top: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .for-music__swp-wrap .swp-pagination {
    display: flex;
  }
}
.for-music__swp-wrap .swp-pagination span {
  margin: 0 !important;
  padding: 0;
  border-radius: 10px;
  width: 12px;
  height: 3px;
  background: rgba(238, 77, 76, 0.15);
  opacity: 1;
}
.for-music__swp-wrap .swp-pagination span.swiper-pagination-bullet-active {
  background: #EF4746;
}
.for-music__swp .swiper {
  overflow: visible;
}
.for-music__swp .swiper-slide {
  position: relative;
}
.for-music__swp .swiper-slide img {
  width: 100%;
  height: auto;
}
.for-music__swp .swiper-slide div {
  transition: 0.2s ease-in-out all;
}
.for-music__swp .swiper-slide:not(.swiper-slide-active):nth-child(2n+1) {
  opacity: 0.5;
}
.for-music__swp .swiper-slide:not(.swiper-slide-active):nth-child(2n+1) div {
  transform: rotateZ(-5deg);
}
.for-music__swp .swiper-slide:not(.swiper-slide-active):nth-child(2n) div {
  transform: rotateZ(5deg);
}
.for-music__swp .swiper-slide .swiper-slide-shadow-left,
.for-music__swp .swiper-slide .swiper-slide-shadow-right {
  display: none !important;
}

.photos {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .photos {
    padding: 20px 0;
  }
}
.photos h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .photos h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}
.photos h3 span {
  color: #EF4746;
  font-weight: 600;
}
.photos-swp {
  max-width: 625px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .photos-swp {
    max-width: 296px;
    margin-bottom: 20px;
  }
}
.photos-swp__wrap {
  position: relative;
}
.photos-swp__wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 32px;
  width: 52px;
  height: 52px;
  box-shadow: 0 4px 41px 0 rgba(0, 0, 0, 0.1);
  background: #EF4746;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photos-swp__wrap button img {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .photos-swp__wrap button img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .photos-swp__wrap button {
    width: 36px;
    height: 36px;
  }
}
.photos-swp__wrap .btn-next {
  right: 0;
}
.photos-swp__wrap .btn-prev {
  left: 0;
}
.photos-swp .swiper {
  overflow: visible;
}
.photos-swp .swiper-slide {
  position: relative;
}
.photos-swp .swiper-slide img {
  width: 100%;
  height: auto;
}
.photos-swp .swiper-slide div {
  transition: 0.2s ease-in-out all;
}
.photos-swp .swiper-slide:not(.swiper-slide-active):nth-child(2n+1) {
  opacity: 0.5;
}
.photos-swp .swiper-slide:not(.swiper-slide-active):nth-child(2n+1) div {
  transform: rotateZ(-5deg);
}
.photos-swp .swiper-slide:not(.swiper-slide-active):nth-child(2n) div {
  transform: rotateZ(5deg);
}
.photos-swp .swiper-slide .swiper-slide-shadow-left,
.photos-swp .swiper-slide .swiper-slide-shadow-right {
  display: none !important;
}
.photos .swp-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.photos .swp-pagination span {
  padding: 0;
  margin: 0 !important;
  border-radius: 10px;
  width: 12px;
  height: 5px;
  background: rgba(238, 77, 76, 0.15);
  opacity: 1;
}
@media (max-width: 768px) {
  .photos .swp-pagination span {
    height: 3px;
  }
}
.photos .swp-pagination span.swiper-pagination-bullet-active {
  background: #EF4746;
}

.results {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .results {
    padding: 20px 0;
  }
}
.results_title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .results_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .results_title h3 {
    line-height: 130%;
  }
}
.results_title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #626466;
  max-width: 863px;
  margin: 40px auto 0 auto;
}
@media (max-width: 768px) {
  .results_title p {
    font-size: 12px;
    margin: 20px 0 0 0;
  }
}
.results_title p b {
  font-weight: 600;
}
.results_cards {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .results_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .results_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.results_card {
  padding: 24px;
  border-radius: 24px;
  background: #FFFFFF;
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
}
@media (max-width: 768px) {
  .results_card {
    padding: 24px 10px;
    border-radius: 16px;
  }
}
.results_card_top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .results_card_top {
    gap: 20px;
    flex-direction: row;
    text-align: left;
    margin-bottom: 20px;
  }
}
.results_card_top .desktop_img {
  width: 365px;
  max-height: 270px;
  margin: auto;
}
@media (max-width: 768px) {
  .results_card_top .desktop_img {
    display: none;
  }
}
.results_card_top .media_img {
  display: none;
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .results_card_top .media_img {
    display: block;
  }
}
.results_card_top .three_img {
  width: 108px;
}
.results_card_top .result_card_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #4A4A4A;
}
@media (max-width: 768px) {
  .results_card_top .result_card_title {
    font-size: 14px;
    text-align: left;
  }
}
.results_card_top .result_card_title b {
  font-weight: 600;
}
.results_card_top span {
  margin: 20px 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #020202;
}
@media (max-width: 768px) {
  .results_card_top span {
    font-size: 12px;
    margin: 12px 0 0 0;
    line-height: 100%;
  }
}
.results_card ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .results_card ul {
    gap: 15px;
  }
}
.results_card ul li {
  display: flex;
  align-items: start;
  gap: 8px;
}
.results_card ul li img {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.results_card ul li span {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #626466;
}
@media (max-width: 768px) {
  .results_card ul li span {
    font-size: 12px;
  }
}

.vocal {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .vocal {
    padding: 20px 0;
  }
}
.vocal_in {
  border-radius: 32px;
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  background: #FFFFFF;
  padding: 112px 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .vocal_in {
    display: flex;
    flex-direction: column-reverse;
    gap: 33px;
    padding: 34.32px 28px 39px 28px;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .vocal_in {
    padding: 34px 27px;
  }
}
.vocal_in h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #4A4A4A;
}
@media (max-width: 768px) {
  .vocal_in h3 {
    font-size: 20px;
  }
}
.vocal_in h3 span {
  margin-top: 5px;
  display: block;
  font-weight: 600;
  line-height: 100%;
  font-size: 56px;
  color: #EF4746;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 1024px) {
  .vocal_in h3 span {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .vocal_in h3 span {
    font-size: 32px;
  }
}
.vocal_in h3 span .vocal_line {
  width: 385px;
  height: 12px;
  position: absolute;
  top: -7px;
  right: -129px;
}
@media (max-width: 1024px) {
  .vocal_in h3 span .vocal_line {
    width: 160.42px;
    height: 5px;
    right: -31px;
    top: -3px;
  }
}
.vocal_in p {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #626466;
  margin: 36px 0;
  max-width: 458px;
}
@media (max-width: 768px) {
  .vocal_in p {
    font-size: 14px;
    margin: 20px 0;
  }
}
.vocal_in .vocal_img {
  width: 617px;
  height: 604px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  margin: auto;
  display: flex;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .vocal_in .vocal_img {
    position: static;
  }
}
@media (max-width: 768px) {
  .vocal_in .vocal_img {
    width: 312px;
    height: 305px;
  }
}
.vocal_text {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .vocal_text {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.modal-dialog {
  position: relative;
  width: 100%;
  min-height: calc(100% - 60px);
  font-size: 12px;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-dialog__wrap {
  overflow-y: scroll;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  width: calc(100% - 20px);
  height: 100%;
}
.modal-dialog__wrap::-webkit-scrollbar {
  display: none;
}
.modal-close {
  position: absolute;
  z-index: 3;
  right: 18px;
  top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .modal-close {
    top: 12px;
    right: 12px;
  }
}
.modal-close img {
  width: 24px;
  height: 24px;
}
.modal-content {
  width: 560px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  z-index: 1;
  border-radius: 24px;
  border: 1px solid rgba(36, 36, 36, 0.05);
  box-shadow: 0 0 72px rgba(36, 36, 36, 0.05);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 32px;
}
@media (max-width: 640px) {
  .modal-content {
    padding: 59px 20px;
    border-radius: 16px;
  }
}
.modal-content .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 111%;
}
@media (max-width: 640px) {
  .modal-content .title {
    font-size: 28px;
    line-height: 143%;
  }
}
.modal-content .title span {
  font-weight: 600;
  color: #EF4746;
}
.modal-content .line {
  transform: translateX(30px);
  margin-bottom: 28px;
  width: 312px;
  height: 10px;
}
@media (max-width: 640px) {
  .modal-content .line {
    width: 247px;
    margin-bottom: 15px;
  }
}
.modal-content p {
  font-weight: 400;
  font-size: 20px;
  color: #626466;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .modal-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.modal-content .radio {
  padding: 8px 16px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 640px) {
  .modal-content .radio {
    padding: 10px 0;
  }
}
.modal-content .radio-wrap {
  max-width: 360px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 22px;
}
@media (max-width: 640px) {
  .modal-content .radio-wrap {
    max-width: 270px;
    gap: 8px;
    margin-bottom: 20px;
  }
}
.modal-content .radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
}
.modal-content .radio span {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
}
@media (max-width: 640px) {
  .modal-content .radio span {
    font-size: 13px;
  }
}
.modal-content .radio .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #EF4746;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .modal-content .radio .icon {
    width: 20px;
    height: 20px;
  }
}
.modal-content .radio .icon img {
  display: none;
}
.modal-content .radio input:checked ~ .icon {
  background: #EF4746;
}
.modal-content .radio input:checked ~ .icon img {
  display: block;
}
.modal-content .form-inp {
  border-radius: 16px;
  padding: 10px 16px;
  width: 360px;
  height: 56px;
  background: #f4f4f4;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}
@media (max-width: 640px) {
  .modal-content .form-inp {
    width: 270px;
    height: 48px;
    border-radius: 12px;
    font-size: 13px;
  }
}
.modal-content .form-inp::-moz-placeholder {
  color: #020202;
  opacity: 0.25;
}
.modal-content .form-inp::placeholder {
  color: #020202;
  opacity: 0.25;
}
.modal-content .btn_red {
  width: 360px;
  margin-bottom: 18px;
}
@media (max-width: 640px) {
  .modal-content .btn_red {
    width: 270px;
    margin-bottom: 12px;
  }
}
.modal-content .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.modal-content .checkbox input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  opacity: 0;
  cursor: pointer;
}
.modal-content .checkbox .icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #EF4746;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content .checkbox input:checked ~ .icon {
  background: #EF4746;
}
.modal-content .checkbox label {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
@media (max-width: 640px) {
  .modal-content .checkbox label {
    font-size: 10px;
  }
}
.modal-content .checkbox label a {
  display: inline;
  text-decoration: underline;
}
.modal.active {
  display: block;
}
@keyframes bgActive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dialogActive {
  from {
    transform: translateY(-200px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal.active .modal-bg {
  animation: bgActive 0.3s linear 1;
}
.modal.active .modal-dialog__wrap {
  animation: dialogActive 0.3s linear 1;
}
.modal.end-active {
  display: block;
}
@keyframes bgEndActive {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes dialogEndActive {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-200px);
    opacity: 0;
  }
}
.modal.end-active .modal-bg {
  animation: bgEndActive 0.3s linear 1;
  opacity: 0;
}
.modal.end-active .modal-dialog__wrap {
  animation: dialogEndActive 0.3s linear 1;
  opacity: 0;
}

.advantages_school {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .advantages_school {
    padding: 20px 0;
  }
}
.advantages_school_title {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .advantages_school_title {
    margin-bottom: 20px;
  }
}
.advantages_school_title .section_title span {
  font-weight: 600;
  position: relative;
}
.advantages_school_title .section_title span img {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 11px;
}
.advantages_school_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .advantages_school_cards {
    gap: 10px;
  }
}
.advantages_school_card {
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  padding: 30px 29px 30px 23px;
  background: #FFFFFF;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1024px) {
  .advantages_school_card {
    padding: 20px;
    border-radius: 16px;
    flex-direction: column;
    text-align: center;
  }
}
.advantages_school_card img {
  width: 200px;
  height: 200px;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .advantages_school_card img {
    width: 140px;
    height: 140px;
    display: flex;
    flex-shrink: 0;
  }
}
.advantages_school_card .advantages_card_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #020202;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .advantages_school_card .advantages_card_title {
    font-size: 14px;
    line-height: 150%;
  }
}
.advantages_school_card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #626466;
}
@media (max-width: 768px) {
  .advantages_school_card p {
    font-size: 12px;
  }
}

.education_proceed {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .education_proceed {
    padding: 20px 0;
  }
}
.education_proceed_title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .education_proceed_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .education_proceed_title h3 {
    line-height: 130%;
  }
}
.education_proceed_title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #626466;
  max-width: 525px;
  margin: 30px auto 0 auto;
}
@media (max-width: 768px) {
  .education_proceed_title p {
    line-height: 150%;
    font-size: 12px;
    margin: 20px auto 0 auto;
  }
}
.education_proceed .container {
  position: relative;
}
.education_proceed_left_img {
  width: 512px;
  height: 1024px;
  position: absolute;
  left: -308px;
  top: 290px;
}
@media (max-width: 768px) {
  .education_proceed_left_img {
    display: none;
  }
}
.education_proceed_right_img {
  width: 512px;
  height: 1024px;
  position: absolute;
  right: -300px;
  top: 38px;
}
@media (max-width: 768px) {
  .education_proceed_right_img {
    display: none;
  }
}
.education_proceed_steps {
  max-width: 632px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .education_proceed_steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.education_proceed .steps_btn {
  position: relative;
}
.education_proceed .steps_btn .btn_icon_one {
  position: absolute;
  top: 18px;
  left: -45px;
  width: 38px;
  height: 39px;
  transform: rotate(180deg);
  display: none;
}
@media (max-width: 768px) {
  .education_proceed .steps_btn .btn_icon_one {
    display: block;
  }
}
.education_proceed .steps_btn .btn_icon_two {
  position: absolute;
  right: -40px;
  top: -15px;
  width: 38px;
  height: 39px;
  display: none;
}
@media (max-width: 768px) {
  .education_proceed .steps_btn .btn_icon_two {
    display: block;
  }
}
.education_proceed .steps_btn .btn_red {
  position: relative;
  width: 632px;
  max-width: 632px;
  margin: 24px auto 0 auto;
}
@media (max-width: 768px) {
  .education_proceed .steps_btn .btn_red {
    width: -moz-max-content;
    width: max-content;
    padding: 18px;
    margin: 20px auto 0 auto;
  }
}
.education_proceed_step {
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  background: #FFFFFF;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .education_proceed_step {
    align-items: start;
    flex-direction: column;
    gap: 16px;
    padding: 10px;
    border-radius: 16px;
  }
}
.education_proceed_step .step_icon_one {
  position: absolute;
  left: -83.64px;
  top: 79.89px;
  height: 120px;
  width: 67px;
}
@media (max-width: 1024px) {
  .education_proceed_step .step_icon_one {
    display: none;
  }
}
.education_proceed_step .step_icon_two {
  position: absolute;
  right: -73.64px;
  top: 75.68px;
  height: 95px;
  width: 85px;
}
@media (max-width: 1024px) {
  .education_proceed_step .step_icon_two {
    display: none;
  }
}
.education_proceed_step .step_icon_three {
  height: 114px;
  width: 92px;
  left: -93.64px;
}
@media (max-width: 1024px) {
  .education_proceed_step .step_icon_three {
    display: none;
  }
}
.education_proceed_step .step_icon_four {
  right: -85px;
  height: 118px;
  width: 81px;
}
@media (max-width: 1024px) {
  .education_proceed_step .step_icon_four {
    display: none;
  }
}
.education_proceed_step .step_icon_five {
  width: 101px;
  height: 101px;
  right: -90px;
}
@media (max-width: 1024px) {
  .education_proceed_step .step_icon_five {
    display: none;
  }
}
.education_proceed_step_number {
  width: 75px;
  height: 75px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .education_proceed_step_number {
    width: 30px;
    height: 30px;
    border-radius: 12px;
  }
}
.education_proceed_step_number span {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .education_proceed_step_number span {
    font-size: 12px;
  }
}
.education_proceed_step_number.one {
  background: rgba(238, 77, 76, 0.5490196078);
}
.education_proceed_step_number.two {
  background: rgba(238, 77, 76, 0.6);
}
.education_proceed_step_number.three {
  background: rgba(238, 77, 76, 0.6509803922);
}
.education_proceed_step_number.four {
  background: rgba(238, 77, 76, 0.6980392157);
}
.education_proceed_step_number.five {
  background: rgba(238, 77, 76, 0.7490196078);
}
.education_proceed_step_number.six {
  background: rgba(238, 77, 76, 0.8);
}
.education_proceed_step_number.seven {
  background: rgba(238, 77, 76, 0.8509803922);
}
.education_proceed_step_number.eight {
  background: rgba(238, 77, 76, 0.8980392157);
}
.education_proceed_step_number.nine {
  background: rgba(238, 77, 76, 0.9490196078);
}
.education_proceed_step_number.ten {
  background: #EE4D4C;
}
.education_proceed_step_text .education_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #020202;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .education_proceed_step_text .education_title {
    font-size: 14px;
    line-height: 140%;
  }
}
.education_proceed_step_text p {
  font-weight: 400;
  font-size: 15px;
  list-style: 100%;
  color: #626466;
}
@media (max-width: 768px) {
  .education_proceed_step_text p {
    font-size: 12px;
    line-height: 140%;
  }
}

.individual_lessons {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .individual_lessons {
    padding: 20px 0;
  }
}
.individual_lessons_title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .individual_lessons_title {
    margin-bottom: 20px;
  }
}
.individual_lessons_title span {
  display: inline;
}
@media (max-width: 768px) {
  .individual_lessons_title h3 {
    line-height: 130%;
  }
}
.individual_lessons_title h3 span {
  font-weight: 600;
  display: inline;
}
.individual_lessons_title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #626466;
  max-width: 734px;
  margin: 40px auto 0 auto;
}
@media (max-width: 768px) {
  .individual_lessons_title p {
    line-height: 150%;
    font-size: 15px;
    margin: 20px 0 0 0;
  }
}
.individual_lessons_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 23px;
}
@media (max-width: 1024px) {
  .individual_lessons_cards {
    gap: 20px 10px;
  }
}
@media (max-width: 768px) {
  .individual_lessons_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.individual_lessons_card_img {
  padding: 6px;
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .individual_lessons_card_img {
    padding: 4px;
    border-radius: 16px;
  }
}
@media (max-width: 640px) {
  .individual_lessons_card_img {
    height: 180px;
  }
}
.individual_lessons_card img {
  width: 100%;
  width: 394.11px;
  height: 394.11px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .individual_lessons_card img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .individual_lessons_card img {
    border-radius: 12px;
  }
}
@media (max-width: 640px) {
  .individual_lessons_card img {
    height: 170px;
  }
}
.individual_lessons_card span {
  display: block;
  margin-top: 18px;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #020202;
}
@media (max-width: 768px) {
  .individual_lessons_card span {
    font-size: 14px;
    margin-top: 15px;
  }
}

.vocals_methods {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .vocals_methods {
    padding: 20px 0;
  }
}
.vocals_methods_title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .vocals_methods_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .vocals_methods_title h3 {
    line-height: 130%;
  }
}
.vocals_methods_title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #626466;
  max-width: 710px;
  margin: 40px auto 0 auto;
}
@media (max-width: 768px) {
  .vocals_methods_title p {
    line-height: 150%;
    font-size: 15px;
    margin: 20px 0 0 0;
  }
}
.vocals_methods_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .vocals_methods_cards {
    gap: 10px;
  }
}
.vocals_methods_card {
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  border-radius: 24px;
  padding: 30px 19px 30px 28px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .vocals_methods_card {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .vocals_methods_card {
    padding: 20px 10px;
    border-radius: 16px;
  }
}
.vocals_methods_card img {
  width: 200px;
  height: 200px;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .vocals_methods_card img {
    width: 140px;
    height: 140px;
  }
}
.vocals_methods_card span {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #020202;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .vocals_methods_card span {
    font-size: 14px;
    line-height: 150%;
  }
}
.vocals_methods_card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #626466;
}
@media (max-width: 768px) {
  .vocals_methods_card p {
    font-size: 12px;
    line-height: 150%;
  }
}

.statistic {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .statistic {
    padding: 20px 0;
  }
}
.statistic_title {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .statistic_title {
    margin-bottom: 20px;
  }
}
.statistic_title .section_title span {
  font-weight: 600;
  position: relative;
}
.statistic_title .section_title span img {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85px;
  height: 11px;
}
.statistic_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 10px;
}
@media (max-width: 1024px) {
  .statistic_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.statistic_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.statistic_card span {
  font-weight: 900;
  font-size: 96px;
  line-height: 100%;
  text-align: center;
  color: #EF4746;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .statistic_card span {
    font-size: 48px;
  }
}
.statistic_card span img {
  width: 50px;
  height: 63px;
}
@media (max-width: 768px) {
  .statistic_card span img {
    width: 25px;
    height: 32px;
  }
}
.statistic_card .card_title {
  margin: 30px 0 24px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #020202;
}
@media (max-width: 768px) {
  .statistic_card .card_title {
    margin: 16px 0;
    font-size: 14px;
  }
}
.statistic_card p {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #626466;
}
@media (max-width: 768px) {
  .statistic_card p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .statistic_card p br {
    display: none;
  }
}

.school_music {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .school_music {
    padding: 20px 0;
  }
}
.school_music_title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .school_music_title {
    margin-bottom: 20px;
  }
}
.school_music_title h3 {
  line-height: 130%;
}
.school_music_title h3 span {
  display: block;
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .school_music_title h3 span {
    font-size: 28px;
  }
}
.school_music_title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #626466;
  max-width: 962px;
  margin: 40px auto 0 auto;
}
@media (max-width: 768px) {
  .school_music_title p {
    line-height: 150%;
    font-size: 15px;
    margin: 20px 0 0 0;
  }
}
.school_music_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .school_music_cards {
    gap: 10px;
  }
}
.school_music_card {
  border-radius: 24px;
  padding: 30px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  position: relative;
}
@media (max-width: 1024px) {
  .school_music_card {
    flex-direction: column;
    padding: 30px 10px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .school_music_card {
    border-radius: 16px;
  }
}
.school_music_card::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  width: 3px;
  border-radius: 0 2px 2px 0;
  content: "";
  background: #EF4746;
}
@media (max-width: 1024px) {
  .school_music_card::before {
    display: none;
  }
}
.school_music_card::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  width: 3px;
  border-radius: 2px 0 0 2px;
  content: "";
  background: #EF4746;
}
@media (max-width: 1024px) {
  .school_music_card::after {
    display: none;
  }
}
.school_music_card img {
  width: 110px;
  height: 110px;
  display: flex;
  flex-shrink: 0;
}
.school_music_card span {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #020202;
  display: block;
}
@media (max-width: 768px) {
  .school_music_card span {
    font-size: 14px;
    line-height: 150%;
  }
}

.individual_courses {
  padding: 58px 0 40px 0;
}
@media (max-width: 768px) {
  .individual_courses {
    padding: 20px 0;
  }
}
.individual_courses_title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .individual_courses_title {
    margin-bottom: 20px;
  }
}
.individual_courses_title h3 {
  line-height: 100%;
  font-weight: 600;
  color: #EF4746;
}
.individual_courses_title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #020202;
  max-width: 962px;
  margin: 10px auto 0 auto;
}
@media (max-width: 768px) {
  .individual_courses_title p {
    line-height: 150%;
    font-size: 15px;
    margin: 0;
  }
}
.individual_courses_blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .individual_courses_blocks {
    gap: 10px;
  }
}
.individual_courses_block {
  border-radius: 24px;
  background: #FFFFFF;
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  padding: 36px 24px 34px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .individual_courses_block {
    flex-direction: column;
    gap: 12px;
    padding: 10px;
    border-radius: 16px;
    text-align: center;
  }
}
.individual_courses_block::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
  width: 3px;
  border-radius: 0 2px 2px 0;
  content: "";
  background: #EF4746;
}
@media (max-width: 1024px) {
  .individual_courses_block::before {
    display: none;
  }
}
.individual_courses_block::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
  width: 3px;
  border-radius: 2px 0 0 2px;
  content: "";
  background: #EF4746;
}
@media (max-width: 1024px) {
  .individual_courses_block::after {
    display: none;
  }
}
.individual_courses_block img {
  width: 50px;
  height: 50px;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .individual_courses_block img {
    width: 32px;
    height: 32px;
  }
}
.individual_courses_block span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #020202;
}
@media (max-width: 1024px) {
  .individual_courses_block span {
    font-size: 12px;
  }
}
.individual_courses_block span b {
  font-weight: 600;
}

.diploms {
  padding: 70px 0 50px 0;
}
@media (max-width: 768px) {
  .diploms {
    padding: 20px 0;
  }
}
.diploms_title {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .diploms_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .diploms_title .section_title span {
    display: block;
  }
}
.diploms .diplomsSwiper {
  overflow: visible;
}
.diploms .diplomsSwiper .swiper-slide {
  height: auto;
  transform: scale(1);
  transition: 0.2s ease;
  opacity: 0.5;
  filter: blur(2px);
}
.diploms .diplomsSwiper .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
  filter: blur(0);
  z-index: 3;
}
@media (max-width: 640px) {
  .diploms .diplomsSwiper .swiper-slide-active {
    transform: scale(1.2);
  }
}
.diploms .diplomsSwiper .swiper-slide img {
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 640px) {
  .diploms .diplomsSwiper .swiper-slide img {
    border-radius: 16px;
  }
}
.diploms .diplomsSwiper .diploms-pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.diploms .diplomsSwiper .diploms-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  border-radius: 10px;
  opacity: 1;
  background: rgba(238, 77, 76, 0.1490196078);
  margin: 0;
}
.diploms .diplomsSwiper .diploms-pagination .swiper-pagination-bullet-active {
  background: #EF4746;
}
.diploms .diplomsSwiper .vocal_teach_btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(238, 77, 76, 0.9);
  box-shadow: 0px 4px 40.8px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 640px) {
  .diploms .diplomsSwiper .vocal_teach_btn {
    width: 36px;
    height: 36px;
  }
}
.diploms .diplomsSwiper .diploms-button-next {
  right: 0;
}
.diploms .diplomsSwiper .diploms-button-prev {
  left: 0;
}

.comment {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .comment {
    padding: 20px 0;
  }
}
.comment_title {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .comment_title .section_title {
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .comment_title .section_title span {
    font-weight: 600;
  }
}
.comment .commentSwiper {
  overflow: visible;
}
.comment .commentSwiper .swiper-slide {
  height: auto;
  transform: scale(1);
  transition: 0.2s ease;
  opacity: 0.5;
  filter: blur(2px);
}
@media (max-width: 768px) {
  .comment .commentSwiper .swiper-slide {
    opacity: 1;
    filter: blur(0);
  }
}
.comment .commentSwiper .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
  filter: blur(0);
  z-index: 3;
}
@media (max-width: 768px) {
  .comment .commentSwiper .swiper-slide-active {
    transform: scale(1);
  }
}
.comment .commentSwiper .comment-pagination {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .comment .commentSwiper .comment-pagination {
    margin-top: 20px;
  }
}
.comment .commentSwiper .comment-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  border-radius: 10px;
  opacity: 1;
  background: rgba(238, 77, 76, 0.1490196078);
  margin: 0;
}
.comment .commentSwiper .comment-pagination .swiper-pagination-bullet-active {
  background: #EF4746;
}
.comment .commentSwiper .vocal_teach_btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(238, 77, 76, 0.9);
  box-shadow: 0px 4px 40.8px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 768px) {
  .comment .commentSwiper .vocal_teach_btn {
    display: none;
  }
}
.comment .commentSwiper .comment-button-next {
  right: 0;
}
.comment .commentSwiper .comment-button-prev {
  left: 0;
}
.comment_block {
  border-radius: 24px;
  padding: 18px;
  background: #FFFFFF;
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: start;
  gap: 18px;
  height: 100%;
}
@media (max-width: 768px) {
  .comment_block {
    flex-direction: column;
    gap: 15px;
    padding: 168px 10px 15px 10px;
    overflow: visible;
  }
}
.comment_block .comment_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 211.2px;
  height: 299.2px;
}
@media (max-width: 768px) {
  .comment_block .comment_icon {
    display: none;
  }
}
.comment_block .comment_img {
  position: relative;
  width: 210px;
  height: 300px;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .comment_block .comment_img {
    position: absolute;
    top: -68px;
    left: 0;
    right: 0;
    margin: auto;
    width: 154px;
    height: 221px;
  }
}
.comment_block .comment_img img {
  width: 210px;
  height: 300px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .comment_block .comment_img img {
    width: 154px;
    height: 221px;
    border-radius: 12px;
  }
}
.comment_block .comment_img .comment_play {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 51.57px;
  height: 51.57px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2509803922);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
@media (max-width: 768px) {
  .comment_block .comment_img .comment_play {
    width: 32px;
    height: 32px;
  }
}
.comment_block .comment_img .comment_play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16.41px;
  height: 14.06px;
}
@media (max-width: 768px) {
  .comment_block .comment_img .comment_play img {
    width: 14px;
    height: 12px;
  }
}
.comment_block_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .comment_block_text {
    gap: 15px;
  }
}
.comment_block_text .comment_block_text_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #020202;
}
@media (max-width: 768px) {
  .comment_block_text .comment_block_text_title {
    text-align: center;
    font-size: 14px;
  }
}
.comment_block_text span {
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  line-height: 130%;
  color: #020202;
}
@media (max-width: 768px) {
  .comment_block_text span {
    font-size: 12px;
    text-align: center;
  }
}
.comment_block_text .line {
  background: #F4F4F4;
  width: 100%;
  height: 1px;
  display: none;
}
@media (max-width: 768px) {
  .comment_block_text .line {
    display: block;
  }
}
.comment_block_text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #626466;
}
@media (max-width: 768px) {
  .comment_block_text p {
    font-size: 12px;
  }
}

.video_comment {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .video_comment {
    padding: 20px 0;
  }
}
.video_comment_title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .video_comment_title {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .video_comment_title .section_title {
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .video_comment_title .section_title span {
    font-weight: 600;
  }
}
.video_comment_blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .video_comment_blocks {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.video_comment_block {
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  border-radius: 24px;
  padding: 18px;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .video_comment_block {
    border-radius: 16px;
    padding: 10px 10px 15px 10px;
  }
}
.video_comment_block_img {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.5612;
  border-radius: 18px;
}
.video_comment_block_img .video_block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}
.video_comment_block_img .video_block.active {
  display: block;
}
.video_comment_block_img .video_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_comment_block_img img {
  border-radius: 18px;
  width: 589px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .video_comment_block_img img {
    width: 963px;
    border-radius: 12px;
  }
}
@media (max-width: 640px) {
  .video_comment_block_img img {
    height: 100%;
  }
}
.video_comment_block_img img.hidden {
  display: none;
}
.video_comment_block_img .comment_play {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2509803922);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.video_comment_block_img .comment_play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19.09px;
  height: 16.36px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.video_comment_block_text {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .video_comment_block_text {
    margin-top: 18px;
  }
}
.video_comment_block_text img {
  width: 28px;
  height: 31px;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .video_comment_block_text img {
    width: 18px;
    height: 19.93px;
  }
}
.video_comment_block_text .video_comment_block_text_title {
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 140%;
  color: #020202;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .video_comment_block_text .video_comment_block_text_title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.video_comment_block_text span {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #626466;
}
@media (max-width: 768px) {
  .video_comment_block_text span {
    font-size: 14px;
  }
}

.our_school {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .our_school {
    padding: 20px 0;
  }
}
.our_school_title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .our_school_title {
    margin-bottom: 20px;
  }
}
.our_school_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23.33px;
}
@media (max-width: 1024px) {
  .our_school_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
.our_school_card {
  text-align: center;
}
.our_school_card_img {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 4px;
}
@media (max-width: 1024px) {
  .our_school_card_img {
    border: 1px solid rgba(36, 36, 36, 0.0509803922);
    border-radius: 16px;
  }
}
@media (max-width: 640px) {
  .our_school_card_img {
    height: 180px;
  }
}
.our_school_card_img img {
  border-radius: 16px;
  width: 290px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .our_school_card_img img {
    border-radius: 12px;
    width: 472px;
  }
}
@media (max-width: 640px) {
  .our_school_card_img img {
    height: 170px;
  }
}
.our_school_card span {
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: #020202;
  margin: 16px auto;
  max-width: 215px;
}
@media (max-width: 1024px) {
  .our_school_card span {
    font-size: 14px;
    margin: 15px auto 0 auto;
  }
}
.our_school_card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #020202;
  max-width: 215px;
  margin: auto;
}
@media (max-width: 1024px) {
  .our_school_card p {
    display: none;
  }
}
.our_school .subscribe {
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .our_school .subscribe .section_title {
    font-weight: 400;
  }
}
@media (max-width: 1024px) {
  .our_school .subscribe .section_title span {
    font-weight: 600;
  }
}
.our_school .subscribe p {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #262D4D;
  margin: 36px 0;
}
@media (max-width: 1024px) {
  .our_school .subscribe p {
    margin: 24px 0;
    font-size: 14px;
  }
}
.our_school .subscribe a {
  width: -moz-max-content;
  width: max-content;
  height: 72px;
  border-radius: 16px;
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.26%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 24px;
}
@media (max-width: 1024px) {
  .our_school .subscribe a {
    height: 48px;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    flex-direction: row-reverse;
    border-radius: 12px;
  }
}
.our_school .subscribe a img {
  width: 21px;
  height: 18px;
}
@media (max-width: 1024px) {
  .our_school .subscribe a img {
    width: 16px;
    height: 14px;
  }
}

.faq {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .faq {
    padding: 20px 0;
  }
}
.faq_title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .faq_title {
    margin-bottom: 20px;
  }
}
.faq .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .faq .accordion {
    gap: 15px;
  }
}
.faq .accordion .item {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .faq .accordion .item {
    border: 1px solid rgba(36, 36, 36, 0.0509803922);
    border-radius: 16px;
    padding: 20px 10px;
    position: relative;
  }
}
.faq .accordion_btn {
  display: flex;
  align-items: start;
  gap: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .faq .accordion_btn {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
.faq .accordion_btn span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #020202;
  text-align: left;
}
@media (max-width: 768px) {
  .faq .accordion_btn span {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
  }
}
.faq .accordion_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 24px;
  border-radius: 32px;
  border: 1px solid rgba(2, 2, 2, 0.0588235294);
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .faq .accordion_icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: auto;
    background: #FFFFFF;
    width: 30px;
    height: 15px;
    border: 1px solid rgba(36, 36, 36, 0.0509803922);
  }
}
.faq .accordion_icon svg path {
  transition: 0.2s ease;
}
.faq .accordion_icon.active {
  background: #EF4746;
  border: 1px solid transparent;
}
.faq .accordion_icon.active svg {
  transform: rotate(180deg);
}
.faq .accordion_icon.active svg path {
  stroke: #FFFFFF;
}
.faq .accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.faq .accordion .content p {
  padding-left: 88px;
  padding-top: 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #626466;
}
@media (max-width: 768px) {
  .faq .accordion .content p {
    padding-left: 0;
    font-size: 12px;
    padding-top: 15px;
    line-height: 140%;
    text-align: center;
  }
}
.faq .accordion .btn_red {
  margin: 20px auto 0 auto;
}
@media (max-width: 768px) {
  .faq .accordion .btn_red {
    margin: 5px auto 0 auto;
    width: 100%;
  }
}

.slide-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: black;
  display: none;
}
.slide-modal.active {
  display: block;
}
.slide-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.slide-modal__close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.slide-modal .swp-prev-btn {
  width: 52px;
  height: 52px;
  background: #EE4D4C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 5vw;
  transform: translateY(-50%);
  z-index: 2;
}
.slide-modal .swp-next-btn {
  width: 52px;
  height: 52px;
  background: #EE4D4C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: translateY(-50%);
  z-index: 2;
}
.slide-modal .swiper {
  width: 90svw;
  height: 90svh;
  margin-top: 5vh;
  overflow: visible;
}
.slide-modal .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.thanks {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .thanks {
    padding: 40px 0;
  }
}
.thanks h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  color: #EF4746;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .thanks h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.thanks p {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: rgba(2, 2, 2, 0.8509803922);
}
@media (max-width: 1024px) {
  .thanks p {
    font-size: 18px;
  }
}
.thanks a {
  margin-top: 45px;
  width: -moz-max-content;
  width: max-content;
  height: 72px;
  border-radius: 16px;
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.26%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 24px;
}
@media (max-width: 1024px) {
  .thanks a {
    height: 48px;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    flex-direction: row-reverse;
    border-radius: 12px;
    margin-top: 25px;
  }
}
.thanks a img {
  width: 21px;
  height: 18px;
}
@media (max-width: 1024px) {
  .thanks a img {
    width: 16px;
    height: 14px;
  }
}

.sitemap {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .sitemap {
    padding: 40px 0;
  }
}
.sitemap_in {
  padding: 20px;
  background: #FFFFFF;
  max-width: 600px;
  margin: auto;
  border-radius: 6px;
  box-shadow: 0px 20px 40px rgba(2, 1, 50, 0.15);
}
.sitemap .section_title {
  margin-bottom: 25px;
  text-align: left;
}
.sitemap .sm_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sitemap .sm_list .sub_list {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 12px;
}
.sitemap .sm_list li {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #020202;
}
.sitemap .sm_list li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  color: #626466;
  transition: 0.2s ease;
}
.sitemap .sm_list li a:hover {
  color: #EF4746;
}

.error {
  padding: 50px 0;
}
.error_in {
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  box-shadow: 0px 20px 40px rgba(2, 1, 50, 0.15);
  background: #FFFFFF;
  max-width: 600px;
  margin: auto;
}
.error .section_title {
  text-align: left;
}
.error p, .error a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #020202;
}
.error a {
  transition: 0.2s ease;
}
.error a:hover {
  color: #EF4746;
}

.reviews_btn {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .reviews_btn {
    max-width: 100%;
  }
}
.reviews_btn .btn_icon {
  position: absolute;
  top: -70px;
  right: -85px;
}
@media (max-width: 1024px) {
  .reviews_btn .btn_icon {
    display: none;
  }
}
.reviews_btn .btn_red {
  width: 632px;
  margin: 123px auto 73px auto;
}
@media (max-width: 1024px) {
  .reviews_btn .btn_red {
    margin: 50px auto;
  }
}
@media (max-width: 768px) {
  .reviews_btn .btn_red {
    width: 100%;
  }
}

.school_home .home_text {
  max-width: 630px;
}
.school_home h1 {
  font-display: swap;
  display: block;
  max-width: 100%;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  color: #EF4746;
  margin-bottom: 23px;
}
@media (max-width: 1024px) {
  .school_home h1 {
    font-size: 32px;
    line-height: 100%;
    color: #EF4746;
    margin-bottom: 61px;
  }
}

.school_reviews {
  margin-top: 50px;
}

.school_texts {
  margin: 50px 0 90px 0;
}
@media (max-width: 1024px) {
  .school_texts {
    margin: 40px 0;
  }
}
.school_texts .section_title {
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .school_texts .section_title {
    margin-bottom: 25px;
  }
}
.school_texts_in {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 959px;
  margin: auto;
}
.school_texts blockquote {
  margin: 30px 0;
  max-width: 846px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 170%;
  color: #020202;
}
@media (max-width: 1024px) {
  .school_texts blockquote {
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
  }
}
.school_texts blockquote img {
  width: 28px;
  height: 31px;
}
@media (max-width: 1024px) {
  .school_texts blockquote img {
    width: 20px;
    height: 25px;
  }
}
.school_texts h3 {
  margin-top: 50px;
}
.school_texts p {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #626466;
}

.school_texts_one {
  margin: 50px 0;
}

.school_choose-school {
  margin-top: 50px;
}
.school_choose-school .texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 959px;
  margin: auto;
}
.school_choose-school .texts p {
  width: 100%;
}

.school_team .description {
  max-width: 886px;
  margin: auto;
}
.school_team .team_cards {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
}
@media (max-width: 1280px) {
  .school_team .team_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 600px;
    margin: 40px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .school_team .team_cards {
    grid-template-columns: repeat(2, 1fr);
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 640px) {
  .school_team .team_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.school_team .team_card {
  border-radius: 12px;
  background: #FFFFFF;
  border: 1px solid rgba(36, 36, 36, 0.0509803922);
  padding: 16px;
}
@media (max-width: 640px) {
  .school_team .team_card {
    width: 290px;
    margin: auto;
  }
}
.school_team .team_card .team-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.78;
  margin-top: 0;
}
.school_team .team_card .team-card__img .main-img {
  width: 100%;
  height: 100%;
}
.school_team .team_card_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9px 16px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}
@media (max-width: 640px) {
  .school_team .team_card_text {
    font-size: 18px;
    padding: 5px 10px;
  }
}
.school_team .team_card h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #020202;
  margin: 10px 0;
  text-align: center;
}
.school_team .team_card ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.school_team .team_card ul li {
  display: flex;
  align-items: center;
  gap: 11px;
}
.school_team .team_card ul li img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.school_team .team_card ul li p {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #626466;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.school_team .team_card ul li p b {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #020202;
}

.school_text_blocks {
  margin-bottom: 50px;
}
.school_text_blocks .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.school_text_blocks .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
  color: #020202;
  text-align: center;
}

.school_text_block {
  padding: 24px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px rgba(2, 1, 50, 0.15);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.school_text_block h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 24px;
  color: #020202;
}
.school_text_block h2 span {
  color: #EF4746;
}
.school_text_block ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.school_text_block li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.school_text_block li .icon {
  width: 36px;
  height: 36px;
  background: rgb(12, 190, 12);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.school_text_block li .icon svg {
  width: 35px;
  height: 35px;
}
.school_text_block li, .school_text_block p {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #626466;
}

.contact_page {
  margin: 70px 0;
}
@media (max-width: 1024px) {
  .contact_page {
    margin: 50px 0;
  }
}
.contact_page .container {
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .contact_page .container {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .contact_page_left {
    width: 100%;
  }
}
.contact_page_left .section_title {
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  color: #EF4746;
  text-align: left;
}
@media (max-width: 1024px) {
  .contact_page_left .section_title {
    font-size: 32px;
  }
}
.contact_page_left .contact_page_text {
  margin: 20px 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: rgba(2, 2, 2, 0.8509803922);
}
@media (max-width: 1024px) {
  .contact_page_left .contact_page_text {
    font-size: 20px;
  }
}
.contact_page_blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 45px;
}
.contact_page_blocks .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  color: #626466;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .contact_page_blocks .title {
    font-size: 20px;
  }
}
.contact_page_blocks a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #020202;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact_page_blocks a img {
  width: 30px;
  height: 30px;
}
.contact_page_right {
  width: 495px;
  height: 482px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .contact_page_right {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .contact_page_right {
    width: 100%;
    height: auto;
  }
}

.footer_contact_page .footer_top {
  background-image: none;
  padding: 0;
}
.footer_contact_page .footer_top_left {
  width: 50%;
}
@media (max-width: 768px) {
  .footer_contact_page .footer_top_left {
    width: 100%;
    gap: 250px;
  }
}
.footer_contact_page .footer_top_right {
  width: 50%;
}
@media (max-width: 768px) {
  .footer_contact_page .footer_top_right .footer_map {
    top: 380px;
  }
}

.details .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  color: #020202;
  margin-bottom: 5px;
}
.details span {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #EF4746;
}
.details ul {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.details ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #626466;
}

.work_page {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .work_page {
    padding: 40px 0 0 0;
  }
}
.work_page .container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .work_page .container {
    flex-direction: column;
    align-items: start;
  }
}
.work_page_left h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  color: #EF4746;
}
@media (max-width: 1024px) {
  .work_page_left h1 {
    font-size: 32px;
  }
}
.work_page_left p {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: rgba(2, 2, 2, 0.8509803922);
  margin: 10px 0 20px 0;
}
@media (max-width: 1024px) {
  .work_page_left p {
    font-size: 23px;
  }
}
.work_page_left ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.work_page_left ul a {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #626466;
  text-decoration: underline;
}
.work_page_right {
  width: 495px;
  height: 482px;
}
@media (max-width: 1024px) {
  .work_page_right {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .work_page_right {
    width: 100%;
    height: auto;
  }
}
.work_page_texts {
  margin: 70px 0;
}
@media (max-width: 1024px) {
  .work_page_texts {
    margin: 50px 0;
  }
}
.work_page_texts .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.work_page_text {
  padding: 24px;
  border-radius: 12px;
  background: #FFFFFF;
}
.work_page_text .block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1024px) {
  .work_page_text .block {
    gap: 20px;
  }
}
.work_page_text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.work_page_text h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 24px;
  color: #020202;
}
.work_page_text h2 span {
  color: #EF4746;
}
.work_page_text .work_mini_title {
  font-weight: 500;
  font-size: 23px;
  line-height: 24px;
  color: rgba(2, 2, 2, 0.8509803922);
}
.work_page_text li,
.work_page_text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #626466;
}

.footer_top {
  position: relative;
  border-color: #E0D6D0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23E0D6D0' stroke-width='1' stroke-dasharray='6%2c 14' stroke-dashoffset='23' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 30px;
  display: flex;
  gap: 65px;
}
@media (max-width: 1024px) {
  .footer_top {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .footer_top {
    flex-direction: column;
    padding: 20px 10px;
    border-radius: 16px;
  }
}
.footer_top .footer_title {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #4A4A4A;
}
@media (max-width: 768px) {
  .footer_top .footer_title {
    font-size: 18px;
  }
}
.footer_top p {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #020202;
  margin: 10px 0 14px;
}
@media (max-width: 768px) {
  .footer_top p {
    font-size: 12px;
  }
}
.footer_map {
  margin-bottom: 36px;
  border-radius: 12px;
  border: 1px solid #E0D6D0;
  overflow: hidden;
  height: 417px;
  width: 100%;
}
.footer_map iframe {
  width: 100%;
  height: 100%;
}
.footer_top_left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 280px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer_top_left {
    width: 100%;
    gap: 15px;
  }
}
.footer_top_left .footer_map {
  display: none;
}
.footer_top_right {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .footer_top_right {
    position: static;
  }
}
.footer_top_right .footer_line {
  position: absolute;
  left: -25px;
  top: 21px;
  height: 551px;
  width: 1px;
}
@media (max-width: 768px) {
  .footer_top_right .footer_map {
    position: absolute;
    top: 185px;
    height: 190px;
    width: calc(100% - 20px);
    border-radius: 12px;
    border: none;
    margin: 0;
  }
}
.footer_top_right_bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .footer_top_right_bottom {
    flex-direction: column;
  }
}
.footer_location {
  max-width: 280px;
}
@media (max-width: 768px) {
  .footer_location {
    max-width: 100%;
    text-align: center;
  }
}
.footer_location ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 768px) {
  .footer_location ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.footer_location ul li {
  display: flex;
  align-items: start;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer_location ul li {
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }
}
.footer_location ul li span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #464646;
}
.footer_location ul li address {
  margin-top: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #626466;
}
@media (max-width: 768px) {
  .footer_location ul li address {
    font-size: 12px;
    color: #020202;
  }
}
.footer_location ul .icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EF4746;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .footer_location ul .icon {
    margin-top: 0;
  }
}
.footer_contact {
  max-width: 280px;
}
@media (max-width: 768px) {
  .footer_contact {
    max-width: 100%;
    text-align: center;
    margin-top: 210px;
  }
}
.footer_contact ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 768px) {
  .footer_contact ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.footer_contact ul li {
  display: flex;
  align-items: start;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer_contact ul li {
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }
}
.footer_contact ul li span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #464646;
}
.footer_contact ul li a {
  margin-top: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #626466;
  display: block;
}
@media (max-width: 768px) {
  .footer_contact ul li a {
    font-size: 12px;
    color: #020202;
  }
}
.footer_contact ul .icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EF4746;
  margin-top: 5px;
}
.footer_social {
  position: relative;
}
@media (max-width: 768px) {
  .footer_social {
    text-align: center;
    padding: 20px 0;
  }
}
.footer_social .social_line_one,
.footer_social .social_line_two {
  display: none;
}
@media (max-width: 768px) {
  .footer_social .social_line_one,
  .footer_social .social_line_two {
    display: block;
  }
}
.footer_social .social_line_one {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_social .social_line_two {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_social .social_media {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .footer_social .social_media {
    justify-content: center;
    text-align: center;
    gap: 16px;
  }
}
.footer_social .social_media a img {
  width: 48px;
  height: 48px;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer_social .social_media a img {
    width: 40px;
    height: 40px;
  }
}
.footer_links {
  display: flex;
  align-items: start;
  gap: 69px;
}
@media (max-width: 768px) {
  .footer_links {
    gap: 20px;
    width: 100%;
    justify-content: space-between;
  }
}
.footer_links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer_links a {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #4A4A4A;
}
@media (max-width: 768px) {
  .footer_links a {
    font-size: 12px;
  }
}
.footer .comment_rating {
  border: 1px solid #D6A800;
  width: 257px;
  height: 52px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 8px 8px;
}
@media (max-width: 768px) {
  .footer .comment_rating {
    width: 100%;
    border-radius: 12px;
    height: 52px;
    justify-content: center;
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer .comment_rating_one {
  position: relative;
}
.footer .comment_rating_one::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 1px;
  background: #D6A800;
}
.footer .comment_rating li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .footer .comment_rating li {
    justify-content: center;
  }
}
.footer .comment_rating li img {
  width: 36px;
  height: 36px;
  display: flex;
  flex-shrink: 0;
}
.footer .comment_rating li span {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #020202;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer .comment_rating li p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #626466;
}
.footer_bottom {
  margin-top: 26px;
  padding: 24px 0;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .footer_bottom {
    border-radius: 24px 24px 0 0;
    padding: 20px 0;
  }
}
.footer_bottom .footer_logo {
  display: flex;
  align-items: center;
}
.footer_bottom .footer_logo img {
  width: 90px;
  height: 28.7px;
}
@media (max-width: 768px) {
  .footer_bottom .footer_logo img {
    width: 68.81px;
    height: 22px;
  }
}
.footer_bottom_left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer_bottom_left span {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #626466;
  opacity: 50%;
}
@media (max-width: 768px) {
  .footer_bottom_left span {
    display: none;
  }
}
.footer_bottom .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer_bottom .container {
    gap: 20px;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
}
.footer_bottom ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 768px) {
  .footer_bottom ul {
    gap: 0;
  }
}
.footer_bottom .media_text {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #626466;
  opacity: 50%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .footer_bottom .media_text {
    display: block;
  }
}
.footer_bottom a {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-decoration: underline;
  color: #626466;
}
@media (max-width: 768px) {
  .footer_bottom a {
    font-size: 12px;
    line-height: 200%;
  }
}/*# sourceMappingURL=style.css.map */