.spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #f9fbff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #212529;
  background: #f9fbff;
  margin: 0;
}

.body.no-scroll {
  overflow: hidden;
}

button {
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

p {
  margin: 0;
  padding: 0;
}

.slick-track {
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-offer {
  width: 100%;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .container-offer {
    top: -95px;
  }
}

.container__header {
  margin: auto;
  max-width: 1390px;
  padding: 0 15px;
}

a {
  text-decoration: none;
  display: block;
}

img {
  display: block;
  max-width: 100%;
}

.title_top {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #212529;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.section {
  padding: 80px 0;
  border-bottom: 1px solid #dae2f3;
}
.section + .section {
  margin-top: 10px;
  border-top: 1px solid #dae2f3;
}
@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
}

.text-gradient {
  background-image: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hidden {
  display: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.1s linear;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  color: #212529;
  cursor: pointer;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="Gradient" x1="0" x2="100" y1="0" y2="70" gradientTransform="rotate(39.06% 143.88% at 76.04% 4.17%)" gradientUnits="userSpaceOnUse"><stop stop-color="%233b95ff" offset="0"/><stop stop-color="%23171feb" offset="1"/></linearGradient></defs><rect x="0.5" y="0.5" width="100%" height="100%" style="height:calc(100% - 1px);width:calc(100% - 1px)" rx="5" ry="5" stroke-width="1" fill="transparent" stroke="url(%23Gradient)"/></svg>');
}
.btn:focus {
  box-shadow: 0 !important;
}
.btn-wrapper {
  display: flex;
  align-items: center;
}
.btn-img {
  width: 14px;
  display: inline-block;
  height: 16px;
  background-image: url("./../images/user-whit.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 6px 0 0;
}
@media (max-width: 768px) {
  .btn-img {
    width: 12px;
    display: inline-block;
    height: 14px;
    background-image: url("./../images/user.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 1px 0 0;
  }
}
.btn:hover {
  background: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
  color: #fff;
}
.btn-sing__up, .btn-log__in {
  height: 48px;
  width: 117px;
}
@media (max-width: 768px) {
  .btn-sing__up, .btn-log__in {
    height: auto;
    width: auto;
    border: 0;
    padding: 0;
  }
  .btn-sing__up::after, .btn-log__in::after {
    display: none;
  }
}
.btn-sing__up {
  color: #fff;
  background: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
}
@media (max-width: 768px) {
  .btn-sing__up {
    padding-left: 15px;
    background-image: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .btn-sing__up:hover {
    background: transparent;
    background-image: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.btn-log__in {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .btn-log__in {
    margin-left: 0px;
    padding-left: 15px;
    color: #212529;
    background: none;
  }
  .btn-log__in:hover {
    background: transparent;
    color: #212529;
  }
  .btn-log__in::before {
    position: absolute;
    content: "";
    left: 6px;
    top: 11px;
    transform: translateY(-50%);
    width: 1px;
    background-color: #bfc7da !important;
    height: 100%;
  }
  .btn-log__in--mobile {
    display: none;
  }
}
@media (max-width: 1200px) {
  .btn-log__in--burger {
    padding-left: 0 !important;
    margin-left: 0;
    background-image: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .btn-log__in--burger::before {
    display: none;
  }
  .btn-log__in--burger:hover {
    background-image: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.btn-box {
  display: inline-block;
}
@media (max-width: 1024px) {
  .btn-box--mobile {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #dae2f3;
  }
}
.btn-intro {
  text-transform: uppercase;
  font-weight: 600;
  max-width: 192px;
  width: 100%;
  text-align: center;
  height: 60px;
}
.btn-intro + .btn-intro {
  margin-left: 25px;
}
@media (max-width: 576px) {
  .btn-intro + .btn-intro {
    margin-top: 10px;
    margin-left: 0;
  }
}
.btn-brand {
  color: #61697b;
  border-radius: 0;
  margin: 0;
  border: none;
}
.btn-brand:hover {
  background: transparent;
  color: #212529;
}
.btn-offer, .btn-partner {
  background: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
  color: #fff;
  margin-left: 20px;
  font-weight: 600;
  text-transform: uppercase;
  height: 60px;
  max-width: 192px;
  width: 100%;
}
.btn-offer--rgb, .btn-partner--rgb {
  background: #fff !important;
  border: none;
  color: #212529 !important;
}
.btn-offer span, .btn-partner span {
  margin-left: 6px;
}
.btn__mobile-img {
  width: 12px;
  display: inline-block;
  height: 14px;
  background-image: url("./../images/user.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 3px 0 0;
}
.btn-offer {
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .btn-offer span {
    display: none;
  }
}
@media (max-width: 600px) {
  .btn-offer {
    padding: 20px 10px;
    margin-left: 5px;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
  }
}
.btn-partner {
  margin-bottom: 20px;
  width: 192px;
}
@media (max-width: 1024px) {
  .btn-partner {
    margin-left: 0;
    margin-top: 20px;
  }
}
.btn-left, .btn-right {
  border: 0;
  background-color: transparent;
  font-size: 20px;
}
.btn-promo {
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  background: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
  color: #fff;
  margin: 15px 0;
  padding: 21px 0;
  border: 1px solid #171feb;
}
.btn-promo__img {
  width: 8px;
  height: 5px;
  display: inline-block;
  background: url(./../images/promo/arrow-down.png);
  margin-left: 10px;
}
.btn-promo.more {
  background: #eef2fc;
  color: #212529;
}
.btn-promo.more .btn-promo__img {
  background: url(./../images/promo/arrow-up.png);
}
.btn-promo:hover {
  background: #eef2fc;
  color: #212529;
}
.btn-promo::after {
  display: none;
}
@media (min-width: 950px) and (max-width: 1230px) {
  .btn-promo {
    margin: 0;
    margin-left: 68px;
    max-width: 192px;
  }
}
@media (max-width: 950px) {
  .btn-promo {
    margin-bottom: 0;
  }
}
.btn-testimon, .btn-news {
  font-weight: 400;
}
.btn-testimon {
  height: 44px;
  max-width: 148px;
  width: 100%;
}
.btn-news {
  height: 44px;
  max-width: 115px;
  width: 100%;
}
.btn-modal {
  color: #dae2f3;
  text-transform: uppercase;
  width: 100%;
  padding: 21px 0;
  border: 1px solid #dae2f3;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 30px;
  background: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
}
.btn-modal::after {
  display: none;
}
.btn-modal:hover {
  background: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
}
.btn-up {
  background: #212529;
  border-radius: 5px;
  padding: 14px 17px 16px 19px;
  position: absolute;
  bottom: -30px;
  opacity: 0.8;
  right: 0;
}
@media (max-width: 768px) {
  .btn-up {
    bottom: 50px;
  }
}

.intro .btn-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media (max-width: 576px) {
  .intro .btn-wrapper {
    flex-direction: column;
  }
}

.brand__right-btn {
  text-align: center;
  width: 88px;
  height: 38px;
}
.brand__right-btn.active {
  background-color: #eef2fc;
}

.news__btn-box {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 950px) and (max-width: 1210px) {
  .news__btn-box {
    justify-content: center;
    margin-top: 35px;
  }
}
@media (max-width: 950px) {
  .news__btn-box {
    display: flex;
    justify-content: flex-start;
    margin-top: 35px;
  }
}

.paginate__btn {
  border: 1px solid #dae2f3;
  border-radius: 5px;
  padding: 14px;
  background: transparent;
  position: relative;
}
.paginate__btn::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 4px;
  top: 50%;
  left: 50%;
  z-index: 2;
}

.paginate__btn--left {
  position: relative;
}
.paginate__btn--left::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 6px;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  background: url(./../images/post/arrow-left.png);
}

.paginate__btn--right {
  position: relative;
}
.paginate__btn--right::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 6px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: url(./../images/post/arrow-right.png);
}

@media (max-width: 990px) {
  .post__btn-box {
    position: absolute;
    bottom: 40px;
  }
}
.post-btn {
  position: relative;
  padding-right: 10px;
  display: inline-block;
  color: #171feb;
  font-weight: 600;
  margin-top: 50px;
}
@media (max-width: 950px) {
  .post-btn {
    margin-top: 20px;
  }
}
.post-btn.active::after {
  transform: rotate(-180deg);
  top: 40%;
}
.post-btn::after {
  position: absolute;
  content: "";
  top: 55%;
  right: -5px;
  transform: translateY(-50%);
  width: 7px;
  transition: all 0.2s linear;
  height: 5px;
  background: url(./../images/post/icon.png);
}

.promo__variants-btn {
  padding: 15px 22px;
  border: 1px solid #8e9bbb;
  color: #8e9bbb;
  border-radius: 5px;
}
.promo__variants-btn + .promo__variants-btn {
  margin-left: 15px;
}
.promo__variants-btn:hover {
  border-color: #171feb;
  color: #212529;
}
.promo__variants-btn.active {
  border-color: #171feb;
  color: #212529;
}
@media (max-width: 950px) {
  .promo__variants-btn {
    display: none;
  }
  .promo__variants-btn:nth-child(2), .promo__variants-btn:nth-child(1) {
    display: block;
  }
}

.footer .box-btn {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.footer .box-btn a img {
  display: inline-block;
}
@media (max-width: 600px) {
  .footer .box-btn {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .footer .box-btn a {
    margin: 0 !important;
  }
}
.footer-btn {
  font-size: 12px;
  color: #61697b;
  padding: 6px 10px;
  background: #0b2d4e;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 5px;
}
.footer-btn img {
  transition: all 0.2s linear;
}
.footer-btn.active {
  margin-bottom: 25px;
}
.footer-btn.active img {
  transform: rotate(-180deg);
  transition: all 0.2s linear;
}

.slick-disabled {
  color: #dbdbee;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 0;
  background: transparent;
  transition: all 0.2s linear;
  z-index: 1000;
}
.header.scrolled {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
  background: #f3f6fd;
  padding: 20px 0;
}
.header.scrolled::before {
  opacity: 1;
}
.header-page {
  background: #f3f6fd;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-desktop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobile {
  display: none;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: #e6f0ff;
  position: fixed;
  z-index: 100000;
  padding: 2rem;
  background-image: url(./../images/mobile-nav/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-height: 660px) {
  .header-mobile {
    padding-top: 10px;
  }
}
.header-mobile.active {
  display: block;
}
.header-mobile .menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.header-mobile .menu__top span {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-height: 660px) {
  .header-mobile .menu__top {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .header .header__logo {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header .header__logo-index {
    display: none;
  }
}
.header .burger-nav {
  display: none;
}
@media (max-width: 768px) {
  .header .burger-nav {
    display: block;
  }
}
.header .burger-tablet {
  display: none;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .header .burger-tablet {
    display: inline-block;
    margin-left: 20px;
  }
}

.social-box {
  margin-bottom: 65px;
  max-width: 220px;
}
@media (max-width: 768px) {
  .social-box {
    margin: 30px 0;
  }
}

.wrap {
  display: flex;
  margin-bottom: 14px;
}

.link-social, .link-lang {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  padding: 5px;
  font-size: 16px;
  border: 2px solid #61697b;
  color: #61697b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.link-social:hover, .link-lang:hover {
  border-color: #171feb;
  color: #171feb;
}
.link-social + .link-social, .link-social + .link-lang, .link-lang + .link-social, .link-lang + .link-lang {
  margin-left: 18px;
}

.link-mobile {
  border-color: #212529;
  color: #212529;
}

.link-lang {
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
}
.nav-item + .nav-item {
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #212529;
}
.nav-link:hover {
  color: #171feb;
}
@media (max-width: 1200px) {
  .nav-desktop {
    display: none;
  }
}
.nav-mobile {
  display: flex;
  flex-direction: column !important;
}
@media (max-width: 1200px) {
  .nav {
    flex-direction: column;
    margin-bottom: 35px;
    margin-top: 10px;
    align-items: flex-start;
    padding-left: 0;
  }
  .nav li a {
    padding-left: 0;
  }
}
@media (max-height: 660px) {
  .nav {
    margin: 10px 0;
  }
  .nav li a {
    padding-bottom: 0;
    padding-top: 5;
  }
}

.intro {
  background: url(./../images/intro/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.intro .container {
  height: 100%;
}
.intro__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.intro__content img {
  margin-bottom: 131px;
}
@media (max-width: 500px) {
  .intro__content img {
    max-width: 168px;
    margin-bottom: 60px;
  }
}

.bg_v1 {
  position: absolute;
  bottom: -150px;
  right: 0;
  z-index: -1;
}

.brand {
  padding: 80px 0;
  padding-bottom: 180px;
  border-bottom: 1px solid #dae2f3;
  position: relative;
}
.brand-top {
  max-width: 1500px;
  width: 100%;
  display: flex;
  justify-content: stretch;
  margin: 0 auto;
  margin-top: 30px;
  z-index: 1 !important;
  border: 1px solid #dee3ef;
  border-radius: 5px;
}
.brand-top-item {
  padding: 10px;
  max-width: 120px;
}
.brand-top .block {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.brand-top .block:first-child a {
  border-left: 0;
}
@media (max-width: 1230px) {
  .brand-top {
    overflow-x: auto;
  }
  .brand-top .block {
    overflow: visible;
  }
}
.brand-tabs {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #dee3ef;
}
.brand-tabs.active {
  background-color: #eef2fc;
}
.brand__content {
  margin-top: 50px;
  overflow: hidden;
}
.brand__inner.sport .brand__casino {
  display: none;
}
.brand__inner.sport .brand__sport {
  display: block;
}
.brand-box {
  overflow: hidden;
  display: flex;
}
@media (max-width: 900px) {
  .brand-box {
    flex-wrap: wrap;
  }
}
.brand__left {
  width: 60%;
}
@media (max-width: 900px) {
  .brand__left {
    width: 100%;
  }
}
.brand__right {
  width: 40%;
  margin-left: 70px;
}
.brand__right-box {
  display: flex;
  width: 171px;
  margin-bottom: 47px;
  border: 1px solid #DDE5FB;
  border-radius: 5px;
}
.brand__right-box-mobile {
  display: none;
}
@media (max-width: 900px) {
  .brand__right-box {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .brand__right-box-desk {
    display: none;
  }
  .brand__right-box-mobile {
    display: flex;
  }
}
.brand__right-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.brand__right-text {
  line-height: 2;
}
@media (max-width: 900px) {
  .brand__right {
    width: 100%;
    margin-left: 0;
  }
}
.brand__sport {
  display: none;
}
.brand__item-smoll {
  cursor: pointer;
  opacity: 0.4;
  border-radius: 5px;
}
.brand__item-smoll:first-child {
  margin-right: 11.2px;
}
@media (max-width: 500px) {
  .brand__item-smoll:first-child {
    margin: 0 5.5px;
  }
}
.brand__item-smoll + .brand__item-smoll {
  margin: 0 11.5px;
}
@media (max-width: 500px) {
  .brand__item-smoll + .brand__item-smoll {
    margin: 0 5.5px;
  }
}
.brand__item-smoll:last-child {
  margin-right: 0;
}
.brand__item-smoll.is-active {
  opacity: 1;
}

.offers {
  max-width: 1200px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.offers .vectore-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .offers {
    padding: 50px 10px;
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .offers {
    padding: 20px 20px;
    overflow: hidden;
  }
}
.offers__content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  justify-content: center;
}
@media (max-width: 1200px) {
  .offers__content {
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .offers__content {
    flex-direction: column;
  }
  .offers__content h2 {
    margin-bottom: 15px;
  }
}
.offers__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #212529;
}
.offers-rgb {
  background-image: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
}
.offers-rgb input {
  background: transparent;
  color: #fff;
  border: 0;
}
.offers-rgb input::-moz-placeholder {
  color: #fff;
}
.offers-rgb input:-ms-input-placeholder {
  color: #fff;
}
.offers-rgb input::placeholder {
  color: #fff;
}
.offers-rgb input:focus {
  border: none;
}
.offers__title-rgb {
  color: #fff;
}
.offers__form {
  display: flex;
  align-items: center;
  max-width: 670px;
  width: 100%;
  margin-left: 87px;
}
@media (max-width: 1010px) {
  .offers__form {
    margin-left: 10px;
  }
}
@media (max-width: 900px) {
  .offers__form {
    margin-left: 0;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .offers__form {
    justify-content: center;
  }
}
.offers__form input {
  max-width: 458px;
  width: 100%;
  padding: 18.5px 22px;
  border: 1px solid #dae2f3;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .offers__form input {
    max-width: 215px;
  }
}

.commissions {
  position: relative;
  padding-top: 200px;
  margin-top: 10px;
  padding-bottom: 40px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .commissions {
    padding-top: 160px;
  }
}
.commissions__item {
  position: relative;
}
.commissions__item:after {
  content: url(../images/line.png);
  position: absolute;
  top: 50%;
  right: -62.5px;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .commissions__item:after, .commissions-content:before {
    display: none;
  }
}
.commissions-wrapper {
  position: relative;
}
.commissions__top {
  display: flex;
  justify-content: space-between;
}
.commissions-content {
  position: relative;
  margin-top: 40px;
}
.commissions-content:before {
  content: url(../images/line.png);
  position: absolute;
  top: 50%;
  left: -62.5px;
  transform: translateY(-50%);
}
.commissions__title {
  font-size: 69px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .commissions__title {
    font-size: 36px;
    margin-bottom: 28px;
  }
}
.commissions__text {
  color: #212529;
}
.commissions__item + .commissions__item {
  margin-left: 125px;
}
@media (max-width: 1024px) {
  .commissions__item + .commissions__item {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .commissions__item {
    margin: 0 20px !important;
  }
}

.traffic-desk {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .traffic-desk {
    display: none;
  }
}
.traffic__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 25px;
}
.traffic__inner + .traffic__inner {
  margin-top: 50px;
}
.traffic__item {
  min-width: 160px;
  padding: 20px 30px;
  background: linear-gradient(191.52deg, #DAE2F3 10.83%, rgba(255, 255, 255, 0) 54.08%);
  backdrop-filter: blur(21px);
  border-radius: 5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media (max-width: 768px) {
  .traffic__item {
    max-width: 100%;
  }
}
.traffic__item-top {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.traffic__item-box {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 44px;
  height: 44px;
}
.traffic__item-box img {
  display: block;
  max-width: 100%;
}

.traffic-mobile {
  width: 100%;
  display: none;
  overflow: hidden;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .traffic-mobile {
    display: block;
  }
}

.partners {
  position: relative;
}
.partners-slider {
  overflow-x: hidden;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .partners-slider {
    height: auto;
  }
}
@media (max-width: 600px) {
  .partners-slider {
    margin-top: 24px;
  }
}
.partners__title {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .partners__title br {
    display: none;
  }
}
.partners__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .partners__top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .partners__top br {
    display: none;
  }
}
.partners__top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .partners__top-box {
    width: 100%;
  }
}
.partners__item {
  background: #ffffff;
  border-radius: 5px;
  padding: 25px 44px;
  align-self: flex-start;
  transition: all 0.2s linear;
}
.partners__item + .partners__item {
  margin-left: 25px;
}
.partners__item:nth-child(2) {
  align-self: flex-end;
}
.partners__item:nth-child(4) {
  align-self: flex-end;
}
.partners__item:hover {
  background-image: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
  color: #fff !important;
}
@media (min-width: 1190px) {
  .partners__item {
    max-width: 280px;
  }
}
@media (min-width: 1010px) and (max-width: 1190px) {
  .partners__item {
    width: 35% !important;
    margin-top: 30px;
  }
  .partners__item + .partners__item {
    margin-left: 0;
  }
  .partners__item:nth-child(2) {
    margin-top: 89px;
  }
  .partners__item:nth-child(3) {
    margin-top: -16px;
  }
  .partners__item:nth-child(2), .partners__item:nth-child(4) {
    margin-left: 30px;
  }
}
.partners__item-top {
  text-transform: uppercase;
  font-size: 69px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid #dae2f3;
  margin-bottom: 45px;
}
@media (max-width: 600px) {
  .partners__item-top {
    font-size: 36px;
  }
}
.partners__item-info__top {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.partners_bg {
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 150px;
}
@media (max-width: 1024px) {
  .partners_bg {
    display: none;
  }
}

.partners_bg2 {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

.contacts {
  position: relative;
  overflow: hidden;
}
.contacts .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.contacts-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contacts-wrapper {
    flex-wrap: wrap;
  }
}
.contacts__item {
  width: 50%;
}
@media (max-width: 768px) {
  .contacts__item {
    width: 100%;
  }
}
.contacts__item + .contacts__item {
  margin-left: 100px;
}
@media (max-width: 768px) {
  .contacts__item + .contacts__item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.contacts__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #212529;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contacts__item-title {
    margin-bottom: 20px;
  }
}
.contacts__item-text {
  line-height: 2;
}
.contacts__item-link {
  color: #212529;
}
.contacts__item-link + .contacts__item-link {
  margin-top: 10px;
}
.contacts__item-link:nth-child(1) .contacts__item-img {
  width: 13.05px;
  display: inline-block;
  height: 9.32px;
  background-image: url("./../images/contacts/email.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 13px 0 0;
  height: 9.32px;
}
.contacts__item-link:nth-child(2) .contacts__item-img {
  width: 13px;
  display: inline-block;
  height: 12px;
  background-image: url("./../images/contacts/tg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 13px 0 0;
}
.contacts__item-link:nth-child(3) .contacts__item-img {
  width: 13px;
  display: inline-block;
  height: 13px;
  background-image: url("./../images/contacts/sc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 13px 0 0;
}
.contacts__item-link:nth-child(4) .contacts__item-img {
  width: 13px;
  display: inline-block;
  height: 13px;
  background-image: url("./../images/contacts/whatsapp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 13px 0 0;
}

.testimon {
  position: relative;
}
.testimon__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  .testimon__top {
    margin-bottom: 30px;
  }
}
.testimon__item-content {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .testimon__item-content {
    margin: 0;
  }
}
.testimon__item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.testimon__item-traffic {
  color: #61697b;
  margin-bottom: 30px;
}
.testimon__item-text {
  font-style: italic;
}
.testimon-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .testimon-box {
    justify-content: flex-start;
  }
}
.testimon .number-slid {
  color: #dae2f3;
}
.testimon-page .testimon__item {
  padding: 45px 0;
}
.testimon-page .testimon__item:last-child {
  border-bottom: 1px solid #dae2f3;
}
.testimon-page .testimon__item + .testimon__item {
  border-top: 1px solid #dae2f3;
}
.testimon__content {
  display: flex;
}
@media (max-width: 768px) {
  .testimon__content {
    flex-wrap: wrap;
  }
}
.testimon-date {
  color: #61697b;
  width: 100px;
}
@media (max-width: 950px) {
  .testimon-date {
    margin-bottom: 15px;
  }
}
.testimon-info {
  width: 25%;
}
.testimon-traffic {
  display: flex;
  color: #61697b;
}
.testimon-traffic a {
  color: #61697b;
}
@media (max-width: 950px) {
  .testimon-traffic {
    margin-bottom: 15px;
  }
}
.testimon-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.testimon-text {
  width: 70%;
}
@media (max-width: 768px) {
  .testimon-info, .testimon-traffic, .testimon-text {
    width: 100%;
  }
}

.news {
  padding-bottom: 200px;
  position: relative;
}
.news .bg_light {
  position: absolute;
  z-index: -1;
  top: -270px;
  left: 0;
}
.news .bg_light2 {
  position: absolute;
  z-index: -1;
  top: -270px;
  right: 0;
}
.news-more {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #61697b;
  font-size: 13px;
}
.news__title {
  margin-bottom: 50px;
}
.news-box {
  display: flex;
}
@media (max-width: 1200px) {
  .news-box {
    flex-wrap: wrap;
  }
}
.news-preview {
  width: 90%;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .news-preview {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }
}
.news-preview .news__item {
  display: flex;
}
@media (max-width: 768px) {
  .news-preview .news__item {
    width: 100%;
    margin-bottom: 32px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.news-preview .news__item .news-img {
  max-width: 350px;
  width: 100%;
  border-radius: 5px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .news-preview .news__item .news-img {
    margin-right: 0;
  }
}
.news-preview .news__item .news-info {
  padding: 15px 0;
}
.news-preview .news__item .news-date {
  margin-bottom: 10px;
}
.news-preview .news__item .news-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.news-preview .news__item .news-text {
  line-height: 2;
  margin-bottom: 9px;
}
@media (min-width: 950px) and (max-width: 1210px) {
  .news-variants .news-wrapper {
    display: flex;
    align-self: center;
  }
}
.news-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.news__item {
  display: flex;
}
.news__item + .news__item {
  margin-top: 20px;
}
@media (min-width: 950px) and (max-width: 1210px) {
  .news__item + .news__item {
    margin-top: 0px;
    margin-left: 41px;
  }
}
.news__item-variants .news-img {
  max-width: 59px;
  height: 59px;
}
.news__item-variants .news-date {
  font-size: 12px;
}
.news__item-variants .news-img {
  margin-right: 15px;
}
.news__item-variants .news-info {
  padding: 0;
}
.news__item-variants .news-subtitle {
  font-weight: 500;
  text-transform: none;
}
@media (min-width: 950px) and (max-width: 1210px) {
  .news__item-variants .news-img {
    height: auto;
  }
  .news__item-variants .news-title {
    margin-bottom: 0;
  }
}
.news-img {
  max-width: 350px;
  border-radius: 5px;
  margin-right: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-info {
  padding: 15px 0;
}
.news-date {
  margin-bottom: 10px;
}
.news-text {
  line-height: 2;
  margin-bottom: 9px;
}

.footer {
  background: #03192f;
  padding-top: 168px;
  position: relative;
  color: #fff;
}
.footer .container-footer {
  position: relative;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-wrapper {
    flex-wrap: wrap;
  }
}
.footer-title {
  color: #dae2f3;
  font-size: 14px;
  margin-bottom: 25px;
}
.footer-mobile {
  width: 70%;
}
@media (max-width: 768px) {
  .footer-mobile {
    width: 100%;
  }
}
.footer__box {
  display: flex;
  margin-top: 25px;
}
.footer__box a {
  display: inline-block;
}
.footer__lang {
  margin-top: 25px;
}
.footer__copy {
  background: #04203c;
  padding: 21px 0;
}
.footer__copy p {
  font-size: 14px;
  color: #61697b;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .footer {
    padding-top: 100px;
  }
}

.footer__info {
  overflow: hidden;
  position: relative;
  max-height: 100px;
}
.footer__info.show {
  max-height: 100% !important;
  overflow: visible;
}

.title {
  color: #dae2f3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 15px;
}
.title + .title {
  margin-left: 53px;
}
.title-mobile {
  color: #212529;
}
.title-header {
  color: #212529;
}

.telegram_link {
  margin-left: 16px;
}
.telegram_link .blue {
  display: none;
}
.telegram_link:hover .gray {
  display: none;
}
.telegram_link:hover .blue {
  display: block;
}

.page {
  padding-top: 80px;
  padding-bottom: 150px;
}
.page__title {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .page__title {
    margin: 20px 0;
  }
}
@media (max-width: 976px) {
  .page {
    padding-bottom: 80px;
  }
}

.dropdown {
  display: flex;
  align-items: center;
}
.dropdown select {
  border: none;
  background-color: transparent;
}
.dropdown select:focus-visible {
  border: 0 !important;
  outline: 0;
}

.search__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px 0;
  border-top: 1px solid #dae2f3;
  border-bottom: 1px solid #dae2f3;
}
@media (max-width: 600px) {
  .search__block {
    display: none;
  }
}
.search__block-promo {
  border-bottom: 0;
}
@media (max-width: 600px) {
  .search__block-promo {
    display: block;
  }
}
.search__block .search__areea {
  position: relative;
  max-width: 272px;
  width: 100%;
}
.search__block .search__areea::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  z-index: 1;
  background: url(./../images/search.png);
}
@media (max-width: 600px) {
  .search__block .search__areea-promo {
    display: none;
  }
}
.search__block .search-input {
  background: #eef2fc;
  border-radius: 5px;
  padding: 14px 16px;
  padding-right: 35px;
  border: 0;
  outline: none;
  width: 100%;
}

.search__areea-mobile {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
}
.search__areea-mobile input {
  background: #f9fbff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 0;
  width: 100%;
  outline: 0;
  padding: 10px 15px;
}
@media (max-width: 600px) {
  .search__areea-mobile input {
    height: 40px;
  }
}
.search__areea-mobile a {
  background: #f9fbff;
  padding: 13.5px 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .search__areea-mobile a {
    height: 40px;
  }
}

.search-mobile {
  position: fixed;
  right: 0;
  top: 84px;
  z-index: 100;
  display: none;
}
@media (max-width: 600px) {
  .search-mobile {
    display: block;
  }
}

.search-modal {
  padding: 14px;
  background-color: #fff;
  box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: block;
}
.search-modal img {
  max-width: 11px;
}
.search-modal + .search-modal {
  margin-top: 10px;
}

.search__areea-mobile--selector {
  background: #f9fbff;
  box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 100%;
}
.search__areea-mobile--selector button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.search__areea-mobile--selector button + button {
  border-top: 1px solid #dae2f3;
}

.paginate {
  margin: 40px 0;
}
.paginate__content {
  margin: 0 auto;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paginate ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.paginate ul li + li {
  margin-left: 20px;
}
.paginate ul li a {
  color: #212529;
  font-weight: 600;
}
.paginate ul li.active a {
  color: #171feb;
}

@media (max-width: 768px) {
  .pagination {
    margin-left: 20px;
  }
}
.pagination li a {
  border: none !important;
  background: transparent;
  color: #212529;
  font-weight: 700;
}
.pagination li.active a {
  background-color: transparent;
}
.pagination li + li {
  margin-left: 23px;
}
@media (max-width: 768px) {
  .pagination li + li {
    margin-left: 0;
  }
}

.page-item.active .page-link {
  background-color: transparent;
  color: #171feb;
}

.page-link:focus {
  box-shadow: none !important;
}

.previous, .next {
  border: 1px solid #dae2f3;
  border-radius: 5px;
  padding: 15px 5px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.previous a, .next a {
  background: transparent;
  position: relative;
  font-size: 0;
}
.previous a::after, .next a::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 6px;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  background: url(./../images/post/arrow-left.png);
}

.next a::after {
  background: url(./../images/post/arrow-right.png);
}

.dataTables_info {
  display: none;
}

#dtBasicExample1_paginate .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
#dtBasicExample1_paginate .pagination li + li {
  margin-left: 10px;
}

mark {
  background: yellow;
}

mark.current {
  background: orange;
}

.pagination {
  margin-top: 20px;
}

.post__item {
  padding: 45px;
  padding-bottom: 73px;
}
.post__item + .post__item {
  border-top: 1px solid #dae2f3;
}
@media (max-width: 990px) {
  .post__item {
    position: relative;
  }
}
@media (max-width: 600px) {
  .post__item {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 75px;
  }
}
.post-date {
  color: #61697b;
  font-size: 14px;
  margin-right: 126px;
}
@media (max-width: 1200px) {
  .post-date {
    margin-right: 60px;
  }
}
.post-img {
  max-width: 175px;
  width: 100%;
  margin-right: 80px;
}
@media (max-width: 1000px) {
  .post-img {
    margin-bottom: 20px;
    max-width: 320px;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .post-img {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .post-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.post-title {
  color: #212529;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .post-date {
    order: 2;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .post-img {
    order: 1;
  }
  .post .post__btn-box {
    order: 4;
  }
}
.post__content {
  display: grid;
  width: 100%;
  grid-template-areas: "post-date post-img info post__btn-box ";
}
.post__content .info {
  margin-right: 80px;
}
@media (max-width: 1000px) {
  .post__content {
    grid-template-areas: "post-img " "post-date " "info " "post__btn-box" !important;
  }
  .post__content .info {
    order: 3;
    margin-right: 0;
  }
}
.post__content-full {
  margin-top: 35px;
  justify-content: center !important;
}

.promo__variants {
  display: flex;
}
.promo-img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.promo__item {
  position: relative;
  border-radius: 5px;
}
.promo__item.no-active * {
  color: #757c84 !important;
}
.promo__item.no-active .status-info .active {
  display: none !important;
}
.promo__item.no-active .status-info .no-active {
  display: flex !important;
}
.promo__item.no-active .btn-promo {
  background: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #cdcee8 0%, #9798ab 100%);
  border: 0;
}
.promo__item + .promo__item {
  margin-top: 40px;
}
.promo__inner {
  display: flex;
  border: 1px solid #dae2f3;
  border-radius: 5px;
}
.promo__info {
  display: flex;
  width: 80%;
}
.promo__info-text {
  line-height: 2;
}
@media (max-width: 950px) {
  .promo__info-text {
    padding: 0 20px;
  }
}
.promo-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 24px;
}
@media (max-width: 950px) {
  .promo-title {
    padding: 0 20px;
  }
}
.promo .status {
  background: #eef2fc;
  border-radius: 5px;
  padding: 40px;
  padding-bottom: 0;
  padding-top: 20px;
}
.promo .status-info {
  display: flex;
  align-items: center;
}
.promo .status-info img {
  margin-right: 5px;
}
@media (max-width: 950px) {
  .promo .status-info {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 5px;
  }
}
.promo .status-active .active {
  display: inline-block;
}
.promo .status-active .no-active {
  display: none;
}
.promo .status-no_active {
  display: flex;
  align-items: center;
}
.promo .status-no_active img {
  margin-right: 5px;
}
.promo .status-no_active .active {
  display: none;
}
.promo .status-no_active .no-active {
  display: inline-block;
}
.promo .status-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (min-width: 950px) and (max-width: 1230px) {
  .promo .status {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
  }
  .promo .status-info {
    position: absolute;
    top: 15px;
    left: 20px;
  }
  .promo .status-box {
    display: flex;
  }
  .promo .status-finish, .promo .status-bid {
    margin-left: 68px;
  }
  .promo .status-finish span, .promo .status-bid span {
    display: inline-block;
  }
}
@media (max-width: 950px) {
  .promo .status {
    padding: 20px;
  }
}
@media (max-width: 1230px) {
  .promo__inner {
    flex-wrap: wrap;
  }
  .promo__info {
    width: 100%;
  }
  .promo .status {
    width: 100%;
  }
}
@media (min-width: 950px) {
  .promo-information {
    margin: 0 28px;
  }
}
@media (max-width: 768px) {
  .promo__info {
    width: 100%;
    flex-wrap: wrap;
  }
}

.full {
  position: relative;
}
.full-inner {
  display: flex;
  border-bottom: 1px solid #dae2f3;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .full-inner {
    flex-wrap: wrap;
  }
}
.full-paragraf {
  margin-right: 30px;
}
.full-close {
  position: absolute;
  bottom: 16px;
  right: 36px;
  font-weight: 600;
  color: #171feb;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.full-close img {
  margin-left: 3px;
}
@media (max-width: 768px) {
  .full-close {
    bottom: 25px;
  }
}
.full-text {
  padding: 0 40px;
}
.full-text p {
  margin-top: 40px;
}
@media (max-width: 950px) {
  .full-text {
    padding: 0;
  }
}
.full-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.full-table {
  padding: 0 40px;
  padding-bottom: 40px;
}
.full-table td {
  width: 300px;
}
@media (max-width: 950px) {
  .full-table {
    padding: 0;
    padding-bottom: 40px;
  }
}
.full-box {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #dde5fb;
  margin-bottom: 15px;
}
.full-variants {
  width: 33.3333%;
  padding: 22px 0;
}
.full-variants.active {
  background: #eef2fc;
}
.full-variants + .full-variants {
  border-left: 1px solid #dde5fb;
}
@media (max-width: 950px) {
  .full-variants {
    padding: 5px 0;
  }
}

.info__box {
  position: relative;
  margin-top: 40px;
  border: 1px solid #dae2f3;
  border-radius: 5px;
  padding: 20px;
}
.info__box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.dataTables_wrapper .row:first-child {
  display: none !important;
}

.th-sm:first-child {
  padding: 20px;
}

tr {
  padding: 0 21px;
}
tr th {
  font-weight: 400;
  text-align: center;
}
tr th:first-child {
  text-align: left;
}
tr td {
  padding: 21px 0 !important;
  text-align: center;
}
tr td:first-child {
  padding-left: 20px !important;
  text-align: left;
}
tr.active {
  background: #f0f3f9;
}

.promo-first--block {
  padding: 0;
}

.wraper-table {
  margin-bottom: 20px;
}

tbody tr:nth-child(odd) {
  background: #f0f3f9;
}

.slider-btn--mobile {
  display: none;
}
@media (max-width: 1000px) {
  .slider-btn--mobile {
    display: block;
  }
}
.slider-btn--traffic {
  display: none;
}
@media (max-width: 768px) {
  .slider-btn--traffic {
    display: block;
  }
}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carousel-inner {
  width: 100%;
  width: 100% !important;
}

.traffic-slider {
  overflow: hidden;
}
.traffic-slider .slick-track {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.slick-dots {
  display: none !important;
}

.slider-num {
  margin: 0 80px;
  font-size: 24px;
}
.slider-num span {
  color: #dbdbee;
}
@media (max-width: 768px) {
  .slider-num {
    display: none;
  }
}

.modal-slider {
  max-width: 200px;
  width: 100%;
  height: 150px !important;
}
.modal-slider .item {
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal-slider .item h2 {
  text-transform: uppercase;
  background-image: radial-gradient(39.06% 143.88% at 76.04% 4.17%, #3b95ff 0%, #171feb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-slider .slick-slider {
  position: relative;
  display: block;
  height: 100% !important;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
  tap-highlight-color: transparent;
  padding-top: 40px;
}
.modal-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100% !important;
  margin: 0;
  padding: 0;
}
.modal-slider .slick-list:focus {
  outline: none;
}
.modal-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.modal-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  height: 100% !important;
  display: block;
}
.modal-slider .slick-track:before, .modal-slider .slick-track:after {
  content: "";
  display: table;
}
.modal-slider .slick-track:after {
  clear: both;
}
.slick-loading .modal-slider .slick-track {
  visibility: hidden;
}

.testimon__slider {
  overflow: hidden;
}
.testimon__slider .slick-track {
  display: flex;
}
.testimon__slider-btn {
  display: flex;
}

.com-slid {
  overflow: hidden;
}
.com-slid .slick-track {
  display: flex;
}

.brand__slider {
  overflow: hidden;
}
.brand__slider .slick-track {
  width: 100% !important;
}
.brand__slider-item {
  padding: 20px;
}
@media (max-width: 500px) {
  .brand__slider-item {
    padding: 0 20px;
  }
}
.brand__slider-smoll {
  margin-top: 43px;
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .brand__slider-smoll .slick-list {
    margin: 0 15px;
  }
}
.brand__slider-smoll .slick-slide {
  width: 115px;
}
@media (max-width: 1024px) {
  .brand__slider-smoll .slick-slide {
    width: 75px !important;
  }
}
@media (max-width: 500px) {
  .brand__slider-smoll .slick-slide {
    width: 55px !important;
  }
}
@media (max-width: 1024px) {
  .brand__slider-smoll {
    margin: 23px 0;
  }
}

.brand-casino {
  width: 100%;
  overflow: hidden;
}

.partners-slider .slick-track {
  height: 100% !important;
}
@media (min-width: 1200px) {
  .partners-slider .slick-track {
    min-height: 500px;
  }
}
.partners-slider .slick-list {
  height: 100%;
}
@media (min-width: 1200px) {
  .partners-slider {
    min-height: 500px;
  }
}
@media (min-width: 1010px) and (max-width: 1190px) {
  .partners-slider .slick-track {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.modal {
  background: rgba(33, 37, 41, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#singup.modal .modal-content {
  max-width: 750px !important;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.modal-content {
  background-color: transparent;
  border: 0;
  background: #fff;
  max-width: 680px !important;
  width: 100%;
  position: relative;
  margin: 10% auto;
  border-radius: 5px;
  display: flex;
}
@media (max-width: 450px) {
  .modal-content {
    max-width: 380px !important;
  }
}
@media (max-width: 320px) {
  .modal-content {
    max-width: 310px !important;
  }
}
.modal-search {
  align-items: flex-start;
}
.modal-search .modal-content {
  width: 100%;
  padding: 20px;
  background-color: transparent;
  position: static;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal-title {
  text-transform: uppercase;
  font-size: 24px;
}
.modal-left {
  background: url(./../images/modal/login_bg.png) center no-repeat;
  background-size: cover;
  display: flex;
  width: 38%;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px 0px 40px 40px;
}
.modal-left p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 770px) {
  .modal-left {
    display: none;
  }
}
.modal-subtitle span {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #212529;
}
.modal-right {
  width: 70%;
}
@media (max-width: 768px) {
  .modal-right {
    width: 100%;
  }
}
.modal-right form {
  padding: 40px 40px 0 40px;
}
@media (max-width: 600px) {
  .modal-right form {
    padding: 23px 20px 0 20px;
  }
}
@media (max-width: 350px) {
  .modal-right form {
    padding: 30px 15px;
  }
}
.modal__footer {
  display: flex;
  justify-content: center;
  border-top: 1px solid #dae2f3;
  padding: 23px 0;
}
.modal__footer a {
  color: #171feb;
  text-decoration: underline;
  margin-left: 4px;
}

.modal-right-reset {
  padding-top: 40px;
}

.modal-info {
  padding: 0 40px;
  font-weight: 400;
  font-size: 14px;
  color: #BFC7DA;
}

.btn-modal-reset {
  margin-top: 43px;
}

.success-wrapper {
  background-image: url(../images/modal/seccess_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}
.success-wrapper h2 {
  margin-bottom: 30px;
}
.success-wrapper p {
  line-height: 2;
}

form label {
  width: 100%;
}
form label .help-block {
  display: none;
}
#form-login label .help-block {
  display: block;
  color: #ea4c5f;
  position: absolute;
  top: 100%;
}
form label.success input {
  border: 1px solid #171feb;
}
form label.error input {
  border: 1px solid #ea4c5f;
}
form label.error .help-block {
  display: block;
  color: #ea4c5f;
  margin-top: 10px;
}
form .input {
  border: 1px solid #dae2f3;
  border-radius: 5px;
  background-color: transparent;
  padding: 10px 43px;
  outline: none;
  position: relative;
  color: #212529;
  width: 100%;
  margin-top: 23px;
}
@media (max-width: 600px) {
  form .input {
    margin-top: 6px;
  }
}
form .input::-moz-placeholder {
  color: #212529;
  font-family: Montserrat, sans-serif;
}
form .input:-ms-input-placeholder {
  color: #212529;
  font-family: Montserrat, sans-serif;
}
form .input::placeholder {
  color: #212529;
  font-family: Montserrat, sans-serif;
}
form .email {
  position: relative;
  display: block;
}
form .email::before {
  background: url(./../images/form/mai.png);
  position: absolute;
  content: "";
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  z-index: 1;
}
form .email.error::before {
  background: url(./../images/form/locked-error.png);
  top: -4%;
}
form .email.success::before {
  background: url(./../images/form/mai-secces.png);
}
form .form-lable-box + .form-lable-box {
  margin-top: 23px;
}
form .password {
  display: block;
  position: relative;
}
form .password::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  background: url(./../images/form/locked.png);
  width: 14px;
  height: 14px;
  z-index: 1;
}
form .password.error::before {
  background: url(./../images/form/locked-errors.png);
  top: 27%;
}
form .password.error a {
  top: 20%;
}
form .password.success::before {
  background: url(./../images/form/locked-secces.png);
}
form .password a {
  position: absolute;
  top: 30%;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
form .password a .no-view {
  display: none;
}
form .password a.active .view {
  display: none;
}
form .password a.active .no-view {
  display: block;
}
form .password-confirm {
  position: relative;
}
form .password-confirm::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  background: url(./../images/form/locked.png);
  width: 14px;
  height: 14px;
}
form .password-confirm.error::before {
  background: url(./../images/form/locked-errors.png);
  top: 15%;
}
form .password-confirm.error a {
  top: 4%;
}
form .password-confirm.success::before {
  background: url(./../images/form/locked-secces.png);
}
form .password-confirm a {
  position: absolute;
  top: 30%;
  right: 20px;
}
form .password-confirm a .no-view {
  display: none;
}
form .password-confirm a.active .view {
  display: none;
}
form .password-confirm a.active .no-view {
  display: block;
}
form .login-sin {
  position: relative;
}
form .login-sin::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  background: url(./../images/form/user.png);
  width: 14px;
  height: 14px;
}

.forgot-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 29px;
}
.forgot-box a {
  color: #212529;
}

.select {
  margin-top: 23px;
  position: relative;
  width: 100%;
}
@media (max-width: 600px) {
  .select {
    margin-top: 6px;
  }
}

@media (max-width: 500px) {
  .select {
    width: 100%;
    margin-left: 0;
  }
}
.select[data-state=active] .select__title,
.select[data-state=active] .select__title-direction, .select[data-state_direction=active] .select__title,
.select[data-state_direction=active] .select__title-direction, .select[data-state_traffic=active] .select__title,
.select[data-state_traffic=active] .select__title-direction, .select[data-state_ftd=active] .select__title,
.select[data-state_ftd=active] .select__title-direction {
  border: 1px solid #171feb;
}
.select[data-state=active] .select__title::before,
.select[data-state=active] .select__title-direction::before, .select[data-state_direction=active] .select__title::before,
.select[data-state_direction=active] .select__title-direction::before, .select[data-state_traffic=active] .select__title::before,
.select[data-state_traffic=active] .select__title-direction::before, .select[data-state_ftd=active] .select__title::before,
.select[data-state_ftd=active] .select__title-direction::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}
.select[data-state=active] .select__title::after,
.select[data-state=active] .select__title-direction::after, .select[data-state_direction=active] .select__title::after,
.select[data-state_direction=active] .select__title-direction::after, .select[data-state_traffic=active] .select__title::after,
.select[data-state_traffic=active] .select__title-direction::after, .select[data-state_ftd=active] .select__title::after,
.select[data-state_ftd=active] .select__title-direction::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.select[data-state=active] .select__content-box, .select[data-state_direction=active] .select__content-box, .select[data-state_traffic=active] .select__content-box, .select[data-state_ftd=active] .select__content-box, .select[data-state_deal=active] .select__content-box {
  opacity: 1;
  z-index: 8;
}
.select[data-state=active] .select__label + .select__input + .select__label, .select[data-state_direction=active] .select__label + .select__input + .select__label, .select[data-state_traffic=active] .select__label + .select__input + .select__label, .select[data-state_ftd=active] .select__label + .select__input + .select__label {
  max-height: 40px;
  border-top-width: 1px;
}

.select__title,
.select__title-direction {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 16px;
  padding-left: 40px;
  position: relative;
  background-color: transparent;
  border: 1px solid #dae2f3;
  border-radius: 8px;
  color: #212529;
  cursor: pointer;
}
.select__title::before, .select__title::after,
.select__title-direction::before,
.select__title-direction::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #333333;
  transform: translate(-3px, -50%) rotate(45deg);
}
.select__title::after,
.select__title-direction::after {
  transform: translate(3px, -50%) rotate(-45deg);
}
.select__title:hover,
.select__title-direction:hover {
  border-color: #171feb;
}
.select__title:hover::before, .select__title:hover::after,
.select__title-direction:hover::before,
.select__title-direction:hover::after {
  background-color: #171feb;
}

.reset {
  display: flex;
  width: 230px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #c7ccd1;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  background-color: #fff;
  color: #212529;
}
.reset:hover {
  background-color: #171feb;
  color: #212529;
}

.select__input {
  display: none;
}
.select__input:checked + label {
  background-color: transparent;
}
.select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.select__label {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 40px;
  padding: 20px 16px;
  color: #212529;
  font-size: 14px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.select__label:hover {
  background: #f9fbff !important;
  color: #212529;
}

.icon {
  position: relative;
}

.select-social {
  position: absolute;
  top: 4px;
  left: 0;
}

.select__content-box {
  position: absolute;
  top: 51px;
  left: 0px;
  width: 100%;
  padding: 10px;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #171feb;
}

#select__content {
  overflow-y: auto;
  display: flex;
  max-height: 200px;
  flex-direction: column;
  width: 100%;
  transition: all 0.3s ease-out;
}
#select__content::-webkit-scrollbar-track {
  background: #dbdbee;
  border-radius: 8px;
}
#select__content::-webkit-scrollbar-thumb {
  background: #171feb;
  border-radius: 8px;
}
#select__content::-webkit-scrollbar {
  width: 5px !important;
  background-color: #f5f5f5;
  border-radius: 10px;
  height: 20%;
}
#select__content::-webkit-scrollbar:vertical {
  height: 90%;
}

.form__check {
  margin-top: 23px;
  margin-bottom: 23px;
  display: flex;
}
.form__check-box {
  display: flex;
  margin-left: 5px;
}
.form__check-box .checkbox-2 {
  margin-left: 10px;
}

.checkbox {
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 3px 0 0;
}

.checkbox + label {
  cursor: pointer;
  color: #61697b;
}

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 30px;
}

.checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 13px;
  border: 2px solid #61697b;
}

.checkbox:not(checked) + label:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 14.5%;
  transform: translate3d(-50%, -50%, 0);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.2s;
}
@media (max-width: 350px) {
  .checkbox:not(checked) + label:after {
    top: 55%;
    left: 15.5%;
  }
}

.checkbox:checked + label:before {
  border: 2px solid #171feb;
}

.checkbox:checked + label:after {
  background-color: #171feb;
  color: #252529;
}

.checkbox:checked + label {
  color: #252529;
}

.form-check-input {
  padding: 0;
  outline: 0;
}
.form-check-input:focus-visible {
  display: none;
}

.form-check-label {
  font-size: 12px;
}

@media (max-width: 350px) {
  .form__check {
    font-size: 12px;
  }
}

.icon {
  position: relative;
}

.select-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
}

.form__box {
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.select-contact {
  margin-top: 0;
  width: 70px;
}
.select-contact .select__title {
  padding: 18px 0;
  width: 70px;
}
.select-contact .select-img {
  left: 10px;
}
.select-contact .select__label {
  padding: 18px 0;
}
.select-contact .select__content-box {
  width: 120px;
}

.type-social {
  height: 37px;
  border: 1px solid #dae2f3;
  border-radius: 5px;
  background-color: transparent;
  padding: 10px 20px;
  width: 100%;
  outline: 0;
}

.form--errors, .form--errors--reg {
  font-size: 14px;
  color: red;
}

.faq_href {
  opacity: 0;
}

.paginate__content {
  column-gap: 20px;
}

