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;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       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%;
}

/* Inter  */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2 supports variations"), url("../fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2-variations");
  font-display: swap;
  font-weight: 100 700;
  font-stretch: 85% 100%;
}
/* =========================== variable colors */
:root {
  --body-color:#191B1D;
  --body-color-light:#3D3D4A;
  --bg-gray:#F7F8FD;
  --bg-btn:#00B05C;
  --bg-btn-hover:#00974E;
  --bg-main:#0B0D3D;
  --color-main:#092077;
  --color-main-light:#264EE0;
  --border-color:#EEF1F9;
  --border-gradient: linear-gradient(90deg, #0B0D3D 0%, rgba(0, 176, 92, 0.5) 14.5%, rgba(0, 176, 92, 0.7) 52%, rgba(0, 176, 92, 0.5) 83.5%, #0B0D3D 100%);
  --cookie-bg:#fff;
  --cookie-border:#C9D1F7;
}

/* =========================== all */
body {
  font-family: "Inter", sans-serif;
  color: var(--body-color);
  background: #fff;
  line-height: 1.5;
}

.body_scroll {
  overflow: hidden;
}

/* heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

h2, .h2 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h5, .h5 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  h5, .h5 {
    line-height: 28px;
  }
}

.heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.heading.flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.heading.flexbox img {
  margin: 0;
}

.section {
  margin-bottom: 60px;
}
.section__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 40px;
  }
}

/* list */
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 {
  padding-left: 41px;
}
ol:not([class]) li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: var(--color-main);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  left: 0;
  top: 0;
}
ol:not([class]) li:not(:last-child) {
  margin-bottom: 15px;
}

ul:not([class]) li {
  padding-left: 18px;
}
ul:not([class]) li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: var(--color-main);
  left: 0;
  top: 6px;
}
ul:not([class]) li:not(:last-child) {
  margin-bottom: 10px;
}

.list {
  margin-bottom: 20px;
}
.list li {
  position: relative;
  padding-left: 41px;
}
.list li .heading {
  font-size: 16px;
  line-height: 24px;
}
.list li:not(:last-child) {
  margin-bottom: 15px;
}
.list li::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
}
.list.list-check-green-full li::before {
  width: 26px;
  height: 26px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-green-full");
}
.list.list-check-blue-full li::before {
  width: 26px;
  height: 26px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-blue-full");
}
.list.list-check-cancel li::before {
  width: 26px;
  height: 26px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-cancel");
}
.list-blue li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 17px;
}
.list-blue li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 9px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-blue");
  left: 0;
  top: 6px;
}
.list-blue li:not(:last-child) {
  margin-bottom: 7px;
}
.list-green li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 17px;
}
.list-green li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 9px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-green");
  left: 0;
  top: 6px;
}
.list-green li:not(:last-child) {
  margin-bottom: 7px;
}
.list-orange li {
  position: relative;
  font-weight: 500;
  padding-left: 26px;
}
.list-orange li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-orange");
  left: 0;
  top: 6px;
}
.list-orange li:not(:last-child) {
  margin-bottom: 15px;
}

.columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 0 20px;
}
.columns li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .columns {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .columns li {
    display: block;
  }
}

/* content */
a, p, ol:not([class]) li, ul:not([class]) li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
}

.text p:last-child {
  margin-bottom: 0;
}

/* links */
a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  color: var(--color-main-light);
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--body-color-light);
}
.link svg {
  width: 8px;
  min-width: 8px;
  stroke: var(--body-color-light);
  stroke-width: 2px;
  fill: #fff;
}
.link:hover {
  color: var(--color-main-light);
}
.link:hover svg {
  stroke: var(--color-main-light);
}

b, strong {
  font-weight: 600;
}

i, em {
  font-style: italic;
}

/* img */
.img {
  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;
  border-radius: 10px;
  padding: 5px;
}
.img img {
  margin: 0;
}

