html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol, ul, nav, menu {
  list-style: none;
}

img, video, canvas {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

/* Poppins */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins-Regular"), url("../fonts/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins-Medium"), url("../fonts/Poppins-Medium.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins-SemiBold"), url("../fonts/Poppins-SemiBold.woff") format("woff");
}
/* =========================== polyfills focus-visible */
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.focus-visible {
  outline: 1px solid #473EC9;
  outline-offset: 1px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* =========================== all */
body {
  font-family: "Poppins", sans-serif;
  color: #434548;
  background: #FCFCFD;
  line-height: 1.5;
}

.body_scroll {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #1A1C1F;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 22px;
  }
}

h2 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 19px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 17px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

div h2, div h3, div h4, div h5, div h6, p h2, p h3, p h4, p h5, p h6 {
  margin-top: 30px;
}

.heading {
  color: #1A1C1F;
}

ol:not([class]), ul:not([class]) {
  margin-bottom: 20px;
}

ol:not([class]) li, ul:not([class]) li {
  display: table;
  position: relative;
}

table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
  display: block;
}

ol:not([class]) {
  counter-reset: number;
}

ol:not([class]) li::before {
  counter-increment: number;
  content: counter(number) ")" " ";
}

ul:not([class]) li {
  padding-left: 25px;
}

ul:not([class]) li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #473EC9;
  top: 9px;
  left: 10px;
}

ol ol, ul ul {
  margin-left: 30px;
}

a, p, ol:not([class]) li, ul:not([class]) li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
}

a {
  color: #434548;
  text-decoration: underline;
}
a:hover {
  color: #473EC9;
}

b, strong {
  font-weight: 600;
}

img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

button {
  font-family: "Poppins";
}

section {
  padding: 50px 0;
}

.float_right {
  float: right;
  margin-left: 20px;
}

.float_left {
  float: left;
  margin-right: 20px;
}

.float_right, .float_left {
  margin-bottom: 20px;
}

