@media screen and (max-width: 1330px) {
  .block {
    padding-left: 0;
    padding-right: 0;
  }
  .main,
  .section-backgr,
  .prime {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header {
    padding: 40px 30px;
  }

  .dropdown li > a {
    padding: 9px 10px;
  }

  .prime {
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 30px * 2);
  }

  .general__table td {
    font-size: 18px;
  }
  .general__table td:first-child {
    padding-right: 30px;
  }
  .general__table td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 32% - 15px);
    -ms-flex: 0 1 calc(100% - 32% - 15px);
    flex: 0 1 calc(100% - 32% - 15px);
  }
}

@media screen and (max-width: 1200px) {
  .general__table td {
    padding: 12px 30px;
  }
  .general__table tbody td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
  }
  .general__table td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 300px);
    -ms-flex: 0 1 calc(100% - 300px);
    flex: 0 1 calc(100% - 300px);
  }
  .general__table tbody::before {
    width: 300px;
  }

  .banner__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo {
    margin-right: auto;
  }
  .header__button-menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    min-width: 40px;
    background: transparent;
    padding: 10px;
    margin: 0 0 0 15px;
    border-color: #01a77f;
  }
  .header__button-menu svg {
    display: block;
    margin: 0;
    fill: #01a77f;
  }
  .header__button-menu svg rect {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header__button-menu.active ~ .header__dropdown {
    top: 100%;
    opacity: 1;
  }
  .header__button-menu:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header__button-menu.active svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header__dropdown {
    display: block;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 123px);
    overflow: auto;
    text-align: center;
    background-image: -o-linear-gradient(
      left,
      #01a77f 0%,
      #336764 97%,
      #336764 100%
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#01a77f),
      color-stop(97%, #336764),
      to(#336764)
    );
    background-image: linear-gradient(
      90deg,
      #01a77f 0%,
      #336764 97%,
      #336764 100%
    );
    opacity: 0;
    padding: 20px 32px 40px 32px;
    margin: 0 !important;
    z-index: -1;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
  }
  .header__dropdown ul {
    display: block;
    max-width: 320px;
  }
  .header__dropdown ul:last-child {
    display: block;
  }
  .header__dropdown > * {
    margin: 24px auto 0 auto !important;
  }

  .dropdown ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px 0;
    background-color: transparent;
  }
  .dropdown li > a {
    padding: 12px;
    border: 2px solid #ffffff;
    background: #ffffff;
    border-radius: 24px;
  }
  .dropdown li > a:hover,
  .dropdown li > a.current {
    color: #ffffff;
    background: transparent;
  }
  .dropdown li > a:hover::before,
  .dropdown li > a:hover::after {
    display: none;
  }
  .dropdown li {
    width: 100%;
  }
  .dropdown li + li {
    margin: 10px 0 0 0;
  }

  .prime {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prime__wrapper-text {
    width: 100%;
    text-align: center;
  }
  .prime__title-general,
  .prime__title-secondary {
    text-align: center;
  }
  .prime__wrapper-left {
    padding: 50px;
  }
  .prime__wrapper-right {
    padding: 50px 170px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prime > * {
    margin-bottom: 25px;
  }
  .prime > *:last-child {
    margin-bottom: 0;
  }
  .prime__title {
    margin-bottom: 32px;
  }

  .banner__img {
    padding: 0 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 350px;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
  }
  .banner__desc {
    padding: 30px;
  }

  .slots__table {
    padding: 24px 20px;
  }
  .slots__table th {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .slots__table th,
  .slots__table td {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 20px * 3) / 4);
    -ms-flex: 0 1 calc((100% - 20px * 3) / 4);
    flex: 0 1 calc((100% - 20px * 3) / 4);
  }
  .slots__table th::after {
    width: calc((100% - 20px * 5) / 4);
  }
  .slots__table th:first-child::after {
    left: 20px;
  }
  .slots__table th:nth-child(2)::after {
    left: calc((100% - 20px * 5) / 4 + 20px * 2);
  }
  .slots__table th:nth-child(3)::after {
    right: calc((100% - 20px * 5) / 4 + 20px * 2);
  }
  .slots__table th:nth-child(4)::after {
    right: 20px;
  }

  .review__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% / 2 - 30px);
    -ms-flex: 0 1 calc(100% / 2 - 30px);
    flex: 0 1 calc(100% / 2 - 30px);
  }

  .faq-item__title {
    font-size: 20px;
  }

  .resume {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resume__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .resume__wrapper + .resume__wrapper {
    margin-top: 25px;
  }
  .resume__wrapper {
    padding: 25px 20px;
  }
  .resume__table::before {
    left: calc(-27% - 30px);
  }
  .resume__table::after {
    right: calc(-69% - 30px);
  }

  .license__table td:first-child {
    padding: 30px;
  }
}

