.app__item-title,
.descr__title,
.grid-3__item span,
.kips__item-text span,
.licenses__title,
.pay__pounds-item,
.promo__box-title,
.proscons__textbox-title,
.proscons__title,
.setk__grid-item,
.table__title,
.textbox__box-item span,
.title,
.top__title {
  font-family: MontserratBold;
  font-weight: 700;
}
.app__subtitle,
.btn,
.cards__title,
.descr__text,
.footer__item-link,
.header__item-link,
.licenses__text,
.most__title,
.pay__title,
.pound__text,
.promo__box-text,
.proscons__text,
.proscons__textbox-text,
.setk__item-title,
.textbox__item-text span,
.textbox__item-text-pound,
.textbox__item-title,
.textbox__subtitle,
.top__text {
  font-family: MontserratSemiBold;
  font-weight: 600;
}
.app__item-text,
.cards__text,
.grid-3__item,
.kips__item-text,
.licenses__box-strock,
.most__text,
.pay__text,
.setk__item-text,
.table__sectitle,
.textbox__box-item,
.textbox__item-text {
  font-family: MontserratRegular;
  font-weight: 400;
}
.footer__copy {
  font-family: RobotoLight;
  font-weight: 300;
}
.footer__warn {
  font-family: RobotoMedium;
  font-weight: 500;
}
.faq__title,
.pound__title,
.textbox__title {
  font-family: SegoeSemibold;
  font-weight: 600;
}
.faq__text {
  font-family: SegoeRegular;
  font-weight: 400;
}
@font-face {
  font-family: MontserratRegular;
  font-display: swap;
  src: url("../fonts/MontserratRegular.woff2") format("woff2"),
    url("../fonts/MontserratRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MontserratBold;
  font-display: swap;
  src: url("../fonts/MontserratBold.woff2") format("woff2"),
    url("../fonts/MontserratBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: MontserratSemiBold;
  font-display: swap;
  src: url("../fonts/MontserratSemiBold.woff2") format("woff2"),
    url("../fonts/MontserratSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: RobotoMedium;
  font-display: swap;
  src: url("../fonts/RobotoMedium.woff2") format("woff2"),
    url("../fonts/RobotoMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SegoeSemibold;
  font-display: swap;
  src: url("../fonts/SegoeSemibold.woff2") format("woff2"),
    url("../fonts/SegoeSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: SegoeRegular;
  font-display: swap;
  src: url("../fonts/SegoeRegular.woff2") format("woff2"),
    url("../fonts/SegoeRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RobotoLight;
  font-display: swap;
  src: url("../fonts/RobotoLight.woff2") format("woff2"),
    url("../fonts/RobotoLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ol,
ul {
  padding: 0;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
}
a {
  text-decoration: none;
}
body,
html {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.main__accent-color {
  background-color: #0f1214;
}
.container {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 25px;
}
.container-1280 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 25px;
}
.container-1745 {
  max-width: 1795px;
  margin: 0 auto;
  padding: 0 25px;
}
.container-1640 {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 25px;
}
.btn {
  display: inline-block;
  padding: 10px 19px;
  border: 1px solid #a7aaad;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a7aaad;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: max-content;
}
.btn:hover {
  border: 1px solid #f0a633;
  color: #f0a633;
}
.btn + .btn {
  margin-left: 21px;
}
.btn-active {
  -webkit-box-shadow: 0 4px 18px rgba(224, 81, 17, 0.35);
  box-shadow: 0 4px 18px rgba(224, 81, 17, 0.35);
  color: #fff;
  background: -o-linear-gradient(356.06deg, #f0a633 0, #e05111 100%);
  background: linear-gradient(93.94deg, #f0a633 0, #e05111 100%);
  border: 1px solid transparent;
}
.btn-active:hover {
  border: 1px solid #f0a633;
  background: -o-linear-gradient(356.06deg, transparent 0, transparent 100%);
  background: linear-gradient(93.94deg, transparent 0, transparent 100%);
}
.title {
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #262626;
  padding-top: 20px;
  position: relative;
}
.title::before {
  content: "";
  position: absolute;
  width: 146px;
  height: 10px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -o-linear-gradient(295.68deg, #f0a633 32.47%, #e05111 67.53%);
  background: linear-gradient(154.32deg, #f0a633 32.47%, #e05111 67.53%);
}
.title-min::before {
  width: 41px;
}
.header {
  background: #090b0d;
  z-index: 10;
}
.header__mob-btns {
  display: none;
  background-color: #181d21;
  padding: 16px 0;
}
.header__mob-menu-decor {
  display: none;
}
.header__mob-menu-decor img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 229px;
  height: 324px;
}
.header__menu-btn {
  display: none;
  height: 47px;
  width: 47px;
  background: #000;
  border: 1px solid #fdd303;
  -webkit-box-shadow: 0 4px 18px rgba(224, 81, 17, 0.35);
  box-shadow: 0 4px 18px rgba(224, 81, 17, 0.35);
  border-radius: 4px;
  position: relative;
}
.header__menu-btn::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  background: #fdd303;
  border-radius: 1px;
  top: 16px;
  left: 14px;
}
.header__menu-btn::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  background: #fdd303;
  border-radius: 1px;
  bottom: 15px;
  left: 14px;
}
.header__menu-btn span {
  position: absolute;
  background: #fdd303;
  margin: auto 0;
  height: 2px;
  border-radius: 1px;
  width: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header__menu-btn-open span {
  display: none;
}
.header__menu-btn-open::before {
  top: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__menu-btn-open::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
}
.header__nav-mob-wrapper {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0 50px;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 130px;
}
.header__logo {
  margin-right: 60px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__item + .header__item {
  margin-left: 45px;
}
.header__item-link {
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #dde4ec;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__item-link:hover {
  color: #fdd303;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__btns-mob {
  display: none;
}
.footer {
  padding: 0 40px 27px;
  background-color: #090b0d;
  z-index: 20;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__item + .footer__item {
  margin-left: 45px;
}
.footer__item-link {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #dde4ec;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__item-link:hover {
  color: #fdd303;
}
.footer__warn {
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  height: 93px;
  width: 93px;
  border: 5px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__teams {
  padding: 10px;
  background: #1a1a1a;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [10];
  grid-template-columns: repeat(10, 1fr);
}
.footer__teams-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__copy {
  text-align: center;
  font-size: 13px;
  line-height: 172%;
  margin-top: 30px;
  letter-spacing: 0.01em;
  color: #fff;
  opacity: 0.6;
}
.top {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: #000;
  z-index: 2;
}
.top__second {
  position: relative;
}
.top__second::before {
  content: "";
  position: absolute;
  bottom: -85px;
  left: 0;
  right: 0;
  height: 85px;
  background-color: #1a1a1a;
}
.top__dark {
  background-color: #0f1214;
}
.no-webp .top::before {
  background-image: url("../img/top/decor-1.png");
}
.top::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 40px;
  left: 0;
  width: 310px;
  height: 324px;
  z-index: -10;
}
.no-webp .top::after {
  background-image: url("../img/top/decor-2.png");
}
.top::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  right: 0;
  width: 370px;
  height: 323px;
  z-index: -1;
}
.top__wrapper {
  background-repeat: no-repeat;
  min-height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top__wrapper-mt {
  padding-top: 50px;
}
.top__box {
  max-width: 715px;
  width: 100%;
}
.top__box-mb {
  margin-bottom: 50px;
}
.top__title {
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
.top__title span {
  color: #f0a633;
}
.top__text {
  margin-bottom: 46px;
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #fff;
  max-width: 592px;
  width: 100%;
}
.top__text-mt {
  margin-top: 25px;
}
.top__image-mr {
  margin-right: 160px;
}
.top__img {
  -o-object-fit: cover;
  object-fit: cover;
}
.pound {
  position: relative;
  margin-top: -42px;
  z-index: 5;
}
.pound__wrapper {
  padding: 20px 30px 20px 40px;
  background: #090b0d;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pound__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
}
.pound__text {
  padding: 0 25px;
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #fff;
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}
.pound__text + .pound__text {
  margin-top: 25px;
}
.pound__text-box {
  background-color: #1a1a1a;
}
.pound__text-box-third {
  position: relative;
  z-index: 3;
  background-color: transparent;
}
.pound__text-inner {
  padding: 80px 0 45px;
}
.pound__link {
  padding: 10px;
}
.descr {
  padding: 45px 0 90px;
  background-color: #ebebeb;
}
.descr__promo {
  background-color: #0f1214;
  position: relative;
  z-index: 2;
}
.no-webp .descr__promo::before {
  background-image: url("../img/desrc/decor-1.png");
}
.descr__promo::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 194px;
  height: 185px;
  z-index: -1;
}
.no-webp .descr__promo::after {
  background-image: url("../img/desrc/decor-2.png");
}
.descr__promo::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 112px;
  right: 0;
  width: 165px;
  height: 185px;
  z-index: -1;
}
.descr__promo .descr__text {
  color: #fff;
}
.descr__promo .descr__title {
  color: #fff;
}
.descr__index {
  padding-top: 87px;
  margin-top: -42px;
}
.descr__review {
  position: relative;
  z-index: -1;
}
.no-webp .descr__review::before {
  background-image: url("../img/review/decor-1.png");
}
.descr__review::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 13px;
  left: 0;
  width: 444px;
  height: 686px;
  z-index: -1;
}
.no-webp .descr__review::after {
  background-image: url("../img/review/decor-2.png");
}
.descr__review::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 34px;
  right: 0;
  width: 404px;
  height: 792px;
  z-index: -1;
}
.descr__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 55px;
}
.descr__wrapper-review {
  padding: 200px 0 5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.descr__image {
  max-width: 840px;
  width: 100%;
}
.descr__image-3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 773px;
}
.descr__image-2 {
  max-width: 674px;
}
.descr__img {
  -o-object-fit: cover;
  object-fit: cover;
}
.descr__title {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1a1a1a;
  padding-left: 30px;
  position: relative;
}
.descr__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: -o-linear-gradient(356.06deg, #f0a633 0, #e05111 100%), #f8ff13;
  background: linear-gradient(93.94deg, #f0a633 0, #e05111 100%), #f8ff13;
}
.descr__text {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #1a1a1a;
}
.descr__text + .descr__text {
  margin-top: 25px;
}
.descr__text-box {
  max-width: 620px;
  width: 100%;
}
.about {
  padding: 80px 0;
  background-color: #0f1214;
  position: relative;
  z-index: 2;
}
.no-webp .about::before {
  background-image: url("../img/about/bg.png");
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.about__second {
  padding-top: 0;
  background-color: #1a1a1a;
  position: relative;
}
.no-webp .about__second::before {
  background-image: url("../img/about/bg-2.png");
}
.about__second::before {
  height: 2072px;
  background-size: cover;
  top: 405px;
}
.no-webp .about__second::after {
  background-image: url("../img/about/bg-2.png");
}
.about__second::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: 1400px;
  height: 2072px;
  width: 100%;
  z-index: -1;
}
.about__third {
  position: relative;
}
.no-webp .about__third::before {
  background-image: url("../img/about/bg-3.jpg");
}
.about__third::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: -303px;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  z-index: -10;
}
.about__inner {
  position: relative;
}
.no-webp .about__inner::before {
  background-image: url("../img/top/decor-1.png");
}
.about__inner::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 246px;
  left: 0;
  width: 310px;
  height: 324px;
  z-index: -1;
}
.no-webp .about__inner::after {
  background-image: url("../img/top/decor-2.png");
}
.about__inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 687px;
  right: 0;
  width: 370px;
  height: 323px;
  z-index: -1;
}
.about__inner-second::before {
  display: none;
}
.about__inner-second::after {
  display: none;
}
.about__item + .about__item {
  padding-top: 80px;
}
.table {
  z-index: -100;
}
.table__second {
  padding-top: 570px;
  position: relative;
  z-index: 1;
}
.no-webp .table__second::after {
  background-image: url("../img/table/bg.jpg");
}
.table__second::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: -85px;
  bottom: -405px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.table__wrapper {
  padding: 16px 90px;
  background: #090b0d;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 74px;
}
.table__item {
  padding: 24px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 50%;
  grid-template-columns: 40% 50%;
  grid-gap: 10%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table__item + .table__item {
  border-top: 1px solid #a7aaad;
}
.table__title {
  font-size: 16px;
  line-height: 20px;
  color: #f0a633;
}
.table__sectitle {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.most__wrapper {
  padding: 50px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.most__item {
  padding: 40px 30px;
  background: rgba(157, 157, 157, 0.15);
  border-radius: 20px;
}
.most__item + .most__item {
  margin-top: 40px;
}
.most__text {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #1a1a1a;
}
.most__text + .most__text {
  margin-top: 20px;
}
.most__title {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #262626;
}
.most__title-mt {
  margin-top: 25px;
}
.textbox__boxgrid {
  padding: 30px 0 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 40px;
}
.textbox__boxgrid-nonmt {
  padding-top: 0;
}
.textbox__inner {
  padding: 0 40px;
}
.textbox__inner-second {
  padding: 36px 40px;
  background: #000;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.textbox__inner-second-umb {
  margin-bottom: -570px;
}
.textbox__inner-second-tmb {
  margin-bottom: -185px;
}
.textbox__title {
  font-size: 32px;
  line-height: 41px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  padding-left: 30px;
  position: relative;
  margin-bottom: 25px;
}
.textbox__title-mt {
  margin-top: 80px;
}
.textbox__title-mt--60 {
  margin-top: 62px;
}
.textbox__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: -o-linear-gradient(356.06deg, #f0a633 0, #e05111 100%), #f8ff13;
  background: linear-gradient(93.94deg, #f0a633 0, #e05111 100%), #f8ff13;
}
.textbox__subtitle {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #f3f3f3;
}
.textbox__subtitle + .textbox__subtitle {
  margin-top: 25px;
}
.textbox__subtitle-pound {
  padding-left: 28px;
  position: relative;
}
.textbox__subtitle-pound::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 11px;
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.textbox__subtitle-ml {
  margin-left: 20px;
}
.textbox__subtitle-mt {
  margin-top: 26px;
}
.textbox__item {
  margin-top: 40px;
}
.textbox__item-nonmt {
  margin-top: 0;
}
.textbox__item-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
.textbox__item-title-nonmt {
  margin: 0;
}
.textbox__item-title-mt {
  margin-top: 25px;
}
.textbox__item-text {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #f3f3f3;
}
.textbox__item-text-middle {
  text-align: center;
}
.textbox__item-text-mt {
  margin-top: 20px;
}
.textbox__item-text-ml {
  margin-left: 20px;
}
.textbox__item-text-mb {
  margin-bottom: 25px;
}
.textbox__item-text-pound {
  font-style: italic;
  padding-left: 28px;
  position: relative;
}
.textbox__item-text-pound::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.textbox__item-text a {
  color: #da6201;
  text-decoration: underline;
}
.textbox__item-text span {
  margin-top: 25px;
  display: inline-block;
}
.textbox__item-pound {
  padding-left: 28px;
  position: relative;
}
.textbox__item-pound::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.textbox__box {
  margin-top: 25px;
  margin-left: 17px;
}
.textbox__box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.textbox__box-flex .textbox__box-item + .textbox__box-item {
  margin-left: 70px;
  margin-top: 0;
}
.textbox__box-mb {
  margin-bottom: 25px;
}
.textbox__box-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 42px;
}
.textbox__box-grid-5 {
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
}
.textbox__box-grid .textbox__box-item + .textbox__box-item {
  margin-left: 0;
  margin-top: 0;
}
.textbox__box-grid-2 {
  -ms-grid-columns: 30% 65%;
  grid-template-columns: 30% 65%;
  grid-gap: 30px 5%;
}
.textbox__box-grid-2-rov {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.textbox__box-grid-4 {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.textbox__box-gg22 .textbox__box-item + .textbox__box-item {
  margin-left: 22px;
  margin-top: 0;
}
.textbox__box-item {
  font-size: 16px;
  line-height: 139%;
  letter-spacing: 0.01em;
  color: #fff;
  padding-left: 18px;
  position: relative;
}
.textbox__box-item + .textbox__box-item {
  margin-top: 15px;
}
.textbox__box-item-w {
  color: #1a1a1a;
}
.textbox__box-item-ml {
  margin-left: 13px;
}
.textbox__box-item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f0a633;
  top: 6px;
  left: 0;
}
.promo {
  padding: 80px 0 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #9d9d9d;
}
.promo__wrapper {
  padding: 80px 40px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.promo__box {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 620px) minmax(auto, 674px);
  grid-template-columns: minmax(auto, 620px) minmax(auto, 674px);
  margin-bottom: 40px;
}
.promo__box-wrapper {
  padding-right: 10px;
}
.promo__box-title {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  margin: 25px 0;
}
.promo__box-text {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #1a1a1a;
}
.promo__box-text + .promo__box-text {
  margin-top: 25px;
}
.promo__image {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.promo__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.no-webp .app {
  background-image: url("../img/app/bg.jpg");
}
.app {
  padding: 80px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.app__title {
  color: #fff;
  margin-bottom: 29px;
}
.app__subtitle {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
  max-width: 884px;
  width: 100%;
  margin: 0 auto;
}
.app__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-top: 65px;
}
.app__item {
  margin-bottom: -114px;
  padding: 30px;
  background: #1a1a1a;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.app__item-image {
  border-radius: 20px;
  border: 1px solid #f0a633;
  overflow: hidden;
}
.app__item-title {
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  padding-left: 30px;
  margin: 80px 0 30px;
  position: relative;
}
.app__item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: -o-linear-gradient(356.06deg, #f0a633 0, #e05111 100%), #f8ff13;
  background: linear-gradient(93.94deg, #f0a633 0, #e05111 100%), #f8ff13;
}
.app__item-text {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #fff;
}
.app__item-text + .app__item-text {
  margin-top: 25px;
}
.faq {
  padding: 80px 0;
}
.faq__inner {
  position: relative;
}
.no-webp .faq__inner::before {
  background-image: url("../img/faq/live-decor.png");
}
.faq__inner::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 489px;
  height: 686px;
  top: 595px;
  left: 0;
}
.no-webp .faq__inner::after {
  background-image: url("../img/faq/live-decor-2.png");
}
.faq__inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 359px;
  height: 603px;
  top: 595px;
  right: 0;
  z-index: -1;
}
.faq__dark {
  background-color: #0f1214;
  margin-top: -246px;
}
.faq__first {
  background-color: #ebebeb;
}
.faq__second {
  position: relative;
  z-index: 3;
}
.no-webp .faq__second::before {
  background-image: url("../img/faq/decor-1.png");
}
.faq__second::before {
  content: "";
  position: absolute;
  width: 194px;
  height: 185px;
  top: 180px;
  left: 9px;
  z-index: 2;
}
.no-webp .faq__second::after {
  background-image: url("../img/faq/decor-2.png");
}
.faq__second::after {
  content: "";
  position: absolute;
  width: 165px;
  height: 185px;
  top: 320px;
  right: 0;
  z-index: 2;
}
.faq__third {
  padding-top: 180px;
  background-color: #0f1214;
  position: relative;
  overflow: hidden;
}
.no-webp .faq__third::before {
  background-image: url("../img/faq/bg-3.jpg");
}
.faq__third::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: -500px;
}
.faq__third-nonmt {
  padding-top: 0;
  margin-top: -160px;
}
.faq__pok::before {
  bottom: -4000px;
}
.faq__registered {
  padding-top: 920px;
  background-color: #0f1214;
}
.faq__registered::before {
  top: 430px;
}
.faq__registered-dep::before {
  top: 0;
}
.faq__pok {
  padding-top: 4145px;
  background-color: #0f1214;
}
.faq__slots {
  padding-top: 1880px;
  background-color: #0f1214;
}
.faq__slots::before {
  bottom: -2200px;
}
.faq__match {
  padding-top: 790px;
  background-color: #0f1214;
}
.faq__india {
  padding-top: 1487px;
  background-color: #0f1214;
}
.faq__sign {
  background-color: #0f1214;
  padding-top: 430px;
}
.faq__apps {
  background-color: #0f1214;
  padding-top: 994px;
  position: relative;
}
.no-webp .faq__apps::before {
  background-image: url("../img/faq/apps-decor-left.png");
}
.faq__apps::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 489px;
  height: 1341px;
  left: 0;
  top: 247px;
}
.no-webp .faq__apps::after {
  background-image: url("../img/faq/apps-decor-right.png");
}
.faq__apps::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 359px;
  height: 960px;
  right: 0;
  top: 65px;
}
.faq__dec {
  position: relative;
}
.no-webp .faq__dec::before {
  background-image: url("../img/faq/apps-decor-right-1.png");
}
.faq__dec::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 1240px;
  height: 1284px;
  bottom: -220px;
  right: 0;
}
.faq__live {
  padding-top: 80px;
  background-color: #0f1214;
}
.faq__wrapper {
  padding: 80px 40px 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  z-index: 10;
  position: relative;
}
.faq__image {
  max-width: 558px;
  width: 100%;
}
.faq__img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}
.faq__textbox {
  margin-left: 56px;
}
.faq__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 55px;
}
.faq__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #262626;
  margin-top: 40px;
}
.faq__text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #1a1a1a;
}
.proscons {
  padding: 137px 0 127px;
  background-color: #ebebeb;
  margin-top: -42px;
}
.proscons__static {
  padding-bottom: 80px;
}
.proscons__textbox {
  margin-bottom: 40px;
}
.proscons__textbox-title {
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0f1214;
}
.proscons__textbox-text {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #0f1214;
}
.proscons__nonmt {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 72px;
}
.proscons__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 43px;
  padding: 0 36px;
  position: relative;
  z-index: 1;
}
.no-webp .proscons__wrapper::before {
  background-image: url("../img/proscons/decor.png");
}
.proscons__wrapper::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 242px;
  height: 232px;
  left: -153px;
  top: 0;
  z-index: -1;
}
.proscons__wrapper-d {
  padding: 0;
}
.proscons__wrapper-d::before {
  display: none;
}
.proscons__wrapper-d .proscons__title {
  color: #fff;
}
.proscons__wrapper-d .proscons__text {
  color: #fff;
}
.proscons__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.proscons__item {
  padding-left: 35px;
  position: relative;
}
.proscons__item::before {
  content: "";
  position: absolute;
  background-image: url("../img/proscons/plus-icon.svg");
  width: 24px;
  height: 24px;
  top: 8px;
  left: 0;
}
.proscons__item-rev::before {
  background-image: url("../img/proscons/minus-icon.svg");
}
.proscons__item + .proscons__item {
  margin-top: 15px;
}
.proscons__title {
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0f1214;
  margin-bottom: 37px;
}
.proscons__text {
  font-size: 16px;
  line-height: 265%;
  letter-spacing: 0.01em;
  color: #1a1a1a;
}
.licenses {
  padding: 100px 0 342px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #1a1a1a;
  position: relative;
  z-index: 1;
}
.licenses__inner-how2 {
  position: relative;
}
.no-webp .licenses__inner-how2::before {
  background-image: url("../img/license/decor-how2-1.png");
}
.licenses__inner-how2::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 194px;
  height: 185px;
  top: 1634px;
  left: 10px;
  z-index: -1;
}
.no-webp .licenses__inner-how2::after {
  background-image: url("../img/license/decor-how2-2.png");
}
.licenses__inner-how2::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 164px;
  height: 185px;
  top: 1723px;
  right: 0;
  z-index: -1;
}
.licenses__inner-how3 {
  position: relative;
}
.no-webp .licenses__inner-how3::before {
  background-image: url("../img/license/decor-how3.png");
}
.licenses__inner-how3::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 369px;
  height: 603px;
  right: 0;
  top: 253px;
  z-index: -1;
}
.licenses__howtoplay {
  margin-top: -42px;
}
.no-webp .licenses::before {
  background-image: url("../img/license/decor-1.png");
}
.licenses::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 123px;
  height: 160px;
  top: 297px;
  left: 0;
  z-index: -1;
}
.no-webp .licenses::after {
  background-image: url("../img/license/decor-2.png");
}
.licenses::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 127px;
  height: 161px;
  top: 756px;
  right: 0;
  z-index: -1;
}
.no-webp .licenses__india::before {
  background-image: url("../img/license/decor-1-lon.png");
}
.licenses__india::before {
  width: 483px;
  height: 985px;
  top: 154px;
}
.no-webp .licenses__india::after {
  background-image: url("../img/license/decor-2-lon.png");
}
.licenses__india::after {
  width: 365px;
  height: 1032px;
  top: 233px;
}
.licenses__inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.licenses__inner-image {
  margin-left: 15px;
}
.licenses__innerdec {
  position: relative;
}
.no-webp .licenses__innerdec::before {
  background-image: url("../img/bonuses/decor-two-1.png");
}
.licenses__innerdec::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 489px;
  height: 985px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.no-webp .licenses__innerdec::after {
  background-image: url("../img/bonuses/decor-two-2.png");
}
.licenses__innerdec::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 359px;
  height: 1023px;
  bottom: -126px;
  right: 0;
  z-index: -1;
}
.licenses__static {
  padding: 80px 0;
}
.licenses__wrapper {
  background: #000;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 50px 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 53px;
}
.licenses__wrapper-sign {
  margin-bottom: -690px;
}
.licenses__wrapper-registered {
  margin-bottom: -1175px;
}
.licenses__wrapper-pok {
  margin-bottom: -4400px;
}
.licenses__wrapper-slots {
  margin-bottom: -2144px;
}
.licenses__wrapper-match {
  margin-bottom: -1050px;
}
.licenses__wrapper-india {
  margin-bottom: -1797px;
}
.licenses__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.licenses__box-mt {
  margin-top: 65px;
}
.licenses__box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  padding-top: 105px;
}
.licenses__box-strocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px 70px;
  padding: 26px 0 26px 18px;
}
.licenses__box-strocks-2 {
  -ms-grid-columns: minmax(auto, 214px) minmax(auto, 214px);
  grid-template-columns: minmax(auto, 214px) minmax(auto, 214px);
}
.licenses__box-strock {
  font-size: 16px;
  line-height: 139%;
  letter-spacing: 0.01em;
  color: #fff;
}
.licenses__box-strock span {
  color: #ff8e01;
}
.licenses__title {
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  padding-left: 30px;
  position: relative;
  margin-bottom: 29px;
}
.licenses__title::before {
  content: "";
  position: absolute;
  background: -o-linear-gradient(356.06deg, #f0a633 0, #e05111 100%), #f8ff13;
  background: linear-gradient(93.94deg, #f0a633 0, #e05111 100%), #f8ff13;
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
}
.licenses__text {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #fff;
}
.licenses__img {
  margin: 0 auto;
}
.bonuses {
  position: relative;
  background-color: #0f1214;
}
.no-webp .bonuses::before {
  background-image: url("../img/faq/bg-3.jpg");
}
.bonuses::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 246px);
}
.bonuses__howtoplay {
  position: relative;
}
.no-webp .bonuses__howtoplay::before {
  background-image: url("../img/bonuses/howtoplay-decors-1.png");
}
.bonuses__howtoplay::before {
  top: -163px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 489px;
  height: 3058px;
  z-index: 1;
}
.no-webp .bonuses__howtoplay::after {
  background-image: url("../img/bonuses/howtoplay-decors-2.png");
}
.bonuses__howtoplay::after {
  content: "";
  position: absolute;
  top: -48px;
  right: 0;
  left: auto;
  bottom: auto;
  width: 359px;
  height: 2440px;
  z-index: 1;
}
.bonuses__wrapper {
  position: relative;
  -webkit-transform: translateY(-246px);
  -ms-transform: translateY(-246px);
  transform: translateY(-246px);
  padding: 52px 40px 84px;
  background: #000;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  z-index: 2;
}
.bonuses__wrapper-non {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-top: 80px;
}
.bonuses__wrapper-apps {
  margin-bottom: -1255px;
}
.bonuses__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bonuses__img {
  margin-left: auto;
}
.cards__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.cards__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 136px) minmax(auto, 338px);
  grid-template-columns: minmax(auto, 136px) minmax(auto, 338px);
  grid-gap: 47px;
  padding: 50px 40px;
  border: 1px solid #434343;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.no-webp .cards__item::before {
  background-image: url("../img/cards/bg.png");
}
.cards__item::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
  width: 415px;
  z-index: -1;
}
.cards__title {
  margin-bottom: 37px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
}
.cards__text {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #fff;
}
.cards__text + .cards__text {
  margin-top: 27px;
}
.pay__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 111px 37px;
}
.pay__title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 37px;
}
.pay__text {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #fff;
}
.pay__pounds {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.pay__pounds-item {
  padding-left: 18px;
  position: relative;
  font-size: 16px;
  line-height: 139%;
  letter-spacing: 0.01em;
  color: #fff;
}
.pay__pounds-item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f0a633;
  left: 0;
  top: 7px;
}
.setk__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.setk__item {
  padding: 37px 40px;
  border: 1px solid #434343;
  border-radius: 10px;
}
.setk__item-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
.setk__item-text {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #fff;
}
.setk__item:nth-child(5) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.setk__grid {
  display: -ms-grid;
  display: grid;
  padding: 25px 0;
}
.setk__grid-5 {
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}
.setk__grid-3 {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 33px;
}
.setk__grid-item {
  padding-left: 18px;
  font-size: 16px;
  line-height: 139%;
  letter-spacing: 0.01em;
  color: #fff;
  position: relative;
}
.setk__grid-item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f0a633;
  left: 0;
  top: 7px;
}
.grid-3 {
  padding: 25px 18px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.grid-3__item {
  font-size: 16px;
  line-height: 139%;
  letter-spacing: 0.01em;
  color: #fff;
  padding-left: 18px;
  position: relative;
}
.grid-3__item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f0a633;
  left: 0;
  top: 7px;
}
.kips {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-top: 10px;
}
.kips-mt {
  margin-top: 40px;
}
.kips__item {
  border: 1px solid #434343;
  border-radius: 10px;
  padding: 50px;
}
.kips__item-37 {
  padding: 37px 40px;
}
.kips__item-text {
  font-size: 16px;
  line-height: 172%;
  letter-spacing: 0.01em;
  color: #fff;
}
.kips__item-text a {
  color: #da6201;
  text-decoration: underline;
}
.kips__grid-3 {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1440px) {
  .header__logo {
    margin-right: 0;
  }
  .header__item + .header__item {
    margin-left: 30px;
  }
  .app__items {
    grid-gap: 25px;
  }
  .descr__review::before {
    top: -300px;
  }
  .faq__box {
    margin-left: 0;
  }
  .top__image-mr {
    margin-right: 0;
  }
}
@media (max-width: 1175px) {
  .about__third::before {
    top: -330px;
  }
  .kips-os {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1170px) {
  .btn {
    padding: 10px 29px;
  }
  .header__btns {
    display: none;
  }
  .header__mob-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__warn {
    width: 72px;
    height: 72px;
    font-size: 19px;
    line-height: 22px;
  }
  .footer__item + .footer__item {
    margin-left: 15px;
  }
  .table__wrapper {
    padding: 25px 15px;
    grid-gap: 35px;
  }
  .top__title {
    margin-top: 30px;
  }
}
@media (max-width: 1060px) {
  .about__third::before {
    top: -358px;
  }
  .textbox__box {
    margin-left: 0;
  }
  .textbox__box-grid {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .cards__wrapper {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .pay__pounds {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .setk__wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
  .setk__grid-3,
  .setk__grid-5 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .kips {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .kips-os {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 830px) {
  .header__item + .header__item {
    margin-left: 20px;
  }
  .header__wrapper {
    min-height: 92px;
  }
  .footer {
    padding: 0 25px 40px;
  }
  .footer__logo {
    margin-bottom: 38px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__item + .footer__item {
    margin-left: 0;
    margin-top: 58px;
  }
  .footer__warn {
    margin: 87px 0 58px;
  }
  .footer__teams {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 25px;
    padding: 29px 26px;
  }
  .footer__teams-item {
    padding: 0 13px;
  }
  .footer__copy {
    margin-top: 35px;
  }
  .table__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 0;
  }
  .table__box-mob {
    border-top: 1px solid #a7aaad;
  }
  .faq__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq__textbox {
    margin-left: 0;
  }
  .textbox__inner {
    padding: 0;
  }
  .textbox__inner-second {
    padding: 36px 40px;
  }
}
@media (max-width: 814px) {
  .about__third::before {
    top: -386px;
  }
}
@media (max-width: 768px) {
  .header .btn-mob {
    margin: 54px 0 0;
    max-width: 325px;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
  }
  .header .btn-mob + .btn-mob {
    margin: 0;
    margin-top: 40px;
  }
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #181d21;
    z-index: 50;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__nav--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header__nav-mob-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .header__btns-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
  .header__mob-menu-decor {
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: -1;
  }
  .header__menu-btn {
    display: block;
  }
  .header__item {
    max-width: 181px;
    width: 100%;
    text-align: center;
  }
  .header__item + .header__item {
    margin: 0;
  }
  .header__item-link {
    display: block;
    padding: 30px 0;
    position: relative;
  }
  .header__item-link::before {
    content: "";
    position: absolute;
    background-image: url("../img/header/line-w.svg");
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
  .header__item-link:last-child::after {
    content: "";
    position: absolute;
    background-image: url("../img/header/line-w.svg");
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
  }
  .header__item-link:hover::before {
    background-image: url("../img/header/line-y.svg");
  }
  .header__item-link:hover::after {
    content: "";
    position: absolute;
    background-image: url("../img/header/line-y.svg");
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
  }
  .top {
    background-position: left center;
  }
  .top__left {
    background-position: center center;
  }
  .top::after {
    display: none;
  }
  .top::before {
    top: -20px;
  }
  .top__title {
    font-size: 32px;
    line-height: 39px;
    max-width: 325px;
    width: 100%;
  }
  .top__btn {
    padding: 10px 18px;
  }
  .descr__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 40px;
  }
  .table__item {
    padding-left: 0;
    padding-right: 0;
  }
  .promo__image {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .promo__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .promo__wrapper {
    padding: 60px 25px 25px;
  }
  .most__item {
    padding: 25px;
  }
  .app__item-title {
    margin-top: 60px;
  }
  .descr__review::after {
    top: 150px;
  }
  .faq__wrapper {
    padding: 25px;
  }
  .most__wrapper {
    padding: 25px;
  }
  .textbox__inner-second {
    padding: 25px;
  }
  .licenses {
    padding-bottom: 80px;
  }
  .licenses__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .licenses__image-sec {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .licenses__wrapper {
    padding: 25px;
  }
  .licenses__wrapper-slots {
    margin-bottom: 0;
  }
  .licenses__inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .licenses__inner-image {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .faq__dark {
    margin-top: 0;
  }
  .faq__third-nonmt {
    margin-top: 0;
    padding-top: 80px;
  }
  .faq__slots {
    padding-top: 80px;
  }
  .faq__slots::before {
    bottom: 0;
  }
  .faq__apps {
    padding-top: 80px;
  }
  .faq__apps::before {
    top: 0;
  }
  .faq__dec::before {
    bottom: auto;
  }
  .bonuses {
    padding-top: 80px;
  }
  .bonuses__howtoplay::before {
    top: 0;
  }
  .bonuses__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .bonuses__wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 25px;
  }
  .bonuses__wrapper-apps {
    margin-bottom: 0;
  }
  .licenses__wrapper-registered {
    margin-bottom: 0;
  }
  .licenses__wrapper-match {
    margin-bottom: 0;
  }
  .licenses__wrapper-sign {
    margin-bottom: 0;
  }
  .faq__registered {
    padding-top: 80px;
  }
  .faq__pok {
    padding-top: 4392px;
  }
  .faq__match {
    padding-top: 80px;
  }
  .faq__india {
    padding-top: 1720px;
  }
  .faq__sign {
    padding-top: 80px;
  }
  .faq__dec::before {
    width: 626px;
  }
  .faq__apps::before {
    width: 150px;
  }
  .setk__item {
    padding: 25px;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .kips {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .kips__item {
    padding: 25px;
  }
  .proscons__textbox-title {
    font-size: 32px;
    line-height: 39px;
  }
}
@media (max-width: 730px) {
  .about__third::before {
    top: -413px;
  }
}
@media (max-width: 624px) {
  .about__third::before {
    top: -440px;
  }
}
@media (max-width: 620px) {
  .app {
    padding: 80px 0;
  }
  .app__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .app__item {
    margin-bottom: 0;
  }
  .descr__wrapper-review {
    padding-top: 35px;
  }
  .descr__review::before {
    display: none;
  }
  .pay__wrapper {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .pay__title {
    margin-bottom: 15px;
  }
  .setk__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .setk__item:nth-child(5) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .setk__grid-3,
  .setk__grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .licenses__box-strocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 571px) {
  .about__third::before {
    top: -467px;
  }
  .cards__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .bonuses__howtoplay::before {
    display: none;
  }
  .textbox__boxgrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .top__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 30px;
  }
  .top__box {
    margin: 32px 0 39px;
  }
  .top__box-mb {
    margin: 0;
  }
  .proscons {
    padding: 100px 0 80px;
    background-color: #ebebeb;
    margin-top: -42px;
  }
  .proscons__nonmt {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .proscons__wrapper {
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .pound__wrapper {
    padding: 20px 20px 20px 30px;
  }
  .faq__inner::before {
    width: 150px;
  }
  .bonuses__img {
    margin: 0 auto;
    max-width: 70%;
  }
  .textbox__box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .textbox__box-flex .textbox__box-item + .textbox__box-item {
    margin-left: 0;
    margin-top: 15px;
  }
  .licenses__innerdec::before {
    display: none;
  }
  .licenses__innerdec::after {
    width: 320px;
    height: 910px;
    background-size: cover;
  }
  .licenses__india::before {
    width: 150px;
  }
  .licenses__india::after {
    width: 150px;
    height: 570px;
  }
}
@media (max-width: 510px) {
  .about__third::before {
    top: -495px;
  }
}
@media (max-width: 473px) {
  .about__third::before {
    top: -522px;
  }
}
@media (max-width: 444px) {
  .about__third::before {
    top: -549px;
  }
  .licenses__img {
    max-width: 80%;
  }
  .textbox__title {
    font-size: 26px;
    line-height: 29px;
  }
  .cards__img {
    margin: 0 auto;
  }
  .descr__title {
    font-size: 26px;
    line-height: 29px;
  }
  .top__wrapper-mt {
    padding-top: 15px;
  }
}
@media (max-width: 403px) {
  .about__third::before {
    top: -577px;
  }
}
@media (max-width: 381px) {
  .about__third::before {
    top: -605px;
  }
}
@media (max-width: 360px) {
  .btn {
    padding: 10px 25px;
  }
  .btn + .btn {
    margin-left: 15px;
  }
  .container {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .container-1280 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .container-1745 {
    max-width: 1795px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .container-1640 {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .most__item {
    padding: 15px;
  }
  .app__item {
    padding: 15px;
  }
  .faq__wrapper {
    padding: 25px 15px;
  }
  .promo__wrapper {
    padding: 60px 15px 15px;
  }
  .most__wrapper {
    padding: 15px;
  }
  .pound__text {
    padding: 0 10px;
  }
  .textbox__inner-second {
    padding: 25px 15px;
  }
  .about__third::before {
    top: -578px;
  }
  .bonuses__wrapper {
    padding: 25px 15px;
  }
  .licenses__wrapper {
    padding: 25px 15px;
  }
}
@media (max-width: 352px) {
  .about__third::before {
    top: -605px;
  }
}
@media (max-width: 320px) {
  .about__third::before {
    top: -632px;
  }
}
@media (max-height: 667px) {
  .header .btn-mob + .btn-mob {
    margin: 0;
    margin-top: 15px;
  }
  .header__item-link {
    padding: 22px 0;
  }
}
@media (max-height: 568px) {
  .header__nav-mob-wrapper {
    padding-bottom: 13px;
  }
  .header .btn-mob {
    margin-top: 13px;
  }
}
@media (max-height: 480px) {
  .header__item-link {
    padding: 16px 0;
  }
  .header .btn-mob {
    padding: 13px 10px;
  }
}
.webp .top::before {
  background-image: url("../img/top/decor-1.webp");
}
.webp .top::after {
  background-image: url("../img/top/decor-2.webp");
}
.webp .descr__promo::before {
  background-image: url("../img/desrc/decor-1.webp");
}
.webp .descr__promo::after {
  background-image: url("../img/desrc/decor-2.webp");
}
.webp .descr__review::before {
  background-image: url("../img/review/decor-1.webp");
}
.webp .descr__review::after {
  background-image: url("../img/review/decor-2.webp");
}
.webp .about::before {
  background-image: url("../img/about/bg.webp");
}
.webp .about__second::before {
  background-image: url("../img/about/bg-2.webp");
}
.webp .about__second::after {
  background-image: url("../img/about/bg-2.webp");
}
.webp .about__third::before {
  background-image: url("../img/about/bg-3.webp");
}
.webp .about__inner::before {
  background-image: url("../img/top/decor-1.webp");
}
.webp .about__inner::after {
  background-image: url("../img/top/decor-2.webp");
}
.webp .table__second::after {
  background-image: url("../img/table/bg.webp");
}
.webp .app {
  background-image: url("../img/app/bg.webp");
}
.webp .faq__inner::before {
  background-image: url("../img/faq/live-decor.webp");
}
.webp .faq__inner::after {
  background-image: url("../img/faq/live-decor-2.webp");
}
.webp .faq__second::before {
  background-image: url("../img/faq/decor-1.webp");
}
.webp .faq__second::after {
  background-image: url("../img/faq/decor-2.webp");
}
.webp .faq__third::before {
  background-image: url("../img/faq/bg-3.webp");
}
.webp .faq__apps::before {
  background-image: url("../img/faq/apps-decor-left.webp");
}
.webp .faq__apps::after {
  background-image: url("../img/faq/apps-decor-right.webp");
}
.webp .faq__dec::before {
  background-image: url("../img/faq/apps-decor-right-1.webp");
}
.webp .proscons__wrapper::before {
  background-image: url("../img/proscons/decor.webp");
}
.webp .licenses__inner-how2::before {
  background-image: url("../img/license/decor-how2-1.webp");
}
.webp .licenses__inner-how2::after {
  background-image: url("../img/license/decor-how2-2.webp");
}
.webp .licenses__inner-how3::before {
  background-image: url("../img/license/decor-how3.webp");
}
.webp .licenses::before {
  background-image: url("../img/license/decor-1.webp");
}
.webp .licenses::after {
  background-image: url("../img/license/decor-2.webp");
}
.webp .licenses__india::before {
  background-image: url("../img/license/decor-1-lon.webp");
}
.webp .licenses__india::after {
  background-image: url("../img/license/decor-2-lon.webp");
}
.webp .licenses__innerdec::before {
  background-image: url("../img/bonuses/decor-two-1.webp");
}
.webp .licenses__innerdec::after {
  background-image: url("../img/bonuses/decor-two-2.webp");
}
.webp .bonuses::before {
  background-image: url("../img/faq/bg-3.webp");
}
.webp .bonuses__howtoplay::before {
  background-image: url("../img/bonuses/howtoplay-decors-1.webp");
}
.webp .bonuses__howtoplay::after {
  background-image: url("../img/bonuses/howtoplay-decors-2.webp");
}
.webp .cards__item::before {
  background-image: url("../img/cards/bg.webp");
}
a.header__btn.btn.btn-active.сontent {
  margin-bottom: 50px;
  width: 400px;
  text-align: center;
  height: 50px;
  padding-top: 15px;
  max-width: -webkit-fill-available;
}
picture.header__logo {
  max-width: 140px;
}
a.footer__logo {
  max-width: 140px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
