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

  .header {
    padding: 40px 30px;
  }

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

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

  table td,
  table th,
  .general__table td {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  body,
  p {
    font-size: 20px;
  }

  .dropdown li + li {
    margin-left: 10px;
  }

  .primary__wrapper-left {
    padding: 25px 30px 25px 230px;
  }
  .primary__wrapper-left .primary-wrapper__img {
    left: -110px;
  }

  .slots__table th,
  .slots__table td {
    padding-left: 20px;
    padding-right: 20px;
  }

  .resume__table {
    font-size: 20px;
  }
  .resume__table thead,
  .resume__table tbody {
    padding: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo {
    margin-right: auto;
  }
  .header__bttn-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: #3e3d3d;
  }
  .header__bttn-menu svg {
    display: block;
    margin: 0;
    fill: #3e3d3d;
  }
  .header__bttn-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__bttn-menu.active ~ .header__dropdown {
    top: 100%;
    opacity: 1;
  }
  .header__bttn-menu:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header__bttn-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-color: #3c5687;
    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;
  }

  .primary__wrapper-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    text-align: center;
  }
  .primary__title-general,
  .primary__title-secondary {
    text-align: center;
  }
  .primary__wrapper-left {
    margin-right: auto;
    padding: 30px 30px 30px 230px;
  }
  .primary__wrapper-right {
    margin-left: auto;
    padding: 30px 150px 30px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .primary-wrapper__descr {
    margin-top: 0;
  }
  .primary > * {
    margin-bottom: 30px;
  }
  .primary > *:last-child {
    margin-bottom: 0;
  }
  .primary__title {
    margin-bottom: 32px;
  }

  .banner {
    padding: 30px 320px 30px 30px;
  }
  .banner__img {
    max-height: 230px;
    opacity: 0.9;
  }
  .banner__title {
    font-size: 28px;
  }

  .factors-table__wrapper {
    padding: 40px;
  }

  .slots__table tbody {
    padding-bottom: 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 * 3) / 4);
  }
  .slots__table th:nth-child(2)::after {
    left: calc((100% - 20px * 3) / 4 + 20px);
  }
  .slots__table th:nth-child(3)::after {
    right: calc((100% - 20px * 3) / 4 + 20px);
  }

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

  .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;
  }
}

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

  .main,
  .container-backgr,
  .primary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-background {
    padding: 20px;
  }

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

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

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

  .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;
  }
  .text > *:not(:last-child),
  article > *:not(:last-child),
  .text > div > *:not(:last-child),
  article > div > *:not(:last-child) {
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 768px) {
  h2,
  h3,
  h4,
  .bonuses__wrapper .bonuses__title {
    margin-bottom: 24px;
  }
  h2,
  .bonuses__wrapper .bonuses__title {
    font-size: 28px;
  }
  h3,
  h4 {
    font-size: 22px;
  }

  .text ul > li,
  article ul > li {
    padding: 25px 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__bttn-mob {
    display: block;
    max-width: 320px;
  }
  .header__bttn-desk {
    display: none;
  }

  .descr {
    margin-bottom: 20px;
  }

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

  .banner__desc {
    text-align: center;
  }
  .banner__desc > * {
    text-align: center;
  }
  .banner {
    padding: 30px 20px 220px 20px;
  }

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

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

  .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) / 4);
  }
  .slots__table th:nth-child(2)::after {
    left: calc((100% - 10px * 3) / 4 + 10px);
  }
  .slots__table th:nth-child(3)::after {
    right: calc((100% - 10px * 3) / 4 + 10px);
  }

  .deposits__table tr + tr {
    margin-top: 20px;
  }
  .deposits__table td {
    padding: 25px 20px;
  }
  .deposits__table td:first-child {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }

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

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

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

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

  .header {
    padding: 20px 15px;
  }

  .container-contrast,
  .resume,
  .factors,
  .text,
  .general__table,
  .text,
  article {
    padding: 20px;
  }
  .text.text-transparent {
    padding-left: 10px;
    padding-right: 10px;
  }

  .primary {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .primary__wrapper-left {
    padding: 20px 20px 20px 150px;
  }
  .primary__wrapper-right {
    padding: 20px 120px 20px 20px;
  }
  .primary__title {
    margin-bottom: 20px;
  }
  .primary__title-general {
    font-size: 24px;
  }
  .primary__title-secondary {
    font-size: 20px;
  }

  .live__list {
    padding: 20px;
  }
  .live-list__item {
    padding: 20px;
  }

  .deposits__table tr + tr {
    margin-top: 15px;
  }
  .deposits__table td {
    padding: 15px 8px;
    font-size: 12px;
  }
  .deposits__table td:first-child {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }

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

  .banner__title {
    font-size: 24px;
  }
  .banner__title .contrast {
    font-size: 20px;
  }

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

  .factors-table__title {
    margin-bottom: 20px;
  }
  .factors-table__list li {
    font-size: 14px;
  }

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

  .resume__wrapper-text,
  .resume__table thead,
  .resume__table tbody {
    padding: 20px;
  }

  .review__list {
    padding: 10px 20px;
  }
  .review__item {
    padding: 15px;
  }
  .resume__descr > *:not(:last-child) {
    margin-bottom: 25px;
  }
}

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

  .main,
  .container-backgr,
  .primary {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-backgr {
    padding: 10px;
  }

  .descr {
    margin-bottom: 25px;
  }

  .primary {
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 10px * 2);
  }
  .primary__wrapper-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .primary__wrapper-left {
    padding: 20px 20px 20px 100px;
  }
  .primary__wrapper-right {
    padding: 20px 90px 20px 20px;
  }
  .primary__wrapper-left .primary-wrapper__img {
    max-height: 195px;
  }
  .primary__wrapper-right .primary-wrapper__img {
    max-height: 160px;
  }

  .banner__title {
    font-size: 22px;
  }

  .general__title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .general__table tbody td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .general__table tbody td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 40% - 10px);
    -ms-flex: 0 1 calc(100% - 40% - 10px);
    flex: 0 1 calc(100% - 40% - 10px);
  }

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

  .general__table tbody td,
  .general__table tbody td:first-child {
    padding: 10px;
  }
  .general__table tbody tr:first-child td {
    padding-top: 16px;
  }
  .general__table tbody tr:last-child td {
    padding-bottom: 20px;
  }

  .slots__table {
    padding: 5px;
    background-color: #3e3d3d;
    border-radius: 5px;
  }
  .slots__table tbody {
    padding-bottom: 0;
  }
  .slots__table th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 8px;
  }
  .slots__table th,
  .slots__table td {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 20%) / 3);
    -ms-flex: 0 1 calc((100% - 20%) / 3);
    flex: 0 1 calc((100% - 20%) / 3);
  }
  .slots__table th:last-child,
  .slots__table td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .slots__table td {
    font-size: 8px !important;
  }
  .slots__table th::after {
    display: none;
  }

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

  .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,
  tbody td {
    font-size: 11px !important;
  }

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

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