

/* Start:/local/templates/alibra_v3/css/style.css?1756366846145141*/
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

a,
a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

button,
input[type=cancel],
input[type=reset],
input[type=submit]:hover {
  cursor: pointer;
}

input[type=file],
input[type=password],
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: auto;
}

select::ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

/**************
END RESETT CSS
****************/
@font-face {
  font-family: "PTSans";
  src: url("/local/templates/alibra_v3/css/../font/PTSansRegular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("/local/templates/alibra_v3/css/../font/PTSansBold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
:root {
  --text-gray: #9E9E9E;
  --text-black: #000;
  --red: #EB1E32;
  --border-color: #E0E0E0;
  --pink: #FFEFEF;
  --light-gray: #EAECEE;
  --slate-gray: #747B8F;
  --light-blue-gray: #D4DDE9;
  --width: 100%;
}

html, body {
  min-height: 100%;
}

html {
  font-size: 10px;
}

body {
  background-color: #fff;
  color: var(--text-black);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: currentColor;
  transition: all 0.2s;
}

h1, .h1 {
  font-size: 5rem;
  line-height: 1.16;
}

h2, .h2 {
  font-size: 4.1rem;
}

h3, .h3 {
  font-size: 3.2rem;
}

h4, .h4 {
  font-size: 2.5rem;
  line-height: 1.4;
}

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

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

b, strong, .font-700 {
  font-weight: 700;
}

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

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

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

.text-grey {
  color: var(--text-gray);
}

.text-white {
  color: #fff;
}

.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
}
.container--full {
  max-width: 1840px;
}

.main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.svg-sprite {
  display: none;
}

.red {
  color: var(--red);
}

.pink-bg {
  background: var(--pink);
}

.light-gray-bg {
  background: var(--light-gray);
}

.slate-gray-bg {
  background: var(--slate-gray);
}

.light-blue-gray-bg {
  background: var(--light-blue-gray);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: max(2.3rem, 14px);
  font-family: "Montserrat", serif;
  font-weight: 500;
  min-width: 22.5rem;
  height: max(6rem, 35px);
  padding: 0 1em;
  line-height: 1;
  border-radius: 7px;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.3s;
}
.btn:hover {
  opacity: 0.8;
}
.btn--lg {
  font-size: 2.6rem;
  height: 8rem;
}
.btn--sm {
  font-size: 1.8rem;
  height: 4rem;
}
.btn--xs {
  font-size: 12px;
  min-width: unset;
  height: max(30px, 4rem);
}
.btn--red {
  background: var(--red);
  color: #fff;
}
.btn--outline {
  border: 1px solid currentColor;
}
.btn--outline-red {
  color: var(--red);
  border: 1px solid currentColor;
  background: transparent;
}
.btn--white {
  color: #EAECEE;
}
.btn--grey {
  color: var(--text-gray);
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  font-weight: 500;
  min-width: 22.5rem;
  height: 6rem;
  padding: 0 1rem;
  line-height: 1;
  border-radius: 7px;
  cursor: default;
}
.badge--white {
  background: #fff;
  color: var(--red);
  border: 1px solid var(--border-color);
}
.badge--grey {
  background: #D9D9D9;
  color: var(--red);
}
.badge--dark {
  background: #747B8F;
  color: #fff;
}
.badge .icon {
  width: 2em;
  height: 2em;
  margin-right: 1rem;
}
.badge .icon svg {
  width: 100%;
  height: 100%;
}

.block {
  margin-top: 12rem;
  margin-bottom: 4rem;
}
.block-title {
  text-align: center;
}

.subtitle {
  margin-bottom: 0.75em;
}

.list {
  padding-left: 1.2em;
  font-size: 2.3rem;
  line-height: 1.43;
  list-style: disc;
}
.list li {
  list-style: inherit;
}
.list--sm {
  font-size: 1.7rem;
}

.mobile-btns,
.show-on-phone {
  display: none !important;
}

.icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.radius-lg {
  border-radius: 40px;
}

.radius-md {
  border-radius: 25px;
}

.decor {
  display: inline-block;
  position: relative;
}
.decor::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 0.2em);
  width: 100%;
  height: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg width='293' height='27' viewBox='0 0 293 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0180139 26.4889C-0.204564 25.6198 15.6407 20.3924 41.9672 14.721C55.1221 11.8633 70.8861 9.07451 88.5208 6.63314C106.143 4.29699 125.605 2.36962 146.066 1.26972C166.514 0.275054 186.023 0.286587 203.729 0.828133C221.393 1.53624 237.283 2.71304 250.511 4.24196C277.015 7.28238 293.071 10.8546 292.892 11.7752C292.686 12.9063 276.333 11.2018 249.878 9.54764C236.634 8.67663 220.85 8.06159 203.336 7.74868C185.809 7.541 166.507 7.80202 146.261 8.77094C126.002 9.8451 106.766 11.5362 89.2589 13.4779C71.785 15.5075 56.0695 17.7262 42.8837 19.9433C16.5547 24.2111 0.277309 27.595 0.00144243 26.445L0.0180139 26.4889Z' fill='%23EB1E32'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

.content {
  font-size: max(14px, 2.4rem);
  line-height: 1.3;
  margin: max(30px, 6rem) auto;
  max-width: 1460px;
}
.content-warn {
  position: relative;
  padding: max(20px, 2rem) max(30px, 4rem);
  margin: max(20px, 4rem) 0;
}
.content-warn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  width: calc(100% + 140px);
  height: 100%;
  border: 1px solid var(--red);
  border-radius: max(16px, 4rem);
  isolation: isolate;
}
@media (max-width: 1700px) {
  .content-warn::before {
    left: 0;
    width: 100%;
  }
}
.content-bg {
  position: relative;
  padding: max(20px, 2rem) max(30px, 4rem);
  margin: max(20px, 4rem) 0;
}
.content-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  width: calc(100% + 140px);
  height: 100%;
  border-radius: max(16px, 4rem);
  background: #E2E8F0;
  isolation: isolate;
  z-index: -1;
}
@media (max-width: 1700px) {
  .content-bg::before {
    left: 0;
    width: 100%;
  }
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: max(12px, 0.5em);
  font-weight: 500;
}
.content p, .content ul, .content ol {
  margin-bottom: 1em;
  line-height: 1.3;
}
.content li {
  margin-bottom: 0.5em;
}
.content ul {
  padding-left: 2em;
}
.content ul li {
  list-style: disc;
}
.content ol {
  padding-left: 2em;
}
.content ol li {
  list-style: decimal;
}
.content a {
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}

.content-slide {
  font-size: max(14px, 2.4rem);
  line-height: 1.4;
  background: #E9EDF6;
  padding: max(20px, 2rem) max(30px, 4rem);
}
.content-slide h1, .content-slide h2, .content-slide h3, .content-slide h4, .content-slide h5, .content-slide h6 {
  margin-bottom: max(12px, 0.5em);
  font-weight: 500;
}
.content-slide p, .content-slide ul, .content-slide ol {
  margin-bottom: 1em;
  line-height: 1.5;
}
.content-slide li {
  margin-bottom: 0.5em;
}
.content-slide ul {
  padding-left: 2em;
}
.content-slide ul li {
  list-style: disc;
}
.content-slide ol {
  padding-left: 2em;
}
.content-slide ol li {
  list-style: decimal;
}
.content-slide a {
  text-decoration: underline;
}
.content-slide a:hover {
  text-decoration: none;
}

.course-advantage-block {
  margin: max(5rem, 20px) 0;
}
.course-advantage-block p {
  font-size: max(2.8rem, 14px) !important;
}

.page__content p {
  font-size: max(1.8rem, 14px);
  line-height: 1.4;
}

.page__content p:not(:last-child) {
  margin-bottom: max(10px, 1.5rem);
}

.cta-btns-columns {
  display: flex;
  flex-direction: column;
  gap: max(20px, 3rem);
  align-items: center;
  justify-content: center;
  margin: max(20px, 4rem) 0;
}
.cta-btns-columns .btn {
  max-width: unset !important;
  width: auto !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("/local/templates/alibra_v3/css/../img/icons/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*Header*/
.header {
  padding: 0 0 10px;
  transition: transform 0.3s ease;
  transform: translateY(0);
  background: #fff;
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: top 0.4s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header.active {
  top: 0 !important;
}
.header__left {
  gap: 2.5rem;
}
.header .container {
  padding-top: 10px;
}

.top-banner {
  display: block;
  width: 100%;
}
.top-banner:hover img {
  filter: brightness(0.85);
}
.top-banner img {
  width: 100%;
  max-width: unset;
  transition: all 0.2s;
}

.logo {
  display: inline-flex;
  max-width: 250px;
  width: 20vw;
}
.logo img {
  width: 100%;
}

.header__banner {
  display: inline-flex;
  max-width: 120px;
  width: 10vw;
}

.menu {
  display: flex;
  align-items: center;
  gap: 1em;
  color: var(--text-black);
  font-size: 1.8rem;
}
.menu a:hover {
  color: var(--text-gray);
}

.has-submenu {
  position: relative;
  padding-right: 25px;
}
.has-submenu::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath d="M7 10l5 5 5-5" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.has-submenu:hover::after {
  transform: translateY(-50%) rotate(180deg);
}
.has-submenu:hover > .submenu-wrapper {
  opacity: 1;
  pointer-events: all;
}
.has-submenu:hover > a {
  color: var(--text-gray);
}

.submenu-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 40rem;
  padding-top: 3rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.submenu-wrapper .submenu-wrapper {
  left: 100%;
  top: 0;
  transform: translateX(0);
  padding-top: 0;
}
.submenu-wrapper .submenu-wrapper .submenu-list {
  font-size: 1.5rem;
}
.submenu-wrapper .submenu-wrapper .submenu-list::before {
  top: 8px;
  left: 0;
  transform: translateX(-50%) rotate(-90deg);
}

.submenu-list {
  position: relative;
  padding: 3rem 4rem;
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  background: #fff;
  color: #747B8F;
  font-size: 1.8rem;
}
.submenu-list::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.submenu-list li:not(:last-child) {
  margin-bottom: 1em;
}

.lk {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-black);
  font-size: 2rem;
}
.lk:hover {
  color: var(--text-gray);
}
.lk .icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
  color: var(--text-gray);
}

.header__right__top {
  gap: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 0.75rem;
  align-items: flex-start;
}
.header__right__top .menu {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.75rem;
}

.header__right__bottom {
  text-align: right;
}

.number {
  font-weight: 700;
  font-size: 2rem;
}

.main-slider {
  position: relative;
}
.main-slider--simple {
  margin-bottom: max(30px, 6rem);
}
.main-slider .slick-track {
  display: flex;
}
.main-slider .slick-slide {
  height: auto;
}
.main-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}
.main-slider .slick-arrow.prev-arrow {
  left: 5px;
}
.main-slider .slick-arrow.next-arrow {
  right: 5px;
}

@media (min-width: 768px) and (max-width: 1699px) {
  .slick-slide img {
    max-height: calc(310px + 5rem);
    position: relative;
    top: 5rem;
  }
}
@media (min-width: 1700px) {
  .slick-slide img {
    max-height: calc(420px + 5rem);
    position: relative;
    top: 5rem;
  }
}
.first-screen {
  border-radius: 4rem;
  background: #E7E7E7;
  display: flex;
  padding: 3rem 1rem 5rem 7rem;
  height: 100%;
}
.first-screen__left {
  width: 58%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.first-screen__left .top-title {
  font-size: 2.7rem;
  text-transform: uppercase;
  line-height: 2.07;
  margin-bottom: 2rem;
}
.first-screen__left .title {
  margin-bottom: 2rem;
}
.first-screen__left .subtitle {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.first-screen__left .btn {
  margin-top: auto;
}
.first-screen__left .cta-block {
  display: flex;
  gap: 2rem;
}
.first-screen__right {
  width: 42%;
  align-items: flex-end;
}
.first-screen__right--horizontal-center {
  align-items: center;
}
.first-screen__right--horizontal-center img {
  top: 0;
}
.first-screen__right img {
  -o-object-fit: contain;
     object-fit: contain;
}

.callback {
  box-shadow: 3px 7px 12px 0px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  max-width: 1315px;
  margin: -3rem auto 0;
  padding: 3.2rem;
  text-align: center;
  position: relative;
  background: #fff;
  z-index: 2;
}
.callback-form {
  gap: 3rem;
}
.callback-form .input-wrapper {
  width: 100%;
  max-width: 40rem;
}
.callback-form .btn {
  padding: 0 5rem;
  flex: none;
}

.form-notice {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-top: 1.5rem;
}

.input-wrapper {
  height: 6rem;
}
.input-wrapper input, .input-wrapper textarea, .input-wrapper select {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-color);
  border-radius: 7px;
  padding: 0 15px;
  font-size: 16px;
  font-family: "Montserrat", serif;
  transition: all 0.3s;
}
.input-wrapper input::-moz-placeholder, .input-wrapper textarea::-moz-placeholder, .input-wrapper select::-moz-placeholder {
  color: var(--text-gray);
}
.input-wrapper input::placeholder, .input-wrapper textarea::placeholder, .input-wrapper select::placeholder {
  color: var(--text-gray);
}
.input-wrapper input:focus, .input-wrapper textarea:focus, .input-wrapper select:focus {
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
}
.input-wrapper textarea {
  resize: none;
  padding-top: 5px;
}
.input-wrapper select {
  appearance: none; /* Убирает стандартную стрелку */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="19" viewBox="0 0 36 19" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="-1" x2="24.7588" y2="-1" transform="matrix(0.727013 0.686624 -0.84524 0.534387 0 2)" stroke="%23EB1E32" stroke-width="2"/><line y1="-1" x2="24.7588" y2="-1" transform="matrix(-0.727013 0.686624 0.84524 0.534387 36 2)" stroke="%23EB1E32" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 10px;
  padding-right: 40px;
}
.input-wrapper--grey input {
  background: #F2F4F7;
  border: none;
}
.input-wrapper--grey input::-moz-placeholder {
  color: #747B8F;
}
.input-wrapper--grey input::placeholder {
  color: #747B8F;
}

.sale-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}

.sale-hit .block-title {
  margin-bottom: 8rem;
}
.sale-hit .btn-container {
  margin-top: 5rem;
}
.sale-hit .btn-container .btn {
  width: 100%;
  max-width: 430px;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

.sale-item__img {
  max-width: 300px;
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.sale-item {
  border-radius: 40px;
  padding: 3rem 4rem;
}
.sale-item.popular {
  background: #666C7E;
  color: #fff;
}
.sale-item.popular .badge {
  min-width: 380px;
  justify-content: flex-start;
}
.sale-item.spoken, .sale-item.work {
  background: #E2E8F0;
}
.sale-item.individual {
  background: #F0EFEB;
}
.sale-item.intensive {
  background: #F1F3F5;
}
.sale-item.child {
  background: #FFF9D4;
}
.sale-item:first-child {
  grid-column: 1/-1; /* Первый блок на всю ширину */
}
.sale-item__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.sale-item__content__top {
  margin-bottom: 2rem;
  width: 100%;
}
.sale-item__content .h4 {
  margin-bottom: 2rem;
}
.sale-item .cta-block {
  display: flex;
  gap: 2rem;
  margin-top: auto;
}
.sale-item .badge + .cta-block {
  margin-top: 2rem;
}
.sale-item .list {
  margin-bottom: 2rem;
}

.sale-notice {
  color: var(--red);
  line-height: 1.3;
  font-weight: 500;
}

.sale-badge-block {
  text-align: right;
  margin: 4rem 0;
}
.sale-badge-block .badge {
  height: 7rem;
  padding-right: 4rem;
  position: relative;
}
.sale-badge-block .badge::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(55%, -50%) rotate(45deg);
  height: 5.3rem;
  background: #D9D9D9;
  aspect-ratio: 1;
  border-radius: 7px;
  z-index: -1;
}
.sale-badge-block .badge .icon {
  width: 3.7rem;
  height: 5.5rem;
  margin-right: 3rem;
}

.sale-item__content {
  position: relative;
}
@media (max-width: 990px) {
  .sale-item__content .mobile-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .sale-item__content .cta-block {
    position: relative;
    z-index: 10;
  }
}

.garant {
  margin-bottom: 4rem;
}
.garant__top {
  margin-bottom: 3rem;
}
.garant__top .subtitle {
  margin-top: 1rem;
  font-size: 3rem;
}
.garant-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  align-items: flex-end;
  margin-bottom: 8rem;
}
.garant-list__item {
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 2.3rem;
  line-height: 1.25;
  font-weight: 600;
}
.garant-list__item:not(:first-child) {
  padding: 3rem;
  min-height: 27rem;
}
.garant-list__item span {
  white-space: nowrap;
}
.garant .btn-block .btn {
  width: 100%;
  max-width: 430px;
}

.success .block-title {
  margin-bottom: 6rem;
}
.success__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.success__list__item {
  border-radius: 40px;
  min-height: 32rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 1300px) {
  .success__list__item:hover {
    box-shadow: 0 50px 20px -40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    cursor: default;
  }
}
.success__list__item:last-child {
  grid-column: 1/-1;
}
.success__list__item .text {
  font-size: 2.8rem;
  line-height: 1.25;
}
.success__list__item .text-md {
  font-size: 2.5rem;
  line-height: 1.8;
}
.success__list__item .text-sm {
  font-size: 2.2rem;
  line-height: 1.4;
}
.success__list__item .img {
  margin-bottom: 2rem;
}

