@media (min-width: 1500px) {
  .main__arrow {
    right: 9%;
  }
}
@media (min-width: 1300px) {
  .achievements__item.top {
    margin-left: -88px;
  }
  .achievements__item.bottom {
           margin-left: -25%;
  }
}
@media (max-width: 1600px) {
  body::before {
    left: 82%;
  }
	.brend__section::before {
    bottom: -192%;
    width: 658px;
    height: 1200px;
}
	.brend-section__bottom::after {

    height: 1143px;
}
  .cover::before {
    bottom: -613px;
  }
}
@media (max-width: 1500px) {
	.brend__section::before {
        bottom: -221%;
        width: 658px;
        height: 1230px;
    }
	    .brend-section__bottom::after {
        height: 883px;
    }
}
@media (max-width: 1400px) {
  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(32.33% - 20px);
    max-width: calc(32.33% - 10px);
  }
	    .brend__section::before {
        bottom: -200%;
        width: 658px;
        height: 1093px;
    }
  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 71%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 2000px;
    height: 383px;
    background: url(../img/header.png) no-repeat center top;
    background-size: contain;
    z-index: 15;
    pointer-events: none;
  }
}
@media screen and (max-width: 1320px) {
  .content {
    margin-left: auto;
    margin-right: auto;
  }
.brend__section::before {
        bottom: -200%;
        width: 658px;
        height: 987px;
    }
  .header__menu > ul a {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .header__logo {
    margin-right: 15px;
  }
  .content.nav ul {
    gap: 10.56px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 1250px) {
  .header__menu {
    display: none;
  }
	.achievements__item.bottom {
    margin-left: -26%;
    text-align: left;
    margin-top: -80px;
    display: block;
    z-index: 999;
}
	.brend__section {
    margin-bottom: -31px;
    margin-top: 400px;
}

	.brend__section::before {
        height: 622px;
    }
.brend-section__bottom::after {
        height: 577px;
    }

  .header__content.content {
    min-height: 100px;
  }

  .header__languages {
    margin-right: 40px;
  }

  .header__content > .header__buttons > * {
    margin-right: 0;
  }
  .header__buttons {
    margin-right: 56px;
  }
  .header__buttons {
    display: flex;
    justify-content: center;
  }
  .header__buttons.mob {
    margin-top: 60px;
  }
  .header__expand-menu li + li {
    margin-top: 68px;
  }
  .header__expand-menu li {
    margin: auto;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .header__logo {
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }

  .header__button {
    box-shadow: none;
  }

  .header__menu-button {
    position: absolute;
    display: inline-block;
    top: 24.5px;
    right: -10px;
  }

  .header__expand-menu {
    position: fixed;
    top: -300vh;
    overflow-y: auto;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background: rgba(0, 0, 0, 1);
    z-index: 4;
    font-size: 15px;
    padding: 101px 10px 100px;
    transition: all 0.4s linear;
    display: block;
  }
  .header__expand-menu.active {
    top: 0;
  }

  .header__expand-menu > *:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header__menu-button svg {
    overflow: visible;
  }

  .svg-menu rect {
    fill: #fff;
    transition: transform 0.4s ease, opacity 0.3s ease;
  }

  .header__menu-button.active .rect1 {
    transform: rotate(45deg) translate(5px, 5px);
    transform-origin: 40px 15px;
  }

  .header__menu-button.active .rect2 {
    opacity: 0;
  }
  .news__item {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 57px;
    flex-direction: column;
  }
  .header__menu-button.active .rect3 {
    transform: rotate(-45deg) translate(13px, -14px);
    transform-origin: 40px 35px;
  }

  .cover__image {
    left: 62%;
  }

  .info__wrapper {
    padding: 100px 30px 30px;
  }
}

@media screen and (max-width: 1200px) {
  .info__image {
    left: 30px;
  }

  .slots__table td + td {
    padding-left: 0;
  }
  .content {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .info__decor {
    opacity: 0.7;
  }

  .article__block-img {
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: center;
  }
  .vip__content2 {
    display: flex;
    flex-direction: column;
  }
  .vip__image,
  .bonus__image {
    max-height: 394px;
  }
}
@media (max-width: 1025px) {
  .achievements__stats.tablet {
    display: none;
  }
  .achievements__block.achievements__block--right {
    height: 100%;
    min-height: 696px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .achievements__item.top {
    margin-left: 4%;
  }
  .achievements__item.top {
    margin-left: 0;
    padding-left: 0;
    margin: 0 auto;
margin-top: 101px;
    margin-left: 10%;
  }
  .achievements__number {
    font-size: 40px;
    margin-bottom: 8px;
  }
  .achievements__item.bottom {
    margin-left: 59%;
    text-align: left;
    margin-bottom: 20%;
    display: block;
    z-index: 999;
    text-align: left;
  }
  .achievements__item.bottom {
         margin-left: 71%;
        margin-bottom: 25%;
  }
  .achievements__sum {
    font-size: 32px;
    margin-bottom: 8px;
    text-align: left;
  }
  .achievements__label {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: left;
  }
  .achievements__block--left {
 margin-top: -151px;
    padding-top: 13px;
    max-width: 188px;
    left: -56px;
    min-width: 193px;
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .achievements__number span {
    font-size: 16px;
  }
  .achievements__desc {
    font-size: 40px;
    line-height: 110%;
  }
  .achievements {
    padding-top: 220px;
    padding-bottom: 188px;
  }
  .achievements__conversion {
    font-size: 16px;
  }
  .achievements__text {
    font-size: 10px;
    max-width: 163px;
    text-align: left;
  }
  .achievements__block--left {
    position: relative;
  }

  .achievements__block--left::before {
    content: "";
    position: absolute;
    top: -127px;
    left: 76%;
    transform: translateX(-50%);
    rotate: 140deg;
    width: 1px;
    height: 144px;
    background: rgba(255, 255, 255, 1);
  }
  .brands .content h2 {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .achievements__stats.mob {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .grade__list li {
    flex: 0 1 calc((100% - 60px) / 3);
  }
	.iti.iti--allow-dropdown.iti--separate-dial-code,
	.form-row label, .form-group.form-tel {
    max-width: 100%;
    width: 100%;
}
  .article__block {
    flex-direction: column;
    align-items: center;
  }

  .cover__button.button {
    margin-top: 20px;
  }
  .slots__table tr:first-child td {
    min-height: 80px;
  }
  .slots__table.slots__table-last td {
    min-height: 58px;
  }

  .cover__image {
    left: auto;
    right: 0;
  }
  .offer__bg img {
    object-position: 13%;
  }
  .info__wrapper {
    padding: 80px 20px 20px;
  }
  .vip__content,
  .bonus__content {
    justify-content: space-between;
    flex-direction: column;
  }
  .image.vip__image {
    margin-top: 16px;
  }
  .content-bg__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .info__image {
    left: 10px;
    bottom: 20px;
  }

  .slots__wrapper {
    overflow: auto;
  }

  .slots__wrap {
    min-width: 1000px;
  }

  .offer__wrap {
    padding: 20px;
  }

  .fourth .offer__image {
    left: 0;
    right: auto;
  }
  .form-row {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .contact-field {
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .cover__content.content {
    padding: 20px 0;
    min-height: 350px;
  }
		.achievements__image {
    top: 48%;
}
  .memorables {
    grid-template-columns: repeat(1, 1fr);
  }
  .tienes {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__payment img {
    max-height: 50px;
  }

  .footer__payment {
    margin-left: -10px;
  }

  .footer__payment li {
    margin-top: 10px;
    margin-left: 10px;
  }

  .footer__wrap {
    margin-top: 100px;
  }

  .comment-list__item {
    padding: 25px;
  }
}

@media screen and (max-width: 850px) {
  .info__wrap {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .content {
    padding: 20px 0;
    margin-left: 15px;
    margin-right: 15px;
  }
	.main .brend__section{
        margin-top: 300px;

}
	.brend__bottom {
    margin-top: -37px;
}
  .cover__content.content {
    padding: 15px 0;
  }

  .comment-list__item {
    flex: 0 1 100%;
    min-height: 0;
  }
  .article.footer__article {
    display: flex;
    align-items: center;
    gap: 33px;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-direction: column;
  }
  .registration__nav {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
  .main > * + * {
    margin-top: 0;
  }

  .cover__content.content {
    min-height: 320px;
  }
  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(49% - 20px);
    max-width: calc(49% - 10px);
  }
  .info__wrap {
    padding: 0;
  }

  .info__wrapper {
    padding: 10% 10px 10px;
    display: flex;
    flex-direction: column-reverse;
  }

  .signup__list {
    margin-top: -15px !important;
  }

  .signup-list__item {
    margin-top: 30px;
  }

  .signup-item__desc {
    padding: 0;
  }
  .achievements__item.bottom {
          margin-left: 69%;
   margin-bottom: 24%;
  }
  .deposit__content {
    display: block;
  }
    .achievements__block.achievements__block--right {

        min-height: 671px;

    }
	.achievements__item.top {
        margin-top: 74px;
    }
  .deposit__wrap {
    margin: 0 auto;
    max-width: 500px;
  }
  .content.footer__content .footer__nav ul {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .cover.careers::before {
    content: "";
    position: absolute;
    bottom: -384px;
    left: 50%;
    height: 243px;
    background: url(../img/cover-mob.png) center / cover no-repeat;
    max-width: 800px;
  }
}
@media (max-width: 750px) {
  .tienes {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .cover__button.button {
    margin-top: 20px;
  }

  .article ul li:before,
  article ul li:before {
    line-height: 20px;
  }

  table td {
    padding: 10px;
  }

  .vip__content,
  .bonus__content {
    display: flex;
  }

  .vip__article,
  .bonus__article {
    margin-bottom: 20px;
  }
    .brend__section::before {
        bottom: -293%;
    }
  .responsible__content {
    display: block;
  }
	.brands {

    padding-bottom: 122px;
}

  .responsible__image {
    margin-top: 20px;
  }
  .content.cover__content.careers {
    margin-top: 199px;
    margin-bottom: 273px;
  }
  .content-bg__list--negative li {
    flex: 0 1 calc((100% - 20px) / 2);
    padding: 20px 11px;
    max-width: 174px;
	          display: flex;
        justify-content: center;
        align-items: center;
  }
  .content-bg__list {
    gap: 20px;
  }
  .content-bg__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content-bg__list--positive li {
    flex: 0 1 calc((100% - 20px) / 2);
    max-width: 174px;
    padding: 22px 5.5px;
  }
  .match ul {
    gap: 20px;
    justify-content: center;
    flex-direction: column;
  }
  .match ul li {
    flex: 0 1 calc((100% - 0px) / 1);
    max-width: 100%;
  }
  .brands .content {
/*     padding-top: 446px; */
    margin: 0;
  }
  .brands__info {
    margin: 0 15px;
  }
  .brands__list {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0 25%;
    scrollbar-width: none;
  }
  .brands__list::-webkit-scrollbar {
    display: none;
  }

  .brands__list li {
    flex: 0 0 266px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: center;
    transition: transform 0.3s ease;
  }

  .brands__list img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease;
  }
  .brands__details {
    margin-bottom: 48px;
    gap: 12px;
    flex-direction: column;
  }
  .news__wrapper {
    max-width: 94%;
    margin: auto;
  }

  .news__item {
    padding: 0 16px;
    text-align: center;
  }

  .news__arrow--prev,
  .news__arrow--next {
    transform: none;
  }
  .news__item {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 57px;
    flex-direction: column;
  }
  .brands__list {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch; /* плавний свайп */
  }

  .brands__list li {
    flex: 0 0 auto !important; /* не стискати елементи */
  }
  .content-bg__list--positive li > p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }
  .content-bg__list--negative li > p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }
  .content.cover__content > img {
    width: 154px;
  }
  .content.cover__content h1 {
    font-size: 32px;
    text-align: left;
    margin: 24px 0;
    max-width: 321px;
  }
  .content.cover__content p {
    font-size: 14px;
    padding-bottom: 24px;
  }
  .cover::before {
    content: "";
    position: absolute;
    bottom: -302px;
    left: 50%;
    max-width: 700px;
    width: 100%;
    height: 253px;
    background: url(../img/cover-mob.png) center / cover no-repeat;
    transform: translateX(-50%) rotate(-9.23deg);
    z-index: 0;
    pointer-events: none;
    user-select: none;
    z-index: 9999;
  }
  .content-bg {
    background: rgba(255, 0, 0, 1);
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .modal-content h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .modal-content p {
    margin: auto;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 400;
    max-width: 252px;
    text-align: center;
  }
  .checkboxes label span {
    line-height: 111%;
  }
  .contacts {
    padding: 40px 0;
  }
}

@media screen and (max-width: 650px) {
  .comment-list__item {
    flex: 0 1 100%;
    min-height: 0;
    padding: 15px;
  }
.testimonial__logo a img {
    width: 100px;
    height: 100px;
}
  .header__content.content {
    justify-content: space-between;
  }

  .header__language {
    margin-left: 0;
  }

  .header__content > .header__buttons {
    display: none;
  }
  .tienes {
    grid-template-columns: repeat(2, 1fr);
  }
  .memorables {
    grid-template-columns: repeat(1, 1fr);
  }
  .header__expand-menu > *:first-child {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }
  .header__expand-menu li {
    margin: auto;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .header__expand-menu li a {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
  }
  .header__expand-menu li + li {
    margin-top: 68px;
  }

  .header__expand-menu > *:first-child a.button {
    padding: 12px;
    min-width: 0;
    width: 100%;
    max-width: 300px;
  }

  .grade__list li {
    flex: 0 1 calc((100% - 40px) / 2);
  }

  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(49% - 20px);
    max-width: calc(49% - 10px);
  }
}

@media screen and (max-width: 600px) {
  .cover__content.content {
    min-height: 320px;
  }
	.testimonials__arrow {
display:none;
}
	.testimonials h2 {
    margin-bottom: 40px;
}
	.news__arrow {
display:none;
}
	.news h2{
margin-left: 22px;
}
	.news__item {
    padding: 0 12px;
    }
  .vip__content2 .vip__article {
    grid-template-columns: repeat(1, 1fr);
  }
  .vip__article-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .registration__nav {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
  .news.content {
    padding: 0;
    padding-top: 56px;
  }
  .content.article.we-do h2 {
    font-size: 32px;
  }
  .content.article.we-do p {
    font-size: 14px;
    max-width: 338px;
    margin: auto;
    margin-bottom: 80px;
  }

  .cover__wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  .news__date {
    margin-bottom: 18px;
  }
  .slots__table.slots__table-last td:first-child {
    flex: 0 1 calc(139%);
  }
  .contacts .content ul {

    align-items: center;
  }
  .content.article.we-do {
    padding: 28px 0 100px 0;
  }
  .cover__image {
    bottom: 0;
    height: 100%;
    max-height: none;
    right: -500px;
    width: calc(100% + 1000px);
  }

  h1,
  .title.general {
    text-align: center;
  }
  .testimonials h2 {
    font-size: 32px;
  }
  .pros__list {
    display: block;
  }

  .pros__list > li + li {
    margin-top: 20px;
  }

  .offer__title.title.high {
    font-size: 5.35vw;
    line-height: 1.2;
  }

  .offer__content.content {
    padding: 20px 15px;
    margin: 20px 0;
  }
  .achievements__item.top {
    margin-left: 0;
    padding-left: 0;
    margin: 0 auto;
    margin-top: 31px;
    margin-left: 10%;
  }
  .offer__bg img {
    object-position: 46%;
  }
  .article__block-img .article__img img {
    min-width: 100%;
  }
  .offer__wrap {
    max-width: 400px;
    width: 100%;
    padding: 20px 15px;
    background: rgb(60 1 55 / 57%);
  }
	.achievements__item.top {

        margin-top: 71px;
    }
  .offer__wrap.offer__bg-last {
    background: none;
  }
  .betting__img {
    gap: 25px;
  }
  .main .offer__image {
    left: -500px;
    width: calc(100% + 1000px);
  }
  .cover__bg img {
    object-position: 65%;
  }
  .page-tearms h1 {
    font-size: 32px;
    text-align: left;
  }
  .page-tearms ol li,
  .page-tearms p {
    font-family: "NoirPro-Light", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 115%;
  }
  .page-tearms h2 {
    font-size: 16px;
    line-height: 110%;
  }
  .article ol > li:before,
  article ol > li:before {
    font-weight: 400;
    font-size: 12px;
    line-height: 115%;
  }
  article li,
  .article li {
    padding-left: 22px;
  }
  .page-tearms .obligation h2 {
    font-size: 32px;
    max-width: 368px;
  }
  .page-tearms h3 {
    font-size: 16px;
    line-height: 110%;
  }
  .content.footer__content .footer__nav ul {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  body.tearms::before {
    top: -25px;
    left: 74%;
    width: 92%;
  }
  .news h2 {
    font-size: 32px;
    margin-left: 16%;
  }
  .news__content p {
    font-size: 12px;
    line-height: 115%;
    margin-bottom: 24px;
  }
  .brands .content h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 28px;
  }
  .brands__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .brands .content {
    padding-top: 341px;
  }
  .brands {
    min-height: 502px;
    padding-bottom: 206px;
  }
  .match .content {
    margin-top: -37%;
  }
  .match__bg {
    min-height: 575px;
  }
  .achievements::after {
    bottom: -54px;
    left: -77px;
    width: 219px;
    height: 209px;
  }
  h2,
  .title.high {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .brands__details li:first-child {
    padding: 19px;
  }

  @media (max-width: 600px) {
	  .brend__top, .brend__bottom{
display:none;
}
	  .brend-section__bottom::after {
            height: 329px;
            bottom: -52px;
    }
	  .brend__section::before {
        bottom: -193%;
    }
	  .brend__bottom-mob{
    margin-top: -20px;
}
	  .brend__bottom-mob, .brend__top-mob{
width:100%;
}
    .brands {
      position: relative;
      overflow: visible;
    }
    .match .content h2 {
      font-size: 32px;
      max-width: 335px;
      margin: auto;
      margin-bottom: 20px;
    }
    .match ul li > p {
      font-size: 16px;
      line-height: 16px;
      text-align: center;
      max-width: 265px;
      font-family: "NoirPro-Bold", sans-serif;
    }
    .match ul li {
      padding: 44px 11px;
    }
    .match-text {
      font-size: 10px;
      margin-top: 20px;
      text-align: center;
      padding-bottom: 28px;
      max-width: 367px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .brands__text {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 28px;
  }
  .testimonials__dots button {
    margin: 0 15px;
  }
  .content.testimonials__content {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 166px;
  }
  .content.cover__content.careers h1 {
    margin-bottom: 48px;
  }
  .content.cover__content.careers p {
    font-size: 12px;
    line-height: 115%;
    margin-bottom: 48px;
  }
  .register h1 {
    font-size: 32px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .register h2 {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
  .modal-content h2 {
    font-size: 32px;
  }
  .btn-register {
    margin: auto;
  }
  .checkboxes label + label {
    margin-top: 40px;
  }
  .achievements::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 149px;
    height: 313px;
    background: url(../img/achievements.png) no-repeat center / contain;
    z-index: 3;
    pointer-events: none;
    opacity: 1;
  }
	    .brands .content {
        padding-top: 100px;
    }
	    .brands {
        padding-bottom: 106px;
    }
}

@media screen and (max-width: 550px) {
  .signup-list__item {
    display: block;
  }

  .signup__list {
    margin-top: 0;
  }

  .signup-item__image {
    max-width: none;
  }

  .signup-item__desc {
    min-width: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .article__logo.article__logo-bg {
    top: 73%;
  }
}

@media screen and (max-width: 500px) {
  .header-languages__list li {
    flex: 0 1 calc((100% - 15px * 4) / 4);
  }
  .achievements__item.top {
    margin-left: 4%;
  }
  .achievements__item.top::after {
    width: 143px;
  }
  .achievements__item.bottom {
    margin-left: 70%;
        margin-bottom: 28%;
  }
  .achievements__item.bottom .achievements__desc {
    font-size: 32px;
  }
  .achievements__item.top {
margin-top: 61px;
  }
  .achievements__block--left::before {
    content: "";
    position: absolute;
    top: -121px;
    left: 76%;
    transform: translateX(-50%);
    rotate: 136.9deg;
    width: 2px;
    opacity: 0.65;
    height: 140px;
    background: rgba(255, 255, 255, 1);
  }
  .achievements__block--left {
  margin-top: -157.5px;
    padding-top: 13px;
    max-width: 188px;
    left: -56px;
    min-width: 203px;
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  table {
    font-size: 12px;
    line-height: 20px;
  }
  .slots__wrap {
    min-width: 1000px;
  }
  .cover::before {
    bottom: -255px;
    left: 50%;
    max-width: 478px;
    width: 100%;
    height: 182px;
    transform: translateX(-50%) rotate(-1.23deg);
  }
  .match ul li {
    flex: 0 1 calc((100% - 0px) / 1);
    max-width: 368px;
    width: 100%;
    margin: auto;
  }
  .deposit__list li {
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .achievements__conversion {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .cover.careers::before {
    content: "";
    position: absolute;
    bottom: -319px;
    left: 50%;
    height: 143px;
    background: url(../img/cover-mob.png) center / cover no-repeat;
    max-width: 500px;
  }
  .content.cover__content {
    margin-top: 63px;
    margin-bottom: 318px;
  }

  .offer__title.title.middle {
    font-size: 20px;
    line-height: 28px;
  }

  .offer__title.title.high {
    font-size: 27px;
  }
}

@media screen and (max-width: 450px) {
  .header-languages__list li {
    flex: 0 1 calc((100% - 60px) / 3);
  }
  .cover.careers::before {
    max-width: 441px;
  }
  @media screen and (max-width: 500px) {
    .betting__match.betting__match--highlighted {
      flex: 1 1 calc(100% - 0px);
      max-width: 100%;
    }
  }
  .header-languages__list li {
    margin-top: 24px;
    margin-left: 15px;
    flex: 0 1 calc((100% - 15px * 3) / 3);
  }
  .tienes {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 420px) {
  .achievements__block--left {
    margin-top: -195px;
    padding-top: 13px;
    max-width: 188px;
    left: -55px;
    min-width: 194px;
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .achievements__item.top {
    margin-left: 0;
    padding-left: 0;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: 4%;
  }
  .achievements__item.bottom {
    margin-left: 64%;
    margin-bottom: 54%;
  }
}
@media (max-width: 410px) {
  .button {
    width: 280px;
  }
}
@media screen and (max-width: 400px) {
  .achievements__block--left::before {
    content: "";
    position: absolute;
    top: -130px;
    left: 76%;
    transform: translateX(-50%);
    rotate: 141.1deg;
    width: 1.2px;
    height: 148px;
    background: rgba(255, 255, 255, 1);
  }
	        .brend__section::before {
            bottom: -180%;
				        height: 481px;
        }
  .achievements__block--left {
    margin-top: -221px;
    padding-top: 13px;
    max-width: 188px;
    left: -55px;
    min-width: 194px;
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .achievements__item.top {
    margin-left: 0;
    padding-left: 0;
    margin: 0 auto;
    margin-top: 35px;
    margin-left: 4%;
  }
  .grade__list li {
    flex: 0 1 100%;
  }
  .brands__details li:first-child {
    min-width: 100%;
  }
  .brands__promote {
    width: 100%;
  }
  .info__img {
    width: 280px;
    height: 288px;
  }
  .info__table td:first-child img {
    margin-right: 16px;
  }
  .info__table td:nth-child(2) {
    font-weight: 400;
    font-size: 10px;
    line-height: 139%;
  }
  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(100% - 0px);
    max-width: 100%;
  }
}
.testimonials__wrapper {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease;
  will-change: transform;
  justify-content: center;
}

.testimonial {
  flex: 0 0 calc(33.333% - 14px);
  text-align: center;
}

@media (max-width: 1000px) {
  .testimonial {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 500px) {
  .testimonial {
    flex: 0 0 100%;
    margin: auto;
  }

}
/* @media screen and (max-width: 439px) {
  .achievements__item.top::after {
    width: 136px;
    bottom: -4px;
  }
  .achievements__block--left::before {
    content: "";
    position: absolute;
    top: -124px;
    left: 76%;
    transform: translateX(-50%);
    rotate: 137.9deg;
    width: 2px;
    opacity: 0.65;
    height: 143px;
    background: rgba(255, 255, 255, 1);
  }
} */
@media screen and (max-width: 439px) {
  .achievements__stats {
    max-width: 280px;
  }
	.achievements__image {
        top: 50%;
    }
  .achievements__item.top::after {
    width: 97px;
bottom: -14px;
  }
  .achievements__item.top {
         margin-top: 53px;
  }
  .achievements__item.bottom {
    margin-left: 68%;
        margin-bottom: 43%;
  }
.achievements__image {

    transform: translate(-50%, -70%);
}
  .achievements__block--left {
margin-top: -160px;
        padding-top: 13px;
        max-width: 103px;
        left: -56px;
        top: -87px;
        min-width: 181px;
        border-bottom: none;
        border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .achievements__block--left::before {
        top: -94px;
        left: 81%;
        transform: translateX(-42%);
        rotate: 138.9deg;
        width: 2px;
        opacity: 0.65;
        height: 108px;
  }
  .achievements__sum {
    font-size: 28px;
  }
}
	@media (min-width: 600px){
		.brend__bottom-mob, .brend__top-mob{
display: none;
}
}