@keyframes seoTextFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.app-auth-wrap {
  padding: 0 0 100px;
}

@media (max-width: 767px) {
  .app-auth-wrap {
    padding: 0 0 60px;
  }
}

.app-auth {
  display: flex;
}

@media (max-width: 767px) {
  .app-auth {
    flex-direction: column;
  }
}

.app-auth__form {
  flex: 1 1 50%;
  margin: 0 100px 0 0;
}

@media (max-width: 1023px) {
  .app-auth__form {
    margin: 0 50px 0 0;
  }
}

@media (max-width: 767px) {
  .app-auth__form {
    margin: 0 0 20px;
  }
}

.app-auth__form .errortext {
  padding: 0;
  margin: 0 0 20px;
}

.app-auth__title {
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
  color: #333;
  margin: 0 0 20px;
}

.app-auth__row {
  display: flex;
}

.app-auth__row .app-auth__input {
  flex: 1 1 50%;
  margin: 0 10px 0 0;
}

.app-auth__block:last-child,
.app-auth__list li:last-child,
.app-auth__row .app-auth__input:last-child,
.app-blog-content__text .app-list-decimal li:last-child {
  margin: 0;
}

.app-auth__input {
  width: 100%;
  margin: 0 0 20px;
}

.app-auth__info-block {
  flex: 1 1 50%;
}

.app-auth__block {
  margin: 0 0 40px;
}

.app-auth__list li {
  list-style: inside;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #333;
  margin: 0 0 15px;
}

.app-auth__text {
  margin: 0 0 20px;
}

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

.app-auth__btn input[type="submit"],
.app-auth__remember .auth__submit {
  margin: 0;
}

.app-auth__btn {
  margin: 20px 0;
}

.app-alert__btn-block a:hover,
.app-auth__btn a:hover,
.app-quote-alert-expert__btn a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .app-auth__btn {
    max-width: 100%;
  }

  .app-auth__btn .btn {
    width: 100%;
  }
}

.app-input-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.app-input-group,
.app-input-wrap {
  position: relative;
}

.app-input-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #474a56;
  margin: 0 0 6px;
}

.app-input {
  height: 48px;
  font-weight: 400;
  background: #fff;
  position: relative;
  z-index: 3;
  opacity: 1;
  transition: all 0.2s ease;
}

.app-input.search-input {
  padding: 12px 16px 12px 46px;
}

.app-input-icon__password {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 22px;
  bottom: 12px;
  background-image: url(../icons/eye/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  z-index: 5;
}

.app-input-icon__password.active {
  background-image: url(../icons/eye/open.svg);
}

.input::placeholder,
input[type="date"]::placeholder {
  color: #737b7d;
  opacity: 1;
}

.input:-ms-input-placeholder {
  color: #737b7d;
  opacity: 1;
}

.input::-ms-input-placeholder {
  color: #737b7d;
  opacity: 1;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

::-ms-reveal {
  display: none;
}

.app-list-disc {
  display: block;
  list-style-type: disc;
  padding-inline-start: 45px;
  margin: -12px 0 0;
}

@media (max-width: 576px) {
  .app-list-disc {
    padding-inline-start: 25px;
  }
}

.app-list-disc li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
  display: list-item;
  text-align: -webkit-match-parent;
}

.app-list-disc li::marker {
  color: #e13c0f;
  font-size: 25px;
}

.app-list-decimal {
  display: block;
  list-style-type: decimal;
  padding-inline-start: 45px;
}

@media (max-width: 576px) {
  .app-list-decimal {
    padding-inline-start: 25px;
  }
}

.app-list-decimal li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
  display: list-item;
  text-align: -webkit-match-parent;
  margin: 0 0 10px;
}

.app-list-decimal li::marker {
  color: #232323;
  font-size: 16px;
}

.app-list-numbers-vertical__row {
  display: flex;
}

.app-list-numbers-vertical__row:last-child .app-list-numbers-vertical__line {
  display: none;
}

.app-list-numbers-vertical__global-row {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .app-list-numbers-vertical__global-row {
    flex-direction: column;
  }
}

.app-list-numbers-vertical__col {
  flex: 1 1 50%;
  max-width: 50%;
}

@media (max-width: 767px) {
  .app-list-numbers-vertical__col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-list-numbers-vertical__year {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 140%;
  color: #e13c0f;
  opacity: 0.2;
  margin-right: 5px;
  min-width: 75px;
}

.app-list-numbers-vertical__figures {
  position: relative;
}

.app-list-numbers-vertical__point-wrap {
  padding: 10px;
}

.app-list-numbers-vertical__point {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f8a532;
  position: relative;
  z-index: 2;
}

.app-list-numbers-vertical__number {
  font-size: 12px;
  font-weight: 500;
  margin: 0 auto;
  line-height: 20px;
}

.app-list-numbers-vertical__line {
  width: 6px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 17px;
  z-index: 1;
  background: #eaeff5;
}

.app-list-numbers-vertical__line-end,
.app-list-numbers-vertical__line-end-triangle {
  width: 6px;
  height: calc(100% - 30px);
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: 1;
  background: #eaeff5;
}

.app-list-numbers-vertical__line-end-triangle {
  height: calc(100% - 20px);
  top: 15px;
}

.app-list-numbers-vertical__triangle {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 2;
}

.app-list-numbers-vertical__text {
  padding: 10px;
  line-height: 1.5;
  color: #232323;
}

.app-blog-post__top .app-share-social-light,
.app-list-numbers-vertical__text p {
  margin: 0 0 10px;
}

.app-blog-post {
  width: 100%;
  max-width: 1190px;
  padding: 0 35px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .app-blog-post {
    max-width: 960px;
  }
}

@media (max-width: 767px) {
  .app-blog-post {
    max-width: 720px;
  }
}

.app-blog-post__top {
  padding: 0;
}

@media (max-width: 576px) {
  .app-blog-post__top .app-share-social-light {
    display: none;
  }
}

.app-blog-post .app-comment-form-wrap {
  margin: 0 0 60px;
}

@media (max-width: 576px) {
  .app-blog-post .app-comment-form-wrap {
    margin: 0 0 40px;
  }
}

.app-blog-post .app-faq-wrap,
.app-blog-post .app-share-social {
  margin: 0 0 60px;
}

.app-blog-post__hero,
.app-blog-post__title {
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 65px;
  line-height: 1.2;
}

.app-blog-post__hero h1 {
  padding: 100px 0 20px !important;
}

@media (max-width: 1200px) {
  .app-blog-post__hero h1 {
    padding: 40px 0 20px !important;
  }
}

.app-blog-post__title {
  display: block;
  font-weight: 600;
  font-size: 47px;
  padding: 0;
  margin: 60px 0 30px;
}

@media (max-width: 576px) {
  .app-blog-post__title {
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    color: #000;
    margin: 40px 0 30px;
  }
}

.app-blog-post__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-35px;
}

.app-blog-post__col {
  display: flex;
  max-width: calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  padding: 0 35px;
}

@media (max-width: 992px) {
  .app-blog-post__col {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 576px) {
  .app-blog-post__col {
    padding: 0 15px;
  }
}

.app-blog-post__article {
  width: 100%;
}

.app-blog-post__article .app-list-disc {
  margin: -12px 0 30px;
}

.app-blog-post__article .app-author-wrap,
.app-blog-post__article .app-list-numbers-vertical,
.app-blog-post__article > h2 {
  margin: 60px 0 30px;
}

.app-blog-post__article .app-blog-list,
.app-blog-post__article .app-blog-post-key-findings,
.app-blog-post__article .app-list-decimal,
.app-blog-post__article .app-quote-alert,
.app-blog-post__article p {
  margin: 0 0 30px;
}

@media (max-width: 1200px) {
  .app-blog-post__article .app-blog-list,
  .app-blog-post__article .app-blog-post-key-findings,
  .app-blog-post__article .app-list-decimal,
  .app-blog-post__article .app-quote-alert,
  .app-blog-post__article p {
    font-size: 16px;
  }
}

.app-blog-post__article figure:not([class]) {
  margin: 0 0 30px;
}

@media (max-width: 576px) {
  .app-blog-post__article > h2 {
    margin: 40px 0 30px;
  }
}

.app-blog-post__article .app-article-section > h2:not([class]),
.app-blog-post__article > h2:not([class]) {
  position: relative;
}

@media (max-width: 1200px) {
  .app-blog-post__article > h2:not([class]) {
    font-size: 32px !important;
  }
}

.app-blog-post__article > h3 {
  margin-top: 45px;
}

@media (max-width: 576px) {
  .app-blog-post__article > h3 {
    margin-top: 35px;
  }
}

@media (max-width: 1200px) {
  .app-blog-post__article > h3:not([class]) {
    font-size: 28px !important;
  }
}

.app-blog-post__article .app-article-section > h2 {
  margin: 60px 0 30px;
}

@media (max-width: 576px) {
  .app-blog-post__article .app-article-section > h2 {
    margin: 40px 0 30px;
  }
}

@media (max-width: 1200px) {
  .app-blog-post__article .app-article-section > h2:not([class]) {
    font-size: 32px !important;
  }
}

.app-blog-post__article .app-article-section > h3 {
  margin-top: 45px;
}

@media (max-width: 576px) {
  .app-blog-post__article .app-article-section > h3 {
    margin-top: 35px;
  }
}

@media (max-width: 1200px) {
  .app-blog-post__article .app-article-section > h3:not([class]) {
    font-size: 28px !important;
  }
}

.app-blog-post__article img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  max-height: 500px;
  width: 100%;
  border-radius: 10px;
}

.app-blog-post__aside-col {
  width: 100%;
  flex: 0 0 300px;
  max-width: 300px;
  padding: 0 35px;
  position: relative;
}

.app-blog-post__aside {
  position: sticky;
  top: 140px;
  right: 0;
  padding: 0 0 10px;
}

@media (max-width: 1200px) {
  .app-blog-post__aside {
    top: 100px;
  }
}

.app-blog-post .blog-slider {
  margin: 0;
}

.app-blog-post__share-col {
  display: none;
  width: 100%;
  position: relative;
  padding: 0 35px;
}

.app-blog-post__share {
  position: sticky;
  top: 300px;
  right: 0;
  margin: 0 0 30px;
}

@media (max-width: 1200px) {
  .app-blog-post__share {
    top: 200px;
  }
}

.app-blog-post__footer {
  padding: 40px 0 0;
}

@media (max-width: 576px) {
  .app-blog-post__footer {
    padding: 0;
  }

  .app-blog-post__footer .app-alert.question {
    margin: 0;
  }
}

.app-blog-post-poster {
  padding: 100px 0 0;
  background: #fff;
  margin: 0 0 30px;
}

@media (max-width: 1200px) {
  .app-blog-post-poster {
    padding: 40px 0 0;
  }
}

@media (max-width: 992px) {
  .app-blog-post-poster {
    padding: 40px 25px 0;
  }
}

@media (max-width: 576px) {
  .app-blog-post-poster {
    padding: 40px 0 0;
  }
}

.app-blog-post-poster__top {
  margin: 0 0 40px;
}

.app-blog-post-poster__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-15px;
}

@media (max-width: 992px) {
  .app-blog-post-poster__row {
    flex-direction: column;
  }
}

.app-blog-post-poster__col {
  padding: 0 15px;
  flex: 1 1 50%;
}

.app-blog-post-poster__title {
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 65px;
  line-height: 1.2;
}

.app-blog-post-poster__title h1 {
  padding: 0 !important;
  margin: 0 0 20px !important;
}

.app-blog-post-poster__status {
  margin: 0 0 30px;
  font-weight: 600;
}

.app-blog-post-poster__status-flag {
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  margin: 0 0 0 5px;
}

.app-blog-post-poster__status-flag.app-pro {
  background: #36c8ed;
}

.app-blog-post-poster__status-flag.app-expert {
  background: #ede836;
}

.app-blog-post-poster__image {
  margin: 0 0 10px;
}

.app-blog-post-poster__image img {
  object-fit: cover;
  max-height: 300px;
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .app-blog-post-poster__image img {
    max-height: 400px;
  }

  .app-blog-post-poster__social {
    display: none;
  }
}

.app-blog-post-poster__social .app-share-social-light {
  padding: 10px 0;
}

.app-blog-post-poster__social .app-share-social-light__col {
  flex: 0 0 30px;
  margin: 0 10px 0 0;
}

.app-blog-post-share {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #dee3e5;
}

.app-author__text p,
.app-author__text span,
.app-blog-post-share__social-block .app-share-social-light {
  margin: 0;
}

.app-blog-post-share__scroll-top {
  cursor: pointer;
  padding: 10px;
  max-width: 35px;
  margin: 0 auto;
  border-top: 1px solid #dee3e5;
}

.app-blog-post-share__scroll-top img {
  display: block;
  max-width: 100%;
  height: auto;
}

.app-blog-post-key-findings {
  padding: 20px;
  border-radius: 10px;
  background: #fdedea;
}

.app-blog-post-key-findings__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #333;
  margin: 0 0 30px;
}

.app-blog-post-key-findings__text .app-list-disc {
  margin: -12px 0 0;
}

.app-blog-post-aside {
  display: none;
  width: 100%;
}

@media (min-width: 993px) {
  .app-blog-post-aside {
    display: block;
    max-width: 960px;
  }
}

.app-blog-post-aside__content {
  display: none;
  margin: 0 0 40px;
}

.app-blog-post-aside__dynamic-block {
  margin: 0 0 40px;
}

.app-blog-post-aside__sections {
  margin: 0 0 20px;
}

.app-blog-post-aside-dynamic-block,
.app-blog-post-aside-dynamic-block__image {
  margin: 0 0 15px;
}

.app-blog-post-aside-dynamic-block__image img {
  border-radius: 20px;
}

.app-blog-post-aside-dynamic-block__title {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px;
}

.app-blog-post-aside-dynamic-block__text {
  font-weight: 400;
  font-size: 14px;
  color: #232323;
  line-height: 140%;
  margin: 0 0 15px;
}

.app-blog-post-aside-dynamic-block__btn {
  width: 100%;
}

.app-blog-post-aside-content__title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px;
}

.app-blog-post-aside-content__list {
  list-style: none;
  margin: 0;
}

.app-blog-post-aside-content__list li,
.app-blog-post-aside-sections__list li {
  display: block;
  line-height: 100%;
  margin: 0 0 10px;
}

