/*   
Theme Name: SkinClub v2
Description: Тема для SkinClub
Author: SecretSergey
Version: 2.0.0
*/

/*
1. Reset CSS
2. Fonts
3. Main Setting
4. Basic elements
5. Header
6. Footer
7. Content
8. Popup
9. Media
    9.1 Wide screens
    9.2 Tablets
    9.3 Mobiles
*/

/**************************************/
/************ 1. Reset Css ************/
/**************************************/

html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
*,*::before,*::after{box-sizing:border-box}

/**********************************/
/************ 2. Fonts ************/
/**********************************/

@font-face{
    font-family: 'FSElliotPro';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('fonts/FSElliot_Light.woff2') format('woff2');
}

@font-face{
    font-family: 'FSElliotPro';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('fonts/FSElliot_Regular.woff2') format('woff2');
}

@font-face{
    font-family: 'FSElliotPro';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('fonts/FSElliot_Bold.woff2') format('woff2');
}

@font-face{
    font-family: 'FSElliotPro';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('fonts/FSElliot_Heavy.woff2') format('woff2');
}

@font-face{
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('fonts/Montserrat-Regular.woff2') format('woff2');
}

@font-face{
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2');
}

/*****************************************/
/************ 3. Main Setting ************/
/*****************************************/

html {
    line-height: normal;
}

body {
    font-family: 'FSElliotPro';
    color: #fff;
    background: #141225;
}

#page {
    position: relative;
    overflow: hidden;
}

/*******************************************/
/************ 4. Basic elements ************/
/*******************************************/

a {
    color: inherit;
    text-decoration: none;
}

a,
button {
    transition: 0.3s ease-in all;
}

.btn {
    -webkit-clip-path: polygon(18px 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,18px 100%,0 50%);
    clip-path: polygon(18px 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,18px 100%,0 50%);
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    user-select: none;
    background: #7339e9;
    color: #fff;
    min-width: 192px;
    height: 56px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    background: #8e56ff;
}

/***********************************/
/************ 5. Header ************/
/***********************************/

.header {
    max-width: 1920px;
    margin: 0 auto 45px;
    padding: 10px 15px 15px;
}

.header::before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    background: url(images/bg/header.jpg);
    width: 1668px;
    max-width: 100%;
    height: 268px;
    z-index: -1;
    pointer-events: none;
}

.header__inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 84px;
}

.header__inner::before {
    content: '';
    position: absolute;
    -webkit-clip-path: polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);
    clip-path: polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);
    width: 100%;
    height: 100%;
    background: #19172d;
    z-index: -1;
}

.header__logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.header__logo-link {
    display: flex;
    padding-left: 30px;
    height: 100%;
}

.header__logo-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    margin-left: 10px;
}

.header__logo-slogan {
    position: absolute;
    top: 55%;
    font-size: 9px;
    font-weight: 600;
    color: #9793ba;
    text-transform: uppercase;
    letter-spacing: .075em;
    opacity: 0;
    white-space: nowrap;
    transition: all .3s ease;
}

.header__logo-link:hover .header__logo-slogan {
    opacity: 1;
    top: 67%;
}

.header__menu {
    position: relative;
    margin-left: 58px;
    flex: 1;
}

.header__right {
    display: flex;
    padding-right: 30px;
}

.header__menu-btn {
    display: none;
}

.header__settings {
    position: relative;
    align-self: center;
    margin-left: 44px;
    margin-right: -16px;
}

.header__settings::before {
    content: '';
    position: absolute;
    left: -14px;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,rgba(13,12,26,0),rgba(13,12,26,0) 0,#000 47.92%,rgba(13,12,26,0));
}

.header__settings-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 54px;
    height: 54px;
    cursor: pointer;
    border: 0;
    padding: 0;
    background: none;
}

.header__settings-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    transition: background-color .3s ease;
}

/***********************************/
/************ 6. Footer ************/
/***********************************/

.footer-banner-wrapper {
    background: #110f1d;
    margin-top: 120px;
}

.footer-banner {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 0;
}

.footer-banner__left-block {
    position: relative;
    width: 50%;
    height: 100%;
}

.footer-banner__left-block::before {
    content: '';
    position: absolute;
    top: -110px;
    left: 0;
    background: url(images/footer-banner-img.png) no-repeat top center / cover;
    width: 871px;
    height: 505px;
    pointer-events: none;
}

.footer-banner__right-block {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
}

.footer-banner__title {
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    width: 300px;
    margin: 0;
}

.footer-banner__text {
    font-weight: 300;
    color: #8875e8;
    line-height: 1.8em;
    margin: 7px 0 0;
}

.footer-banner__btn {
    -webkit-clip-path: polygon(18px 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,18px 100%,0 50%);
    clip-path: polygon(18px 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,18px 100%,0 50%);
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    user-select: none;
    background: #7339e9;
    color: #fff;
    min-width: 192px;
    height: 64px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-banner__btn:hover {
    background: #8e56ff;
}

.footer {
    background: #110f1d;
}

.footer__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    padding: 25px 0 70px;
    margin: 0 auto;
}

.footer__left-block {
    display: flex;
    width: 50%;
}

.footer__left-block::before {
    content: '';
    position: absolute;
    background: url(images/bg/smog.png);
    width: 420px;
    height: 157px;
    left: 400px;
    bottom: 0;
    opacity: .1;
    pointer-events: none;
}

.footer__logo {
    margin-left: 155px;
}

.footer__text-wrapper {
    margin-left: 48px;
}

.footer__copyright {
    margin: 6px 0 15px;
}

.footer__description {
    color: #78758c;
    font-size: 14px;
    margin: 0 0 35px;
}

.footer__license {
    color: #4d4a64;
    font-size: 14px;
    margin: 0;
}

.footer__cases-link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -10px;
}

.footer__case-link {
    margin-left: 10px;
    color: #78758c;
    white-space: nowrap;
}

.footer__case-link:hover {
    color: #938faa;
}

.footer__right-block {
    display: flex;
    flex-direction: column;
    margin-left: 87px;
    width: calc(50% - 87px);
}

.footer__right-block::before,
.footer__right-block::after {
    content: '';
    position: absolute;
    bottom: 0;
}

.footer__right-block::before {
    background: url(images/bg/smog2.png);
    width: 515px;
    height: 230px;
    left: 50%;
    opacity: .1;
    pointer-events: none;
}

.footer__right-block::after {
    background: url(images/bg/bullet.png);
    width: 77px;
    height: 68px;
    right: 95px;
}

.footer__links {
    display: flex;
    margin-bottom: 84px;
}

.payment-methods {
    display: flex;
    flex-direction: column;
}

.payment-methods__images {
    display: flex;
    align-items: center;
}

.payment-methods__images:not(:first-child) {
    margin-top: 8px;
}

.payment-methods__images img:not(:first-child) {
    margin-left: 22px;
}

.footer__help-links {
    margin-left: 40px;
    color: #78758c;
    font-size: 14px;
}

.footer__help-link {
    display: inline-block;
    margin-left: 18px;
}

.footer__help-link:hover {
    color: #938faa;
}

.navigation-menu {
    margin-left: -30px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    text-transform: uppercase;
    color: #ef436c;
}

.navigation-menu__item {
    transition: all .3s;
    position: relative;
    margin-bottom: 20px;
    margin-left: 20px;
}

.navigation-menu__item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background: #f4809c;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.navigation-menu__item:hover {
    color: #f4809c;
}

.navigation-menu__item:hover::after {
    visibility: visible;
    opacity: 1;
}

.languages-links-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px auto;
    padding: 0 10px;
}

.languages-links-block__item {
    margin: 0 5px;
}

/************************************/
/************ 7. Content ************/
/************************************/