@media screen and (max-width: 850px) {
  section,
  article {
    margin-bottom: 25px;
  }

  .main,
  .section-backgr,
  .prime {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-backgr {
    padding: 20px;
  }

  .header {
    padding: 40px 20px;
  }
  .header__button {
    margin: 0 0 0 16px;
  }

  .prime {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 20px * 2);
  }

  .factors__table {
    padding: 20px;
  }

  .general__table td {
    padding: 10px 20px;
  }
  .general__table td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .general__table td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }

  .factors__table {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .factors-table__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .factors-table__wrapper + .factors-table__wrapper {
    margin-top: 25px;
  }

  .text > *:not(:last-child),
  article > *:not(:last-child) {
    margin-bottom: 25px;
  }

  .faq-item__title {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  h2,
  h3,
  h4 {
    font-size: 28px;
  }

  .text ul,
  article ul {
    padding: 25px 20px;
  }
  .text ul > li,
  article ul > li {
    padding: 25px 20px;
    margin-left: -20px;
  }
  .text ul > li + li,
  .text ol > li + li,
  article ul > li + li,
  article ol > li + li {
    margin-top: 20px;
  }

  .header {
    padding: 20px;
  }
  .logo > img {
    max-height: 34px;
  }
  .header__dropdown {
    max-height: calc(100vh - 80px);
  }
  .header__button-mob {
    display: block;
    max-width: 320px;
  }
  .header__button-desk {
    display: none;
  }

  .description {
    margin-bottom: 20px;
  }

  .prime__title-general {
    font-size: 35px;
  }
  .prime__title-secondary {
    font-size: 26px;
  }

  .general__title {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .general__table td {
    padding: 12px 20px;
  }
  .general__table tbody td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 200px;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
  }
  .general__table td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 200px);
    -ms-flex: 0 1 calc(100% - 200px);
    flex: 0 1 calc(100% - 200px);
  }
  .general__table tbody::before {
    width: 200px;
  }

  .factors__title {
    margin-bottom: 25px;
  }
  .factors-table__title {
    padding: 30px 20px;
    font-size: 24px;
  }
  .factors-table__list {
    padding: 20px;
  }
  .factors-table__list li {
    margin-bottom: 20px;
  }

  .license__table td:first-child {
    margin-right: 20px;
    padding: 20px;
    font-size: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
  .license__table td:nth-child(2) {
    padding: 20px;
    font-size: 14px;
  }

  .slots__table th,
  .slots__table td {
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 10px * 3) / 4);
    -ms-flex: 0 1 calc((100% - 10px * 3) / 4);
    flex: 0 1 calc((100% - 10px * 3) / 4);
    font-size: 12px;
  }
  .slots__table tbody {
    padding-bottom: 20px;
  }
  .slots__table th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slots__table th::after {
    width: calc((100% - 10px * 3 - 20px * 2) / 4);
  }
  .slots__table th:first-child::after {
    left: 20px;
  }
  .slots__table th:nth-child(2)::after {
    left: calc((100% - 10px * 3 - 40px) / 4 + 15px * 2);
  }
  .slots__table th:nth-child(3)::after {
    right: calc((100% - 10px * 3 - 40px) / 4 + 15px * 2);
  }
  .slots__table th:nth-child(4)::after {
    right: 20px;
  }

  .bonus > * {
    margin-bottom: 30px;
  }
  .bonus__wrapper {
    padding: 20px;
  }

  .banner__img {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
  .banner__desc {
    padding: 20px;
  }
  .banner__title {
    font-size: 22px;
  }
  .banner__desc > * + * {
    margin-top: 20px;
  }
  .banner__title + .banner__title {
    margin-top: 16px;
  }

  .review__list {
    padding: 10px 20px;
  }
  .review__item {
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .review__item {
    margin: 13px 0;
  }

  .resume__wrapper > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .resume__title {
    font-size: 24px;
  }
  .resume__table::before {
    left: calc(-27% - 20px);
  }
  .resume__table::after {
    right: calc(-69% - 20px);
  }
}

@media screen and (max-width: 605px) {
  body {
    font-size: 13px;
  }

  thead td {
    font-size: 11px !important;
  }
  tbody td {
    font-size: 10px !important;
  }

  .text ul > li,
  article ul > li {
    padding: 15px;
    font-size: 15px;
  }

  h1,
  h2,
  h3,
  h4 {
    margin-bottom: 20px;
  }

  .header {
    padding: 20px 15px;
  }

  .prime__wrapper-left {
    padding: 20px;
  }
  .prime__wrapper-right {
    padding: 20px 40px;
  }
  .prime-wrapper__img {
    right: 0;
    opacity: 0.7;
  }
  .prime__title {
    margin-bottom: 20px;
  }
  .prime__title-general {
    font-size: 24px;
  }
  .prime__title-secondary {
    font-size: 20px;
  }

  .banner__img {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
  }
  .banner__title {
    font-size: 16px;
  }

  .general__table tbody {
    padding-bottom: 15px;
  }
  .general__table thead td {
    padding: 20px;
    font-size: 20px !important;
  }

  .bonus__wrapper * {
    font-size: 15px;
  }

  .license__table td:first-child {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
  }

  .faq__item + .faq__item {
    margin-top: 15px;
  }

  .review__item {
    padding: 15px;
  }

  .resume__description > *:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 475px) {
  h2,
  h3,
  h4 {
    font-size: 24px;
  }
  body,
  p,
  article li,
  .text li,
  .resume__description {
    font-size: 14px;
  }
  table p,
  table li {
    font-size: inherit;
  }

  .main,
  .section-backgr,
  .prime {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-backgr,
  .factors__table {
    padding: 10px;
  }

  .description {
    margin-bottom: 25px;
  }

  .prime {
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 10px * 2);
  }

  .general__title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .factors-table__title {
    font-size: 20px;
  }

  .general__table td,
  .general__table td:first-child {
    padding: 10px 7px;
  }
  .general__table tr:first-child td {
    padding-top: 20px;
  }
  .general__table tr:last-child td {
    padding-bottom: 20px;
  }
  .general__table tbody td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 120px;
    -ms-flex: 0 1 120px;
    flex: 0 1 120px;
  }
  .general__table td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 120px);
    -ms-flex: 0 1 calc(100% - 120px);
    flex: 0 1 calc(100% - 120px);
  }
  .general__table tbody::before {
    width: 120px;
  }

  .slots__table {
    padding: 10px;
  }
  .slots__table th {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 8px;
  }
  .slots__table th::after {
    display: none;
  }
  .slots__table thead,
  .slots__table tbody {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(32, 55, 59, 1)),
      to(rgba(4, 165, 126, 1))
    );
    background-image: -o-linear-gradient(
      left,
      rgba(32, 55, 59, 1) 0%,
      rgba(4, 165, 126, 1) 100%
    );
    background-image: linear-gradient(
      90deg,
      rgba(32, 55, 59, 1) 0%,
      rgba(4, 165, 126, 1) 100%
    );
  }
  .slots__table thead {
    border-radius: 10px 10px 0 0;
  }
  .slots__table tbody {
    border-radius: 0 0 10px 10px;
  }
  .slots__table tbody tr {
    border-top: 0.5px solid rgba(32, 55, 59, 1);
  }
  .slots__table tbody tr:last-child {
    border-bottom: 0.5px solid rgba(32, 55, 59, 1);
  }
  .slots__table th,
  .slots__table td {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% / 4);
    -ms-flex: 0 1 calc(100% / 4);
    flex: 0 1 calc(100% / 4);
  }
  .slots__table td {
    font-size: 8px !important;
  }

  .resume__table {
    padding: 20px 0;
  }
  .resume__table td:first-child {
    padding-right: 20px;
  }
  .resume__table td:nth-child(2) {
    padding-left: 20px;
  }
  .resume__table::before {
    left: calc(-27% - 12px);
  }
  .resume__table::after {
    right: calc(-69% - 12px);
  }

  .faq-item__title {
    padding: 15px;
    font-size: 15px;
  }
  .faq-item__description {
    padding: 15px 0 6px;
  }

  .review__list {
    padding: 5px 10px;
  }
  .review__item {
    margin: 5px 0;
  }
  .review__author {
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 10px;
  }

  .resume__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  thead td {
    font-size: 11px !important;
  }
  tbody td {
    font-size: 10px !important;
  }

  .general__table td {
    padding: 10px 7px;
  }

  .banner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .banner__img {
    max-height: 130px;
  }
  .banner__img img {
    max-height: 80%;
  }
  .banner__desc {
    text-align: center;
  }
  .banner__title {
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
}