.app-author-article__title a,
.app-blog-post-aside-content__list li a,
.app-blog-post-aside-sections__list li a {
  font-weight: 400;
  font-size: 14px;
  color: #869895;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 140%;
}

.app-author-article__title a:hover,
.app-blog-post-aside-content__list li a:hover,
.app-blog-post-aside-sections__list li a:hover {
  color: #1fa2b8;
}

.app-blog-post-aside-sections__title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px;
}

.app-blog-post-aside-sections__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.app-author-article__title a,
.app-blog-post-aside-sections__list li a {
  font-weight: 500;
  color: #333;
}

.app-author-wrap h4,
.app-blog-image {
  margin: 0 0 30px;
}

.app-blog-image__caption {
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0;
  color: #b0b0af;
}

@media (max-width: 576px) {
  .app-blog-image__caption {
    font-size: 12px;
  }
}

.app-blog-image img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  max-height: 500px;
  width: 100%;
  border-radius: 10px;
}

.app-blog-list {
  list-style: none;
  padding-inline-start: 24px;
  max-width: 100%;
}

@media (max-width: 576px) {
  .app-blog-list {
    padding-inline-start: 0;
  }
}

.app-blog-list li {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
  margin: 10px 0;
}

.app-blog-list li:before {
  flex: 0 0 auto;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 20px 0 0;
  background: #e13c0f;
  border-radius: 30px;
}

.app-blog-post-card__card-image {
  flex: 1 1 auto;
  height: 100%;
}

.app-blog-post-card__card-image img {
  object-fit: cover;
  max-height: 200px;
  width: 100%;
  border-radius: 20px;
  object-position: top;
}

.app-blog-post-nav {
  margin: 0 0 60px;
}

.app-blog-post-nav__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .app-blog-post-nav__row {
    flex-wrap: wrap;
  }
}

.app-blog-post-nav__col {
  max-width: 320px;
  width: 100%;
}

.app-blog-post-nav__col.app-prev-article {
  margin: 0 auto 0 0;
}

@media (max-width: 767px) {
  .app-blog-post-nav__col.app-prev-article {
    margin: 0 0 10px;
  }
}

.app-blog-post-nav__col.app-prev-article .app-blog-post-nav__text {
  order: 2;
}

.app-blog-post-nav__col.app-prev-article .app-blog-post-nav__arrow {
  order: 1;
  margin: 0 20px 0 0;
}

.app-blog-post-nav__col.app-prev-article .app-blog-post-nav__arrow img {
  transform: rotateZ(180deg);
}

.app-blog-post-nav__col.app-next-article {
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .app-blog-post-nav__col.app-next-article {
    margin: 10px 0 0;
  }
}

.app-blog-post-nav__col.app-next-article .app-blog-post-nav__text {
  order: 1;
}

.app-blog-post-nav__col.app-next-article .app-blog-post-nav__arrow {
  order: 2;
  margin: 0 0 0 20px;
}

@media (max-width: 767px) {
  .app-blog-post-nav__col {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}

.app-blog-post-nav__tab {
  padding: 20px;
  background: #f0f5f6;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.app-blog-post-nav__text {
  display: block;
  flex: 1 1 100%;
}

.app-blog-post-nav__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #232323;
  margin: 0 0 5px;
}

.app-blog-post-nav__article-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #9a9a9a;
  max-width: 250px;
  overflow-x: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}

.app-blog-post-nav__arrow {
  flex: 0 0 auto;
  background: 0 0;
}

.app-blog-post-nav__arrow img {
  max-width: 30px;
  width: 100%;
}

@media (max-width: 1200px) {
  .blog-post .course-banner__row {
    height: 450px !important;
  }
}

@media (max-width: 690px) {
  .blog-post .course-banner__row {
    height: auto !important;
  }
}

.app-blog-post-video {
  width: 100%;
  height: 500px;
  margin: 0 0 30px;
}

.app-share-social {
  padding: 20px;
  background: #f0f5f6;
  border-radius: 10px;
}

.app-share-social__title {
  font-weight: 600;
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #333;
  margin: 0 0 16px;
}

.app-share-social__col,
.app-share-social__row {
  display: flex;
  align-items: center;
}

.app-share-social__col {
  padding: 20px;
  justify-content: center;
  background: inherit;
  flex: 1 1 20%;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 575px) {
  .app-share-social__col {
    padding: 0;
  }
}

.app-share-social__col:hover {
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 10px;
}

.app-share-social__icon {
  max-width: 30px;
  width: 100%;
}

.app-share-social-light__icon img,
.app-share-social__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.app-share-social-light {
  padding: 10px;
}

@media (max-width: 575px) {
  .app-share-social-light {
    padding: 0;
  }
}

.app-share-social-light__row {
  display: flex;
  align-items: center;
}

.app-share-social-light__vertical-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-share-social-light__vertical-row .app-share-social-light__col {
  max-height: 30px;
  margin: 0 0 10px;
}

.app-share-social-light__col {
  width: 100%;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  flex: 0 0 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.app-share-social-light__col:hover {
  transition: all 0.3s ease;
  background: #f0f5f6;
  border-radius: 10px;
}

.app-share-social-light__icon {
  max-width: 20px;
  width: 100%;
}

.app-alert {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .app-alert {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .app-alert {
    align-items: flex-start;
  }
}

.app-alert.success {
  background: linear-gradient(to right, #def9e5 0, #effbce 100%);
  opacity: 0.9;
}

.app-alert.success .app-alert__icon {
  background: url(../icons/alert/success.svg) no-repeat center;
  background-size: contain;
}

.app-alert.warning {
  background: linear-gradient(to right, #fff4d4 0, #ffeadc 100%);
  opacity: 0.9;
}

.app-alert.warning .app-alert__icon {
  background: url(../icons/alert/warning.svg) no-repeat center;
  background-size: contain;
}

.app-alert.danger {
  background: rgba(255, 126, 119, 0.15);
  opacity: 0.9;
}

.app-alert.danger .app-alert__icon {
  background: url(../icons/alert/danger.svg) no-repeat center;
  background-size: contain;
}

.app-alert.question {
  background: #f0f4f8;
  opacity: 1;
}

.app-alert.question .app-alert__icon {
  background: url(../icons/alert/question.svg) no-repeat center;
  background-size: contain;
}

.app-alert.info {
  background: linear-gradient(to right, #e3f1f4 0, #e3edff 100%);
  opacity: 1;
}

.app-alert.info .app-alert__icon {
  transform: rotateZ(180deg);
  background: url(../icons/alert/info.svg) no-repeat center;
  background-size: contain;
}

.app-alert__icon {
  width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .app-alert__icon {
    flex: 0 0 10%;
    max-width: 10%;
  }
}

.app-alert__text-block {
  width: 100%;
}

@media (max-width: 767px) {
  .app-alert__text-block {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.app-alert__btn-block {
  margin: 0 0 0 20px;
}

@media (max-width: 767px) {
  .app-alert__btn-block {
    margin: 20px 0 0;
    width: 100%;
  }
}

.app-alert__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 160%;
  color: #333;
  padding: 0 0 11px;
  margin: 0;
}

@media (max-width: 767px) {
  .app-alert__title {
    line-height: 140%;
  }
}

.app-alert__sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  align-items: center;
  color: #4e4b66;
}

.app-quote-alert {
  display: block;
  width: 100%;
  border-radius: 10px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.app-quote-alert:before {
  content: "";
  display: block;
  width: 4px;
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  background: #ff3005;
}

.app-quote-alert__body {
  display: flex;
  align-items: flex-start;
  padding: 20px;
}

.app-quote-alert__text-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

.app-quote-alert__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 160%;
  color: #333;
  padding: 0 0 11px;
  margin: 0;
}

.app-quote-alert__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #9a9a9a;
  margin: 0 0 10px;
}

.app-quote-alert__author {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #9a9a9a;
  align-self: flex-end;
}

.app-quote-alert
  :not(.app-quote-alert__author)
  .app-quote-alert__text:last-child,
.app-quote-alert-expert
  :not(.app-quote-alert__btn)
  .app-quote-alert__text:last-child {
  margin: 0;
}

.app-quote-alert-expert {
  display: block;
  width: 100%;
  border-radius: 10px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.app-quote-alert-expert:before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  top: -1px;
  left: -1px;
  bottom: -1px;
  background: #ff3005;
}

.app-quote-alert-expert__body {
  display: flex;
  align-items: flex-start;
  padding: 20px;
}

.app-quote-alert-expert__avatar {
  max-width: 50px;
  width: 100%;
}

.app-quote-alert-expert__avatar img {
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  height: 50px;
  width: 50px;
}

.app-quote-alert-expert__text-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

.app-quote-alert-expert__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 160%;
  color: #333;
  padding: 0 0 11px;
  margin: 0;
}

.app-quote-alert-expert__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #9a9a9a;
  margin: 0 0 10px;
}

.app-quote-alert-expert__btn {
  margin: 10px 0 0;
  align-self: flex-end;
}

@media (max-width: 767px) {
  .app-quote-alert-expert__btn {
    width: 100%;
  }
}

.app-author {
  display: flex;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 30px;
  border: 1px solid #a4c0c6;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
  .app-author {
    flex-direction: column;
    align-items: center;
  }
}

.app-author__image {
  flex: 0 0 150px;
  max-width: 150px;
  width: 100%;
  margin: 0 20px 0 0;
}

@media (max-width: 575px) {
  .app-author__image {
    margin: 0 0 20px;
  }
}

.app-author__image img {
  display: block;
  max-width: 100%;
  height: 150px;
  border-radius: 50%;
}

.app-author__bio {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.app-author__title {
  font-weight: 600;
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #333;
  margin: 0 0 20px;
}

@media (max-width: 575px) {
  .app-author__title {
    text-align: center;
  }
}

.app-author__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 0.75px;
  color: #4e4b66;
  margin: 0 0 10px;
}

.app-author__stars-block {
  margin: auto 0 0;
}

.app-author-article-wrap__title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0 0 30px;
}

.app-author-article {
  max-width: 230px;
  width: 100%;
  margin: 0 0 30px;
}

.app-author-article__image,
.app-blog-content__list li {
  margin: 0 0 10px;
}

.app-author-article__image img {
  max-height: 150px;
  border-radius: 10px;
}

.blog-aside-preloader__title {
  height: 16px;
  width: 60%;
  background: rgba(51, 51, 51, 0.5803921569);
  border-radius: 2px;
  margin: 0 0 10px;
}

.app-blog-content__text .app-list-decimal li,
.blog-aside-preloader__text-block {
  margin: 0 0 20px;
}

.blog-aside-preloader__string {
  height: 16px;
  width: 100%;
  background: rgba(134, 152, 149, 0.1607843137);
  border-radius: 2px;
  margin: 0 0 10px;
}

.blog-aside-preloader__string:last-child {
  width: 75%;
}

.app-blog-entry {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 3px solid #f0f5f6;
}

.app-blog-entry__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.app-blog-entry__col {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .app-blog-entry__col {
    flex: 1 1 50%;
    margin: 0 0 20px;
  }
}

@media (max-width: 992px) {
  .app-blog-entry__col.app-added {
    display: none;
  }
}

.app-blog-entry__text-block {
  display: flex;
  flex-direction: column;
}

.app-blog-entry__icon {
  flex: 0 0 auto;
  max-width: 40px;
  width: 100%;
  margin: 0 15px 0 0;
}

.app-blog-content__arrow img,
.app-blog-entry__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.app-blog-entry__icon svg {
  fill: #e53412;
  width: 100%;
}

.app-blog-entry__label {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin: 0 0 5px;
}

@media (max-width: 575px) {
  .app-blog-entry__label {
    font-size: 12px;
  }
}

.app-blog-entry__text {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

@media (max-width: 1100px) and (min-width: 992px) {
  .app-blog-entry__text {
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 575px) {
  .app-blog-entry__text {
    font-size: 12px;
    white-space: nowrap;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.app-blog-content {
  display: none;
  padding: 20px;
  background: #f0f5f6;
  border-radius: 10px;
  margin: 0 0 30px;
}

.app-blog-content__top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app-blog-content__top.active .app-blog-content__arrow {
  transform: rotateZ(180deg);
  transition: all 0.2s ease-out;
}

.app-blog-content__top.active + .app-blog-content__text {
  margin: 30px 0 0;
  transition: all 0.2s ease-out;
}

.app-blog-content__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #333;
}

.app-blog-content__arrow {
  transform: rotateZ(0);
  transition: all 0.2s ease-out;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin: 0 0 0 24px;
}

.app-blog-content__text {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.257143px;
  color: #fff;
}

.app-blog-content__text .app-list-decimal {
  margin: 0;
}

.app-blog-content__list {
  display: block;
  color: #333;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}

@media (max-width: 576px) {
  .app-blog-content__list {
    padding-inline-start: 15px;
  }
}

.app-blog-content__list a {
  font-size: 16px;
  color: #333;
}

.blog-post__meta {
  display: flex;
}

.blog-post .course-banner__title h1 {
  width: 570px;
  padding: 0;
  margin: 260px 0 200px;
}

.course-banner__title {
  position: relative;
  z-index: 2;
}

.blog-post .course-banner__row {
  position: absolute;
  right: 0;
  bottom: -200px;
  height: 450px;
}

.course-banner__image {
  width: auto;
  height: 100%;
}

.blog-post__date {
  position: absolute;
  top: -40px;
  font-size: 20px;
  color: rgba(35, 35, 35, 0.3);
}

.blog-post__meta {
  position: absolute;
  top: 180px;
}

.blog-post__likes,
.blog-post__views {
  display: inline-flex;
  align-items: center;
  color: rgba(35, 35, 35, 0.6);
  font-size: 20px;
  padding: 6px 10px;
}

.blog-post__likes > svg,
.blog-post__views > svg {
  margin: 0 10px 0 0;
  fill: #869895;
  width: 24px;
  height: 18px;
}

.blog-post__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
  position: relative;
}

.blog-post__container h2 {
  font:
    700 36px/1.5 "Vela Sans",
    sans-serif;
}

.blog-post__container h3 {
  font:
    600 24px/1.5 "Vela Sans",
    sans-serif;
}

.blog-post__container p {
  margin: 0 0 30px;
  font-size: 17px;
}

.blog-post__spacer {
  flex: 1;
}

.blog-post__content {
  margin: 0 30px 0 0;
  flex: 0 1 770px;
}

.blog-post__author {
  position: sticky;
  top: 100px;
  flex: 1;
  min-width: 180px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
  border-radius: 20px;
}

.blog-post__author-photo {
  border-radius: 50%;
  max-width: 80px;
  margin: 0 0 10px;
  border: 2px solid #ec692c;
}

.blog-post__author-name {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 6px;
}

.blog-post__author-descr {
  font-size: 12px;
  color: #888;
}

.blog-post__content ul {
  list-style-type: disc;
  padding: 0 0 0 2em;
  margin: 0 0 20px;
}

.blog-post__content ul li {
  margin: 0 0 10px;
  font-size: 17px;
  display: list-item;
  padding: 0 0 0 0.5em;
}

.blog-post__content img {
  max-width: 100%;
  height: auto;
  margin: 0 0 30px;
  border: 3px solid #ddd;
  border-radius: 10px;
}

.blog-post__video {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  border-radius: 20px;
  isolation: isolate;
  margin: 0 0 30px;
}

.blog-post__video > iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog-post__reactions {
  background-color: rgba(247, 196, 94, 0.3);
  background: #f0f5f6;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  width: fit-content;
}

.blog-post__reactions-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding-right: 20px;
}

.blog-post__reactions-row {
  display: flex;
  justify-content: center;
}

.blog-post__reaction {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 48px;
  border: 0;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 14px;
  cursor: pointer;
  transition: 0.3s;
}

.blog-post__reaction:hover {
  background-color: #fff;
}

.blog-post__reaction-selected,
.blog-post__reaction-selected:hover {
  background-color: #ec692c;
}

.blog-post__reaction-selected .blog-post__reaction-count,
.promo__text span {
  color: #fff;
}

.blog-post__reaction.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.blog-post__reaction.disabled:hover > svg {
  transform: none;
}

.blog-post__reaction > svg {
  width: 54px;
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
  transition: 0.3s;
  box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.2);
}

.blog-post__reaction:hover > svg {
  transform: scale(1.2);
}

.blog-post__reaction-count {
  padding: 0 26px 0 18px;
  font-size: 22px;
  color: #7d5404;
}

@media (max-width: 690px) {
  .blog-post .course-banner__title h1 {
    width: 100%;
    margin: 150px 0 50px;
  }

  .blog-post .course-banner__row {
    position: static;
    height: auto;
  }

  .blog-post__date {
    font-size: 16px;
    top: -25px;
  }

  .blog-post__meta {
    top: unset;
    bottom: -35px;
  }

  .blog-post__likes,
  .blog-post__views {
    font-size: 16px;
  }

  .blog-post__likes > svg,
  .blog-post__views > svg {
    width: 16px;
    height: 12px;
  }

  .blog-post__content {
    order: 2;
    margin: 0;
  }

  .blog-post__author {
    order: 1;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 20px;
    position: static;
  }

  .blog-post__author-photo {
    max-width: 48px;
    margin: 0 16px 0 0;
  }

  .blog-post__container h2 {
    font-size: 28px;
  }

  .blog-post__container h3 {
    font-size: 20px;
  }
}

.color-69dcbe {
  box-shadow: 0 2px 0#69dcbe;
}

.blog-post__card:hover .blog-post__card-content.color-69dcbe {
  box-shadow:
    0 0 0 2px #69dcbe,
    0 10px 14px -10px rgba(0, 0, 0, 0.2);
}

.color-fabe3c {
  box-shadow: 0 2px 0#fabe3c;
}

.blog-post__card:hover .blog-post__card-content.color-fabe3c {
  box-shadow:
    0 0 0 2px #fabe3c,
    0 10px 14px -10px rgba(0, 0, 0, 0.2);
}

.color-eb3c3c {
  box-shadow: 0 2px 0#eb3c3c;
}

.blog-post__card:hover .blog-post__card-content.color-eb3c3c {
  box-shadow:
    0 0 0 2px #eb3c3c,
    0 10px 14px -10px rgba(0, 0, 0, 0.2);
}

.app-rating-box {
  display: flex;
  align-items: center;
  margin: 0;
}

@media (max-width: 575px) {
  .app-rating-box {
    flex-direction: column;
  }
}

.app-rating-box__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #333;
  padding: 11px 0;
  margin: 0 20px 0 0;
}

@media (max-width: 575px) {
  .app-rating-box__title {
    padding: 0;
    margin: 0;
  }
}

.app-rating-box__container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.app-rating-box__new-row,
.app-rating-box__row {
  line-height: 0;
  display: flex;
  align-items: center;
}

.app-rating-box__item {
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s;
}

.app-rating-box__item:hover {
  color: red;
}

.app-rating-box__star {
  display: inline-block;
  width: 23px;
  height: 20px;
  overflow: visible;
}

@media (max-width: 530px) {
  .bx-touch .bx_item_detail_rating .bx_stars_container {
    height: 44px;
    margin: 4px 0;
  }
}

.app-questions-to-expert {
  padding: 20px;
  background: #f0f5f6;
  border-radius: 10px;
  margin: 0 0 30px;
}

.app-questions-to-expert__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #333;
  margin: 0 0 16px;
}