.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.container--small {
    max-width: 960px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row--clear {
    margin-bottom: -30px;
}

.row > * {
    margin-bottom: 30px;
}

.col-12,
.col-9,
.col-8,
.col-6,
.col-4,
.col-3 {
    flex: 0 0 auto;
    padding: 0 15px;
}

.col-12 {
    width: 100%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666%;
}

.col-6 {
    width: 50%;
}

.col-4 {
    width: 33.33333%;
}

.col-3 {
    width: 25%;
}

.menu__list {
    display: flex;
    height: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__item {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu__item:not(:first-of-type) {
    margin-left: 36px;
}
.menu__item.--right {
    margin-left: auto;
}

.menu__link {
    position: relative;
    height: 100%;
    font-family: Montserrat;
}

.menu__link::before,
.menu__link::after {
    content: '';
    position: absolute;
    top: 0;
    transform: translateX(-50px);
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,rgba(44,39,87,0),#2c2757 50.97%,rgba(44,39,87,0));
    opacity: 0;
    transition: all .3s;
}

.menu__link::after {
    top: auto;
    bottom: 0;
    transform: translateX(50px);
}

.menu__link-inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    transition: opacity .3s;
    overflow: hidden;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: -.05em;
}

.menu__link-inner::before,
.menu__link-inner::after {
    content: '';
    position: absolute;
    top: -65px;
    left: 0;
    transform: translateY(-50px);
    width: 100%;
    height: 97px;
    background: radial-gradient(50% 50% at 50% 50%,#4c439a 0,rgba(76,67,154,0) 100%);
    opacity: 0;
    transition: all .3s;
}

.menu__link-inner::after {
    top: auto;
    bottom: -65px;
    transform: translateY(50px);
}

.menu__link:hover::before,
.menu__link:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.menu__link:hover .menu__link-inner {
    opacity: .6;
}

.menu__link:hover .menu__link-inner::before,
.menu__link:hover .menu__link-inner::after {
    opacity: .4;
    transform: translateY(0);
}

.menu__item--highlighted .menu__link {
    color: #50c8ce;
}

.menu__item--highlighted .menu__link::before {
    background: linear-gradient(90deg,rgba(234,67,118,0),#50c8ce 50.97%,rgba(234,67,118,0));
    opacity: .2;
    transform: none;
}

.menu__item--highlighted .menu__link::after {
    background: linear-gradient(90deg,rgba(234,67,118,0),#50c8ce 50.97%,rgba(234,67,118,0));
    opacity: .2;
    transform: none;
}

.menu__item--highlighted .menu__link-inner::before {
    background: radial-gradient(50% 50% at 50% 50%,#50c8ce 0,rgba(234,67,118,0) 100%);
    opacity: .2;
    transform: none;
}

.menu__item--highlighted .menu__link-inner::after {
    background: radial-gradient(50% 50% at 50% 50%,#50c8ce 0,rgba(234,67,118,0) 100%);
    opacity: .2;
    transform: none;
}

.menu__item.current-menu-item .menu__link {
    color: #ef436c;
}

.menu__item.current-menu-item .menu__link::before {
    background: linear-gradient(90deg,rgba(234,67,118,0),#ea4376 50.97%,rgba(234,67,118,0));
    opacity: .2;
    transform: none;
}

.menu__item.current-menu-item .menu__link::after {
    background: linear-gradient(90deg,rgba(234,67,118,0),#ea4376 50.97%,rgba(234,67,118,0));
    opacity: .2;
    transform: none;
}

.menu__item.current-menu-item .menu__link-inner::before {
    background: radial-gradient(50% 50% at 50% 50%,#ea4376 0,rgba(234,67,118,0) 100%);
    opacity: .2;
    transform: none;
}

.menu__item.current-menu-item .menu__link-inner::after {
    background: radial-gradient(50% 50% at 50% 50%,#ea4376 0,rgba(234,67,118,0) 100%);
    opacity: .2;
    transform: none;
}

.title {
    font-size: 36px;
    padding: 0 56px;
    text-align: center;
    display: table;
    margin: 0 auto 40px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.title::before,
.title::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-right: 5px solid #6f52f0;
    border-bottom: 4px solid transparent;
    box-shadow: 0 0 20px 0 #6f52f0;
    left: 10px;
}

.title::after {
    left: auto;
    right: 10px;
    transform: scaleX(-1) translateY(-50%);
}

.card-column {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-column > * {
    margin-bottom: 0;
}

.card--cropped {
    -webkit-clip-path: polygon(24px 0,calc(100% - 24px) 0,100% 24px,100% calc(100% - 24px),calc(100% - 24px) 100%,24px 100%,0 calc(100% - 24px),0 24px);
    clip-path: polygon(24px 0,calc(100% - 24px) 0,100% 24px,100% calc(100% - 24px),calc(100% - 24px) 100%,24px 100%,0 calc(100% - 24px),0 24px);
}

.card__link {
    display: block;
    position: relative;
}

.card__img-container {
    overflow: hidden;
    position: relative;
    font-size: 0;
    padding-top: 52.86%;
}

.card__img-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,.6);
    display: block;
    z-index: 2;
}

.card__img-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(253,49,71,0),rgb(76 67 154 / 50%));
    transition: .5s cubic-bezier(.24,.06,0,.91);
    transform: translateY(100%);
    pointer-events: none;
    z-index: 3;
}

.card__img-container--no-shadow::before {
    display: none;
}

.card__img {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: .3s;
    object-fit: cover;
}

.card__info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 4;
}

.card__link:hover .card__img-container::after {
    transform: none;
}

.card__link:hover .card__img {
    transform: translate(-50%, -50%) scale(1.05);
}

.card__title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -.02em;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.card__meta {
    color: #7f79af;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-top: 8px;
    font-size: 12px;
}

.header__top {
    display: flex;
    justify-content: flex-end;
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.social__item:not(:first-child) {
    margin-left: 12px;
}

.social__link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.social__icon {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #9793ba;
    opacity: .8;
    transition: .3s;
}

.social__item.--youtube .social__icon {
    -webkit-mask-image: url(images/icon/youtube.svg);
    mask-image: url(images/icon/youtube.svg);
    width: 18px;
    height: 12px;
}

.social__item.--discord .social__icon {
    -webkit-mask-image: url(images/icon/discord.svg);
    mask-image: url(images/icon/discord.svg);
    width: 18px;
    height: 14px;
}

.social__item.--instagram .social__icon {
    -webkit-mask-image: url(images/icon/instagram.svg);
    mask-image: url(images/icon/instagram.svg);
    width: 16px;
    height: 16px;
}

.social__item.--facebook .social__icon {
    -webkit-mask-image: url(images/icon/facebook.svg);
    mask-image: url(images/icon/facebook.svg);
    width: 8px;
    height: 16px;
}

.social__item.--twitter .social__icon {
    -webkit-mask-image: url(images/icon/twitter.svg);
    mask-image: url(images/icon/twitter.svg);
    width: 17px;
    height: 15px;
}

.social__item.--telegram .social__icon {
    -webkit-mask-image: url(images/icon/telegram.svg);
    mask-image: url(images/icon/telegram.svg);
    width: 20px;
    height: 20px;
}

.social__link:hover .social__icon {
    background: #fff;
}

.tooltip {
    position: relative;
    text-align: center;
    background: #191827;
    border-radius: 50%;
    cursor: pointer;
}

.tooltip__icon {
    -webkit-mask-image: url(images/icon/shield-icon.svg);
    mask-image: url(images/icon/shield-icon.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #50c8ce;
    display: inline-block;
    width: 18px;
    height: 20px;
}

.tooltip__text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: initial;
    top: 23px;
    left: -20px;
    width: 200px;
    background: #282546;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    z-index: 10;
    transition: all .3s;
    color: #fff;
    font-size: 11px;
}

.tooltip__text::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px;
    border-color: transparent transparent #282546 transparent;
}

.tooltip__text a {
    font-weight: 700;
    text-decoration: underline;
}

.tooltip__text a:hover {
    color: #ccc3c3;
}

.tooltip:hover .tooltip__text {
    opacity: 1;
    visibility: visible;
}

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    min-width: 46px;
    height: 40px;
    padding: 5px;
    text-align: center;
    line-height: 30px;
    background: #19172d;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    -webkit-clip-path: polygon(12px 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,12px 100%,0 50%);
    clip-path: polygon(12px 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,12px 100%,0 50%);
}

.wp-pagenavi a:hover {
    background: #312e4f;
}

.wp-pagenavi .current {
    background: #7339e9;
    color: #fff;
}

.news,
.related,
.major {
    padding: 15px 0;
}

.post,
.major {
    color: #848099;
}

.post h1:not([class]),
.post h2:not([class]),
.post h3:not([class]),
.post h4:not([class]),
.post h5:not([class]),
.post h6:not([class]) {
    color: #fff;
    text-transform: uppercase;
}

.post h2:not([class]) {
    margin-top: 25px;
    margin-bottom: 25px;
}

.post h3:not([class]) {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post h4:not([class]) {
    margin-top: 15px;
    margin-bottom: 15px;
}

.post h5:not([class]),
.post h6:not([class]) {
    margin-top: 0;
    margin-bottom: 0;
}

.post a:not([class]) {
    color: #ef436c;
}

.post a:not([class]):hover {
    text-decoration: underline;
}

.post__img {
    margin: 40px -102px;
}

.post p:not([class]) {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.5;
}

.post ul:not([class]) {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 20px;
}

.post li:not([class]) {
    margin-bottom: 10px;
    line-height: 1.5;
}

.post ol:not([class]) {
    counter-reset: section;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

.post ol>li:not([class]) {
    position: relative;
}

.post ol>li:not([class])::before {
    font-size: 1rem;
    counter-increment: section;
    content: counters(section,".") ".";
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 700;
}

.post ol>li:not([class])>* {
    margin-left: 20px;
}

.post__meta {
    margin-bottom: 5px;
}

.meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.meta__item {
    margin: 0 10px 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}

.meta__item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: -12px;
    width: 4px;
    height: 4px;
    background: #848099;
    transform: rotate(45deg);
}

a.meta__item:hover {
    color: #ef436c;
}

.header__logo-tooltip {
    position: absolute;
    top: 18px;
    right: -26px;
}

.settings {
    width: 362px;
    padding: 32px 40px 40px;
    position: absolute;
    top: 74px;
    right: -14px;
    z-index: 1000;
    background: #1c1a32;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.settings.active {
    opacity: 1;
    visibility: visible;
}

.settings::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: 33px;
    top: -5px;
    background: #1c1a32;
    transform: matrix(.71,-.69,.73,.71,0,0);
}

.settings__title {
    font-weight: 600;
    font-family: 'Montserrat';
}

.settings__item {
    position: relative;
    margin-top: 12px;
    cursor: pointer;
    width: 282px;
    height: 50px;
    background: #201d37;
    border: 1px solid #282544;
    border-radius: 2px;
}

.languages__current {
    display: flex;
    align-items: center;
    height: 50px;
    cursor: pointer;
}

.languages__current-icon {
    margin-left: 19px;
}

.languages__current-text {
    margin-left: 15px;
    text-transform: uppercase;
    letter-spacing: -.05em;
    font-family: 'Montserrat';
}

.languages__current-down-icon {
    -webkit-mask-image: url(images/icon/arrow-chevron-down-icon.svg);
    mask-image: url(images/icon/arrow-chevron-down-icon.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #9793ba;
    display: inline-block;
    width: 16px;
    height: 8px;
    margin: 0 23px 0 auto;
    transition: transform .3s;
}

.languages__current.active .languages__current-down-icon {
    transform: rotate(180deg);
}

.languages__dropdown {
    border-radius: 0 0 2px 2px;
    border-bottom: 1px solid #282544;
    display: none;
}

.languages__dropdown-item {
    position: relative;
    border-left: 1px solid #282544;
    border-right: 1px solid #282544;
    background: #201d37;
    display: flex;
    align-items: center;
    height: 50px;
    cursor: pointer;
}

.languages__dropdown-item:hover {
    background: #2a2648;
}

.languages__dropdown-item::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 87%;
    height: 1px;
    background: #282544;
}

.languages__dropdown-item-icon {
    margin-left: 19px;
}

.languages__dropdown-item-text {
    margin-left: 15px;
    text-transform: uppercase;
    letter-spacing: -.05em;
    font-family: 'Montserrat';
}

.card .lyte-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    margin: 0 !important;
}

.card .lL {
    display: none;
}

.card .lyte {
    padding-bottom: 52.86%;
}

.post .lyte-wrapper {
    margin: 40px -102px !important;
    max-width: none !important;
    width: auto !important;
}

.support-img {
    max-width: 100%;
    margin-bottom: 20px;
}

.block-title {
    margin: 0 0 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
}

.contact {
    margin: 60px 0;
}

.edge {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

.edge__item {
    font-size: 18px;
    width: calc(33.33333% - 30px);
    text-align: center;
    margin: 0 15px 30px;
}

.edge__item-icon {
    width: 45px;
    height: 60px;
    margin: 0 auto 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    background-color: #848099;
}

.edge__item-icon--world {
    -webkit-mask-image: url(images/icon/world.svg);
    mask-image: url(images/icon/world.svg);
}

.edge__item-icon--clock {
    -webkit-mask-image: url(images/icon/wall-clock.svg);
    mask-image: url(images/icon/wall-clock.svg);
}

.edge__item-icon--chat {
    -webkit-mask-image: url(images/icon/chat.svg);
    mask-image: url(images/icon/chat.svg);
}

.edge__item-text {
    margin: 0;
}

.contact__edge {
    margin-bottom: 30px;
}

.lead__inner {
    position: relative;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lead__inner::before,
.lead__inner::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    -webkit-clip-path: polygon(24px 0,calc(100% - 24px) 0,100% 24px,100% calc(100% - 24px),calc(100% - 24px) 100%,24px 100%,0 calc(100% - 24px),0 24px);
    clip-path: polygon(24px 0,calc(100% - 24px) 0,100% 24px,100% calc(100% - 24px),calc(100% - 24px) 100%,24px 100%,0 calc(100% - 24px),0 24px);
}

.lead__inner::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#353157 .08%,#353157 0,#242140 38.04%);
}

.lead__inner::after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: url(images/content/mission.webp) no-repeat right top #1b1834;
}

.lead__title {
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 38px;
    margin: 0;
}

.lead__btn {
    -webkit-clip-path: polygon(18px 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,18px 100%,0 50%);
    clip-path: polygon(18px 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,18px 100%,0 50%);
    padding: 0 45px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    user-select: none;
    background: #7339e9;
    color: #fff;
    min-width: 192px;
    height: 64px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lead__btn:hover {
    background: #8e56ff;
}

.lead__chat {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lead__chat-text {
    margin: 0;
    font-size: 14px;
}

.lead__chat-btn {
    -webkit-clip-path: polygon(12px 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,12px 100%,0 50%);
    clip-path: polygon(12px 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,12px 100%,0 50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    background-color: #302d54;
    color: #e0dfe9;
    min-width: 99px;
    width: unset;
    height: 38px;
    margin-left: 15px;
}

.lead__chat-btn:hover {
    background: #ff3a70;
    color: #fff;
}

.major img {
    max-width: 100%;
}

.img-cropped {
    -webkit-clip-path: polygon(24px 0,calc(100% - 24px) 0,100% 24px,100% calc(100% - 24px),calc(100% - 24px) 100%,24px 100%,0 calc(100% - 24px),0 24px);
    clip-path: polygon(24px 0,calc(100% - 24px) 0,100% 24px,100% calc(100% - 24px),calc(100% - 24px) 100%,24px 100%,0 calc(100% - 24px),0 24px);
}

.views {
    float: right;
    display: flex;
    align-items: center;
}

.block-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.views__counter {
    margin: 0 0 0 6px;
    font-size: 14px;
}

.section {
    margin-bottom: 60px;
}

.img-block {
    display: block;
    max-width: 1200px;
    margin: 40px auto;
}

.case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 60px 0;
}

.case {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 254px;
    height: 385px;
    text-align: center;
}

.case::before,
.case::after {
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.case::before {
    -webkit-clip-path: polygon(50% 0,100% 15%,100% 85%,50% 100%,0 85%,0 15%);
    clip-path: polygon(50% 0,100% 15%,100% 85%,50% 100%,0 85%,0 15%);
    width: 234px;
    height: 454px;
    background: linear-gradient(180deg,rgba(20,18,37,.18) 26.59%,rgba(23,20,44,.18) 58.05%,rgba(39,22,66,.18) 83.46%,rgba(78,40,165,.18));
    transform: translateY(-70px) scale(.7);
}

.case::after {
    -webkit-clip-path: polygon(50% 0,100% 17%,100% 83%,50% 100%,0 83%,0 17%);
    clip-path: polygon(50% 0,100% 17%,100% 83%,50% 100%,0 83%,0 17%);
    width: 254px;
    height: 434px;
    background: linear-gradient(180deg,rgba(20,18,37,.8) 26.59%,rgba(23,20,44,.8) 58.05%,rgba(39,22,66,.8) 83.46%,rgba(78,40,165,.8));
    transform: translateY(-110px) scale(.7);
}

.case__img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 234px;
    height: 234px;
}

.case__img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.case__title {
    font-weight: 700;
    color: #fbfffe;
    margin-top: -8px;
}

.case__price {
    font-weight: 700;
    color: #4af1b8;
    margin-top: 6px;
}

.case__btn {
    -webkit-clip-path: polygon(13px 0,calc(100% - 13px) 0,100% 50%,calc(100% - 13px) 100%,13px 100%,0 50%);
    clip-path: polygon(13px 0,calc(100% - 13px) 0,100% 50%,calc(100% - 13px) 100%,13px 100%,0 50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    background-color: #5c49d0;
    color: #fff;
    min-width: 114px;
    width: unset;
    height: 40px;
    margin-top: 30px;
    background: #1c1a31;
}

.case:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(-25px);
}

.case:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-25px);
}

.case:hover .case__btn {
    background: #cf3464;
    color: #e0dfe9;
}

.text-block {
    margin-bottom: 60px;
}

.text-center {
    text-align: center;
}

.video-player {
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    position: relative;
    margin-bottom: 30px;
}

.video-player--4-3 {
    padding-top: 75%;
}

.video-player__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.fix-img {
    display: flex;
    position: fixed;
    right: 40px;
    bottom: 0px;
    z-index: 1000;
    background: transparent;
}

.more-btn {
    margin-top: 15px;
}

.mobile-menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    transform: translateX(-100%);
    background: #141225 url(images/bg/mobile-menu-bg.png) no-repeat;
    border-top: 1px solid #1e1b38;
    overflow-y: auto;
    transition: transform .3s;
    will-change: transform;
    z-index: 100;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-navigation__item {
    margin: 23px 27px 0;
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 15px;
    letter-spacing: -.05em;
}

.mobile-navigation__item:hover {
    opacity: .6;
}

.mobile-secondary-navigation {
    width: calc(100% - 52px);
    margin: 91px auto 0;
    border-top: 1px solid #1e1b38;
    border-bottom: 1px solid #1e1b38;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px;
}

.mobile-secondary-navigation__item {
    margin: 10px 14px;
}

.mobile-social {
    margin-top: 13px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0;
}

.mobile-social__item {
    width: 40px;
    height: 40px;
    margin: 0 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-social__item-icon {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #9793ba;
    width: 16px;
    height: 16px;
    transition: .3s;
}

.mobile-social__item:hover .mobile-social__item-icon {
    background: #fff;
}

.mobile-social__item.--youtube .mobile-social__item-icon {
    -webkit-mask-image: url(images/icon/youtube.svg);
    mask-image: url(images/icon/youtube.svg);
    width: 20px;
    height: 14px;
}

.mobile-social__item.--discord .mobile-social__item-icon {
    -webkit-mask-image: url(images/icon/discord.svg);
    mask-image: url(images/icon/discord.svg);
    width: 20px;
    height: 16px;
}

.mobile-social__item.--instagram .mobile-social__item-icon {
    -webkit-mask-image: url(images/icon/instagram.svg);
    mask-image: url(images/icon/instagram.svg);
    width: 18px;
    height: 18px;
}

.mobile-social__item.--facebook .mobile-social__item-icon {
    -webkit-mask-image: url(images/icon/facebook.svg);
    mask-image: url(images/icon/facebook.svg);
    width: 8px;
    height: 16px;
}

.mobile-social__item.--twitter .mobile-social__item-icon {
    -webkit-mask-image: url(images/icon/twitter.svg);
    mask-image: url(images/icon/twitter.svg);
}

.mobile-social__item.--telegram .mobile-social__item-icon {
    -webkit-mask-image: url(images/icon/telegram.svg);
    mask-image: url(images/icon/telegram.svg);
    width: 21px;
    height: 21px;
}

.mb-0 {
    margin-bottom: 0;
}

#ctf {
    border: 1px solid #848099 !important;
    padding: 20px !important;
    word-wrap: break-word !important;
}

#ctf .ctf-item {
    border: 0 !important;
    padding: 0 !important;
}

#ctf .ctf-item:not(:last-child) {
    border-bottom: 1px solid #848099 !important;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
}

#ctf .ctf-author-box {
    min-height: auto !important;
    margin: 0 !important;
    float: none !important;
}

#ctf .ctf-author-box-link {
    font-size: 14px !important;
    color: #fff !important;
}

