/* Стили для страницы services.html */
/* Автоматически извлечено из style.css */

:root {
  --main-font: 'DM Sans', sans-serif;
  --second-font: 'Inter', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 360px;
  background: #ffffff;
  color: #f0f0f0;
  padding-top: 215px;
  font-family: var(--main-font);
}

body:has(.header.closed) {
  padding-top: 68px;
}

main {
  overflow: hidden;
}

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

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

input,
textarea,
button,
select,
label {
  font-family: var(--main-font);
  border: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1308px;
  padding: 0 16px;
  margin: 0 auto;
}

.header {
    max-width: 1308px;
    padding: 20px 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 30;
    background-color: #544844;
    min-height: 215px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 0 0 50px 50px; 
}

.header__global {
  display: grid;
  grid-template-columns: 1fr 582px;
  align-items: end;
  gap: 13px;
  padding-top: 10px;
}

.header__notice {
  position: relative;
  padding: 50px 58px 50px 30px;
  background: #473d3a url() no-repeat;
  background-position: bottom left;
  border-radius: 20px;
}

.header__flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__close {
  position: absolute;
  background: none;
  padding: 0;
  top: 16px;
  right: 16px;
}

@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 10px rgba(242, 95, 76, 0.5), 0 0 20px rgba(242, 95, 76, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(242, 95, 76, 0.8), 0 0 30px rgba(242, 95, 76, 0.5);
  }
}

@keyframes shine {
  0% {
    left: -100%;
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  40%, 100% {
    left: 200%;
    opacity: 0;
  }
}

.second-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 14px 62px;
  background: #f8692a;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
  
}

.header__flex .second-button:not(.second)::before,
.never__right .second-button:not(.second)::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-25deg);
  animation: shine 4s infinite ease-in-out;
  z-index: 1;
  pointer-events: none;
}

.second-button:hover {
  background: #f15e4b;
  transform: translateY(-2px);
}

.second-button.active {
  background: #f25f4c;
}

.header__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .second-button {
    padding: 12px 40px;
    font-size: 14px;
  }
  
  .never__right {
    gap: 15px;
  }
}

.header__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  margin: 0;
}

.header__text__color {
 color: #f8692a;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  width: fit-content;
  margin-bottom: 20px;
}

.header__span {
  font-family: var(--second-font);
  font-weight: 700;
  font-size: 128px;
  line-height: 110%;
  text-align: center;
  color: #252525;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  padding-right: 20px;
}

.header__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  transition: 0.3s;
}

.header__link:hover {
  color: #f15e4b;
}

.hero__input {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #252525;
  padding: 17px 19px;
  border-radius: 10px;
  background: #fafdff;
  outline: none !important;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border: 1px solid transparent;
}

.hero__input::placeholder {
  color: #656667;
}

.hero__input:hover {
  border: 1px solid #c9eec5;
}

.hero__input:focus {
  border: 2px solid #c9eec5;
  padding: 16px 18px;
}

.hero__input.error {
  border: 2px solid #fe1d1d;
  padding: 16px 18px;
}

.hero__form {
  flex-grow: 1;
  width: 100%;
}

.hero__main {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 20px;
  margin-bottom: 23px;
}

.main-button {
  font-family: var(--second-font);
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 14px 20px;
  background: #f8692a;
  border-radius: 10px;
  transition: 0.3s;
}

.main-button:hover {
  background: #f15e4b;
}

.main-button:active {
  background: #f25f4c;
}

.main-button:disabled {
  color: #fff;
  background: #f5f5f5;
}

.main-button:disabled .main-button__icon {
  filter: brightness(6);
}

.preloader {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  padding: 15px;
  background-color: #fff;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

body:has(.preloader:not(.hidden)) {
  overflow: hidden;
}

.preloader__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + -60px));
}

.main-button__arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.hero__label {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 129%;
  color: #fff;
  cursor: pointer;
  padding-left: 34px;
  
}

.hero__label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #fafdff;
  transition: 0.3s;
}

.hero__label:hover:before {
  background-color: #f4faff;
}

.hero__label:has(input:checked):after {
  opacity: 1;
}

.hero__checkbox {
  display: none;
}

.hero__label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: 0.3s;
  opacity: 0;
  background: url(../img/icons/check.svg) no-repeat center / cover;
}

.hero__politic {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #f8692a;
}

.main-button.third {
  padding: 14px 53px;
}

.fillform__title {
  font-family: var(--second-font);
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.fillform__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 20px;
}

.hero__form.second .hero__main {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 13px;
}

.hero__form.second .hero__label {
  margin-bottom: 33px;
}

.slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  padding: 0;
  flex-shrink: 0;
  background: #f5f5f5;
  transition: 0.3s;
}

.slider-arrow__icon {
  transition: 0.3s;
}

.slider-arrow:hover {
  background: #434343;
}

.slider-arrow:active {
  background: #252525;
}

.slider-arrow:hover .slider-arrow__icon {
  filter: brightness(10);
}

.slider-arrow.swiper-button-disabled {
  background: #f5f5f5;
}

.slider-arrow.swiper-button-disabled .slider-arrow__icon {
  filter: brightness(10);
}

.experts__slide {
  border: 2px solid #f8692a;
  border-radius: 30px;
  padding: 24px 28px;
  display: flex;
  height: auto;
  flex-direction: column;
}

.experts__image {
  width: 100%;
  border-radius: 26px;
  margin-bottom: 30px;
}

.experts__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #252525;
  margin-bottom: 10px;
}

.pricelistname {
color: #252525;
font-weight: 700;
font-size: 24px;
text-align: center;
padding-top: 20px;
}

.pricelist__txt {
  color: #f8692a;
  font-weight: 700;
  font-size: 24px;
}

.experts__post {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #252525;
  margin-bottom: 30px;
}

.experts__list {
  padding: 0;
  margin: 0;
}

.experts__point+.experts__point {
  margin-top: 10px;
}

.experts__point {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #252525;
  padding-left: 28px;
  position: relative;
}

.experts__point:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #c9eec5 url(../img/icons/price-check.svg) no-repeat center;
  background-size: 12px 12px;
}

.cost .container {
  max-width: 1308px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.main-button.third {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  background: #f8692a;
  color: #FFFFFF;
  border-radius: 10px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 283px;
  width: 100%;
}

.main-button.third:hover {
  background: #000000;
  transform: translateY(-2px);
}

.main-button__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px;
}

.main-button__icon {
  width: 28px;
  height: 28px;
}

@media (max-width: 576px) {
  .cost__title {
    font-size: 28px;
    line-height: 34px;
  }
  
  .cost__top {
    padding: 20px 15px 25px;
  }
  
  .cost__top::before {
    bottom: -25px;
    width: 60px;
    height: 30px;
  }
  
  .cost__price {
    font-size: 20px;
    line-height: 26px;
  }
  
  .main-button.third {
    padding: 12px 16px;
    font-size: 14px;
  }
  
  .main-button__arrow {
    width: 30px;
    height: 30px;
  }
  
  .main-button__icon {
    width: 24px;
    height: 24px;
  }
  
  .accordion__button {
    font-size: 15px;
    line-height: 20px;
  }
  
  .accordion__icon {
    width: 24px;
    height: 24px;
  }
}

.footer {
  background: #665753;
  padding: 60px 0;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 34px;
  border-bottom: 1px solid #e3f2ff;
  margin-bottom: 39px;
}

.footer__phone {
  position: relative;
  padding-left: 40px;
}

.footer__phone:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../img/icons/phone.svg) no-repeat center / cover;
  top: 4px;
  left: 0;
  background-color: #fff;
  border-radius: 4px;
}

.footer__number {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  display: block;
  margin-bottom: 2px;
}

.footer__numbertwo {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  display: block;
  margin-bottom: 2px;
  white-space: nowrap;
}

.footer__get {
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  color: #fff;
}

.footer__messenger {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.footer__mess {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  width: 36px;
  height: 36px;
}

.footer__write {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #fff;
  margin-bottom: 0;
}

.footer__email {
  position: relative;
  padding-left: 42px;
}

.footer__email:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../img/icons/mail.svg) no-repeat center / cover;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 4px;
}

.footer__email-value {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  display: block;
  /* margin-bottom: 6px; */
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  width: 36px;
  height: 36px;
}

.footer__middle {
  margin-bottom: 30px;
}

.footer__menu {
  display: flex;
  gap: 131px;
}

.footer__caption {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__dropdown {
  display: none;
}

.footer__link+.footer__link {
  margin-top: 5px;
}

.footer__link {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.footer__third {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e3f2ff;
  margin-bottom: 40px;
}

.mapsyandexadress {
  color: #fff;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 4px;
}

.footer__name {
  font-family: var(--second-font);
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #fff;
}

.footer__bottom {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
}

.footer__copy__right {
  color: #fff;
}

.footer__copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #fff;
  margin-bottom: 10px;
}

.footer__politic {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  text-align: center;
  color: #fff;
}

.scroll-to-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  position: fixed;
  z-index: -10;
  right: 20px;
  bottom: 82px;
  background: #252525;
  padding: 0;
  opacity: 0;
  transition: 0.3s;
}