.app-questions-to-expert__question {
  max-width: 100%;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #232323;
}

.app-questions-to-expert__answer {
  display: flex;
  margin: 0 0 35px;
}

.app-questions-to-expert__image {
  max-width: 50px;
  width: 100%;
  margin: 0 30px 0 0;
}

@media (max-width: 575px) {
  .app-questions-to-expert__image {
    margin: 0 20px 0 0;
  }
}

.app-questions-to-expert__image img {
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  height: 50px;
  width: 50px;
}

@media (max-width: 575px) {
  .app-questions-to-expert__image img {
    height: 40px;
    width: 40px;
  }
}

.app-questions-to-expert__text {
  width: 100%;
  padding: 20px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 10px rgba(170, 165, 195, 0.1);
  position: relative;
}

.app-questions-to-expert__text:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 12px 9px 0;
  border-color: transparent #fff transparent transparent;
}

.app-questions-to-expert__btn {
  align-self: flex-end;
  margin: 20px 0 0;
}

.app-questions-to-expert__btn a:hover {
  color: #fff !important;
}

#scroll-percentage {
  position: fixed;
  bottom: 0;
  left: 0x;
  width: 100vw;
  color: #000;
  margin: 0;
  padding: 0;
  z-index: 1000;
}

#scroll-percentage .percentage {
  display: inline-block;
  background-color: #bfe2ff;
  border-bottom: 4px solid #337ab7;
  height: 4px;
  width: 0;
  box-sizing: content-box;
}

#percentage-value {
  box-sizing: content-box;
  position: fixed;
  bottom: 20px;
  left: 20px;
  height: 100px;
  width: 100px;
  color: #337ab7;
  background-color: #bfe2ff;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  border: 4px solid #337ab7;
  font-size: 26px;
  font-weight: 700;
  z-index: 1000;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.2),
    0 16px 20px rgba(0, 0, 0, 0.2);
}

.promo {
  padding: 80px 0 0;
}

.promo__block {
  border-radius: 20px;
  background: #09b3b9;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 60px;
}