.item-body {
  display: flex;
  justify-content: space-between;
}
.item-body__left {
  width: 57%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: space-between;
}
.item-body__left .btn {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 2rem;
}
.item-body__right {
  width: 40%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.item-body__right img {
  border-radius: 25px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-body .best-badge {
  display: inline-flex;
  align-items: center;
  padding: 0 3rem;
  height: 6rem;
  border-radius: 7px;
  border: 1px solid var(--red);
  color: var(--text-black);
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
}

.video {
  margin-bottom: 4rem;
}
.video .block-title {
  margin-bottom: 4rem;
}

.video-block {
  position: relative;
}

.video-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.video-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#videoContainer {
  overflow: hidden;
  border-radius: 20px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-indicator {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bonus {
  margin-bottom: 4rem;
}
.bonus .block-title {
  margin-bottom: 4rem;
}
.bonus__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.bonus__list__item {
  border-radius: 40px;
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.bonus__list__item .title {
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: 700;
}
.bonus__list__item .text {
  font-size: 1.8rem;
  line-height: 1.34;
}

.item__body {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.item__body__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
}
.item__body__left .text {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.item__body__right {
  width: 40%;
  display: flex;
  align-items: center;
}
.item__body .btn {
  margin-top: 2rem;
}

.review .block-title {
  margin-bottom: 4rem;
}

.review-block {
  border-radius: 40px;
  padding: 3rem;
}

.temp-img {
  display: block;
  margin: 0 auto;
  border-radius: 30px;
}

.main-banner-wrapper__title {
  margin-bottom: 10px;
  padding-left: 3em;
}

.main-banner-wrapper {
  margin-bottom: max(6.5rem, 30px);
}

.main-banner {
  background: #EAEEFC;
  padding: 0 4.5rem;
  display: flex;
  position: relative;
  margin-bottom: max(6.5rem, 30px);
}
.main-banner__content {
  display: inline-flex;
  align-items: center;
}
.main-banner__content__body {
  max-width: 750px;
  position: relative;
  z-index: 1;
}
.main-banner__content__body .title {
  font-size: max(6.2rem, 25px);
  font-weight: 600;
  margin-bottom: 1em;
}
.main-banner__content__body .description {
  font-size: max(3.6rem, 14px);
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner__content__body .subtitle {
  font-size: max(5rem, 16px);
  font-weight: 600;
}
.main-banner__content__img {
  line-height: 0;
  position: relative;
  left: -7rem;
}
.main-banner__form {
  width: 100%;
  max-width: 490px;
  display: flex;
  align-items: end;
  position: absolute;
  right: 4.5rem;
  top: 0;
  height: 100%;
}
.main-banner__form .feedback {
  transform: translateY(20px);
  width: 100%;
}

.main-banner__notice {
  font-size: max(2.8rem, 14px);
  line-height: 1.3;
  max-width: 1220px;
}
.main-banner__notice--goals {
  max-width: unset;
}
.main-banner__notice--full {
  max-width: unset;
}

.main-banner--spoken {
  background: #D1D3EF;
}
.main-banner--spoken .main-banner__content__body .description {
  width: 100%;
}
.main-banner--quick-start .main-banner__content__body .description {
  font-size: max(3.2rem, 14px);
}
.main-banner--goals {
  background: linear-gradient(to right, #CFCFCD, #938D81);
}
@media (width >= 1700px) {
  .main-banner--goals {
    min-height: 630px;
  }
}
.main-banner--goals .main-banner__content {
  position: static;
}
.main-banner--goals .main-banner__content__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  overflow: hidden;
  text-align: center;
}
.main-banner--goals .main-banner__content__img img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media (width >= 1700px) {
  .main-banner--goals .main-banner__content__img {
    left: 150px;
  }
}
.main-banner--goals .main-banner__content__body .description {
  max-width: 510px;
}
.main-banner--business {
  background: #DEDEDE;
}
.main-banner--business .main-banner__content__img {
  left: -34rem;
}
.main-banner--chinese {
  background: #D7E8F2;
}
.main-banner--chinese .main-banner__content__img {
  left: -25rem;
}
.main-banner--hot-course {
  background: #F8E9E9;
}
.main-banner--hot-course .main-banner__content__body .description {
  max-width: 450px;
  font-size: max(3rem, 14px);
}
.main-banner--hot-course .main-banner__content__body .description + .description {
  margin-top: 1em;
}
.main-banner--lang {
  position: relative;
  z-index: 10;
}
.main-banner--lang .main-banner__content__img {
  right: -10px;
}
.main-banner--lang-de {
  background-color: #F5EECF;
}
.main-banner--lang-es {
  background-color: #F5DBDC;
}
.main-banner--lang-fr {
  background-color: #CBD1EA;
}
.main-banner--lang-it {
  background-color: #CFEADC;
}
.main-banner--lang-it .main-banner__content__img {
  left: auto;
  right: 20rem;
}
.main-banner--corporate {
  background: #DEE1EF;
}
.main-banner--corporate .main-banner__content__img {
  left: -40rem;
}
.main-banner--partner {
  background: #A8BFD2;
  margin-top: 30px;
}
.main-banner--partner .main-banner__content {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.main-banner--partner .main-banner__content__img {
  left: 0;
  position: relative;
}
.main-banner--students {
  background: #CBD8DB;
}
.main-banner--students .main-banner__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 630px;
}
.main-banner--students .main-banner__content__body .title {
  line-height: 1.2;
}
.main-banner--students .main-banner__content__img {
  position: absolute;
  right: 0rem;
  width: auto;
  left: auto;
  bottom: 0;
}
.main-banner--new-client {
  background: #EBDABE;
}

.page-tab {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8rem;
  position: relative;
}
.page-tab__item {
  font-size: max(12px, 2.4rem);
  width: 20%;
  height: max(50px, 7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 max(3.5rem, 15px) 0 0;
  box-shadow: 6px 17px 19px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  order: 1;
}
.page-tab__item.active {
  font-weight: 600;
  color: var(--red);
}
.page-tab__item:not(:first-child) {
  margin-left: -3rem;
}
@media (min-width: 767px) {
  .page-tab__item:nth-child(1) {
    z-index: 9;
  }
  .page-tab__item:nth-child(2) {
    z-index: 8;
  }
  .page-tab__item:nth-child(3) {
    z-index: 7;
  }
  .page-tab__item:nth-child(4) {
    z-index: 6;
  }
}
.page-tab__item--de {
  background: #F5EECF;
}
.page-tab__item--it {
  background: #CFEADC;
}
.page-tab__item--es {
  background: #F5DBDC;
}
.page-tab__item--fr {
  background: #CBD1EA;
}

.main-banner--kids {
  background-color: #FF93A2;
  color: #fff;
  height: 63rem;
  padding-right: 0;
}
.main-banner--kids .main-banner__content {
  display: flex;
  align-items: center;
  width: 100%;
}
.main-banner--kids .main-banner__content__img {
  display: flex;
  align-items: end;
  left: auto;
  right: 0;
  position: absolute;
  bottom: 0;
}
.main-banner--kids .main-banner__content__body {
  max-width: 850px;
}
.main-banner--kids .main-banner__content__body .description {
  font-size: max(2.5rem, 14px);
  line-height: 1.2;
  text-wrap: balance;
  max-width: 580px;
  font-weight: 400;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
  z-index: 90;
}

.feedback-modal,
.thanks-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  display: none;
  z-index: 100;
}
.feedback-modal.active,
.thanks-modal.active {
  display: block;
}
.feedback-modal__content,
.thanks-modal__content {
  display: flex;
  position: relative;
}
.feedback-modal__content .close,
.thanks-modal__content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.feedback-modal__content .close svg,
.thanks-modal__content .close svg {
  width: 100%;
  height: 100%;
}
.feedback-modal__left,
.thanks-modal__left {
  background: #EAECEE;
  width: 35%;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feedback-modal__left .modal-title,
.feedback-modal__left .feedback-modal__description,
.thanks-modal__left .modal-title,
.thanks-modal__left .feedback-modal__description {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.feedback-modal__right,
.thanks-modal__right {
  width: 65%;
  min-width: 705px;
  padding: 5rem 7rem;
}
.feedback-modal__right .modal-title,
.thanks-modal__right .modal-title {
  margin-bottom: 2.5rem;
}
.feedback-modal__form .input-wrapper,
.thanks-modal__form .input-wrapper {
  margin-bottom: 3rem;
}

.feedback-modal__description {
  margin-top: 3rem;
}
.feedback-modal__description li {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 1.25;
}
.feedback-modal__description li:not(:last-child) {
  margin-bottom: 2rem;
}
.feedback-modal__description li .icon {
  flex: none;
  width: 4.4rem;
  height: 4.4rem;
}
.feedback-modal__description li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-row {
  display: flex;
  gap: 3rem;
}
.form-row .input-wrapper {
  flex-grow: 1;
}

.modal-title {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 600;
}

.agreement {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 3rem 0;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #747B8F;
  line-height: 1.3;
}
.custom-checkbox a {
  text-decoration: underline;
}
.custom-checkbox a:hover {
  text-decoration: none;
}

/* Скрываем стандартный чекбокс */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Создаем кастомный чекбокс */
.checkmark {
  display: inline-block;
  position: relative;
  height: 18px;
  width: 18px;
  flex: none;
  background-color: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
}

/* Создаем галочку (скрыта, когда чекбокс не отмечен) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Показываем галочку, когда чекбокс отмечен */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Стиль галочки */
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #e74c3c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 1240px) {
  .feedback-modal {
    width: 90%;
    max-width: 705px;
    max-height: 80vh;
    overflow-y: auto;
  }
  .feedback-modal .btn {
    font-size: 16px;
  }
  .feedback-modal__content {
    flex-direction: column;
  }
  .feedback-modal__left,
  .feedback-modal__right {
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
  .modal-title {
    font-size: 24px;
    text-align: center;
  }
  .feedback-modal__left {
    padding: 50px 0;
  }
  .feedback-modal__left .feedback-modal__description {
    max-width: unset;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .feedback-modal__left .feedback-modal__description li {
    font-size: 14px;
  }
  .input-wrapper {
    height: 50px;
  }
  .agreement {
    gap: 20px;
    margin: 30px 0;
  }
  .custom-checkbox {
    font-size: 14px;
  }
  .feedback-modal__right {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .feedback-modal__left {
    display: none;
  }
  .modal-title {
    font-size: 20px;
  }
  .modal-title br {
    display: none;
  }
  .feedback-modal__right {
    padding: 30px 15px;
  }
  .form-row {
    flex-direction: column;
    gap: 0;
  }
  .custom-checkbox {
    font-size: 12px;
  }
  .feedback-modal .btn {
    width: 100%;
  }
}
.thanks-modal {
  width: 90vw;
  max-width: 1000px;
  max-height: 80dvh;
  overflow-y: auto;
}
.thanks-modal__content {
  background: #E5ECF3;
  padding: max(20px, 5rem);
}
.thanks-modal__content .h1 {
  margin-bottom: 0.75em;
}
.thanks-modal__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.thanks-modal__caption__right img {
  max-width: 200px;
}
.thanks-modal .decor {
  position: relative;
}
.thanks-modal .decor::after {
  position: absolute;
  bottom: -0.4em;
}
.thanks-modal__description {
  font-size: max(14px, 1.8rem);
  line-height: 1.4;
}
.thanks-modal__description p:not(:last-child) {
  margin-bottom: 2rem;
}

.feedback-modal__left--text {
  padding: max(15px, 3rem) max(2.2rem, 15px);
}
.feedback-modal__left--text .text {
  font-size: max(14px, 2rem);
  line-height: 1.3;
}
.feedback-modal__left--text--lt .text {
  font-size: max(12px, 1.6rem);
  line-height: 1.3;
}

.modal__left__list {
  display: flex;
  flex-direction: column;
  margin-top: max(15px, 3rem);
  gap: max(10px, 2rem);
}

.modal__left__list__item {
  padding: 10px 15px;
  border-radius: max(10px, 1.6rem);
  font-size: max(14px, 2rem);
  line-height: 1.3;
}

.modal__left__list--lt .modal__left__list__item {
  font-size: max(12px, 1.6rem);
  line-height: 1.3;
}

.feedback-modal__left__notice {
  font-size: max(12px, 1.6rem);
  line-height: 1.3;
  border: 1px solid var(--red);
  border-radius: 12px;
  padding: 7px 10px;
  margin-top: 10px;
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1101_70)'%3e%3cpath d='M5.42189 12.5065L0 7.15403L1.95118 5.22928L5.42189 8.65556L14.1897 0L16.1409 1.9262L5.42189 12.5065Z' fill='%23EB1E32'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1101_70'%3e%3crect width='16.1409' height='12.5065' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 7px 11px;
  background-size: 17px 13px;
}
.feedback-modal__left__notice + .text {
  margin-top: 20px;
}

.feedback {
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  padding: max(3rem, 20px);
}
.feedback__content {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  text-align: center;
}
.feedback__content .h4 {
  margin-bottom: 0.2em;
}
.feedback__content .description {
  line-height: 1.3;
  margin-bottom: max(2.2rem, 15px);
}
.feedback__content .input-wrapper {
  margin-bottom: max(2rem, 15px);
  height: 8rem;
}
.feedback__content .btn {
  margin-top: max(1.5rem, 10px);
}
.feedback__content .agreement-text {
  font-size: max(1.4rem, 12px);
  line-height: 1.2;
}
.feedback__content .agreement-text a {
  text-decoration: underline;
}
.feedback__content .agreement-text a:hover {
  text-decoration: none;
}

.who-is-for {
  margin-bottom: max(7.7rem, 50px);
}
.who-is-for .block-title {
  margin-bottom: max(4.6rem, 20px);
}
.who-is-for__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 3rem;
}
.who-is-for__list .item {
  border-radius: 40px;
  padding: 2rem 3rem;
}
.who-is-for__list .item .icon {
  height: 7rem;
  width: auto;
  margin-bottom: 1.6rem;
}
.who-is-for__list .item .icon img {
  max-width: unset;
  height: 100%;
}
.who-is-for__list .item .text {
  font-size: max(2.6rem, 14px);
  line-height: 1.2;
  font-weight: 500;
}
.who-is-for__list--icon-bottom .item {
  display: flex;
  flex-direction: column-reverse;
}
.who-is-for__list--icon-bottom .item .text {
  flex-grow: 1;
}
.who-is-for__list--icon-bottom .item .icon {
  text-align: right;
  margin-bottom: 0;
  margin-top: 1.6rem;
}
.who-is-for .course-action {
  margin-top: max(4rem, 20px);
}

.chat {
  background: #FFEFEF;
}

.pazzle {
  background: #FFF9E8;
}

.mountain {
  background: #F2F0F0;
}

.movie {
  background: #EBE7E7;
}

.hearts {
  background: #E7F3FF;
}

.gamebox {
  background: #E3FBED;
}

.spoken-features__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(3rem, 20px);
}
.spoken-features__row__left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(3rem, 20px);
}
.spoken-features__row__left > *:only-child {
  grid-column: 1/-1;
}
.spoken-features__block {
  display: flex;
  margin-bottom: max(3rem, 20px);
  gap: max(3rem, 20px);
}
.spoken-features__block__left {
  width: calc(65% - max(3rem, 20px));
  position: relative;
}
.spoken-features__block__left .spoken-features__item--lg {
  height: 100%;
  padding-top: 7rem;
}
.spoken-features__block__left .spoken-features__item--lg p {
  max-width: 640px;
}
.spoken-features__block__left .spoken-features__item--bottom-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  border: max(3rem, 20px) solid #fff;
  border-width: max(3rem, 20px) 0 0 max(3rem, 20px);
  background: #fff;
  border-radius: max(3rem, 20px) 0 0 0;
}
.spoken-features__block__left .spoken-features__item--bottom-wrapper::before {
  content: "";
  width: max(10px, 2.5rem);
  height: max(10px, 2.5rem);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  left: -5.4rem;
  bottom: -1px;
  transform: rotate(270deg);
}
.spoken-features__block__left .spoken-features__item--bottom-wrapper::after {
  content: "";
  width: max(10px, 2.5rem);
  height: max(10px, 2.5rem);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  right: -1px;
  bottom: calc(100% + max(10px, 2.9rem));
  transform: rotate(270deg);
}
.spoken-features__block__left .spoken-features__item--bottom-wrapper .spoken-features__item--icon-bottom-left {
  padding: 2rem 2rem 9rem 5rem;
  border-radius: max(3rem, 20px);
}
.spoken-features__block__right {
  width: calc(35% - max(3rem, 20px));
  display: flex;
  flex-direction: column;
  gap: max(3rem, 20px);
}
.spoken-features__item {
  position: relative;
  font-size: max(2.4rem, 14px);
  text-wrap: balance;
  line-height: 1.2;
}
.spoken-features__item .icon {
  background: #fff;
  border-radius: max(10px, 2.5rem);
  width: 16rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spoken-features__item .icon::before, .spoken-features__item .icon::after {
  content: "";
  width: max(10px, 2.5rem);
  height: max(10px, 2.5rem);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.spoken-features__item .icon img {
  height: 70%;
}
.spoken-features__item .icon svg {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 100%;
}
.spoken-features__item--icon-bottom-left {
  padding: 4rem 3rem 6rem 17rem;
}
.spoken-features__item--icon-bottom-left .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 max(10px, 2.5rem) 0 0;
}
.spoken-features__item--icon-bottom-left .icon::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  left: 0;
  bottom: calc(100% - 1px);
}
.spoken-features__item--icon-bottom-left .icon::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  left: calc(100% - 1px);
  bottom: -1px;
}
.spoken-features__item--icon-top-left {
  padding: 4rem 3rem 6rem 17rem;
}
.spoken-features__item--icon-top-left .icon {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 max(10px, 2.5rem) 0;
}
.spoken-features__item--icon-top-left .icon::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  left: 0;
  top: calc(100% - 1px);
  transform: rotate(90deg);
}
.spoken-features__item--icon-top-left .icon::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  left: calc(100% - 1px);
  top: 0;
  transform: rotate(90deg);
}
.spoken-features__item--icon-bottom-right {
  padding: 4rem 3rem 8rem 4rem;
}
.spoken-features__item--icon-bottom-right .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: max(10px, 2.5rem) 0 0 0;
}
.spoken-features__item--icon-bottom-right .icon::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  left: min(-10px, -2.4rem);
  bottom: -1px;
  transform: rotate(-90deg);
}
.spoken-features__item--icon-bottom-right .icon::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  right: -1px;
  bottom: calc(100% - 1px);
  transform: rotate(-90deg);
}
.spoken-features__item--icon-top-right {
  padding: 8rem 3rem 3rem 4rem;
}
.spoken-features__item--icon-top-right .icon {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 max(10px, 2.5rem);
}
.spoken-features__item--icon-top-right .icon::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  left: -2.4rem;
  top: 0;
  transform: rotate(-180deg);
}
.spoken-features__item--icon-top-right .icon::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  right: -1px;
  top: 100%;
  transform: rotate(180deg);
}

.spoken-features__item__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  padding: 3rem;
}

.quick-start-features__list {
  display: grid;
  grid-template-columns: 50rem 1fr;
  grid-template-rows: auto auto;
  grid-gap: max(20px, 3.5rem);
}
.quick-start-features__list .quick-start-features__item:first-child {
  grid-column: 1;
  grid-row: 1/span 2;
}
.quick-start-features__list .quick-start-features__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.quick-start-features__list .quick-start-features__item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.quick-start-features__item {
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: max(2.4rem, 14px);
  line-height: 1.3;
  font-weight: 500;
}
.quick-start-features__item--lg {
  flex-direction: column;
  padding: 6rem 4rem max(15px, 2rem) 4rem;
}
.quick-start-features__item--lg img {
  margin-top: 2rem;
}
.quick-start-features__item p {
  max-width: 610px;
}
.quick-start-features__item .icon {
  align-self: flex-end;
  max-width: 5.8rem;
}
.quick-start-features__item .icon img {
  width: 100%;
}

.who-is-for--goals .spoken-features__block {
  justify-content: space-between;
}
.who-is-for--goals .spoken-features__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  padding: 0;
}
.who-is-for--goals .spoken-features__item {
  position: relative;
  overflow: hidden;
  padding: max(14px, 3.5rem);
}
.who-is-for--goals .spoken-features__item h4 {
  font-size: max(14px, 2.4rem);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1.75em;
}
@media (width > 1460px) {
  .who-is-for--goals .spoken-features__item h4 {
    margin-bottom: 0.75em;
  }
}
.who-is-for--goals .spoken-features__item p, .who-is-for--goals .spoken-features__item ul {
  font-size: max(14px, 1.8rem);
  line-height: 1.4;
}
.who-is-for--goals .spoken-features__item ul {
  padding-left: 1em;
  list-style-type: disc;
}
.who-is-for--goals .spoken-features__item ul li {
  list-style-type: disc;
}
@media (width > 767px) {
  .who-is-for--goals .spoken-features__block__left,
  .who-is-for--goals .spoken-features__block__right {
    width: calc(50% - max(1.5rem, 10px));
  }
}
.who-is-for--goals .spoken-features__block__left .spoken-features__item--bottom-wrapper {
  width: 52%;
}
.who-is-for--goals .spoken-features__block__left .spoken-features__item--bottom-wrapper h4 {
  margin-bottom: 0.7em;
}
@media (width > 1700px) {
  .who-is-for--goals .spoken-features__block__left .spoken-features__item--bottom-wrapper h4 {
    margin-bottom: 1.6em;
  }
}
.who-is-for--goals .spoken-features__row .spoken-features__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.spoken-features__item__list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.spoken-features__item__list ul {
  width: calc(50% - 10px);
}

.who-is-for--job .quick-start-features {
  margin-bottom: max(20px, 3.5rem);
}
.who-is-for--job .quick-start-features__list {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: max(20px, 3.5rem);
}
.who-is-for--job .quick-start-features__item {
  padding: 3rem 4rem;
}
.who-is-for--job .quick-start-features__item p {
  max-width: unset;
}
.who-is-for--job .quick-start-features__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(20px, 3.5rem);
}
.who-is-for--job .course-tabs-wrapper {
  flex-direction: column;
}
.who-is-for--job .course-tabs span {
  display: inline-block;
}
.who-is-for--job .course-tabs {
  width: auto;
}

.quick-start-features__item--image .image {
  width: 35%;
  margin-left: 2rem;
  text-align: center;
}

.lang-features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: max(20px, 4rem);
}
.lang-features__item,
.lang-features .advantages-content {
  padding: max(15px, 3.5rem);
  text-wrap: balance;
}
.lang-features__item ul,
.lang-features .advantages-content ul {
  padding-left: 1em;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: max(5px, 1rem);
  line-height: 1.4;
  margin-top: max(15px, 2.5rem);
}
.lang-features__item ul li,
.lang-features .advantages-content ul li {
  list-style-type: disc;
  font-size: max(14px, 2.2rem);
}