.float_right img, .float_left img {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .float_right, .float_left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
* {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 auto;
}

.btn_light {
  background: #FF2828;
  color: #fff;
}
.btn_light:hover {
  background: #C51A1A;
  color: #fff;
}

.btn_dark {
  background: #ECECEF;
  color: #4F5155;
}
.btn_dark:hover {
  background: #D9D9DF;
  color: #4F5155;
}

.overly {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

/* flexbox */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* gridbox */
.gridbox {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* breadcrumbs */
.breadcrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 15px;
  margin-top: -20px;
}
.breadcrumbs li, .breadcrumbs a {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #4F5155;
}
.breadcrumbs li {
  margin-right: 17px;
}
.breadcrumbs li:last-child {
  margin-right: 0px;
}
.breadcrumbs a {
  position: relative;
}
.breadcrumbs a:hover {
  color: #fff;
}
.breadcrumbs a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--breadcrumbs");
  top: 6px;
  right: -11px;
}

/* scroll vertical */
.scroll {
  overflow-y: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 50%;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:vertical {
  min-height: 50%;
}

.scroll::-webkit-scrollbar-thumb:horizontal {
  min-width: 4px;
}

/* scroll horizontal */
.scroll_horizontal {
  overflow-x: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll_horizontal::-webkit-scrollbar {
  width: 50%;
  height: 4px;
}

.scroll_horizontal::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll_horizontal::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
}

.scroll_horizontal::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll_horizontal::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

.scroll_horizontal::-webkit-scrollbar-thumb:horizontal {
  min-width: 50%;
}

.scroll_horizontal::-webkit-scrollbar-thumb:vertical {
  min-height: 4px;
}

/* table */
table {
  border: 1px solid #D9D9D9;
  border-collapse: separate;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
table th, table td {
  width: 1%;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 20px;
}
table th:not(:last-child), table td:not(:last-child) {
  border-right: 1px solid #D9D9D9;
}
table th {
  color: #1A1C1F;
  font-weight: 600;
}
table td {
  font-weight: 400;
  color: #1D1B1B;
}
table a, table p, table ul li, table ol li, table b {
  font-size: 16px;
  line-height: 24px;
  color: #1D1B1B;
}
table b {
  font-weight: 600;
}
table a {
  font-weight: 600;
  text-decoration: none;
}
table a:hover {
  color: #473EC9;
}
table thead tr th {
  background: #EBE9FF;
}
table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
table tbody tr:nth-child(even) td {
  background: #F5F5F5;
}
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.table_gray table td, .table_gray table th {
  width: auto;
}
.table_gray table td:first-child, .table_gray table th:first-child {
  width: 48px;
  text-align: center;
  padding: 13px 15px;
}
.table_gray table td:first-child {
  color: #6E6F71;
}
.table_gray table thead tr td:first-child {
  padding-left: 30px;
}
.table_gray table thead tr th {
  background: #ECECEF;
}
.table_gray table b {
  color: #473EC9;
}
.table_gray table a {
  color: #473EC9;
}
.table_gray table a:hover {
  color: #1D1B1B;
}

@media screen and (max-width: 768px) {
  .table_scroll {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  .table_scroll table {
    width: 700px;
  }
}

.table {
  display: table;
}
.table .tr {
  display: table-row;
}
.table .th, .table .td {
  display: table-cell;
}

/* container */
.container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

main {
  padding: 35px 0 60px;
}

/* all */
.block_shadow {
  -webkit-box-shadow: 4px 4px 15px rgba(27, 25, 25, 0.08);
          box-shadow: 4px 4px 15px rgba(27, 25, 25, 0.08);
  background: #fff;
  border-radius: 10px;
  padding: 22px 15px 24px;
}

.text p {
  font-size: 13px;
  line-height: 18px;
}
.text p:last-child {
  margin-bottom: 0;
}

.list_green li {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: #4F5155;
  padding-left: 18px;
}
.list_green li:not(:last-child) {
  margin-bottom: 10px;
}
.list_green li::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check");
  left: 0;
  top: 2px;
}

/* header */
.header {
  background: #2C2828;
  padding: 20px 0;
}
.header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
.header-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .downmenu {
  display: none;
  left: calc(50% - 115px);
  padding-top: 50px;
}
.header .submenu {
  width: 230px;
  -webkit-box-shadow: 4px 4px 15px rgba(27, 25, 25, 0.08);
          box-shadow: 4px 4px 15px rgba(27, 25, 25, 0.08);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  padding-bottom: 10px;
  margin-left: 0;
}
.header .submenu__item {
  text-align: center;
  margin-bottom: 10px;
}
.header .menu__item {
  position: relative;
}
.header .menu__item:hover .downmenu {
  display: block;
}

.logo img {
  margin: 0;
}

/* menu */
.menu.flexbox {
  gap: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu.flexbox .menu-link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.menu.flexbox .menu__item:hover .menu-link {
  color: #fff;
}
.menu.flexbox .menu__item:hover svg {
  stroke: #fff;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.menu.flexbox img {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .menu.flexbox.flexbox {
    display: none;
  }
}
.menu__item.arr {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}
.menu__item.arr svg {
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 2px;
  fill: transparent;
}

.downmenu {
  position: absolute;
  top: 0;
}

.submenu {
  margin-left: 0;
}
.submenu__item:hover .submenu-link {
  color: #473EC9;
}
.submenu-link {
  text-decoration: none;
}

/* lang */
.lang {
  position: relative;
}
.lang-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 144px;
  padding-top: 50px;
}
.lang-inner {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 8px 0 15px;
}
.lang-list {
  height: 100%;
}
.lang__item:not(:last-child) {
  margin-bottom: 10px;
}
.lang-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #1A1C1F;
  text-decoration: none;
}
.lang-link img {
  margin: 0;
}
.lang-link:hover {
  color: #473EC9;
}
.lang-link:hover svg {
  stroke: #473EC9;
}
.lang-hover {
  position: relative;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}
.lang-hover svg {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2px;
}
.lang.open .lang-hover svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.lang.open .lang-inner {
  height: 258px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* hamburger */
.hamburger {
  display: none;
}
.hamburger svg {
  fill: #fff;
}
.hamburger:hover svg {
  fill: #473EC9;
}
@media screen and (max-width: 800px) {
  .hamburger {
    display: block;
  }
}

/* navigation mob */
.mobile-navigation {
  position: fixed;
  z-index: 101;
  width: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: -4px 4px 15px rgba(27, 25, 25, 0.08);
          box-shadow: -4px 4px 15px rgba(27, 25, 25, 0.08);
}
.mobile-navigation .navigation-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D4D9DD;
  padding: 21px 20px;
}
.mobile-navigation .close svg {
  fill: #1A1C1F;
}
.mobile-navigation .close:hover svg {
  fill: #473EC9;
}
.mobile-navigation .menu {
  text-align: center;
}
.mobile-navigation .menu__item {
  border-bottom: 1px solid #D4D9DD;
  padding-right: 24px;
}
.mobile-navigation .menu__item.arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.mobile-navigation .menu__item svg {
  stroke: #1A1C1F;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mobile-navigation .menu__item:not(:last-child) {
  margin-bottom: 0;
}
.mobile-navigation .menu-link {
  display: block;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  color: #1A1C1F;
  padding: 15px 20px 15px 30px;
}
.mobile-navigation .menu-link:hover {
  color: #473EC9;
}
.mobile-navigation .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A1C1F;
  border-bottom: 1px solid #D4D9DD;
  padding: 20px 25px;
}
.mobile-navigation .btn-close svg {
  -webkit-transform: rotate(-90deg) scale(1, -1);
      -ms-transform: rotate(-90deg) scale(1, -1);
          transform: rotate(-90deg) scale(1, -1);
}
.mobile-navigation .submenu__item {
  text-align: left;
  border-bottom: 1px solid #D4D9DD;
  padding: 20px 25px;
}
.mobile-navigation .submenu-link {
  font-weight: 500;
  color: #1A1C1F;
}
.mobile-navigation .downmenu {
  width: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  top: 70px;
}
.mobile-navigation .downmenu.open {
  width: 100%;
}
.mobile-navigation.open {
  width: 300px;
}
@media screen and (max-width: 450px) {
  .mobile-navigation.open {
    width: 100%;
  }
}

