@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header {
    top: 32px;
  }
  .header_inner {
    height: 75px;
  }
  .header .main_logo {
    margin: -9px 0;
  }
  .header .main_logo img {
    width: 72px;
    height: 72px;
  }

  .advantages_list {
    margin-top: 60px;
  }
  .advantages .text_block {
    font-size: 220%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .header {
    top: 30px;
  }
  .header_inner {
    height: 60px;
    margin: 0;
  }
  .header .main_logo {
    padding: 10px;
    margin: -10px 0;
  }
  .header .main_logo img {
    width: 60px;
    height: 60px;
  }
  .header .lg_list:after {
    display: none;
  }
  .header .lg_list a {
    font-size: 140%;
    line-height: 19px;
  }

  .advantages_list {
    margin-top: 40px;
  }
  .advantages .text_block {
    font-size: 200%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer:before, .footer:after {
    height: 60px;
  }
  .footer .page_container:before {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1799px) {
  .package_block {
    padding: 20px;
  }
  .package_block .include_block {
    padding: 12px 16px;
    font-size: 180%;
  }
  .package_block .price_block {
    padding-left: 10px;
  }
  .package_block .unlimit_includes {
    margin-bottom: 10px;
  }
  .package_block .unlimit_includes .include_type {
    font-size: 180%;
  }
  .package_block .block_footer {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .packages_section {
    padding-top: 160px;
  }

  .packages_list {
    margin: 60px -10px 0;
  }
  .packages_list .swiper-slide {
    padding: 0 10px;
  }

  .package_block {
    padding: 20px;
  }
  .package_block > img {
    width: 168px;
  }
  .package_block .include_block {
    padding: 10px 15px;
    font-size: 140%;
  }
  .package_block .price_block {
    padding-left: 5px;
  }
  .package_block .unlimit_includes {
    margin-bottom: 10px;
    padding: 15px;
  }
  .package_block .unlimit_includes .include_type {
    font-size: 160%;
    line-height: 21px;
  }
  .package_block .unlimit_includes .popup_btn {
    top: 5px;
    right: 5px;
  }
  .package_block .block_footer {
    padding-top: 40px;
  }
  .package_block .package_name {
    font-size: 260%;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .package_block .price_size {
    font-size: 200%;
  }
  .package_block .price_size:before {
    font-size: 1.3rem;
  }
  .package_block .btn {
    padding: 13px 26px;
    font-size: 140%;
    line-height: 22px;
    border-radius: 19px;
  }

  .apps_list img {
    height: 26px;
  }
  .apps_list .socials_count {
    width: 26px;
    height: 26px;
  }
  .apps_list .socials_count span {
    font-size: 120%;
  }

  .faq_section {
    padding-top: 160px;
  }
  .faq_section .section_inner {
    padding: 90px 80px;
  }
  .faq_section .faq_list {
    margin-top: 40px;
  }
  .faq_section .faq_list li {
    position: relative;
    z-index: 2;
    padding: 32px;
  }
  .faq_section .faq_list li.opened .answer_block {
    max-height: 140px;
  }
  .faq_section .faq_list .question_block {
    font-size: 200%;
    line-height: 27px;
  }
  .faq_section .faq_list .answer_block {
    font-size: 160%;
    line-height: 22px;
  }
  .faq_section .faq_list .answer_block:before {
    height: 16px;
  }

  .join_and_win {
    padding-top: 160px;
  }
  .join_and_win .section_inner {
    margin-top: 160px;
  }
  .join_and_win .info_inner {
    padding: 90px 80px;
  }
  .join_and_win .info_text {
    font-size: 180%;
    margin-top: 32px;
  }
  .join_and_win .pdf_btn {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .packages_section {
    padding-top: 120px;
  }

  .packages_list .swiper-slide {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .package_block .block_footer {
    padding-top: 60px;
  }

  .faq_section {
    padding-top: 120px;
  }
  .faq_section .section_inner {
    padding: 60px 40px;
  }
  .faq_section .faq_list {
    margin-top: 30px;
  }
  .faq_section .faq_list li {
    padding: 24px;
  }
  .faq_section .faq_list li.opened .answer_block {
    max-height: 180px;
  }
  .faq_section .faq_list .question_block {
    font-size: 180%;
    line-height: 24px;
  }
  .faq_section .faq_list .answer_block {
    font-size: 140%;
    line-height: 19px;
  }
  .faq_section .faq_list .answer_block:before {
    height: 12px;
  }

  .join_and_win {
    padding-top: 120px;
  }
  .join_and_win .section_inner {
    margin: 120px -10px 0;
  }
  .join_and_win .info_block,
.join_and_win .image_block {
    padding: 0 10px;
  }
  .join_and_win .info_inner {
    padding: 60px 40px;
  }
  .join_and_win .info_text {
    font-size: 160%;
    margin-top: 24px;
  }
  .join_and_win .pdf_btn {
    margin-top: 70px;
  }
}

/*# sourceMappingURL=index-l.css.map */