img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* transition */
* {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* btn */
.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.btn_green {
  background: var(--bg-btn);
  color: #fff;
}
.btn_green:hover {
  background: var(--bg-btn-hover);
}

.btn_border {
  width: 157px;
  height: 38px;
  line-height: 36px;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  background: #fff;
}
.btn_border:hover {
  color: var(--body-color);
  border-color: var(--body-color);
}

.overly {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 13, 61, 0.7);
}
.overly.open {
  display: block;
}

.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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
  padding-bottom: 30px;
  margin-top: -30px;
}
.breadcrumbs__item, .breadcrumbs-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.breadcrumbs__item {
  color: #3D3D4A;
}
.breadcrumbs__item:not(:last-child) {
  position: relative;
}
.breadcrumbs__item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-gray");
  top: calc(50% - 5px);
  right: -12px;
}
.breadcrumbs-link {
  color: #878DA1;
}
.breadcrumbs-link:hover {
  color: #3D3D4A;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-bottom: 25px;
    margin-top: -15px;
  }
}

/* soc */
.soc {
  gap: 15px;
}
.soc-link {
  width: 16px;
  height: 16px;
  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;
}
.soc-link svg {
  fill: #6B74A1;
}
.soc-link:hover svg {
  fill: #fff;
}

/* gray block */
.block_gray {
  border-radius: 10px;
  background: var(--bg-gray);
  padding: 25px 30px;
  margin-bottom: 30px;
}
.block_gray ol, .block_gray ul {
  margin-bottom: 0;
}
.block_gray ol + p, .block_gray ul + p {
  margin-top: 25px;
}
.block_gray p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .block_gray {
    padding: 20px 15px;
  }
}

/* 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_scroll {
  margin-bottom: 25px;
}
.table_scroll table {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .table_scroll table {
    width: 700px;
  }
}

table {
  width: 100%;
  margin-bottom: 30px;
}
table th, table td {
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  width: 1%;
  padding: 15px;
}
table th {
  background: var(--bg-gray);
  font-weight: 600;
  color: var(--body-color);
  white-space: nowrap;
}
table th:first-child {
  border-radius: 7px 0 0 7px;
}
table th:last-child {
  border-radius: 0 7px 7px 0;
}
table td {
  font-weight: 500;
  color: var(--body-color-light);
  border-bottom: 1px solid var(--border-color);
}
table a {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color-light);
}
table a:hover {
  text-decoration: underline;
}
table ul li {
  color: var(--body-color-light);
}
table .table-casino {
  white-space: nowrap;
}
table .title {
  display: none;
}
@media screen and (max-width: 900px) {
  table {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody, table tr {
    display: block;
  }
  table tr {
    padding: 2px 0;
  }
  table tr:first-child {
    border-radius: 7px 7px 0 0;
  }
  table tr:last-child {
    border-radius: 0 0 7px 7px;
  }
  table tr:nth-child(odd) {
    background: var(--bg-gray);
  }
  table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    width: 100%;
    font-weight: 600;
    padding: 10px;
  }
  table a {
    font-weight: 600;
  }
  table .title {
    display: block;
    width: 152px;
    min-width: 147px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-right: 5px;
  }
  table ul li {
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  table {
    margin-bottom: 25px;
  }
}

/* form */
button, input {
  font-family: "Inter";
}