#ctf .ctf-author-avatar {
    display: none !important;
}

#ctf .ctf-author-box-link a {
    margin: 0 5px 0 0 !important;
    transition: .3s !important;
    color: #fff !important;
    font-weight: 400 !important;
}

#ctf.ctf-styles .ctf-tweet-meta {
    margin: 0 !important;
    font-size: 14px !important;
}

#ctf .ctf-corner-logo {
    display: none !important;
}

#ctf .ctf-tweet-content {
    float: none !important;
    padding: 0 !important;
    margin: 8px 0 0 !important;
}

#ctf .ctf-tweet-content > p {
    margin: 0 !important;
}

#ctf .ctf-tweet-text {
    color: #848099 !important;
    font-size: 15px !important;
}

#ctf .ctf-tweet-actions {
    display: flex !important;
    align-items: center !important;
    margin: 5px 0 0 !important;
    max-width: 100% !important;
    float: none !important;
}

#ctf .ctf-tweet-actions a {
    display: flex !important;
    align-items: center !important;
    padding: 5px !important;
    margin: 0 5px 0 0 !important;
    color: #848099 !important;
    float: none !important;
    font-size: 14px !important;
}

#ctf .ctf-tweet-actions .ctf-retweet:focus,
#ctf .ctf-tweet-actions .ctf-retweet:hover,
#ctf .ctf-tweet-actions .ctf-reply:focus,
#ctf .ctf-tweet-actions .ctf-reply:hover,
#ctf .ctf-tweet-actions .ctf-like:focus,
#ctf .ctf-tweet-actions .ctf-like:hover {
    color: #fff !important;
}