.lang-features__img {
  height: 23rem;
  text-align: right;
}
.lang-features__img img {
  max-height: 31rem;
}

.card-1 {
  grid-column: 1;
  grid-row: 1/3;
}

.card-2 {
  grid-column: 2;
  grid-row: 1;
}

.card-3 {
  grid-column: 3;
  grid-row: 1;
}

.card-4 {
  grid-column: 2/4;
  grid-row: 2;
}

/* Если есть card-5, то card-4 и card-5 в одной строке */
.lang-features:has(.card-5) .card-4 {
  grid-column: 2;
  grid-row: 2;
}

.card-5 {
  grid-column: 3;
  grid-row: 2;
}

.advantages-section {
  grid-column: 1/4;
  grid-row: 3;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #E2E8F0;
}

.advantages-image {
  line-height: 0;
  border-radius: 25px;
  overflow: hidden;
  max-width: 30%;
}

.who-is-for--corporate .quick-start-features__list {
  grid-template-columns: 40% 1fr;
}
.who-is-for--corporate .quick-start-features__item--first {
  align-items: flex-start;
}
.who-is-for--corporate ul {
  font-size: max(12px, 1.8rem);
  list-style: disc;
  padding-left: 1em;
  font-weight: 400;
}
.who-is-for--corporate ul li {
  list-style: inherit;
}
.who-is-for--corporate ul li:not(:last-child) {
  margin-bottom: max(5px, 0.7rem);
}
.who-is-for--corporate .quick-start-features__item--lg img {
  margin-inline: auto;
}
.who-is-for--corporate__row {
  display: flex;
  gap: max(20px, 3.5rem);
}

.quick-start-features__item--column {
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}

.notice-lt {
  color: #9E9E9E;
  font-weight: 500;
  font-size: max(14px, 2rem);
  cursor: default;
}

.course-for-goals {
  margin-bottom: max(6rem, 30px);
}
.course-for-goals .block-title {
  margin-bottom: max(5rem, 20px);
}

/* Обертка для табов и контента */
.course-tabs-wrapper {
  display: flex;
  margin-bottom: 40px;
}

/* Стили для левой колонки с табами */
.course-tabs {
  width: 40rem;
  min-width: 280px;
  flex-shrink: 0;
  margin-right: 30px;
}

.tab {
  padding: 0.25em 0.5em;
  font-size: max(3.5rem, 20px);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: max(2.5rem, 20px);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tab.active {
  background-color: #EEEEEE;
  border-radius: 10px;
  color: var(--red);
}

.course-tabs {
  font-size: max(4rem, 20px);
  font-weight: 600;
  line-height: 1.3;
}
.course-tabs span {
  display: block;
}
.course-tabs .decor::after {
  height: 0.7em;
}

/* Стили для правой колонки с контентом табов */
.tab-content-wrapper {
  flex-grow: 1;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Стили для серой плашки с информацией о курсе */
.course-info-block {
  background-color: #eee;
  padding: max(2.3rem, 15px) max(3rem, 20px);
  margin-bottom: max(2rem, 10px);
  position: relative;
  font-size: 2.8rem;
  line-height: 1.2;
}
.course-info-block p:not(:last-child) {
  margin-bottom: max(1.5rem, 10px);
}
.course-info-block p:last-child {
  margin-top: max(3rem, 20px);
}

.course-summary {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #8992AF;
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: max(2rem, 12px);
}

/* Стили для блока с ключевым результатом */
.key-result {
  margin-bottom: max(3rem, 10px);
  position: relative;
}

.key-result p {
  font-size: max(2.2rem, 14px);
  line-height: 1.4;
  padding-left: 1em;
}

/* Стили для блока с преимуществами курса */
.course-advantage {
  border: 1px solid var(--red);
  border-radius: 10px;
  padding: max(1.5rem, 10px);
  margin-bottom: 30px;
}

.course-advantage p {
  font-size: max(2.2rem, 14px);
  line-height: 1.4;
}

/* Стили для кнопки */
.course-action {
  text-align: center;
}
.course-action .btn {
  width: 100%;
  max-width: 430px;
}

.signup-button {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.signup-button:hover {
  background-color: #c0392b;
}

@media (min-width: 767px) {
  .tab-content--mobile {
    display: none !important;
  }
}
.course-for-goals--lg-tabs .course-tabs {
  width: 48%;
}

.course-info-block .course-info-block__img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
  max-width: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.course-for-goals--kids-7 .course-tabs {
  position: relative;
}
.course-for-goals--kids-7 .course-tabs__img {
  position: absolute;
  top: calc(100% - 8rem);
  left: 0;
  max-width: 25rem;
}

.tab-content-wrapper {
  position: relative;
}
.tab-content-wrapper__img {
  position: absolute;
  top: calc(100% - 5rem);
  right: 0;
  max-width: 13rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.what-you-waiting {
  margin-bottom: max(7.5rem, 40px);
}
.what-you-waiting-wrapper {
  margin-top: max(2.4rem, 15px);
}
.what-you-waiting__form {
  width: 100%;
  max-width: 490px;
}

.what-you-waiting__accordeon {
  flex-grow: 1;
  margin-right: 30px;
  background: #D4DBEF;
  padding: 15px max(3rem, 15px);
}

.course-accordeon:last-child .accordeon__title {
  border-bottom: none;
}

.accordeon__title {
  font-size: max(2.4rem, 18px);
  font-weight: 600;
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s;
  cursor: pointer;
}

.accordeon__content {
  font-size: max(1.6rem, 12px);
  line-height: 1.4;
  margin-top: 15px;
}
.accordeon__content ul {
  list-style: disc;
  padding-left: 1.5em;
}
.accordeon__content ul li {
  list-style: disc;
}
.accordeon__content ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.accordeon__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  transition: all 0.3s;
}

.js--accordeon__content {
  display: none;
}

.js--accordeon-parent.active .js--accordeon__content {
  display: block;
}
.js--accordeon-parent.active .accordeon__title {
  border-color: transparent;
}
.js--accordeon-parent.active .accordeon__icon {
  transform: rotate(180deg);
  background-color: var(--red);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.features {
  margin-bottom: max(5rem, 25px);
}
.features .btn {
  display: flex;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.features-wrapper {
  display: flex;
  flex-direction: column;
  gap: max(3.2rem, 16px);
  margin-top: max(4.2rem, 16px);
  margin-bottom: max(7rem, 16px);
}

.features__item {
  display: flex;
  gap: max(3.2rem, 16px);
}

.feature {
  border-radius: 25px;
  background: #eee;
  padding: max(3rem, 16px);
  text-wrap: balance;
}
.feature--full {
  width: 100%;
}
.feature--md {
  width: 40%;
}
.feature--lg {
  width: 60%;
}
.feature--col {
  background: transparent;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: max(3.2rem, 16px);
}
.feature--col > * {
  flex-grow: 1;
}
.feature--col .feature {
  display: flex;
  align-items: center;
}

.online-meet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background: #ECEFF6;
}
.online-meet__img {
  border-radius: 10px;
  overflow: hidden;
  flex-grow: 1;
  line-height: 0;
}
.online-meet__img img {
  width: 100%;
}
.online-meet__options {
  width: 30%;
  min-width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 30px;
}
.online-meet__options .option {
  display: flex;
  align-items: center;
}
.online-meet__options .percent {
  font-size: max(6rem, 25px);
  font-weight: 600;
  margin-right: 30px;
}
.online-meet__options .percent--decor {
  position: relative;
}
.online-meet__options .percent--decor::before {
  content: "";
  width: 130%;
  height: 190%;
  background-image: url("data:image/svg+xml,%3Csvg width='164' height='110' viewBox='0 0 164 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56.9144 1.24519C55.865 1.26674 54.8093 1.24505 53.7578 1.31669C36.3415 2.4589 22.3044 10.1325 12.3147 24.3919C3.08714 37.5664 2.68586 53.4312 11.3864 67.3361C16.4828 75.4834 23.3348 81.9261 31.4586 87.0431C41.6828 93.491 52.7944 97.7795 64.6272 100.421C79.0913 103.653 93.6737 104.35 108.426 102.278C116.348 101.17 124.063 99.1688 131.404 95.9522C138.774 92.7193 145.585 88.5646 150.813 82.2509C153.996 78.4124 156.447 74.176 157.2 69.1656C158.208 62.4518 156.681 56.3159 152.967 50.7635C149.2 45.1359 144.414 40.4734 138.8 36.6994C127.905 29.3762 115.911 24.4301 103.291 20.7574C95.6871 18.5435 88.065 16.4477 80.2435 15.1399C71.3803 13.6609 62.4868 12.3374 53.604 10.957C52.1651 10.7364 50.7028 10.645 49.278 10.3717C48.5239 10.2269 47.7456 9.92851 47.1192 9.49514C45.9197 8.66884 46.0769 7.03658 47.2904 6.16529C48.2321 5.48999 49.2453 5.41433 50.3278 5.50461C53.2286 5.75462 56.1378 5.93583 59.0313 6.24699C74.1881 7.87506 89.1735 10.414 103.813 14.5422C115.647 17.8809 127.111 22.2064 137.652 28.5676C145.35 33.2296 152.28 38.7942 157.479 46.2788C161.898 52.6444 164.283 59.5823 163.654 67.4311C163.199 73.0883 161.295 78.3535 158.005 82.9624C153.46 89.3323 147.556 94.2361 140.693 98.0796C128.822 104.73 115.994 107.7 102.664 108.969C88.9222 110.276 75.3723 109.149 62.0708 105.986C50.718 103.286 39.8925 99.101 29.9801 92.9296C21.406 87.5912 13.9406 80.9952 8.36839 72.5155C1.59355 62.2029 -1.15951 50.9419 1.60755 38.5878C3.08018 32.0079 6.05061 26.0302 10.3841 20.8726C21.0619 8.17925 34.7312 1.27603 51.2532 0.252903C52.8388 0.155997 54.4337 0.272923 56.0239 0.331313C56.3713 0.344512 56.7119 0.54278 57.0515 0.651936C57.0047 0.848279 56.9612 1.04885 56.9187 1.24177L56.9144 1.24519Z' fill='%23EB1E32'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -52%;
  left: -15%;
}
.online-meet__options .descr {
  font-size: max(2.8rem, 14px);
  font-weight: 600;
  line-height: 1.2;
}

.chat {
  background: #F5F6FB;
}
.chat__img {
  text-align: right;
  margin: max(2rem, 10px) 0;
}
.chat__img img {
  transform: translateX(max(3rem, 16px));
}
.chat__notice {
  padding-top: max(1rem, 8px);
  border-top: 1px solid var(--red);
  font-size: max(1.8rem, 12px);
}

.app {
  display: flex;
  justify-content: space-between;
  background: #E7F3FF;
}
.app__img {
  width: 22rem;
  flex: none;
  margin-left: 5rem;
}
.app__content {
  flex-grow: 1;
}
.app__content .h4 {
  margin-bottom: max(2rem, 10px);
}
.app__content__imgs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 5px;
}
.app__content__imgs img, .app__content__imgs video {
  border-radius: 10px;
  height: 100%;
  max-height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.app__content__imgs video {
  width: 100%;
}
.app__content__imgs .apps__icons {
  margin-top: 10px;
}
.app__icons {
  display: flex;
  gap: 10px;
}

.level {
  background: #F5F6FB;
}
.level__img {
  margin-top: max(2.5rem, 10px);
  overflow: hidden;
  line-height: 0;
}
.level__img img, .level__img video {
  width: 100%;
  border-radius: 10px;
  position: relative;
  top: 1px;
}

.progress {
  background: #EEEEEE;
}

.club {
  background: #F6EDED;
}

.certificate {
  background: #E7F3FF;
}

.practice {
  background: #E2E8F0;
}

/* Для мобильных устройств (≤ 768px) */
@media (max-width: 768px) {
  .online-meet__img .mobile-video {
    display: block;
    width: 100%;
    width: calc(100% + 2px);
    position: relative;
    left: 1px;
  }
  .online-meet__img .desktop-video,
  .online-meet__img .fallback-img {
    display: none;
  }
  .online-meet__img {
    width: 100%;
  }
}
/* Для десктопов (> 768px) */
@media (min-width: 769px) {
  .online-meet__img .desktop-video {
    display: block;
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
  }
  .online-meet__img .mobile-video,
  .online-meet__img .fallback-img {
    display: none;
  }
}
.features--test-lesson .feature.chat,
.features--test-lesson .feature.app {
  padding-bottom: 0;
}
.features--test-lesson .feature.chat .chat__img,
.features--test-lesson .feature.app .chat__img {
  margin-bottom: 0;
  line-height: 0;
}
.features--test-lesson .apps__icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.features--test-lesson .app__content .h4 {
  margin-bottom: max(6rem, 10px);
}
.features--test-lesson .app__img {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 4rem;
}

.app__img--short-phone {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 4rem;
}
.app__img--short-phone .apps__icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.features-list {
  background: #E5E3ED;
  padding: 4rem 2.6rem;
  height: calc(100% - 20px);
  font-size: max(2.4rem, 14px);
  font-weight: 500;
  max-width: 514px;
  line-height: 1.3;
}
.features-list ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  justify-content: center;
}
.features-list ul li {
  position: relative;
  padding-left: 5rem;
  list-style: none;
}
.features-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 3.4rem;
  height: 3rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="34" height="30" viewBox="0 0 34 30" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="30" height="30" fill="white"/><g clip-path="url(%23clip0_936_898)"><path d="M2.18651 10.9831C4.9685 13.9323 7.45149 15.8373 10.4334 18.941C10.4931 18.9035 10.5668 18.8773 10.6011 18.8315C14.6078 13.5003 21.668 6.83097 33.6353 2.05913C33.7412 2.0171 33.8522 1.98671 34 2.00586C27.0804 7.74455 21.1149 14.0547 15.6869 21.1764C13.5554 23.9729 11.5713 27.6934 10.2021 26.8885C9.67657 26.5797 9.11162 26.2979 8.67414 25.8896C5.67193 23.086 2.83447 19.6902 0.935064 16.9548C0.318022 16.0662 -0.278692 14.8243 0.139728 13.8304C0.59838 12.7411 1.24846 11.7918 2.18651 10.9831Z" fill="%23EB1E32"/></g><defs><clipPath id="clip0_936_898"><rect width="34" height="25" fill="white" transform="translate(0 2)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.features-block {
  margin-bottom: max(5rem, 25px);
  background: #E5EAEE;
  padding: max(15px, 4rem) max(15px, 3.4rem);
  line-height: 1.3;
}
.features-block .h3 {
  margin-bottom: max(3rem, 20px);
}
.features-block ul {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  font-size: max(14px, 2.4rem);
}
.features-block ul li {
  list-style: disc;
  margin-left: 2rem;
}

.features-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(3.2rem, 16px);
  text-wrap: balance;
}

.features-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(3.2rem, 16px);
  text-wrap: balance;
}

.features-grid-2-col {
  display: grid;
  grid-template-columns: calc(33.333% - max(1.6rem, 8px)) 1fr;
  gap: max(3.2rem, 16px);
}

.feature:has(.h4:only-child) {
  display: flex;
  align-items: center;
}

.features__img {
  display: flex;
  margin-top: 9px;
}
.features__img--right {
  justify-content: flex-end;
}

.features-grid__item {
  display: flex;
  flex-direction: column;
  gap: max(3.2rem, 16px);
}

.mobile-app {
  margin-top: 9px;
  display: flex;
  gap: max(2rem, 10px);
}
.mobile-app .apps__icons {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.feature__iframe {
  line-height: 0;
  margin-top: max(2rem, 10px);
}
.feature__iframe img, .feature__iframe video, .feature__iframe iframe {
  width: 100%;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.app__img {
  text-align: center;
}
.app__img .apps__icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.app__img .apps__icons a {
  flex-grow: 1;
}

.feature.goals {
  display: flex;
  background: #fff;
  gap: 20px;
  padding: 0;
}

.features-goals-col {
  width: 25%;
}

.feature-goals-options {
  display: flex;
  flex-direction: column;
  gap: max(20px, 4rem);
  margin-top: max(20px, 4rem);
}

.feature-goal__item {
  padding: max(15px, 3.5rem) max(15px, 2.5rem);
  font-size: max(2rem, 14px);
  line-height: 1.3;
}

.feature-goals-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(3.2rem, 16px);
}

.teachers {
  margin-top: max(30px, 6rem);
  margin-bottom: max(30px, 6rem);
}
.teachers .block-title {
  text-align: left;
  margin-bottom: max(20px, 4rem);
  line-height: 1.2;
}

.teachers__options__wrapper {
  background: #E9EEF4;
  padding: max(3.2rem, 10px) max(2rem, 10px);
}
.teachers__options__wrapper .h4 {
  margin-bottom: max(3rem, 10px);
  text-align: center;
  font-size: max(2.5rem, 18px);
}

.teachers__options__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(2.4rem, 10px);
}
.teachers__options__list .item {
  background: #D4DBEF;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: max(2.4rem, 12px);
  padding: max(2rem, 10px) max(1.5rem, 10px);
  box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}

.teachers__photos {
  display: grid;
  grid-template-columns: repeat(4, minmax(135px, 1fr));
  gap: max(4rem, 20px);
  overflow-x: auto;
  margin-bottom: max(3rem, 10px);
  margin-top: max(6rem, 30px);
}
.teachers__photos__item {
  position: relative;
  overflow: hidden;
  border-radius: max(10px, 2.5rem);
  line-height: 0;
}
.teachers__photos__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.teachers__photos .item-overalay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teachers__photos .item-overalay .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  transform: translate(-50%, -50%);
}
.teachers__photos .item-overalay .teacher-badge {
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.3;
  text-align: center;
  padding: 1rem 2rem;
  width: 100%;
  max-width: 200px;
  font-size: max(2rem, 12px);
}
.teachers__photos .item-overalay .teacher-badge .name {
  font-weight: 700;
}

.our-courses {
  margin-bottom: max(7rem, 40px);
}
.our-courses .slick-track {
  display: flex;
  gap: 2rem;
}
.our-courses .slick-track .slick-slide {
  height: auto;
}
.our-courses .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
.our-courses .prev-arrow {
  left: 0;
  transform: translate(-100%, -50%);
}
.our-courses .next-arrow {
  right: 0;
  transform: translate(100%, -50%);
}
.our-courses .sale-wrapper {
  display: block;
}
.our-courses .sale-wrapper .sale-item:first-child {
  grid-column: unset;
}
.our-courses .block-title {
  margin-bottom: max(4rem, 20px);
}
.our-courses .sale-item__content__top {
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.our-courses .sale-notice br {
  display: none;
}
.our-courses .sale-item__content .h4,
.our-courses .badge {
  font-size: max(1.8rem, 14px);
}
.our-courses .badge {
  height: 2em;
}
.our-courses .badge .icon {
  width: 1.5em;
  height: 1.5em;
}
.our-courses .btn {
  font-size: max(1.8rem, 13px);
  min-width: unset;
  height: max(4rem, 30px);
}
.our-courses .sale-item .badge + .cta-block {
  margin-top: auto;
}

.sale-item__content > * {
  position: relative;
}

.sale-item__content ul {
  padding-left: 1.2em;
  font-size: max(14px, 1.7rem);
  line-height: 1.43;
  list-style: disc;
  margin-bottom: 2rem;
}

.sale-item__content ul li {
  list-style: inherit;
}

.mobile-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.faq {
  margin-top: max(30px, 6rem);
  margin-bottom: max(30px, 6rem);
}
.faq .block-title {
  margin-bottom: max(4rem, 20px);
}
.faq .accordeon__title {
  border-bottom: 1px solid #D9D9D9;
  transition: all 0.2s;
}
.faq .accordeon__content {
  color: #605A5A;
  line-height: 1.5;
  font-size: max(2rem, 15px);
  padding-bottom: max(3rem, 15px);
  border-bottom: 1px solid #D9D9D9;
}
.faq .accordeon__content p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.faq .accordeon__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.25 13H12.95V22.1H9.8V13H0.5V10.05H9.8V0.899998H12.95V10.05H22.25V13Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: #D9D9D9;
}
.faq .js--accordeon-parent.active .accordeon__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.25 13H12.95V22.1H9.8V13H0.5V10.05H9.8V0.899998H12.95V10.05H22.25V13Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--red);
  transform: rotate(45deg);
}
.faq .js--accordeon-parent.active .accordeon__title {
  color: var(--red);
}

