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: 100;
  font-display: swap;
  src: local("Poppins-Thin"), url("../fonts/Poppins-Thin.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Poppins-ThinItalic"), url("../fonts/Poppins-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Poppins-ExtraLight"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Poppins-ExtraLightItalic"), url("../fonts/Poppins-ExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins-Light"), url("../fonts/Poppins-Light.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins-LightItalic"), url("../fonts/Poppins-LightItalic.woff") format("woff");
}
@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: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins-Italic"), url("../fonts/Poppins-Italic.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: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins-MediumItalic"), url("../fonts/Poppins-MediumItalic.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");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins-SemiBoldItalic"), url("../fonts/Poppins-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins-Bold"), url("../fonts/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins-BoldItalic"), url("../fonts/Poppins-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Poppins-ExtraBold"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Poppins-ExtraBoldItalic"), url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Poppins-Black"), url("../fonts/Poppins-Black.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Poppins-BlackItalic"), url("../fonts/Poppins-BlackItalic.woff") format("woff");
}
/* =========================== all */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Poppins", sans-serif;
  color: #2B2F33;
  background: #fff;
  line-height: 1.5;
}

.body_scroll {
  overflow: hidden;
}

/* heading */
h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 600;
  line-height: normal;
  color: #19181B;
  text-transform: capitalize;
}

h1, .h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1B1C1D;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

h5, .h5 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  color: #1B1C1D;
}

.section {
  margin-bottom: 45px;
}
.section header {
  margin-bottom: 30px;
}
.section-page .breadcrumbs {
  margin-top: 20px;
  margin-bottom: 15px;
}
.section-page .info img {
  width: 22px;
  min-width: 22px;
  height: 22px;
}

article div + h2, article div + .h2, article div + h3, article div + .h3, article div + h4, article div + .h4,
article p + h2, article p + .h2, article p + h3, article p + .h3, article p + h4, article p + .h4,
article table + h2, article table + .h2, article table + h3, article table + .h3, article table + h4, article table + .h4,
article ul + h2, article ul + .h2, article ul + h3, article ul + .h3, article ul + h4, article ul + .h4,
article ol + h2, article ol + .h2, article ol + h3, article ol + .h3, article ol + h4, article ol + .h4 {
  margin-top: 45px;
}

/* list */
ol:not([class]), ul:not([class]), .list-not {
  margin-bottom: 25px;
}
ol:not([class]) li, ul:not([class]) li, .list-not li {
  display: table;
  position: relative;
  line-height: 28px;
  padding-left: 38px;
}
ol:not([class]) li::before, ul:not([class]) li::before, .list-not li::before {
  left: 0;
  top: 1px;
}
ol:not([class]) li:not(:last-child), ul:not([class]) li:not(:last-child), .list-not li:not(:last-child) {
  margin-bottom: 15px;
}

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 {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 27px;
  background: #6466FB;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 7px;
}

ul:not([class]) li::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: center center/cover no-repeat;
  background-image: url("/wp-content/themes/root/img/sprite.svg#sprite--check-green");
}

.list-not li::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: center center/cover no-repeat;
  background-image: url("/wp-content/themes/root/img/sprite.svg#sprite--check-not");
}

ol ol, ul ul {
  margin-left: 30px;
}

/* content */
a, p, ol li, ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

p {
  margin-bottom: 30px;
}

.text p:last-child {
  margin-bottom: 0;
}

a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  color: #6466FB;
}

.view {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #1B1C1D;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.view:hover {
  color: #6466FB;
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #1B1C1D;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.link svg {
  fill: #1B1C1D;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.link:hover {
  color: #6466FB;
}
.link:hover svg {
  fill: #6466FB;
}

b, strong {
  font-weight: 600;
}

i, em {
  font-style: italic;
}

/* img */
img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.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;
  padding: 5px;
}
.img img {
  margin: 0;
}

figure + .btn {
  margin-bottom: 30px;
}
figure img {
  border-radius: 10px;
}

.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;
  }
}
/* btn */
.btn {
  position: relative;
  z-index: 1;
  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;
  gap: 10px;
  width: 200px;
  height: 42px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}
.btn:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_green {
  background: #1CB87E;
  color: #fff;
}
.btn_green:hover {
  background: #34D79A;
}

.btn_border {
  border: 1px solid #EBECF7;
  color: #1B1C1D;
}
.btn_border:hover {
  border-color: #F9F8FE;
  background: #F9F8FE;
}

.btn_gray {
  background: #F7F5FF;
  color: #1B1C1D;
}
.btn_gray:hover {
  background: #E9E6F4;
}

.btn_white {
  border: 1px solid #EBECF7;
  color: #4F597E;
}
.btn_white svg {
  fill: #4F597E;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_white:hover {
  background: #F9F8FE;
  color: #1B1C1D;
}
.btn_white:hover svg {
  fill: #1B1C1D;
}

.btn_dark {
  background: #1B1C1D;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_dark:hover {
  background: #393B3D;
}

.btn_long {
  width: 100%;
}

.overly {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 21, 31, 0.4);
}

.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: 25px;
}
.breadcrumbs li, .breadcrumbs a {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #8A7F99;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 18px;
}
.breadcrumbs a {
  position: relative;
  text-decoration: none;
}
.breadcrumbs a::after {
  position: absolute;
  content: "/";
  top: 4px;
  right: -13px;
}
.breadcrumbs a:hover {
  color: rgba(138, 127, 153, 0.5);
}

/* check */
.check-list {
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}
.check-list__item {
  display: block;
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check");
}

/* side */
.side {
  border-radius: 10px;
  border: 1px solid #EBECF7;
  margin-bottom: 25px;
}
.side__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.side__item ul {
  padding: 20px;
  margin-bottom: 0;
}
.side__item ul li {
  font-size: 15px;
  line-height: 22px;
  padding-left: 32px;
}
.side__item ul li::before {
  width: 22px;
  height: 22px;
}
.side__item:first-child {
  border-right: 1px solid #EBECF7;
}
.side__item .heading {
  background: #F9F8FE;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #4F597E;
  padding: 14px 20px;
}
@media screen and (max-width: 768px) {
  .side__item {
    min-width: 100%;
  }
  .side__item:first-child {
    border-right: none;
  }
}

/* soc */
.soc {
  gap: 7px;
}
.soc-link {
  width: 30px;
  height: 30px;
  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: 4px;
  border: 1px solid #EBECF7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.soc-link svg {
  fill: #A9A9BF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.soc-link:hover svg {
  fill: #fff;
}
.soc_dark .soc-link {
  border-color: rgba(255, 255, 255, 0.4);
}
.soc-facebook:hover {
  background: #385BD8;
  border-color: #385BD8;
}
.soc-twitter:hover {
  background: #0B0B0B;
  border-color: #0B0B0B;
}
.soc-linkedin:hover {
  background: #307AD0;
  border-color: #307AD0;
}
.soc_long {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.soc_long .soc-link {
  width: 130px;
  height: 36px;
  border-radius: 5px;
  gap: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.soc_long .soc-link span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #FFF;
}
.soc_long .soc-link svg {
  fill: #fff;
}
.soc_long .soc-twitter {
  background: #0B0B0B;
}
.soc_long .soc-twitter:hover {
  background: #393B3D;
}
.soc_long .soc-facebook {
  background: #385BD8;
}
.soc_long .soc-facebook:hover {
  background: #4E72F0;
}
.soc_long .soc-linkedin {
  background: #307AD0;
}
.soc_long .soc-linkedin:hover {
  background: #4B98F1;
}
@media screen and (max-width: 768px) {
  .soc_long {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .soc_long .soc-link {
    width: 36px;
    height: 36px;
  }
  .soc_long .soc-link span {
    display: none;
  }
}

.share {
  border-top: 1px solid #EBECF7;
  border-bottom: 1px solid #EBECF7;
  padding: 35px 0;
}
.share .heading {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .share {
    padding: 25px 0;
  }
  .share .heading {
    text-align: center;
  }
}

/* rating star */
.rating {
  -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;
}
.rating-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4F597E;
}
.rating-block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.rating__item {
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--star");
}
.rating__item.active {
  background-image: url("../img/sprite.svg#sprite--star-active");
}
.rating__item.rating-select {
  background-image: url("../img/sprite.svg#sprite--star-active");
}
.rating-total {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: #1B1C1D;
}

/* rating circle */
.rating-circle {
  text-align: center;
}
.rating-circle.flexbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating-circle.flexbox .rating-body {
  margin-bottom: 0;
}
.rating-circle.perfect .rating-heading {
  color: #1CB87E;
}
.rating-circle.perfect .circle {
  stroke: #1CB87E;
}
.rating-circle.normal .rating-heading {
  color: #FFD206;
}
.rating-circle.normal .circle {
  stroke: #FFD206;
}
.rating-circle.bad .rating-heading {
  color: #E93E3A;
}
.rating-circle.bad .circle {
  stroke: #E93E3A;
}
.rating-body {
  position: relative;
  height: 50px;
  margin-bottom: 10px;
}
.rating-procent {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #1B1C1D;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rating-heading {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.rating-svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 50px;
  height: 50px;
}
.rating-svg circle {
  fill: none;
  stroke-width: 3;
}

.circle_bg {
  stroke: #F9F8FE;
}

/* rating reputation */
.rating-reputation .rating-heading {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.rating-reputation .rating-heading span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.rating-reputation.perfect .rating-heading {
  color: #1CB87E;
}
.rating-reputation.normal .rating-heading {
  color: #FFD206;
}
.rating-reputation.bad .rating-heading {
  color: #E93E3A;
}

/* progress */
.progress-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.progress-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 6px;
}
.progress-bg, .progress-bar {
  height: 6px;
  border-radius: 20px;
}
.progress-bg {
  width: 100%;
  background: #F7F5FF;
}
.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
}
.progress-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #4F597E;
  margin-bottom: 4px;
}
.progress-total {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #1B1C1D;
}
.progress.perfect .progress-bar {
  background: #1CB87E;
}
.progress.normal .progress-bar {
  background: #FFD206;
}
.progress.bad .progress-bar {
  background: #E93E3A;
}