#ctf .ctf-tweet-actions a span.fa,
#ctf .ctf-tweet-actions a svg {
    width: 16px !important;
    height: 16px !important;
}

#ctf .ctf-action-count {
    font-size: 14px !important;
    padding: 0 !important;
    float: none !important;
    margin: 0 0 0 5px !important;
    line-height: normal !important;
}

#ctf .ctf-twitterlink:hover {
    color: #fff !important;
}

#ctf .ctf-author-box-link a:hover {
    color: #ef436c !important;
}

#ctf.ctf-styles .ctf-author-screenname,
#ctf.ctf-styles .ctf-context,
#ctf.ctf-styles .ctf-screename-sep,
#ctf.ctf-styles .ctf-tweet-meta {
    font-size: 14px !important;
}

#ctf .ctf-context {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

#ctf .ctf-screename-sep {
    margin: 0 5px 0 0 !important;
}

.event-promo {
    padding: 15px 0;
    text-align: center;
    position: relative;
    background: url(https://skin.club/community/wp-content/uploads/2023/03/leaderboard-table-bg.723586a3.webp) no-repeat center;
}

.section-description {
    color: #848099;
    font-size: 18px;
    font-weight: 300;
    max-width: 540px;
    margin: 0 auto 40px;
    text-align: center;
}

.title + .section-description {
    margin-top: -25px;
}

.event-promo img {
    max-width: 100%;
}

.details {
    padding: 45px 0;
}

.details__content {
    color: #848099;
}

.details__content h3 {
    margin: 0 0 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
}

.details__content p {
    margin: 0 0 35px;
}

.focus {
    background: url(https://skin.club/community/wp-content/uploads/2023/03/bottom-banner-bg.bfc35fc1.webp) no-repeat center / cover;
    padding: 120px 0;
    position: relative;
    margin: 15px 0 60px;
}

.focus::before,
.focus::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, transparent, #141225);
}

.focus::after {
    top: auto;
    bottom: 0;
    transform: rotate(180deg);
}

.focus__title {
    font-size: 74px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: .2em;
    background: linear-gradient(180deg,#b33b7d,#f76a85);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin: 0;
}

.focus__decoration {
    position: absolute;
}

.focus__decoration:nth-child(1) {
    top: 25px;
    left: calc(50% - 640px);
}

.focus__decoration:nth-child(2) {
    top: 25px;
    left: calc(50% + 490px);
}

.focus__decoration:nth-child(3) {
    left: calc(50% - 490px);
    bottom: 25px;
}

.focus__decoration:nth-child(4) {
    left: calc(50% + 590px);
    bottom: 0;
}

.roadmap {
    padding: 45px 0;
    text-align: center;
    background: url(https://skin.club/community/wp-content/uploads/2023/03/giveaway-top-bg.d80907ba.webp) no-repeat center;
}

.roadmap__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.roadmap__list > * {
    width: 300px;
    margin: 0 15px 30px;
}

.roadmap__list > *:not(:last-child)::before,
.roadmap__list > *:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 45px;
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-left: 5px solid #ef436c;
    border-bottom: 4px solid transparent;
    box-shadow: 0 0 20px 0 #ef436c;
    left: calc(100% + 10px);
}

.roadmap__list > *:not(:last-child)::after {
    left: calc(100% + 15px);
}

.roadmap-item {
    position: relative;
}

.roadmap-item__step {
    position: relative;
    width: 80px;
    height: 90px;
    margin: 0px auto 25px;
}

.roadmap-item__step::before,
.roadmap-item__step::after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath d='M0.999878 1L12.9047 7.7137M12.9045 22.6904L16.9999 25M12.7781 7.48274L12.7781 22.9759' stroke='%238E8AB8'/%3E%3Cpath d='M0.999878 61L12.9047 54.2863M12.9045 39.3096L16.9999 37M12.7781 54.5173L12.7781 39.0241' stroke='%238E8AB8'/%3E%3C/g%3E%3C/svg%3E");
    width: 18px;
    height: 62px;
    top: 14px;
}

.roadmap-item__step::before {
    left: -14px;
    transform: scale(-1);
}

.roadmap-item__step::after {
    right: -14px;
}

.roadmap-item__step-depth {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0px, 100% 25%, 100% 75%, 50% 100%, 0px 75%, 0px 25%);
    position: absolute;
}