.social-contact {
  margin-top: max(5rem, 30px);
  gap: 20px;
}

.course-description {
  margin: 40px 0;
  border-radius: max(10px, 3rem);
  background: #EDF3FB;
  padding: max(20px, 4rem) max(15px, 2rem);
}
.course-description__content {
  margin-top: max(20px, 4rem);
  font-size: max(14px, 1.8rem);
  line-height: 1.4;
}
.course-description__content p:not(:last-child) {
  margin-bottom: 1em;
}
.course-description__content h1, .course-description__content h2, .course-description__content h3, .course-description__content h4, .course-description__content h5, .course-description__content h6,
.course-description__content .h1, .course-description__content .h2, .course-description__content .h3, .course-description__content .h4, .course-description__content .h5, .course-description__content .h6 {
  margin-bottom: max(12px, 0.5em);
  font-weight: 600;
}
.course-description__content ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 1em;
}
.course-description__content ul li {
  list-style: disc;
  margin-bottom: 0.5em;
}
.course-description__content ol {
  list-style: decimal;
  padding-left: 2em;
  margin-bottom: 1em;
}
.course-description__content ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
}
.course-description__content + * {
  margin-top: max(20px, 1.5rem);
}

/*Footer*/
.footer {
  margin-top: 12rem;
  padding-top: 7rem;
  border-top: 1px solid var(--border-color);
}
.footer-menu {
  color: var(--slate-gray);
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
}
.footer-menu__column {
  width: 18%;
}
.footer-menu__title {
  font-weight: 700;
  margin-bottom: 2rem;
}
.footer-menu__item:not(:last-child) {
  margin-bottom: 2rem;
}
.footer-menu__item a:hover {
  color: var(--text-black);
}

.footer-app {
  border: 1px solid var(--border-color);
  border-radius: 7px;
  padding: 2rem;
  color: #656565;
}
.footer-app__title {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.footer-app__text {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1em;
  line-height: 1.3;
}

.stores img {
  height: 35px;
}

.social-item {
  margin-top: max(10px, 2.5rem);
}
.social-item__title {
  font-weight: 600;
  font-size: max(12px, 1.6rem);
  margin-bottom: 0.5em;
}
.social-item .social img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.social-item .social a:hover {
  opacity: 0.8;
}

.footer__copyright {
  margin-top: max(30px, 8rem);
  background: #F5F7F9;
  padding: max(20px, 5rem) 0 20rem;
  font-size: max(12px, 1.8rem);
  color: #747B8F;
  line-height: 1.4;
}
.footer__copyright p:not(:last-child) {
  margin-bottom: 2rem;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  top: 0;
  left: 0;
  padding: 15px 10px 70px;
  display: none;
  z-index: 50;
}
.mobile-menu__top {
  margin-bottom: 20px;
}
.mobile-menu.active {
  display: block;
}

.mobile-menu__list {
  font-size: 16px;
  line-height: 2;
}
.mobile-menu__list > li > a {
  font-weight: 700;
}
.mobile-menu__list li {
  margin-bottom: 1rem;
}
.mobile-menu__list ul {
  padding-left: 15px;
}

.mobile-menu__footer {
  margin-top: 20px;
}

.apps-block {
  margin-bottom: 20px;
}
.apps-block .title {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 10px;
}

.social {
  display: flex;
  gap: 15px;
}
.social a {
  display: block;
  width: 30px;
  height: 30px;
}
.social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.individual-training {
  margin-bottom: max(7.7rem, 50px);
}
.individual-training .block-title {
  margin-bottom: max(5rem, 20px);
}
.individual-training-wrapper {
  margin-bottom: max(6.5rem, 20px);
}
.individual-training__col {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: max(3rem, 20px);
}
.individual-training__col--bg {
  background: url("/local/templates/alibra_v3/css/../img/course_page/individual.jpg") no-repeat center;
  background-size: cover;
}
.individual-training__item {
  padding: max(14px, 3rem);
  font-size: max(14px, 2rem);
  line-height: 1.4;
  text-align: center;
}
.individual-training__item .title {
  font-size: max(14px, 2.4rem);
  font-weight: 600;
  margin-bottom: 1em;
}
.individual-training__item--empty {
  padding: 0;
  height: 0;
}
.individual-training__item--blur {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.4);
}

.individual-training-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(3rem, 20px);
}

.course-features {
  margin-bottom: max(7.7rem, 50px);
}
.course-features .block-title {
  margin-bottom: max(4.6rem, 20px);
}
.course-features-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(20px, 3.5rem);
  margin-bottom: max(4.6rem, 20px);
}
.course-features__col {
  display: grid;
  grid-auto-rows: minmax(160px, auto);
  gap: max(20px, 3.5rem);
}
.course-features__col--center {
  position: relative;
}
.course-features__col--center::before {
  content: "";
  width: 100%;
  height: calc(100% - (160px + max(20px, 3.5rem)));
  background: url("/local/templates/alibra_v3/css/../img/course_page/features-course-background-women.jpg") no-repeat 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 40px;
  isolation: isolate;
  z-index: -1;
  filter: opacity(0.5);
}
.course-features__col--left .course-features__item:nth-child(1) {
  position: relative;
}
.course-features__col--left .course-features__item:nth-child(1)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/local/templates/alibra_v3/css/../img/course_page/features-course-background-women.jpg") no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 40px;
  isolation: isolate;
  z-index: -1;
  filter: opacity(0.5);
}
.course-features__col--left .course-features__item:nth-child(2) {
  position: relative;
}
.course-features__col--left .course-features__item:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/local/templates/alibra_v3/css/../img/course_page/features-course-background-women.jpg") no-repeat 0 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 40px;
  isolation: isolate;
  z-index: -1;
  filter: opacity(0.5);
}
.course-features__item {
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: max(2.4rem, 14px);
  line-height: 1.3;
  font-weight: 500;
}

.options--4-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(20px, 3.5rem);
}
.options--3-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(20px, 3.5rem);
}
.options__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: max(2.2rem, 14px);
  line-height: 1.3;
  font-weight: 500;
  padding: 3rem 4rem;
}

.options-block {
  margin: max(7rem, 25px) 0;
}
.options-block .h3 {
  font-size: max(3.6rem, 16px);
  font-weight: 600;
  margin-bottom: max(3rem, 20px);
}
.options-block .block-title {
  margin-bottom: max(3rem, 20px);
}

.test-lesson {
  margin-bottom: max(7.7rem, 50px);
}
.test-lesson .block-title {
  margin-bottom: max(16px, 4.8rem);
}
.test-lesson .block-title .h3 {
  margin-top: 0.4em;
}

.timeline-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Три колонки одинаковой ширины */
  gap: 3rem;
  position: relative;
  font-size: max(14px, 2.4rem);
  overflow: hidden;
  margin-bottom: max(15px, 3rem);
}

.timeline-section {
  display: grid;
  grid-column: span 1;
  padding-left: 7rem;
}

.header-section {
  grid-column: 1/span 2;
  background-color: #DBE1F3;
  padding: 2rem 8rem;
  margin-bottom: max(10px, 2rem);
  position: relative;
  z-index: 2;
}
.header-section .header-title {
  line-height: 1.2;
}

.image-section {
  grid-column: 3; /* Изображение в третьей колонке */
  grid-row: 1/span 4; /* Растягиваем изображение на всю высоту */
  display: flex;
  align-items: start;
}

.image-section img {
  max-width: 45rem;
  height: auto;
}

.timeline-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
}

.timeline-item::before,
.timeline-bottom-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background-color: var(--red);
}

.timeline-item::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: calc(100% - 10px);
  width: 2px;
  height: 200px;
  background-color: var(--red);
}

.timeline-item-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.timeline-item-description {
  color: #555;
}

.timeline-bottom-item {
  grid-column: 1/span 2; /* Последний элемент занимает две колонки */
  padding-left: 30px;
  position: relative;
  margin-left: 7rem;
  font-size: max(16px, 2.8rem);
}
.timeline-bottom-item ::before {
  top: 4px;
}
.timeline-bottom-item::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: calc(100% - 10px);
  width: 2px;
  height: 200px;
  background-color: var(--red);
}
.timeline-bottom-item > * {
  display: inline-block;
}

.test-lesson-how-work {
  margin-bottom: max(7.7rem, 50px);
}
.test-lesson-how-work .block-title {
  margin-bottom: max(16px, 4.8rem);
}
.test-lesson-how-work .block-title .h3 {
  margin-top: 0.4em;
}
.test-lesson-how-work .fake-wrapper {
  position: relative;
}
.test-lesson-how-work .fake-wrapper .icon {
  z-index: 3;
}
.test-lesson-how-work .fake-wrapper .fake-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  border: max(3rem, 20px) solid #fff;
  border-width: max(3rem, 20px) 0 0 max(3rem, 20px);
  background: #fff;
  border-radius: max(3rem, 20px) 0 0 0;
  z-index: 2;
}
.test-lesson-how-work .fake-wrapper .fake-overlay::before {
  content: "";
  width: max(10px, 2.5rem);
  height: max(10px, 2.5rem);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  left: -5.4rem;
  bottom: -1px;
  transform: rotate(270deg);
}
.test-lesson-how-work .fake-wrapper .fake-overlay::after {
  content: "";
  width: max(10px, 2.5rem);
  height: max(10px, 2.5rem);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,1 L1,49 L49,49 C15,45 5,15 1,1 Z' fill='white' /%3E%3Cpath d='M1,1 L1,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,49 L49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M1,1 C5,15 15,45 49,49' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  right: calc(50% + max(4.4rem, 20px));
  bottom: calc(100% + max(10px, 2.9rem));
  transform: rotate(270deg);
}
.test-lesson-how-work .fake-wrapper .fake {
  padding: 4rem 2rem 9rem 5rem;
  border-radius: max(3rem, 20px);
  height: 100%;
}
.test-lesson-how-work .fake-wrapper .fake p {
  max-width: 760px;
}
.test-lesson-how-work .spoken-features__block__right {
  gap: 0;
}

.statistic {
  margin: max(30px, 6rem) 0;
}
.statistic .online-meet__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-left: 0;
  gap: 20px;
}
.statistic .option {
  background: #ECEFF6;
  padding: max(20px, 6rem);
}

.contact-page {
  padding: max(40px, 6rem) 0;
}
.contact-page .block-title {
  margin-bottom: max(16px, 5.6rem);
}

.contact-block {
  display: grid;
  grid-template-columns: minmax(350px, 50rem) 1fr;
  gap: max(35px, 5.4rem);
}

.contact__data {
  background: #D4DBEF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  gap: 15px;
}
.contact__data ul {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.contact__data ul a {
  text-decoration: underline;
}
.contact__data ul a:hover {
  text-decoration: none;
  color: var(--red);
}

.contact__form {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  padding: max(20px, 3.5rem);
  display: grid;
  grid-template-columns: minmax(350px, 40rem) 1fr;
  gap: 5rem;
}
.contact__form__descr {
  display: flex;
  flex-direction: column;
}
.contact__form__descr .h4 {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.history-page {
  padding: 30px 0;
}
.history-page .block-title {
  margin-bottom: max(25px, 8rem);
}

.year-item {
  font-size: max(20px, 5rem);
  color: #9E9E9E;
  cursor: pointer;
  transition: all 0.3s;
}
.year-item.active {
  color: var(--red);
  font-weight: 600;
}

.years-slider {
  display: flex;
  align-items: center;
  margin-bottom: max(20px, 3.8rem);
}
.years-slider .slick-list {
  padding: 0 30px;
  flex-grow: 1;
}
.years-slider .slick-arrow {
  cursor: pointer;
}
.years-slider .slick-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.hot-courses {
  margin: max(5.7rem, 30px) 0;
}
.hot-courses__badge {
  text-align: right;
  font-size: max(2.4rem, 14px);
  font-weight: 500;
  gap: 0.5rem;
  font-weight: 300;
}
.hot-courses__sort-row {
  margin: max(20px, 4rem) 0;
  display: flex;
  gap: max(10px, 2.4rem);
}
.hot-courses__sort-row .input-wrapper {
  width: clamp(150px, 20vw, 250px);
}

.tab-group {
  display: flex;
  border-radius: 7px;
  font-size: 16px;
}
.tab-group__item {
  width: clamp(150px, 20vw, 250px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  cursor: pointer;
}
.tab-group__item:first-child {
  border-radius: 7px 0 0 7px;
}
.tab-group__item:last-child {
  border-radius: 0 7px 7px 0;
}
.tab-group__item:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
.tab-group__item.active {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  cursor: default;
}

.courses-table {
  display: none;
}
.courses-table.active {
  display: block;
}

.course-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 120px;
  gap: 15px;
  padding: 20px;
  align-items: start;
  font-size: max(1.8rem, 14px);
  line-height: 1.4;
}
.course-row:nth-child(even) {
  background: #FAFAFA;
}

.course-row:last-child {
  border-bottom: none;
}

.btn-register {
  background: transparent;
  border: 1px solid #e74c3c;
  color: #e74c3c;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-register:hover {
  background: #e74c3c;
  color: white;
}

.fire-icon {
  display: inline-flex;
  align-items: center;
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
}

.fire-icon::before {
  content: "🔥";
  margin-right: 5px;
}

/* Мобильная версия */
@media (max-width: 768px) {
  .course-row {
    grid-template-columns: 80px 1fr;
    gap: 15px;
    padding: 15px;
  }
  .course-date {
    grid-row: 1/6;
  }
  .course-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .course-title {
    font-size: 13px;
    order: 1;
  }
  .course-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    order: 2;
  }
  .course-time {
    font-size: 12px;
  }
  .course-level {
    font-size: 12px;
  }
  .course-format {
    font-size: 12px;
  }
  .course-action {
    order: 3;
    text-align: left;
    margin-top: 8px;
  }
  .btn-register {
    padding: 6px 12px;
    font-size: 12px;
  }
  .fire-icon {
    font-size: 11px;
    margin-top: 3px;
  }
}
.page-switcher {
  display: flex;
  font-size: max(2.2rem, 14px);
  margin: max(20px, 4rem) 0;
  overflow: hidden;
}
.page-switcher a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D5D2E0;
  border-radius: 0 3rem 0 0;
  height: 2.5em;
  padding: 0 3rem;
  white-space: nowrap;
  box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.page-switcher a.active, .page-switcher a:hover {
  background: var(--red) !important;
  color: #fff;
}
.page-switcher a:not(:first-child) {
  margin-left: -2rem;
  padding-left: 6rem;
}
.page-switcher a:nth-child(1) {
  z-index: 10;
  background: #d5d2e0;
}
.page-switcher a:nth-child(2) {
  z-index: 9;
  background: rgb(217.2276315789, 214.5296052632, 227.1203947368);
}
.page-switcher a:nth-child(3) {
  z-index: 8;
  background: rgb(221.4552631579, 219.0592105263, 230.2407894737);
}
.page-switcher a:nth-child(4) {
  z-index: 7;
  background: rgb(225.6828947368, 223.5888157895, 233.3611842105);
}
.page-switcher a:nth-child(5) {
  z-index: 6;
  background: rgb(229.9105263158, 228.1184210526, 236.4815789474);
}
.page-switcher a:nth-child(6) {
  z-index: 5;
  background: rgb(234.1381578947, 232.6480263158, 239.6019736842);
}
.page-switcher a:nth-child(7) {
  z-index: 4;
  background: rgb(238.3657894737, 237.1776315789, 242.7223684211);
}
.page-switcher a:nth-child(8) {
  z-index: 3;
  background: rgb(242.5934210526, 241.7072368421, 245.8427631579);
}
.page-switcher a:nth-child(9) {
  z-index: 2;
  background: rgb(246.8210526316, 246.2368421053, 248.9631578947);
}
.page-switcher a:nth-child(10) {
  z-index: 1;
  background: rgb(251.0486842105, 250.7664473684, 252.0835526316);
}
.page-switcher.tabs a {
  box-shadow: none;
}

.appointment-form {
  margin: max(7rem, 30px) 0;
  background: #fff;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.25);
  border-radius: max(15px, 2.5rem);
}
.appointment-form .modal-title {
  text-align: center;
}
.appointment-form .feedback-modal__left {
  background: transparent;
}
.appointment-form .feedback-modal__description li {
  position: relative;
  align-items: start;
}
.appointment-form .feedback-modal__description li::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="19" viewBox="0 0 22 19" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="18" height="18" fill="white" stroke="%23E2E8F0"/><g clip-path="url(%23clip0_1055_354)"><path d="M1.38479 6.95685C3.14671 8.82472 4.71928 10.0312 6.6078 11.9969C6.64562 11.9731 6.69229 11.9565 6.71401 11.9275C9.25162 8.5511 13.7231 4.32719 21.3024 1.30503C21.3694 1.27841 21.4397 1.25916 21.5333 1.27129C17.1509 4.90579 13.3728 8.90221 9.93504 13.4127C8.5851 15.1838 7.3285 17.5401 6.46135 17.0303C6.12849 16.8347 5.77069 16.6562 5.49362 16.3976C3.59222 14.622 1.79516 12.4713 0.592207 10.739C0.201414 10.1762 -0.176505 9.38961 0.0884942 8.76013C0.378974 8.0703 0.790689 7.46903 1.38479 6.95685Z" fill="%23EB1E32"/></g><defs><clipPath id="clip0_1055_354"><rect width="21.5333" height="15.8333" fill="white" transform="translate(0 1.26758)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: max(16px, 3rem);
  height: max(14px, 1.9rem);
  flex: none;
  position: relative;
  top: 2px;
}

.not-found-block {
  background: #F3F1E5;
  padding: max(4rem, 20px);
  display: flex;
  justify-content: space-between;
}
.not-found-block ul {
  font-size: max(14px, 2.4rem);
  list-style: disc;
  padding-left: 1em;
  margin-bottom: max(30px, 10rem);
  margin-top: 1em;
}
.not-found-block ul li {
  margin-bottom: 1em;
  list-style: disc;
}
.not-found-block ul a {
  text-decoration: underline;
}
.not-found-block ul a:hover {
  text-decoration: none;
}

.not-found__left {
  flex-grow: 1;
}
.not-found__left .h1 {
  font-size: max(22px, 6rem);
  line-height: 1.3;
  margin-bottom: max(15px, 5rem);
}
.not-found__right {
  width: 45%;
}

.lang-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: max(15px, 3rem);
  margin: max(20px, 5rem) 0;
}
.lang-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: max(14px, 2rem);
}

.lang__icon {
  width: 5.6rem;
}
.lang__icon img {
  width: 100%;
}

.corporate-result {
  margin: max(20px, 5rem) 0;
}

.corporate-result__container {
  display: flex;
  gap: max(20px, 3rem);
  align-items: stretch;
}

