::-webkit-details-marker {
  display: none;
  font-size: 0px;
}

details > summary:first-of-type {
  list-style-type: none;
}

details > summary {
  list-style: none;
}

details > summary::marker,
details > summary::-webkit-details-marker {
  display: none;
}

summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 100%;
}

body,
h1,
h2,
.o-h2,
h3,
.o-h3,
h4,
.o-h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a[class] {
  text-decoration: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  padding: 0;
}

textarea {
  resize: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  background: none;
  border: none;
  cursor: pointer;
}

summary {
  outline: none;
}

ul[class],
ol[class] {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway/Raleway-SemiBold.woff") format("woff");
  font-display: swap;
  font-weight: 550;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Bold.woff") format("woff");
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Black.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
}
h1 {
  font-size: var(--h1-font);
  font-weight: bold;
}

h2,
.o-h2 {
  font-size: var(--h2-font);
}

.o-h3,
h3,
summary {
  font-size: var(--h3-font);
}

.o-h3 {
  font-weight: bold;
}

.o-h4,
h4 {
  font-size: var(--h4-font);
}
.o-h4.important,
h4.important {
  font-size: var(--h4-font) !important;
}

.o-table-container,
.o-table {
  overflow-x: auto;
  width: 100%;
}
.o-table-container caption,
.o-table caption {
  background: var(--main-color);
  padding: 10px var(--content-inner);
  color: #fff;
  font-size: var(--h3-font);
  font-weight: bold;
  border-radius: 10px;
}

