@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
svg use {
    fill: rgba(237, 214, 234, 1);
    fill-rule: evenodd;
}
html {
    scroll-behavior: smooth;
}
.path {
    fill: rgba(237, 214, 234, 1);
    stroke: rgba(237, 214, 234, 1);
}
.svg-menu rect,
.menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
body {
    font-family: "Poppins", Arial, sans-serif;
    width: 100%;
    color: rgba(237, 214, 234, 1);
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
    background: rgba(43, 18, 52, 1);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}
* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
ul > li {
    display: inline-block;
}
span {
    display: inline-block;
}
.image img {
    display: block;
}
.header {
    z-index: 1001;
    width: 100%;
    background: 0 0;
    max-width: 1460px;
    margin: 0 auto;
    background: rgba(43, 18, 52, 1);
}
.image img {
    margin: auto;
}
.content {
    padding: 20px;
    overflow: hidden;
    background: rgba(43, 18, 52, 1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}
.mtext{
    padding: 20px;
    background: rgba(43, 18, 52, 1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    color: rgba(253, 205, 10, 1) !important;
    border-radius: 6px;
}
.mtext h1, .mtext h2, .mtext h3, .mtext h4, .mtext h5, .mtext h6{
    background: rgba(43, 18, 52, 1);
}
a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
h1:before,
h1:after,
h3:before,
h3:after,
h4:before,
h4:after,
h5:before,
h5:after,
h6:before,
h6:after,
h2:before,
h2:after {
    content: "";
    display: flex;
    width: 83px;
    height: 17px;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
h1:before,
h6:before,
h3:before,
h4:before,
h5:before,
h2:before {
    left: 0;
    background-image: url(./../images/h2-left.svg);
}
h1:after,
h6:after,
h3:after,
h4:after,
h5:after,
h2:after {
    background-image: url(./../images/h2-right.svg);
    right: 0;
}
.mtext {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mtext ul, .mtext ol{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mtext ul li:before{
    content: "•";
    margin-right: 8px;
}
.mtext ol{
    padding-left: 16px;
    text-align: left;
}
h3,
.title.middle {
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
}
h4,
.title.small {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}
.button {
    min-width: 230px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 255, 80, 1)), to(rgba(8, 184, 58, 1)));
    background: -webkit-linear-gradient(rgba(188, 255, 80, 1), rgba(8, 184, 58, 1));
    background: -moz-linear-gradient(rgba(188, 255, 80, 1), rgba(8, 184, 58, 1));
    background: -o-linear-gradient(rgba(188, 255, 80, 1), rgba(8, 184, 58, 1));
    background: linear-gradient(rgba(188, 255, 80, 1), rgba(8, 184, 58, 1));
    color: rgba(43, 18, 52, 1);
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    padding: 11.5px 30px;
    display: inline-block;
    position: relative;
    height: auto;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 48px;
}
.button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.content.header__content {
    padding: 0 20px 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: 0 0;
    border: none;
    min-height: 67px;
    overflow: visible;
    max-width: -webkit-calc(100% - 246px);
    max-width: -moz-calc(100% - 246px);
    max-width: calc(100% - 246px);
    margin-left: auto;
    margin-right: 0;
    background: rgba(43, 18, 52, 1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.header__content:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    width: -webkit-calc(100% + 120px);
    width: -moz-calc(100% + 120px);
    width: calc(100% + 120px);
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(40, 37, 38, 1)), color-stop(rgba(253, 205, 10, 1)), to(rgba(40, 37, 38, 1)));
    background: -webkit-linear-gradient(left, rgba(40, 37, 38, 1), rgba(253, 205, 10, 1), rgba(40, 37, 38, 1));
    background: -moz-linear-gradient(left, rgba(40, 37, 38, 1), rgba(253, 205, 10, 1), rgba(40, 37, 38, 1));
    background: -o-linear-gradient(left, rgba(40, 37, 38, 1), rgba(253, 205, 10, 1), rgba(40, 37, 38, 1));
    background: linear-gradient(to right, rgba(40, 37, 38, 1), rgba(253, 205, 10, 1), rgba(40, 37, 38, 1));
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.logo img {
    display: block;
    max-width: none;
}
.header__logo {
    position: absolute;
    top: 13.5px;
    left: -200px;
}
.header__menu-button {
    display: none;
    background: 0 0;
    z-index: 1000;
}
.header__menu-button svg {
    display: block;
    width: 45px;
}
.header__buttons > .button:first-child {
    background: 0 0;
    padding: 10.5px 15px;
    border: 1px solid rgba(253, 205, 10, 1);
    color: rgba(253, 205, 10, 1);
    min-width: 110px;
}
.header__buttons > .button:first-child:hover {
    background: rgba(253, 205, 10, 1);
    color: rgba(43, 18, 52, 1);
}
.header__buttons > .button:nth-child(2) {
    padding: 11.5px 30px;
    margin-left: 15px;
    min-width: 160px;
}
.header__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}
.header__menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    text-align: right;
    overflow: visible;
}
.header__menu > ul a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}
.header__menu > ul a:hover {
    color: rgba(253, 205, 10, 1);
}
.header__menu > ul > li + li {
    margin-left: 30px;
}
.header__menu > ul > li + li:before {
    content: url(./../images/icons/menu.svg);
    position: absolute;
    left: -30px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}