/* swiper slider */
.swiper {
  position: relative;
}
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-slide {
  height: auto;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  z-index: 6;
  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: 14px;
  height: 14px;
  top: 24px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 7px;
  min-width: 7px;
  stroke: var(--body-color);
  stroke-width: 2px;
  fill: var(--bg-gray);
}
.swiper-button-next.disable, .swiper-button-prev.disable {
  opacity: 0.5;
}
.swiper-button-next:hover svg, .swiper-button-prev:hover svg {
  stroke: var(--color-main-light);
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next svg {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.swiper-button-prev {
  left: 0;
}

/* container */
.container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.container .container_thin {
  width: 940px;
  margin: 0 auto;
}
.container_thin {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}

.logo img {
  margin-bottom: 0;
}

/* header */
.header {
  position: relative;
  z-index: 101;
  background: var(--bg-main);
  padding: 20px 0 18px;
}
.header .container {
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .language {
  margin-left: auto;
}
.header .language img {
  margin: 0;
}
.header .menu {
  gap: 40px;
  margin-right: auto;
}
.header .menu-link {
  color: #C5CCE1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 7px;
}
.header .menu-link svg {
  stroke: #C5CCE1;
  stroke-width: 2px;
  min-width: 12px;
}
.header .menu__item {
  position: relative;
}
.header .menu__item:hover .menu-link {
  color: #fff;
}
.header .menu__item:hover .menu-link svg {
  stroke: #fff;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header .menu__item:hover .downmenu {
  max-height: 900px;
  overflow: visible;
}
.header .downmenu {
  position: absolute;
  top: 34px;
  left: calc(50% - 100px);
  max-height: 0;
  overflow: hidden;
}
.header .submenu {
  width: 200px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
  padding: 15px;
}

/* menu */
.menu-link, .submenu-link {
  font-size: 14px;
}

.menu-link {
  font-weight: 500;
}

.submenu {
  background: #fff;
  margin-bottom: 0;
  margin-left: 0;
}
.submenu__item:not(:last-child) {
  margin-bottom: 10px;
}
.submenu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 400;
  color: var(--body-color);
}
.submenu-link svg {
  fill: var(--color-main);
  min-width: 10px;
}
.submenu-link:hover {
  color: var(--color-main);
}
.submenu-link:hover svg {
  fill: var(--color-main-light);
}

/* hamburger */
.hamburger {
  display: none;
  width: 20px;
  height: 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger:hover, .hamburger.is_active:hover {
  opacity: 0.7;
}

.hamburger.is_active .hamburger-box {
  width: 15px;
}

.hamburger.is_active .hamburger-inner {
  background-color: #C5C4EB;
}

.hamburger.is_active .hamburger-inner::before,
.hamburger.is_active .hamburger-inner::after {
  background-color: #C5C4EB;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
}

.hamburger-inner {
  display: block;
  top: calc(50% - 1px);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1.5px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner {
  background-color: #C5C4EB;
}

.hamburger-inner::before, .hamburger-inner::after {
  background-color: #C5C4EB;
  right: 0;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  width: 11px;
  top: 6px;
}

.hamburger-inner::after {
  width: 15px;
  bottom: 6px;
}

.hamburger_spin .hamburger-inner {
  width: 20px;
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger_spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin.is_active .hamburger-inner {
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger_spin.is_active .hamburger-inner::before {
  height: 2px;
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger_spin.is_active .hamburger-inner::after {
  height: 2px;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 992px) {
  .header {
    padding: 16px 0 15px;
  }
  .header .container {
    gap: 20px;
  }
  .header .logo img {
    width: 100px;
  }
  .header-navigation {
    gap: 20px;
  }
  .header-navigation .menu {
    display: none;
  }
  .hamburger {
    display: block;
  }
}
/* navigation mob */
.navigation-mobile {
  position: fixed;
  z-index: 101;
  width: 0;
  right: 0;
  bottom: 0;
  top: 53px;
  background: #fff;
  border-radius: 7px 0 0 0;
}
.navigation-mobile.open {
  width: 320px;
}
.navigation-mobile .menu {
  margin-bottom: 30px;
}
.navigation-mobile .menu__item {
  border-bottom: 1px solid #E6EAFA;
  padding: 15px 20px;
}
.navigation-mobile .menu-downmenu {
  position: relative;
  padding-right: 32px;
}
.navigation-mobile .menu-downmenu.open .menu-link {
  color: var(--color-main);
}
.navigation-mobile .menu-downmenu.open .downmenu-btn svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  stroke: var(--color-main);
}
.navigation-mobile .menu-downmenu.open .downmenu {
  max-height: 1000px;
  padding-top: 15px;
}
.navigation-mobile .downmenu {
  z-index: 15;
  max-height: 0;
  overflow: hidden;
}
.navigation-mobile .downmenu-btn {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 12px;
  min-width: 12px;
  margin-left: auto;
}
.navigation-mobile .downmenu-btn svg {
  stroke: var(--body-color);
  stroke-width: 2px;
  fill: #fff;
}
@media screen and (min-width: 450px) {
  .navigation-mobile.open {
    width: 320px;
  }
}

/* promo */
.promo {
  position: relative;
  background: var(--bg-main);
  color: #fff;
  padding: 48px 0 60px;
}
.promo .container {
  position: relative;
}
.promo-main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  background: var(--border-gradient);
}
.promo-text {
  max-width: 732px;
}
.promo-img {
  position: absolute;
  width: 276px;
  height: 250px;
  background: -o-radial-gradient(50% 50%, 50% 50%, rgba(0, 176, 92, 0.2) 0%, rgba(11, 13, 61, 0.2) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 176, 92, 0.2) 0%, rgba(11, 13, 61, 0.2) 100%);
  bottom: -45px;
  right: 76px;
}
.promo-img img {
  position: relative;
  z-index: 1;
  width: 410px;
  margin: 0;
}
.promo .text p {
  color: #C5CCE1;
}
@media screen and (max-width: 1100px) {
  .promo-main .promo-img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .promo {
    padding: 19px 0 25px;
  }
  .promo .text p {
    font-size: 14px;
    line-height: 20px;
  }
}

/* page */
.page {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 20px;
  margin-bottom: 30px;
}
.page-info {
  gap: 10px 15px;
  margin-bottom: 20px;
}
.page-dl {
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-dt {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #C5CCE1;
}
.page-dd {
  position: relative;
  line-height: 14px;
}
.page-dd-info {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-dd-hover {
  position: relative;
  cursor: pointer;
}
.page-dd-hover .page-dd-info {
  text-decoration: underline;
}
.page-dd-hover:hover .page-down .written {
  max-height: 500px;
  padding: 15px;
}
.page-down {
  position: absolute;
  z-index: 10;
  top: 0;
  left: calc(50% - 150px);
  padding-top: 24px;
}
@media screen and (max-width: 1300px) {
  .page-dd-hover {
    position: static;
  }
  .page-dl {
    position: relative;
  }
  .page-down {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page {
    margin-bottom: 15px;
  }
}

/* written */
.written {
  max-height: 0;
  overflow: hidden;
  width: 300px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
  border-radius: 7px;
  padding: 0 15px;
}
.written-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
.written-header img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.written-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: var(--body-color);
  margin-bottom: 5px;
}
.written-position {
  color: var(--body-color-light);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 10px;
}
.written .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--body-color);
}
.written .soc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.written .soc-link svg {
  width: 15px;
  min-width: 15px;
  fill: var(--color-main);
}
.written .soc-link:hover svg {
  fill: var(--color-main-light);
}

/* category */
.category {
  background: var(--bg-gray);
  padding: 20px 0;
  margin-bottom: 30px;
}
.category .swiper {
  padding: 0 42px;
}
.category .swiper::before, .category .swiper::after {
  position: absolute;
  z-index: 5;
  content: "";
  width: 42px;
  height: 19px;
  background: var(--bg-gray);
  top: 0;
}
.category .swiper::before {
  left: 0;
}
.category .swiper::after {
  right: 0;
}
.category-swiper .swiper-slide {
  width: auto !important;
}
.category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.category-link svg {
  width: 16px;
  min-width: 16px;
  fill: var(--color-main);
}
.category-link:hover {
  color: var(--color-main);
}
.category-link:hover svg {
  fill: var(--color-main-light);
}

/* card */
.offer_full {
  -webkit-box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
  border-radius: 7px;
  padding: 25px 30px;
  margin-bottom: 30px;
}
.offer_full .card {
  width: 100%;
  border-bottom: none;
}
.offer_full .card:not(:last-child) {
  margin-bottom: 0;
}
.offer_full .card .img {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
.offer_full .card-bonus {
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 20px;
  margin-bottom: 25px;
}
.offer_full .card-play {
  max-width: 100%;
}
.offer_single {
  margin-bottom: 30px;
}
.offer_single .card {
  border: none;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
  padding: 20px;
}
.offer_single .card:not(:last-child) {
  margin-bottom: 0;
}
.offer_single .card-body {
  gap: 15px 20px;
}
.offer_single .card-play {
  max-width: 200px;
}
.offer_single .tc {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #878DA1;
  margin-top: 5px;
}
.offer.flexbox {
  gap: 25px 30px;
  margin-bottom: 30px;
}
.offer.flexbox .card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
  border: none;
  border-radius: 10px;
}
.offer.flexbox .card:not(:last-child) {
  margin-bottom: 0;
}
.offer.flexbox .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  gap: 0;
  padding: 0 15px 20px;
}
.offer.flexbox .card .img {
  width: calc(100% + 30px);
  height: 150px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 15px;
}
.offer.flexbox .card-bonus {
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin-bottom: 7px;
}
.offer.flexbox .card-bonus-text {
  font-size: 20px;
  line-height: 30px;
}
.offer.flexbox .card-deposit {
  margin-top: auto;
  margin-bottom: 20px;
}
.offer.flexbox .card-play {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.offer-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 15px;
}
.offer .side {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .offer_full {
    grid-template-areas: "card heading" "card text";
    grid-gap: 0 30px;
  }
  .offer_full .card {
    width: 240px;
    grid-area: card;
  }
  .offer-text {
    grid-area: text;
  }
  .offer-name {
    grid-area: heading;
  }
}
@media screen and (max-width: 768px) {
  .offer_full, .offer_single, .offer.flexbox {
    margin-bottom: 25px;
  }
  .offer_full {
    padding: 20px 15px;
  }
  .offer_full .card:not(:last-child) {
    margin-bottom: 20px;
  }
  .offer-name {
    font-size: 22px;
    line-height: 30px;
  }
  .offer_single .card .img {
    width: 100%;
  }
  .offer_single .card-best {
    min-width: 100%;
  }
  .offer_single .card-play {
    max-width: 100%;
  }
}

.card {
  border-bottom: 1px solid var(--border-color);
}
.card .img {
  width: 170px;
  height: 110px;
}
.card-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.card-number {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: var(--bg-gray);
  font-size: 14px;
  font-weight: 600;
  border-radius: 7px;
}
.card-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 230px;
  min-width: 170px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  background: var(--bg-gray);
  padding: 20px;
}
.card-bonus-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.card-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-main);
  margin-bottom: 7px;
}
.card-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-main);
  margin-bottom: 7px;
}
.card-deposit {
  font-weight: 400;
  font-size: 14px;
  font-weight: 18px;
  color: var(--body-color-light);
}
.card-deposit-b {
  font-weight: 600;
}
.card-best {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 15px;
  margin-bottom: 0;
}
.card-best-bonus {
  text-align: center;
}
.card-best-b {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 7px;
}
.card-best-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.card-feature {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 172px;
  min-width: 140px;
}
.card-feature__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 26px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding-left: 36px;
}
.card-feature__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.card-feature__item:not(:last-child) {
  margin-bottom: 7px;
}
.card-feature-rtp::before {
  width: 26px;
  height: 26px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--rtp");
}
.card-feature-games::before {
  width: 26px;
  height: 26px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--games-icon");
}
.card-feature-salary::before {
  width: 26px;
  height: 26px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--withdrawal");
}
.card-play {
  max-width: 240px;
  min-width: 160px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.card-play .btn {
  width: 100%;
}
.card-play .link {
  margin-top: 10px;
}
.card-tc {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #878DA1;
  padding-bottom: 15px;
  margin-top: 15px;
}
.card .payment {
  max-width: 230px;
  margin-bottom: 0;
}
.card .payment__item {
  width: 70px;
  max-width: 70px;
  height: 40px;
}
.card:not(:last-child) {
  margin-bottom: 25px;
}
.card ul, .card ol {
  margin-bottom: 0;
}
@media screen and (max-width: 1010px) {
  .card-body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .card-body {
    position: relative;
  }
  .card-body > .img {
    width: 100%;
    min-width: 100%;
  }
  .card-bonus {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 152px;
  }
  .card-number {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .card .payment {
    max-width: 100%;
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-play {
    max-width: 100%;
  }
}

/* payment */
.payment {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.payment__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 70px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .payment__item {
    max-width: 72px;
    min-width: 72px;
    height: 40px;
  }
}

/* advice */
.advice {
  margin-bottom: 30px;
}
.advice__item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.1);
  padding: 25px 30px;
}
.advice__item:not(:last-child) {
  margin-bottom: 20px;
}
.advice__item .heading {
  margin-bottom: 10px;
}
.advice__item .heading img {
  width: 44px;
  min-width: 44px;
  height: 44px;
}
.advice__item .text p {
  color: var(--body-color-light);
}
@media screen and (max-width: 768px) {
  .advice {
    margin-bottom: 25px;
  }
  .advice__item {
    padding: 20px 15px;
  }
}

/* tip */
.tip {
  position: relative;
  border-radius: 10px;
  background: #F2FDF7;
  border-left: 5px solid var(--bg-btn-hover);
  padding: 66px 30px 30px;
  margin-bottom: 30px;
}
.tip p {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.tip p:last-child {
  margin-bottom: 0;
}
.tip::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--comment");
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .tip {
    padding: 55px 20px 20px;
    margin-bottom: 25px;
  }
  .tip p {
    font-size: 17px;
  }
  .tip::before {
    top: 20px;
    left: 20px;
  }
}

/* quote */
.quote {
  position: relative;
  border-left: 5px solid var(--color-main);
  padding: 66px 30px 30px;
  margin-bottom: 30px;
}
.quote p {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.quote p:last-child {
  margin-bottom: 0;
}
.quote::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--quote");
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .quote {
    padding: 55px 20px 20px;
    margin-bottom: 25px;
  }
  .quote p {
    font-size: 17px;
  }
  .quote::before {
    top: 20px;
    left: 20px;
  }
}

/* side */
.side {
  margin-bottom: 30px;
}
.side .heading {
  margin-bottom: 20px;
}
.side__item:not(:last-child) {
  margin-bottom: 20px;
}
.side ul, .side ol {
  margin-bottom: 0;
}

/* registration */
.registration {
  margin-bottom: 30px;
}
.registration__item {
  position: relative;
  padding-top: 10px;
  padding-left: 64px;
}
.registration__item .heading {
  margin-bottom: 10px;
}
.registration__item:not(:last-child) {
  margin-bottom: 10px;
}
.registration__item::before {
  position: absolute;
  content: "";
  height: calc(100% - 55px);
  top: 55px;
  left: 20px;
  width: 2px;
  border-right: 2px dashed #E4E6EF;
}
.registration-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
}
.registration-icon img {
  width: 44px;
  height: 44px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .registration {
    margin-bottom: 25px;
  }
}