/* content */
@media screen and (max-width: 1001px) {
  .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1001px) {
  .main {
    width: 100%;
  }
}

/* find */
.find-caption {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #1A1C1F;
  margin-bottom: 15px;
}
.find-best {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #594FE5 url("../img/find@2x.png") no-repeat;
  background-size: auto 100%;
  background-position: right center;
  -webkit-box-shadow: 4px 4px 15px rgba(27, 25, 25, 0.08);
          box-shadow: 4px 4px 15px rgba(27, 25, 25, 0.08);
  border-radius: 10px;
  gap: 20px;
  color: #fff;
  padding: 24px 55px 25px 30px;
  margin-bottom: 10px;
}
.find-text {
  max-width: 506px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.find-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 11px;
}
.find-heading img {
  margin: 0;
}
.find .text p {
  font-size: 13px;
  line-height: 21px;
  color: #DAD7FF;
}
.find .btn {
  margin: 0;
}
.find-block {
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  grid-gap: 10px;
  margin-bottom: 20px;
}
.find__item {
  text-align: center;
  text-decoration: none;
}
.find__item .heading {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #1A1C1F;
}
.find__item:hover .heading {
  color: #473EC9;
}
@media screen and (max-width: 600px) {
  .find-best {
    background: #594FE5 url("../img/find-mob@2x.png") no-repeat;
    background-size: 100% auto;
    background-position: right center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
  }
  .find-heading {
    display: block;
    text-align: center;
  }
  .find-heading img {
    display: inline-block;
    vertical-align: middle;
  }
  .find-text {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }
}