.roadmap-item__step-depth:nth-child(1) {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgb(23, 20, 45), rgb(21, 19, 42));
}

.roadmap-item__step-depth:nth-child(2) {
    background: linear-gradient(#ef436c, rgb(36, 35, 62));
    width: 72%;
    height: 72%;
    z-index: 2;
}

.roadmap-item__step-depth:nth-child(3) {
    background: linear-gradient(rgb(23, 22, 43), rgb(44, 42, 70));
    width: 66%;
    height: 66%;
    z-index: 3;
    transition: all 0.3s ease 0s;
}

.roadmap-item__step-depth:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(25, 24, 45), rgb(32, 30, 55));
    width: 52%;
    height: 54%;
    font-size: 19px;
    font-weight: 900;
    z-index: 4;
}

.roadmap-item__title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.roadmap-item__description {
    color: #848099;
    font-size: 16px;
    margin: 15px 0 0;
}

.roadmap__btn {
    margin-top: 40px;
}

.cases {
    padding: 15px 0;
}

.roadmap + .cases {
    margin-top: 60px;
}

.presentation {
    padding: 200px 0;
    position: relative;
    margin-bottom: 80px;
    background: url(https://skin.club/community/wp-content/uploads/2023/03/roulette-bg-grid.93955c64.webp) no-repeat center;
}

.presentation::before,
.presentation::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 417px;
    height: 100%;
    background: url(https://skin.club/community/wp-content/uploads/2023/03/game-container-arrow.a34f94a2.webp) no-repeat center / contain;
    max-width: calc((100vw - 660px) / 2);
}

.presentation::after {
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

.presentation__content {
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
}

.presentation__img {
    display: block;
}

.presentation__label {
    position: relative;
    display: table;
    color: #141225;
    text-transform: uppercase;
    padding: 5px;
    margin: 10px 50px 0 auto;
    width: 142px;
    text-align: center;
    transform: skewX(-20deg);
    font-weight: 700;
    background: #fff;
}

.info-box {
    clip-path: polygon(24px 0px, calc(100% - 24px) 0px, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0px calc(100% - 24px), 0px 24px);
    position: relative;
    overflow: hidden;
    width: 920px;
    max-width: calc(100vw - 30px);
    padding: 40px 60px;
    margin: 80px auto;
    color: #848099;
    line-height: 1.6;
}

.info-box::before,
.info-box::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(53, 49, 87) 0.08%, rgb(53, 49, 87) 0px, rgb(36, 33, 64) 38.04%);
    clip-path: polygon(24px 0px, calc(100% - 24px) 0px, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0px calc(100% - 24px), 0px 24px);
}

.info-box::after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: url(https://skin.club/community/wp-content/uploads/2023/03/c7324ca9d46c76c83f834006892e73637ab3e307.webp) no-repeat top center rgb(27, 24, 52);
}

.info-box > *:last-child {
    margin-bottom: 0;
}

.info-box__title {
    line-height: normal;
}

.video,
.iframe {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}

.video__iframe,
.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
}

.video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .3s;
}

.video__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    cursor: pointer;
    transition: .3s;
}

.video__title {
    width: 60%;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 30px;
    font-size: 14px;
    letter-spacing: .05em;
    color: #ff3a70;
    background: #141225;
}

.video__title span {
    display: block;
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: .05em;
    margin-top: 10px;
    line-height: 1.1;
}

.video__title--small span {
    font-size: 46px;
}

.video__play {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

.video__play-icon {
    width: 44px;
}

.video__play-text {
    margin-left: 10px;
}

.video__poster.hidden,
.video__info.hidden {
    opacity: 0;
    visibility: hidden;
}

.info {
    padding: 80px 0;
    color: #848099;
}

.info__video {
    margin: 0 -102px 40px;
}

.info__text {
    margin: 0 0 20px;
}

.info-row {
    align-items: center;
    padding: 40px 0;
    margin: 40px 0;
    position: relative;
}

.info-row + .info-row {
    margin-top: -41px;
}

.info-row::before,
.info-row::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1298 12' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10.8606L11.1313 0.798217L1286.87 0.798162L1297 10.9999' stroke='%232C2A44'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
}

.info-row::after {
    top: auto;
    bottom: 0;
    transform: translateX(-50%) scale(-1);
}

.info-row > * {
    margin: 0;
}

.info-row__video {
    margin: 0;
    clip-path: polygon(24px 0px, calc(100% - 24px) 0px, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0px calc(100% - 24px), 0px 24px);
}

.info-row__title {
    margin: 0 0 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
}