/* type */
.type {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 20px;
  margin-bottom: 30px;
}
.type__item {
  padding: 20px;
  margin-bottom: 0;
}
.type__item img {
  width: 34px;
  height: 34px;
  margin: 0 0 15px;
}
.type__item .heading {
  margin-bottom: 10px;
}
.type__item .text p {
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .type {
    margin-bottom: 25px;
  }
}

/* faq */
.faq {
  counter-reset: number;
  margin-bottom: 30px;
}
.faq__item:not(:last-child) {
  margin-bottom: 25px;
}
.faq__item .heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq__item .text p:first-child {
  padding-top: 15px;
}
.faq__item[open] .faq-heading svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  stroke: var(--color-main-light);
}
.faq__item[open] .faq-heading::before {
  color: var(--color-main-light);
}
.faq-heading {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
  cursor: pointer;
  text-align: left;
}
.faq-heading svg {
  display: block;
  width: 16px;
  min-width: 16px;
  stroke-width: 2px;
  stroke: var(--color-main);
  fill: #fff;
  margin-top: 6px;
}
.faq-heading::before {
  counter-increment: number;
  content: counter(number);
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 5px;
  background: var(--bg-gray);
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-main);
}
.faq-heading::marker {
  display: none;
}
.faq-heading:hover svg {
  stroke: var(--color-main-light);
}
.faq-heading:hover::before {
  color: var(--color-main-light);
}
@media screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
  }
  .faq__item .heading {
    font-size: 16px;
    line-height: 24px;
  }
}