.scroll-to-top:hover {
  background: #f15e4b;
}

.scroll-to-top:active {
  background: #f25f4c;
}

.scroll-to-top.active {
  z-index: 20;
  opacity: 1;
}

.footer__fill {
  transition: 0.3s;
}

.footer__mess:hover .footer__fill {
  fill: #f15e4b;
}

.footer__mess:hover .footer__stroke {
  stroke: #f15e4b;
}

.footer__social:hover .footer__fill {
  fill: #f15e4b;
}

.footer__social:hover .footer__stroke {
  stroke: #f15e4b;
}

.second-button.second {
  padding: 14px 25px;
  display: none;
}

.header:not(.scrolled) .footer__numberone {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header.scrolled .footer__numberone {
    display: block;
    opacity: 1;
    visibility: visible;
}

.header.scrolled .footer__numberone {
    animation: fadeInNumber 0.3s ease forwards;
}

@keyframes fadeInNumber {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header.closed,
.header.fixed {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 30;
  background: none;
  min-height: 68px;
}

.header .second-button.second {
  transform: translateX(-30px);
  opacity: 0;
}

.header.closed .header__notice,
.header.fixed .header__notice {
  display: none;
}

.header.closed .header__global,
.header.fixed .header__global {
  padding: 8px 20px;
  background: #473d3a;
  border-radius: 0 0 20px 20px;
}

.header.closed .header__wrapper,
.header.fixed .header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header.closed .header__global,
.header.fixed .header__global {
  display: block;
}

.header.closed .second-button.second,
.header.fixed .second-button.second {
  margin-left: 20px;
  display: block;
  transform: translateX(0);
  opacity: 1;
}

.header.closed .header__icon,
.header.fixed .header__icon {
  width: auto;
}

.header.closed .header__logo,
.header.fixed .header__logo {
  gap: 4px;
  margin: 0;
}

.header.closed .header__span,
.header.fixed .header__span {
  font-size: 24px;
}

.header.closed .header__nav,
.header.fixed .header__nav {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0px;
}

.header,
.header__notice,
.header__global,
.header__wrapper,
.header__logo,
.header__span,
.header__nav,
.second-button,
.header__link {
  transition: all 0.3s ease;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: minmax(300px, 628px);
  transition: 0.3s;
  z-index: -10;
  overflow: hidden;
  padding: 30px 16px;
}

.modal__bg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
}

.modal__window {
  position: relative;
  background: #665753;
  border-radius: 30px;
  padding: 62px 40px 34px;
  max-width: 628px;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
  transform: translateY(100px);
}

.modal__close {
  position: absolute;
  top: 30px;
  right: 40px;
  padding: 0;
  background: none;
}

.modal.active {
  z-index: 150;
  overflow-y: auto;
}

.modal.active .modal__window {
  z-index: 151;
  opacity: 1;
  transform: translateY(0);
}

.modal.active .modal__bg {
  z-index: 150;
  opacity: 1;
}

.modal__caption {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #252525;
  margin-bottom: 20px;
}

.modal__window.third {
  padding: 30px 51px 53px;
  background-color: #d0eaff;
  background-image: url(../img/modal-cloud-1.png), url(../img/modal-cloud-2.png);
  background-repeat: no-repeat;
  background-position: 32px 133px, calc(100% - 53px) calc(100% - 134px);
  background-size: 100px 100px;
}

.modal.active .modal__window.third {
  z-index: 155;
}

.modal__window.third .modal__close {
  top: 16px;
  right: 16px;
}

.modal-success {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-success__icon {
  margin-bottom: 20px;
}

.modal-success__caption {
  font-family: var(--second-font);
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #252525;
  margin-bottom: 10px;
}

.modal-success__accept {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgba(37, 37, 37, 0.9);
  max-width: 250px;
  width: 100%;
  margin: 0 auto 14px;
}

.modal-success__specs {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgba(37, 37, 37, 0.9);
  max-width: 360px;
  width: 100%;
  margin: 0 auto 56px;
}

.modal-success__bottom {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #252525;
  max-width: 479px;
  width: 100%;
  margin: 0 auto 25px;
}

.teachers {
  padding: 120px 0;
}

.teachers__title {
  max-width: 1006px;
  width: 100%;
  margin: 0 auto 40px;
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #252525;
}

.teachers .teachers__slider .experts__slide {
  height: auto !important;
}

.teachers .experts__list {
  margin-bottom: 0;
}

.slider-controls {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.swiper .slider-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: fit-content;
}

.swiper .slider-pagination .slider-bullet {
  border-radius: 4px;
  padding: 10px;
  width: 36px;
  height: 36px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: var(--second-font);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #252525;
  background: transparent;
  transition: 0.3s;
  margin: 0;
}

.swiper .slider-pagination .slider-bullet:hover {
  background: #f5f5f5;
}

.swiper .slider-pagination .slider-bullet.swiper-pagination-bullet-active {
  background: #252525;
  color: #fff;
}

.reviews-page__slider .swiper-pagination {
  display: none;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide.reviews-page__slide {
  border: 2px solid #f5f5f5;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
  flex-shrink: 0;
}

.swiper-slide.reviews-page__slide:hover {
  border-color: #ddd;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}

.slider-arrow {
  background: none;
  border: 2px solid #ff7732;
  border-radius: 50%;
  cursor: pointer;
  padding: 8px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slider-arrow:hover {
  border-color: #252525;
  background: #252525;
}

.slider-arrow:hover .slider-arrow__icon {
  filter: invert(1);
}

.slider-arrow.swiper-button-disabled {
  cursor: not-allowed;
}

.slider-pagination {
  display: flex;
  gap: 8px;
}

.reviews-page__slider .swiper-slide {
  width: calc(33.333% - 14px) !important;
}

@media (max-width: 1024px) {
  .reviews-page__title {
    font-size: 32px;
  }
  
  .swiper-slide.reviews-page__slide {
    height: 300px;
  }
  
  .reviews-page__slider .swiper-slide {
    width: calc(50% - 8px) !important;
  }
}

@media (max-width: 768px) {
  .reviews-page {
    padding: 60px 0;
  }
  
  .reviews-page__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .swiper-slide.reviews-page__slide {
    height: 250px;
    padding: 10px;
  }
  
  .reviews-page__slider .swiper-slide {
    width: 100% !important;
  }
}

.header__burger {
  padding: 0;
  background: none;
  display: none;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  z-index: -10;
}

.header-mobile.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 100;
}

.header-mobile.active .header-mobile__bg {
  z-index: 100;
  opacity: 1;
}

.header-mobile__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -10;
  transition: all 0.1s ease;
  opacity: 0;
}

.header-mobile__inner {
  position: absolute;
  top: 0;
  padding: 64px 16px 30px;
  right: 0;
  bottom: 0;
  max-width: 294px;
  width: 100%;
  background-color: #fff;
  z-index: 900;
  height: 100%;
  overflow-y: auto;
  transition: all 0.2s ease;
  transform: translateX(100%);
  border-radius: 30px 0 0 30px;
}

.header-mobile__close {
  padding: 0;
  background: none;
  position: absolute;
  top: 16px;
  right: 16px;
}

.header-mobile.active .header-mobile__inner {
  transform: translateX(0);
}

.header-mobile__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.header-mobile__nav .header__link {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
}

.header-mobile__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #252525;
}

.hero__capsule.third {
  max-width: 137px;
}

.hero__capsule.first {
  padding-top: 12px;
}

.hero__capsule.second {
  max-width: 100%;
  width: 100%;
}

.hero__capsule.second .hero__more {
  max-width: 103px;
}

@media (max-width: 1130px) {
  .header__global {
    grid-template-columns: 1fr;
  }

  .header__span {
    font-size: 90px;
  }

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

  .header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .header__logo {
    margin: 0;
  }

  body {
    padding-top: 318px;
  }

  body:has(.header.closed) {
    padding-top: 68px;
  }

  body:has(.header.fixed) {
    padding-top: 68px;
  }

  .header.closed,
  .header.fixed {
    min-height: 68px;
  }
}

@media (max-width: 1000px) {
  .header__wrapper {
    flex-direction: column;
  }

  .hero__main {
    grid-template-columns: 1fr;
  }

  .hero__main .main-button {
    justify-content: center;
    width: 100%;
  }

  .steps__global {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cost__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .header.fixed .header__nav {
    margin: 0;
    padding-right: 0px;
  }

  body {
    padding-top: 376px;
  }

  body:has(.header.closed) {
    padding-top: 180px;
  }

  body:has(.header.fixed) {
    padding-top: 180px;
  }

  .header.closed .header__nav,
  .header.fixed .header__nav {
    margin: 0 auto;
    padding-right: 0px;
  }
}

@media (max-width: 800px) {
  .hero__global {
    padding: 60px 30px 0;
  }

  .who__block {
    grid-template-columns: 1fr;
  }



  .effective__block {
    grid-template-columns: 1fr;
  }

  .effective__item {
    grid-column: span 1;
  }

  .effective__item.long {
    grid-column: span 1;
  }

  .effective__title {
    max-width: 100%;
    text-align: center;
  }

  .effective__inner {
    max-width: 100%;
  }

  .fillform__block {
    grid-template-columns: 1fr;
  }

  .fillform__image {
    height: auto;
  }

  .why__block {
    grid-template-columns: 1fr;
  }

  .never__main {
    grid-template-columns: 1fr;
  }

  .never__cursor {
    display: none;
  }

  .never__bottom {
    grid-template-columns: 1fr;
  }

  .price__block {
    grid-template-columns: 1fr;
  }

  .cost__block {
    grid-template-columns: 1fr;
  }

  .cost__image {
    display: none;
  }

  .cost__left {
    max-width: 100%;
  }

  .cert__block {
    grid-template-columns: 1fr 1fr;
  }

  .footer__third {
    gap: 50px;
  }

  body {
    padding-top: 404px;
  }
}

@media (max-width: 600px) {
  .header {
    padding: 8px 0;
    min-height: 128px;
  }

  .price__block {
    gap: 16px;
  }

  .header__notice {
    padding: 12px 33px 15px 16px;
    border-radius: 12px;
    background-size: 54px;
  }

  .header__logo {
    gap: 4px;
    margin: 0;
  }

  .header__close {
    width: 18px;
    height: 18px;
    top: 4px;
    right: 4px;
  }

  .header__text {
    font-size: 14px;
    line-height: 150%;
  }

  .second-button {
    font-size: 12px;
    padding: 7px 16px;
  }

  .header__global {
    gap: 8px;
  }

  .header__span {
    font-size: 40px;
  }

  .header__nav {
    display: none;
  }

  .header__burger {
    display: block;
  }

  .header__wrapper {
    gap: 15px;
    flex-direction: row;
  }

  .hero__title {
    display: none;
    font-size: 36px;
    max-width: 291px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .hero__title.mobile {
    display: block;
    padding-top: 40px;
  }

  .hero__subtitle {
    display: none;
  }

  .hero__global {
    padding: 40px 8px;
    background: #665753;
    border-radius: 30px;
  }

  .hero__clouds {
    display: none;
  }

  .hero {
    margin-bottom: 80px;
  }

  .hero__info {
    display: flex;
  }

  .hero .main-button {
    margin-top: 16px;
  }

  .hero__bottom {
    flex-direction: column-reverse;
    gap: 0;
  }

  .hero__image {
    max-width: initial;
    width: calc(100% + 16px);
    margin: -90px -8px 0;
    display: none;
  }

  .hero__image.mobile {
    display: block;
  }

  .hero .hero__form {
    background: #473d3a;
    border-radius: 20px;
    padding: 16px;
  }

  .hero__input {
    font-size: 14px;
    padding: 17px 19px;
    line-height: 129%;
  }

  .hero__input.first {
    margin-bottom: 8px;
  }

  .hero__input.second {
    margin-bottom: 16px;
  }

  .hero__main {
    gap: 0;
    margin-bottom: 16px;
  }

  .main-button {
    padding: 11px 24px;
  }

  .main-button__arrow {
    width: 32px;
    height: 32px;
  }

  .main-button__icon {
    width: 24px;
  }

  .hero__label {
    padding-left: 32px;
    font-size: 12px;
  }

  .hero__label:before {
    top: 0;
    transform: none;
  }

  .hero__label:after {
    top: 2px;
    transform: none;
  }

  .help__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }


  .help__image {
    width: 101px;
    top: -33px;
    bottom: initial;
  }

  .help__title {
    max-width: 250px;
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 8px;
  }

  .help__subtitle {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 26px;
  }

  .help .main-button {
    padding: 11px 14px;
  }

  .video {
    padding-top: 80px;
    margin-bottom: 64px;
  }

  .video__round {
    border-radius: 26px;
  }

  .steps__align {
    display: flex;
  }

  .steps__left .main-button {
    display: none;
  }

  .blue-first {
    padding: 40px 0;
  }

  .steps__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    max-width: 323px;
    width: 100%;
    margin: 0 auto 28px;
  }

  .steps__global {
    gap: 0;
  }

  .steps__item+.steps__item {
    margin-top: 16px;
  }

  .steps__item {
    padding: 12px 16px;
    border-radius: 20px;
  }

  .steps__caption {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 6px;
  }

  .steps__text {
    font-size: 16px;
    line-height: 150%;
  }

  .steps__block {
    margin-bottom: 28px;
  }

  .steps {
    margin-bottom: 80px;
  }

  .steps .main-button {
    padding: 11px 32px;
  }

  .who__title {
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 10px;
  }

  .who__subtitle {
    max-width: 235px;
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin: 0 auto 28px;
  }

  .who__block {
    gap: 16px;
  }

  .who__item {
    border-radius: 20px;
    padding: 12px 16px 13px;
  }

  .who__caption {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 0;
  }

  .who__subcuption {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
  }

  .who__image {
    border-radius: 20px;
    margin-bottom: 16px;
  }

  .who__point+.who__point {
    margin-top: 8px;
  }

  .program__bottom {
    display: flex;
    flex-direction: column-reverse;
  }

  .program__right {
    border-radius: 20px;
    display: none;
    width: 100%;
  }

  .program__right.mobile {
    display: block;
  }

  .program__left {
    border-radius: 20px;
    padding: 16px;
  }

  .program {
    padding-top: 80px;
    margin-bottom: 80px;
  }

  .program__title {
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 20px;
  }

  .program__pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 28px;
  }

  .program__pill {
    text-align: center;
    font-size: 16px;
    padding: 12px 15px;
  }

  .program__pill:nth-child(2) {
    order: 3;
    grid-column: span 2;
  }

  .program__heading {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
  }

  .program__point+.program__point {
    margin-top: 10px;
  }

  .program__point {
    padding: 0 0 0 42px;
    max-width: 325px;
  }

  .program__square {
    width: 28px;
    height: 28px;
    top: 4px;
  }

  .program__icon {
    width: 18px;
  }

  .program__list {
    margin-bottom: 28px;
  }

  .program__blue {
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 80px;
  }

  .program__mobtitle {
    display: block;
  }

  .program__tabs {
    gap: 12px;
    padding-bottom: 15px;
    margin-bottom: 16px;
  }

  .program__tab {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 10px 10px;
    width: 100%;
  }

  .program__tab:nth-child(1),
  .program__tab:nth-child(2) {
    width: calc(50% - 6px);
  }

  .program__tab:nth-child(3) {
    width: calc(100% - 12px - 103px);
  }

  .program__tab:nth-child(4) {
    width: 103px;
  }

  .program__tab:nth-child(5) {
    width: 100%;
  }

  .program__tab:last-child {
    grid-column: span 2;
  }

  .program__caption {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 12px;
  }

  .program__description {
    font-size: 16px;
    line-height: 150%;
  }

  .effective__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 28px;
  }

  .effective__block {
    gap: 16px;
  }

  .effective {
    margin-bottom: 80px;
  }

  .effective__item {
    padding: 16px;
  }

  .why {
    padding-top: 80px;
    margin-bottom: 80px;
  }

  .fillform__image {
    border-radius: 20px;
  }

  .fillform__main {
    border-radius: 20px;
    padding: 16px 16px 24px;
  }

  .fillform__title {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 8px;
  }

  .fillform__subtitle {
    text-align: center;
    margin-bottom: 16px;
    line-height: 129%;
  }

  .fillform .main-button.second {
    width: 100%;
    justify-content: center;
    padding: 11px 15px;
  }

  .fillform .hero__form.second .hero__label {
    margin-bottom: 24px;
  }

  .fillform .hero__form.second .hero__main {
    gap: 8px;
    margin-bottom: 16px;
  }

  .why__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    padding-bottom: 12px;
  }

  .why__block {
    gap: 16px;
  }

  .why__item {
    border-radius: 20px;
    padding: 16px;
  }

  .why__caption {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 8px;
  }

  .why__text {
    font-size: 16px;
    line-height: 150%;
  }

  .never {
    padding: 40px 0;
    margin-bottom: 80px;
  }

  .never__image {
    width: 100%;
    display: none;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .never__main {
    margin-bottom: 0;
  }

  .never__image.mobile {
    display: block;
  }

  .never__title {
    font-size: 24px;
    line-height: 133%;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .never__subtitle {
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    margin-bottom: 30px;
  }

  .never__left {
    padding: 16px;
  }

  .never__right {
    background-image: none;
    padding: 16px;
  }

  .never .second-button {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 14px 15px;
  }

  .consultation {
    margin-bottom: 86px;
  }

  .consultation__block {
    border-radius: 20px;
    padding: 16px;
  }

  .consultation .hero__label {
    margin-bottom: 16px;
    max-width: 262px;
  }

  .consultation .hero__label:before,
  .consultation .hero__label:after {
    top: 50%;
    transform: translateY(-50%);
  }

  .experts__arrows {
    display: none;
  }

  .experts__arrows.mobile {
    display: flex;
  }

  .experts .combined-pagination {
    display: flex;
  }

  .experts__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    margin-bottom: 28px;
  }

  .experts__top {
    margin-bottom: 0;
  }

  .experts__slide {
    border-radius: 20px;
    padding: 14px;
  }

  .experts__image {
    border-radius: 20px;
    margin-bottom: 16px;
  }

  .experts__name {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 8px;
  }

  .experts__post {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 26px;
  }

  .experts .main-button__full {
    padding: 11px 15px;
  }

  .slider-arrow {
    width: 32px;
    height: 32px;
  }

  .slider-arrow__icon {
    width: 24px;
  }

  .reviews {
    padding-top: 80px;
    margin-bottom: 80px;
  }

  .program__glo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .program__poll {
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
  }

  .program__info {
    margin-bottom: 8px;
  }

  .reviews__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    margin-bottom: 10px;
  }

  .reviews__subtitle {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 28px;
  }

  .reviews__slide {
    padding: 16px;
    border-radius: 20px;
  }

  .reviews__left {
    margin-bottom: 0;
  }

  .reviews .main-button {
    display: none;
  }

  .reviews .combined-pagination {
    padding-top: 16px;
  }

  .price {
    padding: 40px 0;
    margin-bottom: 80px;
  }

  .price__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    margin-bottom: 10px;
  }

  .price__subtitle {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 28px;
  }

  .price__item {
    border-radius: 20px;
    padding: 16px;
  }

  .price__caption {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
  }

  .price__list {
    margin-bottom: 8px;
  }

  .price__text {
    margin-bottom: 16px;
  }

  .price__price {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
  }

  .price .main-button.second {
    padding: 11px 15px;
    width: 100%;
    justify-content: center;
  }

  .cost__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    margin-bottom: 10px;
  }

  .cost__subtitle {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 28px;
  }

  .cost__top {
    max-width: 100%;
    padding: 30px 15px 32px;
  }

  .cost__price {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
  }

  .cost__main {
    gap: 18px;
  }

  .cost__bottom {
    border-radius: 20px;
    padding: 16px
  }

  .cost__caption {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
  }

  .test {
    padding-top: 80px;
    margin-bottom: 80px;
  }

  .test__title {
    font-size: 16px;
    line-height: 150%;
  }

  .test__subtitle {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 26px;
  }

  .faq {
    padding: 40px 0;
    margin-bottom: 80px;
  }

  .faq__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 28px;
  }

  .accordion {
    align-items: flex-start;
    padding: 12px 16px;
    gap: 16px;
  }

  .faq__item {
    border-radius: 16px;
  }

  .faq__global {
    margin-bottom: 20px;
  }

  .panel p {
    padding: 8px 16px 12px;
  }

  .cert__block {
    display: flex;
    gap: initial;
    margin-bottom: 0;
  }

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

  .cert__arrows.slider-arrows {
    display: flex;
    margin: 8px 0 40px;
  }

  .cert {
    margin-bottom: 80px;
  }

  .cert__bottom {
    gap: 8px;
  }

  .cert__gerb {
    width: 105px;
  }

  .cert__title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .cert__number {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .cert__link {
    font-size: 16px;
    max-width: 200px;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 0;
    border: none;
    margin-bottom: 30px;
  }

  .footer__menu {
    flex-direction: column;
    gap: 16px;
  }

  .footer__third {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 0;
    border: none;
    margin-bottom: 40px;
  }

  .header.fixed .second-button.second,
  .header.closed .second-button.second {
    display: none;
  }

  .footer {
    padding: 40px 0 66px;
  }

  .scroll-to-top {
    right: 16px;
    bottom: 16px;
  }

  .footer__number {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
  }

  .footer__mess {
    width: 32px;
    height: 32px;
  }

  .footer__mess svg {
    width: 24px;
    height: 24px;
  }

  .footer__messenger {
    gap: 8px;
    margin-bottom: 6px;
  }

  .footer__social {
    width: 32px;
    height: 32px;
  }

  .footer__social svg {
    width: 24px;
    height: 24px;
  }

  .footer__socials {
    gap: 8px;
    margin-bottom: 6px;
  }

  .footer__email-value {
    font-size: 16px;
    /* margin-bottom: 4px; */
  }

  .footer__email {
    padding-left: 32px;
  }

  .footer__email:before {
    /* top: 2px; */
    width: 24px;
    height: 24px;
  }

  .footer__phone {
    padding-left: 32px;
  }

  .footer__phone:before {
    width: 24px;
    height: 24px;
  }

  .footer__middle {
    margin-bottom: 30px;
  }

  .footer__column {
    padding: 15px 0;
    border-bottom: 1px solid #e3f2ff;
    border-top: 1px solid #e3f2ff;
  }

  .footer__caption {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .footer__dropdown {
    display: block;
    transition: 0.3s;
  }

  .footer__nav {
    display: none;
    margin-top: 16px;
  }

  .footer__column.active .footer__nav {
    display: block;
  }

  .footer__column.active .footer__dropdown {
    transform: rotate(180deg);
  }

  .footer__link+.footer__link {
    margin-top: 5px;
  }

  .reviews-page {
    padding: 40px 0 80px;
  }

  .reviews-page__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 30px;
  }

  .swiper-slide.reviews-page__slide {
    padding: 14px;
  }

  .reviews-page .slider-controls {
    margin-top: 30px;
  }

  .teachers {
    padding: 40px 0 80px;
  }

  .teachers__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 30px;
  }

  .teachers .slider-controls {
    margin-top: 30px;
  }

  .swiper .slider-pagination .slider-bullet {
    width: 32px;
    height: 32px;
  }

  .slider-controls {
    gap: 16px;
  }

  .modal__close {
    top: 16px;
    right: 16px;
  }

  .modal__window {
    padding: 48px 16px 24px;
  }

  .modal__window .main-button.second {
    width: 100%;
    justify-content: center;
    padding: 11px 15px;
  }

  .modal__window .hero__form.second .hero__label {
    margin-bottom: 24px;
  }

  .modal__window .fillform__subtitle {
    font-size: 14px;
    line-height: 150%;
  }

  .modal__window .hero__form.second .hero__main {
    gap: 8px;
    margin-bottom: 16px;
  }

  .modal__caption {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px;
  }

  .modal__window.third {
    padding: 30px 30px 46px;
    background-image: none;
    border-radius: 20px;
  }

  .modal__window.third .modal-success__icon {
    width: 82px;
    margin-bottom: 16px;
  }

  .modal__window.third .modal-success__caption {
    font-size: 36px;
    line-height: 133%;
    margin-bottom: 8px;
  }

  .modal-success__accept {
    line-height: 140%;
    margin-bottom: 24px;
  }

  .modal__window.third .modal__close {
    width: 24px;
  }

  .modal-success__specs {
    line-height: 140%;
    margin-bottom: 40px;
  }

  .modal-success__bottom {
    line-height: 140%;
  }

  .testing {
    padding: 10px 0 8px;
  }

  .testing__counter {
    font-size: 14px;
    line-height: 129%;
    margin-bottom: 16px;
    text-align: left;
  }

  .testing__notion {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 60px;
    text-align: left;
  }

  .testing__question {
    font-size: 20px;
    line-height: 140%;
    text-align: left;
    margin-bottom: 0;
  }

  .testing__example {
    font-size: 16px;
    text-align: left;
    line-height: 150%;
    margin: 16px 0 0;
  }

  .testing__action {
    margin-top: 70px;
  }

  .testing__pagination {
    padding-top: 112px;
  }

  .testing-end {
    padding: 264px 0;
  }

  .testing-end__title {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
  }

  .testing-end .main-button {
    padding: 11px 19px;
  }

  /* .testing-end__align {
    margin-bottom: 30px;
  } */

  .header.closed .header__global,
  .header.fixed .header__global {
    border-radius: 0 0 14px 14px;
  }

  .program__desco:last-child {
    display: none;
  }

  .program__more {
    display: block;
  }

  body {
    padding-top: 128px;
  }

  body:has(.header.closed) {
    padding-top: 44px;
  }

  body:has(.header.fixed) {
    padding-top: 44px;
  }

  .help__inner {
    padding-left: 0;
    padding-top: 93px;
  }

  .header.closed,
  .header.fixed {
    min-height: 44px;
  }

  .preloader__image {
    width: 150px;
    transform: translate(calc(-50% + 17px), calc(-50% + -35px));
  }

  .program__info.active {
    margin-bottom: 28px;
  }

  body {
    transition: 0.3s padding-top ease;
  }

  .iti {
    margin-top: 8px;
  }
}

@media (max-width: 370px) {
  .main-button {
    padding: 11px 15px;
  }

  .testing-end .main-button {
    padding: 11px 13px;
  }
}

@media (max-width: 600px) {
  .wa-crm-button {
    width: 52px;
    height: 52px;
    margin: 6px;
  }
  
  .wa-standalone-button {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    right: 16px !important;
    bottom: 80px !important;
  }
  
  .scroll-to-top {
    right: 16px !important;
    bottom: 16px !important;
  }
}