:root {
  --container-width: 1160px;
  --transition: 0.3s ease;
  --section-padding: 50px;
  --accent: #FF5555;
  --bg: #fff;
  --text-color: #262626;
  --white: #fff;
  --black: #000000;
  --h1-font-size: 65px;
  --h2-font-size: 45px;
  --h3-font-size: 36px;
  --basic-font-size: 16px;
  --large-font-size: 20px;
  --medium-font-size: 18px;
  --small-font-size: 14px;
}

@media only screen and (max-width: 1260px) {
  :root {
    --container-width: 760px;
    --section-padding: 60px;
    --h1-font-size: 50px;
    --h2-font-size: 30px;
    --h3-font-size: 24px;
    --large-font-size: 18px;
  }

  .header {
    position: fixed;
    padding: 20px 0;
  }

  .header__nav {
    position: fixed;
    top: 73px;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 111;
    transform: translateY(-30%);
    opacity: 0;
    transition: var(--transition);
    pointer-events: none;
  }

  .header__nav,
  .header__menu {
    flex-direction: column;
  }

  .header__menu,
  .header__lang {
    width: 740px;
    margin: 0 auto;
    align-items: flex-start;
  }

  .header__menu a,
  .header__lang li {
    font-size: 20px;
  }

  .header__menu li {
    position: relative;
    width: 100%;
    padding: 20px 0;
    margin: 0;
  }

  .header__menu li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(38, 38, 38, 0.5);
  }

  .header__lang {
    padding: 20px 0;
  }

  .header__lang--other {
    transform: translateY(0);
  }

  .header__burger {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 20px;
    height: 16px;
  }

  .header__burger span {
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition);
  }

  .header.active .header__nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .header.active .header__burger span:nth-child(1) {
    transform: translate(1px, 9px) rotate(45deg);
    width: 25px;
  }

  .header.active .header__burger span:nth-child(2) {
    width: 25px;
    transform: translate(0px, -6px) rotate(-45deg);
  }

  .header.active .header__burger span:nth-child(3) {
    display: none;
  }

  .hero {
    padding-bottom: 90px;
  }

  .hero__img {
    width: 734px;
    height: 583px;
  }

  .about {
    padding-bottom: 90px;
  }

  .about__desc {
    margin-bottom: 40px;
  }

  .structure {
    padding-bottom: 90px;
  }

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

  .structure__diagram {
    margin-right: 0;
  }

  .structure__content {
    max-width: 390px;
  }

  .structure__content .item__title {
    font-size: 28px;
  }

  .structure__content .item__desc br {
    display: none;
  }

  .problems__title {
    font-size: 28px;
  }

  .problems__list li {
    max-width: none;
  }

  .plan__wrap {
    padding: 27px 14px 29px;
  }

  .plan__subtitle {
    margin: 0;
    font-size: 18px;
  }

  .plan__title {
    margin: 15px 0 45px;
    font-size: 30px;
  }

  .result__desc {
    margin-right: 25px;
    font-size: 20px;
  }

  .result__img {
    height: 240px;
  }

  .advantages__img {
    height: 270px;
  }

  .program__title {
    margin-bottom: 38px;
  }

  .bonus__img {
    height: 260px;
  }

  .variants__title {
    font-size: 30px;
  }

  .variants__desc {
    margin-bottom: 35px;
    font-size: 20px;
  }

  .variants__items {
    margin: 0 -10px -20px;
  }

  .variants__items .item {
    width: calc((100% - 40px) / 2);
    margin: 0 10px 20px;
  }

  .packages__header {
    padding-bottom: 0;
  }

  .packages__header .desc {
    font-size: 18px;
  }

  .packages__header .cell {
    transform: translate(30px, -2px) rotate(-45deg);
    transform-origin: left bottom;
    text-align: left;
    font-size: 14px;
  }

  .packages__row {
    font-size: 16px;
  }

  .speakers__title {
    margin-bottom: 45px;
  }

  .speakers .item:nth-child(1) .item__photo {
    max-width: 330px;
    height: 315px;
    margin-right: 30px;
  }

  .speakers .item:nth-child(1) .item__title {
    font-size: 26px;
  }

  .speakers .item:nth-child(2) .item__photo {
    max-width: 400px;
    height: 185px;
    margin-left: 25px;
  }

  .speakers .item:nth-child(3) .item__photo {
    max-width: 395px;
    height: 235px;
    margin-right: 26px;
  }

  .speakers .item__title {
    font-size: 23px;
  }

  .speakers .item__desc {
    font-size: 18px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    bottom: 0;
    top: auto;
  }

  .swiper-button-prev {
    left: 36%;
    display: block;
  }

  .swiper-button-next {
    right: 36%;
  }

  .reviews__items {
    padding-bottom: 60px;
  }

  .reviews__items::before {
    content: none;
  }

  .faq__title {
    margin-bottom: 45px;
  }

  .faq__items .item__question,
  .faq__items .item__answer {
    font-size: 16px;
  }

  .form {
    max-width: 300px;
  }

  .info__item {
    max-width: 100px;
  }

  .info__item-text {
    font-size: 14px;
  }

  .register__wrap {
    padding: 30px;
  }

  .register__content {
    max-width: 330px;
  }

  .register__desc br {
    display: none;
  }
  .thanks__content {
    max-width: 454px;
  }
  .thanks__title {
    font-size: 30px;
  }
  .thanks__desc {
    font-size: 20px;
  }
}