.info-row__text {
    color: #848099;
    line-height: 1.6;
    margin: 0;
}

.info-row--reverse {
    flex-direction: row-reverse;
}

.info__sub-title {
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 1.5em;
}

.info__description {
    text-align: center;
    margin: 0 0 20px;
}

.info .container > *:last-child {
    margin-bottom: 0;
}

.about {
    background: url(https://skin.club/community/wp-content/uploads/2023/03/leaderboard-table-bg.723586a3-1.webp) no-repeat center;
    color: #848099;
    padding: 80px 0;
}

.about__box {
    background: #100f1f;
    clip-path: polygon(24px 0px, calc(100% - 24px) 0px, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0px calc(100% - 24px), 0px 24px);
}

.about__info {
    padding: 40px 60px;
}

.about__text {
    margin: 0;
    line-height: 1.6;
}

.about__text:not(:last-child) {
    margin-bottom: 20px;
}

.about__img {
    display: block;
    max-width: 100%;
}

.compare {
    background: url(https://skin.club/community/wp-content/uploads/2023/03/3c54f766b3bfef11308196bf79a83a8b65afa9ed.webp) no-repeat top center #1c1a31;
    text-align: center;
    padding: 40px;
    margin-bottom: 60px;
    clip-path: polygon(24px 0px, calc(100% - 24px) 0px, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0px calc(100% - 24px), 0px 24px);
}

.compare__title {
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 24px;
}

.compare__description {
    color: #848099;
    font-size: 15px;
    line-height: 1.6em;
    max-width: 500px;
    margin: 0 auto 20px;
}

.compare__list {
    position: relative;
}

.compare__hint {
    display: table;
    margin: 0 0 5px auto;
    color: #ff3a70;
    font-size: 12px;
    position: absolute;
    top: -2px;
    right: -2px;
    background: #1c1a31;
    padding: 15px;
    clip-path: polygon(0 0px, 100% 0px, 100% 0, 100% 100%, 100% 100%, 12px 100%, 0px calc(100% - 12px), 0px 0px);
    z-index: 2;
}

.comparer {
    display: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.comparer.active {
    display: block;
}
 
.comparer__item {
    width: 100%;
    display: block;
}
 
.comparer__resize {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.comparer__text {
    position: absolute;
    width: 30%;
    left: 0;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparer__text-inner {
    background: #1c1a31;
    color: #ff3a70;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 700;
}

.comparer__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border: 2px solid #ff3a70;
  border-radius: 50%;
  cursor: ew-resize;
  backdrop-filter: blur(7px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparer__handle::before,
.comparer__handle::after {
  content: '';
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-right: 10px solid #ff3a70;
    border-bottom: 8px solid transparent;
}

.comparer__handle::after {
  transform: rotate(180deg);
  margin-left: 10px;
}

.comparer__handle div:before,
.comparer__handle div:after {
  content: '';
  width: 2px;
  height: 9999px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  background: #ff3a70;
  margin-left: -1px;
}

.comparer__handle div:after {
  top: 100%;
  bottom: auto;
}

.comparer__resize .comparer__text {
    right: 0;
    left: auto;
}

.compare__btns {
    margin: 24px -16px -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.compare__btn {
    clip-path: polygon(13px 0px, calc(100% - 13px) 0px, 100% 50%, calc(100% - 13px) 100%, 13px 100%, 0px 50%);
    background: #1b192f;
    position: relative;
    width: 182px;
    min-width: fit-content;
    padding: 0px 10px;
    line-height: 44px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #656483;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
    margin: 0 8px 16px;
    border: 0;
    cursor: pointer;
}

.compare__btn::before {
    position: absolute;
    content: "";
    clip-path: polygon(13px 0px, 0px 50%, 13px 100%, 14px calc(100% - 1px), 1px 50%, 14px 1px, calc(100% - 14px) 1px, calc(100% - 1px) 50%, calc(100% - 14px) calc(100% - 1px), 13px calc(100% - 1px), 13px 100%, calc(100% - 13px) 100%, 100% 50%, calc(100% - 13px) 0px);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #282546;
    pointer-events: none;
}

.compare__btn:hover {
    background: #2a2749;
}

.compare__btn.active {
    color: #817ea3;
    pointer-events: none;
    background: #282546;
    cursor: default;
}

.players {
    display: flex;
    margin: 40px -102px;
    position: relative;
    z-index: 2;
}

.player {
    flex: 1 0 0;
    text-align: center;
    margin: 0 10px 20px;
    padding: 20px 0 0;
    clip-path: polygon(24px 0px, calc(100% - 24px) 0px, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0px calc(100% - 24px), 0px 24px);
    position: relative;
    z-index: 2;
    transition: .3s;
}

.player::before,
.player::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(53, 49, 87) 0.08%, rgb(53, 49, 87) 0px, rgb(36, 33, 64) 38.04%);
    clip-path: polygon(24px 0px, calc(100% - 24px) 0px, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0px calc(100% - 24px), 0px 24px);
}

.player::after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: rgb(27, 24, 52);
    transition: .3s;
}

.player__name {
    color: #fff;
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 15px;
}

.player p:not([class]) {
    margin: 0;
    font-size: 0;
    position: relative;
    z-index: 2;
}

.player__logo {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    opacity: .2;
    z-index: 1;
}

.player__prof {
    display: table;
    color: #ff3a70;
    font-size: 12px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #1c1a31;
    padding: 4px 10px;
    clip-path: polygon(6px 0px, calc(100% - 6px) 0px, 100% 6px, 100% 100%, 100% 100%, 0 100%, 0px 100%, 0px 6px);
    z-index: 3;
    margin: 0;
    transform: translateX(-50%);
}

.player__photo {
    max-width: 80%;
}

.player:hover {
    transform: translateY(-10px);
}

.player:hover::after {
    opacity: .6;
}

/**********************************/
/************ 8. Popup ************/
/**********************************/

/**********************************/
/************ 9. Media ************/
/**********************************/

/******************************************/
/************ 9.1 Wide screens ************/
/******************************************/

@media screen and (max-width: 1860px) {
    .container:not(.container--small) .post__img {
        margin-left: 0;
        margin-right: 0;
    }

    .container:not(.container--small) .post .lyte-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1400px) {
    .footer-banner__left-block::before {
        left: -80px;
    }
}

@media screen and (max-width: 1366px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    
    .row--clear {
        margin-bottom: -20px;
    }
    
    .row > * {
        margin-bottom: 20px;
    }
    
    .col-12,
    .col-9,
    .col-8,
    .col-6,
    .col-4,
    .col-3 {
        padding: 0 10px;
    }

    .header {
        padding: 10px;
        margin-bottom: 30px;
    }
    
    .header::before {
        background: url(images/bg/header-desktop.jpg);
        width: 1366px;
    }
    
    .header__inner {
        height: 60px;
    }
    
    .header__inner::before {
        -webkit-clip-path: polygon(7px 0,calc(100% - 7px) 0,100% 7px,100% calc(100% - 7px),calc(100% - 7px) 100%,7px 100%,0 calc(100% - 7px),0 7px);
        clip-path: polygon(7px 0,calc(100% - 7px) 0,100% 7px,100% calc(100% - 7px),calc(100% - 7px) 100%,7px 100%,0 calc(100% - 7px),0 7px);
    }
    
    .header__logo-link {
        padding-left: 20px;
    }
    
    .header__logo-icon {
        width: 34px;
    }
    
    .header__logo-name {
        width: 70px;
    }
    
    .header__logo-slogan {
        font-size: 6px;
        letter-spacing: .095em;
    }
    
    .header__logo-tooltip {
        top: 13px;
        right: -19px;
    }
    
    .tooltip__icon {
        width: 14px;
        height: 16px;
    }
    
    .header__menu {
        margin-left: 36px;
    }
    
    .menu__link-inner {
        font-size: 11px;
    }
    
    .menu__item:not(:first-of-type) {
        margin-left: 24px;
    }

    .menu__item.--right {
        margin-left: auto;
    }
    
    .header__right {
        padding-right: 20px;
    }
    
    .header__settings {
        margin-right: -12px;
        margin-left: 28px;
    }
    
    .header__settings-btn {
        width: 40px;
        height: 40px;
    }
    
    .header__settings-icon {
        width: 16px;
        height: 16px;
    }
    
    .header__settings::before {
        left: -8px;
    }
    
    .settings {
        top: 56px;
        right: -8px;
    }

    .social__item:not(:first-child) {
        margin-left: 7px;
    }
    
    .social__link {
        width: 30px;
        height: 30px;
    }
    
    .social__item.--youtube .social__icon {
        width: 13px;
        height: 9px;
    }
    
    .social__item.--discord .social__icon {
        width: 13px;
        height: 10px;
    }
    
    .social__item.--instagram .social__icon {
        width: 12px;
        height: 12px;
    }
    
    .social__item.--facebook .social__icon {
        width: 6px;
        height: 12px;
    }
    
    .social__item.--telegram .social__icon {
        width: 14px;
        height: 14px;
    }
    
    .social__item.--twitter .social__icon {
        width: 12px;
        height: 10px;
    }

    .card__title {
        font-size: 20px;
        line-height: 26px;
    }
    
    .card__meta {
        margin-top: 4px;
    }

    .footer-banner-wrapper {
        margin-top: 90px;
    }

    .container .post__img {
        margin-left: 0;
        margin-right: 0;
    }

    .container .post .lyte-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .edge__item {
        width: calc(33.33333% - 20px);
        margin: 0 10px 20px;
    }

    .video-player {
        margin-bottom: 20px;
    }

    .presentation {
        padding: 150px 0;
    }
    
    .presentation::before,
    .presentation::after {
        max-width: calc((100vw - 460px) / 2);
    }
    
    .presentation__content {
        width: 460px;
    }
    
    .info__video {
        margin-left: 0;
        margin-right: 0;
    }

    .info-row__video {
        margin: 0;
    }
}

@media screen and (max-width: 1280px) {
    .footer__left-block {
        width: 43%;
    }
    
    .footer__logo {
        margin-left: 75px;
    }
    
    .footer__right-block {
        margin-left: 40px;
        width: calc(57% - 40px);
    }

    .fix-img {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .footer-banner__left-block {
        width: 38%;
    }
    
    .footer-banner__left-block::before {
        left: -353px;
    }

    .players {
        margin-left: -10px;
        margin-right: -10px;
    }
}

/*************************************/
/************ 9.2 Tablets ************/
/*************************************/

@media screen and (max-width: 1024px) {
    .col-md-12 {
        width: 100%;
    }
    
    .col-md-9 {
        width: 75%;
    }
    
    .col-md-8 {
        width: 66.66666%;
    }
    
    .col-md-6 {
        width: 50%;
    }
    
    .col-md-4 {
        width: 33.33333%;
    }
    
    .col-md-3 {
        width: 25%;
    }

    .order-md-1 {
        order: 1;
    }

    .social__item:not(:first-child) {
        margin-left: 4px;
    }

    .footer__logo {
        margin-left: 30px;
    }
    
    .footer__text-wrapper {
        margin-left: 20px;
    }
    
    .footer__links {
        flex-direction: column;
    }
    
    .footer__help-links {
        margin: 20px 0 0;
    }
    
    .footer__help-link:nth-child(1) {
        margin-left: 8px;
    }

    .footer__left-block::before {
        left: 200px;
    }

    .card-column {
        flex-direction: row;
        margin-bottom: -20px;
    }

    .presentation {
        padding: 120px 0;
    }
    
    .presentation::before, .presentation::after {
        max-width: calc((100vw - 380px) / 2);
    }
    
    .presentation__content {
        width: 380px;
    }
    
    .info-box {
        padding: 40px;
    }
    
    .video__title {
        width: 80%;
    }

    .players {
        flex-wrap: wrap;
    }
    
    .player {
        flex-basis: calc(33.33333% - 20px);
        padding-top: 30px;
    }
    
    .player__name {
        font-size: 16px;
    }
    
    .player__prof {
        font-size: 14px;
        padding: 6px 14px;
    }
}

@media screen and (max-width: 991px) {
    .footer-banner {
        height: auto;
    }
    
    .footer-banner__left-block {
        height: 500px;
        transform: translateY(-110px);
        margin-bottom: -110px;
        width: 100%;
    }
    
    .footer-banner__left-block::before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    
    .footer-banner__right-block {
        width: 100%;
        margin-top: 24px;
    }
}

/*************************************/
/************ 9.3 Mobiles ************/
/*************************************/

@media screen and (max-width: 768px) {
    .header {
        margin: 90px 0 0;
        padding: 0;
    }
    
    .header::before {
        display: none;
    }

    .header__top {
        display: none;
    }
    
    .header__inner {
        position: fixed;
        top: 0;
        justify-content: space-between;
        background: #19172d url(images/bg/mobile-top-block-bg.png) no-repeat;
        background-size: contain;
        z-index: 100;
        display: flex;
        align-items: center;
    }

    .header__inner::before {
        display: none;
    }
    
    .header__logo-text {
        display: none;
    }
    
    .tooltip__text {
        width: 150px;
    }
    
    .header__menu {
        display: none;
    }
    
    .header__right {
        align-items: center;
    }
    
    .header__menu-btn {
        display: block;
        position: relative;
        background: none;
        border: 0;
        cursor: pointer;
        width: 40px;
        height: 40px;
        padding: 14px 9px;
    }
    
    .header__menu-btn-inner {
        position: relative;
        display: block;
        height: 100%;
    }
    
    .header__menu-btn-line {
        position: absolute;
        width: 21px;
        height: 1px;
        background: #aaa1db;
        right: 0;
    }
    
    .header__menu-btn-line:nth-child(1) {
        top: 0;
        transition: top .2s cubic-bezier(.3333,.6667,.6667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    }
    
    .header__menu-btn-line:nth-child(2) {
        top: 6px;
        transition: top .1s cubic-bezier(.3333,.6667,.6667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
    }
    
    .header__menu-btn-line:nth-child(3) {
        width: 16px;
        top: 12px;
        transition: top .2s cubic-bezier(.3333,.6667,.6667,1) .2s,background-color .1s linear .13s;
    }
    
    .header__menu-btn.active .header__menu-btn-line:nth-child(1) {
        transition: transform .13s cubic-bezier(.215,.61,.355,1) .22s;
        transform: translate3d(0,5px,0) rotate(45deg);
    }
    
    .header__menu-btn.active .header__menu-btn-line:nth-child(2) {
        top: 0;
        transition: top .2s cubic-bezier(.3333,0,.6667,.3333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
        transform: translate3d(0,5px,0) rotate(-45deg);
    }
    
    .header__menu-btn.active .header__menu-btn-line:nth-child(3) {
        top: 0;
        background: transparent;
        transition: top .2s cubic-bezier(.3333,0,.6667,.3333),background-color .2s linear .15s;
    }
    
    .header__settings {
        margin-left: 20px;
    }
    
    .settings {
        width: 310px;
        padding: 15px 25px 20px;
        right: 0;
    }
    
    .settings__item {
        width: 260px;
        height: 40px;
    }
    
    .languages__current {
        height: 40px;
    }
    
    .languages__dropdown-item {
        height: 40px;
    }
    
    .settings::before {
        right: 13px;
    }

    .footer-banner__left-block {
        height: 400px;
    }
    
    .footer__inner {
        flex-direction: column;
    }
    
    .footer__left-block {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    
    .footer__left-block::before {
        max-width: 100%;
        left: 0;
    }
    
    .footer__logo {
        margin: 0 0 15px;
    }
    
    .footer__text-wrapper {
        margin: 0;
        text-align: center;
    }
    
    .footer__cases-link {
        justify-content: center;
        padding: 0 15px;
    }
    
    .footer__right-block {
        align-items: center;
        margin: 35px 0 0;
        width: 100%;
    }
    
    .footer__right-block::before {
        display: none;
    }
    
    .footer__links {
        margin-bottom: 20px;
        order: 1;
        align-items: center;
    }
    
    .navigation-menu {
        justify-content: center;
        margin: 0 0 15px;
    }

    .card__title {
        font-size: 16px;
        line-height: 20px;
    }
    
    .card__meta {
        font-size: 10px;
    }

    .details {
        padding: 15px 0;
    }

    .focus {
        padding: 80px 0;
    }

    .focus::before,
    .focus::after {
        height: 50px;
    }

    .focus__title {
        font-size: 48px;
    }

    .roadmap__list > * {
        width: 254px;
    }

    .roadmap__list > *:not(:last-child)::before,
    .roadmap__list > *:not(:last-child)::after {
        display: none;
    }

    .roadmap-item__title {
        font-size: 21px;
    }

    .presentation {
        padding: 120px 0;
        margin-bottom: 40px;
    }
    
    .presentation::before,
    .presentation::after {
        max-width: calc((100vw - 320px) / 2);
    }
    
    .presentation__content {
        width: 320px;
    }
    
    .info-box {
        margin: 60px auto;
    }
    
    .info {
        padding: 60px 0;
    }
    
    .video__title span {
        font-size: 46px;
    }
    
    .video__play-icon {
        width: 36px;
    }
    
    .video__play {
        font-size: 34px;
    }
    
    .video__title--small span {
        font-size: 36px;
    }
    
    .comparer__handle {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }
    
    .about {
        padding: 60px 0;
    }
    
    .about__info {
        padding: 40px;
    }

    .player__name {
        font-size: 15px;
    }
    
    .player {
        padding-top: 20px;
    }
    
    .player__prof {
        font-size: 12px;
        padding: 4px 10px;
    }
}

@media screen and (max-width: 600px) {
    .btn {
        height: 52px;
        font-size: 16px;
        min-width: 172px;
    }
    
    .col-sm-12 {
        width: 100%;
    }
    
    .col-sm-9 {
        width: 75%;
    }
    
    .col-sm-8 {
        width: 66.66666%;
    }
    
    .col-sm-6 {
        width: 50%;
    }
    
    .col-sm-4 {
        width: 33.33333%;
    }
    
    .col-sm-3 {
        width: 25%;
    }

    .title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        min-width: 34px;
        height: 34px;
        line-height: 24px;
        font-size: 14px;
    }
    
    .post__meta {
        margin-bottom: 10px;
    }

    .meta__item {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .post {
        font-size: 14px;
    }
    
    .post h2:not([class]) {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .post h3:not([class]) {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .post h4:not([class]) {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .post__img {
        margin: 30px 0;
    }

    .post .lyte-wrapper {
        margin: 30px 0 !important;
    }

    .contact {
        margin: 40px 0;
    }
    
    .edge__item {
        font-size: 14px;
    }
    
    .edge__item-icon {
        width: 35px;
        height: 35px;
    }
    
    .lead__inner {
        padding: 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .lead__title {
        font-size: 36px;
    }
    
    .lead__btn {
        height: 58px;
        font-size: 18px;
        margin-top: 20px;
    }

    .img-block {
        margin: 30px auto;
    }
    
    .section {
        margin-bottom: 40px;
    }
    
    .case-list {
        margin: 40px 0;
    }
    
    .case {
        width: 150px;
        height: 234px;
    }
    
    .case::before {
        -webkit-clip-path: polygon(50% 0,100% 12%,100% 88%,50% 100%,0 88%,0 12%);
        clip-path: polygon(50% 0,100% 12%,100% 88%,50% 100%,0 88%,0 12%);
        width: 130px;
        height: 274px;
    }
    
    .case::after {
        -webkit-clip-path: polygon(50% 0,100% 15%,100% 85%,50% 100%,0 85%,0 15%);
        clip-path: polygon(50% 0,100% 15%,100% 85%,50% 100%,0 85%,0 15%);
        width: 150px;
        height: 254px;
    }
    
    .case__img-container {
        width: 140px;
        height: 140px;
        margin-top: 0;
    }
    
    .case__title {
        font-size: 11px;
        margin-top: -15px;
    }
    
    .case__btn {
        -webkit-clip-path: polygon(10px 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,10px 100%,0 50%);
        clip-path: polygon(10px 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,10px 100%,0 50%);
        font-size: 12px;
        min-width: 96px;
        height: 34px;
        margin-top: 9px;
    }
    
    .text-block {
        font-size: 14px;
    }

    .mb-0 {
        margin-bottom: 0;
    }

    .section-description {
        margin: 0 auto 30px;
        font-size: 16px;
        max-width: 480px;
    }

    .title + .section-description {
        margin-top: -20px;
    }

    .details__content {
        font-size: 14px;
    }

    .details__content p {
        margin-bottom: 15px;
    }

    .details__content h3 {
        margin-bottom: 10px;
    }

    .details__content p:last-child {
        margin-bottom: 0;
    }

    .focus {
        padding: 40px 0;
        margin: 0 0 30px;
    }

    .focus__title {
        font-size: 36px;
        letter-spacing: .15em;
    }

    .case__price {
        font-size: 14px;
    }

    .roadmap__list > * {
        width: calc(50% - 20px);
        max-width: 154px;
        margin: 0 10px 20px;
    }

    .roadmap__list {
        margin: 40px -10px 0;
    }

    .roadmap-item__step {
        width: 70px;
        height: 80px;
        margin-bottom: 5px;
    }

    .roadmap-item__step::before,
    .roadmap-item__step::after {
        top: 9px;
    }

    .roadmap-item__title {
        font-size: 16px;
    }

    .roadmap-item__description {
        font-size: 12px;
        margin-top: 5px;
    }

    .roadmap__btn {
        margin-top: 25px;
    }
    
    .info-box {
        padding: 20px;
        font-size: 14px;
    }
    
    .video__info {
        padding: 20px;
    }
    
    .video__title {
        font-size: 12px;
        padding: 15px;
        width: 90%;
        margin-bottom: 10px;
    }
    
    .video__title span {
        font-size: 30px;
        margin-top: 5px;
    }
    
    .video__play-icon {
        width: 26px;
    }
    
    .video__play-text {
        margin-left: 6px;
    }
    
    .video__play {
        font-size: 20px;
    }
    
    .info-row__text {
        font-size: 14px;
    }
    
    .video__title--small span {
        font-size: 24px;
    }
    
    .about__info {
        padding: 20px;
    }
    
    .about__text {
        font-size: 14px;
    }
    
    .compare {
        padding: 20px;
    }
    
    .compare__hint {
        font-size: 10px;
        padding: 10px;
    }
    
    .comparer__handle {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }
    
    .comparer__handle::before,
    .comparer__handle::after {
        border-top-width: 6px;
        border-right-width: 8px;
        border-bottom-width: 6px;
    }
    
    .comparer__handle::after {
        margin-left: 7px;
    }
    
    .comparer__text {
        bottom: 10px;
    }
    
    .comparer__text-inner {
        font-size: 11px;
        padding: 5px 10px;
    }
    
    .compare__description {
        font-size: 14px;
    }
    
    .compare__btn {
        max-width: calc(50% - 16px);
        margin: 0 5px 10px;
        font-size: 12px;
    }
    
    .compare__title {
        font-size: 21px;
    }
    
    .info__sub-title {
        font-size: 21px;
    }
    
    .info__description {
        font-size: 14px;
    }
    
    .players {
        margin: 30px 0;
    }

    .player {
        flex-basis: calc(50% - 20px);
    }
}

@media screen and (max-width: 520px) {
    .footer-banner__left-block {
        height: 230px;
        transform: translateY(-75px);
        margin-bottom: -75px;
    }
    
    .footer-banner__right-block {
        flex-direction: column;
    }
    
    .footer-banner__info {
        text-align: center;
    }
    
    .footer-banner__btn {
        margin-top: 20px;
    }
}