@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("AvenirNextCyr-Bold.eot");
  src: url("../fonts/AvenirNextCyr-Bold.woff") format("woff"), url("../fonts/AvenirNextCyr-Bold.eot") format("eot");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/AvenirNextCyr-Heavy.eot");
  src: local("Avenir Next Cyr Heavy"), local("AvenirNextCyr-Heavy"), url("../fonts/AvenirNextCyr-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Heavy.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Heavy.woff") format("woff"), url("../fonts/AvenirNextCyr-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/AvenirNextCyr-Medium.eot");
  src: local("Avenir Next Cyr Medium"), local("AvenirNextCyr-Medium"), url("../fonts/AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Medium.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Medium.woff") format("woff"), url("../fonts/AvenirNextCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/AvenirNextCyr-Regular.eot");
  src: local("Avenir Next Cyr Regular"), local("AvenirNextCyr-Regular"), url("../fonts/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Regular.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Regular.woff") format("woff"), url("../fonts/AvenirNextCyr-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

body {
  line-height: 1;
}

ol,
ul {
  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;
}

button,
input {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

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

body {
  font-family: Avenir Next Cyr;
  background-color: #161410;
}

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

.section {
  margin-top: 32px;
}

.btn {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 43px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8EACF), to(#EBCFA5));
  background: -o-linear-gradient(top, #F8EACF 0%, #EBCFA5 100%);
  background: linear-gradient(180deg, #F8EACF 0%, #EBCFA5 100%);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px #eed5ae99;
  box-shadow: 0px 0px 10px 0px #eed5ae99;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  font-weight: 300;
  text-decoration: none;
}

.btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #EED5AE;
  box-shadow: 0px 0px 10px 0px #EED5AE;
}

.btn-2 {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 43px;
  border-radius: 10px;
  border: 1px solid #EED6B0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(238, 213, 174, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(238, 213, 174, 0.6);
  font-weight: 300;
  text-decoration: none;
}

h1 {
  text-shadow: 1px 3px 5px #72727233;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #EED6B0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h2 {
  margin-bottom: 16px;
  color: #E4E4E4;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

h3 {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.accordion__icon {
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #EED6B0;
  position: relative;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.accordion__icon::after {
  content: "";
  position: absolute;
  top: -7.5px;
  left: 7.5px;
  height: 16px;
  width: 1px;
  background-color: #EED6B0;
  border-radius: 10px;
}

.faq-item {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 0;
  color: #E4E4E4;
  line-height: normal;
}

p {
  color: #E4E4E4;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header {
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.active-header {
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
}

.fixed {
  position: fixed;
  z-index: 800;
  transform: translateY(-100%);
  animation: slideDown 0.4s forwards;
  padding: 20px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header__logo {
  width: 60px;
  height: 80px;
  z-index: 100;
}

.header__logo img {
  width: 100%;
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header__hamburger-inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:
    linear-gradient(#262421, #262421) padding-box,
    linear-gradient(180deg, rgba(248, 234, 207, 1) 0%, rgba(235, 207, 165, 1) 100%) border-box;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
  z-index: 100;
}

.header__hamburger-inner:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #eed5ae99;
  box-shadow: 0px 0px 10px 0px #eed5ae99;
}

.header__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 12px;
  position: relative;
}

.header__hamburger span {
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 5px;
  display: block;
}

.header__hamburger::after,
.header__hamburger::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 5px;
  transition: 0.3s ease;
}

.header__hamburger::after {
  bottom: 0;
}

.header__hamburger::before {
  top: 0;
}

.active-hamburger span {
  transform: scale(0);
}

.active-hamburger .header__hamburger::after {
  bottom: 5px;
  transform: rotate(45deg);
}

.active-hamburger .header__hamburger::before {
  top: 5px;
  transform: rotate(-45deg);
}

.header__menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background: #13120D;
  background: linear-gradient(90deg, rgba(19, 18, 13, 1) 0%, rgba(29, 24, 21, 1) 50%, rgba(19, 18, 13, 1) 100%);
  left: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 10;
  padding-top: 92px;
  transform: translateX(120%);
  transition: transform 0.3s ease;
  z-index: -1;
}

.header__menu nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: max-content;
}

.header__menu nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

.menu__btn {
  cursor: pointer;
  margin-top: 32px;
}

.menu__socials {
  margin-top: 32px;
}

.active-menu {
  transform: translateX(0);
  z-index: 0;
}

.banner {
  background-image: url("../img/main-bg_mobile.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  /* fallback для десктопа */
  height: calc(var(--vh, 1vh) * 100);
  /* реальная высота для iOS */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner__body {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-areas: "a1 a1"
    "a2 a3";
  gap: 15px;
  margin-bottom: 75px !important;
}

.banner__item {
  text-align: center;
  padding: 8px;
  border-radius: 10px;
  border: 0.5px solid rgba(221, 211, 178, 0.25);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: default;
}

.banner__item:nth-child(1) {
  padding: 21px;
  grid-area: a1;
}

.banner__item:nth-child(2) {
  grid-area: a2;
}

.banner__item:nth-child(3) {
  grid-area: a3;
}

.banner__item-subtitle {
  width: 254px;
  margin: 0 auto;
  color: #E4E4E4;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 12px;
}

.banner__item-subtitle span {
  font-size: 20px;
  font-weight: 500;
  color: #EED6B0;
  text-transform: uppercase;
}

.banner__item-desc {
  color: #E4E4E4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.banner__item-desc span {
  display: block;
  margin-top: 5px;
  color: #E4E4E4;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.list-item {
  margin-top: 20px;
  color: #E4E4E4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 33px;
}

.list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  background-image: url("../img/icons/list-item-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 17px;
  height: 17px;
}

.accordion__item {
  padding-bottom: 12px;
  border-bottom: 1px solid #3f3a34;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}

.accordion__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

.accordion__item-title span {
  display: inline-block;
  color: #EED6B0;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion__item-title h3 {
  width: 90%;
}

.accordion__item-text {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.accordion__item .item__module {
  position: absolute;
  top: 0;
  left: 0;
}

.accordion-active span::after {
  opacity: 0;
}

.whom__item {
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 1px solid var(--stroke-light, rgba(234, 220, 183, 0.35));
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
}

.whom__item:first-of-type .whom__item-text {
  max-height: 100%;
}

.whom__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.whom__item-text {
  color: #E4E4E4;
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.whom__item-text ul {
  margin-top: 20px;
}

.whom__item-text ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 9px;
}

.whom__item-text ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url("../img/icons/list-item.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 3px;
  height: 3px;
}

.trailer__body {
  border-radius: 15px;
  width: 100%;
  height: 200px;
  background-image: url("../img/trailer-mobile.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trailer__btn {
  margin: 0 auto;
  padding: 11px 24px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid var(--stroke-light, rgba(234, 220, 183, 0.35));
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
}

.trailer__btn span {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.learn__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.learn__wrapper {
  border-radius: 15px;
  border: 1px solid var(--stroke-light, rgba(234, 220, 183, 0.35));
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 16px;
}

.learn h2 {
  text-align: left;
}

.format h2 {
  margin-bottom: 0;
}

.format__wrapper {
  margin-top: 20px;
}

.format__item {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.format__item h3 {
  margin-top: 12px;
}

.format__item img {
  width: 95px;
}

.format__item:nth-of-type(1) img {
  margin-top: 3px;
  margin-bottom: 15px;
}

.format__item:nth-of-type(1) h3 {
  margin-top: -8px;
}

.format__item:nth-of-type(2) img {
  margin-bottom: 37px;
}

.format__item:nth-of-type(2) h3 {
  margin-top: -25px;
}

.format__item:nth-of-type(3) img {
  width: 55px;
  margin-bottom: 44px;
}

.format__item:nth-of-type(3) h3 {
  margin-top: -30px;
}

.format__item:nth-of-type(4) img {
  padding-left: 10px;
  margin-bottom: 35px;
}

.format__item:nth-of-type(4) h3 {
  margin-top: -18px;
}

.format__item p {
  width: 310px;
  margin: 12px auto 0 auto;
}

.format__item span {
  color: #989898;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.program__text span {
  padding-top: 5px;
  display: block;
  color: #989898;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.program__text ol,
.program__text ul {
  margin-top: 10px;
  color: #E4E4E4;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.program__text ol li,
.program__text ul li {
  margin-bottom: 5px;
}

.program__text ol {
  counter-reset: num;
}

.program__text ol li::before {
  counter-increment: num;
  content: counter(num) ".";
  margin-right: 5px;
}

.tariff__item {
  margin-top: 67px;
  padding: 70px 38px 20px 38px;
  border-radius: 15px;
  border: 1px solid var(--stroke-light, rgba(234, 220, 183, 0.35));
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
}

.tariff__item-title {
  text-align: center;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 266px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 26px 19px;
  border-radius: 10px;
  border: 1px solid rgba(234, 220, 183, 0.35);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tariff__item li {
  position: relative;
  text-align: center;
  padding: 25px 15px 10px;
  border-radius: 10px;
  border: 1px solid rgba(234, 220, 183, 0.35);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #2e2926;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #2e2926;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #2e2926;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 36px;
  min-height: 81px;
}

.tariff__item li:last-child {
  margin-bottom: 16px;
}

.tariff__item li img {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tariff__item li span {
  font-weight: 600;
}

.tariff__price-1 {
  display: block;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #EED6B0;
}

.tariff__price-2 {
  display: block;
  color: #989898;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
  text-transform: uppercase;
}

.tariff__timer {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 6px;
  line-height: 22px;
}

.tariff__timer span {
  font-weight: 600;
}

.tariff__btns {
  text-align: center;
}

.tariff__btns a {
  display: block;
}

.tariff__btn {
  width: 100%;
  margin-top: 16px;
}

.item__disabled {
  color: #989898 !important;
  text-decoration: line-through;
  border: 1px solid #505050 !important;
}

.item__disabled p {
  color: #989898 !important;
}

.certificate {
  text-align: center;
}

.certificate p,
.simulator p {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 23px;
  font-size: 18px;
}

.certificate img {
  border-radius: 16px;
  width: 300px;
}

.author {
  position: relative;
  background-image: url('../img/auther.webp');
  background-position: 50% 60px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
}

.author__title {
  display: block;
  margin-bottom: 8px;
  color: #EED6B0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.author__image {
  z-index: -1;
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
}

.author__image img {
  max-width: 100%;
}

.author__subtitle {
  margin: 0 auto;
  width: 254px;
}

.author__info {
  position: absolute;
  top: calc(100% - 80px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 30px 24px 36px 24px;
  border-radius: 15px;
  border: 1px solid rgba(234, 220, 183, 0.35);
  background: linear-gradient(180deg, rgba(248, 234, 207, 0.07) 0%, rgba(235, 207, 165, 0.07) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 295px;
}

.author__info img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.author__info li {
  margin-bottom: 24px;
}

.author__info li:last-child {
  margin-bottom: 0;
}

.author__info li span {
  display: block;
  margin-bottom: 5px;
  color: #EED6B0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.simulator {
  margin-top: 300px;
}

.simulator__wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.simulator__image {
  width: 80px;
}

.simulator__image img {
  width: 100%;
}

.simulator__body p {
  font-size: 15px;
}

.simulator__body .tariff__price {
  margin-bottom: 20px;
}

.video__swiper {
  overflow: hidden;
  position: relative;
}

.video__swiper .swiper-pagination-bullet {
  background-color: #505050;
}

.video__swiper .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8EACF), to(#EBCFA5));
  background: -o-linear-gradient(top, #F8EACF 0%, #EBCFA5 100%);
  background: linear-gradient(180deg, #F8EACF 0%, #EBCFA5 100%);
}

.video__item {
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
  text-align: center;
}

.video__item iframe {
  width: 100%;
  height: 230px;
}

.video__item--video {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}

.video__item--video video {
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}

.video__item--btn {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url("../img/icons/video-play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video__item--img {
  transition: 0.3s ease;
}

.video__item img,
.video__item--video {
  border-radius: 30px;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.video__item--video iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.hidden-img {
  opacity: 0;
  z-index: -1;

}

/* .hidden-btn {
  pointer-events: none;
} */

.show-video {
  opacity: 1;
  z-index: 2;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

.swiper-button-next--1,
.swiper-button-next--2,
.swiper-button-prev--1,
.swiper-button-prev--2,
.swiper-button-next--3,
.swiper-button-prev--3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: none;
}

.swiper-button-next--1,
.swiper-button-next--2,
.swiper-button-next--3 {
  background-image: url('../img/icons/arrow.png');
  right: 10%;
  transform: rotate(180deg);
}

.swiper-button-prev--1,
.swiper-button-prev--2,
.swiper-button-prev--3 {
  background-image: url('../img/icons/arrow.png');
  left: 10%;
}

.graduation p {
  margin-bottom: 16px;
}

.graduation ul {
  margin-bottom: 24px;
}

.graduation__subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #EED6B0;
  text-align: center;
  margin-bottom: 16px;
}

.graduation__gallery {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-areas: "a1 a1"
    "a2 a3";
  gap: 12px;
  margin-bottom: 15px;
}

.graduation__gallery img {
  max-width: 100%;
}

.graduation__gallery-1 {
  grid-area: a1;
}

.graduation__gallery-2 {
  grid-area: a2;
}

.graduation__gallery-3 {
  grid-area: a3;
}

.graduation__btn {
  text-align: center;
}

.feedback__slider {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.feedback__slider .swiper-wrapper {
  padding-bottom: 30px;
}

.feedback__slider .swiper-slide {
  height: 100% !important;
}

.swiper-pagination-bullet {
  background-color: #505050;
}

.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8EACF), to(#EBCFA5));
  background: -o-linear-gradient(top, #F8EACF 0%, #EBCFA5 100%);
  background: linear-gradient(180deg, #F8EACF 0%, #EBCFA5 100%);
}

.feedback__item {
  border-radius: 10px;
  border: 1px solid rgba(234, 220, 183, 0.35);
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 12px 24px;
  margin-bottom: 30px;
}

.feedback__item-name {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #EED6B0;
  margin-bottom: 5px;
}

.feedback__item-instagram {
  display: block;
  color: #989898;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.feedback__item p {
  text-align: start;
}

.feedback__btn {
  text-align: center;
}

.consultation__wrapper {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(234, 220, 183, 0.35);
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.consultation__wrapper p {
  margin-bottom: 12px;
}

.footer {
  padding: 24px 20px;
  background-color: #2C2824;
  text-align: center;
}

.footer__title {
  text-shadow: 1px 3px 5px rgba(114, 114, 114, 0.2);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #EED6B0;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__bottom a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #989898;
  text-shadow: 1px 3px 5px rgba(114, 114, 114, 0.2);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: fit-content;
}

.footer span {
  color: #505050;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.image-pays-logo {
  width: 300px;
  display: block;
  margin: 30px auto 0 auto;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
}

.popup-video {
  text-align: center;
}
.popup-video iframe {
  width: 100%;
  margin-top: 30px;
}
.popup__wrapper {
  width: 100%;
  margin: 0 10px;
  background: linear-gradient(90deg, rgba(19, 18, 13, 1) 0%, rgba(29, 24, 21, 1) 50%, rgba(19, 18, 13, 1) 100%);
  padding: 10px 16px 25px 16px;
  border-radius: 7px;
}

.popup__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup__top--icon {
  width: 36.5px;
  height: 50px;
}

.popup__top--icon img {
  max-width: 100%;
}

.popup-title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.popup-title h2 {
  margin-bottom: 8px;
}

.popup-subtitle {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  text-align: center;
}

.popup-form__input span,
.popup-form__textarea span {
  font-size: 10px;
  background: linear-gradient(90deg, rgba(248, 234, 207, 1) 0%, rgba(235, 207, 165, 1) 100%);
  -webkit-background-clip: text;
  /* для WebKit-браузеров */
  -webkit-text-fill-color: transparent;
  /* делаем фон вместо цвета */
  background-clip: text;
  /* для поддержки */
  color: transparent;
  margin-bottom: 5px;
  display: inline-block;
}

.popup-form__input input,
.popup-form__textarea textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eadcb740;
  background-color: #ffffff0f;
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
  font-family: 'Avenir Next Cyr';
  outline: none;
}

.popup-form__input input:focus,
.popup-form__input textarea:focus {
  border-color: #e7cc8340;
  /* меняем цвет рамки */
  box-shadow: 0 0 5px rgba(216, 115, 115, 0.5);
  /* добавляем подсветку */
}

.popup-form__input input {
  margin-bottom: 15px;
}

.popup-form__textarea textarea {
  resize: none;
  min-height: 150px;
}

.popup-form__input input::placeholder,
.popup-form__textarea textarea::placeholder {
  font-size: 14px;
  line-height: normal;
  color: #505050;
  font-family: 'Avenir Next Cyr';
}

.popup-form__submit {
  text-align: center;
  margin-top: 40px;
}

.popup-pay .popup-title h2 {
  text-align: start;
}

.popup__price {
  margin-bottom: 30px;
}

.popup__price span {
  color: #ffffff;
  display: block;
}

.popup__price span:first-of-type {
  font-size: 14px;
  margin-bottom: 8px;
}

.popup-price span:nth-of-type(2) {
  font-size: 20px;
}

.round-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  font-family: sans-serif;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 20px;
}

.round-checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkmark {
  width: 22px;
  height: 22px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  transition: border-color 0.3s ease;
}

.checkmark::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: linear-gradient(180deg, #F8EACF 0%, #EBCFA5 100%);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}

.round-checkbox input:checked+.checkmark::after {
  opacity: 1;
  transform: scale(1);
}

.bank-form {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-top: 0;
}

.bank-form p {
  text-align: start;
  margin-bottom: 10px;
}


.active-popup {
  opacity: 1;
  z-index: 995;
}

.popup-pay .popup__wrapper {
  max-height: calc(100% - 20px);
  overflow-y: scroll;
  margin: 10px;
}

.popup__bottom {
  color: #989898;
  font-size: 10px;
  line-height: normal;
}

.popup__bottom a {
  color: #989898;
}

.popup-pay .popup-form__submit {
  text-align: start;
  margin-bottom: 20px;
}

#popupVideo {
  width: 100%;
  max-height: 500px;
  margin-top: 40px;
  border-radius: 10px;
}

.active-form {
  max-height: 700px;
  opacity: 1;
  margin-top: 15px;
}

.hidden {
  display: none;
}

.social-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-link span {
  color: #EED6B0;
  font-size: 16px;
}

.footer-text p {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-text a {
  color: #E4E4E4;
}

.policy a {
  color: #EBCFA5;
}

.policy-header {
  position: relative;
}

.policy h2 {
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.policy__text {
  width: 100%;
}

.policy__text p {
  text-align: left;
  margin-bottom: 15px;
}

.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  z-index: 999;
  background: rgb(24 18 18 / 0%);
  /* полупрозрачный слой */
  backdrop-filter: blur(3px);
}

.loader,
.loader:before,
.loader:after {
  background: #EBCFA5;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 8px;
  height: 20px;
}

.loader {
  color: #EBCFA5;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -14px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 14px;
}

@-webkit-keyframes load1 {

  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {

  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.loader-active {
  display: flex;
}

.body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 480px) {

  .video__item img,
  .video__item--video {
    width: 450px;
  }
}

@media (min-width: 600px) {
  .simulator {
    margin-top: 200px;
  }

  .simulator__image {
    width: 120px;
  }

  .author {
    background-image: url('../img/author-block.webp');
    background-position: top;
    height: 700px;
    border-top: 1px solid #eed5ae35;
    border-bottom: 1px solid #eed5ae35;
  }

  .author__wrapper {
    position: relative;
    height: 100%;
  }

  .author__body {
    margin-left: 45%;
    padding-top: 80px;
  }

  .author__info {
    top: 100%;
    transform: translate(-50%, -50%);
  }

  .faq-item {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .popup__wrapper {
    padding: 16px 22px 30px 22px;
  }

  .popup-form__input span,
  .popup-form__textarea span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (min-width: 767px) {
  .header__menu {
    padding-top: 137px;
    background: none;
    transform: translate(0);
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 0;
    overflow: hidden;
  }

  .active-menu {
    transform: translate(0);
    opacity: 1 !important;
    height: 100vh;
    overflow: auto;
  }

  .header__menu nav a {
    font-size: 21px;
  }

  .header__menu nav {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .certificate img {
    width: 410px;
  }

  .swiper-button-next--1,
  .swiper-button-next--2,
  .swiper-button-next--3,
  .swiper-button-prev--1,
  .swiper-button-prev--2,
  .swiper-button-prev--3 {
    display: block;
  }

  .swiper-button-prev--2,
  .swiper-button-next--2 {
    top: calc(50% + 34px);
  }

  .swiper-button-prev--3 {
    left: 20px;
  }

  .swiper-button-next--3 {
    right: 20px;
  }

  .feedback__slider {
    margin: 0 50px 30px 50px;
  }

  .wrapper {
    position: relative;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 10px;
  }

  .header__logo {
    width: 36px;
    height: 50px;
  }

  .header__btn {
    display: none;
  }

  .policy-header .header__btn {
    display: block;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .section {
    margin-top: 60px;
  }

  .btn {
    font-size: 18px;
    padding: 12px 28px;
  }

  .btn-2 {
    font-size: 18px;
    padding: 12px 28px;
  }

  h1 {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 70px;
    width: 100%;
  }

  h2 {
    margin-bottom: 40px;
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
    line-height: 27px;
  }

  p {
    line-height: 22px;
    font-size: 16px;
  }

  .list-item {
    font-size: 16px;
    padding-left: 40px;
  }

  .list-item::before {
    width: 25px;
    height: 25px;
  }

  .accordion__item .item__module {
    font-size: 14px;
  }

  .banner {
    background-image: url("../img/image-bg_2x.webp");
  }

  .banner__item:nth-child(1) {
    position: relative;
    width: 529px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    padding: 16px;
  }

  .banner__item:nth-child(1) p {
    text-align: start;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
  }

  .banner__item:nth-child(2),
  .banner__item:nth-child(3),
  .banner__item:nth-child(4) {
    position: absolute;
    padding: 19px 44px;
  }

  .banner__item:nth-child(2) p,
  .banner__item:nth-child(2) span,
  .banner__item:nth-child(3) p,
  .banner__item:nth-child(3) span,
  .banner__item:nth-child(4) p,
  .banner__item:nth-child(4) span {
    font-size: 18px;
  }

  .banner__item:nth-child(2) {
    top: 150px;
    left: 12%;
  }

  .banner__item:nth-child(3) {
    top: 260px;
    right: 9%;
  }

  .banner__item:nth-child(4) {
    bottom: 250px;
    left: 9%;
  }

  .trailer__body {
    background-image: url("../img/trailer.webp");
    height: 300px;
  }

  .learn h2 {
    margin-bottom: 20px;
  }

  .format__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .format__item {
    width: 50%;
  }

  .format__item h3 {
    padding-top: 100px;
  }

  .format__item img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .format__item:nth-of-type(1) h3 {
    margin-top: 0;
  }

  .format__item:nth-of-type(2) img {
    top: 13px;
    margin-bottom: 0;
    margin-top: 17px;
  }

  .format__item:nth-of-type(2) h3 {
    padding-top: 130px;
  }

  .format__item:nth-of-type(3) img {
    margin-bottom: 0;
  }

  .format__item:nth-of-type(3) h3 {
    margin-top: 0;
    padding-top: 130px;
  }

  .format__item:nth-of-type(4) img {
    top: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 45px;
  }

  .format__item:nth-of-type(4) h3 {
    margin-top: 0;
    padding-top: 145px;
  }

  .program h2 {
    padding-top: 40px;
  }

  .program__wrapper {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }

  .program__item {
    width: 33.33333%;
  }

  .program__text span {
    padding-top: 12px;
    font-size: 14px;
  }

  .program__text ol,
  .program__text ul {
    font-size: 16px;
  }

  .simulator {
    margin-top: 255px;
  }

  .policy__text {
    width: 700px;
    margin: 0 auto;
  }

  .image-pays-logo {
    width: 400px;
  }

  .video__item img,
  .video__item--video iframe {
    height: 300px;
  }
}

@media (min-width: 880px) {
  .trailer__body {
    height: 421px;
    width: 380px;
  }

  .learn__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 44px;
  }

  .learn__wrapper {
    border-radius: 0;
    border: none;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
  }

  .swiper-button-next--1,
  .swiper-button-next--2 {
    right: 20px;
  }

  .swiper-button-prev--1,
  .swiper-button-prev--2 {
    left: 20px;
  }

  .video__swiper--1 img,
  .video__item--video {
    width: 600px;
  }

  .video__swiper--2 img {
    width: 100%;
  }

  .video__swiper--2 {
    margin: 0 50px;
  }

  .popup__wrapper {
    width: 780px;
    padding: 30px 40px;
    border-radius: 15px;
  }

  .popup-title {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .popup-title h2 {
    margin-bottom: 20px;
  }

  .popup-subtitle {
    font-size: 16px;
  }

  .popup-form__input span,
  .popup-form__textarea span {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .popup-form__input input,
  .popup-form__textarea textarea {
    font-size: 16px;
  }

  .popup-form__input input {
    margin-bottom: 20px;
  }

  .popup-form__input input::placeholder,
  .popup-form__textarea textarea::placeholder {
    font-size: 16px;
  }

  .popup-form__submit {
    margin-top: 40px;
  }
}

@media (min-width: 950px) {
  .tariff__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
  }

  .tariff__item {
    width: 33.33333%;
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .tariff__item ul {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .simulator__wrapper {
    flex-direction: row;
    gap: 120px;
  }

  .simulator__image {
    width: 170px;
  }

  .feedback__item-name {
    font-size: 16px;
  }

  .feedback__item-instagram {
    font-size: 14px;
  }

  .tariff__btns,
  .tariff__price {
    margin-top: auto;
  }
}

@media (min-width: 1024px) {
  .format__wrapper {
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .accordion__item {
    width: 780px;
    margin: 0 auto 12px auto;
  }

  .consultation__wrapper {
    width: 780px;
    margin: 0 auto;
  }
}

@media (min-width: 1050px) {
  .accordion__icon {
    display: none;
  }

  .whom__body {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em;
  }

  .whom__item {
    padding: 30px;
  }

  .whom__item-text {
    max-height: 100%;
  }

  .whom__item-text ul li {
    font-size: 16px;
    padding-left: 13px;
  }

  .tariff__item-title {
    width: 300px;
    font-size: 22px;
  }

  .tariff__item li {
    font-size: 16px;
  }

  .tariff__price-1 {
    font-size: 32px;
  }

  .tariff__price-2 {
    font-size: 20px;
  }

  .tariff__timer {
    font-size: 16px;
  }

  .simulator {
    margin-top: 60px;
  }

  .simulator__wrapper {
    gap: 170px;
  }

  .simulator__image {
    width: 200px;
  }

  .author__body {
    padding-top: 120px;
  }

  .author__info {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 20px 40px 20px;
    border-radius: 0;
    border: none;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    width: 100%;
    transform: translate(0, -100%);
  }

  .author__info img {
    display: none;
  }

  .author__info ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    width: 100%;
    gap: 20px;
  }

  .author__info ul li {
    text-align: center;
    padding: 30px 24px 30px 24px;
    border-radius: 15px;
    border: 1px solid rgba(234, 220, 183, 0.35);
    background: linear-gradient(180deg, rgba(248, 234, 207, 0.07) 0%, rgba(235, 207, 165, 0.07) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-bottom: 0;
  }

  .author__info li span {
    font-size: 16px;
  }

  .author__info li img {
    display: block;
  }

  .video--main {
    margin-top: 60px;
  }

  .video__swiper--1 img,
  .video__item--video {
    width: 1000px;
    border-radius: 20px;
  }

  .video-student {
    width: 100%;
  }

  .swiper-button-next--1 {
    right: 0;
  }

  .swiper-button-prev--1 {
    left: 0;
  }

  .social-link span {
    font-size: 18px;
  }

  .video__item img {
    height: 550px;
  }

  .video__item--video iframe {
    height: 550px;
  }

  .video-student-img,
  .video-student iframe {
    height: 300px !important;
  }
}

@media (min-width: 1240px) {
  .format__item {
    width: 25%;
  }

  .author {
    height: 800px;
  }

  .certificate img {
    width: 580px;
  }

  .format__wrapper {
    margin-top: 65px;
  }

  .format__item:nth-of-type(1) h3 {
    padding-top: 130px;
  }

  .format__item:nth-of-type(1) img {
    margin-top: 33px;
  }

  .format__item:nth-of-type(2) img {
    margin-top: 42px;
  }
  .format__item:nth-of-type(4) img {
    margin-top: 83px;
  }

  .format__item:nth-of-type(2) h3 {
    padding-top: 155px;
  }
}