@media only screen and (max-width: 760px) {
  :root {
    --container-width: 355px;
    --section-padding: 25px;
    --h1-font-size: 40px;
    --h2-font-size: 30px;
    --h3-font-size: 24px;
    --medium-font-size: 16px;
    --basic-font-size: 14px;
    --small-font-size: 12px;
  }

  .header__menu,
  .header__lang {
    width: 340px;
  }

  .ticker {
    padding: 0;
  }

  .ticker--desctop {
    display: none;
  }

  .ticker--mobile {
    display: block;
  }

  .hero {
    padding: 36px 0 28px;
  }

  .hero__title {
    margin-bottom: 307px;
  }

  .hero__desc {
    margin-bottom: 35px;
    font-size: 14px;
  }

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

  .hero__img {
    top: 0;
    right: 58%;
    transform: translateX(50%);
    width: 573px;
    height: 475px;
  }

  .about {
    padding: 50px 0 28px;
  }

  .about p {
    font-size: 14px;
  }

  .about p br {
    display: none;
  }

  .about__desc {
    max-width: 300px;
  }

  .about__text {
    max-width: 280px;
  }

  .structure {
    padding-bottom: 80px;
  }

  .structure__diagram {
    width: 190px;
    height: 190px;
    margin: 0 auto 15px;
    font-size: 20px;
  }

  .structure__percent--1 {
    left: -22px;
    width: 132px;
    height: 152px;
  }

  .structure__percent--2 {
    position: absolute;
    bottom: 50px;
    right: 40px;
  }

  .structure__content .item {
    padding-left: 25px;
    padding-right: 23px;
  }

  .structure__content .item:first-child {
    margin-bottom: 40px;
  }

  .structure__content .item:first-child::before {
    left: 0;
    bottom: -16px;
    width: 307px;
    height: 212px;
    background-image: url("data:image/svg+xml,%3Csvg width='308' height='212' viewBox='0 0 308 212' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='305.5' cy='209.5' r='2.5' fill='%23FF5555'/%3E%3Cpath d='M95 3H1L1 210H305' stroke='%23FF5555' stroke-dasharray='2 2'/%3E%3Ccircle cx='94.5' cy='2.5' r='2.5' fill='%23FF5555'/%3E%3C/svg%3E%0A");
  }

  .structure__content .item:last-child::before {
    left: 0;
    top: -228px;
    width: 326px;
    height: 342px;
    background-image: url("data:image/svg+xml,%3Csvg width='327' height='342' viewBox='0 0 327 342' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M232 2H326V340H3.5' stroke='black' stroke-dasharray='2 2'/%3E%3Ccircle cx='231.15' cy='2.5' r='2.5' fill='%23262626'/%3E%3Ccircle cx='2.5' cy='339.5' r='2.5' fill='%23262626'/%3E%3C/svg%3E%0A");
  }

  .structure__content .item__title {
    font-size: 23px;
  }

  .structure__content .item__desc {
    font-size: 12px;
  }

  .problems {
    padding-bottom: 55px;
  }

  .problems__title {
    max-width: 280px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .problems__title br {
    display: none;
  }

  .problems__list li {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .plan {
    padding-bottom: 50px;
  }

  .plan__wrap {
    margin: 0 -8px;
  }

  .plan__subtitle {
    padding: 0 25px;
    font-size: 15px;
  }

  .plan__title {
    font-size: 24px;
  }

  .plan__block {
    flex-direction: column-reverse;
  }

  .plan__img {
    width: 100%;
    height: 246px;
  }

  .plan__content {
    width: 100%;
    margin-bottom: 27px;
  }

  .plan__content-title {
    margin-bottom: 17px;
    font-size: 16px;
  }

  .plan__content-desc {
    margin-bottom: 0;
    font-size: 14px;
  }

  .plan__content-desc br {
    display: none;
  }

  .plan__btn {
    display: none;
  }

  .result__desc {
    width: 100%;
    margin-bottom: 50px;
    font-size: 16px;
    text-align: left;
  }

  .result__img {
    width: 100%;
    height: 395px;
    background-position-y: top;
  }

  .result__img--desctop {
    display: none;
  }

  .result__img--mobile {
    display: block;
  }

  .advantages__content {
    width: 100%;
  }

  .advantages__desc {
    margin-bottom: 50px;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: left;
    font-weight: 700;
  }

  .advantages__desc span {
    font-weight: 700;
  }

  .advantages__btn {
    display: none;
  }

  .advantages__img {
    width: 100%;
    height: 246px;
  }

  .program__title {
    font-size: 32px;
  }

  .program__list li {
    padding: 13px 14px;
    margin-bottom: 20px;
    border: 1px solid #E4DEDE;
    border-radius: 5px;
    font-size: 16px;
    text-indent: 27px;
  }

  .program__list li::after {
    content: none;
  }

  .program__list li::before {
    content: counter(section) ".";
    left: -10px;
    top: 13px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 140.9%;
  }

  .bonus__container {
    flex-direction: column-reverse;
  }

  .bonus__content {
    width: 100%;
  }

  .bonus__title {
    font-size: 25px;
  }

  .bonus__title br {
    display: none;
  }

  .bonus__desc {
    padding-left: 65px;
    margin-top: 23px;
    font-size: 17px;
  }

  .bonus__img {
    margin: 0 -80px 45px;
    width: 478px;
    height: 318px;
  }

  .variants__title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .variants__desc {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .variants__items {
    margin: 0;
  }

  .variants__items .item {
    width: 100%;
    min-height: auto;
    padding-right: 15px;
    padding-bottom: 30px;
    margin: 0 0 20px;
  }

  .variants__items .item:last-child {
    margin-bottom: 0;
  }

  .packages__line {
    display: block;
  }

  .packages__title {
    display: none;
  }

  .packages__header .desc {
    font-size: 14px;
  }

  .packages__header .cell {
    transform: translate(12px, -2px) rotate(-45deg);
    font-size: 8px;
    opacity: 0.65;
  }

  .packages__row {
    border-right: 1px solid #D9D9D9;
    line-height: 169.9%;
    font-size: 12px;
    letter-spacing: -0.02em;
  }

  .packages__row::before,
  .packages__row:last-child::after {
    border-top: 1px solid #D9D9D9;
  }

  .packages__row .desc {
    padding: 0;
  }

  .packages__row .cell {
    border-left: 1px solid #D9D9D9;
  }

  .packages .desc {
    width: 74%;
  }

  .packages .cell {
    width: 8.6666666667%;
  }

  .speakers {
    padding: 57px 0 50px;
  }

  .speakers__title {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .speakers .item:nth-child(1) {
    margin-bottom: 50px;
  }

  .speakers .item:nth-child(1) .item__photo {
    max-width: 225px;
    height: 324px;
    margin: 0 auto 30px;
  }

  .speakers .item:nth-child(1) .item__title {
    font-size: 23px;
  }

  .speakers .item:nth-child(1) .item__title br {
    display: none;
  }

  .speakers .item:nth-child(1) .item__content {
    width: 100%;
  }

  .speakers .item:nth-child(2) {
    margin-bottom: 50px;
  }

  .speakers .item:nth-child(2) .item__photo {
    order: 1;
    height: 157px;
    margin: 0 auto 26px;
  }

  .speakers .item:nth-child(2) .item__content {
    order: 2;
    width: 100%;
  }

  .speakers .item:nth-child(3) .item__photo {
    height: 195px;
    margin: 0 auto 20px;
  }

  .speakers .item:nth-child(3) .item__content {
    width: 100%;
  }

  .speakers .item__title {
    margin-bottom: 15px;
    text-align: right;
  }

  .speakers .item__desc {
    font-weight: 400;
    text-align: right;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 31px;
    height: 16px;
  }

  .reviews {
    padding-top: 50px;
  }

  .reviews__title {
    margin-bottom: 35px;
  }

  .reviews__items {
    overflow: visible;
  }

  .reviews__items .item {
    display: flex;
    flex-direction: column-reverse;
    width: 275px;
    margin-right: 23px;
  }

  .reviews__items .item__header {
    margin-bottom: 0;
  }

  .reviews__items .item__img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }

  .reviews__items .item__info {
    width: calc(100% - 85px);
  }

  .reviews__items .item__name {
    font-size: 17px;
  }

  .reviews__items .item__prof {
    font-size: 9px;
    font-weight: 700;
  }

  .reviews__items .item__desc {
    margin-bottom: 27px;
    font-size: 12px;
  }

  .reviews__items .item__desc span {
    color: #000000;
  }

  .faq__items .item {
    padding-left: 30px;
  }

  .faq__items .item__question::before {
    left: -30px;
  }

  .faq__items .item__answer {
    font-size: 14px;
    margin-top: 8px;
  }

  .info__item {
    padding: 16px 0 14px;
    width: 95px;
    min-height: 70px;
  }

  .info__item-icon {
    height: 14px;
    margin-bottom: 10px;
  }

  .info__item-icon svg {
    width: 14px;
    height: auto;
  }

  .info__item-text {
    font-size: 12px;
  }

  .register__header {
    padding-left: 0;
    margin-bottom: 22px;
  }

  .register__header::before {
    top: auto;
    bottom: 27px;
  }

  .register__title {
    max-width: 250px;
    margin-bottom: 18px;
  }

  .register__subtitle {
    padding-left: 65px;
  }

  .register__wrap {
    padding: 27px 20px 20px;
  }

  .register__desc {
    margin-bottom: 17px;
    color: var(--accent);
  }

  .register__row {
    margin: 32px 0 30px;
  }

  .register__places br {
    display: none;
  }

  .register__img {
    display: none;
  }

  .thanks {
    padding-bottom: 0;
  }

  .thanks__title {
    font-size: 25px;
    text-align: center;
  }
  .thanks__desc {
    margin-bottom: -46px;
    font-size: 16px;
    text-align: center;
  }
  .thanks__img {
    position: relative;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 370px;
  }

  .footer {
    padding: 50px 0 100px;
  }

  .footer__logo {
    margin-bottom: 40px;
  }

  .footer__col {
    margin-top: 30px;
  }

  .footer__tel {
    font-size: 18px;
  }

  .footer__social {
    margin-top: 15px;
  }

  .footer__social-item {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }

  .footer__copywrite {
    margin-top: 20px;
  }
}