.o-table,
.c-table-h,
.c-table-v {
  padding-bottom: 5px;
}
.o-table::-webkit-scrollbar,
.c-table-h::-webkit-scrollbar,
.c-table-v::-webkit-scrollbar {
  height: 5px;
}
.o-table::-webkit-scrollbar-thumb,
.c-table-h::-webkit-scrollbar-thumb,
.c-table-v::-webkit-scrollbar-thumb {
  background-color: var(--grey_1);
  border-radius: var(--b-radius);
}
.o-table table,
.c-table-h table,
.c-table-v table {
  border-collapse: collapse;
}
.o-table thead th:first-child,
.o-table tbody:first-child tr:first-child th:first-child,
.o-table tbody:first-child tr:first-child td:first-child,
.c-table-h thead th:first-child,
.c-table-h tbody:first-child tr:first-child th:first-child,
.c-table-h tbody:first-child tr:first-child td:first-child,
.c-table-v thead th:first-child,
.c-table-v tbody:first-child tr:first-child th:first-child,
.c-table-v tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: var(--b-radius);
}
.o-table thead th:last-child,
.o-table tbody:first-child tr:first-child th:last-child,
.o-table tbody:first-child tr:first-child td:last-child,
.c-table-h thead th:last-child,
.c-table-h tbody:first-child tr:first-child th:last-child,
.c-table-h tbody:first-child tr:first-child td:last-child,
.c-table-v thead th:last-child,
.c-table-v tbody:first-child tr:first-child th:last-child,
.c-table-v tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: var(--b-radius);
}
.o-table thead th,
.c-table-h thead th,
.c-table-v thead th {
  color: #fff;
  padding: clamp(8px, 2vw, 16px) 8px;
}
.o-table thead th:last-child,
.c-table-h thead th:last-child,
.c-table-v thead th:last-child {
  padding-right: 16px;
}
.o-table thead th:first-child,
.c-table-h thead th:first-child,
.c-table-v thead th:first-child {
  padding-left: 16px;
}
.o-table tbody tr th,
.c-table-h tbody tr th,
.c-table-v tbody tr th {
  color: var(--text-color);
  font-weight: bold;
}
.o-table tbody tr td,
.o-table tbody tr th,
.c-table-h tbody tr td,
.c-table-h tbody tr th,
.c-table-v tbody tr td,
.c-table-v tbody tr th {
  background: var(--green-100);
}
.o-table tbody tr td:last-child,
.o-table tbody tr th:last-child,
.c-table-h tbody tr td:last-child,
.c-table-h tbody tr th:last-child,
.c-table-v tbody tr td:last-child,
.c-table-v tbody tr th:last-child {
  padding-right: 16px;
}
.o-table tbody tr td:first-child,
.o-table tbody tr th:first-child,
.c-table-h tbody tr td:first-child,
.c-table-h tbody tr th:first-child,
.c-table-v tbody tr td:first-child,
.c-table-v tbody tr th:first-child {
  padding-left: 16px;
}
.o-table tbody tr:nth-child(2n) td,
.o-table tbody tr:nth-child(2n) th,
.c-table-h tbody tr:nth-child(2n) td,
.c-table-h tbody tr:nth-child(2n) th,
.c-table-v tbody tr:nth-child(2n) td,
.c-table-v tbody tr:nth-child(2n) th {
  background: var(--green-200);
}
.o-table tbody tr:last-child td:first-child,
.o-table tbody tr:last-child th:first-child,
.c-table-h tbody tr:last-child td:first-child,
.c-table-h tbody tr:last-child th:first-child,
.c-table-v tbody tr:last-child td:first-child,
.c-table-v tbody tr:last-child th:first-child {
  border-bottom-left-radius: var(--b-radius);
}
.o-table tbody tr:last-child td:last-child,
.o-table tbody tr:last-child th:last-child,
.c-table-h tbody tr:last-child td:last-child,
.c-table-h tbody tr:last-child th:last-child,
.c-table-v tbody tr:last-child td:last-child,
.c-table-v tbody tr:last-child th:last-child {
  border-bottom-right-radius: var(--b-radius);
}
.o-table td,
.o-table th,
.c-table-h td,
.c-table-h th,
.c-table-v td,
.c-table-v th {
  padding: 8px;
  line-height: 1.2;
  min-width: clamp(144px, 2vw, 195px);
}
.o-table th,
.c-table-h th,
.c-table-v th {
  background: var(--green-300);
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.o-img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.o-img-right {
  display: block;
  margin-left: auto;
}
.o-img-responsive {
  height: auto;
  max-width: 100%;
}
.o-img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.o-img-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-marked-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-marked-list:not(:first-child) {
  margin: var(--text-gap) 0 0;
}
.c-marked-list > li {
  position: relative;
  padding-left: 18px;
}
.c-marked-list > li::before {
  background: var(--green-300);
  border-radius: 50%;
  content: "";
  left: 0;
  top: 9px;
  position: absolute;
  height: 9px;
  width: 9px;
}

.c-content,
.o-text {
  padding: 30px var(--content-inner);
}
.c-content .c-numered-list li::after,
.o-text .c-numered-list li::after {
  color: var(--text-color);
}
.c-content > h2:not(:first-child),
.o-text > h2:not(:first-child) {
  margin-top: var(--text-block-gap);
}
.c-content > h3:not(:first-child),
.o-text > h3:not(:first-child) {
  margin-top: clamp(var(--gap-s), 2vw, var(--gap-m));
}
.c-content > ul,
.o-text > ul {
  list-style: none;
}
.c-content > ul > li,
.o-text > ul > li {
  position: relative;
  padding-left: 18px;
}
.c-content > ul > li::before,
.o-text > ul > li::before {
  background: var(--green-300);
  border-radius: 50%;
  content: "";
  left: 0;
  top: 9px;
  position: absolute;
  height: 9px;
  width: 9px;
}
.c-content > ul,
.c-content > ol,
.o-text > ul,
.o-text > ol {
  padding: 0;
  margin: 0;
}
.c-content > ul > li:not(:first-child),
.c-content > ol > li:not(:first-child),
.o-text > ul > li:not(:first-child),
.o-text > ol > li:not(:first-child) {
  margin: var(--text-gap) 0 0;
}
.c-content > ol:not([class]),
.o-text > ol:not([class]) {
  padding-left: 16px;
}

:root {
  --header-height: 86px;
  --max-heigth: calc(100vh - var(--header-height));
  --main-color: #000;
  --grey: #1f1e1e;
  --grey-2: #e8e8e8;
  --border-color: #686265;
  --red: #d22a1d;
  --b-radius: 10px;
  --text-size: 18px;
  --h1-font: 32px;
  --h2-font: 24px;
  --h3-font: 18px;
  --h4-font: 16px;
  --content-inner: 16px;
  --bottomNav-height: 55px;
  --green-color-2: #abcdb5;
  --green-color-3: #e4eee7;
  --window-color: #eceeed;
  --promo-bg: #c7c7c7;
  --yellow-color: #ffd130;
  --green-color: #e8eaed;
  --scrollbar-size: 5px;
  --scrollbar-color: var(--main-color);
  --container-width: 1600px;
  --wrapper-width: 1400px;
  --text-color: var(--main-color);
  --dark: #001506;
  --green-100: #a7d0b4;
  --green-200: #63a377;
  --green-300: #07782a;
  --green-400: #1b4d27;
  --red: #ce2939;
  --linear-1: linear-gradient(
    180deg,
    var(--green-300) 0%,
    var(--green-100) 100%
  );
  --linear-2: linear-gradient(270deg, var(--red) 0%, var(--green-300) 100%);
  --u-grey_1: #e0e0e0;
  --grey_1: #d9d9d9;
  --grey-text: #939191;
  --contrast-grey: #595959;
  --yellow: #ffd700;
  --gap-ss: 4px;
  --gap-s: 8px;
  --gap-sm: 12px;
  --gap-m: calc(var(--gap-s) * 2);
  --gap-l: calc(var(--gap-s) * 3);
  --text-gap: 8px;
  --text-block-gap: calc(32px - var(--text-gap));
  --sidebar-width: 285px;
  --left-text-column: 488px;
  --box-shadow-deafult: 0px 0px 20px 0px #00000026;
  --scrollbar-width: 0.8em;
}
@media (min-width: 992px) {
  :root {
    --body-font: 18px;
    --h1-font: 48px;
    --h2-font: 32px;
    --h3-font: 24px;
    --h4-font: 1.31rem;
    --block-margin: 50px;
    --text-gap: 16px;
    --text-block-gap: calc(48px - var(--text-gap));
    --bottomNav-height: 0px;
  }
}
@media (min-width: 1024px) {
  :root {
    --header-height: 94px;
  }
}

.o-review-btn {
  background: var(--main-color);
  border: 2px solid transparent;
  background-clip: padding-box;
  color: #fff;
  position: relative;
}
.o-review-btn:hover::after {
  animation: reviewBtnAnimate 1s ease-in-out forwards;
}
.o-review-btn::before {
  background: var(--main-color);
  background: var(--linear-2);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  max-width: initial;
}
.o-review-btn::after {
  background: url(../img/icons/search-icon.svg);
}

.o-action-btn {
  background: none;
  border: 1px solid var(--main-color);
  color: var(--text-color);
  cursor: pointer;
}

.o-action-btn::after {
  background: url(../img/icons/down-arrow-black.svg);
  transition: all 0.2s ease-in-out;
}

.o-btn {
  border: none;
  color: var(--text-color);
}

.o-btn,
.o-review-btn,
.c-play-btn,
.o-play-btn,
.o-action-btn,
.o-submit-btn {
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.o-review-btn,
.o-play-btn,
.c-play-btn,
.o-action-btn,
.o-submit-btn {
  align-items: center;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  justify-content: center;
  min-width: 130px;
  position: relative;
  top: 0;
}

.o-submit-btn {
  align-items: center;
  background: var(--main-color);
  padding: 10px 20px 10px 10px;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
}

.o-review-btn,
.o-action-btn {
  gap: 6px;
}

.o-review-btn::after,
.o-action-btn::after {
  height: 14px;
  width: 14px;
}

.o-review-btn::after,
.o-action-btn::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.o-submit-btn {
  align-items: center;
  background: var(--main-color);
  padding: 10px 20px 10px 10px;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
}

.o-close-btn {
  --size: 35px;
  --border-color: var(--green-300);
  --bg-color: #fff;
  background-color: var(--bg-color);
  border-radius: 50%;
  border: 3px solid var(--border-color);
  position: relative;
  height: var(--size);
  width: var(--size);
}
.o-close-btn::before, .o-close-btn::after {
  background: var(--border-color);
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 70%;
}
.o-close-btn::after {
  rotate: 45deg;
}
.o-close-btn::before {
  rotate: -45deg;
}

.c-play-btn,
.o-play-btn {
  background: var(--green-300);
  color: #fff;
}
.c-play-btn:hover,
.o-play-btn:hover {
  box-shadow: 0 0 10px 0 var(--green-300) inset, 0 0 10px 4px var(--green-300);
}

.c-play-btn {
  font-size: clamp(16px, 2vw, 24px);
  line-height: clamp(44px, 5vw, 62px);
  padding: 0 10px;
}
.c-play-btn.js-disable {
  pointer-events: none;
}
.c-play-btn.js-disable:hover {
  box-shadow: initial;
}

.c-send-btn.js-disable,
.c-play-btn.js-disable {
  background: var(--u-grey_1);
  color: var(--grey-text);
}

.c-send-btn {
  background: var(--green-300);
  color: #fff;
  line-height: 46px;
  font-weight: bold;
}

.o-reload-btn {
  color: var(--green-300);
  font-weight: bold;
}

.o-white-btn,
.c-demo-btn {
  border-radius: 40px;
  color: #fff;
  padding: 0 14px;
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.o-white-btn:hover,
.c-demo-btn:hover {
  background: #fff;
}
.o-white-btn:focus,
.c-demo-btn:focus {
  background: var(--u-grey_1);
}
.o-white-btn:focus, .o-white-btn:hover,
.c-demo-btn:focus,
.c-demo-btn:hover {
  box-shadow: 0px 0px 14px 0px #ffffff;
  color: var(--green-300);
}

.c-demo-btn {
  border: 2px solid #fff;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 34px;
}

.o-white-btn {
  border: 1px solid #fff;
  font-weight: bold;
  line-height: clamp(36px, 5vw, 55px);
}
@media (min-width: 768px) {
  .o-white-btn {
    border-width: 2px;
  }
}

.c-promo-btn {
  background: var(--linear-2);
  border-radius: 40px;
  color: var(--green-300);
  line-height: 47px;
  padding: 2px;
}
.c-promo-btn__bg {
  background: #fff;
  align-items: center;
  border-radius: inherit;
  display: flex;
  gap: var(--gap-s);
  padding: 0 16px;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.c-promo-btn__bg::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}
.c-promo-btn__bg.lazyloaded::after {
  background-image: url(../img/icons/copy-promo.svg);
}
.c-promo-btn__text {
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
}

.o-compare-columns {
  background: #edf1ef;
  gap: 105px 55px;
  margin-top: 70px;
  padding: 58px 40px;
}
.o-compare-column {
  flex: 1 0 295px;
  margin-top: -85px;
}
.o-compare-column ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 0 15px 57px;
  position: relative;
}
.o-compare-column ul::before {
  border: 3px solid #fff;
  border-radius: 50px;
  left: 0;
  height: 100%;
  width: 47px;
}
.o-compare-column ul::before, .o-compare-column li::before {
  content: "";
  position: absolute;
  top: 0;
}
.o-compare-column li {
  position: relative;
}
.o-compare-column li::before {
  background-size: contain;
  left: -49px;
  height: 30px;
  width: 30px;
}
.o-compare-column__title {
  border: 3px solid #fff;
  border-radius: 50px;
  font-weight: bold;
  padding: 10px 40px;
  text-align: center;
  max-width: 172px;
  margin: 0 auto;
}
.o-compare-column__advantage-title {
  background: var(--green-color-2);
}
.o-compare-column__advantage.lazyloaded li:before {
  background-image: url(../img/icons/advantage-checkmark.svg);
}
.o-compare-column__disadvantage-title {
  background: #edf1ef;
  color: #cd1919;
}
.o-compare-column__disadvantage.lazyloaded li:before {
  background-image: url(../img/icons/disadvantage-checkmark.svg);
}

.o-margin {
  margin-top: 25px;
  margin-bottom: 10px;
}

.o-iframe {
  max-width: 100%;
}

.o-brake {
  word-break: break-all;
}

body {
  background: #fff;
  font-family: "Raleway", "Arial", sans-serif;
  color: #000;
  font-size: var(--text-size);
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
body.js-modal-opened {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: var(--scrollbar-size);
}
body::-webkit-scrollbar-thumb {
  background-color: #000;
}

.o-container {
  max-width: var(--container-width);
  margin: 0 auto;
}

.o-wrapper {
  max-width: var(--wrapper-width);
  margin: 0 auto;
}

.o-content-inner {
  padding: var(--content-inner);
}

.o-padding {
  padding-left: var(--content-inner);
  padding-right: var(--content-inner);
}

summary {
  cursor: pointer;
}

summary::marker {
  content: "";
}

a {
  color: var(--green-300);
}

img {
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
  outline: 0;
  margin: 0;
  padding: 0;
}

input,
button {
  background: none;
  border: none;
  cursor: pointer;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.o-iconed-h2 {
  background: #000;
  color: #fff;
  padding: 30px 15px;
  text-align: center;
}

.o-iconed-h2 {
  font-size: 1.3rem;
  margin: 0 !important;
}

.c-brand-logo-wrap {
  --rating-size: 66px;
  color: var(--text-color);
  position: relative;
  margin-bottom: calc(var(--rating-size) / 2);
}
.c-brand-logo-wrap img {
  background: #fff;
  border-radius: var(--b-radius);
  padding: 16px;
}
.c-brand-logo-wrap__rating {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(50%);
  height: var(--rating-size);
  width: var(--rating-size);
}
.c-brand-logo-wrap__rating.lazyloaded {
  background-image: url(../img/bg/rating-bg.svg);
}
.c-brand-logo-wrap--fs .c-brand-logo-wrap__rating {
  background-image: url(../img/bg/rating-bg.svg);
}
.c-brand-logo-wrap--fs {
  position: relative;
}
.c-brand-logo-wrap--fs.js-disable::before {
  content: var(--label);
}
.c-brand-logo-wrap--fs::before {
  background: var(--u-grey_1);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  width: calc(100% - 16px);
  z-index: 2;
}

.o-icon__left::before, .o-icon__right::after {
  -webkit-mask-image: var(--icon);
          mask-image: var(--icon);
}

.o-icon-lazy__left.lazyloaded::before, .o-icon-lazy__right.lazyloaded::after {
  -webkit-mask-image: var(--icon);
          mask-image: var(--icon);
}

.o-icon-lazy__left, .o-icon-lazy__right,
.o-icon__left,
.o-icon__right {
  --icon-height: 28px;
  --icon-width: var(--icon-height);
  --icon-color: #000;
  position: relative;
}
.o-icon-lazy__left.o-bg::before, .o-icon-lazy__left.o-bg::after, .o-icon-lazy__right.o-bg::before, .o-icon-lazy__right.o-bg::after,
.o-icon__left.o-bg::before,
.o-icon__left.o-bg::after,
.o-icon__right.o-bg::before,
.o-icon__right.o-bg::after {
  background-image: var(--icon);
}
.o-icon-lazy__left::before, .o-icon-lazy__right::after,
.o-icon__left::before,
.o-icon__right::after {
  background-color: var(--icon-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  height: var(--icon-height);
  width: var(--icon-width);
}

.o-rating {
  align-items: center;
  display: flex;
  justify-content: center;
}

.o-rating svg {
  stroke: var(--yellow-color);
}

.o-update-date {
  font-size: 12px;
  text-align: right;
}

.o-sticky {
  position: sticky;
  top: 68px;
}

.o-lock {
  overflow: hidden;
  position: relative;
}

.o-lock::before {
  background: rgba(0, 0, 0, 0.5019607843);
  content: "";
  position: fixed;
  top: var(--header-height);
  left: 0;
  height: calc(100vh - var(--header-height));
  width: 100%;
  z-index: 2;
}

.o-opacity--hidden {
  opacity: 0;
  visibility: hidden;
}

.o-small {
  font-size: small;
  color: #a3a3a3;
  text-align: center;
  margin: 0 0 30px 0;
}

.o-flex {
  display: flex;
}

.o-flex-column {
  display: flex;
  flex-direction: column;
}

.o-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.o-flex-wrap.__set {
  --grow: 1;
  --basis: 280px;
}
.o-flex-wrap.__set > * {
  flex-basis: var(--basis);
  flex-grow: var(--grow);
}

.o-align-center,
.o-center-v {
  align-items: center;
}

.o-align-start {
  align-items: flex-start;
}

.o-align-end {
  align-items: flex-end;
}

.o-justify-end {
  justify-content: flex-end;
}

.o-justify-center,
.o-center-h {
  justify-content: center;
}

.o-justify-between {
  justify-content: space-between;
}

.o-bold {
  font-weight: bold;
}

.o-regular {
  font-weight: initial;
}

.o-scrollbar {
  --scrollbar-size: 0.8em;
  --scrollbar-color: var(--main-color);
  --scroll-bg: unset;
  overflow: auto;
}
.o-scrollbar::-webkit-scrollbar-thumb, .o-scrollbar::-webkit-scrollbar {
  border-radius: 5px;
}
.o-scrollbar::-webkit-scrollbar {
  background-color: var(--scroll-bg);
  height: var(--scrollbar-size);
  width: var(--scrollbar-size);
}
.o-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color);
}

.o-circle {
  border-radius: 50%;
}

.o-gap-ss {
  gap: var(--gap-ss);
}

.o-gap-s {
  gap: var(--gap-s);
}

.o-gap-m {
  gap: var(--gap-m);
}

.o-gap-sm {
  gap: var(--gap-sm);
}

.o-gap-l {
  gap: var(--gap-l);
}

.o-text-gap {
  gap: var(--text-gap);
}

.o-text-center {
  text-align: center;
}

.o-text-left {
  text-align: left;
}

.o-text-right {
  text-align: right;
}

.o-text-white {
  color: #fff;
}

.o-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.o-modal-fixed {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  z-index: 99;
}

.o-box-shadow {
  box-shadow: var(--box-shadow-deafult);
}

.o-b-radius {
  border-radius: var(--b-radius);
}

.o-highlighting-brick {
  display: flex;
  flex-direction: column;
  padding: 16px clamp(16px, 2vw, 32px);
  gap: clamp(12px, 2vw, 16px);
  max-width: 515px;
}
.o-highlighting-brick::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: clamp(33px, 3vw, 40px);
  width: clamp(33px, 3vw, 40px);
}

.o-bottom-label {
  display: flex;
  flex-direction: column;
}
.o-bottom-label::after {
  content: var(--label);
  color: var(--green-300);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: bold;
  margin-top: clamp(8px, 2vw, 16px);
}

@media (min-width: 768px) {
  .o-brake {
    word-break: initial;
  }
  .o-column-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .o-two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .o-max-width--m {
    --max-width: 768px;
    max-width: var(--max-width);
    width: 100%;
  }
}
@media (min-width: 992px) {
  .o-margin {
    margin-top: 50px !important;
  }
  .c-columns {
    display: grid;
    grid-template-columns: var(--columns);
    --columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .o-grid-container {
    display: grid;
    grid-template-columns: minmax(900px, 1fr) var(--sidebar-width);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.o-font-bold,
.o-bold {
  font-weight: bold;
}

.o-font-500 {
  font-weight: 500;
}

.o-font-600 {
  font-weight: 550;
}

.o-font-16px,
.o-font-s {
  font-size: 16px;
}

.o-font-14px {
  font-size: 14px;
}

.o-font-s {
  font-size: 16px;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  height: var(--header-height);
  width: 100%;
  z-index: 99;
}
.c-header__top > .o-wrapper, .c-header__container > .o-wrapper {
  padding: 10px var(--content-inner);
}
.c-header__top {
  background: #000;
  color: #fff;
}
.c-header__container {
  background: var(--dark);
}
.c-header__affiliate-disc {
  --icon: url(../img/icons/header/affiliate-disclosure.svg);
  --icon-color: #fff;
  --icon-height: 16px;
  text-decoration: underline;
  position: relative;
}
.c-header__affiliate-disc-hover {
  background: #fff;
  border-radius: var(--b-radius);
  color: var(--text-color);
  position: absolute;
  padding: 8px;
  right: 0;
  left: -20%;
  margin: 0 auto;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  top: calc(100% + 4px);
  min-width: 260px;
  z-index: 3;
}
.c-header__affiliate-disc:hover .c-header__affiliate-disc-hover {
  opacity: 1;
  visibility: visible;
}
.c-header__burger {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  position: relative;
  height: 30px;
  width: 30px;
}
.c-header__burger span, .c-header__burger::before, .c-header__burger::after {
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 24px;
}
.c-header__burger::before, .c-header__burger::after {
  content: "";
  transition: 0.2s ease-in-out;
  margin: 0 auto;
}
.c-header__burger span {
  transition: width 0.2s ease-in-out;
  margin: auto;
  top: 0;
  bottom: 0;
}
.c-header__burger::before {
  top: 8px;
}
.c-header__burger::after {
  bottom: 8px;
}
.c-header__burger.js-active span {
  width: 0px;
}
.c-header__burger.js-active::before {
  rotate: -45deg;
  top: 15px;
}
.c-header__burger.js-active::after {
  rotate: 45deg;
  bottom: 13px;
}
.c-header__nav {
  background: var(--dark);
  position: absolute;
  padding: 16px;
  top: var(--header-height);
  left: 0;
  overflow-y: auto;
  max-height: var(--max-heigth);
  height: 100dvh;
  width: 100%;
}
.c-header__nav:not(.js-active) {
  display: none;
}
.c-header__nav-menu > li {
  align-items: center;
  background: var(--green-300);
  border-radius: var(--b-radius);
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--gap-m);
  padding: 0 16px;
  justify-content: space-between;
  transition: padding 0.2s ease-in-out;
}
.c-header__nav-menu > li > a {
  --icon-color: #fff;
  align-items: center;
  display: flex;
  flex: 1 0 80%;
  font-weight: bold;
  gap: 8px;
  padding: 24px 0;
  transition: transparent;
}
.c-header__nav-menu a {
  color: #fff;
  display: block;
}
.c-header__nav-menu > li:not(.js-active) > .c-header__nav-submenu {
  display: none;
}
.c-header__nav-menu > li.js-active > .c-header__nav-item-arrow {
  rotate: 180deg;
}
.c-header__nav-menu > li.js-active {
  padding-bottom: 24px;
}
.c-header__nav-menu > li.js-active > a {
  padding-bottom: 16px;
}
.c-header__nav-item-arrow {
  background-image: url(../img/icons/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  transition: rotate 0.2s ease-in-out;
  height: 45px;
  width: 45px;
}
.c-header__nav-submenu {
  border-top: 1px solid color-mix(in srgb, #fff 25%, transparent);
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
}
.c-header__nav-submenu--wrap {
  flex-direction: row;
  flex-wrap: wrap;
}
.c-header__nav-submenu--wrap > li {
  flex: 1 0 40%;
}
.c-header__nav-submenu a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.c-header__nav-submenu[class] {
  padding-top: 16px;
}
.c-header__nav-submenu .c-header__nav-submenu[class] {
  padding-left: 14px;
  padding-top: 14px;
  margin-top: 8px;
}
.c-header__nav-submenu .c-header__nav-submenu[class] a {
  font-size: 14px;
}
.c-header__nav-submenu-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.c-header__nav-submenu-item > a {
  flex: 1 0 80%;
}
.c-header__nav-submenu-item > button {
  height: 24px;
}
.c-header__nav-submenu-item.js-active > .c-header__nav-item-arrow {
  rotate: 180deg;
}
.c-header__nav-submenu-item:not(.js-active) .c-header__nav-submenu {
  display: none;
}
.c-header__support-icon {
  background: color-mix(in srgb, #fff 10%, transparent);
  border-radius: 50%;
  margin: 40px auto 0 auto;
  height: 44px;
  width: 44px;
}
@media (min-width: 768px) {
  .c-header__affiliate-disc-hover {
    left: initial;
    max-width: initial;
    min-width: 310px;
  }
}
@media (min-width: 1024px) {
  .c-header__top > .o-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    gap: 30px;
  }
  .c-header__burger {
    display: none;
  }
  .c-header__nav {
    background: initial;
    gap: 20px;
    position: initial;
    padding: initial;
    overflow-y: initial;
    max-height: initial;
    height: initial;
    width: initial;
  }
  .c-header__nav:not(.js-active) {
    display: flex;
  }
  .c-header__nav-menu {
    flex-direction: row;
  }
  .c-header__nav-menu > li {
    background: initial;
    border-radius: initial;
    gap: initial;
    padding: initial;
    height: 100%;
  }
  .c-header__nav-menu > li > a {
    --icon-color: #fff;
    flex: initial;
    padding: initial;
  }
  .c-header__nav-menu > li:not(.js-active) .c-header__nav-submenu {
    display: grid;
  }
  .c-header__nav-submenu {
    background: var(--dark);
    opacity: 0;
    transition: 0.2s ease-in-out;
    left: 0;
    visibility: hidden;
    position: absolute;
    width: 100dvw;
  }
  .c-header__nav-menu > li > .c-header__nav-submenu {
    grid-template-columns: repeat(4, 1fr);
    top: var(--header-height);
  }
  .c-header__nav-menu > li > .c-header__nav-submenu[class] {
    padding: 30px 0;
    padding-left: calc((100dvw - var(--scrollbar-width) - var(--wrapper-width)) / 2);
    padding-right: calc((100dvw - var(--scrollbar-width) - var(--wrapper-width)) / 2);
  }
  .c-header__nav-menu > li > .c-header__nav-submenu a {
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
  }
  .c-header__nav-menu > li:hover > .c-header__nav-submenu {
    opacity: 1;
    visibility: visible;
  }
  .c-header__nav-item-arrow {
    display: none;
  }
  .c-header__nav-submenu-item {
    position: relative;
  }
  .c-header__nav-submenu-item:hover .c-header__nav-submenu {
    opacity: 1;
    visibility: visible;
  }
  .c-header__nav-submenu-item .c-header__nav-submenu {
    top: 100%;
    z-index: 2;
  }
  .c-header__support-icon {
    margin: initial;
  }
}
@media (min-width: 1440px) {
  .c-header__nav {
    gap: 40px;
  }
  .c-header__nav-menu {
    gap: 40px;
  }
}

.c-main {
  padding-top: var(--header-height);
}
.c-main-content {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: var(--text-gap);
}

.c-tabs {
  --scrollbar-size: 4px;
  --scrollbar-color: color-mix(in srgb, var(--contrast-grey) 10%, transparent);
  display: flex;
  gap: var(--gap-s);
  padding-bottom: var(--scrollbar-size);
  overflow-x: auto;
}
.c-tabs::-webkit-scrollbar {
  height: var(--scrollbar-size);
}
.c-tabs__button {
  border-radius: var(--b-radius);
  color: var(--contrast-grey);
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  transition: 0.2s ease-in-out;
  transition-property: background, color;
  white-space: nowrap;
}
.c-tabs__button:hover, .c-tabs__button.js-active {
  background: var(--green-300);
  color: #fff;
}
@media (min-width: 1200px) {
  .c-tabs.js-slots-tabs {
    justify-content: center;
    gap: 20px;
  }
}

.c-first-screen {
  --padding-v: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: var(--padding-v);
  padding-bottom: var(--padding-v);
  position: relative;
}
.c-first-screen__img {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.c-first-screen__img.o-img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .c-first-screen {
    --padding-v: 28px;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .c-first-screen {
    --img-size: 290px;
    align-items: center;
    flex-direction: row;
    -moz-column-gap: var(--content-inner);
         column-gap: var(--content-inner);
    position: relative;
  }
  .c-first-screen__img {
    display: block;
    min-width: var(--img-size);
    flex-basis: var(--img-size);
  }
  .c-first-screen__img.o-img-cover {
    min-height: var(--img-size);
  }
}
@media (min-width: 1200px) {
  .c-first-screen {
    --img-size: 300px;
  }
}
@media (min-width: 1440px) {
  .c-first-screen.o-grid-container {
    grid-template-columns: 1fr var(--img-size);
  }
}

.c-first-100 {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  gap: 10px;
  max-height: 40dvh;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.c-first-100.o-active {
  max-height: 100vh;
}
.c-first-100__wrapper {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.c-first-100__wrapper, .c-first-100-bottom__author-box, .c-first-100-bottom__info-wrap {
  max-width: var(--wrapper-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-first-100__btn-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 16px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  height: 40px;
  width: 100%;
}
.c-first-100__btn-wrap::before, .c-first-100__btn-wrap::after {
  background: #fff;
  content: "";
  height: 1px;
  width: 100%;
}
.c-first-100__btn-wrap.o-active .c-first-100__btn {
  transform: rotate(45deg);
}
.c-first-100__btn {
  background: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  flex: 0 0 26px;
  display: block;
  position: relative;
  padding: 5px;
  transition: all 0.2s ease-in-out;
  height: 26px;
  width: 26px;
}
.c-first-100__btn::before, .c-first-100__btn::after {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 16px;
}
.c-first-100__btn::before {
  transform: rotate(90deg);
}
.c-first-100__btn a:not([class]) {
  color: var(--red);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .c-first-100__wrapper {
    margin-bottom: 0;
  }
  .c-first-100 {
    gap: 25px;
    max-height: initial;
    overflow: initial;
  }
  .c-first-100__btn-wrap {
    display: none;
  }
  .c-first-100 h1 + p {
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .c-first-100__wrapper {
    align-self: flex-start;
    margin: initial;
  }
}

.c-fs__wrapper {
  color: #fff;
  padding-bottom: 16px;
}
.c-fs-bg {
  background: #000;
  background: linear-gradient(180deg, #0d110e 44.17%, #353936 100%);
}
.c-fs__author-img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-fs__author-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  margin-right: auto;
  width: 100%;
  max-width: 290px;
}
.c-fs__author-name {
  border: 1px solid #fff;
  color: #fff;
  justify-content: center;
  flex-basis: 180px;
}
.c-fs__brand-box {
  background: #fff;
  gap: 8px;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-fs__info-wrap {
  justify-content: flex-end;
}
.c-fs__info-box {
  flex: 1 0 280px;
  position: relative;
}
.c-fs__info-box[open] .c-fs__info-btn::after {
  transform: rotate(180deg);
}
.c-fs__info-btn {
  align-items: center;
  border-radius: 50px;
  border: 1px solid #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  height: 100%;
}
.c-fs__info-btn::after {
  background: url(../img/icons/down-arrow.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  display: block;
  transition: all 0.2s ease-in-out;
  height: 30px;
  width: 30px;
}
.c-fs__info-text {
  border: 1px solid #fff;
  border-radius: var(--b-radius);
  position: absolute;
  left: 0;
  margin-top: 10px;
  top: 100%;
  width: 100%;
  z-index: 5;
}
.c-fs__info-text-title {
  text-align: center;
  margin-bottom: 10px;
}
.c-fs__info-list {
  font-size: 14px;
  gap: 8px;
}
.c-fs__info-list--iconed li {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}
.c-fs__brand {
  justify-content: flex-end;
}
.c-fs__info-btn, .c-fs__info-text {
  background: var(--main-color);
  padding: 8px 10px;
}
.c-fs__author-name, .c-fs__brand-box {
  align-items: center;
  border-radius: 50px;
  display: flex;
}
.c-fs__info-btn, .c-fs__info-wrap {
  gap: 8px;
}
@media (min-width: 768px) {
  .c-fs__info-wrap {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .c-fs__info-text, .c-fs__info-btn {
    padding: 8px 15px;
  }
}
@media (min-width: 1440px) {
  .c-fs__info-list, .c-fs__info-text, .c-fs__info-btn {
    font-size: 16px;
  }
}

.c-aside {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-aside__show-btn {
  background-color: var(--green-300);
  background-image: url(../img/icons/sitebarmobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  border-radius: var(--b-radius) 0 0 var(--b-radius);
  position: fixed;
  top: 50%;
  right: 0;
  height: 58px;
  width: 48px;
  z-index: 11;
}
.c-aside__body {
  --scrollbar-size: 4px;
  --scrollbar-color: var(--green-300);
  --scroll-bg: var(--green-100);
  background: var(--green-100);
  border-radius: var(--b-radius);
  padding: var(--content-inner);
  position: relative;
  gap: calc(var(--gap-m) * 1.5);
  max-width: var(--sidebar-width);
  max-height: 90dvh;
  overflow-y: auto;
}
.c-aside__body .o-close-btn {
  position: absolute;
  outline: 4px solid var(--green-100);
  top: var(--gap-s);
  right: var(--gap-s);
}
.c-aside__box {
  gap: calc(var(--gap-s) * 1.5);
}
.c-aside__box--news {
  --scrollbar-size: 4px;
  --scrollbar-color: var(--green-300);
  --scroll-bg: var(--green-100);
}
.c-aside__banner {
  align-items: center;
}
.c-aside__banner-logo {
  background: #fff;
  border-radius: var(--b-radius);
  padding: 24px var(--content-inner);
  width: 100%;
}
.c-aside__banner-bonus {
  font-size: clamp(18px, 3vw, 24px);
}
.c-aside__banner-bonus-text {
  font-weight: 500;
  font-size: 14px;
}
.c-aside__banner .c-play-btn {
  width: 100%;
}
.c-aside__banner-approved {
  font-size: 14px;
}
.c-aside__banner-approved span {
  font-size: 16px;
}
.c-aside__title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.c-aside__page-list a {
  color: var(--dark);
  border-bottom: 1px solid var(--green-200);
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 8px;
  text-decoration: none;
}
.c-aside__casinos-list {
  gap: calc(var(--gap-s) / 2);
}
.c-aside__casinos-list li {
  background: #fff;
  border-radius: var(--b-radius);
  padding: 8px 16px;
}
.c-aside__casinos-list .o-play-btn {
  padding: 3px 10px;
}
.c-aside:not(.js-active) {
  display: none;
}
@media (min-width: 1440px) {
  .c-aside {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    align-items: flex-start;
    height: initial;
    z-index: 1;
  }
  .c-aside, .c-aside__body {
    background: none;
    position: unset;
    padding: 0;
    max-height: initial;
    overflow: initial;
  }
  .c-aside:not(.js-active) {
    display: block;
  }
  .c-aside__body {
    height: 100%;
  }
  .c-aside__body .c-play-btn {
    line-height: 54px;
  }
  .c-aside__box {
    background: var(--green-100);
    border-radius: var(--b-radius);
    padding: var(--content-inner);
  }
  .c-aside__box:last-child {
    top: calc(var(--header-height) + var(--gap-m) * 1.5);
    position: sticky;
  }
  .c-aside__box--news {
    overflow-y: auto;
    max-height: calc(100dvh - var(--header-height) - var(--gap-m) * 1.5);
  }
  .c-aside .o-close-btn, .c-aside__show-btn {
    display: none;
  }
}

.c-news {
  --color: #000;
}
.c-news__item {
  color: var(--color);
  flex: 1 0 306px;
}
.c-news__title {
  color: var(--color);
  font-weight: bold;
}
.c-news__title:hover {
  text-decoration: underline;
}
.c-news__img {
  border-radius: var(--b-radius);
  aspect-ratio: 307/161;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
.c-news__author {
  color: var(--color);
  font-weight: bold;
  font-size: 16px;
}
.c-news__author img {
  border-radius: 50%;
}
.c-news__date {
  opacity: 0.6;
  font-size: 14px;
}
.c-news__author[class]:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .o-text .c-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: flex-start;
  }
  .o-text .c-news__item:first-child {
    display: grid;
    grid-template-columns: minmax(auto, 368px) 1fr;
    grid-column: 1/4;
  }
  .o-text .c-news__item:first-child picture {
    grid-row: 1/4;
  }
}

.c-brand-table__wrap h2 {
  background: var(--main-color);
  color: #fff;
  font-size: 1.8rem;
  padding: 30px 15px;
  text-align: center;
}

.c-brand-table {
  counter-reset: brand-num;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 15px 0 0 0;
  padding: 15px var(--content-inner);
}

.c-brand-table-item {
  --main-padding: 10px;
  background: var(--main-color);
  padding: 20px var(--main-padding) var(--main-padding) var(--main-padding);
  flex: 1 0 30%;
  position: relative;
  margin: 35px 0 0 0;
  min-width: 280px;
}
.c-brand-table-item:first-child::after {
  background: var(--main-color);
  color: #fff;
}
.c-brand-table-item::after {
  align-items: center;
  background: var(--main-color);
  border-radius: 50%;
  counter-increment: brand-num;
  content: counter(brand-num);
  color: #fff;
  display: flex;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  justify-content: center;
  top: 0;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 70px;
  width: 70px;
}
.c-brand-table-item.o-hidden {
  display: none;
}
.c-brand-table-item .c-brand-logo-wrap {
  color: var(--text-color);
}
.c-brand-table-item__body {
  background: #fff;
  text-align: center;
  padding: 20px 0 0 0;
  position: relative;
  gap: 15px;
  height: 100%;
}
.c-brand-table-item__top {
  flex-grow: 1;
  padding: 0 var(--main-padding);
  width: 100%;
}
.c-brand-table-item__name {
  font-weight: bold;
}
.c-brand-table-item__bonus {
  color: var(--text-color);
  font-weight: bold;
  padding: var(--main-padding) 0;
  width: 100%;
}
.c-brand-table-item__button {
  background: var(--main-color);
  padding: var(--main-padding);
  width: 100%;
  z-index: 1;
}
.c-brand-table-item__button button, .c-brand-table-item__button a {
  width: 100%;
}
.c-brand-table-item__body, .c-brand-table-item__top, .c-brand-table-item__button {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.c-brand-table-item__top, .c-brand-table-item__button {
  gap: 10px;
}

.c-brand-table__more-btn {
  display: flex !important;
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 1;
}

.c-brand-table__more-btn.o-active::after {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .c-brand-table-item:nth-child(+n+4) {
    flex: 1 0 100%;
    margin: 0;
    padding: 15px 15px 15px 0;
  }
  .c-brand-table-item:nth-child(+n+4):after {
    border: 1px solid #fff;
    border-right: none;
    right: initial;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: initial;
  }
  .c-brand-table-item:nth-child(+n+4) .c-brand-table-item__body {
    background: var(--main-color);
    display: grid;
    grid-template-columns: 1fr 224px;
    gap: 30px;
    padding: 0 0 0 50px;
  }
  .c-brand-table-item:nth-child(+n+4) .c-brand-table-item__top {
    background: #fff;
    border-radius: 0 90px 90px 0;
    display: grid;
    padding: 10px 65px 10px 45px;
    grid-template-columns: 230px 1fr;
    gap: 10px 30px;
  }
  .c-brand-table-item:nth-child(+n+4) .c-brand-table-item__top * {
    grid-column: 2/3;
  }
  .c-brand-table-item:nth-child(+n+4) .c-brand-table-item__logo {
    align-items: center;
    display: flex;
    grid-column: 1/2;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .c-brand-table-item:nth-child(+n+4) .c-brand-table-item__bonus {
    background: none;
    font-size: 20px;
    padding: 0;
  }
  .c-brand-table-item:nth-child(+n+4) .c-brand-table-item__button {
    background: none;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .c-brand-table {
    padding: 15px 0;
  }
}
.c-brand-info-modal {
  --body-width: 304px;
  --bg-height: calc(var(--body-width) - 100px);
  --logo-height: 80px;
  position: fixed;
  padding: 16px 8px;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease-in-out;
}
.c-brand-info-modal:not(.js-active) {
  display: none;
}
.c-brand-info-modal__body {
  --scrollbar-color: var(--grey_1);
  --scrollbar-size: 5px;
  background-color: #fff;
  border-radius: var(--b-radius);
  padding-top: var(--bg-height);
  position: relative;
  max-height: 80dvh;
  width: var(--body-width);
}
.c-brand-info-modal__body::before {
  background-repeat: no-repeat;
  background-position: top;
  background-size: var(--body-width) var(--bg-height);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: var(--bg-height);
  width: 100%;
}
.c-brand-info-modal__body.lazyloaded::before {
  background-image: url(../img/bg/brandPopupBg.jpg);
}
.c-brand-info-modal__body .o-close-btn {
  position: absolute;
  outline: clamp(2px, 0.5vw, 4px) solid #fff;
  top: 8px;
  right: 8px;
}
.c-brand-info-modal__logo {
  background: #fff;
  border-radius: calc(var(--b-radius) / 2);
  box-shadow: 0px 0px 20px 0px #ffc41e;
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: calc(var(--bg-height) - var(--logo-height) - var(--gap-m) / 2) auto 0 auto;
  height: var(--logo-height);
}
.c-brand-info-modal__title {
  font-size: clamp(20px, 5vw, 28px);
  font-weight: bold;
}
.c-brand-info-modal__bonus-body {
  gap: clamp(var(--gap-sm), 5vw, var(--gap-m));
}
@media (min-width: 768px) {
  .c-brand-info-modal {
    --body-width: 500px;
    --logo-height: 135px;
  }
  .c-brand-info-modal__body {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    gap: 28px;
  }
  .c-brand-info-modal__logo {
    margin-top: 253px;
    width: 295px;
  }
}

.c-brands-stats {
  margin: 45px 0 30px 0;
}
.c-brands-stats__logo {
  background: #000;
  display: flex;
  justify-content: center;
  padding: 20px 15px;
  position: relative;
}
.c-brands-stats__logo img {
  position: relative;
}
.c-brands-stats__logo::before {
  background: inherit;
  border-radius: 10px;
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  left: 7%;
  top: 40%;
  height: 70px;
  width: 70px;
}
.c-brands-stats__body {
  background: #eceeed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.c-brands-stats__item {
  background: #fff;
  align-items: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex: 1 0 200px;
  justify-content: space-evenly;
  gap: 15px;
  padding: 10px 5px;
  min-height: 82px;
}
.c-brands-stats__item .number {
  font-size: 30px;
  font-weight: 600;
  white-space: nowrap;
}
.c-brands-stats__item .title {
  font-size: 14px;
}
.c-brands-stats__item p {
  text-align: center;
}
@media (min-width: 768px) {
  .c-brands-stats__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .c-brands-stats__item:first-child {
    grid-row: 1/4;
  }
  .c-brands-stats__item:nth-child(2) {
    grid-row: 1/3;
  }
  .c-brands-stats__item:last-child {
    grid-row: 1/4;
    grid-column: 4/5;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .c-brands-stats__item .title {
    font-size: 16px;
  }
}

.c-brand-popup {
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: transform 0.2s ease-in-out;
  width: 100%;
  z-index: 15;
}
.c-brand-popup:not(.js-active) {
  transform: scale(0);
}
.c-brand-popup__body {
  background: var(--dark);
  border-radius: var(--b-radius);
  align-items: center;
  gap: var(--gap-m) clamp(var(--gap-s), 2vw, var(--gap-m));
  position: relative;
}
.c-brand-popup__body .c-play-btn {
  flex-grow: 1;
  flex: 1 1 285px;
}
.c-brand-popup__body .o-close-btn {
  position: absolute;
  right: var(--content-inner);
  top: 0;
  transform: translateY(-50%);
}
.c-brand-popup__logo {
  background: #fff;
  border-radius: var(--b-radius);
  padding: clamp(var(--content-inner) / 2, 2vw, var(--content-inner));
  height: clamp(72px, 10vw, 94px);
  width: clamp(78px, 18vw, 183px);
}
.c-brand-popup__bonus {
  font-size: clamp(16px, 2vw, 24px);
  flex: 2 0 40%;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 90%;
}
@media (min-width: 1440px) {
  .c-brand-popup__body .o-close-btn {
    right: 0;
    transform: translateY(-50%) translateX(50%);
  }
}

.c-toc {
  --list-collapse-height: 40px;
  --btn-width: 40px;
  align-items: center;
  background: var(--dark);
  cursor: pointer;
  display: flex;
  gap: var(--gap-m);
  justify-content: space-between;
  position: sticky;
  top: var(--header-height);
  left: 0;
  width: 100%;
  z-index: 14;
}
.c-toc.js-active {
  z-index: 99;
}
.c-toc.js-active .c-toc__list {
  max-height: calc(90dvh - var(--header-height));
}
.c-toc.js-active .c-toc__btn {
  rotate: 180deg;
}
.c-toc__list {
  display: flex;
  flex-direction: column;
  max-height: var(--list-collapse-height);
  transition: max-height 0.2s ease-in-out;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.c-toc__btn {
  order: 1;
  flex: 1 0 20px;
  position: absolute;
  top: 0;
  transition: rotate 0.2s ease-in-out;
  right: 0;
  padding: 0;
  height: var(--list-collapse-height);
  width: var(--btn-width);
}
.c-toc__btn::before, .c-toc__btn::after {
  background: #fff;
  border-radius: 5px;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 2px;
  width: 11px;
}
.c-toc__btn::before {
  rotate: 40deg;
  transform: translateX(-5px);
}
.c-toc__btn::after {
  rotate: -40deg;
  transform: translateX(5px);
}
.c-toc li {
  --bg: #fff;
  --color: #000;
}
.c-toc li:hover {
  --bg: var(--green-300);
  --color: #fff;
}
.c-toc li:active {
  --bg: var(--green-400);
  --color: #fff;
}
.c-toc li.js-active {
  --bg: #000;
  --color: #fff;
  padding-right: calc(var(--btn-width) + var(--gap-m));
  pointer-events: none;
  order: -1;
}
.c-toc li.js-active p,
.c-toc li.js-active a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-toc a {
  background: var(--bg);
  color: var(--color);
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 16px;
}

.c-faq {
  display: flex;
  flex-direction: column;
  gap: clamp(var(--gap-s), 2vw, var(--gap-m));
}
.c-faq__item {
  box-shadow: var(--box-shadow-deafult);
  border-radius: var(--b-radius);
  padding: 16px;
}
.c-faq__item:hover .c-faq__question, .c-faq__item.js-active .c-faq__question {
  color: var(--green-300);
}
.c-faq__item.js-active .c-faq__question {
  margin-bottom: var(--gap-s);
}
.c-faq__question {
  color: var(--contrast-grey);
  transition: color 0.2s ease-in-out;
}
.c-faq__question h3 {
  font-size: clamp(16px, 2vw, 20px);
}
.c-faq__answer {
  font-weight: 500;
}

.c-breadcrumbs__list {
  display: flex;
  font-weight: 500;
  gap: var(--gap-s);
  font-size: 14px;
  overflow-x: auto;
}
.c-breadcrumbs__list a {
  color: var(--contrast-grey);
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
}
.c-breadcrumbs__list li {
  white-space: nowrap;
}
.c-breadcrumbs__list li:not(:last-child) {
  display: flex;
  gap: var(--gap-s);
}
.c-breadcrumbs__list li:not(:last-child)::after {
  content: "/";
  color: var(--contrast-grey);
}
.c-breadcrumbs__list li:last-child {
  color: var(--green-300);
}

.c-brand-fs {
  max-width: 1200px;
  width: 100%;
}
.c-brand-fs h1 {
  color: var(--text-color);
}

.c-about-brand {
  align-items: flex-start;
  padding: var(--content-inner);
  gap: var(--gap-sm) calc(var(--gap-l) + var(--gap-s));
}
.c-about-brand .c-brand-logo-wrap {
  cursor: pointer;
  flex: 0 0 203px;
  margin-left: auto;
  margin-right: auto;
}
.c-about-brand .c-brand-logo-wrap.js-disable {
  pointer-events: none;
}
.c-about-brand__right-column {
  flex: 1 0 70%;
}
.c-about-brand__text {
  font-weight: 550;
}
.c-about-brand__author-info {
  color: var(--contrast-grey);
  flex: 1 0 200px;
  gap: 4px 8px;
}
.c-about-brand__author-info-link-wrap {
  gap: 4px 16px;
}
.c-about-brand__bonus {
  border: 2px solid var(--green-300);
  border-radius: var(--b-radius);
  flex: 1 0 100%;
  padding: calc(19px + var(--gap-m)) 16px 16px;
  gap: var(--gap-sm) calc(var(--gap-l) * 2);
  margin-top: 22px;
  position: relative;
}
.c-about-brand__bonus::before {
  background: var(--green-300);
  border-radius: var(--b-radius);
  content: "Bonuses and promo codes";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px;
  text-align: center;
  top: -23px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.c-about-brand__bonus-value {
  background: var(--green-100);
  border-radius: var(--b-radius);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
}
.c-about-brand__bonus .c-play-btn,
.c-about-brand__bonus .c-promo-btn {
  line-height: clamp(44px, 5vw, 62px);
  font-size: clamp(16px, 2vw, 24px);
}
.c-about-brand__bonus > * {
  flex: 1 0 40%;
}
.c-about-brand__advantages {
  font-size: 16px;
  margin-top: clamp(0px, 1vw, 16px) !important;
}
.c-about-brand__advantages li {
  font-weight: bold;
}
.c-about-brand__advantages li::before {
  border-radius: 0;
  rotate: 45deg;
  top: 7px;
  left: 2px;
}
.c-about-brand__responsible {
  font-size: 14px;
  margin-top: clamp(0px, 1vw, 8px);
}
@media (min-width: 1024px) {
  .c-about-brand__bonus > * {
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  .c-about-brand {
    row-gap: calc(var(--gap-l) * 2);
    padding: 32px 64px;
  }
  .c-about-brand .c-brand-logo-wrap {
    flex-basis: 183px;
  }
  .c-about-brand .c-brand-logo-wrap img {
    height: 142px;
  }
  .c-about-brand__bonus {
    padding: 64px 64px 32px 64px;
  }
}

.c-brand-grade__left {
  --bg-width: 288px;
  --rating: 0;
  --rating-num: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  margin: 0 auto;
  height: 195px;
  width: var(--bg-width);
}
.c-brand-grade__left::before, .c-brand-grade__left::after {
  position: absolute;
}
.c-brand-grade__left::before {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
  top: 72%;
  left: 6px;
  rotate: 340deg;
  transform-origin: right center;
  transform: rotate(calc(220 * var(--rating) / 100 * 1deg));
  height: 10px;
  width: 138px;
}
.c-brand-grade__left::after {
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: var(--rating-num);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  top: 60%;
  left: 0;
  right: 0;
  margin: auto;
  height: 48px;
  width: 48px;
}
.c-brand-grade.lazyloaded .c-brand-grade__left {
  background-image: url("../img/icons/brand/rating-bar.svg");
}
.c-brand-grade.lazyloaded .c-brand-grade__left::before {
  background-image: url(../img/icons/brand/rating-bar-arrow.svg);
  animation: tick 2s ease-in-out;
}
.c-brand-grade.lazyloaded .c-brand-grade__left::after {
  background-image: url(../img/bg/rating-bg.svg);
}
.c-brand-grade__right {
  flex: 1;
}
.c-brand-grade__right .c-more-btn {
  color: var(--contrast-grey);
  font-size: 14px;
  line-height: 34px;
  margin-top: var(--gap-s);
}
.c-brand-grade__item {
  --icon-color: var(--green-300);
  border-radius: var(--b-radius);
  box-shadow: var(--box-shadow-deafult);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px 8px 52px;
}
.c-brand-grade__item:hover .c-brand-grade__item-hover {
  opacity: 1;
  visibility: visible;
}
.c-brand-grade__item-num {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-brand-grade__item-hover {
  background: #000;
  border-radius: var(--b-radius);
  color: #fff;
  position: absolute;
  padding: 10px;
  opacity: 0;
  right: -111px;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  bottom: calc(100% + 12px);
  min-width: 249px;
  z-index: 3;
}
.c-brand-grade__item-hover::before {
  background: inherit;
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(7px) rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 22px;
  width: 22px;
  z-index: -1;
}
.c-brand-grade__item.js-hidden {
  display: none;
}
.c-brand-grade__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto 0;
}
.c-brand-grade__item .o-icon-lazy__right::after {
  --icon-color: var(--contrast-grey);
  --icon-height: 16px;
}
@media (min-width: 992px) {
  .c-brand-grade {
    flex-direction: row;
    gap: clamp(var(--gap-m), 5vw, 60px);
  }
  .c-brand-grade__left {
    --bg-width: 488px;
    margin: initial;
    height: 331px;
  }
  .c-brand-grade__left::after {
    font-size: 20px;
    height: 66px;
    width: 66px;
  }
  .c-brand-grade__left::before {
    top: 70%;
    left: 12px;
    height: 16px;
    width: 232px;
  }
  .c-brand-grade__item {
    padding: 8px 16px 8px 60px;
    font-size: 16px;
  }
}

@keyframes tick {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(calc(220 * var(--rating) / 100 * 1deg));
  }
}
.c-brand-tabs {
  gap: clamp(var(--gap-sm), 2vw, 24px);
}
.c-brand-tabs-characteristics {
  gap: clamp(var(--gap-sm), 2vw, 18px);
}
.c-brand-tabs-characteristics:not(.js-active) {
  display: none;
}
.c-brand-tabs-characteristics__item {
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
}
.c-brand-tabs-characteristics__item .o-h3 {
  font-size: clamp(18px, 2vw, 20px);
}
.c-brand-tabs-characteristics__item a {
  text-decoration: none;
}
.c-brand-tabs-characteristics__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-s);
}
.c-brand-tabs-characteristics__list li {
  background: var(--green-100);
  border-radius: var(--b-radius);
  padding: 8px;
}
.c-brand-tabs-characteristics__list .o-lazy-icon__left {
  align-items: center;
}

.c-anchors__list {
  padding-bottom: 8px !important;
}
.c-anchors__list::-webkit-scrollbar {
  height: 5px;
}
.c-anchors__list::-webkit-scrollbar-thumb {
  background: var(--grey_1);
  border-radius: var(--b-radius);
}
.c-anchors__list a {
  --icon-color: var(--green-300);
  align-items: center;
  background: var(--green-100);
  border-radius: 40px;
  color: var(--green-300);
  gap: var(--gap-s);
  display: inline-flex;
  font-weight: bold;
  padding: 11px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.c-other-brands--alternatives {
  --scrollbar-size: 8px;
  padding-bottom: var(--scrollbar-size);
}
.c-other-brands__item {
  align-items: center;
  background: var(--green-100);
  border-radius: var(--b-radius);
  padding: 16px;
  text-align: center;
  flex: 1 0 20%;
  min-width: 250px;
}
.c-other-brands .c-play-btn,
.c-other-brands .c-brand-logo-wrap, .c-other-brands__logo {
  width: 100%;
}
.c-other-brands__logo {
  display: block;
}
.c-other-brands__name {
  color: var(--text-color);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  line-height: clamp(40px, 5vw, 45px);
}
.c-other-brands .c-play-btn {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: clamp(44px, 5vw, 54px);
}
@media (min-width: 992px) {
  .c-other-brands {
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .c-other-brands__item {
    flex-grow: 1;
  }
}

.c-other-items {
  gap: clamp(var(--gap-s), 3vw, var(--gap-m));
}
.c-other-items__item {
  box-shadow: var(--box-shadow-deafult);
  border-radius: var(--b-radius);
  flex: 1 0 30%;
  padding: 16px;
  min-width: 280px;
}
.c-other-items__item a {
  color: var(--text-color);
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

.c-other-slots {
  display: flex;
  gap: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.c-other-slots__item {
  background: #fff;
  color: #000;
  display: flex;
  gap: 10px;
  height: 90px;
  flex: 0 0 270px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  width: 270px;
}
.c-other-slots__item:hover {
  transform: scale(1.05);
}
.c-other-slots__logo-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 128px;
}
.c-other-slots__name {
  font-weight: 600;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-other-slots__rating {
  align-items: center;
  display: flex;
  gap: 10px;
}
.c-other-slots__rating svg {
  stroke: #f2ce82;
  height: 14px;
}
.c-other-slots__rating span {
  font-size: 12px;
}
.c-other-slots__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .c-other-slots {
    align-items: flex-end;
    flex-direction: column;
    overflow: initial;
  }
  .c-other-slots__item {
    flex: initial;
  }
}

.c-slot-page {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-slot-page__header h1 {
  color: #fff;
  text-align: center;
  margin: 0;
}
.c-slot-page__rating {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-slot-page__rating svg {
  height: 22px;
}
.c-slot-page__pre {
  align-items: center;
  background: #fff;
  color: #000;
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 10px;
  padding: 10px;
}
.c-slot-page__iframe-wrap iframe {
  min-height: 400px;
}
.c-slot-page__iframe-unavailable {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: relative;
  min-height: 350px;
  width: 100%;
}
.c-slot-page__iframe-unavailable p {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  width: 100%;
  z-index: 2;
}
.c-slot-page__iframe-unavailable .blur {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block;
  filter: blur(5px);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.c-slot-page__provider-logo {
  align-items: center;
  display: flex;
  gap: 10px;
}
.c-slot-page__provider-logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
.c-slot-page__play-btn {
  display: flex;
  justify-content: flex-end;
}
.c-slot-page__play-btn .o-play-btn {
  font-size: 12px;
  min-width: 100px;
}
.c-slot-page__provider-slot-num {
  font-size: 10px;
}
.c-slot-page__iframe img {
  filter: blur(5px);
}
.c-slot-page__bottom-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.c-main-content .c-slots {
  --img-size: clamp(139px, 20vw, 259px);
}

.c-slots {
  --img-size: clamp(139px, 20vw, 285px);
  --demo-width: 930px;
}
.c-slots__item, .c-slots__item-img, .c-slots__item-overlay {
  border-radius: var(--b-radius);
}
.c-slots__item-img, .c-slots__item-overlay {
  height: var(--img-size);
  width: var(--img-size);
}
.c-slots__item {
  position: relative;
  flex: 0 0 var(--img-size);
}
.c-slots__item:hover .c-slots__item-overlay {
  opacity: 1;
  visibility: visible;
}
.c-slots__item-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  padding: 0 clamp(8px, 2vw, 22px);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visible 0.2s ease-in-out;
}
.c-slots__item-overlay .c-demo-btn,
.c-slots__item-overlay .c-play-btn {
  font-size: calc(var(--body-font) - 2px);
  line-height: clamp(38px, 5vw, 42px);
  white-space: nowrap;
  width: 100%;
}
.c-slots__item-overlay .c-play-btn {
  border: 2px solid var(--green-300);
  font-weight: 900;
  text-transform: uppercase;
}
.c-slots__item-name {
  color: var(--text-color);
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: var(--img-size);
}
.c-slots__demo {
  --padding-v: 28px;
  --padding-h: 16px;
  padding: var(--padding-v) var(--padding-h);
  margin: auto;
  max-width: var(--demo-width);
  width: 100%;
}
.c-slots__demo-container {
  background: var(--main-color);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  transition: 0.2s ease-in-out;
  height: 100dvh;
  width: 100%;
  z-index: 99;
}
.c-slots__demo-container.js-active {
  display: flex;
}
.c-slots__demo-controls {
  margin-left: auto;
}
.c-slots__demo-close {
  margin-left: auto;
}
.c-slots__demo-iframe {
  height: calc(100dvh - var(--padding-v) * 2 - var(--gap-m) * 2 - 38px - clamp(38px, 5vw, 57px));
  max-height: 567px;
  width: 100%;
}
.c-slots__demo-play {
  font-size: clamp(16px, 5vw, 18px);
  max-width: 360px;
  width: 100%;
}
@media (min-width: 992px) {
  .c-slots {
    --demo-width: 1400px;
  }
  .c-slots__demo-iframe {
    max-height: 80dvh;
  }
  .c-slots__demo-container {
    top: 0;
    height: 100dvh;
    z-index: 99;
  }
}

.js-slots-tabs-item:not(.js-active) {
  display: none;
}

.c-steps-1, .c-steps-2 {
  counter-reset: step;
  gap: 25px;
}
.c-steps-1 {
  justify-content: center;
}
.c-steps-2__item {
  display: grid;
}
.c-steps-1__item::before, .c-steps-2__item::before {
  counter-increment: step;
  content: counter(step);
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
.c-steps-1__item {
  background: #eceeed;
  padding: 57.5px 20px 37.5px;
  margin-top: 37.5px;
}
.c-steps-1__item::before {
  background: #d22a1d;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  padding: 5px;
  top: 0;
  transform: translateY(-50%);
  height: 75px;
  width: 75px;
}
.c-steps-2__item::before {
  background: #000;
}
.c-steps-1__text, .c-steps-2__text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .c-steps-1 {
    flex-direction: column;
  }
  .c-steps-1__item {
    align-items: center;
    display: flex;
  }
  .c-steps-1__item::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .c-steps-1__item:not(:nth-child(2n)) {
    margin: 0 0 0 37.5px;
    padding: 25px 50px 20px 87.5px;
  }
  .c-steps-1__item:not(:nth-child(2n))::before {
    left: 0;
    right: initial;
    transform: translateX(-50%);
  }
  .c-steps-1__item:nth-child(2n) {
    margin: 0 37.5px 0 0;
    padding: 25px 87.5px 20px 50px;
  }
  .c-steps-1__item:nth-child(2n)::before {
    left: initial;
    transform: translateX(50%);
  }
  .c-steps-2__item {
    grid-template-columns: 70px 1fr;
  }
}

.c-algorithm-1__item, .c-algorithm-2__item, .c-algorithm__item,
.c-steps-1__item,
.c-steps-2__item,
.c-steps__item {
  position: relative;
}
.c-algorithm-1__item::before, .c-algorithm-2__item::before, .c-algorithm__item::before,
.c-steps-1__item::before,
.c-steps-2__item::before,
.c-steps__item::before {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-algorithm-1__title, .c-algorithm-2__title, .c-algorithm__title,
.c-steps-1__title,
.c-steps-2__title,
.c-steps__title {
  font-size: 21px;
  font-weight: 700;
}

.c-steps-2__body,
.c-algorithm__item {
  --padding: 15px;
  background: #eceeed;
  padding: var(--padding);
}
@media (min-width: 768px) {
  .c-steps-2__body,
  .c-algorithm__item {
    padding: 25px 50px;
  }
}

.c-algorithm {
  --icons-size: 66px;
  gap: 5px;
  margin-top: calc(var(--icons-size) / 2 + 30px);
}
.c-algorithm__item {
  padding-top: calc(var(--icons-size) / 2 + var(--padding));
  padding-bottom: calc(var(--icons-size) / 2 + var(--padding));
}
.c-algorithm__item.lazyloaded::before {
  background-image: url(../img/icons/checked.svg);
}
.c-algorithm__item::before {
  background-color: #fff;
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: var(--icons-size);
  width: var(--icons-size);
}
.c-algorithm__body {
  gap: 10px;
}
.c-algorithm__title {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .c-algorithm {
    --icons-size: 100px;
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .c-algorithm__item {
    --padding: 25px;
    display: grid;
    padding-left: calc(var(--icons-size) / 2 + var(--padding));
    margin-left: calc(var(--icons-size) / 2);
    min-height: var(--icons-size);
  }
  .c-algorithm__item::before {
    background-size: 40px;
    right: initial;
    bottom: 0;
    margin: auto 0;
    transform: translateY(0%) translateX(-50%);
  }
}
@media (min-width: 992px) {
  .c-algorithm__item {
    align-items: center;
    display: flex;
    gap: 15px;
  }
  .c-algorithm__body {
    flex: 1 0 20%;
  }
  .c-algorithm__title {
    margin: 0;
    flex: 1 0 160px;
    max-width: 200px;
  }
}

.o-author-row {
  font-size: 14px;
  font-weight: 500;
}
.o-author-name__wrapper {
  position: relative;
}
.o-author-name__wrapper:hover .o-author__hover {
  display: flex;
  opacity: 1;
}
.o-author__hover {
  background: #fff;
  border-radius: var(--b-radius);
  box-shadow: var(--box-shadow-deafult);
  display: none;
  flex-wrap: wrap;
  position: absolute;
  padding: 16px;
  min-width: 260px;
  left: -42px;
  top: 42px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  margin: 0 auto;
  z-index: 3;
}
.o-author__hover-left {
  flex: 0 0 48px;
}
.o-author__hover-right {
  flex: 1 0 40%;
}
.o-author__hover-right .c-socials-list {
  --icon-size: 28px;
  gap: 8px;
  justify-content: flex-start;
}
.o-author__hover-bottom {
  flex: 1 0 100%;
}
.o-author__hover-bottom a {
  text-decoration: underline;
}
.o-author__hover-name {
  font-weight: bold;
  font-size: 18px;
}
.o-author__hover .c-socials-list {
  margin-top: 4px;
}
.o-author__hover::after, .o-author__hover::before {
  content: "";
  display: block;
  top: 0;
  transform: translateY(-90%);
  left: 0;
  position: absolute;
  height: 26px;
}
.o-author__hover::after {
  width: 100%;
}
.o-author__hover::before {
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  right: 0;
  margin: 0 auto;
  width: 35px;
}
.o-author-name {
  color: var(--contrast-grey);
  font-weight: bold;
}

.c-quote {
  box-shadow: var(--box-shadow-deafult);
  border-radius: var(--b-radius);
  padding: clamp(16px, 2vw, 32px) clamp(16px, 2vw, 24px);
}
.c-quote .c-socials-list {
  --icon-size: 30px;
  row-gap: var(--gap-s);
}
.c-quote__job {
  gap: var(--gap-ss);
  font-size: 14px;
  font-weight: 500;
}
.c-quote__job a {
  color: var(--text-color);
  font-weight: bold;
  font-size: 16px;
}
.c-quote__top {
  flex: 0 0 200px;
}
.c-quote__text {
  flex: 1 0 60%;
}

.c-quote-brick__content {
  font-style: italic;
  font-weight: 550;
}
.c-quote-brick__end {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  gap: 4px;
}
.c-quote-brick__end-author {
  font-style: italic;
}
.c-quote-brick.lazyloaded::before {
  background-image: url(../img/icons/quote.svg);
}

.c-email-sub {
  background: var(--green-100);
  border-radius: calc(var(--b-radius) * 2);
  padding: var(--content-inner);
  max-width: 890px;
}
.c-email-sub__form.lazyloaded::after {
  background-image: url("../img/icons/email-icon.png");
}
.c-email-sub__form::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  order: -1;
  height: 241px;
  width: 256px;
}
.c-email-sub__top, .c-email-sub__success {
  gap: calc(var(--gap-s) / 2);
}
.c-email-sub__top {
  order: -2;
}
.c-email-sub__desc {
  font-weight: 550;
}
.c-email-sub__input {
  background: #fff;
  box-shadow: var(--box-shadow-deafult);
  border-radius: 40px;
  min-height: 54px;
  padding: 16px;
}
.c-email-sub__input::-moz-placeholder {
  color: #000;
  font-weight: 500;
}
.c-email-sub__input, .c-email-sub__input::placeholder {
  color: #000;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-email-sub {
    padding: 24px;
  }
  .c-email-sub__form {
    display: grid;
    row-gap: var(--gap-l);
    -moz-column-gap: calc(var(--gap-m) * 2);
         column-gap: calc(var(--gap-m) * 2);
    justify-content: space-between;
  }
  .c-email-sub__form::after {
    grid-column: 2/3;
    grid-row: 1/span 4;
  }
  .c-email-sub__top {
    grid-row: 2/3;
  }
  .c-email-sub__success {
    grid-row: 2/4;
  }
  .c-email-sub__input-group {
    grid-row: 3/4;
  }
  .c-email-sub__success {
    gap: var(--gap-s);
  }
  .c-email-sub__success .o-reload-btn {
    margin-top: var(--gap-m);
  }
}
@media (min-width: 1200px) {
  .c-email-sub {
    padding: 24px 51px;
  }
  .c-email-sub__input-group {
    position: relative;
  }
  .c-email-sub__input-group .c-send-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 6px;
    margin: auto 0;
    min-width: 150px;
  }
}

.c-why-us {
  background: var(--main-color);
  color: #fff;
  gap: 15px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-why-us__numbers {
  gap: 20px;
  justify-content: center;
}
.c-why-us__cell {
  align-items: center;
  border: 2px solid var(--border-color);
  border-radius: var(--b-radius);
  flex: 1 0 140px;
  padding: 8px 15px;
  max-width: 160px;
}
.c-why-us__title {
  align-items: center;
  font-size: var(--h2-font);
  font-weight: bold;
  gap: 10px 8px;
  position: relative;
  justify-content: center;
}
.c-why-us__title.lazyloaded::after {
  background-image: url(../img/favicon.svg);
}
.c-why-us__title::after {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: "";
  height: 60px;
  width: 60px;
}
.c-why-us__num {
  font-size: 36px;
  font-weight: bold;
}
.c-why-us__sign {
  font-size: 14px;
}
@media (min-width: 425px) {
  .c-why-us__title {
    flex-direction: row !important;
    gap: 20px;
    justify-content: center;
  }
}

.c-map {
  --b-radius: 50px;
  --map-heigth: 390px;
  --close-icon-size: 40px;
  --tab-width: 50px;
  position: relative;
}
.c-map__tabs {
  --scrollbar-size: 0.3em;
  --scrollbar-color: var(--green-color-2);
  background: var(--green-color);
  border-radius: var(--b-radius) 0 0 var(--b-radius);
  position: absolute;
  padding: 50px 0;
  gap: 15px;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
  height: var(--map-heigth);
  width: var(--tab-width);
  z-index: 1;
}
.c-map__tab {
  cursor: pointer;
  position: relative;
}
.c-map__tab-btn {
  align-items: center;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  transition: 0.3s ease-in-out;
  height: 36px;
  width: var(--tab-width);
}
.c-map__tab-btn.o-active {
  background-color: var(--main-color);
  border-radius: 10px 0 0 10px;
}
.c-map__tab-btn.o-active__pin {
  fill: #fff;
}
.c-map__pin {
  fill: var(--main-color);
}
.c-map__window {
  --scrollbar-color: #fff;
  background: var(--main-color);
  border-radius: 0 var(--b-radius) var(--b-radius) 0;
  direction: rtl;
  font-size: 16px;
  position: absolute;
  padding: 20px 15px;
  gap: 15px;
  top: 0;
  left: var(--tab-width);
  text-align: center;
  max-height: var(--map-heigth);
  opacity: 0;
  transition: 0.3s cubic-bezier(0, -0.11, 0.3, 0.86);
  visibility: hidden;
  overflow-y: auto;
  height: 100%;
  max-width: 230px;
  width: calc(100% - var(--tab-width) - var(--close-icon-size));
  z-index: 1;
}
.c-map__window * {
  color: #fff;
  direction: ltr;
}
.c-map__window a {
  text-decoration: underline;
}
.c-map__window.o-active {
  opacity: 1;
  visibility: visible;
}
.c-map__img {
  --b-radius: 40px;
  border-radius: 0 var(--b-radius) 0 var(--b-radius);
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100px;
  height: auto;
  width: 100%;
}
.c-map__title {
  font-weight: bold;
}
.c-map__iframe {
  display: none;
  border: 0;
  border-radius: var(--b-radius);
  height: var(--map-heigth);
  padding-left: var(--tab-width);
}
.c-map__iframe.o-active {
  display: block;
}

.c-cookie-policy {
  background: var(--main-color);
  border-radius: var(--b-radius);
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  position: fixed;
  padding: clamp(18px, 2vw, 32px) clamp(16px, 2vw, 24px);
  transition: scale 0.2s ease-in-out;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: clamp(288px, 49vw, 438px);
  z-index: 16;
}
.c-cookie-policy:not(.js-active) {
  scale: 0;
}
.c-cookie-policy__title::after {
  background-image: url(../img/icons/cookies.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  flex-basis: clamp(22px, 5vw, 32px);
  height: clamp(22px, 5vw, 32px);
  width: clamp(22px, 5vw, 32px);
}
.c-cookie-policy a {
  color: #fff;
}
.c-cookie-policy button {
  font-size: var(--body-font);
  margin-top: var(--gap-s);
}
@media (min-width: 768px) {
  .c-cookie-policy {
    left: 40px;
    right: initial;
    bottom: 40px;
    margin: inherit;
  }
}

.c-history-slider {
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 10px;
  gap: 10px;
}
.c-history-slider__tabs {
  position: relative;
  overflow-x: hidden;
}
.c-history-slider__tabs::before {
  background: var(--border-color);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 3px;
  width: 100%;
}
.c-history-slider__tabs-scroller {
  display: flex;
  gap: 30px;
  padding: 0 30px;
  transition: transform 0.2s ease-in-out;
}
.c-history-slider__tab {
  cursor: pointer;
  flex: 0 0 40px;
  position: relative;
  margin: 0 auto;
  height: 40px;
  z-index: 1;
}
.c-history-slider__tab::before {
  background: var(--main-color);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  scale: 0.7;
  transition: 0.2s ease-in-out;
  height: 100%;
  width: 100%;
}
.c-history-slider__tab.o-active::before {
  scale: 1;
}
.c-history-slider-arrows {
  justify-content: space-between;
  gap: 30px;
  padding: 0 30px;
}
.c-history-slider-arrows.lazyloaded-arrow {
  background-image: url(../img/icons/down-arrow-black.svg);
}
.c-history-slider-arrow {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
.c-history-slider-arrow:first-child {
  transform: rotate(90deg);
}
.c-history-slider-arrow:last-child {
  transform: rotate(-90deg);
}
.c-history-slider-arrow.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.c-history-slider__year {
  font-size: 32px;
  text-align: center;
  position: relative;
}
.c-history-slider__year::before {
  color: #ffd130;
  content: "/";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
}
.c-history-slider__wrapper {
  overflow-x: hidden;
}
.c-history-slider__body {
  display: flex;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-history-slider__item {
  align-items: center;
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  position: relative;
}
.c-history-slider__text {
  font-size: 16px;
  gap: 10px;
}
@media (min-width: 768px) {
  .c-history-slider {
    --arrow-size: 64px;
    position: relative;
  }
  .c-history-slider__item {
    padding: 0 calc(var(--arrow-size) + 30px);
  }
  .c-history-slider-arrow {
    background-color: var(--green-color-2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: var(--arrow-size);
    width: var(--arrow-size);
  }
  .c-history-slider-arrow.prev {
    left: 0;
  }
  .c-history-slider-arrow.next {
    right: 0;
  }
}
@media (min-width: 992px) {
  .c-history-slider__item {
    display: grid;
    grid-template-columns: minmax(120px, 150px) 1fr;
    gap: 20px;
  }
}

.c-tabs {
  overflow: hidden;
}
.c-tabs__text {
  gap: 8px;
}
.c-tabs__item {
  --scrollbar-color: var(--green-color-2);
  --scrollbar-size: 8px;
  background: var(--main-color);
  color: #fff;
  flex: 1 0 538px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px 10px;
  max-height: 350px;
}
.c-tabs__item-title {
  align-items: center;
  display: grid;
  font-weight: bold;
  grid-template-columns: auto 1fr;
  gap: 8px;
  margin-bottom: 30px;
  position: relative;
}
.c-tabs__item-title::before {
  font-size: 120px;
  line-height: 1;
}
.c-tabs__btns-wrap {
  position: relative;
}
.c-tabs__btns-wrap::before {
  background: var(--border-color);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 3px;
  width: 100%;
}
.c-tabs__btns {
  --btn-size: 50px;
  --scrollbar-size: 5px;
  gap: 25px;
  margin-top: 25px;
  padding-bottom: var(--scrollbar-size);
  transition: 0.2s ease-in-out;
}
.c-tabs__btns::-webkit-scrollbar {
  height: var(--scrollbar-size);
}
.c-tabs__btn {
  background: var(--main-color);
  color: #fff;
  flex: 1 0 var(--btn-size);
  height: var(--btn-size);
  max-width: var(--btn-size);
  margin: 0 auto;
  z-index: 1;
}
.c-tabs__btn:not(.o-active)::before {
  opacity: 0.5;
}
.c-tabs__btn::before {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.c-tabs__text, .c-tabs__btns {
  counter-reset: counter;
}
.c-tabs__item-title::before, .c-tabs__btn::before {
  counter-increment: counter;
  content: counter(counter);
}
@media (min-width: 768px) {
  .c-tabs__item {
    padding: 20px var(--content-inner);
    max-height: 538px;
  }
  .c-tabs__item-title {
    gap: 15px;
  }
  .c-tabs__btn {
    --btn-size: 75px;
  }
  .c-tabs__btn::before {
    font-size: 45px;
  }
}

.grab {
  cursor: grab;
}

.grabbing {
  cursor: grabbing;
}

.c-awards {
  gap: 50px;
  margin: 0 auto;
}
.c-awards__wrap {
  --back-icon-size: 100px;
  --front-icon-size: 78px;
  --item-padding: 15px;
}
.c-awards__bg {
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(calc(-1 * var(--content-inner)));
  position: relative;
  height: 500px;
  width: 100vw;
  max-width: initial;
}
.c-awards__bg::before {
  background: rgba(0, 0, 0, 0.5843137255);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-awards__bg.lazyloaded {
  background-image: var(--bg);
}
.c-awards__item {
  position: relative;
  padding: calc(var(--back-icon-size) / 2 + var(--item-padding)) var(--item-padding) var(--item-padding) var(--item-padding);
  max-width: 280px;
}
.c-awards__item:nth-child(n+2) {
  margin-top: calc(var(--back-icon-size) / 2);
}
.c-awards__item.lazyloaded::before {
  background-image: url(../img/icons/cup.svg);
}
.c-awards__item::before {
  background-color: var(--main-color);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  height: var(--front-icon-size);
  width: var(--front-icon-size);
  z-index: 2;
}
.c-awards__item::after {
  background: #fff;
  box-shadow: 0 0 10px var(--main-color);
  height: var(--back-icon-size);
  width: var(--back-icon-size);
  z-index: 1;
}
.c-awards__item::before, .c-awards__item::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}
.c-awards__title {
  font-size: var(--h3-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.c-awards__body {
  gap: 10px;
}
@media (min-width: 768px) {
  .c-awards {
    display: grid;
    grid-template-columns: repeat(2, 280px);
    justify-content: center;
  }
  .c-awards__item {
    width: 100%;
  }
  .c-awards__item:nth-child(n+2) {
    margin-top: initial;
  }
  .c-awards__item:nth-child(n+3) {
    margin-top: calc(var(--back-icon-size) / 2);
  }
}
@media (min-width: 992px) {
  .c-awards__wrap {
    position: relative;
  }
  .c-awards__bg {
    background-size: contain;
    background-position: center;
    transform: initial;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .c-awards {
    background: #fff;
    display: flex;
    gap: 20px;
    position: relative;
    max-width: 567px;
    margin: 0 0 0 auto;
  }
  .c-awards__item {
    padding: var(--item-padding) 0 var(--item-padding) calc(var(--back-icon-size) / 2 + var(--item-padding));
    max-width: initial;
  }
  .c-awards__item::before, .c-awards__item::after {
    bottom: 0;
    right: initial;
    left: 0;
    margin: auto 0;
    transform: translateX(-50%);
  }
}

.c-form {
  box-shadow: var(--box-shadow-deafult);
  border-radius: var(--b-radius);
  padding: 16px;
  gap: calc(var(--gap-s));
}
.c-form__succeeded {
  background: #fff;
  border-radius: var(--b-radius);
  padding: 24px 2em 32px 2em;
}
.c-form__succeeded .o-h2 + p {
  color: var(--contrast-grey);
  font-weight: 500;
}
.c-form__succeeded.lazyloaded::before {
  background-image: url(../img/icons/reviews/sended.svg);
}
.c-form__succeeded::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-bottom: var(--gap-s);
  height: 141px;
  width: 141px;
}
.c-form__succeeded .o-link {
  text-decoration: underline;
  font-weight: 500;
}
.c-form__succeeded:not(.js-sended) {
  display: none;
}
@media (min-width: 768px) {
  .c-form__succeeded::before {
    margin-bottom: var(--gap-m);
  }
}
.c-form__rating {
  position: relative;
}
.c-form__rating::before {
  content: var(--label);
  color: var(--grey-text);
  display: block;
  flex: 1 0 100%;
  font-size: 16px;
  font-weight: 550;
  text-align: center;
}
.c-form__rating.js-unfilled::before {
  color: var(--red);
}
.c-form__rating.js-unfilled .c-form__rating-star {
  background-color: var(--red);
}
.c-form__rating.lazyloaded .c-form__rating-star {
  -webkit-mask-image: url(../img/icons/reviews/star.svg);
          mask-image: url(../img/icons/reviews/star.svg);
}
.c-form__rating-item {
  position: relative;
}
.c-form__rating input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
input[type=radio].js-active + .c-form__rating-star {
  background-color: var(--yellow);
}
.c-form__rating-star, .c-form__rating-item,
.c-form__rating input[type=radio] {
  height: 32px;
  width: 32px;
}
.c-form__rating-star {
  background-color: var(--u-grey_1);
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  transition: 0.2s ease-in-out;
}
.c-form__group {
  position: relative;
}
.c-form__group label {
  color: var(--grey-text);
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  top: 12px;
  transition: top 0.2s ease-in-out;
  left: 16px;
  line-height: 23px;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.c-form input,
.c-form textarea {
  border: 1px solid var(--u-grey_1);
  border-radius: var(--b-radius);
  padding: 12px 16px;
  line-height: 1;
  transition: margin-top 0.2s ease-in-out;
  position: relative;
  width: 100%;
}
.c-form input:focus, .c-form input.js-filled, .c-form input.js-unfilled,
.c-form textarea:focus,
.c-form textarea.js-filled,
.c-form textarea.js-unfilled {
  margin-top: 12px;
}
.c-form input:focus + label, .c-form input.js-filled + label, .c-form input.js-unfilled + label,
.c-form textarea:focus + label,
.c-form textarea.js-filled + label,
.c-form textarea.js-unfilled + label {
  background: #fff;
  top: 0px;
  padding: 0 2px;
}
.c-form input:focus,
.c-form textarea:focus {
  border-color: var(--u-grey_1) !important;
}
.c-form input:focus + label,
.c-form textarea:focus + label {
  color: var(--grey-text);
}
.c-form input.js-filled,
.c-form textarea.js-filled {
  border-color: var(--green-300) !important;
}
.c-form input.js-filled + label,
.c-form textarea.js-filled + label {
  color: var(--green-300);
}
.c-form input.js-unfilled,
.c-form textarea.js-unfilled {
  background-image: url(../img/icons/reviews/error-icon.svg);
  background-repeat: no-repeat;
  background-position: right 16px top 12px;
  background-size: 18px;
  border-color: var(--red);
}
.c-form input.js-unfilled::-moz-placeholder, .c-form textarea.js-unfilled::-moz-placeholder {
  color: var(--red);
}
.c-form input.js-unfilled::placeholder,
.c-form textarea.js-unfilled::placeholder {
  color: var(--red);
}
.c-form input.js-unfilled + label,
.c-form textarea.js-unfilled + label {
  color: var(--red);
}
.c-form textarea {
  min-height: clamp(134px, 14vw, 155px);
  resize: none;
}

.c-reviews__container {
  border-top: 1px solid var(--grey_1);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-m) var(--gap-l);
  margin-top: clamp(16px, 2vw, 24px);
  padding-top: clamp(16px, 2vw, 24px);
}
.c-reviews__average-rating {
  gap: clamp(var(--gap-s) * 1.5, 2vw, var(--gap-m));
  margin-top: clamp(16px, 2vw, 24px);
}
.c-reviews__average-rating-num {
  font-size: clamp(40px, 6vw, 52px);
  font-weight: 900;
  line-height: 1;
}
.c-reviews__average-rating .o-rating-stars {
  --height: 24px;
}
.c-reviews, .c-reviews__form {
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.c-reviews__form {
  flex-basis: 380px;
}
.c-reviews {
  flex-basis: 340px;
}
.c-reviews > .c-reviews__item {
  box-shadow: var(--box-shadow-deafult);
  padding: 16px clamp(16px, 2vw, 24px);
}
.c-reviews__item {
  align-items: flex-start;
  border-radius: var(--b-radius);
  gap: 8px;
  flex: 1 0 400px;
  font-size: 14px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
}
.c-reviews__item .c-reviews__item {
  padding-left: 8px;
  flex: initial;
  margin-top: var(--gap-s);
}
.c-reviews__item .c-reviews__item:not(.js-active) {
  display: none;
}
.c-reviews__group {
  gap: calc(var(--gap-s) / 2) var(--gap-m);
  width: 100%;
}
.c-reviews__name {
  font-size: 16px;
}
.c-reviews__date {
  color: var(--contrast-grey);
  font-size: 14px;
  margin-left: auto;
}
.c-reviews__reply-to {
  flex: 1 0 100%;
}
.c-reviews__reply-to span {
  font-size: 16px;
}
.c-reviews__reply-btn, .c-reviews__show-reply-btn {
  font-size: 16px;
  font-weight: bold;
}
.c-reviews__reply-btn {
  color: var(--grey-text);
  justify-content: flex-start;
}
.c-reviews__show-reply-btn {
  --icon: url(../img/icons/reviews/reviews-arrow.svg);
  --icon-color: var(--red);
  color: var(--red);
  justify-content: space-between;
  margin-top: var(--gap-s);
}
.c-reviews__show-reply-btn::after {
  transition: 0.2s ease-in-out;
}
.c-reviews__show-reply-btn.js-active::after {
  rotate: 180deg;
}
.c-reviews__form {
  position: relative;
}
.c-reviews__form .c-form__succeeded {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .c-reviews__form {
    order: 1;
    max-width: 522px;
  }
}

.c-reply-form {
  position: relative;
}
.c-reply-form__overlay:not(.js-active) {
  display: none;
}
.c-reply-form__bg {
  background: #fff;
  border-radius: var(--b-radius);
  position: relative;
  overflow-y: auto;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 95dvh;
  max-width: 420px;
  width: 100%;
}
.c-reply-form__bg .c-form {
  box-shadow: initial;
}
.c-reply-form__bg .o-close-btn {
  display: block;
  margin: var(--gap-s) var(--gap-s) 0 auto;
}

.o-rating-stars {
  --height: 18px;
  --width: calc(var(--height) + 78px);
  --rating: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--width);
  position: relative;
  height: var(--height);
  width: var(--width);
}
.o-rating-stars.lazyloaded {
  background-image: url(../img/icons/reviews/stars.svg);
}
.o-rating-stars.lazyloaded::before {
  -webkit-mask-image: url(../img/icons/reviews/stars.svg);
          mask-image: url(../img/icons/reviews/stars.svg);
}
.o-rating-stars::before {
  background: var(--yellow);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-size: var(--width);
          mask-size: var(--width);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(var(--rating) * 20%);
}

.c-green-bricks {
  gap: 25px;
}
.c-green-bricks__item {
  --bg-inner: 30px;
  flex: 0 0 260px;
  padding: 15px;
  position: relative;
  margin: var(--bg-inner) 0 0 var(--bg-inner);
  min-height: 200px;
}
.c-green-bricks__item::before {
  background: var(--green-color-2);
  background: linear-gradient(99.49deg, #abcdb5 0.78%, #82ae8f 51.1%, #000000 98.36%);
  content: "";
  position: absolute;
  top: calc(var(--bg-inner) * -1);
  left: calc(var(--bg-inner) * -1);
  z-index: -1;
  height: calc(100% + var(--bg-inner) - 20px);
  width: 100%;
}
@media (min-width: 768px) {
  .c-green-bricks__item {
    --bg-inner: 40px;
  }
}

.c-two-columns {
  gap: 50px;
}
@media (min-width: 768px) {
  .c-two-columns {
    --columns: 1fr 1fr;
    display: grid;
    grid-template-columns: var(--columns);
  }
}

@media (min-width: 768px) {
  .c-two__columns-left {
    grid-column: 1/2;
  }
  .c-two__columns-right {
    grid-column: 2/3;
  }
  .c-two__columns-left, .c-two__columns-right {
    grid-row: 1/2;
  }
}

.o-bg--black {
  background-color: var(--main-color);
}

.o-bg--white {
  background-color: #fff;
}

.o-bg--grey {
  background-color: var(--grey);
}

.o-bg--green {
  background-color: var(--green-color-2);
}

.o-bg--green3 {
  background-color: var(--green-color-3);
}

.o-bg--grey2 {
  background-color: var(--grey-2);
}

.o-bg--grey2,
.o-bg--green3 {
  color: var(--text-color);
}

.o-bg--black,
.o-bg--grey {
  color: #fff;
}

.o-full-bg {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}
.o-full-bg.lazyloaded {
  --bg: "";
  background-image: var(--bg);
  background-image: -webkit-image-set(var(--bg) 1x, var(--bg) 2x);
  background-image: image-set(var(--bg) 1x, var(--bg) 2x);
}

.c-bg-img {
  position: relative;
  min-height: var(--height);
  min-width: var(--width);
  --pt: 30px;
  --pl: 30px;
  --pr: 30px;
  --pb: 30px;
  --bg-h: 100%;
  --bg-w: 100%;
}
.c-bg-img.top {
  padding-top: var(--pt);
}
.c-bg-img.top::after {
  top: 0;
}
.c-bg-img.left {
  padding-left: var(--pl);
}
.c-bg-img.left::after {
  left: 0;
}
.c-bg-img.right {
  padding-right: var(--pr);
}
.c-bg-img.right::after {
  right: 0;
}
.c-bg-img.bottom {
  padding-bottom: var(--pb);
}
.c-bg-img.bottom::after {
  bottom: 0;
}
.c-bg-img.png {
  --padding: 20px;
}
.c-bg-img.png img {
  background: #000;
  -o-object-fit: contain;
     object-fit: contain;
  padding: var(--padding);
}
.c-bg-img.cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-bg-img::after {
  background: #82ae8f;
  background: linear-gradient(99.49deg, #abcdb5 0.78%, #82ae8f 51.1%, #000000 98.36%);
  content: "";
  position: absolute;
  height: var(--bg-h);
  width: var(--bg-w);
  z-index: -1;
}
.c-bg-img img {
  margin: auto;
}

.c-insert {
  margin: 0 auto;
  padding: 25px 10px;
  margin-bottom: calc(var(--translate) * -1);
  max-width: 655px;
  width: 95%;
}
.c-insert__bg {
  --translate: 50px;
  --bg-size: contain;
  margin-bottom: var(--translate);
}
.c-insert__bg-left {
  background-size: var(--bg-size);
  padding-top: 300px;
}
@media (min-width: 768px) {
  .c-insert {
    --max-width: 760px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-insert__left {
    margin: unset;
    margin-right: auto;
    max-width: var(--max-width);
  }
  .c-insert__bg {
    --bg-size: 524px 695px;
  }
  .c-insert__bg-left {
    background-position: top right;
    padding-top: 25px;
    padding-left: unset;
  }
}
@media (min-width: 992px) {
  .c-insert {
    padding: 50px;
  }
}

.c-interview {
  background: var(--window-color);
  padding: 25px 15px;
}
.c-interview__img-wrap {
  --icons-width: 80px;
  --offset: 10px;
  margin-bottom: calc(var(--offset) + 25px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-interview__img-wrap.lazyloaded::before {
  background-image: url(../img/assets/authors/micro.svg);
}
.c-interview__img-wrap::before {
  background-color: var(--green-color-2);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: calc(-1 * var(--offset));
  bottom: calc(-1 * var(--offset));
  height: var(--icons-width);
  width: var(--icons-width);
}
@media (min-width: 768px) {
  .c-interview {
    padding: 50px 25px;
  }
  .c-interview__img-wrap {
    --icons-width: 104px;
  }
  .c-interview__img {
    height: 210px;
    width: 210px;
  }
}
@media (min-width: 992px) {
  .c-interview {
    padding: 50px;
  }
}

.c-road {
  --mark-size: 51px;
  padding-left: calc(var(--mark-size) + 5px);
  position: relative;
}
.c-road::before {
  background: var(--border-color);
  content: "";
  position: absolute;
  left: calc(var(--mark-size) / 2);
  height: 100%;
  width: 3px;
}
.c-road__item {
  --line-width: 19px;
  position: relative;
  padding-left: var(--line-width);
  padding-top: 10px;
}
.c-road__item::after {
  background: #fff;
  border: 10px solid var(--green-color-2);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(calc(-1 * var(--mark-size) - 5px));
  left: 0;
  height: var(--mark-size);
  width: var(--mark-size);
}
.c-road__title {
  position: relative;
}
.c-road__title::before {
  background: var(--border-color);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translateX(calc(-1 * var(--line-width) - 5px));
  height: 3px;
  width: var(--line-width);
}
@media (min-width: 768px) {
  .c-road {
    --gap: var(--mark-size);
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 360px));
    justify-content: center;
    padding-left: 0;
  }
  .c-road::before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .c-road__item {
    margin-left: calc(var(--gap) / 2);
  }
  .c-road__item:nth-child(even) .c-road__item__title {
    text-align: right;
  }
  .c-road__item:nth-child(even) .c-road__item__title::before {
    left: initial;
    right: 0;
    transform: translateX(calc(var(--line-width) + 7px));
  }
  .c-road__item:nth-child(even) {
    margin-right: calc(var(--gap) / 2);
    margin-left: 0;
    padding-right: var(--line-width);
    padding-left: 0;
  }
  .c-road__item:nth-child(even)::after {
    left: initial;
    right: 0;
    transform: translateX(calc(var(--mark-size) + 5px));
  }
  .c-road__item:nth-child(odd) {
    padding-left: calc(63% - var(--mark-size));
    margin: 0;
    grid-column-start: span 2;
    grid-row-start: span 2;
  }
  .c-road__item:nth-child(odd)::after {
    right: calc(50% - var(--mark-size));
    left: initial;
    transform: translateX(calc(-1 * var(--mark-size) / 2));
  }
  .c-road__title::before {
    transform: translateX(calc(-1 * var(--line-width) - 7px));
  }
}
@media (min-width: 992px) {
  .c-road__item {
    padding-top: 0;
  }
}

.c-cut-bricks > * {
  align-items: center;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  display: flex;
  flex: 0 0 250px;
  padding: 30px;
  position: relative;
  min-height: 150px;
}

.c-interesting-fact2 {
  background: var(--main-color);
  padding: 30px;
  gap: 25px 50px;
}
.c-interesting-fact2__image {
  border: 1px solid #000;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}
.c-interesting-fact2__image--fit {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-interesting-fact2__text-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.c-interesting-fact2 {
  color: #fff;
}
.c-interesting-fact2 a {
  color: #fff;
}
@media (min-width: 768px) {
  .c-interesting-fact2 {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 60px;
    max-width: 875px;
  }
  .c-interesting-fact2__image {
    margin-bottom: -60px;
  }
}

.c-info-bricks {
  gap: clamp(10px, 2vw, 20px);
}
.c-info-bricks__item {
  background: #fff;
  border-radius: var(--b-radius);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0509803922);
  flex: 1 0 288px;
  padding: clamp(16px, 2vw, 24px) 16px;
}
.c-info-bricks__item-title {
  --icon-height: 24px;
  --icon-color: var(--green-300);
  margin-bottom: clamp(12px, 2vw, 16px);
}
.c-info-bricks__item ul {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 2vw, 16px);
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.c-info-bricks__item ul li {
  display: flex;
  flex-direction: column;
}
.c-info-bricks__item ul span {
  color: var(--contrast-grey);
}

.c-quote-brick__content {
  font-style: italic;
  font-weight: 550;
}
.c-quote-brick__end {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  gap: 4px;
}
.c-quote-brick__end-author {
  font-style: italic;
}
.c-quote-brick.lazyloaded::before {
  background-image: url(../img/icons/quote.svg);
}

.c-plus-brick.lazyloaded::before {
  background-image: url(../img/icons/advantages.svg);
}

.c-minus-brick.lazyloaded::before {
  background-image: url(../img/icons/disadvantages.svg);
}

.c-num-list {
  counter-reset: num-list-counter;
}
.c-num-list > li {
  position: relative;
  min-height: 32px;
  padding-top: clamp(48px, 7vw, 70px);
  width: 100%;
}
.c-num-list > li::before {
  counter-increment: num-list-counter;
  content: "0" counter(num-list-counter);
  color: var(--text-color);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: bold;
  left: 0;
  top: 0;
  position: absolute;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .c-num-list > li::before {
    background: linear-gradient(180deg, var(--green-300) 0%, #cce6ec 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.c-num-list > li:nth-child(n+11)::before {
  content: counter(num-list-counter);
}

.c-footer {
  background: var(--main-color);
  padding-bottom: 10px;
}
.c-footer ul {
  list-style: none;
}
.c-footer__container {
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 30px;
}
.c-footer__top {
  gap: 15px;
}
.c-footer__title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.c-footer__socials-list, .c-footer__logos {
  align-items: center;
  justify-content: center;
}
.c-footer__socials-list {
  gap: 20px;
}
.c-footer__socials-list li {
  align-items: center;
  background: var(--green-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  transition: scale 0.2s ease-in-out;
  height: 50px;
  width: 50px;
}
.c-footer__socials-list li:hover {
  scale: 1.1;
}
.c-footer__socials-list span {
  display: none;
}
.c-footer__socials-list a,
.c-footer__socials-list svg {
  height: 25px;
  width: 25px;
}
.c-footer__socials-list svg {
  fill: var(--main-color);
}
.c-footer__logos {
  gap: 10px;
}
.c-footer__body {
  gap: 15px;
}
.c-footer__tech-page {
  background: var(--green-color);
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-footer__list {
  gap: 8px;
}
.c-footer__list.__tech {
  flex-direction: row;
  font-weight: bold;
  justify-content: center;
  gap: 15px 25px;
}
.c-footer__list.__tech a {
  color: #000;
}
.c-footer__list a {
  font-size: 14px;
  text-decoration: none;
}
.c-footer__list a:hover {
  text-decoration: underline;
}
.c-footer__copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.c-footer * {
  color: #fff;
}
.c-footer__logo-text {
  gap: 15px;
  max-width: 540px;
}
.c-footer-contacts {
  text-align: center;
  gap: 15px 35px;
  justify-content: center;
}
.c-footer-contacts__item {
  flex: 1 0 160px;
  max-width: 230px;
}
.c-footer-contacts__title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.c-footer__body > div:not(:last-child), .c-footer__bottom {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
}
@media (min-width: 425px) {
  .c-footer__logo {
    align-items: flex-end;
    display: flex;
  }
  .c-footer__logo img {
    height: 46px;
    width: 147px;
  }
  .c-footer__logo, .c-footer__socials-wrap {
    border: none;
  }
  .c-footer__body div {
    flex: 1 0 40%;
    border-bottom: 1px solid var(--border-color) !important;
  }
  .c-footer__body {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .c-footer .o-two-columns {
    display: initial;
  }
  .c-footer__logo, .c-footer__socials-wrap {
    padding: 0;
  }
  .c-footer__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-footer__body div, .c-footer__body div:not(:last-child) {
    border: none !important;
    padding: 0 0 15px 15px;
    border-left: 1px solid var(--border-color) !important;
  }
  .c-footer__bottom {
    border: none;
    padding-bottom: 0;
  }
  .c-footer__logos {
    gap: 30px;
  }
  .c-footer__copyright {
    border-top: 1px solid #fff;
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .c-footer__logo img {
    height: 61px;
    width: 238px;
  }
  .c-footer__body {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-footer__top {
    align-items: center;
    display: grid;
    grid-template-columns: auto minmax(1fr, 650px);
  }
}
@media (min-width: 1200px) {
  .c-footer__top {
    grid-template-areas: "logo socials" "logo contacts";
  }
  .c-footer__logo-text {
    grid-area: logo;
  }
  .c-footer__socials-wrap {
    grid-area: socials;
  }
  .c-footer-contacts {
    grid-area: contacts;
  }
  .c-footer .o-two-columns {
    display: grid;
  }
}

@media (min-width: 425px) {
  .c-slot-page__provider-slot-num {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .c-slot-page__provider-slot-num {
    font-size: 14px;
  }
  .c-slot-page__provider-logo img {
    height: 50px;
    width: 100px;
  }
  .c-slot-page__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .c-slot-page {
    display: grid;
    grid-template-columns: 1fr 270px;
  }
  .c-slot-page__header, .c-slot-page__casinos {
    grid-column: 1/4;
  }
  .c-slot-page__body {
    display: flex;
    flex-direction: column;
    grid-column: 1/3;
  }
  .c-slot-page__iframe-wrap {
    flex-grow: 1;
  }
  .c-slot-page__iframe-wrap iframe {
    height: 100%;
  }
  .c-slot-page__iframe-unavailable {
    min-height: 450px;
  }
}

.c-tech-page-fs {
  color: #fff;
  gap: 25px;
  padding: 25px 0;
}
.c-tech-page-fs a {
  color: var(--red);
}
.c-tech-page-fs h1 {
  margin: 0;
}
.c-tech-page-fs h1 + p {
  font-size: 21px;
  font-weight: bold;
}
.c-tech-page-fs h1,
.c-tech-page-fs h1 + p,
.c-tech-page-fs h1 + p + p {
  text-align: center;
}

.c-tech-page-fs__icon {
  fill: #1f1e1e;
  margin: 0 auto;
}

.c-tech-page-fs__top {
  margin: 0 auto;
  max-width: 800px;
}

.c-tech-page-fs__top,
.c-tech-page-fs__bottom {
  gap: 15px;
}

.o-top-line {
  border-top: 5px solid var(--green-color-2);
  padding-top: var(--content-inner);
}

.c-principles {
  --padding: 40px 20px;
}
.c-principles > * {
  padding: var(--padding);
}
.c-principles > *:nth-child(1), .c-principles > *:nth-child(2) {
  flex: 1 0 45%;
}
.c-principles > *:nth-child(3), .c-principles > *:nth-child(5) {
  flex: 1 0 25%;
  min-width: 209px;
}
.c-principles > *:nth-child(4) {
  flex: 1 0 47%;
  max-width: 347px;
}
.c-principles > *:nth-child(6), .c-principles > *:nth-child(7), .c-principles > *:nth-child(8) {
  flex: 1 0 240px;
}

.c-authors__item {
  padding: 15px 30px;
  flex: 1 0 300px;
}

.c-authors__img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-authors__name {
  font-size: 21px;
  font-weight: bold;
}

.c-authors__body {
  font-size: 16px;
}
.c-authors__body a {
  color: #fff;
}

.c-authors__website,
.c-authors__email {
  word-break: break-all;
}

.c-partners__item {
  background: #d9d9d9;
  padding: 8px;
}

.c-partners__img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-contact-us__container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-contact-form-wrap {
  background: #fff;
  border-radius: 20px;
  color: #000;
  padding: 25px 20px;
}

.c-contact-form-left__title {
  font-weight: bold;
  font-size: 28px;
}

.c-contact-form-left__title + p {
  font-size: 16px;
}

.c-contact-form-left__title,
.c-contact-form-left__title + p {
  margin-bottom: 25px;
  text-align: center;
}

.c-contact-form__item {
  position: relative;
  margin-top: 12px;
}
.c-contact-form__item label {
  background: #fff;
  font-size: 16px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 45px;
  padding: 0 10px;
}
.c-contact-form__item input {
  border-radius: 50px;
  min-height: 56px;
}
.c-contact-form__item textarea {
  border-radius: 20px;
  min-height: 120px;
}
.c-contact-form__item input,
.c-contact-form__item textarea {
  align-items: center;
  border: 2px solid var(--green-color-2);
  display: flex;
  padding: 10px 20px;
}

.c-contact-form__button {
  color: #fff;
  line-height: 40px;
  margin-top: 15px;
  width: 170px;
}

.c-contact-form-right__item a {
  color: #000;
  word-break: break-all;
}

.c-vacancies__item {
  padding: 70px var(--content-inner);
  flex: 1 0 320px;
}

.c-vacancies__list li {
  --b-radius: 50px;
  border: 1px solid #fff;
  border-radius: var(--b-radius);
  padding: 12px;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

.c-vacancies__list-heading {
  margin-bottom: 25px;
}
.c-vacancies__list-heading + p {
  font-size: 16px;
}

.c-books__img {
  border-bottom: 25px solid #000;
}

.c-films__img-box {
  border: 30px solid #000;
  border-left-width: 25px;
  border-right-width: 25px;
  position: relative;
}

.c-films__img {
  border: 1px inset #acacac;
  height: auto;
  width: 100%;
}

.c-films__title {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-films__desc {
  margin-top: 15px;
}

@media (min-width: 425px) {
  .c-principles {
    --padding: 15px 40px;
  }
  .c-principles * {
    align-items: center;
    display: flex;
    min-height: 209px;
  }
  .c-principles *:nth-child(1), .c-principles *:nth-child(2) {
    min-height: 290px;
  }
  .c-tech-page-fs__bottom {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .c-tech-page-fs__icon {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .c-contact-form {
    align-items: flex-start;
  }
  .c-contact-form__button {
    margin: 15px 0 0 0;
  }
}
@media (min-width: 768px) {
  .c-contact-form-right__img {
    height: 233px;
    width: 273px;
  }
  .c-contact-form__item {
    width: 100%;
  }
  .c-contact-form__item label {
    left: 60px;
    padding: 0 15px;
    text-align: center;
    min-width: 121px;
  }
  .c-contact-form__item input,
  .c-contact-form__item textarea {
    width: inherit;
  }
  .c-vacancies-wrap {
    padding: var(--content-inner);
  }
  .c-vacancies__item:nth-child(3n) {
    display: grid;
    grid-template-columns: 1fr auto;
    flex: 1 0 100%;
  }
  .c-vacancies__item:nth-child(3n) *:not(.c-vacancies__list) {
    grid-column: 1/2;
  }
  .c-vacancies__item:nth-child(3n) .c-vacancies__list {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .c-vacancies__item:nth-child(3n) .c-vacancies__list-heading {
    align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .o-m-left {
    margin: 0 auto 0 0;
  }
  .o-m-right {
    margin: 0 auto 0 0;
  }
  .c-authors {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-authors__item {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }
  .c-authors,
  .c-authors__item {
    display: grid;
  }
  .c-partners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-partners__item {
    display: flex;
    justify-content: center;
  }
  .c-contact-us__container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .c-tech-page-fs {
    gap: 40px;
    padding-bottom: 50px;
  }
  .c-tech-page-fs__bottom {
    grid-template-columns: 421px auto;
  }
  .c-tech-page-fs__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 100px;
    max-width: var(--wrapper-width);
    margin: 0 auto;
    width: 100%;
  }
  .c-tech-page-fs__desc {
    color: #a8a2a2;
    order: -1;
    max-width: 420px;
  }
  .c-tech-page-fs__icon {
    margin: initial;
    height: 300px;
    flex: 1 0 600px;
    max-width: 600px;
  }
}
.c-socials-list {
  --icon-size: 50px;
}
.c-socials-list span {
  display: none;
}
.c-socials-list a {
  align-items: center;
  background: var(--green-100);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  transition: scale 0.2s ease-in-out;
  height: var(--icon-size);
  width: var(--icon-size);
}
.c-socials-list a:hover {
  scale: 1.1;
}
.c-socials-list a {
  height: var(--icon-size);
  width: var(--icon-size);
}
.c-socials-list svg {
  height: 50%;
  width: 50%;
}
.c-socials-list svg {
  fill: var(--main-color);
}

@keyframes reviewBtnAnimate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}