/* warning */
.warning {
  border-radius: 10px;
  background: #FFF9F4;
  padding: 25px 30px;
  margin-bottom: 30px;
}
.warning .heading {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding-left: 43px;
  margin-bottom: 25px;
}
.warning .heading::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--warning");
  left: 0;
  top: 0;
}
.warning .columns + p {
  margin-top: 10px;
}
.warning p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .warning {
    padding: 20px 15px;
    margin-bottom: 25px;
  }
}

/* footer */
.footer_top {
  background: #151756;
  padding: 20px 0;
}
.footer-body {
  background: var(--bg-main);
}
.footer_middle {
  position: relative;
  padding: 50px 0 35px;
}
.footer_middle .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 50px;
}
.footer_middle::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--border-gradient);
}
.footer_bottom {
  padding: 30px 0;
}
.footer-company {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.footer-company img {
  margin: 0;
}
.footer-info {
  width: 166px;
}
.footer .logo {
  display: inline-block;
  margin-bottom: 15px;
}
.footer .soc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 20px;
  color: #6B74A1;
}
.footer-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 40px;
  margin-bottom: 40px;
}
.footer-menu-link {
  font-size: 15px;
  font-weight: 500;
  color: #9193C1;
  line-height: 18px;
}
.footer-menu-link:hover {
  color: #fff;
}
.footer .copy {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6B74A1;
}
@media screen and (max-width: 992px) {
  .footer-text {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-company {
    gap: 27px 25px;
  }
  .footer_middle {
    padding: 30px 0 35px;
  }
  .footer_bottom {
    padding: 28px 0 20px;
  }
  .footer-menu {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  .footer-menu__item {
    min-width: 100%;
    text-align: center;
  }
}

.lang {
  position: relative;
  width: 300px;
  cursor: pointer;
}
.lang-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #6B74A1;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6B74A1;
  padding: 12px 15px;
}
.lang-title .lang-globe {
  fill: #6B74A1;
}
.lang-title .lang-arrow {
  width: 14px;
  min-width: 14px;
  stroke: #6B74A1;
  stroke-width: 2px;
  fill: #0B0D3D;
  margin-left: auto;
}
.lang-block {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 50px;
}
.lang-list {
  border-radius: 22px;
  background: #fff;
  border-radius: 10px;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
}
.lang-list img {
  width: 30px;
  height: 20px;
  margin: 0;
}
.lang:hover .lang-title {
  color: #fff;
}
.lang:hover .lang-title .lang-globe {
  fill: #fff;
}
.lang:hover .lang-title .lang-arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.lang:hover .lang-list {
  max-height: 200px;
  padding: 10px;
}
@media screen and (max-width: 450px) {
  .lang {
    width: 100%;
  }
}

/* cookie */
.cookie {
  position: fixed;
  z-index: 99;
  width: 400px;
  right: 20px;
  bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.15);
          box-shadow: 0px 4px 25px 0px rgba(75, 79, 85, 0.15);
  border-top: 40px solid var(--cookie-border);
  text-align: center;
  background: var(--cookie-bg);
  padding: 25px 35px 20px;
}
.cookie::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--cookie");
  left: calc(50% - 20px);
  top: -20px;
}
.cookie .close {
  position: absolute;
  width: 10px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close");
  top: -25px;
  right: 15px;
}
.cookie .heading {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 5px;
}
.cookie .text {
  margin-bottom: 15px;
}
.cookie .text p, .cookie .text a {
  font-size: 14px;
  line-height: 20px;
}
.cookie-btn {
  gap: 15px;
}
.cookie-btn .btn {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 38px;
}
.cookie-btn .btn_green {
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .cookie {
    padding: 25px 15px 15px;
  }
  .cookie .heading {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 450px) {
  .cookie {
    width: calc(100% - 40px);
    right: 20px;
  }
  .cookie-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie-btn .btn {
    width: 100%;
  }
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