.header__menu > ul > li.active {
    padding-right: 30px;
    cursor: pointer;
}
.header__menu > ul > li.active > a {
    padding-right: 0;
}
.header__menu > ul > li.active:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./../images/icons/menu-arrow.svg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header__menu > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(43, 18, 52, 1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    left: 0;
    width: auto;
    min-width: 100%;
    display: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 1001;
}
.header__menu > ul > li ul:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    top: -18px;
    left: 0;
}
.header__menu > ul > li:hover ul {
    display: block;
}
.header__menu > ul > li ul li {
    display: block;
    width: 100%;
}
.header__menu > ul > li ul a {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    white-space: nowrap;
    padding: 6px 12px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.header__menu > ul > li ul a:hover {
    text-decoration: none;
    color: rgba(253, 205, 10, 1);
}
.header__expand-menu {
    display: none;
}
.header__expand-menu img {
    display: block;
}
.header__expand-menu > * {
    display: none;
    width: 100%;
}
.header__expand-menu > *:nth-child(2) a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    max-width: 300px;
    border: 1px solid rgba(237, 214, 234, 1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.header__expand-menu li {
    display: block;
}
.header__expand-menu > *:nth-child(2) a {
    color: rgba(237, 214, 234, 1);
    font-weight: 600;
    padding: 12.5px;
    margin-bottom: 35px;
    width: 100vw;
}
.header__expand-menu > *:nth-child(2) li:nth-child(n + 2) a:before,
.header__expand-menu > *:nth-child(2) ul li a:before {
    content: url(./../images/icons/menu.svg);
    position: absolute;
    left: -webkit-calc(50% - 15.5px);
    left: -moz-calc(50% - 15.5px);
    left: calc(50% - 15.5px);
    top: -29px;
}
.expand__menu > *:nth-child(2) > li:last-child a {
    margin-bottom: 0;
}
.header__language {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    display: block;
    margin-left: 24px;
}
.header__language img {
    display: block;
    margin: auto;
}
.main {
    max-width: 1460px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding-top: 67px;
}
.main__top {
    position: absolute;
    z-index: -100;
    left: 0;
    top: -50px;
}
.main__center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 240px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 240px);
    margin-right: 0;
    margin-left: auto;
    padding: 20px 20px 10px 20px;
}
.main__center > * + * {
    margin-top: 20px;
}
.main__arrow img {
    display: block;
    margin: auto;
}
.main__arrow {
    position: absolute;
    right: 20px;
    bottom: -60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    height: 75%;
}
.main__arrow a {
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    right: 0;
    width: 42px;
    height: 42px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
    z-index: 200;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid rgba(43, 18, 52, 1);
    background: rgba(43, 18, 52, 1);
}
.main__arrow a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.main__arrow img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}
.main__left {
    position: absolute;
    left: 0;
    top: 67px;
    width: 240px;
    z-index: 1000;
}
body.active .main__left {
    z-index: 1;
}
.main-left__wrapper {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 70px;
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px);
    height: calc(100vh - 70px);
    overflow: auto;
    padding: 20px 0 10px 20px;
}
.main-left__wrapper::-webkit-scrollbar {
    width: 0;
}
.main-left__button.button {
    width: 100%;
    font-weight: 500;
    padding: 7.5px 15px;
}
.main-left__button.button + .main-left__button.button {
    background: -webkit-gradient(linear, left top, right top, from(rgba(251, 66, 132, 1)), to(rgba(254, 104, 44, 1)));
    background: -webkit-linear-gradient(left, rgba(251, 66, 132, 1), rgba(254, 104, 44, 1));
    background: -moz-linear-gradient(left, rgba(251, 66, 132, 1), rgba(254, 104, 44, 1));
    background: -o-linear-gradient(left, rgba(251, 66, 132, 1), rgba(254, 104, 44, 1));
    background: linear-gradient(to right, rgba(251, 66, 132, 1), rgba(254, 104, 44, 1));
    margin-top: 12px;
    border-color: rgba(204, 79, 30, 1);
}
.main-left__wrap {
    background: rgba(43, 18, 52, 1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.main-left__menu {
    padding: 16px;
    width: 100%;
    background: rgba(%background-2, 1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.main-left__menu li {
    display: block;
}
.main-left__menu li + li {
    margin-top: 8px;
}
.main-left__menu img {
    display: block;
    margin: auto;
}
.main-left__menu a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: rgba(237, 214, 234, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.main-left__menu a:hover {
    color: rgba(253, 205, 10, 1);
}
.main-left__menu a span:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32px;
    -moz-box-flex: 0;
    flex: 0 1 32px;
    margin-right: 8px;
}
.main-left__menu a span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 32px - 8px - 32px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 32px - 8px - 32px);
    padding-right: 8px;
}
.main-left__image {
    display: block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.main-left__menu li:nth-child(n + 3) .main-left__image {
    stroke: rgba(237, 214, 234, 1);
    fill: transparent;
}
.main-left__menu li:nth-child(1) .main-left__image,
.main-left__menu li:nth-child(2) .main-left__image {
    fill: rgba(237, 214, 234, 1);
}
.main-left__menu li:nth-child(n + 3) a:hover .main-left__image {
    stroke: rgba(253, 205, 10, 1);
}
.main-left__menu li:nth-child(1) a:hover .main-left__image,
.main-left__menu li:nth-child(2) a:hover .main-left__image {
    fill: rgba(253, 205, 10, 1);
}
.main-left__menu a span:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32px;
    -moz-box-flex: 0;
    flex: 0 1 32px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 255, 80, 1)), to(rgba(8, 184, 58, 1)));
    background: -webkit-linear-gradient(rgba(188, 255, 80, 1), rgba(8, 184, 58, 1));
    background: -moz-linear-gradient(rgba(188, 255, 80, 1), rgba(8, 184, 58, 1));
    background: -o-linear-gradient(rgba(188, 255, 80, 1), rgba(8, 184, 58, 1));
    background: linear-gradient(rgba(188, 255, 80, 1), rgba(8, 184, 58, 1));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.main-left__menu + .nav {
    margin-top: 17px;
}
.main-left__menu:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 1)), to(transparent));
    background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 1), transparent);
    background: -moz-linear-gradient(left, transparent, rgba(255, 255, 255, 1), transparent);
    background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 1), transparent);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 1), transparent);
    left: 0;
    bottom: -9px;
}
.nav__content {
    display: none;
}
.nav {
    background: rgba(43, 18, 52, 1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 16px 8px;
}
.nav div {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    padding: 0 36px 0 8px;
    cursor: pointer;
}
.nav div:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(./../images/icons/nav-desc-arrow.svg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav div.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav ul {
    margin-top: 8px;
    padding-left: 6px;
}
.nav__content ul {
    display: none;
}
.nav li {
    display: block;
}
.nav li + li {
    margin-top: 8px;
}
.nav a {
    display: block;
    color: rgba(255, 255, 255, 1);
}
.nav ul li:nth-child(n) a:hover {
    color: rgba(253, 205, 10, 1);
}
.cover__rating {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 1);
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.cover-rating__desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase;
    opacity: 0.8;
}
.cover-rating__stars {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.cover-rating__stars img {
    display: block;
}
.cover-rating__stars span:nth-child(2) {
    margin-left: 5px;
}
.cover-rating__stars > span {
    vertical-align: middle;
}
.cover-rating__stars > span > span:nth-child(2) {
    margin: auto -1px;
}
.cover-rating__stars > span > span:nth-child(3) {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    vertical-align: middle;
    margin-bottom: 2px;
}
.cover + * {
    padding-top: 0;
}
.content.cover__content {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 450px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
}
.cover__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cover__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}
.cover__wrap {
    z-index: 100;
    max-width: 550px;
    width: 70%;
    text-align: left;
    padding: 30px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.cover__image {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 99%;
}
.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}
.page-home .cover__image {
    max-height: 428px;
    left: 52%;
}
.page-bonus .cover__image {
    max-height: 420px;
    left: 51%;
}
.page-mobile .cover__image {
    max-height: 450px;
    left: 60%;
}
.page-live .cover__image {
    max-height: 408px;
    left: 45%;
}
.page-deposit .cover__image {
    max-height: 414px;
    left: 59%;
}
.page-codes .cover__image {
    max-height: 410px;
    left: 53%;
}
.title.cover__title {
    margin-bottom: 16px;
}
.cover__desc {
    max-width: 370px;
    margin-bottom: 16px;
}
.info__first-bonus {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    background: rgba(43, 18, 52, 1);
    padding: 45px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.first-bonus__wrap {
    text-align: center;
    z-index: 100;
    z-index: 20;
    width: 100%;
}
.first-bonus__title.title {
    color: rgba(43, 18, 52, 1);
    text-align: center;
    display: block;
    padding: 0;
}
.first-bonus__title.title:before,
.first-bonus__title.title:after {
    content: none;
}
.title.high.first-bonus__title {
    text-transform: uppercase;
    padding-bottom: 0;
    border: none;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
    color: rgba(253, 205, 10, 1);
    background: 0 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.button.first-bonus__button {
    margin-top: 30px;
}
.first-bonus__image {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
}
.first-bonus__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
}
.info__content > * + * {
    margin-top: 16px;
}
.info__wrapper {
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.info__wrapper > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px)/2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
}
.info__wrap > * + * {
    margin-top: 20px;
}
table {
    z-index: 1;
    width: 100%;
    text-align: left;
}
tbody {
    width: 100%;
}
table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    min-height: 48px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgba(43, 18, 52, 1);
    padding: 0 8px;
}
table tr + tr {
    margin-top: 8px;
}
table tr td {
    padding: 10px 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
table a {
    color: inherit;
}
table a:hover {
    text-decoration: underline;
}
.info__main tr td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    flex: 0 1 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-weight: 700;
}
.info__main tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -moz-box-flex: 0;
    flex: 0 1 60%;
}
table img {
    display: block;
    margin: auto;
}
.info__pros tr td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 56px;
    -moz-box-flex: 0;
    flex: 0 1 56px;
}
.info__pros tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 56px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 56px);
    padding-left: 0;
}
article > *,
.article > * {
    margin-top: 16px;
}
article,
.article {
    text-align: center;
}
article li,
.artilce li,
article p,
.article p {
    text-align: left;
}
.article > * + .button,
article > * + .button {
    margin-top: 16px;
}
article > *:first-child,
.article > *:first-child,
article > a.button:first-child,
.article > a.button:first-child {
    margin-top: 0;
}
article li,
.article li {
    padding-left: 20px;
    display: block;
    text-align: left;
}
article li + li,
.article li + li {
    margin-top: 10px;
}
.article ul li:before,
article ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 8px;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
}
.article ol,
article ol {
    list-style-position: inside;
    list-style: none;
}
.article ol > li,
article > ol li {
    counter-increment: ol;
}
.article ol > li:before,
article ol > li:before {
    content: counter(ol) ".";
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: 5px;
    top: 3px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
.article > ol > li:marker,
article > ol > li:marker {
    content: counters(li);
}
.article p a,
article p a,
.article li a,
article li a {
    color: rgba(253, 205, 10, 1);
}
.article .image,
article .image {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.rating__content > * + * {
    margin-top: 16px;
}
.rating__table {
    word-break: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
}
.rating__table tbody {
    width: 100%;
}
.rating__table tbody tr {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 62px;
    margin-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 0 16px;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.rating__table tbody tr + tr {
    margin-top: 16px;
}
.rating__table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 412px)/2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 412px) / 2);
    font-weight: 700;
    text-decoration: underline;
}
.rating__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 412px;
    -moz-box-flex: 0;
    flex: 0 1 412px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}
