@media screen and (max-width: 1350px) {
  .main_section .back {
    max-width: 650px;
  }
}
@media screen and (max-width: 1300px) {
  .main_section .title {
    padding-left: 100px;
  }
  header nav {
    margin-left: 10vw;
  }
  .why_us .wrap .gr_btn {
    max-width: 350px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 1199px) {
  .main_section .back {
    max-width: 450px;
  }
  header .logo img {
    width: 150px;
  }
  header nav {
    margin-left: 10%;
  }
  .main_section h1 {
    font-size: 42px;
  }
  .about_us {
    padding-top: 70px;
  }
  .about_us .left_cont p {
    font-size: 35px;
  }
  .main_sphere {
    padding-top: 62px;
  }
  h3 {
    font-size: 25px;
  }
  .format_content .row_block {
    padding-left: 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .format_content .row_block .item {
    margin-bottom: 11px;
    margin-right: 0;
    width: 100%;
    max-width: 502px;
  }
  .format_content .row_block:last-of-type {
    padding-left: 0;
    margin-bottom: 0;
  }
  .format_content h3 {
    margin-bottom: 48px;
  }
  .why_us .wrap .img {
    display: none;
  }
  .why_us .mob {
    display: block;
    max-width: 500px;
  }
  .why_us .wrap {
    align-items: center;
  }
  .why_us .wrap .gr_btn {
    margin-top: 25px;
  }
  .tarifs_subscription .wrap {
    padding: 60px 30px 30px;
  }
  .feedback_section {
    padding-top: 49px;
  }
  .feedback_section .arrows_cont {
    max-width: 100%;
    margin-top: 14px;
  }
  .feedback_section .arrows_cont .arrow:first-child {
    margin-right: 14px;
  }
  .feedback_section .slider {
    margin-top: 37px;
  }
  .faq_section {
    padding-top: 49px;
  }
  .faq_section h3 {
    margin-bottom: 49px;
  }
  .faq_section .faq_item .faq_btn {
    padding: 25px;
  }
  .faq_section .faq_item .area {
    padding: 30px;
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    display: none;
  }
  .main_section .back {
    display: none;
  }
  .main_section .info_img {
    display: block;
    width: 100%;
    max-width: 400px;
  }
  .main_section .info {
    position: relative;
    margin-top: -60px;
    z-index: 2;
  }
  .main_section .info .img {
    display: block;
    max-width: 375px;
    position: absolute;
    bottom: 75%;
    left: 42%;
    transform: translateX(-50%);
  }
  .main_section .info {
    max-width: 400px;
  }
  .about_us .container {
    flex-direction: column;
    align-items: center;
  }
  .about_us .left_cont {
    width: 100%;
  }
  .about_us .right_cont {
    width: 100%;
  }
  .main_sphere .wrap .block {
    width: 100% !important;
    max-width: 500px;
    margin-left: 0;
    margin-right: 0;
  }
  .main_sphere .wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
  .what_will_get .wrap .block {
    width: 100%;
    max-width: 500px;
  }
  .what_will_get .wrap {
    justify-content: center;
  }
  .tarifs_subscription .wrap .wrap_title {
    font-size: 25px;
  }
  .tarifs_subscription .wrap {
    flex-direction: column;
    align-items: center;
  }
  .tarifs_subscription .wrap .column {
    margin-bottom: 44px;
  }
  .tarifs_subscription .wrap .column:last-child {
    margin-bottom: 0;
  }
  .faq_section {
    padding-top: 40px;
  }
  .faq_section h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-top: 28px;
  }
  header .logo img {
    width: 128px;
  }
  .main_section {
    padding-top: 102px;
  }
  .main_section .title {
    padding-left: 0;
    font-size: 30px;
    margin-bottom: 83px;
  }
  .main_section .text {
    margin-bottom: 40px;
  }
  .main_section .info p {
    font-size: 18px;
  }
  .about_us {
    padding-top: 58px;
  }
  .about_us .left_cont {
    padding: 44px;
  }
  .about_us .right_cont {
    padding: 30px 25px 25px;
  }
  .about_us .right_cont .title {
    text-align: center;
    margin-bottom: 15px;
  }
  .about_us .right_cont .text {
    text-align: center;
    font-size: 18px;
  }
  .main_sphere h3 {
    margin-bottom: 43px;
  }
  .main_sphere .wrap .block .title {
    font-size: 16px;
  }
  .main_sphere .wrap .block .text p {
    font-size: 12px;
  }
  .main_sphere .wrap .block .title img {
    width: 24px;
  }
  .main_sphere .wrap .block {
    margin-bottom: 9px;
  }
  .format_content .row_block .item {
    justify-content: flex-start;
  }
  .what_will_get {
    padding-top: 56px;
  }
  .what_will_get h3 {
    margin-bottom: 44px;
  }
  .what_will_get .wrap .block .title p {
    font-size: 16px;
  }
  .what_will_get .wrap .block .text {
    font-size: 13px;
  }
  .why_us {
    padding-top: 40px;
  }
  .why_us .top_area {
    flex-direction: column;
    align-items: flex-start;
  }
  .why_us .top_area p:last-child {
    margin-left: 0;
    margin-top: 11px;
  }
  .tarifs_subscription {
    padding-top: 51px;
  }
  .tarifs_subscription h3 {
    margin-bottom: 16px;
  }
  .tarifs_subscription .title {
    font-size: 20px;
    margin-bottom: 53px;
  }
  footer .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .wrap .img {
    order: 2;
  }
  footer .wrap ul {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 58px;
  }
  footer .wrap ul li {
    margin-bottom: 16px;
  }
  footer .wrap ul li:last-child {
    margin-bottom: 0;
  }
  footer .logo {
    margin-bottom: 22px;
  }
  .tarifs_subscription .wrap {
    padding-top: 85px;
  }
  footer {
    padding-bottom: 40px;
  }
  .feedback_section .slider .slick-slide {
    margin: 0;
    border-radius: 15px;
  }
  .faq_section .faq_item .faq_btn {
    font-size: 17px;
    padding-left: 0;
  }
  .faq_section .faq_item.active .faq_btn {
    padding-left: 30px;
  }
  .modal_form .modal_container .title {
    text-align: center;
  }
  .modal_form .modal_container .text {
    text-align: center;
  }
}