.corporate-result__hero {
  flex: 1;
  background: linear-gradient(135deg, rgba(32, 74, 99, 0.76), rgba(32, 74, 99, 0.76)), url("/local/templates/alibra_v3/css/../img/course_page/who_is_for_icons/corporate/result_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: max(20px, 4rem);
  color: white;
  display: flex;
  position: relative;
  overflow: hidden;
}

.corporate-result__title {
  font-size: max(20px, 4.5rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 2;
}

.corporate-result__stats {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: max(20px, 2.5rem);
}

.corporate-result__stat {
  background: white;
  padding: max(15px, 2rem) max(20px, 2.5rem);
}

.corporate-result__stat-number {
  font-size: max(18px, 3rem);
  font-weight: 600;
  margin-bottom: 8px;
}

.corporate-result__stat-desc {
  font-size: max(14px, 1.8rem);
}

@media (max-width: 767px) {
  .corporate-result__container {
    flex-direction: column;
  }
  .corporate-result__hero {
    min-height: 260px;
  }
  .corporate-result__title {
    font-size: 28px;
  }
  .corporate-result__stats {
    gap: 15px;
  }
  .corporate-result__stat {
    padding: 20px;
  }
  .corporate-result__stat-number {
    font-size: 20px;
  }
  .corporate-result__stat-desc {
    font-size: 14px;
  }
}
.partner-about-us {
  padding: 60px 0;
}

.partner-about-us__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.partner-about-us__item {
  display: flex;
  gap: max(20px, 3rem);
}

.partner-about-us__item__body {
  display: flex;
  gap: max(20px, 4rem);
  background: #F2F2F5;
  padding: max(15px, 2.5rem);
}

.partner-about-us__item:nth-child(even) {
  flex-direction: row-reverse;
}
.partner-about-us__item:nth-child(even) .partner-about-us__item__body {
  flex-direction: row-reverse;
}

.partner-about-us__image {
  width: 40rem;
  overflow: hidden;
  flex: none;
}

.partner-about-us__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partner-about-us__content {
  flex: 1;
}

.partner-about-us__company {
  font-size: max(14px, 2.4rem);
  font-weight: 300;
  margin-bottom: 10px;
}

.partner-about-us__text {
  max-height: max(120px, 17.5rem);
  overflow-y: auto;
  padding-right: 10px;
  margin: max(29px, 3rem) 0;
}

.partner-about-us__text::-webkit-scrollbar {
  width: 6px;
}

.partner-about-us__text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.partner-about-us__text::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.partner-about-us__text::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.partner-about-us__text p {
  font-size: max(14px, 2.4rem);
  line-height: 1.4;
}
.partner-about-us__text p:not(:last-child) {
  margin-bottom: max(10px, 1.5rem);
}

.partner-about-us__author {
  font-size: max(14px, 2.4rem);
  font-weight: 300;
  line-height: 1.3;
}

.partner-about-us__logo {
  width: 40rem;
  flex: none;
  overflow: hidden;
  background: #D2D2DA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-about-us__logo img {
  max-width: 100%;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: max(20px, 5rem);
  gap: max(30px, 5rem);
  --border-color: #E0E0E0;
}
.pagination .btn {
  border-color: var(--border-color) !important;
}

.slider-pagination,
.pagination__list {
  display: flex;
  flex-wrap: wrap;
  gap: max(10px, 1rem);
}
.slider-pagination a,
.pagination__list a {
  display: inline-flex;
  height: 100%;
  width: 40px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0 1em;
  line-height: 1;
  border-radius: 7px;
  color: var(--red);
  border: 1px solid var(--border-color);
  background: transparent;
}
.slider-pagination a.active, .slider-pagination a:hover,
.pagination__list a.active,
.pagination__list a:hover {
  border-color: currentColor;
}

.partner-about-us__grid.slick-slide {
  display: flex;
}

.slick-active a {
  border-color: currentColor;
}

.slider-pagination .slick-dots {
  position: static !important;
  display: flex;
}
.slider-pagination .slick-dots li {
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .partner-about-us__item {
    flex-direction: column !important;
    gap: 20px;
  }
  .partner-about-us__image {
    width: 100%;
    height: 150px;
  }
  .partner-about-us__logo {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .partner-about-us__text {
    max-height: 150px;
  }
  .partner-about-us__item:nth-child(even) .partner-about-us__item__body {
    flex-direction: column;
  }
  .pagination {
    gap: 20px;
  }
  .pagination .btn {
    order: -1;
    width: 100%;
  }
  .pagination__list a {
    width: 35px;
    height: 35px;
    flex: none;
  }
}
.our-clients {
  margin: max(30px, 6rem) 0;
}
.our-clients__logos {
  background: #F0F5ED;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: max(20px, 4.5rem);
  padding: 20px 10px;
}

.we-work {
  margin: max(40px, 8rem) 0;
}
.we-work .teachers__options__wrapper {
  background: transparent;
}
.we-work .teachers__options__list .item {
  flex-direction: column;
}
.we-work .teachers__options__list .item b {
  font-weight: 600;
}
.we-work .teachers__options__list .item .text-lt {
  font-size: max(12px, 2rem);
}

.formats-block {
  margin: max(30px, 7rem) 0;
}

.format__row {
  display: flex;
  gap: max(20px, 4rem);
}
.format__row:not(:last-child) {
  margin-bottom: max(20px, 5rem);
}
.format__row__left {
  width: 50rem;
  flex: none;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.format__row__right {
  flex: 1;
}

.format__list {
  display: flex;
  justify-content: space-between;
  gap: max(15px, 2.7rem);
}
.format__list__item {
  flex-grow: 1;
  font-size: max(14px, 2.5rem);
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}

.format__row__left__img {
  position: relative;
  overflow: hidden;
  margin-top: max(15px, 3rem);
  line-height: 0;
}
.format__row__left__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(32, 74, 99, 0.76), rgba(32, 74, 99, 0.76));
}
.format__row__left__img img {
  width: 100%;
}

.contract-format-item {
  min-height: 15.8rem;
  overflow: hidden;
  display: flex;
  gap: max(15px, 4rem);
}
.contract-format-item:not(:last-child) {
  margin-bottom: max(20px, 3rem);
}
.contract-format-item:nth-child(1) {
  background: #EEEEEE;
}
.contract-format-item:nth-child(1) .contract-format-item__label {
  background: #D7D7D7;
}
.contract-format-item:nth-child(2) {
  background: #DCE0EB;
}
.contract-format-item:nth-child(2) .contract-format-item__label {
  background: #C0C6D5;
}
.contract-format-item:nth-child(3) {
  background: #E2E9FF;
}
.contract-format-item:nth-child(3) .contract-format-item__label {
  background: #B6C1E3;
}
.contract-format-item__label {
  display: inline-flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 0 2.5rem 0 0;
  flex: none;
  width: 33%;
}
.contract-format-item__content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
  padding-right: max(20px, 2.5rem);
}
.contract-format-item__content .btn {
  flex: none;
}
.contract-format-item__content .text {
  font-size: max(14px, 2.4rem);
  line-height: 1.3;
}

.control-system {
  margin: max(40px, 7rem) 0;
}
.control-system .block-title {
  margin-bottom: max(20px, 4rem);
}
.control-system .subtitle {
  margin-bottom: 30px;
  text-align: center;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.process-steps-wrapper {
  margin-bottom: max(20px, 4rem);
}

.process-steps__item {
  padding-inline: max(12px, 2rem);
}

.process-steps-decor {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.process-steps-decor::before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--red);
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.process-steps-decor__item {
  position: relative;
}
.process-steps-decor__item::before {
  content: "";
  background: var(--red);
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.process-steps-decor__item:first-child::after {
  content: "";
  width: 50%;
  background: #fff;
  height: 4px;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}
.process-steps-decor__item:last-child::after {
  content: "";
  width: 50%;
  background: #fff;
  height: 4px;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
}

.control-system__img {
  overflow: hidden;
  margin: max(20px, 5rem) 0;
  position: relative;
  line-height: 0;
}
.control-system__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(32, 74, 99, 0.76), rgba(32, 74, 99, 0.76));
}
.control-system__img img {
  width: 100%;
}

.quality-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(20px, 3rem);
}
.quality-row__item {
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.partners-list-wrapper .block-title {
  margin-bottom: max(5rem, 30px);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}

.partner-card {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.radius-md {
  border-radius: 12px;
}

.partner-logo {
  width: 75%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto max(5rem, 10px);
}

.partner-card__content {
  flex-grow: 1;
  padding: 20px;
  margin-bottom: max(5rem, 15px);
}

.partner-title {
  font-size: max(4rem, 16px);
  font-weight: 600;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: max(2rem, 10px);
  line-height: 1.2;
}

.partner-subtitle {
  font-size: max(2.4rem, 14px);
  margin-bottom: 15px;
  font-weight: 600;
}

.partner-description {
  font-size: max(2rem, 12px);
  color: #595959;
  line-height: 1.5;
}

@media (max-width: 990px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .partners-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .partner-card__content {
    margin-bottom: 15px;
    text-align: left;
  }
  .partner-title {
    font-size: 16px;
    display: block;
    text-align: left;
    min-height: unset;
  }
  .partner-subtitle {
    font-size: 14px;
  }
  .partner-description {
    font-size: 12px;
  }
  .partner-logo {
    width: 200px;
    height: 60px;
  }
}
.schedule-item {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  padding: max(2.5rem, 10px);
  font-size: max(2rem, 14px);
  line-height: 1.3;
}
.schedule-item:nth-child(even) {
  background: #F2F2F2;
  border-left: 1px solid #404041;
  border-right: 1px solid #404041;
}
.schedule-item:nth-child(odd) {
  border: 1px solid #404041;
}
.schedule-item .btn {
  font-size: max(1.8rem, 12px);
  min-width: 18rem;
  height: max(5rem, 35px);
}
.schedule-item .schedule-cell:last-child {
  text-align: right;
}
.schedule-item .schedule-cell--with-flag {
  text-align: center;
}
.schedule-item .flag-icon {
  width: 5.6rem;
  display: inline-block;
}
.schedule-item .flag-icon img {
  width: 100%;
}

.course-title,
.topic-title {
  font-weight: 600;
  margin-bottom: 0.2em;
}

.tab-wrapper,
.subscription {
  margin-bottom: max(8rem, 30px);
}

.subscription .block-title {
  margin-bottom: max(3rem, 20px);
}

.subscription-form {
  background: #F3F5FD;
  padding: max(15px, 4rem);
  gap: max(25px, 9rem);
  margin: max(4rem, 20px) 0;
}
.subscription-form__left {
  width: 25%;
}
.subscription-form__right {
  flex-grow: 1;
}
.subscription-form__right form {
  display: flex;
  flex-wrap: wrap;
  gap: max(10px, 2rem);
}
.subscription-form__right .input-wrapper {
  flex-grow: 1;
}
.subscription-form__right .agreement {
  width: 100%;
  margin: 0;
}

.practice-for-all-level {
  margin-bottom: max(8rem, 30px);
}
.practice-for-all-level .block-title {
  margin-bottom: 40px;
  text-align: center;
}

.practice__content {
  background: #D4DBEF;
  padding: max(3.5rem, 20px);
  display: flex;
  justify-content: space-between;
  font-size: max(2.4rem, 14px);
}
.practice__content ul {
  padding-left: 1em;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: max(10px, 1.5rem);
}
.practice__content ul li {
  list-style: inherit;
  line-height: 1.4;
}

.practice__left {
  width: 50%;
}

.practice__right {
  width: 35%;
}

.practice__badge {
  display: inline-block;
  border: 1px solid var(--red);
  border-radius: max(2rem, 5px);
  font-weight: 600;
  line-height: 1;
  padding: 1.4rem 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 1700px) {
  .container {
    max-width: 1400px;
  }
  .callback {
    max-width: 1000px;
  }
  .main-slider .slick-arrow.prev-arrow {
    left: 0;
    transform: translateX(-50%);
  }
  .main-slider .slick-arrow.next-arrow {
    right: 0;
    transform: translateX(50%);
  }
  .main-slider .slick-arrow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .sale-item {
    padding: max(30px, 3rem) max(35px, 4rem);
  }
  .garant-list__item:not(:first-child) {
    padding: max(25px, 3rem);
  }
  :root {
    --width: 420px;
  }
  .main-banner__form {
    position: static;
    max-width: var(--width);
  }
  .feedback__content .input-wrapper {
    height: 60px;
  }
  .main-banner__content {
    width: calc(100% - var(--width));
    position: relative;
  }
  .main-banner__content__img {
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 300px;
    left: auto;
  }
  .main-banner__content__img img {
    display: block;
  }
  .main-banner--quick-start .main-banner__content__img {
    right: -30px;
  }
  .main-banner--business .main-banner__content__img {
    left: auto;
    width: 480px;
    right: -10px;
  }
  .main-banner__content__body .title {
    font-size: max(5rem, 25px);
  }
  .main-banner__content__body .description {
    font-size: max(2.5rem, 14px);
    width: 70%;
  }
  .main-banner__content__body .subtitle {
    font-size: max(4rem, 16px);
  }
  .main-banner {
    justify-content: space-between;
  }
  .main-banner--chinese .main-banner__content__img {
    width: 500px;
    left: 25rem;
    right: auto;
  }
  .contact-block {
    grid-template-columns: 1fr;
  }
  .course-for-goals--lg-tabs .tab {
    font-size: max(3rem, 15px);
  }
  .course-info-block {
    font-size: 2.4rem;
  }
  .main-banner--lang-it .main-banner__content__img {
    right: -2rem;
  }
  .main-banner--kids {
    height: 53rem;
  }
  .main-banner--kids .main-banner__content__img {
    width: 70rem;
  }
  .spoken-features__item,
  .spoken-features__item .h4 {
    font-size: max(2.1rem, 14px);
  }
  .who-is-for--goals .spoken-features__item {
    padding: max(14px, 2.5rem);
  }
  .main-banner--corporate .main-banner__content__img {
    left: auto;
    right: 0;
    width: 380px;
  }
  .contract-format-item__content .text {
    font-size: max(14px, 2rem);
  }
  .format__list__item {
    font-size: max(14px, 2.2rem);
  }
  .main-banner--students .main-banner__content__img {
    right: -4.5rem;
  }
  .subscription-form__left .h4 {
    font-size: max(14px, 1.7rem);
  }
}
@media (max-width: 1440px) {
  .test-lesson-how-work .fake-wrapper .fake-overlay::after {
    right: calc(50% + max(4.8rem, 20px));
    bottom: calc(100% + max(10px, 3.2rem));
  }
  .features-goals-col {
    width: 40%;
  }
  .lang-list {
    justify-content: flex-start;
  }
  .main-banner--students .main-banner__content {
    min-height: 400px;
  }
  .main-banner--students .main-banner__content__img {
    top: 0;
  }
  .main-banner--students .main-banner__content__img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-height: 950px) {
  html {
    font-size: 0.5vw;
  }
  .garant-list__item {
    font-size: 3rem;
  }
  .success__list__item .img {
    width: 100px;
    flex: none;
  }
  .success__list__item {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    min-height: 22rem;
    padding: 3rem;
  }
  .success .block-title {
    margin-bottom: 6rem;
  }
  .success__list__item .text {
    font-size: 2.4rem;
  }
  .feedback__content .h4 {
    font-size: max(2.8rem, 22px);
  }
}
@media (max-width: 1540px) {
  html {
    font-size: 0.6vw;
  }
  .garant-list__item {
    font-size: 3rem;
  }
  .success__list__item .img {
    width: 100px;
    flex: none;
  }
  .success__list__item {
    display: flex;
    align-items: center;
    flex-direction: row;
    gaP: 15px;
    min-height: 25rem;
  }
  .sale-item__content .h4,
  .sale-item__content__top {
    margin-bottom: max(20px, 2rem);
  }
  .list {
    line-height: 1.7;
  }
  .list--sm {
    font-size: max(14px, 1.7rem);
  }
  .garant-list {
    gap: 10px;
  }
  .garant__top {
    margin-bottom: max(30px, 3rem);
  }
  .garant-list__item {
    font-size: max(18px, 2.7rem);
  }
  .video .block-title {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1460px) {
  html {
    font-size: 0.48vw;
  }
  .first-screen__left .subtitle {
    font-size: 3rem;
  }
  .first-screen__left .top-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 1240px) {
  .main-slider .slick-arrow {
    transform: translateX(0);
    box-shadow: none;
  }
  .main-slider .slick-arrow.next-arrow {
    right: 5px;
  }
  .main-slider .slick-arrow.prev-arrow {
    left: 0;
  }
  .subscription-form__right .btn {
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .callback-form {
    flex-wrap: wrap;
  }
  .callback-form .btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .callback-form .input-wrapper {
    max-width: unset;
    width: auto;
    flex-grow: 1;
  }
}
@media (max-width: 1024px) {
  .input-wrapper input {
    font-size: 14px;
  }
  .callback-form {
    gap: 20px;
  }
  .sale-item,
  .garant-list__item,
  .success__list__item,
  .bonus__list__item,
  .review-block,
  .radius-lg,
  .who-is-for__list .item {
    border-radius: 15px;
  }
  .garant-list__item {
    font-size: 3rem;
  }
  .form-notice {
    font-size: 3rem;
  }
  .feature,
  .radius-md,
  .teachers__options__list .item {
    border-radius: 10px;
  }
  .course-details,
  .feedback__content .h4,
  .main-banner-wrapper__title {
    font-size: max(1.8rem, 14px);
  }
  .feedback__content .description {
    font-size: max(1.6rem, 12px);
  }
  :root {
    --width: 300px;
  }
  .main-banner__content__img {
    width: 240px;
    right: -70px;
  }
  .who-is-for__list .item .icon {
    height: 30px;
  }
  .apps__icons img {
    height: 30px;
  }
  h4, .h4 {
    font-size: max(2.5rem, 16px);
  }
  h1, .h1 {
    font-size: max(5rem, 30px);
  }
  .main-banner--chinese .main-banner__content__img {
    width: 300px;
  }
  .contact__form {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 990px) {
  .course-tabs-wrapper {
    flex-direction: column;
  }
  .course-tabs {
    width: 100%;
    display: flex;
    gap: 15px;
  }
  .hide-on-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1vw;
  }
  .mobile-btns {
    display: flex !important;
    align-items: center;
    gap: 10px;
  }
  .mobile-btns .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .mobile-btns .phone {
    width: 30px;
    height: 30px;
    background: var(--red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
  }
  .mobile-btns .phone .icon {
    width: 20px;
    height: 20px;
  }
  h1, .h1 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  .garant__top .subtitle,
  .success__list__item .text,
  h4, .h4,
  .success__list__item .text-md,
  .bonus__list__item .title,
  .footer-app__title {
    font-size: 18px;
  }
  .btn--lg,
  .footer-app__text {
    font-size: 16px;
  }
  .success__list__item .text-sm,
  .bonus__list__item .text {
    font-size: 14px;
  }
  .first-screen {
    background: transparent;
    padding: 0;
    text-align: center;
  }
  .first-screen__left .top-title {
    font-size: 12px;
    color: var(--red);
    font-weight: 500;
  }
  .first-screen__left .subtitle {
    font-size: 18px;
    font-weight: 500;
    max-width: 320px;
    margin: 0 auto 20px;
  }
  .first-screen__left .show-on-phone {
    font-size: 18px;
    margin: 10px auto 20px;
    font-weight: 500;
  }
  .first-screen__left .show-on-phone img {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    max-height: 250px;
  }
  .header__right,
  .first-screen__right,
  .hide-on-phone,
  .first-screen__left .subtitle br,
  .sale-hit .block-title br,
  .sale-item__img,
  .sale-item .list,
  .cta-block > *:not(.btn--red),
  .sale-notice br,
  .sale-item__content__top .h3 br,
  .child .sale-item__content .h4 br,
  .garant-list__item br,
  .sale-item.intensive br,
  .main-banner__form,
  .what-you-waiting__form,
  .app__img {
    display: none;
  }
  .show-on-phone,
  .sale-hit .block-title span,
  .sale-wrapper,
  .garant-list,
  .item-body--block,
  .bonus__list {
    display: block !important;
  }
  .show-on-phone.badge {
    display: flex !important;
  }
  .first-screen__left {
    width: 100%;
    align-items: center;
  }
  .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    width: 24px;
    cursor: pointer;
  }
  .burger span {
    display: block;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
  }
  .burger span:nth-child(1) {
    width: 24px;
  }
  .burger span:nth-child(2) {
    width: 18px;
    align-self: flex-start;
  }
  .burger span:nth-child(3) {
    width: 12px;
    align-self: flex-start;
  }
  .logo {
    max-width: unset;
    width: 150px;
  }
  .header__banner {
    width: 70px;
    max-width: unset;
  }
  .sale-item.popular .badge {
    min-width: unset;
  }
  .container {
    padding: 0 10px;
  }
  .btn,
  .badge {
    padding: 0 1em;
    font-size: 14px;
    height: 40px;
  }
  .callback {
    box-shadow: 0px 24px 22px -30px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin-top: 25px;
    margin-top: 5px;
  }
  .form-notice {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    max-width: 344px;
    margin: 10px auto 20px;
    padding-bottom: 25px;
  }
  .callback-form {
    flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
  }
  .callback-form .btn {
    font-size: 15px;
  }
  .callback-form .input-wrapper {
    width: 100%;
  }
  .input-wrapper {
    height: 40px;
  }
  .block {
    margin-top: 35px;
  }
  .sale-hit .block-title,
  .sale-notice,
  .sale-item {
    margin-bottom: 15px;
  }
  .sale-item {
    padding: 15px;
  }
  .badge + .sale-item__content__top {
    margin-top: 15px;
  }
  .sale-item__content__top {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0 10px;
  }
  .sale-item__content__top .h3 {
    line-height: 1.2;
  }
  .sale-item__content .h4 {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .sale-notice {
    font-size: 14px;
  }
  .sale-badge-block .badge {
    width: 100%;
    max-width: 440px;
    flex-direction: row-reverse;
    gap: 15px;
    height: 46px;
    font-size: 16px;
  }
  .sale-badge-block .badge::before {
    display: none;
  }
  .sale-badge-block .badge--grey {
    background: #EAECEE;
  }
  .sale-badge-block .badge .icon {
    margin-right: 0;
    width: 29px;
    height: 37px;
  }
  .child {
    position: relative;
  }
  .child .sale-item__img {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 85px;
  }
  .child .sale-item__content .badge {
    background: transparent;
    color: var(--red);
    height: auto;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
  }
  .garant__top .subtitle {
    line-height: 1.3;
    margin: 20px 0 10px;
  }
  .garant-list__item {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    flex-direction: row;
    align-items: center;
  }
  .garant-list__item img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  .garant .btn-block .btn {
    font-size: 16px;
  }
  .garant-list__item:not(:first-child) {
    min-height: 83px;
  }
  .success__list {
    display: flex;
    width: 100%;
    overflow-x: auto;
    gap: 15px;
  }
  .success__list__item {
    width: 320px;
    flex: none;
    padding: 20px;
    border-radius: 10px;
  }
  .success__list__item .img img {
    max-width: 100px;
  }
  .success__list__item--mobile {
    width: 100%;
    max-width: 440px;
    margin: 20px auto 0;
  }
  .success__list__item--mobile .item-body__img {
    width: 100%;
    margin: 10px 0;
  }
  .success__list__item--mobile .item-body__img img {
    width: 100%;
    border-radius: 10px;
  }
  .success__list__item--mobile .item-body__left {
    width: 100%;
  }
  .success__list__item .text-md {
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .item-body__left .btn {
    margin-top: 15px;
  }
  .video-block iframe {
    height: 200px;
  }
  .bonus__list__item {
    margin-bottom: 15px;
    padding: 15px 10px 15px 20px;
  }
  .footer-menu {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
  }
  .footer-menu__column {
    width: 45%;
    margin-bottom: 20px;
  }
  .footer-menu__column--app {
    width: 100%;
  }
  .footer-menu__item {
    margin-bottom: 0 !important;
  }
  .footer-menu__item a {
    padding: 8px 0;
    display: block;
    line-height: 1.3;
  }
  .stores img {
    height: 30px;
  }
  body {
    font-size: 16px;
  }
  #videoContainer {
    border-radius: 20px;
    overflow: hidden;
  }
  .success__list__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
  }
  .main-banner__content,
  .main-banner__content__body .description,
  .feature--md,
  .feature--lg {
    width: 100%;
  }
  .main-banner__content__img {
    position: absolute;
    width: 160px;
    right: -40px;
    flex: none;
    bottom: -20px;
  }
  .main-banner {
    padding: 20px;
    border-radius: 16px;
  }
  .main-banner__content {
    align-items: flex-end;
  }
  .main-banner__content__body .description {
    width: 70%;
    line-height: 1.5;
  }
  .main-banner-wrapper__title {
    padding-left: 0;
    font-size: 12px;
    text-align: center;
  }
  .main-banner-wrapper .btn.show-on-phone {
    display: flex !important;
    margin: 30px 0;
  }
  .main-banner__notice {
    text-align: center;
  }
  .who-is-for__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .who-is-for__list .item {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .who-is-for__list .item .icon {
    margin-bottom: 0;
  }
  .who-is-for__list .item .icon {
    width: 50px;
    height: auto;
  }
  .who-is-for__list .item .icon img {
    height: auto;
    width: 100%;
  }
  .who-is-for__list .item .text {
    line-height: 1.4;
    font-weight: 500;
  }
  .course-for-goals .block-title span {
    display: block;
  }
  .what-you-waiting-wrapper {
    display: block;
  }
  .features__item {
    flex-direction: column;
  }
  .what-you-waiting__accordeon {
    margin-right: 0;
  }
  .accordeon__title {
    font-size: 16px;
  }
  .course-tabs-wrapper {
    margin-bottom: 10px;
  }
  .tab {
    margin: 15px 0;
    padding: 15px 20px;
    border-radius: 6px;
  }
  .tab--rocket-0 {
    background: #E7F3FF;
  }
  .tab--rocket-1 {
    background: #EEEEEE;
  }
  .tab--rocket-2 {
    background: #FFEFEF;
  }
  .tab.active {
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
  }
  .tab-content.active .course-info-block.radius-md {
    border-radius: 0 0 6px 6px;
  }
  .course-summary {
    position: static;
    margin-bottom: 15px;
  }
  .course-info-block {
    padding: 10px 20px;
  }
  .course-action {
    margin-bottom: 30px;
  }
  .accordeon__icon {
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }
  .teachers__options__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .teachers__options__list .item {
    font-size: 13px;
  }
  .teachers__options__wrapper {
    padding: 20px;
  }
  .video .block-title span {
    display: block;
  }
  .course-for-goals .tab-content--mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
  .course-for-goals .tab-content--mobile .course-tabs {
    gap: 7px;
  }
  .accordeon__content {
    margin-bottom: 15px;
  }
  .online-meet {
    flex-direction: column;
    align-items: flex-start;
  }
  .online-meet__options {
    margin-left: 0;
    margin-top: 15px;
  }
  .sale-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    width: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    z-index: 1;
  }
  .sale-wrapper .slick-arrow svg {
    width: 50%;
    height: auto;
  }
  .sale-wrapper .prev-arrow {
    left: 0px;
  }
  .sale-wrapper .next-arrow {
    right: 0px;
  }
  .sale-wrapper .slick-track {
    display: flex;
    align-items: center;
  }
  .online-meet__options .option:not(:last-child) {
    margin-bottom: 15px;
  }
  .spoken-features__block {
    display: block;
  }
  .spoken-features__block__left, .spoken-features__block__right {
    width: 100%;
  }
  .spoken-features__block__left .spoken-features__item--bottom-wrapper {
    position: static;
    width: 100%;
  }
  .spoken-features__block__left .spoken-features__item--lg {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 20px;
    gap: 20px;
  }
  .spoken-features__item__img {
    position: relative;
    padding: 10px 0 0 0;
  }
  .spoken-features__block__left .spoken-features__item--bottom-wrapper {
    border: none;
    margin: 20px 0;
  }
  .spoken-features__block__left .spoken-features__item--bottom-wrapper::before, .spoken-features__block__left .spoken-features__item--bottom-wrapper::after {
    display: none;
  }
  .spoken-features__row {
    grid-template-columns: 1fr;
  }
  .main-banner--spoken .main-banner__content__img {
    width: 200px;
  }
  .quick-start-features__list {
    display: flex;
    flex-direction: column;
  }
  .quick-start-features__item {
    padding: 20px;
    font-weight: 500;
  }
  .quick-start-features__item--lg {
    padding: 20px;
    flex-direction: row-reverse;
  }
  .quick-start-features__item--lg img {
    margin-top: 0;
    width: 30%;
  }
  .quick-start-features__item--lg p {
    flex-grow: 1;
  }
  .quick-start-features__item .icon {
    max-width: unset;
  }
  .quick-start-features__item .icon img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: unset;
    display: block;
  }
  .main-banner--quick-start .main-banner__content__body .description {
    width: 80%;
  }
  .main-banner--goals .main-banner__content__img img {
    position: absolute;
    left: 120px;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: contrast(0.6);
  }
  .who-is-for--goals .spoken-features__row__left {
    grid-template-columns: 1fr;
  }
  .who-is-for--goals .spoken-features__item h4 {
    margin-bottom: 0.75em;
  }
  .who-is-for--goals .spoken-features__block__left .spoken-features__item--lg {
    min-height: 300px;
    margin-bottom: 20px;
  }
  .who-is-for--goals .spoken-features__block__left .spoken-features__item--bottom-wrapper {
    position: absolute;
    right: 0;
    border: max(3rem, 20px) solid #fff;
    border-width: max(3rem, 20px) 0 0 max(3rem, 20px);
    margin-bottom: 0;
  }
  .spoken-features__item__list {
    display: block;
  }
  .spoken-features__item__list br {
    display: none;
  }
  .spoken-features__item__list ul {
    width: 100%;
  }
  .individual-training-wrapper,
  .course-features-wrapper {
    grid-template-columns: 1fr;
  }
  .who-is-for--job .quick-start-features__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .course-features__col {
    grid-auto-rows: minmax(80px, auto);
  }
  .course-features__col .course-features__item:empty {
    display: none;
  }
  .course-features__col--center::before {
    background-position: 100% 0;
    filter: opacity(1);
    height: 100%;
    border-radius: 20px;
  }
  .main-banner--business .main-banner__content__img {
    width: 250px;
  }
  .options--4-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-container {
    grid-template-columns: 1fr; /* Одна колонка на мобильных */
    gap: 2rem;
  }
  .timeline-section {
    grid-column: 1; /* Каждая секция занимает всю ширину */
    padding-left: 10px;
  }
  .timeline-item {
    margin-bottom: 20px;
  }
  .header-section {
    grid-column: 1; /* Заголовок тоже на всю ширину */
    padding: 15px 20px;
    order: -3; /* Ставим заголовок первым */
    height: 185px;
    position: relative;
    margin-top: 20px;
  }
  .header-section img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .header-section .header-title {
    width: 55%;
    line-height: 1.4;
  }
  .image-section,
  .test-lesson-how-work .fake-wrapper .fake-overlay::after {
    display: none;
  }
  .timeline-bottom-item {
    margin-left: 10px;
  }
  .timeline-item::before, .timeline-bottom-item::before {
    width: 15px;
    height: 15px;
  }
  .timeline-item::after,
  .timeline-bottom-item::after {
    left: 7px;
    height: 120px;
  }
  .test-lesson-how-work .spoken-features__block__right {
    margin-top: 20px;
    gap: 20px;
  }
  .test-lesson-how-work .fake-wrapper .fake-overlay {
    width: 100%;
    border: unset;
  }
  .test-lesson-how-work b,
  .test-lesson-how-work .block-title span,
  .test-lesson .block-title span {
    display: block;
  }
  .test-lesson-how-work br {
    display: none;
  }
  .statistic .online-meet__options {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .statistic .online-meet__options .option {
    margin-bottom: 1px;
  }
  .features--test-lesson .app {
    flex-direction: column;
  }
  .features--test-lesson .app__img {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .features--test-lesson .apps__icons {
    grid-template-columns: 1fr;
  }
  .features-list {
    padding: 15px;
  }
  .features-list ul {
    gap: 15px;
  }
  .features-list ul li {
    padding-left: 30px;
  }
  .features-list ul li::before {
    width: 16px;
    height: 16px;
    top: 4px;
  }
  .main-banner--chinese .main-banner__content__img {
    width: 240px;
  }
  .who-is-for--job .quick-start-features__row--1-col-on-mobile {
    grid-template-columns: 1fr;
  }
  .who-is-for__list--icon-bottom .item {
    position: relative;
  }
  .who-is-for__list--icon-bottom .item .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
  }
  .content-warn,
  .content-bg {
    padding: 15px 15px 5px;
  }
  .contact-page {
    padding-top: 0;
  }
  .contact__form__descr .h4 {
    margin: 20px 0 10px;
  }
  .main-banner--hot-course .main-banner__content__img {
    width: 250px;
    right: -80px;
  }
  .main {
    overflow-x: hidden;
  }
  .hot-courses__sort-row {
    flex-wrap: wrap;
  }
  .hot-courses__sort-row .tab-group {
    order: -1;
    width: 100%;
    max-width: 400px;
    height: 40px;
  }
  .hot-courses__sort-row .tab-group__item {
    width: 100%;
  }
  .hot-courses__badge {
    text-align: left;
  }
  .hot-courses__badge svg {
    width: 30px;
    height: 25px;
  }
  .hot-courses__sort-row .input-wrapper {
    width: calc(50% - 5px);
    max-width: 190px;
  }
  .page-tab {
    padding-left: 0;
  }
  .page-tab__item {
    margin-left: 0 !important;
    width: 50%;
    box-shadow: none;
  }
  .page-tab__item span {
    position: relative;
    z-index: 2;
  }
  .page-tab__item::before {
    content: "";
    border-radius: 0 max(3.5rem, 15px) 0 0;
    width: 150%;
    height: 200%;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }
  .page-tab--de .page-tab__item--es {
    z-index: 2;
  }
  .page-tab--de .page-tab__item--de {
    z-index: 2;
  }
  .page-tab--de .page-tab__item--it::before {
    background: #D5D2E0;
    display: block;
  }
  .page-tab--de .page-tab__item--fr::before {
    background: #E5DFDF;
    display: block;
  }
  .page-tab--es .page-tab__item--it {
    z-index: 2;
  }
  .page-tab--es .page-tab__item--es {
    z-index: 2;
  }
  .page-tab--es .page-tab__item--de::before {
    background: #F5EECF;
    display: block;
  }
  .page-tab--es .page-tab__item--fr::before {
    background: #CBD1EA;
    display: block;
  }
  .page-tab--it .page-tab__item--de {
    z-index: 2;
  }
  .page-tab--it .page-tab__item--it {
    z-index: 2;
  }
  .page-tab--it .page-tab__item--es::before {
    background: #F5DBDC;
    display: block;
  }
  .page-tab--it .page-tab__item--fr::before {
    background: #CBD1EA;
    display: block;
  }
  .page-tab--fr .page-tab__item--de {
    z-index: 2;
  }
  .page-tab--fr .page-tab__item--fr {
    z-index: 2;
  }
  .page-tab--fr .page-tab__item--it::before {
    background: #CFEADC;
    display: block;
  }
  .page-tab--fr .page-tab__item--es::before {
    background: #F5DBDC;
    display: block;
  }
  .main-banner--lang {
    border-top-left-radius: 0;
  }
  .main-banner--lang .main-banner__content__img {
    right: -40px;
  }
  .lang-features {
    display: flex;
    flex-direction: column;
  }
  .lang-features .h4 {
    font-size: 14px;
  }
  .lang-features__item.card-1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
  }
  .advantages-section {
    flex-direction: column-reverse;
  }
  .advantages-section .h4 {
    font-size: 16px;
  }
  .advantages-image {
    width: 100%;
    height: 167px;
    max-width: unset;
  }
  .advantages-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tab {
    white-space: normal;
    line-height: 1.3;
  }
  .lang-features__img {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .lang-features__img img {
    min-width: 70px;
  }
  .main-banner--kids {
    height: auto;
    padding-bottom: 0;
  }
  .main-banner--kids .main-banner__content__body {
    text-align: center;
  }
  .main-banner--kids .main-banner__content__body .title {
    font-size: 20px;
  }
  .main-banner--kids .main-banner__content__body .description {
    width: 85%;
  }
  .main-banner--kids .main-banner__content__body .description br {
    display: none;
  }
  .main-banner--kids .main-banner__content__body .description {
    margin-inline: auto;
  }
  .main-banner--kids .main-banner__content__img {
    position: relative;
  }
  .main-banner--kids .main-banner__content {
    flex-direction: column;
  }
  .page-switcher {
    overflow-x: auto;
  }
  .appointment-form .btn {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .appointment-form .feedback-modal__left {
    display: block;
    padding: 15px 0 0 0;
  }
  .appointment-form .modal-title {
    font-size: 16px;
  }
  .appointment-form .feedback-modal__left .feedback-modal__description {
    max-width: 85%;
  }
  .spoken-features .h4,
  .feature .h4 {
    font-size: 14px;
  }
  .features-col-3,
  .features-grid-2-col,
  .features-col-2 {
    grid-template-columns: 1fr;
  }
  .features__img--right img {
    max-width: 70%;
  }
  .mobile-app {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 16px;
  }
  .mobile-app__img {
    max-width: 250px;
    display: block;
    margin: 0 auto 10px;
  }
  .mobile-app .apps__icons {
    flex-direction: row;
  }
  .mobile-app .apps__icons img {
    width: 120px;
    height: auto;
  }
  .not-found-block {
    display: block;
    background: transparent;
    padding: 0;
  }
  .not-found-block .h4 {
    padding: 20px 0;
  }
  .not-found-block ul {
    padding: 0 30px;
    margin-top: 0;
    line-height: 1.4;
  }
  .not-found__left {
    background: #F3F1E5;
    text-align: center;
    padding: 20px;
  }
  .footer-app {
    padding: 20px;
  }
  .footer-app .stores img {
    width: 120px;
    height: 41px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-app__text {
    margin-bottom: 25px;
  }
  .footer-app__text {
    font-weight: 400;
  }
  .social-item {
    margin-top: 20px;
  }
  .social-item__title {
    margin-bottom: 15px;
  }
  .footer__copyright {
    padding-bottom: 40px;
  }
  .thanks-modal__caption {
    flex-direction: column-reverse;
  }
  .thanks-modal__caption__right img {
    width: 70px;
  }
  .course-info-block p:last-child {
    margin-top: 0;
  }
  .feature.goals {
    flex-direction: column-reverse;
    gap: 0;
  }
  .features-goals-col {
    width: 100%;
  }
  .feature-goals-col-2 {
    grid-template-columns: 1fr;
  }
  .feature.goals .h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1em;
  }
  .feedback-modal__left--text {
    display: block;
    background: #fff;
  }
  .feedback-modal__content {
    flex-direction: column-reverse;
  }
  .submenu .submenu {
    font-size: 14px;
  }
  .first-screen {
    padding: 15px 0;
  }
  .first-screen__left > div.show-on-phone {
    display: flex !important;
    flex-grow: 1;
    align-items: center;
  }
  .main-banner--corporate .main-banner__content__img {
    right: -30px;
    width: 300px;
  }
  .lang-list .lang__icon {
    width: 32px;
    line-height: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .lang-list .lang__name {
    display: none;
  }
  .who-is-for--corporate .quick-start-features__item--lg {
    flex-direction: column;
  }
  .who-is-for--corporate .quick-start-features__item--lg img {
    display: none;
  }
  .who-is-for--corporate__row,
  .partner-about-us__item__body,
  .format__list,
  .contract-format-item,
  .contract-format-item__content {
    flex-direction: column;
  }
  .partner-about-us__logo img {
    max-width: 70%;
  }
  .we-work .teachers__options__wrapper {
    padding-inline: 0;
  }
  .we-work .teachers__options__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .format__row {
    flex-direction: column;
  }
  .format__row__left {
    width: 100%;
    text-align: center;
  }
  .format__row__left br {
    display: none;
  }
  .contract-format-item,
  .contract-format-item__content {
    align-items: start;
  }
  .contract-format-item__content {
    padding-inline: 15px;
    padding-bottom: 15px;
  }
  .contract-format-item__label {
    width: auto;
    border-radius: 10px;
    padding: 11px 15px;
  }
  .contract-format-item__label br {
    display: none;
  }
  .quality-row {
    grid-template-columns: 1fr;
  }
  .quality-row__item {
    padding: 10px 15px;
  }
  .quality-row__item .h4 {
    font-size: 14px;
  }
  .quality-row__item .h4 br {
    display: none;
  }
  .process-steps,
  .process-steps-decor {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .process-steps-wrapper {
    display: flex;
    gap: 20px;
  }
  .process-steps-decor::before {
    height: 100%;
    width: 2px;
    top: 0;
    left: calc(50% - 1px);
  }
  .process-steps__item {
    height: 100px;
    position: relative;
    top: -8px;
  }
  .process-steps-decor__item::before {
    width: 19px;
    height: 19px;
  }
  .process-steps-decor__item:first-child::after {
    display: none;
  }
  .process-steps-decor__item:last-child::after {
    content: "";
    width: 4px;
    background: #fff;
    height: 100%;
    position: absolute;
    right: calc(50% - 2px);
    top: 0;
  }
  .control-system .subtitle {
    padding-left: 0;
    text-align: center;
  }
  .control-system__img {
    margin-top: 0;
  }
  .main-banner--students .main-banner__content {
    min-height: 300px;
    align-items: flex-start;
  }
  .main-banner--students .main-banner__content__img {
    top: auto;
    right: -40px;
    bottom: -20px;
    width: 350px;
  }
  .schedule-item {
    display: grid;
    grid-template-areas: "date course" "date topic" "date button";
    grid-template-columns: 70px 1fr;
    align-items: flex-start;
    grid-template-rows: auto auto auto;
    gap: 10px;
    overflow: hidden;
    border: none !important;
    padding: 20px 10px;
    align-items: start;
  }
  .schedule-cell:nth-child(1) { /* course-info */
    grid-area: course;
  }
  .schedule-cell:nth-child(2) { /* flag - скрываем */
    display: none;
  }
  .schedule-cell:nth-child(3) { /* topic-info */
    grid-area: topic;
  }
  .schedule-cell:nth-child(4) { /* date + time */
    grid-area: date;
    font-size: 14px;
    color: #404041;
    line-height: 1.2;
  }
  .schedule-cell:nth-child(5),
  .schedule-cell:nth-child(6) { /* hide online */
    display: none;
  }
  .schedule-cell:nth-child(7) { /* button */
    grid-area: button;
    text-align: left !important;
  }
  .schedule-cell:nth-child(7) .btn {
    min-width: 160px;
  }
  .page-switcher.tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .page-switcher.tabs a:first-child {
    border-radius: 10px 0 0 10px;
  }
  .page-switcher.tabs a:last-child {
    border-radius: 0 10px 10px 0;
  }
  .subtitle {
    font-size: 14px;
    line-height: 1.3;
  }
  .subscription-form,
  .subscription-form__right,
  .subscription-form__right form {
    flex-direction: column;
    width: 100%;
  }
  .subscription-form__left,
  .practice__right,
  .practice__left {
    width: 100%;
  }
  .subscription-form__right .btn {
    order: 5;
  }
  .subscription-form__right .agreement {
    margin: 20px 0;
  }
  .subscription-form {
    gap: 20px;
  }
  .subscription-form__right form {
    max-width: 250px;
    margin: 0 auto;
  }
  .practice__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .practice-for-all-level .block-title {
    margin-bottom: 20px;
  }
  .practice-for-all-level .block-title .red {
    display: block;
  }
}
@media (max-width: 480px) {
  .options--4-cols,
  .options--3-cols {
    grid-template-columns: 1fr;
  }
  .main-banner--goals .main-banner__content__body .description {
    max-width: 220px;
    font-size: 13px;
  }
  .main-banner--corporate .main-banner__content__img {
    width: 175px;
  }
  .main-banner--partner .main-banner__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .main-banner--partner .main-banner__content__body .description {
    margin-left: auto;
    margin-right: auto;
  }
  .main-banner--partner {
    margin-top: 0;
  }
}
@media (max-width: 380px) {
  .main-banner--students .main-banner__content__img {
    width: 280px;
  }
}
/* End */


/* Start:/local/templates/alibra_v3/css/blog.css?175654011826014*/
.blog-list {
    font-family: "Montserrat", serif;
}
.default-filter {
    width: 100%;
    font-size: 0;
    text-align: left;
}
.default-filter--solid {
    margin-bottom: 2.5rem;
    white-space: nowrap;
    overflow: auto;
}
.default-filter--solid .default-filter__element:not(:last-child) {
    margin-right: 0;
}
.default-filter--solid .default-filter__element {
    display: inline-block;
    vertical-align: top;
    margin-top: 1rem;
}

.default-filter--solid .default-filter__element .button._active, .default-filter--solid .default-filter__element .button--active,
.default-filter--solid .default-filter__element .button:hover {
    color: #ffffff;
    background-color: #eb1e32;
    border-color: #eb1e32;
}
.button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding: 1.4rem 3rem 1.5rem;
    color: #414141;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    line-height: normal;
    background: #ffe650;
    border: 1px solid #ffe650;
    cursor: pointer;
    border-radius: 0.4rem;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.default-filter--solid .default-filter__element .button--bordered-grey {
    color: #414141;
}
.default-filter--solid .default-filter__element .button {
    font-family: "MuseoSansCyrl-300", sans-serif;
    border-radius: 0;
}
.button--s {
    padding: .9rem 2rem 1rem;
}
.button--bordered-grey {
    color: #eb1e32;
    background-color: #ffffff;
    border-color: #e0e0e0;
}
.default-filter--solid .default-filter__element .button._active, .default-filter--solid .default-filter__element .button--active {
    color: #ffffff;
    background-color: #eb1e32;
    border-color: #eb1e32;
}
.blog-list__array {
    width: auto;
    min-width: 100%;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    font-size: 0;
}
.blog-element {
    width: 100%;
    height: 39rem;
    background-color: #ffffff;
    border-radius: max(25px, 4rem);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
    outline: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
}
.blog-list__array .blog-element, .blog-list__array .inline-banner--type-2 {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 3rem);
    margin: 1.5rem;
}
.blog-element__image {
    position: relative;
    height: 20rem;
}
.blog-element__image-link {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
    border-bottom: 0;
    outline: 0;
}
.blog-element__image-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(235, 30, 50, 0.05);
    z-index: 1;
}
.blog-element__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}
.blog-element__details {
    position: relative;
    height: 19rem;
    padding: 4.6rem 3rem 7rem 3rem;
}
.blog-element__details > *:first-child {
    margin-top: 0;
}
.blog-element__heading {
    max-height: 8.7rem;
    margin: 0;
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 1.7rem;
    line-height: 2.9rem;
    overflow: hidden;
}
.blog-element__link {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    border-bottom: 0;
    outline: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.blog-element__link:hover {
    color: #EB1E32;
}
.blog-element__features {
    position: absolute;
    left: 0;
    bottom: 3rem;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 0;
}
.blog-element__features > *:not(:last-child) {
    margin-right: 2rem;
}
.blog-element__tag, .blog-element__date {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
}
.blog-element__tag-link {
    display: block;
    height: 3rem;
    text-decoration: none;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #ffffff;
    background: #EB1E32;
    line-height: 2.6rem;
    border: 1px solid #EB1E32;
    border-radius: 7px;
    outline: 0;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.blog-element__tag-link:hover {
    opacity: 0.8;
}
.blog-element__date {
    color: #828282;
    line-height: normal;
    border-bottom: 0;
}
.pagination {
    width: 100%;
    margin-top: 3.5rem;
    font-size: 0;
}
.pagination__element:not(:last-child) {
    margin-right: 1rem;
}
.pagination__element {
    display: inline-block;
    vertical-align: top;
}
.pagination__link._current {
    pointer-events: none;
}
.pagination__link._current, .pagination__link:hover {
    color: #eb1e32;
    border: 0.1rem solid #eb1e32;
}
.pagination__link {
    display: inline-block;
    vertical-align: top;
    min-width: 4rem;
    height: 4rem;
    color: #414141;
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.8rem;
    background-color: #ffffff;
    border: 0.1rem solid #e0e0e0;
    border-radius: 0.4rem;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.page__heading {
    width: auto;
    margin: 0;
    padding-right: 2rem;
    font-weight: 600;
    margin-bottom: max(10px, 2rem);
}
.page__header-date {
    width: 100%;
    margin: max(5px, 1.5rem) 0;
    font-size: max(14px, 1.8rem);
    line-height: 1.2;
    font-weight: 500;
}
.page__header .social-share {
    width: 100%;
    margin-top: max(15px, 2rem);
}
.page--with-aside .page__content {
    width: 60%;
    padding-right: 3rem;
    width: 100%;
}
.page__aside {
    width: 35%;
    display: none;
}
.page__content {
    width: 100%;
}
.page__content p:not(:last-child) {
    margin-bottom: max(10px, 1.5rem);
}
.page__content img {
    display: inline-block;
    vertical-align: top;
    /*width: auto;
    max-width: 100%;*/
    height: auto;
    border: 0;
    border-radius: max(15px, 4rem);
}
.page__header {
    display: flex;
    width: 100%;
    margin-bottom: max(15px, 3rem);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page__content p{
    font-size: max(1.8rem, 14px);
    line-height: 1.4;
}
.page--with-aside > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1240px;
}
.default-form--dark {
    padding: 4rem 3rem;
    background-color: #f5f7f9;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
}
.default-form--text-center h2, .default-form--text-center .h2, .default-form--text-center h3, .default-form--text-center .h3, .default-form--text-center h4, .default-form--text-center .h4, .default-form--text-center h5, .default-form--text-center .h5, .default-form--text-center h6, .default-form--text-center .h6, .default-form--text-center p {
    text-align: center;
}
.default-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.default-form__group:not(:last-child) {
    margin-bottom: 2rem;
}

.default-form__group--offset-top {
    margin-top: 4rem;
}
.input {
    position: relative;
    width: 100%;
}
.page__aside .input input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="submit"]) {
    display: block;
    width: 100%;
    height: 5rem;
    padding: 0 5rem 0 1.5rem;
    font-family: "MuseoSansCyrl-300", sans-serif;
    font-size: 1.6rem;
    background: #ffffff;
    border: 0.1rem solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.4rem;
    outline: 0;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.default-form__element {
    width: 100%;
    font-size: 0;
}
.country-code {
    position: relative;
    width: 100%;
    z-index: 4;
}
.country-code__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: 100%;
    height: 5rem;
    background-color: #ffffff;
    border: 0.1rem solid #e5e5e5;
    border-radius: 0.4rem;
    overflow: hidden;
}
.country-code__select-control {
    width: 8rem;
    border-right: 0.1rem solid #e5e5e5;
}

.country-code__select-control, .country-code__select-input {
    height: 100%;
}
.country-code__select-button {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.country-code__select .flag-icon {
    width: 2.6rem;
    height: 1.6rem;
    background-size: cover;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.country-code__select-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.4rem;
    display: block;
    width: 1.2rem;
    height: .7rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI0NDA3OCAwLjI0NDA3OEMwLjU2OTUxNSAtMC4wODEzNTkzIDEuMDk3MTUgLTAuMDgxMzU5MyAxLjQyMjU5IDAuMjQ0MDc4TDUuODMzMzMgNC42NTQ4MkwxMC4yNDQxIDAuMjQ0MDc4QzEwLjU2OTUgLTAuMDgxMzU5MyAxMS4wOTcyIC0wLjA4MTM1OTMgMTEuNDIyNiAwLjI0NDA3OEMxMS43NDggMC41Njk1MTUgMTEuNzQ4IDEuMDk3MTUgMTEuNDIyNiAxLjQyMjU5TDYuNDIyNTkgNi40MjI1OUM2LjA5NzE1IDYuNzQ4MDMgNS41Njk1MiA2Ljc0ODAzIDUuMjQ0MDggNi40MjI1OUwwLjI0NDA3OCAxLjQyMjU5Qy0wLjA4MTM1OTMgMS4wOTcxNSAtMC4wODEzNTkzIDAuNTY5NTE1IDAuMjQ0MDc4IDAuMjQ0MDc4WiIgZmlsbD0iIzgyODI4MiIvPjwvc3ZnPg==) 0 0 no-repeat;
    background-size: cover;
    will-change: transform;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.country-code__select-input {
    display: flex;
    width: calc(100% - 8rem);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5rem;
}
.country-code__code {
    color: #414141;
    font-size: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.country-code__select-input input {
    display: block;
    width: 100%;
    height: 4.8rem;
    padding: 0 0 0 0.5rem;
    font-family: "MuseoSansCyrl-300", sans-serif;
    font-size: 1.6rem;
    background: #ffffff;
    border: 0.1rem solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    outline: 0;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 1.5rem;
}
.country-code__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: .2rem;
    padding-bottom: .2rem;
    background-color: #ffffff;
    border-left: 0.1rem solid #e5e5e5;
    border-right: 0.1rem solid #e5e5e5;
    border-bottom: 0.1rem solid #e5e5e5;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 2;
}
.scrollable-block {
    overflow-y: hidden;
    position: relative;
}
.country-code__array {
    position: relative;
    width: 100%;
    max-height: 24.5rem;
    padding-right: 1.7rem;
}
.country-code__element {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: 100%;
    height: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.4rem;
    padding-right: 1.6rem;
    border-bottom: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.country-code__element-icon {
    width: 2.6rem;
    height: 1.6rem;
    background-size: cover;
}
.flag-icon-ru {
    background-image: url(/local/templates/alibra_v3/css/../flags/4x3/ru.svg);
}
.country-code__element-value {
    max-width: calc(100% - 8.2rem);
    padding-left: 1rem;
    color: #414141;
    font-size: 1.3rem;
    line-height: 1.7rem;
}
.country-code__element-code {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    color: #828282;
    font-size: 1.3rem;
    line-height: 2.2rem;
    will-change: transform;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.default-form__group {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.default-form__group--control {
    margin-top: 4rem;
}
.default-form__group--control .button {
    min-width: 150px;
}

.button--100, .button._100 {
    width: 100%;
    text-align: center;
}
.button--red {
    color: #ffffff;
    background-color: #EB1E32;
    border-color: #EB1E32;
}
.input__clear {
    display: none;
}
.section--blog {
    padding-top: 9rem;
    padding-bottom: 5rem;
    background-color: #f5f7f9;
    overflow: hidden;
    display: none;
}
.section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 3.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section__body {
    width: 100%;
}
.blog-carousel {
    position: relative;
    width: 100%;
}
.blog-carousel .slick-arrow {
    position: absolute;
    top: -9rem;
    width: 5rem;
    height: 5rem;
    font-size: 0;
    text-align: center;
    background-color: #eb1e32;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.blog-carousel .slick-disabled {
    background-color: transparent;
}

.blog-carousel .slick-prev {
    right: 5.5rem;
    left: auto;
}
.blog-element__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}
.blog-list__array .inline-banner__link{
    display: block;
    font-size: inherit;
}
.blog-list__array .inline-banner__link .button {
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: max(25px, 4rem);
}
.blog-list__array .inline-banner__link .button:hover {
    opacity: 0.8;
}
.inline-banner__link .button .i._youtube,
.inline-banner__link .button .i._blank-link {
    width: 40px;
    height: 40px;
}
.default-filter--solid .default-filter__element .button--bordered-grey {
    color: #fff;
}
.default-filter--solid .default-filter__element .button._active, .default-filter--solid .default-filter__element .button--active {
    color: #eb1e32;
    background-color: #fff;
    border-color: currentColor;
}
.pagination {
    gap: 10px;
}
.blog-content table {
    border: 1px solid #E0E0E0
}
.blog-content table td {
    border-bottom: 1px solid #E0E0E0;
    padding: 3px 10px; 
}
.blog-content table td:not(:last-child) {
    border-right: 1px solid #E0E0E0;;
}
.blog-content ul, .blog-content  ol {
    padding-left: 1em;
    margin-bottom: 20px;

}
.blog-content li {
    font-size: max(1.8rem, 14px);
    line-height: 1.4;
}
.blog-content  ul li {
    list-style-type: disc;
}
.blog-content ol li {
    list-style-type: decimal;
}
.blog-content ul li:not(:last-child) {
    margin-bottom: 10px;
}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5 {
    margin-bottom: max(15px, .5em);
}
.blog-content  p + h1, .blog-content  p + h2, .blog-content  p + h3, .blog-content p + h4 {
    margin-top: 30px;
}
.blog-content p a {
    text-decoration: underline;
    font-style: italic;
}
.blog-content p a:hover {
    text-decoration: none;
}
.section--blog {
    display: block !important;
}
.blog-carousel {
    position: relative;
    width: 100%;
}
.blog-carousel__element {
    width: 35rem;
    outline: 0;
}
.blog-carousel__element:not(:last-child) {
    margin-right: 1rem;
}

.blog-carousel--hidden {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.blog-carousel .slick-list {
    overflow: visible;
}

.blog-carousel .slick-arrow {
    position: absolute;
    top: -9rem;
    width: 5rem;
    height: 5rem;
    font-size: 0;
    text-align: center;
    background-color: #eb1e32;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.blog-carousel .slick-arrow .i {
    width: 2.4rem;
    height: 2.4rem;
    fill: #ffffff;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.blog-carousel .slick-prev {
    right: 5.5rem;
}

.blog-carousel .slick-next {
    right: 0;
}

.blog-carousel .slick-disabled {
    background-color: transparent;
}

.blog-carousel .slick-disabled .i {
    fill: #828282;
}

.blog-carousel .slick-dots {
    width: 100%;
    margin: 5.3rem 0 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    text-align: center;
    position: relative;
    bottom: 0;
}

.blog-carousel .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 7.9rem;
    padding: 0;
}

.blog-carousel .slick-dots li::before {
    display: none;
}

.blog-carousel .slick-dots li:not(:last-of-type) {
    margin-right: 1.5rem;
    margin-bottom: 0;
}

.blog-carousel .slick-dots li.slick-active button {
    background-color: #eb1e32;
}

.blog-carousel .slick-dots button {
    display: block;
    width: 100%;
    height: .6rem;
    padding: 0;
    background-color: #cad2d5;
    border-radius: 0.4rem;
    border: 0;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.blog-element {
    width: 100%;
    height: 39rem;
    background-color: #ffffff;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
    outline: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
}
.blog-element__image {
    position: relative;
    height: 20rem;
}

.blog-element__image-link {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
    border-bottom: 0;
    outline: 0;
}
.blog-element__image-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(235, 30, 50, 0.05);
    z-index: 1;
}
.blog-element__image-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 7rem;
    height: 7rem;
    padding-left: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.blog-element__image-play .i {
    width: 1.7rem;
    height: 2.24rem;
    fill: #eb1e32;
    vertical-align: top;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.blog-element__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}

.blog-element__image .media-controller {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
    z-index: 2;
}

.blog-element__details {
    position: relative;
    height: 19rem;
    padding: 4.6rem 3rem 7rem 3rem;
}

.blog-element__details > *:first-child {
    margin-top: 0;
}

.blog-element__heading {
    max-height: 8.7rem;
    margin: 0;
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 1.7rem;
    line-height: 2.9rem;
    overflow: hidden;
}

.blog-element__link {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    border-bottom: 0;
    outline: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.blog-element__link:hover {
    color: #eb1e32;
}

.blog-element__features {
    position: absolute;
    left: 0;
    bottom: 3rem;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 0;
}

.blog-element__features > *:not(:last-child) {
    margin-right: 2rem;
}

.blog-element__tag, .blog-element__date {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
}

.blog-element__tag-link {
    display: block;
    height: 3rem;
    text-decoration: none;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
    line-height: 3rem;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    outline: 0;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.blog-element__tag-link:hover {
    color: #ffffff;
    background-color: #eb1e32;
    border: 0.1rem solid #eb1e32;
}

.blog-element__date {
    color: #828282;
    line-height: normal;
    border-bottom: 0;
}

.blog-element:hover {
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-1.5rem);
    -ms-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
}

.blog-element:hover .blog-element__image-play {
    background-color: #eb1e32;
}

.blog-element:hover .blog-element__image-play .i {
    fill: #ffffff;
}
.slick-prev:before, .slick-next:before {
    display: none !important;
}
.section__more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    text-decoration: none;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #ffffff;
    background: #EB1E32;
    line-height: 1;
    border: 1px solid #EB1E32;
    border-radius: 7px;
    outline: 0;
    transition: all 0.1s linear;
}
.section__more-link svg {
    display: none;

}
@media(max-width: 1440px){
    .blog-list__array .blog-element, .blog-list__array .inline-banner--type-2 {
    width: calc(25% - 3rem);
}
}

@media(max-width: 767px) {
    .default-filter--solid {
        width: auto;
        min-width: 100%;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
        .default-filter--solid .default-filter__element:not(:last-child) {
        margin-bottom: 0;
    }
        .blog-list__array {
        margin-left: 0;
        margin-right: 0;
    }
        .blog-list__array .blog-element:not(:last-child), .blog-list__array .inline-banner--type-2:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .blog-list__array .blog-element {
        height: auto;
    }
    .blog-list__array .blog-element, .blog-list__array .inline-banner--type-2 {
        width: 100%;
        margin: 0;
    }
        .blog-list__array .blog-element__image, .blog-list__array .blog-element__details {
        height: auto;
    }
        .blog-list__array .blog-element__heading {
        max-height: initial;
    }
        .blog-element__features {
        bottom: 2.4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .blog-element__tag-link {
        height: auto;
        padding: 4px 1em;
        font-size: 12px;
    }

    .blog-element__heading {
        font-size: 14px;
        line-height: 1.4;
    }
    .button {
        font-size: 12px;
    }
    .button--s {
        padding: 8px 15px;
    }
    .blog-element__tag, .blog-element__date {
        font-size: 12px;
    }
    .blog-element__details {
        padding: 15px 10px 50px;
    }
    .pagination__link {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .blog-element,
    .blog-element__image,
    .blog-element__details {
        height: auto;
    }
    .blog-content table {
        table-layout: fixed;
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/alibra_v3/css/custom.css?17537828022113*/
.agree-block {
    display: flex;
    flex-direction: row;
}

.agree-block button {
    border: 0px
}

.agree-block__item {
    text-align: justify;
    margin: 5px;
}

.agree-block__item p {
    font-size: 15px;
    line-height: 30px;
}

.agree-block__item .button {
    font-size: 15px !important;
}

.alert-fz {
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 4.6rem 15px 20px;
    background: #000;
    color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.alert-fz a {
    color: #fff
}

.alert-fz a:hover {
    color: #fff
}

.alert-fz .alert-fz-close {
    position: absolute;
    z-index: 10;
    right: 2rem;
    top: .5rem;
    width: 1.6rem;
    height: 1.6rem;
    opacity: .5;
    cursor: pointer
}

.alert-fz .alert-fz-close:hover {
    opacity: 1
}

.alert-fz .alert-fz-close:before,
.alert-fz .alert-fz-close:after {
    position: absolute;
    top: 1.5rem;
    left: 0;
    content: '';
    display: block;
    height: .1rem;
    width: 1.6rem;
    background: #fff
}

.alert-fz .alert-fz-close:before {
    transform: rotate(45deg)
}

.alert-fz .alert-fz-close:after {
    transform: rotate(-45deg)
}

.alert-fz.alert-fz-light {
    background: #fff;
    color: #000
}

.alert-fz.alert-fz-light a {
    color: #000
}

.alert-fz.alert-fz-light a:hover {
    color: #000
}

.alert-fz.alert-fz-light .alert-fz-close:before,
.alert-fz.alert-fz-light .alert-fz-close:after {
    background: #000
}

.alert-fz.alert-fz-bottom {
    top: auto;
    bottom: 0
}

.alert-fz.alert-fz-popup {
    top: 2rem;
    left: auto;
    right: 5%;
    width: 30rem
}

.alert-fz.alert-fz-popup.alert-fz-bottom {
    top: auto;
    bottom: 2rem
}

@media (max-width: 480px) {
    .alert-fz.alert-fz-popup {
        top: 0;
        left: 0;
        right: 0;
        width: auto
    }

    .alert-fz.alert-fz-popup.alert-fz-bottom {
        top: auto;
        bottom: 0
    }

    .agree-block {
        flex-direction: column;
    }
}
/* End */


/* Start:/local/templates/alibra_v3/css/test.css?175405324229207*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-bg {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-container {
    padding: 0 !important;
}
.mfp-container, .mfp-content {
    cursor: pointer !important;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popup--apllication {
    max-width: 48rem;
}

.popup--440 {
    max-width: 44rem;
}
.popup {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background: #ffffff;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    cursor: auto;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.popup__close {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    width: 7rem !important;
    height: 7rem;
    padding: 0 !important;
    text-align: center !important;
    opacity: 1;
    border: 0;
    z-index: 1;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.popup--apllication .popup__inside {
    padding: 6rem;
}
.popup--440 .popup__inside {
    padding: 4rem;
}
.popup__inside {
    width: 100%;
}
.popup--apllication .popup__header {
    margin-bottom: 4rem;
}
.popup--440 .popup__header {
    margin-bottom: 1.5rem;
}
.popup__header {
    width: 100%;
    margin-bottom: 3rem;
}
.popup__heading.h2 {
    text-align: center;
}
.popup__heading {
    margin: 0;
    padding-bottom: 0;
    font-size: 2.4rem;
    line-height: normal;
}
.popup__header-text {
    margin-top: 1rem;
    text-align: center;
}
.popup__body {
    width: 100%;
}
.default-form {
    display: block;
}
.default-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.default-form__group:not(:last-child) {
    margin-bottom: 2rem;
}
.input {
    position: relative;
    width: 100%;
}
.input input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="submit"]) {
    display: block;
    width: 100%;
    height: 5rem;
    padding: 0 5rem 0 1.5rem;
    font-size: 1.6rem;
    background: #ffffff;
    border: 0.1rem solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.4rem;
    outline: 0;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.input__clear {
    position: absolute;
    top: .1rem;
    right: .1rem;
    display: block;
    width: 5rem;
    height: 4.8rem;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0.4rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 1;
}
button:not(disabled) {
    cursor: pointer;
}
.country-code {
    position: relative;
    width: 100%;
    z-index: 4;
}
.country-code__select {
    display: flex;
    width: 100%;
    height: 5rem;
    background-color: #ffffff;
    border: 0.1rem solid #e5e5e5;
    border-radius: 0.4rem;
    overflow: hidden;
}
.country-code__select-control {
    width: 8rem;
    border-right: 0.1rem solid #e5e5e5;
}
.country-code__select-control, .country-code__select-input {
    height: 100%;
}
.country-code__select-button {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.country-code__select .flag-icon {
    width: 2.6rem;
    height: 1.6rem;
    background-size: cover;
}
.flag-icon-ru {
    background-image: url(/local/templates/alibra_v3/css/../flags/4x3/ru.svg);
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.country-code__select-input {
    display: flex;
    width: calc(100% - 8rem);
    flex-wrap: wrap;
    align-items: center;
    padding-left: 1.5rem;
}
.country-code__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: .2rem;
    padding-bottom: .2rem;
    background-color: #ffffff;
    border-left: 0.1rem solid #e5e5e5;
    border-right: 0.1rem solid #e5e5e5;
    border-bottom: 0.1rem solid #e5e5e5;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 2;
}
.country-code__code {
    color: #414141;
    font-size: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.country-code__select-input input {
    display: block;
    width: 100%;
    height: 4.8rem;
    padding: 0 0 0 0.5rem;
    font-family: "MuseoSansCyrl-300", sans-serif;
    font-size: 1.6rem;
    background: #ffffff;
    border: 0.1rem solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    outline: 0;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 1.5rem;
}
.country-code__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: .2rem;
    padding-bottom: .2rem;
    background-color: #ffffff;
    border-left: 0.1rem solid #e5e5e5;
    border-right: 0.1rem solid #e5e5e5;
    border-bottom: 0.1rem solid #e5e5e5;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 2;
}
.country-code__array {
    position: relative;
    width: 100%;
    max-height: 24.5rem;
    padding-right: 1.7rem;
}

.scrollable-block {
    overflow-y: hidden;
    position: relative;
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
.country-code__element {
    position: relative;
    display: flex;
    width: 100%;
    height: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 1.4rem;
    padding-right: 1.6rem;
    border-bottom: 0;
    cursor: pointer;
    transition: all 0.2s linear;
}
.control {
    display: inline-block;
    vertical-align: top;
}
.control__label {
    position: relative;
    display: block;
    cursor: default;
}
.control__input {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    z-index: 0;
}
.control__container {
    display: block;
    font-size: 0;
    cursor: pointer;
}
.control__checkbox {
    border-radius: .2rem;
}
.control__checkbox, .control__radio {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #ffffff;
    border: 0.1rem solid #e0e0e0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.control__checkbox, .control__radio, .control__value {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.control__checkbox::before {
    width: 1.4rem;
    height: 1rem;
    background: url(/local/templates/alibra_v3/css/../images/svg_icons/check-white.svg) 0 0 no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.control__checkbox::before, .control__radio::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}



.languages-filter {
    width: 100%;
    text-align: center;
}
.languages-filter .container {
    display: block;
    font-size: 0;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}
.languages-filter__element {
    display: inline-block;
    vertical-align: top;
    height: 11rem;
}
.languages-filter__element:not(:last-child) {
    margin-right: 5.5rem;
}
.languages-filter__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #414141;
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 1.7rem;
    line-height: 2rem;
    border-bottom: 0;
    transition: all 0.2s linear;
}
.languages-filter__link:hover, .languages-filter__link._active {
    color: #eb1e32
}
.languages-filter__link .value {
    display: block;
    width: 100%;
}
span.value {
    color: inherit;
    font-size: inherit;
}
.languages-filter__link img {
    display: block;
    width: 3.5rem;
    height: 2.4rem;
    margin: 0 auto 1rem;
    border-radius: 0.4rem;
}
.courses-carousel {
    position: relative;
    width: auto;
    min-width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: max(40px, 10rem);
}
.courses-carousel__element {
    width: calc(25% - 20px);
    outline: 0;
}
.course-element {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #F1F3F5;
    border-radius: 25px;
    transition: all 0.2s linear;
}
.course-element__link {
    display: block;
    height: 100%;
    text-decoration: none;
    padding: max(30px, 3rem) max(35px, 4rem) 13.5rem;
    color: #414141;
    border-bottom: 0;
    outline: 0;
}
.course-element__label {
    max-height: none;
    margin-bottom: .7rem;
    font-size: max(14px, 1.6rem);
    font-weight: 500;
    line-height: normal;
}
.course-element--brief .course-element__heading{
    font-size: max(18px, 2.5rem);
    line-height: normal;
    margin-bottom: 0;
    font-weight: 600;
}
.course-element__control {
    position: absolute;
    bottom: 4rem;
    left: 0;
    padding-left: 5rem;
    padding-right: 4.4rem;
    font-size: 0;
    z-index: 1;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    width: auto;
    font-size: max(1.8rem, 13px);
    height: max(4rem, 30px);
    padding: 0 1em;
    color: #fff;
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: max(1.8rem, 13px);
    text-align: center;
    text-decoration: none;
    line-height: normal;
    background: #db1c2f;
    border: 1px solid #db1c2f;
    cursor: pointer;
    border-radius: 7px;
    outline: 0;
    transition: all 0.2s linear;
}
.course-element__control .button {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    vertical-align: middle;
}
.button--bordered-red:hover, .button--bordered-red:focus {
    color: #ffffff;
    background-color: #db1c2f;
    border-color: #db1c2f;
}
.course-element__control-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2rem;
    color: #414141;
    font-size: 1.6rem;
    text-decoration: none;
    border-bottom: 0;
    outline: 0;
}
.section__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 3.6rem;
}
.section__heading {
    width: auto;
    margin: 0;
    line-height: normal;
    font-weight: 500;
}
.testing-body__form {
    width: 65.5rem;
}
.testing-body__desc {
    width: calc(100% - 67rem);
    padding-left: 4rem;
}
.testing-body__form, .testing-body__desc {
    display: inline-block;
    vertical-align: top;
}
.default-form--white {
    padding: 4rem;
    background-color: #ffffff;
    border: 0.1rem solid #e5e5e5;
    border-radius: 0.4rem;
}
.default-form__section:not(:last-child) {
    margin-bottom: 4rem;
}
.default-form__section {
    width: 100%;
}
.default-form__element {
    width: 100%;
}
.default-form__element--50 {
    width: calc(50% - 1.5rem);
}
a.view-tumbler__element {
    border-bottom: none;
}
.view-tumbler__element {
    position: relative;
    display: inline-block;
    width: auto;
    cursor: pointer;
    vertical-align: top;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
div.view-tumbler__element .view-tumbler__element-container, .view-tumbler__element._active .view-tumbler__element-container {
    color: #ffffff;
    background-color: #eb1e32;
    border-color: #eb1e32;
}
.view-tumbler__element:last-child .view-tumbler__element-container {
    border-left: 0;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
}
.view-tumbler__element:first-child .view-tumbler__element-container {
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}
.view-tumbler__element-container {
    display: block;
    height: 5rem;
    padding-left: max(10px, 2rem);
    padding-right: max(10px, 2rem);
    color: #000000;
    text-align: center;
    font-size: max(12px, 1.6rem);
    background-color: #ffffff;
    border: 0.1rem solid #e0e0e0;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.default-tabs__body._active {
    display: block;
    opacity: 1;
    pointer-events: all;
}
.default-tabs__body {
    display: none;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.select {
    display: block;
    width: 100%;
}
.select .jq-selectbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #414141;
    font-size: max(14px, 1.8rem);
    cursor: pointer;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-top: 10px;
}
.select select {
    display: none;
}
.select .jq-selectbox__select {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 0 20px;
}
.selectbox__select {
    padding-left: 5.5rem;
    background-size: 2.5rem 1.7rem;
    background-position: 2rem 1.6rem;
    background-repeat: no-repeat;
}
.select .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
    background: transparent;
}
.select .jq-selectbox__trigger-arrow {
        position: absolute;
        top: 1.8rem;
        right: 2.2rem;
        width: .8rem;
        height: .8rem;
        border-right: 0.1rem solid #eb1e32;
        border-bottom: 0.1rem solid #eb1e32;
        will-change: transform;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
}
.select .jq-selectbox__dropdown {
    position: absolute;
    top: 100%;
    left: -.2rem;
    width: calc(100% + .4rem) !important;
    margin-top: .2rem;
    padding: 0;
    background-color: #ffffff;
    border: 0.1rem solid #e0e0e0;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.select .jq-selectbox__dropdown ul{
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 35rem;
    overflow: auto;
}
.select--flags .jq-selectbox__dropdown ul li {
    position: relative;
    padding: 1.15rem 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.select .jq-selectbox__dropdown ul li.sel, .select .jq-selectbox__dropdown ul li:hover{
        color: #ffffff;
    background-color: #eb1e32;
}
.levels-list {
    width: 100%;
}
.levels-list__element:not(:last-child) {
    margin-bottom: max(10px, 2rem);
}

.levels-list__element {
    color: #414141;
    font-size: max(12px, 1.8rem);
    line-height: 1.3;
}
.levels-list__level {
    color: #eb1e32;
    font-family: "MuseoSansCyrl-900", sans-serif;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tooltip-link {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    margin-top: -.2rem;
    margin-left: 1rem;
    color: #bdbdbd;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8rem;
    border: 0.1rem solid #bdbdbd;
    border-radius: 50%;
}
.our-courses .badge {
    margin-bottom: 1rem;
}
.section__header h5{
    font-weight: 500;
    font-size: max(14px, 1.8rem);
    margin-top: 1em;
}
.section--dark .section__body{
    background-color: #E7E7E7;
    border-radius: max(15px, 4rem);
    padding: max(30px, 3rem) max(35px, 4rem);
}
.testing-body .default-form__element{
    font-size: max(14px, 1.6rem);
}
.testing-progress__value {
    font-weight: 600;
    font-size: max(16px, 2.4rem);
}
.testing-progress {
    display: flex; 
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
}
.testing-progress__bar {
    width: 100%;
    height: 10px;
    margin-top: 10px;
    background: #d9d9d9;
    border-radius: 25px;
    position: relative;
}
.testing-progress__bar-value {
    position: absolute;
    left: 0;
    height: 100%;
    background: #eb1d32;
    border-radius: 25px;
    transition: width 0.6s ease;
}
.testing-question {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 1em;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}
.testing-body {
    display: flex;
    flex-direction: column-reverse;
}
.testing-body .testing-body__form{
    width: 100%;
}
.testing-body  .testing-body__desc {
    width: 100%;
    padding-left: 0;
    /* padding-bottom: 25px; */
    /* margin-bottom: 25px; */
    margin-top: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, .5); */
}
.testing-body__desc .list-title {
    background: transparent;
    color: #000;
    padding: 0;
    font-weight: 600;
    font-size: max(16px, 2rem);
    line-height: 1.3;
    margin-bottom: .5em;
}
.testing-body__desc .styled-list{
    list-style-type: disc;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.4;
    font-size: max(12px, 1.6rem);   
}
.testing-body__desc .styled-list li {
    list-style-type: inherit;
}
.testing-message__value{
    font-size: max(20px, 3.4rem);
    font-weight: 600;
    text-align: center;
}
.section {
    margin-bottom: max(30px, 5rem);
}


@media(max-width: 1240px) {
    .courses-carousel__element {
        width: calc(33% - 20px);
    }
    .languages-filter__element {
        height: 50px;
    }
    .languages-filter__link {
        font-size: 14px;
        line-height: 1;
    }
    .languages-filter__link img {
        width: 30px;
        height: 30px;
        border-radius: 5px;
    }
    .languages-filter {
        margin-bottom: 40px;
    }
    .course-element {
        border-radius: 15px;
    }
     .section__heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .section__header br {
        display: none;
    }
}
@media(max-width: 768px) {
    .courses-carousel__element {
        width: calc(50% - 20px);
    }
}
@media(max-width: 767px) {
    .courses-carousel {
        flex-wrap: nowrap;
        width: 100%;
        overflow-y: auto;
    }
    .courses-carousel__element {
        flex: none;
        width: 310px;
    }
    .course-element__link {
        padding: max(20px, 3rem) max(22px, 4rem) 13.5rem;
    }
    .button {
        font-size: 14px;
    }
    .section__header p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }
    .testing-body__form, .testing-body__desc {
        width: 100%;
        margin-top: 20px;
    }
    .view-tumbler__element-container {
        display: inline-flex;
        align-items: center;
        padding: 0 5px;
        height: 25px;
    }
    .view-tumbler__element:first-child .view-tumbler__element-container {
        border-radius: 3px;
    }
    .default-form--white {
        border-radius: 10px;
    }
    .default-form__group--control .button {
        width: 100%;
        height: 40px;
        border-radius: 10px;
    }
    .select .jq-selectbox__trigger{
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .select .jq-selectbox__trigger-arrow {
        position: static;
        display: block;
        width: 8px;
        height: 8px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }
    .select--flags .jq-selectbox__dropdown ul li {
        font-size: 12px;
        padding: 10px;
    }
    .levels-list__level{
        font-size: 16px;
        font-weight: 600;
    }
    .section--dark .section__body {
        padding: 20px;
    }
    .testing-question {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/alibra_v3/components/deslab/form.feedback_test_new/lead-modal-upgrade/style.css?1755071878746*/
.popup__heading {
    /*font-size: 5.4rem !important;*/
}

.wide_form {
    max-width: 96rem !important;
    display: flex;
}

.popup__inside_text {
    width: 96rem;
    padding-right: 0px !important;
}

@media only screen and (max-width: 599px) {
    .popup__inside_text {
        display:none !important;
    }
}

.text-bloks {
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-around;
}

.text-item {
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.text-item__image img {
    max-width: none !important; 
}

.text-item__text {
    font-size: 2rem !important;
    margin-left: 30px;
}
.btn--red:disabled {
    background: #eb1e3e6b;
}

/* End */
/* /local/templates/alibra_v3/css/style.css?1756366846145141 */
/* /local/templates/alibra_v3/css/blog.css?175654011826014 */
/* /local/templates/alibra_v3/css/custom.css?17537828022113 */
/* /local/templates/alibra_v3/css/test.css?175405324229207 */
/* /local/templates/alibra_v3/components/deslab/form.feedback_test_new/lead-modal-upgrade/style.css?1755071878746 */