@media (max-width: 767px) {
  .promo__block {
    max-height: 550px;
    padding: 45px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.promo__text {
  font-size: 42px;
  font-weight: 500;
  color: #232323;
}

@media (max-width: 991px) {
  .promo__text {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .promo__text {
    font-size: 28px;
  }
}

.promo__btn {
  border-radius: 100px;
  background: linear-gradient(180deg, #fff 0, #fff 100%);
  display: inline-flex;
  padding: 25px 40px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  cursor: pointer;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 767px) {
  .promo__btn {
    margin-top: 30px;
  }
}

.promo__image-wrap {
  position: absolute;
  width: 500px;
  bottom: 0;
  height: 420px;
  right: 100px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .promo__image-wrap {
    width: 400px;
    height: 350px;
    right: 25px;
  }
}

@media (max-width: 767px) {
  .promo__image-wrap {
    position: static;
    width: inherit;
    margin-top: 30px;
    margin-bottom: -45px;
    height: 420px;
  }
}

.promo__image {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .promo__image {
    width: 320px;
    height: 100%;
  }
}

.app-teachers-wrap {
  padding: 90px 140px 0;
}

@media (max-width: 1200px) {
  .app-teachers-wrap {
    padding: 40px 0 0;
  }
}

@media (max-width: 575px) {
  .app-teachers-wrap {
    padding: 20px 20px 0;
  }
}

@media (max-width: 1200px) {
  .prepod-list {
    grid-template-columns: repeat(auto-fit, 270px) !important;
  }
}

@media (max-width: 767px) {
  .prepod-list {
    grid-template-columns: 1fr 1fr !important;
  }
}

.price-item.app-snowflakes-bg {
  background-image: url(../images/price-bg/snowflakes.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.price-dual-grid {
  gap: 20px;
}

.price-dual-grid .offline,
.price-dual-grid .online {
  width: 100% !important;
}

.app-price-wrap .app-price-nav,
.app-price-wrap .online-menu-block {
  margin-bottom: 40px;
}

.app-price-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.app-price-nav__tab {
  max-width: 200px;
  width: 100%;
}

.app-price-nav__tab .app-btn-price {
  width: 100%;
}

@media (max-width: 767px) {
  .app-price-nav__tab .app-btn-price {
    padding: 10px;
  }
}

.app-price-row {
  display: flex;
  margin: 0-15px;
  flex-wrap: wrap;
  padding: 0 0 30px;
}

.app-price-col {
  display: flex;
  padding: 0 15px;
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0 0 30px;
}

@media (max-width: 1024px) {
  .app-price-col {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .app-price-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-price-section-title {
  font-size: 40px;
  color: #232323;
  margin: 0 0 40px;
}

#price-menu {
  position: absolute;
  margin-top: -115px;
}

.app-price-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f4f0ef;
  border-radius: 20px;
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .app-price-card {
    padding: 20px;
  }
}

.app-price-card.school .app-price-card__price {
  color: #4ea0b5;
}

.app-price-card.school .app-price-card__price .app-school-price {
  display: block;
}

.app-price-card.school .app-price-card__toggle .app-school-toggle {
  font-weight: 600;
}

.app-price-card.online .app-price-card__price .app-online-price,
.app-price-card.school .app-price-card__btn .app-school-button,
.app-price-card.school .app-price-card__discount .app-school-discount,
.app-price-card.school .app-price-card__gift .app-school-gift-icon {
  display: block;
}

.app-price-card.online .app-price-card__price {
  color: #e13c0f;
}

.app-price-card.online .app-price-card__toggle .app-online-toggle {
  font-weight: 600;
}

.app-price-card.online .app-price-card__btn .app-online-button,
.app-price-card.online .app-price-card__discount .app-online-discount,
.app-price-card.online .app-price-card__gift .app-online-gift-icon {
  display: block;
}

.app-price-card__header {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
}

.app-price-card__title h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 120%;
  color: #3b3c3b;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .app-price-card__title h2 {
    font-size: 23px;
  }
}

.app-price-card__time {
  font-size: 16px;
  line-height: 1;
  color: #899aa1;
  font-weight: 500;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 5px 0 0 10px;
}

.app-price-card__time .app-time-icon {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 3px 0 0;
  line-height: 0;
}

.app-price-card__time .app-time-icon path {
  fill: #869895;
}

.app-price-card__toggle {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #606160;
  margin: 0 0 30px;
}

.app-price-card__toggle .app-online-toggle,
.app-price-card__toggle .app-school-toggle {
  font-weight: 400;
  cursor: pointer;
}

.app-price-card__switcher {
  margin: 0 15px;
  line-height: 0;
}

.app-price-card__row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
}

.app-price-card__group {
  position: relative;
  flex: 1 1 50%;
  max-width: 50%;
}

.app-price-card__discount {
  position: absolute;
  top: -11px;
  right: -16px;
}

.app-price-card__discount .app-online-discount,
.app-price-card__discount .app-school-discount {
  border-radius: 100px;
  background: #f6d41a;
  padding: 8px;
  line-height: 8px;
  font-size: 12px;
  display: none;
}

.app-price-card__label {
  font-size: 12px;
  line-height: 1;
  color: #899aa1;
  padding: 0 5px;
  position: absolute;
  background: #f4f0ef;
  top: -8px;
  left: 6px;
}

.app-price-card__input {
  padding: 10px;
  border: 1px solid #899aa1;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
}

.app-price-card__old-price {
  font-size: 10px;
  margin: 0 5px 0 0;
  text-decoration: line-through;
}

.app-price-card__price {
  font-weight: 700;
  font-size: 23px;
  color: #e13c0f;
  line-height: 1;
}

.app-price-card__btn .app-online-button,
.app-price-card__btn .app-school-button,
.app-price-card__price .app-online-price,
.app-price-card__price .app-school-price {
  display: none;
}

.app-price-card__btn {
  margin: 0 0 10px;
}

.app-price-card__btn button {
  width: 100%;
  border-radius: 10px;
}

.app-price-card__gift {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.app-price-card__gift span {
  height: 15px;
  line-height: 1.5;
}

.app-price-card__gift .app-online-gift-icon,
.app-price-card__gift .app-school-gift-icon {
  display: none;
  width: 13px;
  height: 15px;
  margin: 0 3px 0 0;
  line-height: 0;
}

@media (max-width: 576px) {
  .online-menu-block.app-prices-page a {
    width: 50%;
  }
}

.app-voting {
  padding: 20px;
  background: #f0f5f6;
  border-radius: 10px;
  margin: 0 0 30px;
}

.app-voting__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #333;
  margin: 0 0 16px;
}

.app-voting__form.app-voting-result .app-voting__input-group {
  box-shadow: none;
  border: 1px solid #a3c0c6;
  cursor: default;
}

.app-voting__form.app-voting-result .app-voting__input-group.app-winner {
  border: 1px solid #689fab;
}

.app-voting__form.app-voting-result
  .app-voting__input-group.app-winner
  .custom-point {
  background-image: url(../icons/form/check.svg);
  background-color: #689fab;
  border: 2px solid #689fab;
  background-repeat: no-repeat;
  background-position: center;
}

.app-voting__form.app-voting-result .app-voting__input-group:hover {
  transform: translateX(0);
}

.app-voting__form.app-voting-result .app-voting__input-group .app-radio-line {
  z-index: 2;
  cursor: default;
}

.app-voting__form.app-voting-result
  .app-voting__input-group
  .app-radio-line
  input {
  pointer-events: none;
  cursor: default;
}

.app-voting__form.app-voting-result .app-radio-line__text {
  position: relative;
  padding: 0 40px 0 0;
}

.app-voting__input-group {
  position: relative;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin: 0 0 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.app-voting__input-group:hover {
  transform: translateX(5px);
  transition: all 0.2s ease;
}

.app-voting__percent-line {
  display: block;
  position: absolute;
  border-radius: 9px;
  background: rgba(231, 243, 245, 0.5294117647);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.app-voting__hidden-submit,
.app-voting__percent {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
}

.app-voting__hidden-submit {
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 !important;
  opacity: 0;
  cursor: pointer;
}

.app-input,
.app-textarea {
  font-size: 17px;
  line-height: 1.5;
  width: 100%;
  background: #fafafa;
  border: 1px solid #869895;
  border-radius: 5px;
  padding: 14px 20px;
  color: #4c5650;
  resize: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.app-input::placeholder,
.app-textarea::placeholder {
  color: #4c5650;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.app-comment-form input[type="text"]:focus,
.app-input:focus,
.app-textarea:focus {
  border-color: #4c5650;
  color: #4c5650;
}

.app-input:focus::placeholder,
.app-textarea:focus::placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.app-checkbox-line {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 150%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.app-checkbox-line input[type="submit"],
.app-radio-line input[type="submit"],
.app-search-digital-item__btn input[type="submit"] {
  margin-top: 0;
}

.app-checkbox-line__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 10px;
}

.app-checkbox-line input,
.app-radio-line input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  padding: 0;
}

.custom-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 6px;
  background-color: #fbfdf7;
  border: 1px solid #e8e8e8;
}

.app-checkbox-line input:checked ~ .custom-box {
  background-color: #689fab;
  border: 0;
}

.custom-box:after {
  content: "";
  background-image: url(../icons/form/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: none;
}

.app-checkbox-line input:checked ~ .custom-box:after,
.app-radio-line input:checked ~ .custom-point:after {
  display: block;
}

.app-checkbox-line .custom-box:after {
  top: 6px;
  left: 4.5px;
  width: 11px;
  height: 8px;
}

.app-radio-line {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 15px;
  line-height: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.app-radio-line__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #333;
  margin-left: 10px;
}

.custom-point {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #a4c0c6;
  border-radius: 50%;
}

.app-radio-line input:checked ~ .custom-point {
  background-color: #fff;
  border: 1px solid #adff2f;
}

.custom-point:after {
  content: "";
  position: absolute;
  display: none;
}

.app-radio-line .custom-point:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #adff2f;
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 16px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider,
.slider:before {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4ea0b5;
}

.slider:before {
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
}

input:checked + .slider {
  background-color: #e13c0f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.app-faq-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin: 0 0 60px;
}

.app-faq-title h2 {
  margin: 0;
}

.app-faq.hidden {
  display: none;
}

.app-faq__item {
  border-top: 1px solid #aebba9;
  padding: 30px 0;
}

.app-faq__item:last-child {
  border-bottom: 1px solid #aebba9;
}

.app-faq__top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app-faq__title {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  color: #3b6428;
}

.app-faq__title h3 {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

@media (max-width: 576px) {
  .app-faq__title {
    font-size: 16px;
  }
}

.app-faq__arrow {
  transform: rotateZ(45deg);
  transition: all 0.2s ease-out;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin: 0 0 0 24px;
}

@media (max-width: 576px) {
  .app-faq__arrow {
    width: 18px;
    height: 18px;
  }
}

.app-faq__arrow img {
  display: block;
  max-width: 100%;
  height: auto;
}

.app-faq__text {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  font-weight: 400;
  font-size: 17px;
  color: #3b3c3b;
  line-height: 1.6;
}

.app-faq-more-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.app-faq-more-btn__text {
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #878787;
  margin: 0 0 20px;
}

.app-faq-more-btn__icon {
  max-width: 55px;
  width: 100%;
}

.app-faq__top.active .app-faq__arrow {
  transform: rotateZ(180deg);
  transition: all 0.2s ease-out;
}

.app-faq__top.active + .app-faq__text {
  margin: 20px 0 0;
  transition: all 0.2s ease-out;
}

.app-faq__list .app-faq__item:last-child .app-faq__top.active + .app-faq__text {
  margin: 20px 0;
}

.app-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.app-btn-primary {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background: linear-gradient(180deg, #ea541a 0, #e53412 100%);
  border: 0;
  letter-spacing: 0.5px;
  padding: 14px 24px;
}

.app-btn-primary .tooltip-img {
  margin: 0 0 0 10px;
}

.app-btn-primary:hover {
  opacity: 0.8;
}

.app-btn-primary:active {
  filter: brightness(0.9);
}

.app-btn-primary,
.app-btn-secondary,
.btn-transparent {
  font-weight: 600;
  opacity: 1;
  border-radius: 30px;
  width: inherit;
}

.app-btn-secondary {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background: linear-gradient(180deg, #09b3b9 0, #0b8c90 100%);
  border: 0;
  letter-spacing: 0.5px;
  padding: 14px 24px;
}

.app-btn-price svg,
.app-btn-secondary .tooltip-img {
  margin: 0 0 0 10px;
}

.app-btn-secondary:hover {
  opacity: 0.8;
}

.app-btn-secondary:active {
  filter: brightness(0.9);
}

.btn-transparent {
  font-size: 14px;
  line-height: 19px;
  color: #e13c0f;
  background-color: transparent;
  border: 1px solid #e13c0f;
  padding: 14px 16px;
  transition: all 0.2s ease;
}

.btn-transparent:hover {
  color: #fff;
  background-color: #e13c0f;
  border: 1px solid #e13c0f;
}

.btn-transparent:active {
  filter: brightness(0.9);
}

.app-btn-primary-big {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  max-width: 370px;
  width: 100%;
  padding: 20px;
  border-radius: 100px;
  background: linear-gradient(180deg, #ea541a 0, #e53412 100%);
  border: 0;
  font-weight: 600;
  font-size: 21px;
  transition: all 0.5s ease-out 0.1s;
  cursor: pointer;
}

@media (max-width: 992px) {
  .app-btn-primary-big {
    font-size: 16px;
    max-width: max-content;
  }
}

.app-btn-primary-big:hover {
  opacity: 0.7;
}

.app-btn-price,
.app-btn-primary-outline-big {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-btn-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #97b054;
  background-color: transparent;
  padding: 14px 16px;
  opacity: 1;
  border: 1px solid #97b054;
  border-radius: 8px;
  width: inherit;
}

@media (max-width: 576px) {
  .app-btn-price svg {
    width: 15px;
    height: 15px;
  }
}

.app-btn-price,
.app-btn-price svg path {
  transition: all 0.2s ease;
}

.app-btn-price:hover {
  color: #fff;
  background-color: #97b054;
  border: 1px solid #97b054;
}

.app-btn-price:active {
  filter: brightness(0.9);
}

.app-btn-primary-outline-big {
  color: #232323;
  max-width: 370px;
  width: 100%;
  padding: 20px;
  border-radius: 100px;
  background: 0 0;
  border: 2px solid #e53412;
  font-weight: 600;
  font-size: 21px;
  transition: all 0.5s ease-out 0.1s;
  cursor: pointer;
}

@media (max-width: 992px) {
  .app-btn-primary-outline-big {
    font-size: 16px;
    max-width: 100%;
  }
}

.app-btn-primary-outline-big:hover {
  opacity: 0.7;
}

.app-schools-map {
  margin: 40px 0;
}

@media (max-width: 1200px) {
  .app-schools-map {
    margin: 40px 0 0;
  }
}

.app-schools-map__row {
  display: flex;
  margin: 0-10px;
}

@media (max-width: 767px) {
  .app-schools-map__row {
    flex-direction: column;
  }
}

.app-schools-map__left-col {
  color: #869895;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  flex: 1 1;
  padding: 0 10px;
  display: flex;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .app-schools-map__left-col .app-schools-map__tab {
    color: #fff;
    background-color: #869895;
  }
}

.app-schools-map__right-col {
  flex: 1 1 80%;
  padding: 0 10px;
}

.app-schools-map__tabs-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-10px;
}

.app-schools-map__tab-wrap {
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
  margin: 0 0 20px;
}

@media (max-width: 992px) {
  .app-schools-map__tab-wrap {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .app-schools-map__tab-wrap {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-schools-map__tab {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin: 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f4f0ef;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

@media (max-width: 1200px) {
  .app-schools-map__tab {
    font-size: 16px;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .app-schools-map__tab {
    margin: 0;
    width: 100%;
  }
}

.app-requisites__col p,
.app-schools-map__tab span {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .app-schools-map__tab span {
    font-size: 16px;
  }
}

.app-contacts-requisites {
  background: #eff4f6;
  padding-bottom: 100px;
}

.app-anchor {
  position: absolute;
  top: -130px;
}

@media (max-width: 1200px) {
  .app-anchor {
    top: -80px;
  }
}

.app-requisites {
  padding: 100px 0;
  background: #eff4f6;
}

@media (max-width: 1200px) {
  .app-requisites {
    padding: 60px 0;
  }
}

.app-requisites__title h1 {
  padding: 0 0 40px;
}

@media (max-width: 1200px) {
  .app-requisites__title h1 {
    font-size: 30px;
    padding: 0 0 20px;
  }
}

.app-requisites__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.app-requisites__col {
  flex: 1 1 50%;
  max-width: 50%;
}

@media (max-width: 767px) {
  .app-requisites__col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-requisites__col h3 {
  font-weight: 700;
  font-size: 21px;
  color: #e13c0f;
  line-height: 1.2;
  margin-bottom: 6px;
}

.app-requisites__col p {
  color: #4c5650;
  line-height: 1.2;
}

.app-requisites__col img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.app-comment-item-wrap h4 {
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  .app-comment-item-wrap h4 {
    margin-bottom: 40px;
  }
}

.app-author-page .app-blog-post__article h2,
.app-comment-wrap {
  margin: 0 0 30px;
}

.app-comment-item {
  display: flex;
}

.app-comment-item__avatar {
  height: 50px;
  border-radius: 50%;
  background: #9acd32;
  font-size: 21px;
  line-height: 1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-comment-item__avatar,
.app-comment-item__image {
  max-width: 50px;
  width: 100%;
  margin: 0 30px 0 0;
}

.app-comment-answer__image img,
.app-comment-item__image img {
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  height: 50px;
  width: 50px;
}

.app-comment-item__top {
  display: flex;
  line-height: 0;
  align-items: center;
  margin: 0 0 10px;
}

.app-comment-item__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1px;
  color: #333;
  margin: 0 20px 0 0;
}

.app-comment-item__date {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

.app-comment-item__body {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 10px;
}

.app-comment-answer {
  padding: 0 0 0 30px;
  display: flex;
  margin: 20px 0 0;
}

.app-comment-answer__avatar {
  height: 50px;
  border-radius: 50%;
  background: #9acd32;
  font-size: 21px;
  line-height: 1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-comment-answer__avatar,
.app-comment-answer__image {
  max-width: 50px;
  width: 100%;
  margin: 0 30px 0 0;
}

.app-comment-answer__image img {
  border: 1px solid #f8a430;
}

.app-comment-answer__top {
  display: flex;
  line-height: 0;
  align-items: center;
  margin: 0 0 10px;
}

.app-comment-answer__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1px;
  color: #333;
  margin: 0 20px 0 0;
}

.app-comment-answer__date {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

.app-comment-answer__body {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 10px;
}

.app-author-page .app-blog-post-poster {
  border-bottom: 1px solid #f0f4f8;
}

.app-author-page .app-blog-post-poster__title h1 {
  padding: 0 !important;
  margin: 0 0 40px !important;
}

.app-author-page .app-list-numbers-vertical {
  margin: 30px 0;
}

.app-author-page__footer {
  display: none;
}

@media (max-width: 993px) {
  .app-author-page__footer {
    display: block;
  }
}

.app-feedback-btn {
  width: 100%;
  margin: 60px 0;
  padding: 20px;
  background: #f0f5f6;
  border-radius: 10px;
}

.app-feedback-btn__title {
  font-weight: 500;
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #333;
  margin: 0 0 20px;
  text-align: center;
}

.app-feedback-btn__auth {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #969696;
  margin: 20px 0 0;
  text-align: center;
}

.app-feedback-btn__row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-feedback-btn__row.app-disabled .app-feedback-btn__btn {
  opacity: 0.65;
  pointer-events: none;
}

.app-feedback-btn__row.app-disabled
  .app-feedback-btn__btn
  .app-feedback-btn__icon
  path {
  fill: #969696 !important;
}

.app-feedback-btn__col {
  margin: 0 10px;
}

.app-feedback-btn__btn {
  padding: 5px 10px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  line-height: 0;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}

.app-feedback-btn__btn.app-like .app-feedback-btn__icon path {
  fill: #1d8200;
}

.app-feedback-btn__btn.app-like.bx-rating-yes-active,
.app-feedback-btn__btn.app-like:hover {
  background: #1d8200;
  transition: all 0.2s ease;
}

.app-feedback-btn__btn.app-dislike.bx-rating-no-active
  .app-feedback-btn__icon
  path,
.app-feedback-btn__btn.app-dislike:hover .app-feedback-btn__icon path,
.app-feedback-btn__btn.app-like.bx-rating-yes-active
  .app-feedback-btn__icon
  path,
.app-feedback-btn__btn.app-like:hover .app-feedback-btn__icon path {
  fill: #fff;
}

.app-feedback-btn__btn.app-dislike.bx-rating-no-active .app-feedback-btn__count,
.app-feedback-btn__btn.app-dislike.bx-rating-no-active .app-feedback-btn__text,
.app-feedback-btn__btn.app-dislike:hover .app-feedback-btn__count,
.app-feedback-btn__btn.app-dislike:hover .app-feedback-btn__text,
.app-feedback-btn__btn.app-like.bx-rating-yes-active .app-feedback-btn__count,
.app-feedback-btn__btn.app-like.bx-rating-yes-active .app-feedback-btn__text,
.app-feedback-btn__btn.app-like:hover .app-feedback-btn__count,
.app-feedback-btn__btn.app-like:hover .app-feedback-btn__text {
  color: #fff;
}

.app-feedback-btn__btn.app-dislike .app-feedback-btn__icon path {
  fill: #d30b17;
}

.app-feedback-btn__btn.app-dislike.bx-rating-no-active,
.app-feedback-btn__btn.app-dislike:hover {
  background: #d30b17;
  transition: all 0.2s ease;
}

.app-feedback-btn__vote {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.app-feedback-btn__count {
  font-size: 10px;
  line-height: 120%;
  color: #232323;
  font-weight: 400;
  margin: 0 7px 0 0;
}

.app-feedback-btn__icon {
  margin: 0 10px 0 0;
}

.app-feedback-btn__icon svg {
  width: 15px;
}

.app-feedback-btn__text {
  font-size: 16px;
  line-height: 120%;
  color: #232323;
  font-weight: 500;
}

.app-search-digital-item-wrap {
  margin: -40px 0 0;
}

@media (max-width: 992px) {
  .app-search-digital-item-wrap {
    margin: -20px 0 0;
  }
}

.app-search-digital-item__row {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .app-search-digital-item__row {
    flex-direction: column;
    align-items: unset;
  }
}

.app-search-digital-item__col {
  flex: 1 1 50%;
  max-width: 50%;
}

@media (max-width: 992px) {
  .app-search-digital-item__col.app-digital-image {
    order: 2;
  }

  .app-search-digital-item__col.app-digital-form {
    order: 1;
  }

  .app-search-digital-item__col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-search-digital-item__image {
  width: 100%;
}

@media (max-width: 992px) {
  .app-search-digital-item__image {
    max-width: 500px;
    margin: 0 auto;
  }
}

.app-search-digital-item__image img {
  height: auto;
  border-radius: 10px;
}

.app-search-digital-item__form {
  width: 100%;
  padding: 40px;
  background: #fff;
}

@media (max-width: 992px) {
  .app-search-digital-item__form {
    padding: 0;
    margin: 20px 0;
  }
}

.app-search-digital-item__form-board {
  width: 100%;
}

.app-search-digital-item__input-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}

.app-search-digital-item__input-label {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin: 0 0 20px;
  display: block;
}

@media (max-width: 576px) {
  .app-search-digital-item__input-label {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

.app-search-digital-item__input {
  width: 100%;
}

.app-search-digital-item__input input {
  font-size: 17px;
  line-height: 1.5;
  width: 100%;
  background: #fafafa;
  border: 1px solid #869895;
  border-radius: 5px 0 0 5px;
  padding: 14px 20px;
  color: #4c5650;
}

.app-search-digital-item__btn input {
  background: linear-gradient(180deg, #09b3b9 0, #0b8c90 100%);
  font-size: 18px;
  height: 55.5px;
  font-weight: 600;
  display: flex;
  color: #fff;
  border: 0;
  margin: 24px auto 0;
  transition: background-color 0.5s ease-out 0.1s;
  cursor: pointer;
  padding: 15px 30px;
  border-radius: 0 5px 5px 0;
}

.app-search-digital-item__result-phrase {
  width: 100%;
  margin: 0 0 16px;
}

.app-search-digital-item__result-error,
.app-search-digital-item__result-helper {
  width: 100%;
}

.app-search-digital-item__result-error .errortext {
  color: red;
  margin: 0;
  padding: 0;
}

.app-search-digital-item__item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.app-search-digital-item__item-icon {
  flex: 0 0 auto;
  max-width: 40px;
  width: 100%;
  margin: 0 10px 0 0;
}

.app-search-digital-item__image img,
.app-search-digital-item__item-icon img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.app-search-digital-item__item-body {
  color: #232323;
}

.app-simple-table {
  margin: 0 0 30px;
  overflow-x: scroll;
}

@media screen and (max-width: 576px) {
  .app-simple-table {
    overflow-x: auto;
  }
}

.app-simple-table table {
  margin: 1px;
  border-collapse: collapse;
  width: 100%;
  border-radius: 10px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #666;
}

.app-simple-table table thead th:first-child {
  border-radius: 10px 0 0 0;
}

.app-simple-table table thead th:last-child {
  border-radius: 0 10px 0 0;
}

.app-simple-table table td,
.app-simple-table table th {
  border: 1px solid #666;
  padding: 8px 12px;
  vertical-align: middle;
}

.app-simple-table table tr th {
  background: #f69a2f;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.app-programs__pdf-block {
  width: 100%;
}

.app-programs__pdf-block .bx-pdf-container {
  height: 700px !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .app-programs__pdf-block .bx-pdf-container {
    height: 500px !important;
  }
}

.app-programs__pdf-block .bx-pdf-container .toolbarViewerMiddle {
  display: none;
}

.app-quiz-wrap {
  margin: 60px 0 30px;
}

@media (max-width: 576px) {
  .app-quiz-wrap {
    margin: 40px 0 30px;
  }
}

.app-quiz {
  display: flex;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .app-quiz {
    flex-direction: column;
  }
}

.app-quiz__image-block {
  flex: 1 1 50%;
  max-width: 50%;
}

@media (max-width: 767px) {
  .app-quiz__image-block {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-quiz__image-block img {
  object-fit: cover;
  object-position: bottom;
  height: 300px;
  width: 100%;
  border-radius: 20px 0 0 20px;
}

@media (max-width: 767px) {
  .app-quiz__image-block img {
    height: 200px;
    border-radius: 20px 20px 0 0;
  }
}

.app-quiz__text-block {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .app-quiz__text-block {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .app-quiz__text-block {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 20px;
  }
}

.app-quiz__title {
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  color: #333;
  margin: 0 0 20px;
}

.app-quiz__sub-title {
  max-width: 100%;
  font-size: 16px;
  color: #232323;
  align-items: center;
  margin: 0 0 20px;
}

.app-quiz__btn {
  margin: auto 0 0;
  width: 100%;
}

.app-quiz__btn .btn-purple {
  width: inherit;
  color: #946b86;
  height: 50px;
  background: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #946b86;
  transition: all 0.2s ease;
}

.app-quiz__btn .btn-purple:hover {
  background: #946b86;
  color: #fff;
}

@media (max-width: 576px) {
  div.areaForWqec div.wizard-quest-edition-concept2.wqec-active {
    width: 100vw;
  }
}

.app-quiz-aside {
  padding: 15px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.app-quiz-aside__title {
  font-size: 21px;
  line-height: 130%;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px;
}

.app-quiz-aside__text {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 140%;
  margin: 0 0 15px;
}

.app-quiz-aside__btn {
  width: 100%;
}

.app-blog-post__article .app-quiz-aside {
  display: none;
}

@media (max-width: 767px) {
  .app-blog-post__article .app-quiz-aside {
    display: block;
    padding: 30px;
  }
}

.app-service-hero-wrap {
  overflow: hidden;
  padding: 140px 0 0;
  background: #f5fcff;
  margin: -120px 0 40px;
}

@media (max-width: 1200px) {
  .app-service-hero-wrap {
    padding: 70px 0 0;
    margin: -120px 0 0;
  }
}

.app-service-hero {
  margin: 60px 0 0;
}

@media (max-width: 767px) {
  .app-service-hero {
    margin: 40px 0 0;
  }
}

.app-service-hero__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-15px;
  position: relative;
  align-items: center;
  z-index: 5;
}

@media (max-width: 767px) {
  .app-service-hero__row {
    flex-direction: column;
    margin: 70px -15px 0;
  }
}

.app-service-hero__col {
  padding: 0 15px;
  flex: 1 1 50%;
  max-width: 50%;
}

@media (max-width: 767px) {
  .app-service-hero__col {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

.app-service-hero__col:last-child {
  align-self: end;
}

@media (max-width: 767px) {
  .app-service-hero__col:last-child {
    align-self: unset;
  }
}

.app-service-hero__title {
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 64px;
  line-height: 1.2;
}

.app-service-hero__title h1 {
  font-size: 56px !important;
  line-height: 120% !important;
  padding: 0 !important;
  margin: 0 0 40px !important;
}

@media (max-width: 1200px) {
  .app-service-hero__title h1 {
    font-size: 46px !important;
  }
}

@media (max-width: 992px) {
  .app-service-hero__title h1 {
    font-size: 32px !important;
    margin: 0 0 30px !important;
  }
}

.app-service-hero__sub-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 50px;
}

@media (max-width: 992px) {
  .app-service-hero__sub-title {
    font-size: 18px !important;
    margin: 0 0 30px;
  }
}

.app-service-hero__btn {
  margin: 0 0 70px;
  width: max-content;
}

@media (max-width: 576px) {
  .app-service-hero__btn {
    margin: 0 0 20px;
    width: 100%;
  }
}

.app-service-hero__btn .app-btn-primary-big + .app-btn-primary-outline-big {
  margin: 20px 0 0;
}

@media (max-width: 576px) {
  .app-service-hero__btn .app-btn-primary-big,
  .app-service-hero__btn .app-btn-primary-outline-big {
    max-width: 100%;
    height: 60px;
  }
}

.app-service-hero__image img {
  max-height: 580px;
}

@media (max-width: 992px) {
  .app-service-hero__image img {
    max-height: 400px;
  }
}

.app-service-hero__background-ellipse {
  position: absolute;
  z-index: 1;
}

@media (max-width: 992px) {
  .app-service-hero__background-ellipse {
    display: none;
  }
}

.app-service-hero__background-ellipse.red {
  top: 0;
  left: 0;
}

.app-service-hero__background-ellipse.green {
  bottom: 0;
  right: 0;
}

.app-service-video-wrap {
  padding: 100px 0 150px;
}

@media (max-width: 1200px) {
  .app-service-video-wrap {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .app-service-video-wrap {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .app-service-video-wrap {
    padding: 40px 0;
  }
}

.app-service-video video {
  max-width: 570px;
  width: 100%;
}

@media (max-width: 1080px) {
  .app-service-video video {
    max-width: unset;
  }
}

.app-service-video__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-15px;
  position: relative;
  align-items: center;
  z-index: 5;
}

.app-service-video__col {
  padding: 0 15px;
  flex: 1 1 50%;
  max-width: 50%;
}

@media (max-width: 1080px) {
  .app-service-video__col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-service-video__list,
.app-service-video__title {
  margin: 0 0 32px;
}

.app-service-video__title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.app-service-video__list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  height: auto;
  color: rgba(35, 35, 35, 0.8);
  background: 0 0;
  width: 100%;
  position: relative;
  padding: 0 0 0 34px;
  margin: 0 0 18px;
}

.app-service-video__list li:after {
  content: "";
  position: absolute;
  background: url(../images/check.svg) top center/contain no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media (max-width: 1080px) {
  .app-service-video__iframe {
    position: inherit;
    margin: 40px 0 0;
  }
}

.app-service-video__youtube {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  border-radius: 20px;
  isolation: isolate;
  width: 570px;
}

@media (max-width: 1200px) {
  .app-service-video__youtube {
    width: 435px;
  }
}

.app-service-video__youtube iframe,
.landing-vozrast__youtube iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  max-width: 300%;
  height: 100%;
}

.app-service-form-wrap {
  background: #f5fcff;
  overflow: hidden;
  padding: 110px 0 130px;
}

@media (max-width: 1200px) {
  .app-service-form-wrap {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .app-service-form-wrap {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .app-service-form-wrap {
    padding: 40px 0;
  }
}

.app-service-form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-28px;
  position: relative;
  z-index: 5;
}

@media (max-width: 992px) {
  .app-service-form__row {
    flex-direction: column;
  }
}

.app-service-form__col {
  padding: 0 28px;
}

.app-service-form__col:first-child {
  display: flex;
  flex-direction: column;
  flex: 1 1 60%;
  max-width: 60%;
}

@media (max-width: 1200px) {
  .app-service-form__col:first-child {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 992px) {
  .app-service-form__col:first-child {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-service-form__col:last-child {
  flex: 1 1 40%;
  max-width: 40%;
}

@media (max-width: 1200px) {
  .app-service-form__col:last-child {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 992px) {
  .app-service-form__col:last-child {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-service-form__title {
  margin: 0 0 auto;
}

.app-service-description__title h2,
.app-service-form__title h2,
.app-service-list__title h2,
.app-service-prices__title h2,
.app-service-related-courses__title h2,
.app-service-teachers__title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 33.6px;
}

.app-service-form__image img {
  width: 100%;
}

@media (max-width: 992px) {
  .app-service-form__image {
    display: none;
  }
}

.app-service-form__sub-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  margin: 0 0 35px;
}

.app-service-form__list-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-10px 35px;
}

@media (max-width: 767px) {
  .app-service-form__list-row {
    flex-direction: column;
  }
}

.app-service-form__list-col {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .app-service-form__list-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-service-form__item {
  padding: 24px 15px 24px 54px;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  font-size: 16px;
  margin: 0 0 20px;
  color: #232323;
}

@media (max-width: 767px) {
  .app-service-form__item {
    margin: 0 0 10px;
  }
}

.app-service-form__item:before {
  content: "";
  background: url(../images/check.svg) top center no-repeat;
  background-size: contain;
  position: absolute;
  top: 24px;
  left: 15px;
  width: 24px;
  height: 24px;
}

@media (max-width: 992px) {
  .app-service-form__form {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .app-service-form__form .inline-form button[type="submit"],
  .app-service-form__form .popup-form button[type="submit"] {
    font-size: 16px;
  }
}

.app-service-form__form .inline-form {
  border-radius: 20px;
  padding: 35px 40px;
}

.app-service-form__form .popup-form__policy {
  font-size: 11px;
}

.app-service-description-wrap {
  padding: 100px 0;
}

@media (max-width: 1200px) {
  .app-service-description-wrap {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .app-service-description-wrap {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .app-service-description-wrap {
    padding: 40px 0;
  }
}

.app-service-description__title {
  margin: 0 0 35px;
}

.app-service-description__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(35, 35, 35, 0.8);
  margin: 0 0 35px;
}

.app-service-description__text p {
  font-size: inherit;
  margin: 0 0 35px;
}

.app-service-music-genres-wrap {
  margin: 60px 0 0;
}

.app-service-music-genres__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-15px;
  position: relative;
  align-items: center;
  z-index: 5;
}

.app-service-music-genres__col {
  padding: 0 15px;
  flex: 1 1 25%;
  max-width: 25%;
}

@media (max-width: 767px) {
  .app-service-music-genres__col {
    flex: 1 1 50%;
    max-width: 50%;
    margin: 0 0 30px;
  }
}

.app-service-music-genres__block {
  height: 270px;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1490196078);
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 576px) {
  .app-service-music-genres__block {
    padding: 20px;
  }
}

@media (max-width: 410px) {
  .app-service-music-genres__block {
    height: 230px;
  }
}

.app-service-music-genres__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  z-index: 3;
}

.app-service-music-genres__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 33.6px;
  color: #232323;
  margin: auto 0 0;
  z-index: 5;
}

@media (max-width: 576px) {
  .app-service-music-genres__title {
    font-size: 24px;
  }
}

.app-service-music-genres__image {
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 1;
}

.app-service-music-genres__image img {
  max-height: 250px;
}

.app-service-teachers-wrap {
  padding: 100px 0;
}

@media (max-width: 1200px) {
  .app-service-teachers-wrap {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .app-service-teachers-wrap {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .app-service-teachers-wrap {
    padding: 40px 0;
  }
}

.app-service-teachers__header {
  margin: 0 0 50px;
}

@media (max-width: 1200px) {
  .app-service-teachers__header {
    margin: 0;
  }
}

.app-service-teachers__title {
  margin: 0 0 30px;
}

.app-service-teachers__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 20px;
}

.app-service-teachers__body {
  margin: 0 0 40px;
}

.app-service-teachers__carousel {
  overflow: hidden;
}

.app-service-teachers__carousel .landing-club-slider-wrap {
  padding: 0;
}

@media (max-width: 1200px) {
  .app-service-teachers__carousel .landing-club-slider-wrap {
    margin: 0 !important;
  }
}

.app-service-seo-accordion__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  margin: 0 0 30px;
}

.app-service-seo-accordion__hidden {
  display: none;
  margin: 30px 0 0;
}

.app-service-seo-accordion__hidden.active {
  display: block;
  z-index: 1;
}

.app-service-seo-accordion__btn {
  display: flex;
  justify-content: center;
}

.app-service-list-wrap {
  padding: 100px 0;
}

@media (max-width: 1200px) {
  .app-service-list-wrap {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .app-service-list-wrap {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .app-service-list-wrap {
    padding: 40px 0;
  }
}

.app-service-list__title {
  margin: 0 0 30px;
}

.app-service-list__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-5px;
}

@media (max-width: 767px) {
  .app-service-list__row {
    flex-direction: column;
  }
}

.app-service-list__col {
  padding: 0 5px;
  flex: 1 1 50%;
  max-width: 50%;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .app-service-list__col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-service-list__item-wrap {
  padding: 20px;
}

.app-service-list__item {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  height: auto;
  color: rgba(35, 35, 35, 0.8);
  background: 0 0;
  width: 100%;
  position: relative;
  padding: 0 0 0 34px;
}

.app-service-list__item:after {
  content: "";
  position: absolute;
  background: url(../images/check.svg) top center/contain no-repeat;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 0;
  transform: translate(0, -50%);
}

.app-service-prices-wrap {
  padding: 100px 0;
}

@media (max-width: 1200px) {
  .app-service-prices-wrap {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .app-service-prices-wrap {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .app-service-prices-wrap {
    padding: 40px 0;
  }
}

.app-service-prices__title {
  margin: 0 0 35px;
}

.app-service-related-courses-wrap {
  padding: 100px 0;
}

@media (max-width: 1200px) {
  .app-service-related-courses-wrap {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .app-service-related-courses-wrap {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .app-service-related-courses-wrap {
    padding: 40px 0;
  }
}

.app-service-related-courses__title {
  margin: 0 0 35px;
}

.app-service-course-row {
  display: flex;
  align-items: center;
}

.app-service-contacts-wrap {
  padding: 100px 0;
  background: #f5fcff;
}

@media (max-width: 1200px) {
  .app-service-contacts-wrap {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .app-service-contacts-wrap {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .app-service-contacts-wrap {
    padding: 40px 0;
  }
}

.app-service-contacts {
  display: flex;
  justify-content: space-between;
}

.app-service-contacts__text-block {
  max-width: 570px;
}

.app-service-contacts__title {
  margin: 0 0 18px;
}

.app-service-contacts__title h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 52.5px;
  color: #3b3c3b;
}

@media (max-width: 992px) {
  .app-service-contacts__title h2 {
    font-size: 32px;
  }
}

.app-service-contacts__sub-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  color: rgba(35, 35, 35, 0.6509803922);
  margin: 0 0 18px;
}

.app-service-contacts__phone {
  font-size: 50px;
  font-weight: 700;
  line-height: 43.5px;
  color: #e13c0f;
  margin: 0 0 15px;
}

.app-service-contacts__email a,
.app-service-contacts__email a:hover,
.app-service-contacts__phone a,
.app-service-contacts__phone a:hover,
.app-service-timelines__text p,
.app-service-timelines__text span {
  color: inherit;
}

@media (max-width: 992px) {
  .app-service-contacts__phone {
    font-size: 32px;
  }
}

.app-service-contacts__email {
  font-size: 32px;
  font-weight: 700;
  line-height: 43.5px;
  color: #e13c0f;
  margin: 0 0 15px;
}

@media (max-width: 992px) {
  .app-service-contacts__email {
    font-size: 27px;
  }
}

.app-service-contacts__time {
  font-size: 20px;
  font-weight: 500;
  line-height: 22.5px;
  color: rgba(35, 35, 35, 0.6509803922);
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .app-service-contacts__icon-block {
    display: none;
  }
}

.app-service-map-wrap {
  padding: 100px 0;
}

@media (max-width: 1200px) {
  .app-service-map-wrap {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .app-service-map-wrap {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .app-service-map-wrap {
    padding: 40px 0;
  }
}

.app-service-star {
  width: 210px;
  height: 210px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: url(../images/services/star.svg) center center no-repeat;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-size: contain;
  font-weight: 500;
  display: flex;
}

@media (max-width: 992px) {
  .app-service-star {
    width: 150px;
    height: 150px;
    font-size: 16px;
  }
}

.app-red-color {
  color: #e13c0f;
}

.app-show-all {
  font-weight: 500;
  line-height: 18.2px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.app-service-timelines-wrap {
  padding: 20px;
  margin-bottom: 70px;
}

.app-service-timelines__row {
  display: flex;
  margin-bottom: 40px;
}

.app-service-timelines__year {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 140%;
  color: #ccc;
  margin-right: 5px;
  min-width: 75px;
}

.app-service-timelines__figures {
  position: relative;
}

.app-service-timelines__point-wrap {
  padding: 10px;
}

.app-service-timelines__point {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f8a532;
  position: relative;
  z-index: 2;
}

.app-service-timelines__line,
.app-service-timelines__line-end,
.app-service-timelines__line-end-triangle {
  width: 6px;
  height: calc(100% + 30px);
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 17px;
  z-index: 1;
  background: #eaeff5;
}

.app-service-timelines__line-end,
.app-service-timelines__line-end-triangle {
  height: calc(100% - 30px);
}

.app-service-timelines__line-end-triangle {
  height: calc(100% - 20px);
  top: 15px;
}

.app-service-timelines__triangle {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 2;
  width: 20px;
}

.app-service-timelines__triangle img {
  width: 20px;
}

.app-service-timelines__text {
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(35, 35, 35, 0.8);
}

.app-service-reviews-wrap {
  background: #f5fcff;
  padding: 100px 0 60px;
}

@media (max-width: 1200px) {
  .app-service-reviews-wrap {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .app-service-reviews-wrap {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .app-service-reviews-wrap {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .app-service-reviews .courses-public-video {
    padding: 20px 0;
  }
}

.app-service-reviews__title {
  margin: 0 0 32px;
}

.app-service-reviews__title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 33.6px;
}

.app-service-reviews__carousel {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .app-service-reviews .landing-istorii-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .app-service-reviews .landing-istorii-grid {
    grid-template-columns: 1fr;
  }
}

.app-service-review-wrap {
  padding: 20px 15px;
}

.app-service-review {
  height: 100%;
  max-width: 400px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.app-service-review__avatar,
.app-service-review__header {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.app-service-review__avatar {
  max-width: 50px;
  width: 100%;
  height: 50px;
  border-radius: 50%;
  margin: 0 20px 0 0;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  flex: 0 0 auto;
  justify-content: center;
  background: #0a3a68;
}

.app-service-review__description {
  display: flex;
  flex-direction: column;
}

.app-service-review__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1px;
  color: #333;
  margin: 0 0 5px;
}

.app-service-review__sub-title {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

.app-service-review__text {
  line-height: 1.4;
  font-size: 14px;
}

.app-service-section__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-15px;
}

.app-service-section__col {
  padding: 0 15px;
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0 0 30px;
}

@media (max-width: 992px) {
  .app-service-section__col {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .app-service-section__col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-service-section-card {
  border-radius: 20px;
  cursor: pointer;
}

.app-service-section-card:hover .app-service-section-card__img {
  opacity: 0.8;
}

.app-service-section-card__img {
  flex: 1 1 auto;
  height: 100%;
  margin: 0 0 20px;
  transition: all 0.2s ease;
}

.app-service-section-card__img img {
  object-fit: cover;
  max-height: 200px;
  width: 100%;
  border-radius: 20px;
  object-position: top;
}

.app-service-section-card__title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 0 20px;
}

.landing-vozrast__youtube-frame {
  align-self: start;
  position: absolute;
  top: 0;
  right: 0;
}

.landing-vozrast__youtube {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  border-radius: 20px;
  isolation: isolate;
  width: 570px;
}

.landing-vozrast__youtube .mute-button {
  display: flex;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  z-index: 6;
  right: 20px;
  opacity: 0.5;
  transition: opacity 0.4s;
}

.landing-vozrast__youtube:hover .mute-button {
  opacity: 1;
}

.landing-vozrast__youtube .mute-button .sound,
.landing-vozrast__youtube .mute-button.active .stop {
  display: block;
}

.landing-vozrast__youtube .mute-button .stop,
.landing-vozrast__youtube .mute-button.active .sound {
  display: none;
}

@media (max-width: 1080px) {
  .landing-vozrast__youtube-frame::before {
    border-width: 3px;
    margin-left: -9px;
    margin-top: -9px;
  }

  .landing-vozrast__youtube {
    width: calc(100vw - 30px);
  }

  .landing-vozrast__youtube-frame {
    position: relative;
  }
}

@media (max-width: 1200px) {
  .app-master-class-wrap h1 {
    padding: 30px 0 !important;
  }

  .app-master-class-wrap {
    margin-top: 0 !important;
  }
}

.app-master-class-wrap.master-classes-actual-list {
  grid-row-gap: 30px;
}

@media (max-width: 1200px) {
  .app-master-class-wrap .master-classes-item .zakaz-button {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .master-classes-item {
    overflow: hidden;
  }
}

.master-classes-item .master-classes-pc-btn {
  display: block;
}

@media (max-width: 576px) {
  .master-classes-item .master-classes-pc-btn {
    display: none;
  }
}

.master-classes-archive button,
.master-classes-item .master-classes-mobile-btn {
  display: none;
}

@media (max-width: 576px) {
  .master-classes-item .master-classes-mobile-btn {
    display: block;
    grid-column: 1 / span 2;
    margin: -30px 0 0;
  }

  .master-classes-item .master-classes-mobile-btn button {
    min-width: 100%;
  }
}

@media (max-width: 576px) {
  .online-menu-block a {
    font-size: 14px !important;
  }
}

.app-telegram {
  border-radius: 20px;
  padding: 25px;
  display: flex;
  align-items: center;
  margin: 0 0 50px;
  opacity: 1;
  border: 1px #2aa1dd solid;
  background: #2aa1dd;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 576px) {
  .app-telegram {
    flex-direction: column;
  }
}

.app-telegram__icon-block {
  flex: 1 1 100%;
  max-width: 80px;
  width: 100%;
  margin: 0 25px 0 0;
  background: #fff;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .app-telegram__icon-block {
    margin: 0 0 10px;
  }
}

.app-telegram__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  color: #fff;
  margin: 0 0 10px;
}

@media (max-width: 576px) {
  .app-telegram__title {
    font-size: 24px;
    text-align: center;
  }
}

.app-telegram__sub-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}

@media (max-width: 576px) {
  .app-telegram__sub-title {
    font-size: 16px;
    text-align: center;
  }
}

.app-telegram__btn-block {
  margin: 0 0 0 auto;
}

@media (max-width: 576px) {
  .app-telegram__btn-block {
    margin: 20px 0 0;
    width: 100%;
  }
}

.app-telegram__btn {
  margin: 0 0 0 20px;
}

@media (max-width: 576px) {
  .app-telegram__btn {
    margin: 0;
  }
}

.app-telegram__btn a:hover {
  color: #fff;
}

@media (max-width: 576px) {
  .app-telegram__btn a {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.app-courses-hero-wrap {
  overflow: hidden;
  padding: 160px 0 0;
  background: #f5fcff;
  margin: -120px 0 40px;
}

@media (max-width: 1200px) {
  .app-courses-hero-wrap {
    padding: 70px 0 0;
    margin: -120px 0 0;
  }
}

.app-courses-hero {
  margin: 60px 0 0;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .app-courses-hero {
    margin: 40px 0 0;
  }
}

.app-courses-hero__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-15px;
  align-items: center;
  z-index: 5;
}

@media (max-width: 767px) {
  .app-courses-hero__row {
    flex-direction: column;
    margin: 70px -15px 0;
  }
}

.app-courses-hero__text-block {
  padding: 0 15px;
  flex: 1 1 50%;
  max-width: 50%;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .app-courses-hero__text-block {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

.app-courses-hero__image-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
}

@media (max-width: 576px) {
  .app-courses-hero__image-block {
    display: block;
    position: relative;
  }
}

.app-courses-hero__title {
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 64px;
  line-height: 1.2;
}

.app-courses-hero__title h1 {
  font-size: 56px !important;
  line-height: 120% !important;
  padding: 0 !important;
  margin: 0 0 40px !important;
}

@media (max-width: 1200px) {
  .app-courses-hero__title h1 {
    font-size: 46px !important;
  }
}

@media (max-width: 992px) {
  .app-courses-hero__title h1 {
    font-size: 32px !important;
    margin: 0 0 30px !important;
  }
}

.app-courses-hero__sub-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 50px;
}

@media (max-width: 992px) {
  .app-courses-hero__sub-title {
    font-size: 18px !important;
    margin: 0 0 30px;
  }
}

.app-courses-hero__btn {
  margin: 0 0 70px;
  width: max-content;
}

@media (max-width: 576px) {
  .app-courses-hero__btn {
    margin: 0 0 20px;
    width: 100%;
  }
}

.app-courses-hero__btn .app-btn-primary-big + .app-btn-primary-outline-big {
  margin: 20px 0 0;
}

@media (max-width: 576px) {
  .app-courses-hero__btn .app-btn-primary-big,
  .app-courses-hero__btn .app-btn-primary-outline-big {
    max-width: 100%;
    height: 60px;
  }
}

.app-courses-hero__image img {
  max-height: 580px;
  width: 100%;
}

@media (max-width: 992px) {
  .app-courses-hero__image img {
    max-height: 400px;
  }
}

.app-courses-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0-12px;
}

.app-courses-col {
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 12px;
  display: flex;
  margin: 0 0 24px;
}

@media (max-width: 992px) {
  .app-courses-col {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .app-courses-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-course-item {
  width: 100%;
  padding: 20px;
  background-color: #f4f0ef;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 200px;
  border: 2px solid transparent;
  transition: all 0.5s ease-out 0.1s;
}

.app-course-item.color-fabe3c {
  border-bottom: 2px #fabe3c;
}

.app-course-item.color-eb3c3c {
  border-bottom: 2px #eb3c3c;
}

.app-course-item.color-69dcbe {
  border-bottom: 2px #69dcbe;
}

.app-course-item.color-e13c0f {
  border-bottom: 2px #e13c0f;
}

.app-course-item.color-ff8c78 {
  border-bottom: 2px #ff8c78;
}

.app-course-item.color-0f820a {
  border-bottom: 2px #0f820a;
}

.app-course-item.color-a3a5ba {
  border-bottom: 2px #a3a5ba;
}

.app-course-item__text-block {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  min-height: 100%;
}

.app-course-item__online {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #3b3c3b;
  padding: 10px 15px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  margin: 0 0 auto;
  white-space: nowrap;
  width: max-content;
}

@media (max-width: 767px) {
  .app-course-item__online {
    font-size: 10px;
    line-height: 16px;
  }
}

.app-course-item__online:before {
  content: "";
  display: block;
  width: 19px;
  height: 15px;
  background: url(../images/online.svg) no-repeat center;
  margin: 0 10px 0 0;
}

.app-course-item__title {
  margin: auto 0 5px;
}

.app-course-item__title h2 {
  font-weight: 600;
  font-size: 21px;
  line-height: 140%;
  color: #3b3c3b;
  margin: 0 !important;
}

@media (max-width: 1200px) {
  .app-course-item__title h2 {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (max-width: 767px) {
  .app-course-item__title h2 {
    font-size: 16px;
    line-height: 140%;
  }
}

.app-course-item__price {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #e13c0f;
}

.app-course-item__image-block {
  flex: 1 1 50%;
  display: flex;
}

.app-course-item__img {
  margin: 0 0 0 auto;
}

.app-course-item__img img {
  max-width: 100%;
  max-height: 160px;
}

.app-course-cards {
  margin: 0 0 40px;
}

.app-course-cards__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-15px;
}

.app-course-cards__col {
  padding: 0 15px;
  flex: 1 1 50%;
  max-width: 50%;
  margin: 0 0 30px;
  display: flex;
}

.app-course-cards__col:nth-child(1) .app-course-card__icon {
  background-image: url(../images/courses-etapi-1.svg);
}

.app-course-cards__col:nth-child(2) .app-course-card__icon {
  background-image: url(../images/courses-etapi-2.svg);
}

.app-course-cards__col:nth-child(3) .app-course-card__icon {
  background-image: url(../images/courses-etapi-3.svg);
}

.app-course-cards__col:nth-child(4) .app-course-card__icon {
  background-image: url(../images/courses-etapi-4.svg);
}

@media (max-width: 767px) {
  .app-course-cards__col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-course-card {
  background: #f3f0ef;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  border-radius: 20px;
  width: 100%;
}

.app-course-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
}

.app-course-card__icon {
  width: 55px;
  height: 55px;
}

.app-course-card__number {
  color: rgba(0, 0, 0, 0.07);
  text-align: center;
  font-size: 100px;
  font-weight: 500;
  line-height: 80px;
}

.app-course-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.app-course-card__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #3b3c3b;
}

.app-course-card__text {
  font-size: 17px;
  color: #3b3c3b;
  margin: 0;
}

.app-show-all-wrap {
  margin: 0 0 35px;
}

.app-show-all {
  cursor: pointer;
  color: #e13c0f;
  text-decoration: underline;
  font-size: 17px;
}

.app-show-all:hover {
  color: #e13c0f;
  text-decoration: none;
}

.app-similar-courses .courses-soput {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .app-similar-courses .courses-soput {
    margin-top: 0;
  }
}

.app-seo-text__preview {
  margin-bottom: 10px;
}

.app-seo-text__full {
  display: none;
  margin-bottom: 20px;
  animation: seoTextFadeIn 0.5s ease-in-out;
}

@media (max-width: 1200px) {
  .istorii-list {
    grid-template-rows: 420px !important;
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 767px) {
  .istorii-list {
    grid-template-rows: 350px !important;
    grid-template-columns: repeat(auto-fit, 100%) !important;
  }
}

.istorii-item img {
  width: 100% !important;
  object-fit: cover !important;
  object-position: top !important;
}

@media (max-width: 1200px) {
  .landing-prepod-head-grid {
    grid-template-columns: 1fr max-content !important;
  }
}

@media (max-width: 767px) {
  .landing-prepod-head-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1200px) {
  .trial-lesson__content {
    flex-direction: column !important;
  }

  .trial-lesson__text {
    width: 100% !important;
  }

  .trial-lesson__text ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }
}

@media (max-width: 767px) {
  .trial-lesson__text ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  .trial-lesson__text ul li {
    max-width: 100%;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .trial-lesson__title {
    width: 100% !important;
  }
}

@media (max-width: 1239px) and (min-width: 700px) {
  .trial-lesson__image {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .inline-form {
    max-width: 600px;
    margin: 0 auto;
  }

  .landing-preim-item {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 767px) {
  .landing-preim-item {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1200px) {
  .landing-preim-item img {
    order: unset !important;
  }
}

@media (max-width: 767px) {
  .landing-preim-item img {
    order: 1 !important;
  }
}

@media (max-width: 1210px) {
  .landing-vozrast__youtube-frame {
    align-self: start !important;
    position: relative !important;
    width: 50% !important;
  }
}

@media (max-width: 1200px) {
  .landing-vozrast__youtube-frame,
  .landing-vozrast__youtube-frame .landing-vozrast__youtube {
    width: 100% !important;
  }

  .courses-detail .landing-vozrast {
    padding: 40px 0 !important;
  }
}

@media (max-width: 1200px) and (min-width: 700px) {
  .courses-detail .landing-vozrast__image,
  .courses-etapi .seo-text-3__image {
    display: none !important;
  }

  .landing-napravlenia .landing-napravlenia__items {
    gap: 30px !important;
  }

  .landing-club-slider-oblojka .landing-club-slider-wrap {
    margin-right: unset !important;
  }
}

@media (max-width: 1200px) {
  .landing-banner__media {
    height: 400px !important;
  }
}

@media (max-width: 425px) {
  .landing-banner__media {
    height: 255px !important;
  }
}

@media (max-width: 1200px) {
  .landing-banner__media img {
    top: -200px !important;
  }
}

@media (max-width: 425px) {
  .landing-banner__media img {
    top: -100px !important;
  }
}

@media (max-width: 1200px) {
  .about__first-block {
    flex-direction: column !important;
  }

  .about__first-block .about__video {
    width: 100% !important;
  }

  .about__first-block .numbers {
    grid-template-rows: auto !important;
    justify-content: unset !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 30px !important;
  }
}

@media (max-width: 767px) {
  .about__first-block .numbers {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1200px) {
  .about__first-block .numbers > div {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .princep-raboti .mesto {
    width: 100% !important;
    grid-template-rows: auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 30px !important;
  }
}

@media (max-width: 767px) {
  .princep-raboti .mesto {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1200px) {
  .princep-raboti p {
    width: 100% !important;
  }

  .about .founder .container {
    display: flex !important;
    width: 100% !important;
    flex-wrap: wrap !important;
  }

  .about .founder .founder-text {
    width: 100% !important;
    flex: 1 1 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 767px) {
  .about .founder .founder-text {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .about .founder .founder__image {
    width: 100% !important;
    flex: 1 1 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 767px) {
  .about .founder .founder__image {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .about .founder .founder__image img {
    max-height: 400px !important;
    object-fit: contain !important;
  }

  .prepod-list {
    overflow-x: hidden !important;
  }

  .online-menu-block {
    max-width: 100% !important;
  }
}

.filials-grid {
  justify-content: unset !important;
  grid-template-columns: repeat(auto-fit, 200px) !important;
}

@media (max-width: 1200px) {
  .course-banner .course-banner__row {
    display: flex !important;
    flex-direction: column !important;
  }
}

@media (max-width: 767px) {
  .course-banner .course-banner__row {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .course-banner .course-banner__buttons,
  .course-banner .course-banner__image {
    margin: 0 auto !important;
  }
}

.course-banner .course-banner__buttons .course-banner__order-button {
  margin: 0 0 50px !important;
}

@media (max-width: 767px) {
  .course-banner .course-banner__buttons .course-banner__order-button {
    margin: 30px 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 1200px) and (min-width: 700px) {
  .band-repertuar .band-repertuar__text {
    padding: 0 !important;
  }
}

@media (max-width: 700px) {
  .band-repertuar .band-repertuar__text {
    padding-bottom: 350px !important;
  }
}

@media (max-width: 1200px) and (min-width: 700px) {
  .band-repertuar .band-repertuar__image {
    display: none !important;
  }
}

@media (max-width: 690px) {
  .banner-donate {
    padding: 0 0 30px !important;
  }
}

@media (max-width: 1200px) and (min-width: 700px) {
  .banner-donate .banner-donate__qrcode {
    max-width: 400px !important;
    margin: 30px 0 0 !important;
  }
}

@media (max-width: 1200px) {
  .prepod-detail__main .prepod-detail__photo img {
    max-width: 600px !important;
    width: 100% !important;
  }

  .prepod-detail__main .prepod-detail__feature {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
    width: 100% !important;
    margin: 0 0 30px !important;
  }
}

@media (max-width: 767px) {
  .prepod-detail__main .prepod-detail__feature {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1200px) {
  .prepod-detail__main .prepod-detail__feature .prepod-detail__item {
    margin: 0 !important;
  }

  .prepod-detail__more .prepod-detail__more-column {
    width: 100% !important;
  }
}

.app-home-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0-15px;
}

.app-home-card-col {
  display: flex;
  padding: 0 15px;
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .app-home-card-col {
    max-width: 100%;
    flex: 1;
    margin: 0px;
    padding: 0px;
  }
}

.app-home-card {
  font-size: 19px;
  color: #232323;
  font-weight: 500;
  border-radius: 20px;
  background: #f4f0ef;
  padding: 30px;
  max-width: 100%;
  margin-bottom: 21px;
}

.app-home-card p,
.app-home-card span {
  color: #232323 !important;
}

.app-home-card:before {
  content: "";
  display: block;
  background: url(../images/check.svg) no-repeat center;
  width: 48px;
  height: 48px;
  margin: 0 0 16px;
}

.app-home-card,
.cookie-container {
  position: relative;
}

.cookie {
  width: 100%;
  background: #fed9bb;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20000000000;
  transition: all 0.3s ease-out;
}

.cookie__block {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 767px) {
  .cookie__block {
    flex-direction: column;
  }
}

.cookie__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #232323;
}

.cookie__btn-group {
  display: flex;
  align-items: center;
}

@media (max-width: 440px) {
  .cookie__btn-group {
    flex-direction: column;
    width: 100%;
  }
}

.cookie-btn {
  display: flex;
  align-items: center;
  width: 150px;
  height: 40px;
  background: #e13c0f;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  justify-content: center;
  transition: all 0.2s ease-out 0.1s;
  cursor: pointer;
  border: 0;
}

.cookie-btn:hover {
  background: #d03f10;
}

.app-comment-form-wrap {
  position: relative;
}

.app-comment-form {
  z-index: 5;
  background: #fafafa;
  padding: 40px;
  border-radius: 20px;
}

.app-comment-form__form {
  width: 100%;
}

.app-comment-form__top {
  display: flex;
  align-items: center;
}

.app-comment-form__input {
  flex: 1 1 50%;
  margin: 0 16px 0 0;
}

.app-comment-form__input:last-child,
.popup-window .bx-filter-select-popup ul li:last-child {
  margin: 0;
}

.app-comment-form__body {
  margin: 0 0 20px;
}

.app-comment-form__textarea {
  width: 100%;
  line-height: 0;
}

.app-comment-form__text {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
}

.app-comment-form__btn {
  margin: 20px 0 0;
}

.app-comment-form__btn input {
  margin: 0;
}

@media (max-width: 1200px) {
  .app-comment-form__btn input {
    max-width: max-content !important;
  }
}

@media (max-width: 576px) {
  .app-comment-form__btn input {
    max-width: inherit !important;
  }
}

.app-comment-form__text-waiting {
  text-align: center;
  margin: 0 0 30px;
}

.app-comment-form__title-success {
  font: 900 32px/1.2;
  margin: 0 0 20px;
}

.app-comment-form__text-success {
  font: 600 22px/1.5;
}

.app-comment-form input[type="text"] {
  font-size: 17px;
  line-height: 1.5;
  width: 100%;
  background: #fafafa;
  border: 1px solid #869895;
  border-radius: 5px;
  padding: 14px 20px;
  color: #4c5650;
  margin: 0 0 16px;
}

.app-callback-form-input input[type="text"]::placeholder,
.app-callback-form-input textarea::placeholder,
.app-comment-form input[type="text"]::placeholder,
.app-search-input__input input::placeholder {
  color: #869895;
  opacity: 1;
}

.app-comment-form input[type="text"].error {
  border-color: #d03f10;
  border-radius: 5px 5px 0 0;
}

.app-callback-form-input input[type="text"].error::placeholder,
.app-comment-form input[type="text"].error::placeholder {
  color: #d03f10;
}

.app-comment-form button[type="submit"] {
  background-color: #e46036;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  display: flex;
  color: #fff;
  border-radius: 32px;
  border: 0;
  margin: 24px auto 0;
  transition: background-color 0.5s ease-out 0.1s;
  cursor: pointer;
  padding: 15px 60px;
}

@media (max-width: 576px) {
  .app-comment-form button[type="submit"] {
    margin: 20px 0 0;
    width: 100%;
    display: inline-block;
  }
}

.app-callback-form-btn button[type="submit"]:hover,
.app-comment-form button[type="submit"]:hover {
  background-color: #d03f10;
}

@media (max-width: 1200px) {
  .app-comment-form {
    border-radius: 20px;
    padding: 25px;
  }

  .app-comment-form__text-success {
    font-size: 20px;
  }

  .app-comment-form__title-success {
    font-size: 30px;
  }
}

.app-search-input {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.app-search-input__input {
  width: 100%;
}

.app-search-input__input input {
  height: 36px;
  font-size: 13px;
  line-height: 130%;
  width: 100%;
  background: 0 0;
  border: 1px solid #e2e9e2;
  border-radius: 8px 0 0 8px;
  border-right: 0;
  padding: 14px 20px;
  color: #4c5650;
}

.app-search-input__input input:focus {
  border-color: #53bb21;
  color: #4c5650;
}

.app-search-input__btn .app-btn {
  padding: 5px 10px;
  border-radius: 0 8px 8px 0;
  background: #53bb21;
}

.app-filter-wrap.bx-filter {
  font-family: inherit;
}

.app-filter-wrap .bx-filter-select-container {
  border: 0 !important;
}

.app-filter-wrap .bx-filter-select-block {
  height: 36px;
  border: 1px solid #e2e9e2;
  padding: 0 33px 0 20px;
  border-radius: 8px;
}

.app-filter-wrap .bx-filter-select-text {
  font-size: 13px;
  height: 36px;
}

.app-filter-wrap .bx-filter-popup-result {
  font-size: 13px;
  font-weight: 400;
  z-index: 915;
  display: none;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  color: #3f3f3f;
  min-height: inherit;
  line-height: inherit;
  border: 0;
  position: absolute;
  left: 0;
  bottom: -25px;
}

.app-filter.active {
  margin: 0 0 30px;
}

.app-filter__title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 0 20px;
}

.app-filter__title img {
  max-width: 17px;
  margin: 0 0 0 20px;
}

.app-filter__title.active .app-filter__title-arrow {
  transform: rotateZ(180deg);
}

.app-filter__title-arrow {
  transform: rotateZ(45deg);
  transition: all 0.2s ease-out;
}

.app-filter__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-10px;
}

.app-filter__col {
  padding: 0 10px;
  flex: 0 0 200px;
}

@media (max-width: 576px) {
  .app-filter__col {
    flex: 1 1 100%;
  }
}

.app-filter__label {
  font-size: 12px;
  margin: 0 0 10px;
}

.app-filter__btn-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.app-filter__btn {
  margin: 0 10px 0 0;
}

.app-filter__hidden-block {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.app-filter-del,
.app-filter-set {
  font-weight: 500;
  font-size: 13px;
  width: max-content;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.app-filter-set {
  border: 1px solid #52bb21;
  border-radius: 8px;
  color: #52bb21;
}

.app-filter-set:hover {
  color: #fff;
  background-color: #52bb21;
}

.app-filter-del {
  border: 1px solid #e13c0f;
  color: #e13c0f;
}

.app-filter-del:hover {
  color: #fff;
  background-color: #e13c0f;
}

.app-filter-del,
.popup-window {
  border-radius: 8px;
}

.popup-window .bx-filter-select-popup ul li {
  margin: 0 0 5px;
}

.popup-window .bx-filter-select-popup ul li label {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  padding: 0 10px;
}

.popup-window .bx-filter-select-popup ul li label:hover {
  border-radius: 4px;
  background: #eef5ee;
}

.app-callback-form-wrap {
  position: relative;
}

.app-callback-form {
  border-radius: 20px;
  padding: 35px 40px;
  width: 100%;
  background: #fafafa;
}

.app-callback-form-title,
.app-callback-form-title h2 {
  color: #333;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 20px;
}

.app-callback-form-sub-title {
  font-size: 16px;
  color: #232323;
  margin: 0 0 30px;
}

.app-callback-form-input input[type="text"] {
  font-size: 17px;
  line-height: 1.5;
  width: 100%;
  background: #fafafa;
  border: 1px solid #869895;
  border-radius: 5px;
  padding: 14px 20px;
  color: #4c5650;
  margin: 0 0 16px;
}

.app-callback-form-input input[type="text"]:focus {
  border-color: #4c5650;
  color: #4c5650;
}

.app-callback-form-input input[type="text"].error {
  border-color: #d03f10;
  border-radius: 5px 5px 0 0;
}

.app-callback-form-input textarea {
  margin: 0 0 16px;
}

.app-callback-form-btn button[type="submit"] {
  background-color: #e46036;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  display: flex;
  color: #fff;
  border-radius: 32px;
  border: 0;
  margin: 24px auto 0;
  transition: background-color 0.5s ease-out 0.1s;
  cursor: pointer;
  padding: 15px 60px;
}

@media (max-width: 576px) {
  .app-callback-form-btn button[type="submit"] {
    margin: 20px 0 0;
    width: 100%;
    font-size: 16px;
    display: inline-block;
  }
}

.app-callback-form-btn input {
  margin: 0;
}

@media (max-width: 1200px) {
  .app-callback-form-btn input {
    max-width: max-content !important;
  }
}

@media (max-width: 576px) {
  .app-callback-form-btn input {
    max-width: inherit !important;
  }
}

.app-callback-form-text {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
}

.app-callback-form-text-waiting {
  text-align: center;
  margin: 0 0 30px;
}

.app-callback-form-title-success {
  font: 900 32px/1.2;
  margin: 0 0 20px;
}

.app-callback-form-text-success {
  font: 600 22px/1.5;
}

.app-service-popup,
.app-universal-popup {
  max-width: 480px;
  width: 100%;
}

.app-service-popup .app-callback-form {
  padding: 0;
  background: 0 0;
}

.app-universal-popup a,
.app-universal-popup button {
  cursor: pointer;
}

.app-universal-popup__card-wrap {
  position: relative;
  display: flex;
}

.app-universal-popup__back-card,
.app-universal-popup__front-card {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.app-universal-popup__front-card {
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.app-universal-popup__back-card {
  position: absolute;
  z-index: 1;
  transform: rotateY(180deg);
}

.app-popup-image,
.app-universal-popup__back-card,
.app-universal-popup__form-wrap {
  display: flex;
  flex-direction: column;
}

.app-universal-popup__submit button {
  text-align: center;
  justify-content: center;
}

.app-popup-image {
  position: relative;
}

.app-popup-image img {
  width: 100%;
}

.app-popup-image span {
  font-size: 21px;
  line-height: 26px;
  color: #000;
  margin: 15px 0;
  text-align: center;
}

.app-popup-image button {
  min-width: 250px;
  margin: 20px auto 0;
}

.app-universal-popup__card-wrap.active .app-universal-popup__front-card {
  transform: rotateY(-180deg);
}

.app-universal-popup__card-wrap.active .app-universal-popup__back-card {
  transform: rotateY(0);
}

.jBox-container:has(
    .app-universal-popup .app-universal-popup__card-wrap.active
  ) {
  background: #fff;
}

@media (max-width: 1239px) {
  .jBox-container:has(
      .app-universal-popup .app-universal-popup__card-wrap.active
    ) {
    padding: 0 0 25px;
  }
}

.fancybox-skin {
  border-radius: 8px;
}

.app-modal-service {
  max-width: 500px;
  width: 100%;
  padding: 20px;
  position: relative;
}

.app-modal-service__header {
  margin: 0 0 20px;
}

.app-modal-service__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 0;
  cursor: pointer;
}

.app-modal-service__close-btn:hover {
  opacity: 0.7;
}

.app-modal-service__close-btn img {
  max-width: 20px;
  width: 100%;
}

.app-modal-service__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #333;
  margin: 0 0 20px;
}

.app-modal-service__text {
  margin: 0 0 10px;
}

.app-footer .logo-block,
.app-modal-service__body {
  margin: 0 0 20px;
}

.app-footer {
  display: block;
  background: #fdedea;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .app-footer {
    padding: 30px 0;
  }
}

.app-footer__top {
  max-width: 100%;
}

@media (max-width: 991px) {
  .app-footer__top {
    max-width: 700px;
    margin: 0 auto;
  }
}

.app-footer__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0-15px;
}

.app-footer__logo-mobile {
  display: none;
}

@media (max-width: 767px) {
  .app-footer__logo-mobile {
    display: block;
    max-width: 200px;
    margin: 0 0 40px;
  }
}

.app-footer__col {
  padding: 0 15px;
  flex: 1 1 25%;
  max-width: 25%;
}

@media (max-width: 991px) {
  .app-footer__col {
    flex: 1 1 50%;
    max-width: 50%;
    /* margin: 0 0 40px; */
  }

  .app-footer__col:first-child {
    order: 4;
  }
}

@media (max-width: 767px) {
  .app-footer__col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.app-footer__logo {
  max-width: 200px;
  width: 100%;
  margin: 0 0 50px;
}

@media (max-width: 820px) {
  .app-footer__logo {
    margin: 0 auto 20px;
  }
}

@media (max-width: 576px) {
  .app-footer__logo {
    margin: 0 auto;
  }
}

.app-footer__social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px;
}

.app-footer__social a {
  display: block;
  width: 32px;
  height: 32px;
  /* background-color: #e53412; */
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

.app-footer__social a:hover {
  background-color: #aebba9;
}

.app-footer__social .tg {
  background-image: url(../images/tg-footer.svg);
  /* background-size: 20px; */
}

.app-footer__social .vk {
  background-image: url(../images/vk.svg);
}

.app-footer__social .yt {
  background-image: url(../images/yt.svg);
}

.app-footer__social .rt {
  background-image: url(../images/rutube.svg);
}

.app-footer__copyright {
  color: rgba(35, 35, 35, 0.65);
  font-size: 12px;
}

.app-footer__company-text,
.app-footer__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.app-footer__company-text {
  color: var(--primary-text-ultralight, #626e8e);
  line-height: normal;
}

.app-footer__company-text.text-desktop {
  display: block;
}

@media (max-width: 767px) {
  .app-footer__company-text.text-desktop {
    display: none;
  }
}

.app-footer__company-text.text-mobile {
  display: none;
}

@media (max-width: 767px) {
  .app-footer__company-text.text-mobile {
    display: block;
    max-width: inherit;
    margin: 24px 0;
    text-align: center;
  }
}

.app-footer__title {
  color: var(--primary-outline, #b3bacb);
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.app-footer__list {
  display: flex;
  flex-direction: column;
}

.app-footer__item {
  color: var(--primary-text-ultralight, #626e8e);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.app-footer__item:hover a {
  border-bottom: 1px solid #626e8e;
}

.app-footer__bottom {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .app-footer__bottom {
    flex-direction: column;
  }
}

.app-footer__social-block {
  padding: 0 24px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .app-footer__social-block {
    justify-content: center;
  }
}

.app-footer__trust-block {
  padding: 0 24px;
  display: flex;
  align-items: center;
}

.app-footer__trust-text {
  color: var(--primary-surface, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 576px) {
  .app-footer__trust-text {
    font-size: 12px;
  }
}

.app-footer__trust-star {
  max-width: 16px;
  width: 100%;
  margin: 0 8px;
}

.app-container-404 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.app-multiple-price-lists .price-list-section {
  margin: 0 0 65px;
}

.app-multiple-price-lists .price-list-section:last-child {
  margin: 0;
}

@media (max-width: 400px) {
  .price-item .vigoda {
    font-size: 11px;
  }
}

@media (min-width: 425.98px) and (max-width: 1024px) {
  .all-button {
    max-width: 250px !important;
  }
  .container {
    max-width: 90% !important;
  }

  .landing-banner__preview {
    width: 50% !important;
  }
  .landing-banner__detail {
    font-size: 16px !important;
    padding-top: 30px !important;
    width: 50% !important;

    position: absolute !important;
    top: 68% !important;
  }
  .landing-banner .star {
    width: 150px !important;
    height: 150px !important;
    background-size: contain;
    font-size: 16px !important;
    margin-top: 5px;
    bottom: -73%;
  }
  .landing-banner__media {
  }
  .landing-banner__media img {
    bottom: 0% !important;
    top: auto !important;
  }

  .landing-vozrast video {
    max-width: none !important;
  }

  .landing-vozrast .title {
    max-width: 70% !important;
  }

  .landing-vozrast .title2,
  .landing-vozrast h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .app-home-cards {
    display: flex;
    gap: 10px;
    margin: 0 0 20px 0;
    flex-wrap: nowrap;
  }
  .app-home-card {
    margin-bottom: 0px;
    padding: 20px !important;
  }

  .landing-preim-item {
    grid-template-columns: 1fr 1fr !important;
  }

  .landing-prepod-head-grid {
    grid-template-columns: 2fr 1fr !important;
    margin-bottom: 0px !important;
  }
  .landing-prepod .star {
    margin-top: -10%;
  }

  .app-service-hero__col {
    flex: 1 1 !important;
  }
  .app-service-hero__row {
    flex-direction: row !important;
  }

  .about__video video {
    max-width: 100% !important;
  }

  .prepod-list {
    column-gap: 15px;
  }
  .teacher-photo-slider {
    max-width: 100% !important;
  }

  .courses-detail .landing-video,
  .courses-detail .landing-video-link {
    max-width: 100% !important;
  }

  .app-footer__top {
    max-width: 100% !important;
  }
  .app-footer__div {
    width: 100% !important;
    flex-direction: row-reverse;
  }
}

@media (max-width: 425px) {
  .app-footer__div {
    flex-wrap: wrap;
    width: 100% !important;
    flex-direction: row-reverse;
  }
}
.app-footer__div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 70%;
}

.container.landing-club-slider-oblojka {
  overflow: auto !important;
  scrollbar-width: none;
  scroll-behavior: smooth;
  user-select: none;
}
.landing-club-slider-wrap {
  overflow: unset !important;
}