/* offer */
.offer {
  margin-bottom: 30px;
}
.offer-block {
  margin-bottom: 15px;
}
.offer__item {
  gap: 0 20px;
  padding: 0;
}
.offer__item:not(:last-child) {
  margin-bottom: 10px;
}
.offer__item:first-of-type .number {
  background: #473EC9;
  color: #fff;
}
.offer-logo {
  position: relative;
  width: 150px;
  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;
  padding-left: 10px;
}
.offer-logo img {
  max-width: 110px;
  margin: 0;
}
.offer-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 25px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px 25px 0;
}
.offer-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.offer-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #1A1C1F;
  margin-bottom: 3px;
}
.offer-bonus {
  max-width: 173px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.offer-bonus-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1A1C1F;
}
.offer .payment {
  width: 178px;
  gap: 8px;
  margin: 0 auto;
}
.offer .payment__item {
  width: 54px;
  height: 27px;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #A8ABAF;
  padding: 0 5px;
}
.offer-play {
  width: 140px;
  text-align: center;
}
.offer .more {
  position: relative;
  display: block;
  width: 48px;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #4F5155;
  text-decoration: underline;
  margin: 0 auto;
}
.offer .more svg {
  position: absolute;
  right: -13px;
  top: calc(50% - 3px);
  fill: #4F5155;
}
.offer .more:hover {
  color: #473EC9;
}
.offer .more:hover svg {
  fill: #473EC9;
}
.offer-down {
  min-width: 100%;
  max-height: 0;
  overflow: hidden;
}
.offer-down-inner {
  max-width: 530px;
  gap: 30px;
}
.offer-down .offer-title {
  margin-bottom: 10px;
}
.offer-rating {
  width: 160px;
  max-width: 160px;
  min-width: 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 12px;
}
.offer-games {
  width: 190px;
  text-align: center;
}
.offer-games span {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #434548;
}
.offer-games span b {
  font-size: 18px;
}
.offer-games span img {
  display: inline-block;
  vertical-align: sub;
  margin: 0;
  margin-right: 5px;
}
.offer-more .payment {
  width: 270px;
  gap: 10px;
  margin: 0;
}
.offer-more .payment__item {
  width: 60px;
  height: 30px;
  padding: 0 9px;
}
.offer-more .offer-body {
  gap: 0 20px;
}
.offer-more .offer-bonus {
  max-width: 243px;
}
.offer-more .btn {
  margin-bottom: 10px;
}
.offer-more.open .offer-down {
  max-height: 500px;
  padding-top: 20px;
}
.offer-more.open .more svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.offer .caption {
  padding-left: 0;
  padding-right: 0;
}
.offer .caption-title {
  display: none;
}
@media screen and (max-width: 1205px) {
  .offer .caption-title {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #1A1C1F;
    margin-bottom: 10px;
  }
}
.offer .list_green {
  display: inline-block;
}
.offer .list_green li {
  text-align: left;
  font-size: 11px;
  color: #434548;
}
.offer .list_green li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 1205px) {
  .offer .caption {
    display: none;
  }
}
@media screen and (max-width: 1205px) and (min-width: 1001px) {
  .offer__item:not(.offer-more) .offer-info {
    min-width: 100%;
  }
  .offer__item:not(.offer-more) .offer-bonus {
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .offer-rating {
    width: auto;
    max-width: none;
    min-width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offer-games {
    max-width: 160px;
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .offer-info {
    min-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .offer-body {
    gap: 25px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offer-bonus {
    max-width: 100%;
  }
  .offer-play, .offer-play .btn {
    width: 100%;
  }
  .offer-more .offer-info {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .offer-bonus-text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 640px) {
  .offer__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offer-logo {
    width: 100%;
    height: 130px;
  }
  .offer-body {
    gap: 0 20px;
    min-width: 100%;
    padding: 0 25px 30px 25px;
  }
  .offer-info, .offer-games {
    padding-bottom: 25px;
  }
  .offer-down-inner {
    max-width: 100%;
  }
  .offer-games {
    max-width: 100%;
  }
  .offer .payment {
    width: 100%;
  }
  .offer .btn_dark {
    width: 270px;
  }
}
@media screen and (max-width: 440px) {
  .offer-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 25px;
  }
  .offer-bonus {
    min-width: 100%;
  }
  .offer-feature {
    width: 100%;
  }
  .offer-down .offer-title {
    text-align: center;
  }
  .offer .rating-info {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .offer .rating-text {
    position: relative;
  }
  .offer .rating-text::before {
    content: "(";
  }
  .offer .rating-text::after {
    content: ")";
  }
}

.offer-top .offer-more:first-of-type {
  border: 1px solid #473EC9;
}

.number {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 20px;
  height: 20px;
  background: #ECECEF;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  font-size: 10px;
  color: #1A1C1F;
}

/* rating */
.rating {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating-svg {
  position: relative;
  height: 52px;
}
.rating.gread .circle {
  stroke: #22942E;
}
.rating.gread .rating-text {
  color: #22942E;
}
.rating.good .circle {
  stroke: #FCCE2A;
}
.rating.good .rating-text {
  color: #FCCE2A;
}
.rating.bad .circle {
  stroke: #FF2828;
}
.rating.bad .rating-text {
  color: #FF2828;
}
.rating-procent {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #1A1C1F;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rating-total {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #1A1C1F;
  margin-bottom: 3px;
}
.rating-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}

.rating_circle {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 52px;
  height: 52px;
}
.rating_circle circle {
  fill: none;
  stroke-width: 3;
}

.circle_bg {
  stroke: #D9D9D9;
}

/* payment */
.payment {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #D4D9DD;
  border-radius: 5px;
}
.payment__item img {
  margin: 0;
}

.caption {
  background: #ECECEF;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1A1C1F;
  padding: 10px;
  margin-bottom: 15px;
}
.caption__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1A1C1F;
}
.caption .offer-body {
  padding-top: 0;
  padding-bottom: 0;
}
.caption .offer-bonus, .caption .offer-rating {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* guide */
.guide-block {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
  margin-bottom: 20px;
}
.guide__item {
  position: relative;
  text-align: center;
}
.guide__item img {
  margin-bottom: 11px;
}
.guide__item .heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

/* rate */
.rate-block {
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  grid-gap: 10px;
  margin-bottom: 20px;
}
.rate__item {
  text-align: center;
  text-decoration: none;
}
.rate__item .heading {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}
.rate__item:hover .icon {
  background: #7871E1;
  border-color: #7871E1;
}
.rate__item:hover svg {
  fill: #fff;
}
.rate__item:hover .heading {
  color: #473EC9;
}

.icon {
  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;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D3D3D9;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 19px;
}
.icon svg {
  fill: #7871E1;
}
.icon img {
  margin: 0;
}

/* online */
.online-block {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 10px;
  margin-bottom: 20px;
}
.online__item {
  text-align: center;
  text-decoration: none;
}
.online__item img {
  margin-bottom: 32px;
}
.online__item .heading {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}
.online__item:hover .heading {
  color: #473EC9;
}

/* method */
.method-block {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 10px;
  margin-bottom: 20px;
}
.method__item {
  padding: 20px;
}
.method__item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #1A1C1F;
  margin-bottom: 10px;
}
.method__item .heading img {
  margin: 0;
}
.method__item .text p {
  font-size: 16px;
  line-height: 24px;
}

/* category */
.category-block {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 10px;
  margin-bottom: 20px;
}
.category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #1A1C1F;
  padding: 0;
  padding-right: 10px;
}
.category__item img {
  margin: 0;
}

/* faq */
.faq {
  margin-bottom: 30px;
}
.faq h2 {
  color: #473EC9;
}
.faq__item {
  padding: 0;
}
.faq__item:not(:last-child) {
  margin-bottom: 10px;
}
.faq__item.open .faq-heading, .faq__item.open .tablecontent .heading, .tablecontent .faq__item.open .heading {
  color: #473EC9;
}
.faq__item.open .faq-heading svg, .faq__item.open .tablecontent .heading svg, .tablecontent .faq__item.open .heading svg {
  stroke: #473EC9;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq__item.open .text {
  max-height: 500px;
  padding-bottom: 20px;
}
.faq-heading, .tablecontent .heading {
  width: 100%;
  gap: 0 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #1A1C1F;
  text-align: left;
  padding: 20px 23px 20px 30px;
}
.faq-heading svg, .tablecontent .heading svg {
  min-width: 16px;
  fill: transparent;
  stroke: #1A1C1F;
  stroke-width: 2px;
}
.faq-heading:hover, .tablecontent .heading:hover {
  color: #473EC9;
}
.faq-heading:hover svg, .tablecontent .heading:hover svg {
  stroke: #473EC9;
}
.faq .text {
  max-height: 0;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 46px;
}

/* tablecontent */
.tablecontent {
  padding: 0;
}
.tablecontent ul {
  max-height: 0;
  overflow: hidden;
  padding: 0 46px 0 30px;
}
.tablecontent ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tablecontent ul a {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #434548;
  text-decoration: none;
}
.tablecontent ul a:hover {
  color: #473EC9;
}
.tablecontent.open ul {
  max-height: 1000px;
  padding-bottom: 20px;
}
.tablecontent.open .heading {
  color: #473EC9;
}
.tablecontent.open .heading svg {
  stroke: #473EC9;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .tablecontent .heading {
    padding: 20px;
  }
  .tablecontent ul {
    padding-left: 15px;
    padding-right: 20px;
  }
}

/* aside */
.aside {
  width: 290px;
}
.aside-block:not(:last-child) {
  margin-bottom: 15px;
}
.aside-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #ECECEF;
  border-radius: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1A1C1F;
  padding: 10px 12px;
  margin-bottom: 10px;
}
.aside-heading img {
  margin: 0;
}
.aside-casino__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.aside-casino__item:not(:last-child) {
  margin-bottom: 10px;
}
.aside-casino-logo {
  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;
  width: 30px;
  height: 26px;
  background: #FFFFFF;
  border: 1px solid #D4D9DD;
  border-radius: 5px;
}
.aside-casino-logo img {
  margin: 0;
}
.aside-casino .link {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #7871E1;
  margin-left: auto;
}
.aside-casino .link:hover {
  color: #473EC9;
}
@media screen and (max-width: 400px) {
  .aside {
    width: 100%;
  }
}

/* error */
.error {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 150px;
}
.error-text {
  font-weight: 700;
  font-size: 260px;
  line-height: 390px;
  color: #1A1C1F;
}
.error-text span {
  color: #7871E1;
}
.error h1 {
  font-size: 50px;
  line-height: 75px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .error {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .error-text {
    font-size: 162px;
    line-height: 243px;
  }
  .error h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

/* footer */
.footer {
  background: #2C2828;
}
.footer_top {
  padding: 40px 0 6px;
}
.footer_middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 20px;
  padding: 6px 0;
}
.footer_bottom {
  padding: 6px 0 45px;
}
.footer-info {
  max-width: 594px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.footer .copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .footer_top {
    text-align: center;
    padding: 40px 0 12px;
  }
  .footer_top .logo {
    display: inline-block;
  }
  .footer_middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0 20px;
  }
  .footer-info {
    text-align: center;
  }
  .footer_bottom {
    text-align: center;
    padding: 20px 0 50px;
  }
}

.legal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 45px;
}
.legal a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #A8ABAF;
}
.legal a:hover {
  color: #fff;
}
.legal a:hover img {
  opacity: 1;
}
.legal img {
  opacity: 0.5;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .legal {
    gap: 15px;
  }
  .legal a {
    font-size: 13px;
    line-height: 21px;
  }
}
/*# sourceMappingURL=../sourcemaps/style.css.map */

/* table */
table {
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
			  box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
	border-collapse: separate;
	background: #fff;
	overflow: hidden;
	margin-bottom: 25px;
 }
 table th, table td {
	vertical-align: middle;
	font-size: 14px;
	text-align: left;
	min-width: 60px;
	padding: 15px 10px;
 }
 table th {
	background: #373737;
	color: #fff;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
	padding: 20px 15px;
 }
 table td {
	font-weight: 400;
	line-height: 20px;
	color: #19191D;
 }
 table tbody tr:not(:last-child) td {
	border-bottom: 1px solid #DCDFF0;
 }
 table a:not([class]), table b, table p, table ul li, table ol li {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
 }
 table a:not([class]) {
	text-decoration: none;
 }
 table a:not([class]):hover {
	text-decoration: underline;
	color: #19191D;
 }
 table span {
	font-weight: 500;
 }
 table .table-number {
	max-width: 60px;
	width: 60px;
	text-align: center;
 }
 @media screen and (max-width: 768px) {
	table .table-number {
	  max-width: 40px !important;
	  width: 40px !important;
	  min-width: 40px;
	  padding: 15px 8px;
	}
 }