.rating__table tr td:nth-child(2) img {
    max-width: 34px;
    margin: 0;
}
.rating__table tr td:nth-child(2) img + img {
    margin-left: 8px;
}
.rating__table tr td:nth-child(2) span {
    height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgba(253, 205, 10, 1);
    display: block;
}
.rating__table tr td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 412px)/2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 412px) / 2);
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    font-weight: 600;
}
.rating__table tr td:nth-child(3) span {
    color: rgba(253, 205, 10, 1);
    font-size: 24px;
    line-height: 32px;
}
.faq__content.content {
    overflow: hidden;
}
.faq__content > * + * {
    margin-top: 16px;
}
.faq__item {
    display: block;
    z-index: 200;
    overflow: hidden;
    background: rgba(43, 18, 52, 1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.faq-item__question {
    padding: 10px 64px 10px 16px;
    position: relative;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    background: rgba(43, 18, 52, 1);
}
.faq-item__question:after {
    content: "";
    position: absolute;
    right: 16px;
    top: -webkit-calc(50% - 13.5px);
    top: -moz-calc(50% - 13.5px);
    top: calc(50% - 13.5px);
    height: 27px;
    width: 26px;
    line-height: 0;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./../images/icons/faq.svg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 100;
}
.faq__item.active .faq-item__question:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq__item {
    display: block;
    cursor: pointer;
}
.faq__item + .faq__item {
    margin-top: 16px;
}
.faq-item__answer {
    padding: 16px;
    font-weight: 400;
}
.js-expand-content {
    display: none;
    overflow: hidden;
}
.js-expand-content.expanded {
    height: 100%;
}
.footer {
    background: 0 0;
    overflow: hidden;
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
}
.footer__content.content {
    padding: 80px 40px 20px;
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    margin-right: 0;
    margin-left: auto;
    background: 0 0;
    margin-top: 20px;
    overflow: hidden;
}
.footer__content:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 40px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(./../images/icons/footer-decor.svg);
}
.footer__payment img {
    display: block;
    margin: auto;
}
.footer__wrap {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.footer__wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 2px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(253, 205, 10, 1)), to(transparent));
    background: -webkit-linear-gradient(left, transparent, rgba(253, 205, 10, 1), transparent);
    background: -moz-linear-gradient(left, transparent, rgba(253, 205, 10, 1), transparent);
    background: -o-linear-gradient(left, transparent, rgba(253, 205, 10, 1), transparent);
    background: linear-gradient(to right, transparent, rgba(253, 205, 10, 1), transparent);
}
.footer__crypto,
.footer__payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
}
.footer__crypto li,
.footer__payment li {
    margin-top: 8px;
    margin-left: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.footer__payment img {
    max-height: 80px;
    display: block;
    margin: auto;
}
.footer__age {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40px;
    -moz-box-flex: 0;
    flex: 0 1 40px;
}
.footer__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 40px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 40px);
    padding-right: 25px;
}
.footer__article a {
    text-decoration: underline;
    color: inherit !important;
}
.footer__menu {
    margin-bottom: 20px;
    text-align: center;
}
.footer__menu a {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: rgba(237, 214, 234, 1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    padding: 0 20px;
}
.footer__menu a:hover {
    color: rgba(253, 205, 10, 1);
}
.footer__menu ul {
    margin-top: -15px;
}
.footer__menu li {
    margin-top: 15px;
    padding: 0 12px;
}
.footer__menu li + li {
    border-left: 2px solid rgba(253, 205, 10, 1);
}
.breadcrumbs {
    margin-top: 24px;
    margin-bottom: 8px;
    z-index: 100;
}
.breadcrumbs a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(237, 214, 234, 0.8);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
}
.breadcrumbs li:last-child a {
    color: rgba(237, 214, 234, 1);
}
.breadcrumbs li:after {
    content: "|";
    color: rgba(237, 214, 234, 1);
    font-size: 16px;
    margin: 0 14px 0 10px;
}
.breadcrumbs li:last-child:after {
    content: none;
}
.breadcrumbs li:nth-last-child(n + 2) a:hover {
    color: rgba(253, 205, 10, 1);
}
.bonus__content.content {
    overflow: visible;
    background: 0 0;
    padding: 0;
}
.bonus__list {
    margin-top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
}
.bonus-list__item {
    margin-top: 20px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px)/2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(253, 205, 10, 1);
    overflow: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background: rgba(43, 18, 52, 1);
}
.bonus-item__image {
    width: 100%;
}
.bonus-item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
}
.bonus-item__title.title.high {
    margin-bottom: 8px;
    color: rgba(253, 205, 10, 1);
}
.bonus-item__wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
}
.bonus-item__title.title {
    padding: 0;
    background: 0 0;
    text-decoration: underline;
    margin-bottom: 16px !important;
}
.bonus-item__desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}
.bonus-item__button.button {
    min-width: 230px;
    margin-top: 16px;
}
.app__content.content {
    padding: 0 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(253, 205, 10, 1);
}
.app__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    z-index: 100;
    margin: 0 5px 0 15px;
}
.app__link img {
    display: block;
    margin: auto;
}
.app__link:hover,
.app__button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.app__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin: 15px 0;
}
.app__button {
    background: 0 0;
    width: 240px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: rgba(0, 0, 0, 1);
    background: rgba(253, 205, 10, 1);
}
.app__button + .app__button {
    margin-left: 16px;
}
.app__button > span > span {
    display: block;
}
.app__button > span:first-child {
    margin-right: 16px;
    width: 32px;
}
.app__button > span:nth-child(2) {
    text-align: left;
}
.app__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
}
.app__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}
.app__image {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.app__image img {
    max-height: 201px;
    margin-bottom: 0;
    margin-top: 11px;
}
.live__content.content {
    overflow: visible;
    background: 0 0;
    padding: 0;
}
.live__list {
    margin-top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
}
.live-list__item {
    margin-top: 20px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px)/2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(253, 205, 10, 1);
    overflow: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background: rgba(43, 18, 52, 1);
}
.live-item__image {
    width: 100%;
}
.live-item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    max-height: 350px;
    -o-object-position: center center;
    object-position: center center;
}
.live-item__title.title.high {
    color: rgba(253, 205, 10, 1);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    text-decoration: underline;
    background: 0 0;
    padding: 0;
}
.live-item__wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
}
.live-item__button.button {
    min-width: 230px;
    margin-top: 16px;
}
.deposit__content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 370px;
    border: 1px solid rgba(253, 205, 10, 1);
}
.deposit__wrap {
    text-align: center;
    z-index: 100;
    width: 70%;
    max-width: 470px;
    z-index: 20;
}
.deposit__title.title {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: block;
    padding: 0;
}
.deposit__title.title:before,
.deposit__title.title:after {
    content: none;
}
.title.high.deposit__title {
    text-transform: uppercase;
    padding-bottom: 0;
    border: none;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
    background: 0 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: rgba(253, 205, 10, 1);
}
.button.deposit__button {
    margin-top: 30px;
}
.deposit__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 1);
}
.deposit__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
}
.deposit__image {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 100%;
    max-height: 370px;
    left: 53%;
}
.codes__content > * + * {
    margin-top: 16px;
}
.codes__wrap {
    background: rgba(43, 18, 52, 1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.codes__table tr {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    padding: 0 !important;
    min-height: 56px;
    font-size: 16px;
}
.codes__table tr + tr {
    margin-top: 0 !important;
}
.codes__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100%/3);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% / 3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
}
.codes__table tbody tr:nth-child(2n + 1) {
    background: rgba(43, 18, 52, 0.6);
}
.codes__table thead tr {
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(253, 205, 10, 1);
}
.codes__table td strong {
    text-transform: uppercase;
}
.footer__age{
    border-radius: 50%;
    background: rgba(255, 0, 0, 1);
    min-height: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    width: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}