/* 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: 3px;
  height: 20px;
}

.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 {
  height: 20px;
}

.scroll::-webkit-scrollbar-thumb:horizontal {
  min-width: 3px;
}

.scroll::-webkit-scrollbar-track-piece:end {
  margin-bottom: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
  margin-top: 10px;
}

/* 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 {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  .table_scroll table {
    width: 700px;
  }
}

table {
  border-radius: 10px;
  border: 1px solid #EBECF7;
  border-collapse: separate;
  background: #fff;
  overflow: hidden;
  margin-bottom: 25px;
}
table th, table td {
  vertical-align: middle;
  text-align: left;
  padding: 14px 20px;
}
table th {
  background: #F9F8FE;
  color: #4F597E;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #EBECF7;
}
table td {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
table td:not(:last-child) {
  border-right: 1px solid #EBECF7;
}
table tr:not(:last-child) td {
  border-bottom: 1px solid #EBECF7;
}
table img {
  margin-bottom: 0;
}

.table-bonus th:not(:last-child) {
  border-right: 1px solid #EBECF7;
}
.table-bonus td:first-child {
  background: #F9F8FE;
}

/* form */
form input, form textarea {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #EBECF7;
  background: #FFF;
  font-family: "Poppins";
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #1B1C1D;
  padding-left: 15px;
  padding-right: 32px;
}
form input {
  height: 40px;
  line-height: 38px;
}
form textarea {
  padding-top: 15px;
}
form .forminput {
  position: relative;
}
form .forminput .icon {
  position: absolute;
  display: none;
  right: 10px;
}
form .forminput .icon-not {
  width: 10px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--not");
  top: calc(50% - 5px);
}
form .forminput .icon-ok {
  width: 12px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--ok");
  top: calc(50% - 6px);
}
form p {
  color: #2B2F33;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

button {
  font-family: "Poppins";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #7C848C;
  opacity: 1;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #7C848C;
  opacity: 1;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #7C848C;
  opacity: 1;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #7C848C;
  opacity: 1;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

input::placeholder, textarea::placeholder {
  color: #7C848C;
  opacity: 1;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #7C848C;
  opacity: 1;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #7C848C;
  opacity: 1;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #7C848C;
  opacity: 1;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #7C848C;
  opacity: 1;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
input:not(:focus):-moz-placeholder-shown ~ .icon-ok, textarea:not(:focus):-moz-placeholder-shown ~ .icon-ok {
  display: none;
}
input:not(:focus):-ms-input-placeholder ~ .icon-ok, textarea:not(:focus):-ms-input-placeholder ~ .icon-ok {
  display: none;
}
input:not(:focus):placeholder-shown ~ .icon-ok, textarea:not(:focus):placeholder-shown ~ .icon-ok {
  display: none;
}
input:focus:valid ~ .icon-ok, textarea:focus:valid ~ .icon-ok {
  display: block;
}
input:valid ~ .icon-ok, textarea:valid ~ .icon-ok {
  display: block;
}
input:valid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-ok, textarea:valid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-ok {
  display: block;
}
input:valid:not(:focus):not(:-ms-input-placeholder) ~ .icon-ok, textarea:valid:not(:focus):not(:-ms-input-placeholder) ~ .icon-ok {
  display: block;
}
input:valid:not(:focus):not(:placeholder-shown) ~ .icon-ok, textarea:valid:not(:focus):not(:placeholder-shown) ~ .icon-ok {
  display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-ok, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-ok {
  display: none;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-ok, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-ok {
  display: none;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .icon-ok, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .icon-ok {
  display: none;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-not, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-not {
  display: block;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-not, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-not {
  display: block;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .icon-not, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .icon-not {
  display: block;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  color: #7C848C;
  font-size: 15px;
  font-weight: 400;
}

.check {
  position: relative;
  display: block;
  color: #1B1C1D;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  cursor: pointer;
  padding-left: 20px;
}
.check:not(:last-child) {
  margin-bottom: 10px;
}

.check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.check-box {
  position: absolute;
  left: 0px;
  top: 3px;
  height: 14px;
  width: 14px;
  border: 1px solid #EBECF7;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.check-box::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-green");
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.check-body {
  display: block;
}

.check-input:checked + .check-body .check-box::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* range */
.irs {
  font-family: "Poppins";
}

.irs--round {
  width: 245px;
  padding-right: 10px;
}
.irs--round .irs {
  height: 50px;
  padding-bottom: 20px;
}
.irs--round .irs-single {
  display: none;
}
.irs--round .irs-handle {
  top: 16px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #EBECF7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.irs--round .irs-handle:hover, .irs--round .irs-handle.state_hover {
  border-color: #1CB87E;
  background: #fff;
}
.irs--round .irs-line {
  top: 20px;
  border-radius: 2px;
  background: #EBECF7;
}
.irs--round .irs-bar {
  top: 20px;
  background: #1CB87E;
}
.irs--round .irs-from, .irs--round .irs-to {
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #1B1C1D;
  padding: 0;
}
.irs--round .irs-from::before, .irs--round .irs-to::before {
  display: none;
}
.irs--round .irs-max, .irs--round .irs-min {
  background: #fff;
  color: #1B1C1D;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  top: auto;
  bottom: 0;
  padding: 0;
  visibility: visible !important;
}
.irs--round .irs-min::after {
  content: " Min";
}
.irs--round .irs-max::after {
  content: " Max";
}

/* blockquote */
blockquote {
  position: relative;
  border-radius: 10px;
  border: 1px solid #E8EBFE;
  padding: 20px 20px 20px 60px;
  margin-bottom: 25px;
}
blockquote::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--quote-icon");
  top: 20px;
  left: 20px;
}
blockquote p {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #1B1C1D;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  blockquote {
    padding: 70px 20px 20px;
  }
}

/* tablecontent */
.tablecontent {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  padding: 20px;
  margin-bottom: 25px;
}
.tablecontent .heading {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 20px 0 31px;
}
.tablecontent .heading::before, .tablecontent .heading::after {
  position: absolute;
  content: "";
}
.tablecontent .heading::before {
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--listing-icon");
  top: calc(50% - 8px);
  left: 0;
}
.tablecontent .heading::after {
  width: 18px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--down");
  right: 0;
  top: calc(50% - 5px);
}
.tablecontent-list {
  counter-reset: number;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}
.tablecontent-list li {
  line-height: 20px;
}
.tablecontent-list li:not(:last-child) {
  margin-bottom: 12px;
}
.tablecontent-list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #2B2F33;
  text-decoration: none;
}
.tablecontent-list li a::before {
  counter-increment: number;
  content: counter(number) ". ";
}
.tablecontent-list li a:hover {
  color: #6466FB;
}
.tablecontent.open .tablecontent-list {
  max-height: 1000px;
  padding-top: 15px;
}

/* tip */
.tip {
  position: relative;
  border-radius: 10px;
  background: rgba(28, 184, 126, 0.05);
  padding: 20px 20px 20px 60px;
  margin-bottom: 25px;
}
.tip::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--tip-icon");
  top: 20px;
  left: 20px;
}
.tip p {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #1B1C1D;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .tip {
    padding: 70px 20px 20px;
  }
}

/* container */
main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 40px;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.container_thin {
  max-width: 896px;
  padding: 0 20px;
  margin: 0 auto;
}

.logo img {
  margin-bottom: 0;
}

/* content */
.content {
  gap: 40px 0;
}
@media screen and (min-width: 993px) {
  .content .main {
    width: calc(100% - 397px);
  }
  .content .aside {
    width: 367px;
  }
}

.main, .aside {
  width: 100%;
}

/* header */
.header {
  position: relative;
  z-index: 102;
  border-bottom: 1px solid #E8EBFE;
  background: #fff;
  padding: 22px 0;
}
.header .container {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
.header .menu-link {
  position: relative;
  z-index: 10;
}
.header .menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu__item svg {
  fill: #3A3D40;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu__item:hover .menu-link {
  color: #6466FB;
}
.header .menu__item:hover svg {
  fill: #6466FB;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header .menu__item:hover .submenu {
  max-height: 300px;
  border-top: 3px solid #6466FB;
  padding: 12px 5px 12px 10px;
}
.header .menu-icon {
  left: -22px;
}
.header .downmenu {
  position: absolute;
  z-index: 5;
  top: 34px;
  left: calc(50% - 100px);
}
.header .submenu {
  width: 200px;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: -10px 8px 60px 0px rgba(141, 125, 152, 0.25);
          box-shadow: -10px 8px 60px 0px rgba(141, 125, 152, 0.25);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 5px 0 10px;
}
.header .submenu-link {
  display: block;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .submenu-link:hover {
  background: #F9F8FE;
  padding-left: 25px;
}
.header .submenu-link:hover .menu-icon {
  left: 10px;
}
.header .lang__item:not(:last-child) {
  margin-bottom: 12px;
}
.header .lang-block {
  position: absolute;
  z-index: 5;
  top: 24px;
  left: calc(50% - 25px);
  width: 50px;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: -10px 8px 60px 0px rgba(141, 125, 152, 0.25);
          box-shadow: -10px 8px 60px 0px rgba(141, 125, 152, 0.25);
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 5px;
}
.header .lang-inner {
  height: 192px;
  padding: 12px 0;
}
.header .lang:hover .lang-block {
  height: 192px;
}

/* menu */
.menu {
  gap: 25px;
}
.menu a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.menu-link {
  color: #3A3D40;
}
.menu-icon {
  width: 11px;
  height: 22px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 11px);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.submenu {
  margin-bottom: 0;
  margin-left: 0;
}
.submenu-link {
  position: relative;
  display: block;
  color: #4F597E;
  padding: 6px 10px;
}

/* arrow menu animation */
.arrow {
  opacity: 0;
  position: absolute;
  left: 33%;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.arrow-first {
  -webkit-animation: arrow-movement 2s ease-in-out infinite;
          animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-second {
  -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
          animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
  background: #6466FB;
  content: "";
  display: block;
  height: 2px;
  width: 5.5px;
  position: absolute;
  top: 0;
  left: 0;
}

.arrow:before {
  -webkit-transform: rotate(45deg) translateX(-5%);
      -ms-transform: rotate(45deg) translateX(-5%);
          transform: rotate(45deg) translateX(-5%);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.arrow:after {
  -webkit-transform: rotate(-45deg) translateX(5%);
      -ms-transform: rotate(-45deg) translateX(5%);
          transform: rotate(-45deg) translateX(5%);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 15%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 15%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* lang */
.lang {
  position: relative;
}
.lang img {
  width: 26px;
  min-width: 26px;
  height: 18px;
  margin-bottom: 0;
}
.lang-block {
  overflow: hidden;
  border-radius: 10px;
}
.lang.flexbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

/* hamburger */
.hamburger {
  display: none;
  width: 32px;
  height: 18px;
  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;
  margin-left: auto;
}

.hamburger:hover, .hamburger.is_active:hover {
  opacity: 0.7;
}

.hamburger.is_active .hamburger-box {
  width: 32px;
}

.hamburger.is_active .hamburger-inner {
  background-color: #1B1C1D;
}

.hamburger.is_active .hamburger-inner::before,
.hamburger.is_active .hamburger-inner::after {
  background-color: #1B1C1D;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
}

.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: #1B1C1D;
}

.hamburger-inner::before, .hamburger-inner::after {
  background-color: #1B1C1D;
  right: 0;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  width: 32px;
  top: 6px;
}

.hamburger-inner::after {
  width: 32px;
  bottom: 6px;
}

.hamburger_spin .hamburger-inner {
  width: 32px;
  -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: 32px;
  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: 20px 0;
  }
  .header-navigation {
    display: none;
  }
  .hamburger {
    display: block;
  }
}
/* navigation mob */
.navigation-mobile {
  position: fixed;
  z-index: 101;
  width: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 60px;
}
.navigation-mobile.open {
  width: 100%;
}
.navigation-mobile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 20px;
}
.navigation-mobile .menu {
  margin-bottom: 30px;
}
.navigation-mobile .menu__item {
  border-bottom: 1px solid #EBECF7;
  padding: 15px 0;
}
.navigation-mobile .menu__item.flexbox {
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation-mobile .menu__item.open .menu-btn {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.navigation-mobile .menu__item.open .downmenu {
  padding-top: 15px;
}
.navigation-mobile .menu__item.open .downmenu .submenu {
  max-height: 500px;
  padding: 10px 15px;
}
.navigation-mobile .menu-icon {
  left: 0;
}
.navigation-mobile .menu-btn {
  width: 11px;
  height: 6px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--menu-mob");
}
.navigation-mobile .downmenu {
  min-width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation-mobile .submenu {
  border-radius: 10px;
  background: #F9F8FE;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
}
.navigation-mobile .submenu-link {
  padding: 6px 10px;
  padding-left: 20px;
}
.navigation-mobile .lang {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  margin-top: auto;
  margin-bottom: 20px;
}
.navigation-mobile .lang-block {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 5px;
}
.navigation-mobile .lang-inner {
  max-width: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px 0;
}
.navigation-mobile .lang-list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px;
}
.navigation-mobile .lang.open .lang-block {
  border: 1px solid #EBECF7;
  padding-right: 12px;
}
.navigation-mobile .lang.open .lang-inner {
  max-width: 192px;
  padding: 12px;
}
@media screen and (min-width: 450px) {
  .navigation-mobile.open {
    width: 320px;
  }
}

/* promo */
.promo {
  background: #432AAA;
  padding: 20px 0 40px;
  margin-bottom: 40px;
}
.promo h1 {
  color: #fff;
}
.promo-main {
     padding: 60px 0 50px;
    margin-bottom: 10px;
}
.promo-main .info {
  margin-bottom: 0;
}
.promo .info-title {
  color: #D1C8DF;
}
.promo .info-descr {
  color: #fff;
}
.promo-author {
  color: #D1C8DF;
}
.promo-author-header {
  margin-bottom: 20px;
}
.promo-author-header h1 {
  margin-bottom: 0;
}
.promo-author-info {
  width: 168px;
}
.promo-author-info img {
  width: 168px;
  height: 173px;
  border-radius: 10px;
  margin: 0;
  margin-bottom: 15px;
}
.promo-author-info .soc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo-author-info .soc-link {
  background: #F9F8FE;
}
.promo-author-info .soc-facebook {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.promo-author-info .soc-facebook:hover {
  background: #385BD8;
  border-color: #385BD8;
}
.promo-author-info .soc-twitter {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.promo-author-info .soc-twitter:hover {
  background: #0B0B0B;
  border-color: #0B0B0B;
}
.promo-author-info .soc-linkedin {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.promo-author-info .soc-linkedin:hover {
  background: #307AD0;
  border-color: #307AD0;
}
.promo-author-position {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.promo-author .text p {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 769px) {
  .promo-author {
    grid-template-areas: "img header" "img text";
    grid-gap: 0 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-rows: auto 1fr;
  }
  .promo-author-header {
    grid-area: header;
    align-self: start;
    margin-bottom: 25px;
  }
  .promo-author-header h1 {
    margin-bottom: 10px;
  }
  .promo-author-info {
    grid-area: img;
  }
  .promo-author .text {
    grid-area: text;
    align-self: start;
  }
}
@media screen and (max-width: 768px) {
  .promo-main {
    padding: 50px 0 30px;
  }
  .promo-author {
    text-align: center;
  }
  .promo-author-info {
    width: 100%;
    margin-bottom: 30px;
  }
  .promo-author-info img {
    width: 240px;
    height: 248px;
    margin: 0 auto 20px;
  }
}

/* info */
.info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.info + div, .info + figure {
  margin-top: 20px;
}
.info__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.info-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.info-descr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.info-descr a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.info-descr a:hover {
  text-decoration: underline;
}
.info img {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 5px;
  margin: 0;
}
@media screen and (max-width: 450px) {
  .info__item {
    min-width: 100%;
  }
}

/* card */
.card {
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  border-radius: 10px;
  background: #FFF;
  padding: 15px;
}
.card_top {
  gap: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-casino {
  width: 180px;
  text-align: center;
}
.card-rating {
  width: 137px;
  text-align: center;
}
.card-bonus {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 240px;
  text-align: center;
}
.card-bonus-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #363238;
  text-transform: uppercase;
}
.card-bonus .card-bonus-text {
  margin-bottom: 10px;
}
.card-bonus .btn {
  width: 100%;
}
.card-feature {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  background: #F9F8FE;
  padding: 10px 12px;
  margin-left: 0;
}
.card-feature__item {
  -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: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #4F597E;
}
.card-feature__item span {
  font-weight: 600;
  color: #1B1C1D;
  margin-left: 3px;
}
.card-feature__item img {
  margin: 0;
  margin-right: 6px;
}
.card-feature__item:not(:last-child) {
  margin-bottom: 7px;
}
.card-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-body .card-name {
  border-radius: 7px;
  background: #F9F8FE;
  display: inline-block;
  padding: 4px 8px;
}
.card .detailed {
  border-bottom: 1px solid #EBECF7;
  padding-bottom: 20px;
}
.card_bottom {
  gap: 20px;
  padding-top: 15px;
}
.card_bottom .heading {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #1B1C1D;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.card-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #6466FB;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.card-mark {
  position: absolute;
  top: 5px;
  left: 5px;
  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;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #F7F5FF;
  font-size: 12px;
  font-weight: 600;
  color: #1B1C1D;
}
.card-mark img {
  margin: 0;
}
.card-comparisone {
  position: absolute;
  top: 5px;
  right: 5px;
  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: 24px;
  height: 24px;
  border-radius: 5px;
/*   background: #F9F8FE; */
	    background: #340cff;
}
.card-comparisone svg {
/*   fill: #4F597E; */
fill: #fff;
}
.card-comparisone:hover, .card-comparisone.active {
  background: #4F597E;
}
.card-comparisone:hover svg, .card-comparisone.active svg {
  fill: #F9F8FE;
}
.card-more {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
  color: #4F597E;
  padding-right: 16px;
  margin-top: 10px;
}
.card-more::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 6px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-card");
  right: 0;
  top: calc(50% - 3px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.card .img {
  position: relative;
  border-radius: 10px;
  width: 180px;
  height: 110px;
}
.card .payment, .card .providers {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 190px;
}
.card.open .card-body {
  max-height: 1000px;
  overflow: visible;
  padding-top: 15px;
}
.card.open .card-more::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.card-bonuses {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 20px;
  margin-bottom: 25px;
}
.card-bonuses .card-bonus-text {
  max-width: 200px;
  text-align: center;
}
.card-bonuses .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 226px;
}
@media screen and (max-width: 768px) {
  .card_top {
    position: relative;
    padding-bottom: 85px;
  }
  .card-casino, .card-rating, .card-bonus, .card-feature {
    min-width: 100%;
  }
  .card-bonus .card-bonus-text {
    margin-bottom: 0;
  }
  .card-bonus .btn {
    position: absolute;
    bottom: 28px;
    left: 0;
  }
  .card .rating-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
  .card .rating-circle .rating-body {
    margin-bottom: 0;
  }
  .card .img {
    width: 100%;
    height: 120px;
  }
  .card-more {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .card_bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .card .payment, .card .providers {
    min-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .card-bonuses {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-bonuses .card-bonus-text {
    max-width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .card-bonuses .rating-circle {
    margin-bottom: 0;
  }
  .card-bonuses .btn {
    width: 100%;
    max-width: 100%;
  }
}

/* recommend */
.section-recommend .recommend {
  margin-top: -41px;
}
@media screen and (max-width: 768px) {
  .section-recommend {
    background: #432AAA;
    padding-bottom: 50px;
    margin-bottom: 40px;
    display: none;
  }
  .section-recommend .recommend {
    margin-top: 0;
  }
}

.recommend {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 10px 20px;
}
.recommend__item {
  position: relative;
  gap: 12px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 10px;
}
.recommend__item .img {
  border-radius: 7px;
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.recommend__item .card-bonus-text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.recommend__item:hover .card-bonus-text {
  color: #6466FB;
}
.recommend-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recommend .card-name {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
.recommend-mark {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-block;
  color: #E93E3A;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  text-transform: capitalize;
  border-radius: 5px;
  background: rgba(233, 62, 58, 0.1);
  padding: 5px 7px;
}

/* filter */
.filter-inner {
  margin-bottom: 40px;
}
.filter_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  margin-bottom: 20px;
}
.filter-action {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.filter-menu {
  -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;
}
.filter-btn {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  border-radius: 5px;
  border: 1px solid #EBECF7;
  color: #4F597D;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background: #FFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 7px 15px;
}
.filter-btn svg {
  fill: #4F597D;
	fill: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-btn:hover {
  color: #1B1C1D;
  border-color: #1CB87E;
}
.filter-btn:hover svg {
  fill: #1B1C1D;
}
.filter-btn-active {
  border: none;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  color: #1B1C1D;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-btn-active:hover {
  color: #6466FB;
}
.filter-btn-swap {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
	    background: #340cff;
    color: #fff;
}
.filter-btn-swap:hover {
  background: #F9F8FE;
  border-color: #EBECF7;
}
.filter-main {
  width: calc(100% - 295px);
}
.filter-aside {
  width: 275px;
}
.filter-aside_top, .filter-aside-inner {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
}
.filter-aside_top {
  padding: 12px 15px;
  margin-bottom: 10px;
}
.filter-aside-inner {
  padding: 0 15px;
}
.filter-aside .close {
  position: absolute;
  top: -26px;
  right: 0;
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close-white");
}
.filter-aside.open {
  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;
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 80px 0 30px;
}
.filter-aside.open .filter-form {
  position: relative;
  z-index: 6;
  margin-top: 220px;
}
.filter-list {
  margin-bottom: 20px;
}
.filter__item:not(:last-child) {
  margin-bottom: 20px;
}
.filter-overly {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 21, 31, 0.4);
}
.filter-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.filter-heading-title {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  color: #1B1C1D;
  padding-left: 22px;
}
.filter-heading-title::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--filter-icon");
  left: 0;
  top: calc(50% - 7px);
}
.filter-tag {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.filter-tag__item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #4F597E;
  text-transform: capitalize;
  border-radius: 5px;
  background: #F9F8FE;
  padding: 7px 15px;
  padding-left: 29px;
}
.filter-tag__item::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close");
  left: 15px;
  top: calc(50% - 4px);
}
.filter-tag-close {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #1B1C1D;
}
@media screen and (min-width: 993px) {
  .filter-aside {
    overflow: visible;
  }
  .filter-btn-active {
    display: none;
  }
  .filter-main {
    width: calc(100% - 295px);
  }
}
@media screen and (max-width: 992px) {
  .filter-aside {
    display: none;
  }
  .filter-main {
    width: 100%;
  }
  .filter-menu {
    min-width: 100%;
    border-bottom: 1px solid #EBECF7;
    padding-bottom: 20px;
  }
  .filter-action {
    min-width: 100%;
    padding-top: 20px;
  }
  .filter-action .filter-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.filters {
  padding: 15px 0;
}
.filters:not(:last-of-type) {
  border-bottom: 1px solid #EBEDF0;
}
.filters-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #1B1C1D;
  text-transform: capitalize;
  cursor: pointer;
  white-space: nowrap;
}
.filters-btn::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 8px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-filter");
  right: 0;
  top: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.filters-btn img {
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin: 0;
}
.filters.open .filters-btn {
  padding-bottom: 10px;
}
.filters.open .filters-btn::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.filters.open .filters-body {
  max-height: 190px;
}

.filters-body {
  max-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* adv */
.adv {
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}
.adv-title {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #4F597E;
  padding-left: 22px;
}
.adv-title::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--adv");
  left: 0;
  top: calc(50% - 8px);
}
.adv-text {
  position: absolute;
  z-index: 10;
  width: 300px;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px 0;
  margin-left: -20px;
}
.adv-inner {
  position: relative;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 40px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px rgba(239, 221, 252, 0.5);
}
.adv-inner::before {
  position: absolute;
  content: "";
  border: 8px solid transparent;
  -webkit-transform: rotate(45deg) translateX(15px) translateY(15px);
      -ms-transform: rotate(45deg) translateX(15px) translateY(15px);
          transform: rotate(45deg) translateX(15px) translateY(15px);
  top: -26px;
  left: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(239, 221, 252, 0.5);
          box-shadow: 0 0 10px 0 rgba(239, 221, 252, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.adv-content {
  position: relative;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
}
.adv-content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.adv-content p:last-child {
  margin-bottom: 0;
}
.adv:hover .adv-text {
  padding: 30px 20px 20px;
}
.adv:hover .adv-content {
  max-height: 300px;
  padding: 12px 15px;
}
.adv:hover .adv-inner::before {
  opacity: 1;
}

/* detailed */
.detailed {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 10px 20px;
}
.detailed__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.detailed__item .progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detailed-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #1B1C1D;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .detailed {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 12px 20px;
  }
}

/* payment */
.payment-block {
  grid-template-columns: repeat(auto-fit, minmax(48px, 48px));
  grid-gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}
.payment .img {
  border-radius: 5px;
  border: 1px solid #EBECF7;
  width: 48px;
  height: 30px;
}

/* providers */
.providers-block {
  grid-template-columns: repeat(auto-fit, minmax(48px, 48px));
  grid-gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}
.providers .img {
  border-radius: 5px;
  border: 1px solid #EBECF7;
  width: 48px;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #4F597E;
}
.providers-hover {
  position: relative;
}
.providers-hover:hover .providers-wrapper {
  padding: 35px 40px 40px;
}
.providers-hover:hover .providers-down {
  max-height: 300px;
  padding: 12px 15px;
}
.providers-hover:hover .providers-inner::before {
  opacity: 1;
}
.providers-wrapper {
  position: absolute;
  z-index: 10;
  width: 274px;
  top: 0;
  left: calc(50% - 137px);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 40px 0;
}
.providers-inner {
  position: relative;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 40px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px rgba(239, 221, 252, 0.5);
}
.providers-inner::before {
  position: absolute;
  content: "";
  border: 8px solid transparent;
  -webkit-transform: rotate(45deg) translateX(15px) translateY(15px);
      -ms-transform: rotate(45deg) translateX(15px) translateY(15px);
          transform: rotate(45deg) translateX(15px) translateY(15px);
  top: -26px;
  left: calc(50% - 4px);
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(239, 221, 252, 0.5);
          box-shadow: 0 0 10px 0 rgba(239, 221, 252, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.providers-down {
  position: relative;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 7px;
  grid-template-columns: repeat(auto-fit, minmax(48px, 48px));
  grid-gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
  margin-left: 0;
}

/* languages */
.languages-list {
  margin-left: 0;
}
.languages__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #4F597E;
}
.languages__item span {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #EBECF7;
  padding: 0 6px;
}
.languages__item:not(:last-child) {
  margin-bottom: 7px;
}
.languages-block {
  position: relative;
}
.languages-block:hover .languages-wrapper {
  padding: 27px 40px 40px;
}
.languages-block:hover .languages-down {
  max-height: 300px;
  padding: 12px 15px;
}
.languages-block:hover .languages-inner::before {
  opacity: 1;
}
.languages-wrapper {
  position: absolute;
  z-index: 10;
  width: 230px;
  top: 0;
  left: calc(50% - 115px);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 40px 0;
}
.languages-inner {
  position: relative;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 40px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px rgba(239, 221, 252, 0.5);
}
.languages-inner::before {
  position: absolute;
  content: "";
  border: 8px solid transparent;
  -webkit-transform: rotate(45deg) translateX(15px) translateY(15px);
      -ms-transform: rotate(45deg) translateX(15px) translateY(15px);
          transform: rotate(45deg) translateX(15px) translateY(15px);
  top: -26px;
  left: calc(50% - 4px);
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(239, 221, 252, 0.5);
          box-shadow: 0 0 10px 0 rgba(239, 221, 252, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.languages-down {
  position: relative;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 7px;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
  margin-left: 0;
}
.languages-down__item {
  width: 16px;
  min-width: 16px;
}
.languages img {
  width: 16px;
  min-width: 16px;
  height: 12px;
  margin: 0;
}

/* additional */
.additional-list {
  margin-left: 0;
}
.additional__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #4F597E;
}
.additional__item span {
  font-weight: 600;
  color: #1B1C1D;
}
.additional__item:not(:last-child) {
  margin-bottom: 7px;
}
.additional__item img {
  margin: 0;
}

/* links */
.links {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-gap: 10px 40px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  padding: 30px 40px;
  margin-bottom: 25px;
}
.links__item {
  line-height: 20px;
}
.links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.links a svg {
  fill: #A9A9BF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.links a:hover {
  color: #6466FB;
}
.links a:hover svg {
  fill: #6466FB;
}
@media screen and (max-width: 768px) {
  .links {
    grid-gap: 15px 20px;
    padding: 20px;
  }
}

/* game */
.game {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 20px;
}
.game__item {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px #EBECF7;
          box-shadow: 0 0 0 1px #EBECF7;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.game__item:hover {
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
}
.game__item:hover .game-img::before {
  opacity: 1;
}
.game__item:hover .game-btn {
  opacity: 1;
}
.game-img {
  position: relative;
  width: 100%;
  height: 180px;
}
.game-img img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.game-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(0.01%, rgba(31, 27, 18, 0.6)), to(rgba(20, 20, 19, 0.6)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(31, 27, 18, 0.6) 0.01%, rgba(20, 20, 19, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(31, 27, 18, 0.6) 0.01%, rgba(20, 20, 19, 0.6) 100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.game_bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 15px;
}
.game-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: #2B2F33;
}
.game-rtp {
  display: inline-block;
  border-radius: 5px;
  background: rgba(100, 102, 251, 0.1);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #6466FB;
  padding: 2px 6px;
}
.game-btn {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 190px;
  top: 50%;
  left: calc(50% - 85px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.game-btn .btn {
  width: 100%;
}

/* address */
.address {
  gap: 20px;
  margin-bottom: 25px;
}
.address img {
  margin: 0;
}
.address-img img {
  width: 418px;
  height: 212px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.address-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  padding: 30px 35px;
}
.address .heading {
  font-size: 16px;
  line-height: 24px;
  color: #2B2F33;
  margin-bottom: 15px;
}
.address__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 11px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}
.address__item:not(:last-child) {
  margin-bottom: 7px;
}
.address__item img {
  width: 16px;
  min-width: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .address {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .address-block {
    min-width: 100%;
  }
}

/* step */
.step {
  counter-reset: number;
  margin-bottom: 25px;
}
.step__item:not(:last-child) {
  margin-bottom: 25px;
}
.step__item:last-child .heading::before {
  color: #fff;
  background: #1CB87E;
}
.step__item .heading {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  padding-left: 72px;
  margin-bottom: 10px;
}
.step__item .heading::before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: "step " counter(number);
  display: inline-block;
  border-radius: 5px;
  background: #EEF;
  width: 64px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #6466FB;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .step__item .heading {
    padding-left: 0;
    padding-top: 40px;
  }
  .step__item .heading::before {
    top: 0;
  }
}

/* feature */
.feature {
  border-radius: 10px;
  border: 1px solid #EBECF7;
  overflow: hidden;
  border-bottom: none;
  margin-bottom: 25px;
}
.feature__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 50%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: 1px solid #EBECF7;
  padding: 18px 15px;
}
.feature__item:nth-child(odd) {
  border-right: 1px solid #EBECF7;
}
.feature-dt {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}
.feature-dd {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .feature__item {
    min-width: 100%;
  }
}

/* igra */
.igra {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 25px 20px;
  margin-bottom: 25px;
}
.igra__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px;
}
.igra__item img {
  margin: 0;
}
.igra__item:hover .heading {
  color: #6466FB;
}
.igra_mini {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-gap: 20px;
}
.igra_mini .igra__item {
  gap: 12px;
}
.igra_mini .igra__item .heading {
  font-size: 15px;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .igra {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 20px;
  }
  .igra__item {
    padding: 15px;
  }
  .igra__item .heading {
    font-size: 15px;
    line-height: 23px;
  }
}

/* bonus */
.bonus {
  gap: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.bonus .rating-circle {
  margin-bottom: 8px;
}
.bonus .btn {
  width: 220px;
}
.bonus-rating {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bonus .card-bonus {
  max-width: 293px;
}
@media screen and (max-width: 768px) {
  .bonus {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 46px;
  }
  .bonus .img {
    min-width: 100%;
  }
  .bonus .rating-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .bonus .rating-circle .rating-body {
    margin-bottom: 0;
  }
  .bonus .card-bonus-text {
    margin-bottom: 10px;
  }
  .bonus .card-bonus .btn {
    position: static;
  }
  .bonus-bonus {
    max-width: 100%;
    min-width: 100%;
  }
  .bonus .view {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* counter */
.counter {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  padding: 20px;
  margin-bottom: 30px;
}
.counter .heading {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  padding-left: 22px;
  margin-bottom: 15px;
}
.counter .heading::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--time-icon");
  left: 0;
  top: calc(50% - 8px);
}
.counter-block {
  gap: 10px;
}
.counter__item {
  border-radius: 5px;
  background: #F7F5FF;
  text-align: center;
  color: #6466FB;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 5px;
}
.counter-time {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 2px;
}
.counter-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .counter-time {
    font-size: 24px;
    line-height: 32px;
  }
  .counter-text {
    font-size: 12px;
    line-height: 18px;
  }
}

/* aside bonus */
.aside-bonus {
  margin-bottom: 30px;
}
.aside-bonus__item {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  padding: 20px;
}
.aside-bonus__item:not(:last-child) {
  margin-bottom: 15px;
}
.aside-bonus_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px;
  margin-bottom: 10px;
}
.aside-bonus .img {
  width: 90px;
  height: 90px;
  border-radius: 7px;
}
.aside-bonus-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.aside-bonus .card-name {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.aside-bonus .card-bonus-text {
  font-size: 18px;
  line-height: 26px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.aside-bonus .btn {
  width: 100%;
}

/* aside-sbscr */
.aside-sbscr {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  padding: 20px;
}
.aside-sbscr .heading {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  padding-left: 28px;
  margin-bottom: 6px;
}
.aside-sbscr .heading::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--letter-icon");
  left: 0;
  top: calc(50% - 9px);
}
.aside-sbscr-form input {
  background: #fff;
}
.aside-sbscr-form .formgroup {
  margin-bottom: 10px;
}
.aside-sbscr-form .btn {
  width: 100%;
}

/* review-sbscr */
.review-sbscr {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  overflow: hidden;
  margin-bottom: 25px;
}
.review-sbscr picture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 366px;
}
.review-sbscr img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.review-sbscr .heading {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  padding-left: 26px;
  margin-bottom: 6px;
}
.review-sbscr .heading::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--gift-icon-blue");
  left: 0;
  top: 4px;
}
.review-sbscr-form .formgroup {
  margin-bottom: 17px;
}
.review-sbscr-form .check {
  margin-bottom: 15px;
}
.review-sbscr-form .btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .review-sbscr .heading {
    font-size: 16px;
    line-height: 24px;
  }
  .review-sbscr-form .check {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 650px) {
  .review-sbscr picture, .review-sbscr img {
    height: 266px;
    width: 100%;
    min-width: 100%;
  }
}

.sbscr-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 40px 20px 20px;
}
@media screen and (max-width: 650px) {
  .sbscr-text {
    min-width: 100%;
    padding: 25px 20px;
  }
}

/* review */
.review-card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  gap: 30px 20px;
  padding: 0;
  margin-bottom: 40px;
}
.review-logo {
  width: 272px;
  text-align: center;
}
.review-logo .img {
  width: 100%;
  height: 142px;
  margin-bottom: 20px;
}
.review-logo .rating-circle {
  margin-bottom: 20px;
}
.review-logo .btn {
  width: 100%;
}
.review-block .card-bonus-text {
  margin-bottom: 10px;
}
.review .detailed {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  padding: 25px;
}
.review .detailed__item:not(:last-child) {
  margin-bottom: 22px;
}
.review .detailed .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
.review .detailed .progress-title {
  width: 160px;
  min-width: 160px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.review .detailed .progress-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 15px;
}
.review .detailed .progress-total {
  font-size: 14px;
  line-height: 20px;
}
.review-info {
  border-radius: 10px;
  border: 1px solid #EBECF7;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 25px;
}
.review-dl {
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.review-dl:not(:last-child) .review-dt, .review-dl:not(:last-child) .review-dd {
  border-bottom: 1px solid #EBECF7;
}
.review-dt {
  width: 230px;
  min-width: 230px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #2B2F33;
  border-right: 1px solid #EBECF7;
  background: #F9F8FE;
  padding: 15px;
}
.review-dt img {
  width: 16px;
  min-width: 16px;
  margin: 0;
}
.review-dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #2B2F33;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .review-logo {
    width: 100%;
    min-width: 100%;
  }
  .review-dt {
    width: 160px;
    min-width: 160px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .review-dt img {
    margin-top: 4px;
  }
}
@media screen and (max-width: 550px) {
  .review .detailed__item:not(:last-child) {
    margin-bottom: 12px;
  }
  .review .detailed .progress {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review .detailed .progress-title {
    min-width: 100%;
  }
}

/* payments */
.payments {
  margin-bottom: 25px;
}
.payments__item {
  border-radius: 10px;
  background: #F9F8FE;
  gap: 7px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
}
.payments__item:not(:last-child) {
  margin-bottom: 8px;
}
.payments-dt {
  width: 180px;
  min-width: 180px;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}
.payments-dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .payments__item {
    padding: 15px;
  }
  .payments__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .payments-dt {
    width: 100%;
    min-width: 100%;
  }
}

/* overview */
.overview {
  margin-bottom: 25px;
}
.overview_top {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 20px;
  margin-bottom: 20px;
}
.overview_bottom {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
.overview__item {
  border-radius: 10px;
  background: #F9F8FE;
  border: 1px solid #EBECF7;
  padding: 20px;
}
.overview-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #4F597E;
  margin-bottom: 5px;
}
.overview-heading img {
  width: 14px;
  min-width: 14px;
  margin: 0;
}
.overview-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  color: #1B1C1D;
}
@media screen and (max-width: 768px) {
  .overview_top, .overview_bottom {
    grid-gap: 15px;
  }
}

/* chart */
.chart {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}
.chart-block {
  gap: 20px;
}
.chart-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.chart-info .heading {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.chart__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid #EBECF7;
  background: #FFF;
  padding: 25px;
  padding-top: 67px;
}
.chart__item p {
  margin-bottom: 0;
}
.chart-one .pieChart--detail--percentage::before {
  background: #1CB87E;
}
.chart-two .pieChart--detail--percentage::before {
  background: #EBECF7;
}
@media screen and (max-width: 768px) {
  .chart {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
  .chart-info {
    min-width: 100%;
    max-width: 100%;
  }
}

#pieChart {
  position: relative;
  width: 250px;
  height: 250px;
}
#pieChart img {
  position: absolute;
  max-width: 120px;
  max-height: 120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.pieChart--detail--percentage {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: #1B1C1D;
  padding-left: 24px;
}
.pieChart--detail--percentage::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  top: calc(50% - 7px);
  left: 0;
}

.pieChart--center--innerCircle {
  fill: #fff;
}

.pieChart--center--outerCircle {
  fill: #fff;
}

.pieChart__gray {
  fill: #EBECF7;
}

.pieChart__green {
  fill: #1CB87E;
}

/**
 * Helper classes
 */
.hidden {
  display: none;
}

/* live */
.live {
  border-radius: 10px;
  border: 1px solid #EBECF7;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 25px;
}
.live-dl:not(:last-child) {
  border-bottom: 1px solid #EBECF7;
}
.live-dt, .live-dd {
  font-size: 15px;
  line-height: 23px;
  padding: 18px 15px;
}
.live-dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  min-width: 200px;
  font-weight: 600;
  background: #F9F8FE;
  border-right: 1px solid #EBECF7;
}
.live-dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .live-dt {
    width: 140px;
    min-width: 140px;
  }
}

/* vendors */
.vendors {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 20px;
  margin-bottom: 25px;
}
.vendors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  padding: 20px;
}
.vendors__item img {
  margin: 0;
}
.vendors-count {
  color: #4F597E;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .vendors {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

/* support */
.support {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 10px 20px;
  margin-bottom: 25px;
}
.support__item {
  border-radius: 10px;
  background: #F9F8FE;
  padding: 20px;
}
.support-heading {
  -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;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #4F597E;
  margin-bottom: 5px;
}
.support-heading img {
  width: 14px;
  min-width: 14px;
  margin: 0;
}
.support-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  color: #1B1C1D;
}

/* responsible */
.responsible {
  margin-bottom: 25px;
}
.responsible__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #F9F8FE;
  border-radius: 10px;
}
.responsible__item:not(:last-child) {
  margin-bottom: 8px;
}
.responsible-dt, .responsible-dd {
  padding: 18px 20px;
}
.responsible-dt {
/*   width: 160px; */
	    width: 40%;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  min-width: 140px;
}
.responsible-dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.responsible .check-list {
  margin-bottom: 0;
}

/* related */
.related {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 20px;
  margin-bottom: 20px;
}
.related__item {
  text-align: center;
}
.related__item .img {
  width: 100%;
  height: 100px;
  margin-bottom: 12px;
}
.related__item .rating-reputation {
  margin-bottom: 12px;
}
.related__item .rating-reputation .rating-heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related__item .rating-reputation .rating-count {
  margin-right: 4px;
}
.related__item .card-bonus-text {
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.related__item:hover .card-bonus-text {
  color: #6466FB;
}
@media screen and (max-width: 768px) {
  .related__item .img {
    height: 120px;
  }
}

/* written */
.written {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  gap: 15px 40px;
  padding: 25px;
  margin-bottom: 25px;
}
.written-written {
  text-align: center;
}
.written-written img {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.written-position {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4F597D;
}
.written-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1B1C1D;
}
.written-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.written .text {
  margin-bottom: 20px;
}
.written .text p {
  font-size: 15px;
  line-height: 23px;
}
.written_bottom {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .written-written {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .written-written img {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
  }
  .written-text {
    min-width: 100%;
  }
}

/* comment */
.comment {
  margin-bottom: 25px;
}
.comment-block {
  margin-bottom: 20px;
}
.comment__item {
  border-radius: 10px;
  border: 1px solid #EBECF7;
  padding: 20px 25px;
}
.comment__item:not(:last-child) {
  margin-bottom: 20px;
}
.comment_top {
  gap: 20px;
  margin-bottom: 15px;
}
.comment_top time {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4F597D;
}
.comment-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  color: #1B1C1D;
  margin-bottom: 3px;
}
.comment-form {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  padding: 30px;
}
.comment-form-header {
  gap: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.comment-form .heading {
  font-size: 18px;
  line-height: 28px;
}
.comment-form .formgroup {
  gap: 0 10px;
}
.comment-form .formgroup .forminput {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 10px;
}
.comment-form .side {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  border: none;
  margin-bottom: 10px;
}
.comment-form .side__item {
  max-width: 393px;
  position: relative;
  border-radius: 7px;
  border: 1px solid #EBECF7;
  cursor: pointer;
  overflow: hidden;
  padding: 8px 10px;
}
.comment-form .side__item::before {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  color: #7C848C;
  border-radius: 7px;
  padding-left: 15px;
}
.comment-form .side__item.open::before {
  display: none;
}
.comment-form .side-cons::before {
  content: "Cons";
}
.comment-form .side-cons .side-label::before {
  width: 22px;
  height: 22px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--not-icon");
}
.comment-form .side-pros::before {
  content: "Pros";
}
.comment-form .side-pros .side-label::before {
  width: 22px;
  height: 22px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-icon");
}
.comment-form .side-label {
  position: relative;
  display: block;
}
.comment-form .side-label + .side-label {
  margin-top: 10px;
}
.comment-form .side-label .input {
  padding-left: 37px;
}
.comment-form .side-label::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 2px;
}
.comment-form .btn {
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .comment-block + .btn {
    width: 100%;
  }
  .comment_top {
    margin-bottom: 20px;
  }
  .comment__item {
    position: relative;
    padding-bottom: 55px;
  }
  .comment__item .rating {
    position: absolute;
    bottom: 20px;
    left: 25px;
  }
  .comment-form .formgroup .forminput {
    min-width: 100%;
  }
  .comment-form .side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comment-form .side__item {
    min-width: 100%;
    max-width: 100%;
  }
}

/* comparison */
.comparison {
  margin-top: 25px;
}
.comparison table {
  border-radius: 0;
  border: 0;
}
.comparison table td, .comparison table th {
  vertical-align: top;
  width: 1%;
  border: none;
  padding: 20px 15px;
}
.comparison table td:first-child, .comparison table th:first-child {
  padding-left: 0;
}
.comparison table td:last-child, .comparison table th:last-child {
  padding-right: 0;
}
.comparison table th {
  background: #fff;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.comparison table th .img {
  position: relative;
  width: 100%;
  height: 136px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.comparison table th .img .close {
  position: absolute;
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close-white");
  top: 10px;
  right: 10px;
}
.comparison table tr:last-child td {
  border-bottom: 1px solid #EBECF7;
}
.comparison table p {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  color: #1B1C1D;
  margin-bottom: 0;
}
.comparison .btn {
  width: 100%;
}
.comparison .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  color: #4F597E;
  margin-bottom: 10px;
}
.comparison-td {
  border-radius: 10px;
}
.comparison-bonus {
  width: calc(100% + 20px);
  border: 1px dashed #1CB87E;
  background: #F7FFFC;
  padding: 10px 9px 8px 12px;
  margin: -10px -10px -10px -10px;
}
.comparison .payment .img, .comparison .providers .img {
  width: 46px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .comparison table td {
    padding: 15px 10px;
  }
  .comparison table td:first-child {
    padding-left: 0;
  }
  .comparison table td:last-child {
    padding-right: 0;
  }
  .comparison table tr:first-child .img {
    max-width: 100%;
    height: 110px;
    margin-bottom: 15px;
  }
  .comparison .title {
    margin-bottom: 8px;
  }
}

/* note */
.note-block {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px 30px;
}
.note-block .note-img {
  height: 205px;
}
.note-block + .btn {
  width: 370px;
  margin-top: 20px;
}
.note-mini .note-block {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.note-mini .note-img {
  height: 160px;
}
.note__item {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
}
.note__item:hover .heading {
  color: #6466FB;
}
.note__item:hover .link {
  color: #6466FB;
}
.note__item:hover .link svg {
  fill: #6466FB;
}
.note-img {
  width: 100%;
}
.note-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.note-body {
  padding: 15px 20px 20px;
}
.note-body .heading {
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 8px;
}
.note-body time {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4F597D;
  display: block;
}
.note .text {
  text-transform: capitalize;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 25px;
}
.note .link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 20px;
}
.note .link svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .note-block .note-img {
    height: 180px;
  }
}
@media screen and (max-width: 450px) {
  .note-block + .btn {
    width: 100%;
  }
}

/* popup */
.popup {
  position: fixed;
  z-index: 111;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

/* cookies */
.cookies {
  display: block;
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px -10px 40px 0px rgba(239, 221, 252, 0.3);
          box-shadow: 0px -10px 40px 0px rgba(239, 221, 252, 0.3);
  padding: 15px 0;
}
.cookies .container {
  gap: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookies p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.cookies p::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--cookie-icon");
  left: 0;
  top: 0;
}
.cookies-btn {
  gap: 15px;
  margin-left: auto;
}
.cookies-btn .btn {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .cookies p, .cookies-btn {
    min-width: 100%;
  }
  .cookies-btn .btn {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* popup bonus */
.popup-bonus {
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  width: 1000px;
}
.popup-bonus .heading {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #432AAA;
  padding: 20px;
  padding-right: 30px;
}
.popup-bonus .heading span {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  padding-left: 32px;
}
.popup-bonus .heading span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 22px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--gift-icon");
  left: 0;
  top: calc(50% - 11px);
}
.popup-bonus .heading .close {
  position: absolute;
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close-white");
  top: calc(50% - 8px);
  right: 20px;
}
@media screen and (max-width: 1040px) {
  .popup-bonus {
    width: calc(100% - 40px);
    left: 20px;
    -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .popup-bonus .heading {
    padding: 15px;
    padding-right: 30px;
  }
  .popup-bonus .heading span {
    font-size: 18px;
    line-height: 24px;
  }
}

.bonuses {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 35px 40px;
}
.bonuses__item {
  position: relative;
  z-index: 1;
  max-width: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: -10px 8px 60px 0px rgba(141, 125, 152, 0.25);
          box-shadow: -10px 8px 60px 0px rgba(141, 125, 152, 0.25);
  border-radius: 10px;
  background: #FFF;
  text-align: center;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  padding: 25px 20px 20px;
}
.bonuses__item:not(:first-child) {
  margin-left: -40px;
}
.bonuses__item .img {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.bonuses__item .btn {
  width: 100%;
  margin-bottom: 8px;
}
.bonuses .rating-circle {
  margin-bottom: 15px;
}
.bonuses-bonus {
  border-radius: 7px;
  background: #F9F8FE;
  color: #363238;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  padding: 10px 8px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .bonuses__item:hover:nth-child(1) {
    -webkit-animation-name: swing-first;
            animation-name: swing-first;
  }
  .bonuses__item:hover:nth-child(2) {
    -webkit-animation-name: swing-second;
            animation-name: swing-second;
  }
  .bonuses__item:hover:nth-child(3) {
    -webkit-animation-name: swing-last;
            animation-name: swing-last;
  }
}
@media screen and (max-width: 768px) {
  .bonuses {
    gap: 12px;
    padding: 12px;
  }
  .bonuses__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    min-width: 100%;
  }
  .bonuses__item:not(:first-child) {
    margin-left: 0;
  }
  .bonuses__item .img {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
  }
  .bonuses__item .img img {
    width: auto;
    height: auto;
  }
  .bonuses__item .btn {
    min-width: 100%;
    margin-bottom: 0;
  }
  .bonuses__item .view {
    display: none;
  }
  .bonuses .rating-circle {
    display: none;
  }
  .bonuses-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
  }
}

@-webkit-keyframes swing-first {
  0% {
    z-index: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  100% {
    z-index: 2;
    -webkit-transform: translateX(25px) scale(1.1);
            transform: translateX(25px) scale(1.1);
  }
}

@keyframes swing-first {
  0% {
    z-index: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  100% {
    z-index: 2;
    -webkit-transform: translateX(25px) scale(1.1);
            transform: translateX(25px) scale(1.1);
  }
}
@-webkit-keyframes swing-second {
  0% {
    z-index: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    z-index: 2;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes swing-second {
  0% {
    z-index: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    z-index: 2;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes swing-last {
  0% {
    z-index: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  100% {
    z-index: 2;
    -webkit-transform: translateX(-25px) scale(1.1);
            transform: translateX(-25px) scale(1.1);
  }
}
@keyframes swing-last {
  0% {
    z-index: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  100% {
    z-index: 2;
    -webkit-transform: translateX(-25px) scale(1.1);
            transform: translateX(-25px) scale(1.1);
  }
}
/* popup sbscr */
.popup-sbscr {
  border-radius: 20px;
  background: #FFF;
  width: 750px;
  overflow: hidden;
}
.popup-sbscr .close {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close");
  top: 20px;
  right: 20px;
}
.popup-sbscr .popup-body {
  position: relative;
  padding: 40px;
  padding-left: 310px;
}
.popup-sbscr .popup-body::before {
  position: absolute;
  content: "";
  width: 270px;
  height: 100%;
  background-image: url("../img/bg-sbscr@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
}
.popup-sbscr .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}
.popup-sbscr .text {
  margin-bottom: 20px;
}
.popup-sbscr .text p {
  font-size: 14px;
  line-height: 20px;
}
.popup-sbscr-form .forminput {
  margin-bottom: 15px;
}
.popup-sbscr-form .check {
  color: #2B2F33;
  margin-bottom: 15px;
}
.popup-sbscr-form input {
  height: 50px;
  line-height: 50px;
}
.popup-sbscr-form .btn {
  width: 100%;
}
.popup-sbscr .success {
  display: none;
  text-align: center;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  height: 307px;
}
.popup-sbscr .success .heading {
  position: relative;
  color: #1B1C1D;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding-top: 80px;
  margin-bottom: 12px;
}
.popup-sbscr .success .heading::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-green");
  top: 0;
  left: calc(50% - 30px);
}
.popup-sbscr .success p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .popup-sbscr {
    width: calc(100% - 40px);
    left: 20px;
    -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    border-radius: 10px;
  }
  .popup-sbscr .close {
    top: 15px;
    right: 15px;
  }
  .popup-sbscr .popup-body {
    padding: 20px;
    padding-left: 290px;
  }
}
@media screen and (max-width: 600px) {
  .popup-sbscr .popup-body::before {
    display: none;
  }
  .popup-sbscr .popup-body {
    padding: 0;
  }
  .popup-sbscr-header {
    position: relative;
    background: #432AAA;
    text-align: left;
    padding: 20px;
  }
  .popup-sbscr-header::before {
    position: absolute;
    content: "";
    width: 53px;
    height: 65px;
    bottom: 4px;
    right: 0;
    background-image: url("../img/bg-sbscr-mob@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .popup-sbscr .heading {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
  }
  .popup-sbscr .text {
    margin-bottom: 0;
  }
  .popup-sbscr .text p {
    color: #D1C8DF;
  }
  .popup-sbscr-form {
    padding: 20px 20px 25px;
  }
}

/* bonus stick */
.bonus-stick {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: #fff;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
          box-shadow: 0px 2px 40px 0px rgba(239, 221, 252, 0.5);
  padding: 10px 0;
}
.bonus-stick .container {
  position: relative;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 80px;
}
.bonus-stick .container .close {
  position: absolute;
  top: 13px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close");
}
.bonus-stick .img {
  width: 200px;
  height: 78px;
  border-radius: 10px;
}
.bonus-stick .rating-circle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 250px;
}
.bonus-stick .bonus {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  border: 1px solid #EBECF7;
  background: #F9F8FE;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #363238;
  text-align: center;
  padding: 15px 20px;
}
.bonus-stick .btn {
  width: 190px;
}
.bonus-stick.none {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .bonus-stick .container {
    padding-right: 20px;
  }
  .bonus-stick .container .close {
    top: 0;
    right: 10px;
  }
  .bonus-stick .btn {
    width: 70px;
    font-size: 14px;
  }
  .bonus-stick .btn span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bonus-stick {
    padding: 15px 0;
  }
  .bonus-stick .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding: 0 104px;
  }
  .bonus-stick .img {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 20px;
    top: calc(50% - 35px);
  }
  .bonus-stick .rating-circle {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: 100%;
    margin-bottom: 5px;
  }
  .bonus-stick .rating-circle .rating-body {
    height: 30px;
  }
  .bonus-stick .rating-circle .rating-svg {
    width: 30px;
    height: 30px;
  }
  .bonus-stick .rating-circle .rating-procent {
    font-size: 9px;
    line-height: 9px;
  }
  .bonus-stick .rating-circle .rating-heading {
    font-size: 10px;
    line-height: 12px;
  }
  .bonus-stick .bonus {
    min-width: 100%;
    background: #fff;
    border: none;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }
  .bonus-stick .btn {
    position: absolute;
    top: calc(50% - 21px);
    right: 30px;
  }
}

/* footer */
.footer {
  background: #212426;
}
.footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 16px;
  margin-bottom: 10px;
}
.footer .logo img {
  margin: 0;
}
.footer .logo::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: rgba(235, 236, 247, 0.1);
}
.footer_top {
  border-bottom: 1px solid rgba(235, 236, 247, 0.1);
  padding: 40px 0 20px;
}
.footer-inner {
  gap: 30px 20px;
}
.footer-info {
  max-width: 560px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .info {
  margin-bottom: 20px;
}
.footer .info p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.footer .soc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-menu__item {
  line-height: 20px;
}
.footer-menu__item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-menu-link {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-menu-link:hover {
  color: #fff;
}
.footer_bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px 30px;
  padding: 20px 0 40px;
}
@media screen and (max-width: 992px) {
  .footer .logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .footer .logo::after {
    display: none;
  }
  .footer-info {
    min-width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(235, 236, 247, 0.1);
    padding-bottom: 20px;
  }
  .footer-info .soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer_top {
    padding: 40px 0 30px;
  }
  .footer_bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu {
    text-align: center;
  }
}

.sbscr-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 380px;
}
.sbscr-form .heading {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
}
.sbscr-form .formgroup {
  gap: 7px;
}
.sbscr-form .formgroup.flexbox {
  margin-bottom: 10px;
}
.sbscr-form .forminput {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sbscr-form .btn {
  width: 93px;
  height: 36px;
  font-size: 12px;
  line-height: 18px;
}
.sbscr-form input {
  height: 36px;
  line-height: 34px;
  background: rgba(70, 76, 80, 0.4);
  border-color: rgba(70, 76, 80, 0.4);
  color: #fff;
  font-size: 12px;
}
.sbscr-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 18px;
}
.sbscr-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 18px;
}
.sbscr-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 18px;
}
.sbscr-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 18px;
}
.sbscr-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 18px;
}
.sbscr-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 18px;
}
.sbscr-form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 18px;
}
.sbscr-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 18px;
}
.sbscr-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 18px;
}
.sbscr-form .check {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
}
.sbscr-form .check-box {
  background: rgba(70, 76, 80, 0.3);
  border-color: rgba(70, 76, 80, 0.3);
}
.sbscr-form .check:not(:last-child) {
  margin-bottom: 6px;
}
.sbscr-form .check-input:checked + .check-body {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .sbscr-form {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .sbscr-form {
    min-width: 100%;
  }
}

.security {
  gap: 20px 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.security img {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .security {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .security__item {
    min-width: 100%;
  }
}

.copy {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
.languages{
    color: #fff;
    font-weight: 600;
	    font-size: 14px;
}
.languages a{
	    font-size: 14px;
}
/* ================= game page */
.game {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 56%;
  margin-bottom: 30px; }
.gamegrid{padding-bottom:20px;}
  .game img, .game video, .game iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0; }
  .game .text {
    position: absolute;
    z-index: 3;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center; }
  @media screen and (max-width: 550px) {
    .game {
      padding-bottom: 165%; } }

.game_open .game__overly, .game_open .text, .game_open .game__rating {
  display: none; }

.free {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 14px; }

.btn__real {
  width: 300px; }
  @media screen and (max-width: 768px) {
    .btn__real {
      width: 280px; } }

.game__overly {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 33, 97, 0.9); }

.game__rating {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  top: 20px;
  right: 20px;
  height: 90px;
  width: 90px;
  border-radius: 10px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 5px; }
  .game__rating .title {
    color: #6466FB;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 5px; }
  .game__rating .total {
    color: #1CB87E;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px; }

.table__offers_vertical {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  grid-gap: 0 40px;
  justify-content: center; }
  .table__offers_vertical .tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: #fff; }
  .table__offers_vertical .td {
    display: block;
    padding: 10px 22px; }
  .table__offers_vertical .td__logo {
    padding-top: 25px; }
  .table__offers_vertical .td__ocena {
    margin-top: auto; }
  .table__offers_vertical .td__play {
    padding-bottom: 25px; }

/* ============== error page */
.error {
  padding-bottom: 170px; }
  .error h1 {
    margin-bottom: 143px; }
  .error img {
    margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    .error {
      padding-bottom: 30px; }
      .error h1 {
        margin-bottom: 62px; }
      .error img {
        margin-bottom: 25px; } }

.error__descr {
  color: #6466FB;
  font-size: 56px;
  font-weight: bold;
  line-height: 66px;
  text-align: center;
  margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    .error__descr {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 25px; }
	  .helpua{display:none;}}

.btn__error {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .btn__error {
      margin-bottom: 20px; } }
.cardh{    margin-bottom: 0;}
.listing{    color: #35d799;
    font-weight: 700;}
.ratingpage{
	border: 1px solid #aca3a34f;
    border-radius: 7px;
    padding: 25px;
    padding-left: 70px;
    margin-bottom: 20px;
}
	
}
.ratingpage li::before{
	   top: 30px !important;
	
}
.ratingpage li{
    margin-top: 35px;
    padding-left: 50px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #998c8c3b;
	padding-left: 50px;
}
.namerate{    font-size: 18px;}
.highlite-text{
	border: 1px solid #aca3a34f;
    border-radius: 7px;
    padding: 25px;
    padding-left: 70px;
    margin-bottom: 20px;
}

.ac__container__block button{background-color: #1eb87e;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 12px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
	font-weight: 700;}
.security__item img{    max-height: 40px;
    width: auto;}

/* =Ядро WordPress
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.rc-head-logo img {
  max-width: 60% !important;}