.main__arrow svg{
    background: rgba(253, 205, 10, 1);
    border-radius: 6px;
}

.header__menu ul a:before{
                content: url(./images/menu.svg);
                position: absolute;
                left: -30px;
                top: -webkit-calc(50% - 10px);
                top: -moz-calc(50% - 10px);
                top: calc(50% - 10px);
            }
            .header__expand-menu ul a:before{
                content: url(./images/menu.svg);
                position: absolute;
                left: -webkit-calc(50% - 15.5px);
                left: -moz-calc(50% - 15.5px);
                left: calc(50% - 15.5px);
                top: -29px;
            }
            .header__button{
                text-transform: uppercase;
            }
            .header__menu ul a{

                margin-left: 30px;
                align-items: center;
                padding: 10px;
                font-weight: 600;
                font-size: 14px;
                line-height: 24px;
                color: rgba(237, 214, 234, 1);
                text-transform: uppercase;
            }
            .header__buttons.active{
                display: flex !important;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 100%;
                gap: 20px;
                margin-left: 0;
                margin-bottom: 30px;
            }
            .header__buttons.active a{
                width: 100%;
                max-width: 300px;
                display: block;
                margin: 0 !important;
            }
            .flag{
                width: 32px;
                height: 32px;
                border-radius: 100%;
                background-size: cover;
                background-position: center center;
                margin-top: 10px;
            }

            details h1, details h2, details h3, details h4, details h5, details h6{
                background: transparent !important;
                color: rgba(43, 18, 52, 1) !important;
            }


            .svg-line{
                            display: flex;
                            flex-direction: row;
                            flex-wrap: wrap;
                            justify-content: space-between;
                            gap: 32px;
                            background: rgba(255, 255, 255, 1);
                            padding: 24px;
                            border-radius: 8px;
                        }
                        .svg-line__item{
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            gap: 12px;
                        }
                        .svg-line__item img{
                            height: 50px;
                            width: 50px;
                            object-fit: cover;
                        }
                        .svg-line__item p{
                            color: rgba(253, 205, 10, 1);
                            font-weight: bold;
                        }
                        @media screen and (max-width: 768px){
                            .svg-line{
                                flex-direction: column;
                                gap: 12px;
                            }
                        }

                        .review {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            flex-direction: row;
                            gap: 24px;
                            font-size: 18px;
                            max-width: 60vw;
                        }
                        .review .img{
                            border-radius: 50%;
                            object-fit: cover;
                            height: 150px;
                            width: 150px;
                        }

                        .sld3.swiper-container {
                            width: 100%;
                            max-height: 400px;
                            overflow: hidden;
                        }

                        .sld3 .swiper-slide {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            font-size: 24px;
                            color: rgba(237, 214, 234, 1);
                        }
                        blockquote {
                          border-left: 10px solid rgba(253, 205, 10, 1);
                          margin: 1.5em 10px;
                          padding: 0.5em 10px;
                          quotes: "\201C""\201D""\2018""\2019";
                        }
                        blockquote:before {
                          color: rgba(253, 205, 10, 1);
                          content: open-quote;
                          font-size: 4em;
                          line-height: 0.1em;
                          margin-right: 0.25em;
                          vertical-align: -0.4em;
                        }
                        blockquote p {
                          margin-bottom: 8px;
                        }
                        .sld3 .swiper-button-next,
                        .sld3 .swiper-button-prev{
                            color: rgba(253, 205, 10, 1);
                        }
                        .swiper-button-next:after,
                        .swiper-button-prev:after {
                            font-size: 18px;
                        }
                        @media screen and (max-width: 768px){
                            .review{
                                max-width: 70vw;
                            }
                            .review .img{
                                height: 90px;
                                width: 90px;
                            }
                        }
                        @media screen and (max-width: 650px){
                            .main__center{
                                margin-top: 74px;
                            }
                        }
                        @media screen and (max-width: 550px){
                            .review{
                                flex-direction: column;
                                max-width: 80vw;
                            }
                            .review .img{
                                height: 90px;
                                width: 90px;
                            }
                        }

.single-image{
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: unset !important;
    height: unset !important;
}