﻿@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('https://newrp.pages.dev/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Gilroy, 'Gilroy', sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    color: #252849;
}

html, body {
    overflow-x: hidden;
}

body {
    position: relative;
    background: #26294E url(../img/bg.png) no-repeat;
    background-size: cover;
    overflow-y: hidden;

    height: 100vh;
}

.wrapper {
    max-width: 1650px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 15px;
}

img {
    pointer-events: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}

/*BUTTON*/
.button__icon {
    margin-left: 10px;
}

.button {
    background: #FFB906;
    border-radius: 6px;
    min-width: 220px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .2s;
    white-space: nowrap;
    outline: none;
    border: none;
    cursor: pointer;

    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #252849;
    position: relative;

    text-align: center;
}
.button:hover {
    background: #ECAA00;
}
.button:focus {
    background: #C08F10;
}

.button-white {
    background: rgba(255, 255, 255, .15);
    color: #FFFFFF;
}
.button-white:hover {
    background: rgba(255, 255, 255, .45);
}
.button-white:focus {
    background: rgba(166, 166, 166, .65);
}

.button-black {
    background: #0D101F;
    color: #FFFFFF;
    padding: 0 37px;
}
.button-black:hover {
    background: #000000;
    box-shadow: 0 25px 45px rgba(19, 22, 57, 0.65);
}
.button-black:focus {
    background: rgba(0, 0, 0, .65);
    box-shadow: none;
}

.button-video {
    background: #FF4D4D;
    min-width: 70px;
    height: 70px;
    position: relative;
}
.button-video:before {
    content: url(../img/icons/video-btn-1.png);
    display: block;
    position: absolute;
    top: 3.1px;
    left: 5.16px;
}
.button-video:after {
    content: url(../img/icons/video-btn-2.png);
    display: block;
    position: absolute;
    right: 3.5px;
    bottom: 4.45px
}
.button-video .button__icon {
    margin-left: 0;
}
.button-video:hover {
    background: #F14040;
}
.button-video:focus {
    background: #DA3030;
}
.button-video__notice {
    position: absolute;
    bottom: -80.14px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    width: 150px;
    height: 47.14px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.button-video__notice:before {
    content: url(../img/icons/triangle.svg);
    display: block;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.button.blue {
    max-width: 195px;
    min-width: unset;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    background: linear-gradient(180deg, #4C7EFD 0%, #4743FF 100%);
}
.button.blue:hover {
    background: linear-gradient(180deg, #4C7EFD 0%, #4743FF 120%);
}

.button.transparent {
    max-width: 195px;
    min-width: unset;
    padding: 0;
    width: 100%;
    background: transparent;
    border: 1px solid #2E3555;
    color: #A4A4C2;
    font-size: 14px;
    line-height: 24px;
}
.button.transparent:hover {
    color: #252849;
    border: 1px solid #ECAA00;
    background: #ECAA00;
}
/*BUTTON END*/

/*SOCIAL BUTTONS*/
.social {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.social-main {
    position: absolute;
    left: 15px;
    bottom: 88px;
}
.social-main-stoppage {
    margin-top: 47px;
}
.social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    width: 60px;
    height: 60px;
    filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    margin-right: 20px;
}
.social-item:last-child {
    margin-right: 0;
}
.social-item:nth-child(1) {
    background: #5884DF;
}
.social-item:nth-child(2) {
    background: #816CFF;
}
.social-item:nth-child(3) {
    background: #029fd6;
}
.social-item:nth-child(4) {
    background: #e00;
}

.social-item:nth-child(5) {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);

}
.social-item:nth-child(1):hover {
    background: #34579F;
}
.social-item:nth-child(2):hover {
    background: #5D4DBB;
}
.social-item:nth-child(3):hover {
    background: #007199;
}
.social-item:nth-child(4):hover {
    background: #d31414;
}
.social-item:nth-child(5):hover {
    background: #c77b2a;
    background: -moz-linear-gradient(45deg, #be7528 0%, #b95431 25%, #aa1d33 50%, #831641 75%, #851060 100%);
    background: -webkit-linear-gradient(45deg, #af6c25 0%, #a74b2b 25%, #911a2c 50%, #911949 75%, #7d0f5b 100%);
    background: linear-gradient(45deg, #ae6b23 0%, #9e482a 25%, #91192b 50%, #861642 75%, #7b1059 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);

}


.social-footer .social-item {
    width: 50px;
    height: 50px;
    margin-right: 16.67px;
}
.social-footer .social-item:last-child {
    margin-right: 0;
}
.social-footer .social-item:nth-child(1) .social-item__icon {
    width: 10.26px;
}
.social-footer .social-item:nth-child(2) .social-item__icon {
    width: 23.08px;
}
.social-footer .social-item:nth-child(3) .social-item__icon {
    width: 21.67px;
}
/*SOCIAL BUTTONS END*/

/*BURGER MENU*/
.ham {
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale(.55);
}
.hamRotate.active {
    transform: rotate(45deg) scale(.55);
}
.hamRotate180.active {
    transform: rotate(180deg) scale(.55);
}
.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #252849;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.ham4 .top {
    stroke-dasharray: 40 121;
}
.ham4 .bottom {
    stroke-dasharray: 40 121;
}
.ham4.active .top {
    stroke-dashoffset: -68px;
}
.ham4.active .bottom {
    stroke-dashoffset: -68px;
}

.header__closeableMask {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.header__closeableMask-active {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
/*BURGER MENU END*/

/*HEADER*/
.header {
    width: 100%;
    padding: 40px 0 0 0;
    position: fixed;
    z-index: 10;
    height: 100px;
}
.header .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-logo__link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-logo {
    max-height: 52px;
}
.header-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 90px;
}
.header-nav__item {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #A8ABD8;
    text-decoration: none;

    position: relative;
    transition: .3s;
    margin-right: 30px;
}
.header-nav__item:last-child {
    margin-right: 0;
}
.header-nav__item:before,
.header-nav__item.active:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    background: #FFB906;
    width: 5px;
    height: 5px;
    opacity: 0;
    transition: .3s;
    top: 50%;
    transform: translateY(-50%);
}
.header-nav__item:hover,
.header-nav__item.active {
    color: #FFFFFF;
}
.header-nav__item:hover:before,
.header-nav__item.active:before {
    opacity: 1;
}

.header-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-buttons .button:last-child {
    margin-left: 17px;
}

.header-buttons.mobile {
    display: none;
}

.header-mobile {
    display: none;
}
/*HEADER END*/

/*FOOTER*/
.footer {
    width: 100%;
    background: #1A203A;
    position: absolute;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
    bottom: 0;
    left: 0;
}
.footer .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.section .footer .wrapper {
    padding-top: 0;
    justify-content: space-between;
}
.section-roleplay .footer .wrapper {
    padding-bottom: 0;
    flex-direction: row;
    align-items: center;
}
.footer-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer__text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ACB3D2;
    margin-left: 31px;
}
.footer__text span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #ACB3D2;
}

.footer-mail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 78.67px;
}
.footer-mail__title {
    margin-bottom: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ACB3D2;
}
.footer-mail__link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-mail__link:hover {
    text-decoration: underline;
}
/*FOOTER END*/

/*PARALLAX*/
.decor {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.decor .wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
}
.decor__text {
    top: 50%;
    transform: rotate(90deg) translateX(45%);
    transform-origin: right;
    position: absolute;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: -50px;
}
.decor__text span {
    display: block;
    width: 200px;
    margin-right: 20px;
    margin-top: 2px;
    height: 1px;
    color: rgba(255, 255, 255, 0.15);
    border: 1px solid;
}
.mouse-parallax-bullets {
    position: absolute;
    background-image: url(../img/bullets.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%;
    transition: all 0.1s ease;
}
.mouse-parallax-bullets1 {
    position: absolute;
    background-image: url(../img/main/bullets.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 705px;
    height: 735px;
    transition: all 0.1s ease;
    bottom: 62px;
    z-index: -1;
}
/*PARALLAX END*/

/*FULL PAGE*/
.section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section .wrapper {
    height: 100%;
    justify-content: center;
    padding-top: 100px;
}
/*FULL PAGE END*/

/*TITLE*/
.section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.section-title__number {
    position: absolute;
    font-style: normal;
    font-weight: bold;
    font-size: 160px;
    line-height: 198px;
    color: rgba(255, 255, 255, .05);
    left: -43px;
    top: -63px;
    z-index: -1;
}
.section-title__text {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.25em;
    color: rgba(255, 255, 255, .25);
}
.section-title__title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: relative;
    margin-top: -2px;
}
.section-title__title:before {
    content: url(../img/icons/point.svg);
    display: block;
    position: absolute;
    left: -28px;
    top: 2px;
}
/*TITLE END*/

/*MAIN*/
.section-main .wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-main__player {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.section-main__player.plug {
    left: 70%;
}
.section-main__row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    /*margin-bottom: 150px;*/
    margin-bottom: 85px;
}

.section-main__data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-main__data.plug {
    margin-left: 90px;
}
.section-main__dataStars {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    width: 200px;
    height: 50px;
    background: rgba(255, 185, 6, 0.15);
    border-radius: 6px;

    margin-bottom: 15px;
}
.section-main__dataStar {
    margin-right: 10px;
}
.section-main__dataStar:last-child {
    margin-right: 0;
}
.section-main__dataTitle {
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    color: #FFFFFF;
    margin-bottom: 1px;
}
.section-main__dataTitle span {
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 45px;
    color: #FFFFFF;
}
.section-main__dataText {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #9DA0BF;
    margin-bottom: 25px;
}
.section-main__dataText.plug {
    font-weight: 500;
    font-size: 20px;
    line-height: unset;
    margin-bottom: 0;
    opacity: .8;
}
.section-main__dataButtons {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.section-main__dataButtons .button:first-child {
    height: 70px;
    min-width: 275px;

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-right: 18px;
    position: relative;
}
.section-main__dataButtons .button:first-child:before {
    content: url(../img/icons/start-btn-1.png);
    display: block;
    position: absolute;
    bottom: 7px;
    left: 10px;
}
.section-main__dataButtons .button:first-child:after {
    content: url(../img/icons/start-btn-2.png);
    display: block;
    position: absolute;
    right: 10px;
    bottom: 4.45px
}

.section-main__statistic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-main__statistic .section-title__title:before {
    display: none;
}
.section-main__statisticItems {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 528px;
    margin-top: 14px;
}
.section-main__statisticItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 0 20px 20px;
    width: 254px;
    height: 90px;
    background: #1A203A;
    box-shadow: 0 45px 65px rgba(22, 26, 49, 0.45);
    border-radius: 14px;
}
.section-main__statisticItem:nth-child(1),
.section-main__statisticItem:nth-child(3) {
    margin-right: 20px;
}
.section-main__statisticItem:nth-child(3),
.section-main__statisticItem:nth-child(4) {
    margin-bottom: 0;
}
.section-main__statisticItemIconBlock {
    width: 50px;
    height: 50px;
    background: #0D101F;
    box-shadow: 0 45px 65px rgba(0, 0, 0, 0.45);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.section-main__statisticItemIcon {

}
.section-main__statisticItemTextBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-main__statisticItemTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 3px;
}
.section-main__statisticItemText {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #8488B0;
    white-space: nowrap;
}
/*MAIN END*/

/*HOW TO*/
.section-howto .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-howto__items {
    margin-top: 118px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.section-howto__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 527px;
    height: 527px;
    background: #FFB906;
    border-radius: 24px;
    position: relative;
}

.section-howto__itemImgBlock {
    height: 272px;
    width: 100%;
    position: relative;
}
.section-howto__itemImg {
    position: absolute;
}
.section-howto__itemImg.img-1 {
    left: 23px;
    bottom: -54px;
}
.section-howto__itemImg.img-2 {
    left: -30px;
    bottom: -100px;
}
.section-howto__itemImg.img-3 {
    left: 35px;
    bottom: 0;
}

.section-howto__itemDataBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*padding: 0 45px 45px 45px;*/
    padding: 0 40px 45px 45px;
}
.section-howto__itemTag {
    position: absolute;
    top: 33px;
    right: 33px;
    display: block;
    background: #0D101F;
    border-radius: 6px;
    height: 40px;
    padding: 11px 14px 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
}
.section-howto__itemTagIcon {
    margin-right: 5px;
}
.section-howto__itemTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 12px;
    position: relative;
}
.section-howto__itemText {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, .65);
    margin-bottom: 17px;
    position: relative;
}

.section-howto__itemDecor {
    position: absolute;
}
.section-howto__itemDecor.decor-1 {
    top: 60px;
    left: 0;
}
.section-howto__itemDecor.decor-2 {
    bottom: 27px;
    right: 0;
}
.section-howto__itemDecor.decor-3 {
    top: 60px;
    left: 0;
}
.section-howto__itemDecor.decor-4 {
    bottom: 27px;
    right: 0;
}
.section-howto__itemDecor.decor-5 {
    top: 60px;
    left: 0;
}
.section-howto__itemDecor.decor-6 {
    bottom: 27px;
    right: 0;
}
.section-howto__itemDecor.decor-7 {
    top: 0;
    left: 39px;
}
.section-howto__itemDecor.decor-8 {
    bottom: 0;
    left: 115px;
}

.section-howto__item.black {
    background: #1A203A;
}
.section-howto__item.black .section-howto__itemTitle {
    color: #FFFFFF;
}
.section-howto__item.black .section-howto__itemText {
    color: #A8B1DA;
}
.section-howto__item.black .section-howto__itemTag {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #0D101F;
    background: #FFFFFF;
}
/*HOW TO END*/

/*STATISTIC*/
.section-statistic .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-statistic__row {
    width: 100%;
    margin-top: 33.84px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.section-statistic__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-statistic__items .section-main__statisticItem {
    width: 390px;
    height: 150px;
    align-items: flex-start;
}
.section-statistic__items .section-main__statisticItemIconBlock {
    width: 70px;
    height: 70px;
    background: #0D101F;
    box-shadow: 0 45px 65px rgba(0, 0, 0, 0.45);
    border-radius: 8px;
    margin-right: 21px;
}
.section-statistic__items .section-main__statisticItemTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.section-statistic__items .section-main__statisticItemText {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: rgba(168, 177, 218, .7);
}
.section-statistic__items .section-main__statisticItem:first-child .section-main__statisticItemIcon {
    width: 28px;
}
.section-statistic__items .section-main__statisticItem:nth-child(1), .section-main__statisticItem:nth-child(3) {
    margin-right: 0;
}

.section-statistic__online {
    width: 663px;
    background: #1A203A;
    border-radius: 14px;
    padding: 39px 36px 42px 37px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-statistic__onlineTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.section-statistic__onlineItems {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-statistic__onlineItem {
    width: 100%;
    height: 65px;
    background: #0D101F;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 22px 10px 12px;
    margin-bottom: 15px;
}
.section-statistic__onlineItem:last-child {
    margin-bottom: 0;
}
.section-statistic__onlineItemLeft {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.section-statistic__onlineItemNumber {
    width: 45px;
    height: 45px;
    background: #FFB906;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #0D101F;
}
.section-statistic__onlineItemName {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.section-statistic__onlineItemNameFlag {
    margin-right: 10px;
}
.section-statistic__onlineItemOnline {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.section-statistic__onlineItemOnlineIcon {
    margin-right: 10.82px;
}
/*STATISTIC END*/

/*ABOUT*/
.section-about .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-about__row {
    width: 100%;
    margin-top: 92px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.section-about__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 800px;
}
.section-about__item {
    width: 390px;
    height: 250px;
    background: #1A203A;
    border-radius: 14px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
.section-about__itemHeader {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 22px;
}
.section-about__itemIconBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    background: #FFB906;
    border-radius: 12px;
}
.section-about__itemHeaderTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}
.section-about__itemText {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #A8B1DA;
}
.section-about__item:nth-child(1),
.section-about__item:nth-child(3) {

}
.section-about__item:nth-child(3),
.section-about__item:nth-child(4) {
    margin-bottom: 0;
}

.section-about__video {
    width: 800px;
    height: 520px;
    background: #1A203A;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section-about__video .button-video {
    width: 100px;
    height: 100px;
    border-radius: 24px;
}
.section-about__video .button-video .button__icon {
    width: 34px;
}
.section-about__videoYoutube {
    height: 100%;
    width: 100%;
    min-height: 100%;
    border-radius: 18px;
    z-index: 1;
}
.section-about__videoPreview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(38, 43, 86, 0.35), rgba(38, 43, 86, 0.35));
    border-radius: 18px;
}
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
/*ABOUT END*/

/*NEWS*/
.section-news .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-howto__itemImgNews {
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 0 0;
    object-fit: cover;
    object-position: center;
}
.section-news__items {
    width: 100%;
    margin-top: 38px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.section-news__items .section-howto__item.black .section-howto__itemTag {
    bottom: 185px;
    right: 35px;
    top: unset;
}
.section-news__items .section-howto__itemTitle {
    margin-bottom: 10px;
    max-width: 323px;
}
.section-news__items .section-howto__itemText {
    max-width: 323px;
}
.section-news__items .section-howto__itemDataBlock {
    padding: 30px 40px 40px;
}
.section-news .button-white {
    margin: 43px auto 0;
}
/*NEWS END*/

/*ROLEPLAY*/
.section-roleplay .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
}

.section-roleplay__row {
    width: 100%;
    margin-top: 104px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.section-roleplay__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 1210px;
    height: 500px;
    background: #1A203A;
    box-shadow: 0 45px 85px rgba(26, 32, 58, 0.45);
    border-radius: 18px;
    position: relative;
    padding: 50px;
}
.section-roleplay__img {
    position: absolute;
    bottom: 0;
    left: 55px;
}
.section-roleplay__textBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 652px;
}
.section-roleplay__blockTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.section-roleplay__blockText {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #ACB3D2;
}

.section-roleplay__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-roleplay__item {
    width: 390px;
    height: 150px;
    background: #1A203A;
    box-shadow: 0 45px 85px rgba(26, 32, 58, 0.45);
    border-radius: 18px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px 30px;
}
.section-roleplay__item:last-child {
    margin-bottom: 0;
}

.section-roleplay__item .social-item {
    width: 70px;
    height: 70px;
    margin-right: 25px
}
.section-roleplay__item:nth-child(1) .social-item__icon {
    width: 14.36px;
}
.section-roleplay__item:nth-child(2) .social-item__icon {
    width: 32.31px;
}
.section-roleplay__item:nth-child(3) .social-item__icon {
    width: 30.33px;
}
.section-roleplay__item:nth-child(1) .social-item {
    background: #5884DF;
}
.section-roleplay__item:nth-child(2) .social-item {
    background: #FF4D4D;
}
.section-roleplay__item:nth-child(3) .social-item {
    background: #816CFF;
}
.section-roleplay__item:nth-child(1) .social-item:hover {
    background: #34579F;
}
.section-roleplay__item:nth-child(2) .social-item:hover {
    background: #C23030;
}
.section-roleplay__item:nth-child(3) .social-item:hover {
    background: #5644C3;
}

.section-roleplay__itemTextBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-roleplay__itemTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #ACB3D2;
    margin-bottom: 3px;
}
.section-roleplay__itemText {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 25px;
    color: #FFFFFF;
}
/*ROLEPLAY END*/

/*NAME AND INPUT*/
.main-input__block {
    width: 100%;
    height: 65px;
    background: #111528;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    padding: 13px 14px 12px;
    position: relative;

}
.main-input__block.errorview {
    background: rgb(132, 37, 25);
    padding: 7px 18px 6px;
    height: 52px;
    border-radius: 9px;
}
.main-input__block.errorview.hide {
    display: none;
}
.errorviewtext {
    color: #eee8e8;
    font-weight: bold;
    font-family: Gilroy, 'Gilroy', sans-serif;
    width: 100%;
    text-align: center;
}
.main-input__block:last-child {
    margin-bottom: 0;
}

.main-input__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    padding-bottom: 3px;
}
.main-input__name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #8B8FA4;
    margin-bottom: -1px;
}

.main-input__iconBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    background: #FFB906;
    border-radius: 6px;
    margin-right: 10px;
}

.main-input {
    width: 100%;
    height: 24px;
    outline: none;

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px;

    background: transparent;
    border: none;
    color: #FFFFFF;
    transition: .3s;
}

.main-input__icons {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 21px;
    height: 14px;
    width: 22px;
    z-index: 1;
}
.main-input__icons.hide {
    display: none;
}
.main-input__icon {
    position: absolute;
}
.main-input__icon.open {
    display: block;
}
.main-input__icon.closed {
    display: none;
}
.main-input__block.show-pass .main-input__icon.open {
    display: none;
}
.main-input__block.show-pass .main-input__icon.closed {
    display: block;
}
.main-input__icon_access {
    background: linear-gradient(180deg, #62d333 0%, #4ca23a 100%);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    line-height: 2.5;
    font-size: 14px;
}
/*NAME AND INPUT END*/

/*MODALS*/
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 37, 63, .9);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 460px;
    width: 100%;
    background: #1A203A;
    border-radius: 24px;
    padding: 41px 30px 36px;
}
.modal__logo {
    height: 35px;
    margin-bottom: 24px;
}
.modal__title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.modal-content__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-content__form .button.black {
    max-width: 100%;
    width: 100%;
    margin-top: 5px;
}

.modal-content__buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.modal.reset .modal-content__buttons {
    justify-content: center;
}
/*MODALS END*/


/*RESPONSIVE FIX*/
@media screen and (max-width: 1920px), only screen and (-webkit-min-device-pixel-ratio: 2) and ( max-width: 1920px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1920px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (min-resolution: 192dpi) and (max-width: 1920px), only screen and (min-resolution: 2dppx) and ( max-width: 1920px) {
    .decor {
        min-height: 125vh;
        min-width: 125vw;
    }
    .section {
        height: 125vh !important;
    }
    html {
        zoom: 0.8;
        -ms-zoom: 0.8;
        -webkit-zoom: 0.8;
        -moz-transform: scale(0.8, 0.8);
        -moz-transform-origin: left top;
    }
    @supports (-moz-appearance:none) {
        html {
            width: 125vw;
            min-height: 125vh;
        }
        body {
            background-size: 100vw auto;
        }
        .section .wrapper {
            height: 125%;
        }
    }
    html, body {
        min-height: 125vh;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and ( max-width: 1365px), only screen and (   min--moz-device-pixel-ratio: 2) and ( max-width: 1365px), only screen and (     -o-min-device-pixel-ratio: 2/1) and ( max-width: 1365px), only screen and (        min-device-pixel-ratio: 2) and ( max-width: 1365px), only screen and (                min-resolution: 192dpi) and ( max-width: 1365px), only screen and (                min-resolution: 2dppx) and ( max-width: 1365px) {
    .decor {
        min-height: 100vh;
        min-width: 100vw;
    }
    .section {
        height: unset !important;
    }
    .section.plug {
        min-height: calc(100vh - 65px) !important;
    }
    .section.request {
        min-height: calc(100vh - 65px) !important;
    }
    html {
        zoom: 1;
        -ms-zoom: 1;
        -webkit-zoom: 1;
        -moz-transform: scale(1, 1);
        -moz-transform-origin: unset;
    }
    @supports (-moz-appearance:none) {
        html {
            width: 100vw;
            min-height: 100vh;
        }
        .section .wrapper {
            height: 100%;
        }
    }
    html, body {
        min-height: 100vh;
    }
}
/*RESPONSIVE FIX END*/

/*MAIN MEDIA*/
@media screen and (max-width: 1365px) {
    .social-main {
        bottom: 15px;
    }
    .social-item {
        margin-right: 15px;
    }

    .section-howto__items {
        margin-top: 50px;
    }
    .section-howto__item {
        width: 487px;
        height: 487px;
    }
    .section-howto__itemDataBlock {
        padding: 0 30px 30px 30px;
    }
    .section-howto__itemTag {
        top: 30px;
        right: 30px;
    }
    .section-howto__itemImg.img-1 {
        width: 265px;
        left: 10px;
        bottom: -34px;
    }

    .section-statistic__row {
        margin-top: 31px;
    }
    .section-statistic__items .section-main__statisticItem {
        width: 345px;
        height: 120px;
        padding: 25.54px;
    }
    .section-statistic__items .section-main__statisticItemIconBlock {
        height: 61.92px;
        width: 61.92px;
        margin-right: 18.56px;
    }
    .section-statistic__items .section-main__statisticItemTitle {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 3px;
    }
    .section-statistic__items .section-main__statisticItemText {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }
    .section-statistic__online {
        width: 633px;
        padding: 32px 25px 29px;
    }

    .section-about__row {
        margin-top: 31px;
    }
    .section-about__video {
        height: 480px;
        width: 775px;
    }
    .section-about__items {
        width: 710px;
    }
    .section-about__item {
        width: 345px;
        height: 230px;
    }
    .section-about__itemIconBlock {
        margin-right: 17px;
    }
    .section-about__itemHeaderTitle {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
    }
    .section-about__itemHeader {
        margin-bottom: 17px;
    }
    .section-about__itemText {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 25px;
    }

    .section-news__items {
        margin-top: 31px;
    }
    .section-news__items .section-howto__itemImgBlock {
        height: 250px;
    }
    .section-news__items .section-howto__itemDataBlock {
        padding: 0 25px 25px 25px;
    }
    .section-news__items .section-howto__item.black .section-howto__itemTag {
        right: 25px;
        bottom: 165px;
    }
    .section-news .button-white {
        margin-top: 30px;
    }

    .section-roleplay__row {
        margin-top: 31px;
    }
    .section-roleplay__block {
        padding: 40px;
        width: 1095px;
        height: 490px;
    }
    .section-roleplay__img {
        left: 40px;
        width: 300px;
    }
}
@media screen and (max-width: 1365px) {
    .header-nav {
        margin-left: 40px;
    }

    .section-title {
        position: relative;
        z-index: 1;
    }

    .section-howto__item {
        width: 435px;
        height: 435px;
    }
    .section-howto__itemTitle {
        font-size: 18px;
        line-height: unset;
        margin-bottom: 5px;
    }
    .section-howto__itemText {
        font-size: 14px;
        line-height: unset;
        margin-bottom: 10px;
    }

    .section-statistic__online {
        width: 523px;
        padding: 30px 25px;
    }
    .section-statistic__onlineItem {
        margin-bottom: 5px;
    }

    .section-about__video {
        width: 605px;
    }

    .section-news .button-white {
        margin-top: 15px;
    }

    .section-news__items .section-howto__itemImgBlock {
        height: 228px;
    }
    .section-news__items .section-howto__item.black .section-howto__itemTag {
        bottom: 142px;
    }
    .section-news__items .section-howto__itemTitle {
        max-width: 276px;
    }

    .section-roleplay__block {
        width: 973px;
        height: 389px;
        padding: 30px;
    }
    .section-roleplay__textBlock {
        max-width: 100%;
    }
    .section-roleplay__item {
        height: 120px;
        width: 345px;
        margin-bottom: 15px;
        padding: 29px 26px;
    }

    .section-roleplay__img {
        display: none;
    }
    .section-roleplay__blockTitle {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .section-roleplay__blockText {
        font-size: 12px;
        line-height: 22px;
    }
    .section-roleplay__itemTitle {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 1px;
    }
    .section-roleplay__itemText {
        font-size: 24px;
        line-height: 25px;
    }
    .section-roleplay__item .social-item {
        margin-right: 20px;
        width: 62px;
        height: 62px;
        border-radius: 14px;
    }

    .section-roleplay__item:nth-child(1) .social-item__icon {
        width: 12.7px;
    }
    .section-roleplay__item:nth-child(2) .social-item__icon {
        width: 28.58px;
    }
    .section-roleplay__item:nth-child(3) .social-item__icon {
        width: 26.83px;
    }

}
@media screen and (max-width: 1365px) {
    body {
        overflow-y: auto;
    }

    main {
        padding-top: 65px;
    }

    #fullpage {
        overflow: hidden;
    }

    .section .wrapper {
        padding-top: 0;
        max-width: 465px;
    }

    .body-fixed {
        overflow-y: hidden;
    }

    .header .wrapper {
        position: relative;
        z-index: 10;
    }

    .button {
        font-size: 12px;
    }
    .button__icon {
        margin-left: 7px;
    }

    .header-left .header-nav {
        display: none;
    }
    .header-left .header-logo {
        /*width: 43.57px;*/
        height: 35.37px;
    }
    .header {
        position: fixed;
        padding-top: 15px;
        z-index: 11;
        background: #282B41;
        height: 65px;
        padding-bottom: 15px;
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
    }

    .header-buttons {
        margin-left: 0;
        display: none;
    }
    .header-buttons.mobile {
        display: flex;
    }
    .header-buttons .button {
        min-width: 80px;
        height: 35px;
        padding: 0;
    }
    .header-buttons .button:first-child .button__icon {
        width: 12.5px;
    }
    .header-buttons .button:last-child {
        margin-left: 10px;
    }

    .ham {
        display: block;
        margin: -15px -20px -15px -14px;
    }

    .header-mobile {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #282B41;
        transition: .3s;
        z-index: 9;
        flex-direction: column;
        align-items: center;
        padding-top: 122px;

        opacity: 0;
        visibility: hidden;
    }
    .header-mobile.active {
        opacity: 1;
        visibility: visible;
    }
    .header-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-bottom: 57px;
    }
    .header-nav__item {
        margin-right: 0;
        margin-bottom: 35px;

        font-size: 20px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }
    .header-nav__item:last-child {
        margin-bottom: 0;
    }

    .footer {
        padding: 30px 0;
        position: relative;
    }
    .footer .wrapper {
        flex-direction: column;
        align-items: center;
    }
    .section .footer .wrapper {
        flex-direction: column;
        align-items: center;
    }
    .footer-left {
        flex-direction: column;
        align-items: center;
    }
    .footer__text {
        margin-left: 0;
        margin-top: 14px;
        text-align: center;
        max-width: 162px;
    }
    .footer-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 14px;
    }
    .footer-mail {
        align-items: center;
        margin-left: 0;
        margin-top: 14px;
    }
    .footer-mail__title {
        margin-bottom: 0;
    }

    .section-main__player {
        display: none;
    }
    .section-main__player.plug {
        display: block;
        left: 50%;
        bottom: 0;
        width: 400px;
    }
    .mouse-parallax-bullets1 {
        display: none;
    }
    .decor {
        display: none;
    }

    .section {
        width: 100%;
    }
    .wrapper {
        width: 100%;
    }

    .section-howto__items {
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
        margin-top: 122px;
    }
    .section-howto__item {
        height: 345px;
        max-width: 435px;
        width: 100%;
        margin-bottom: 40px;
    }
    .section-howto__item:last-child {
        margin-bottom: 0;
    }
    .section-howto__itemTag {
        top: 25px;
        right: 25px;
        font-size: 10px;
        line-height: 12px;
        height: 30px;
        min-width: 60px;
        padding: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-howto__item.black .section-howto__itemTag {
        font-size: 10px;
        line-height: 12px;
    }

    .button {
        height: 42px;
        min-width: 154px;
        padding: 0 23px;
    }
    .button-black .button__icon {
        width: 14.64px;
    }

    .section-howto__itemImg.img-2 {
        width: 330px;
    }
    .section-howto__itemImg.img-3 {
        width: 149px;
        bottom: 10px;
    }
    .section-howto__itemTitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .section-howto__itemText {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .section-howto__itemDecor.decor-1 {
        width: 113px;
        top: 18px;
    }
    .section-howto__itemDecor.decor-2 {
        width: 69px;
        bottom: 24px;
    }
    .section-howto__itemDecor.decor-3 {
        width: 60px;
        top: 9px;
    }
    .section-howto__itemDecor.decor-4 {
        width: 106px;
        bottom: 25px;
    }
    .section-howto__itemDecor.decor-5 {
        width: 89.69px;
        top: 18px;
    }
    .section-howto__itemDecor.decor-6 {
        width: 43.31px;
        bottom: 14.5px;
    }
    .section-howto__itemDecor.decor-7 {
        width: 148px;
        left: 25px;
    }
    .section-howto__itemDecor.decor-8 {
        width: 306px;
        right: 15px;
        left: unset;
    }

    .section-title__title:before {
        display: none;
    }
    .section-title__text {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.25em;
    }
    .section-title__title {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.05em;
        margin: 1px 0;
    }
    .section-title__number {
        font-size: 100px;
        line-height: 124px;
        top: -44px;
        left: -8px;
    }

    .section-main__row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 27.56px;
    }
    .section-main__row.plug {
        height: 100%;
    }
    .section-main .social-main {
        display: none;
    }
    .section-main__statistic {
        width: 100%;
    }
    .section-main .button-video__notice {
        display: none;
    }
    .section-main__data {
        width: 100%;
        align-items: center;
        padding-top: 35px;
        margin-bottom: 43px;
    }
    .section-main__data.plug {
        margin-left: 0;
    }
    .section-main__dataStars {
        width: 140px;
        height: 35px;
        margin-bottom: 10px;
    }
    .section-main__dataStar {
        margin-right: 3.5px;
        width: 21px;
    }
    .section-main__dataTitle {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 4px;
    }
    .section-main__dataTitle span {
        font-size: 28px;
        line-height: 35px;
    }
    .section-main__dataText {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .section-main__dataText.plug {
        font-size: 14px;
    }
    .section-main__dataButtons .button:first-child {
        min-width: 161.9px;
        width: 161.9px;
        height: 42px;
        font-size: 12px;
        line-height: 15px;
        margin-right: 10px;
    }
    .section-main__dataButtons .button:first-child .button__icon {
        margin-left: 7px;
        width: 12px;
    }
    .section-main__dataButtons .button-video {
        min-width: 42px;
        width: 42px;
        height: 42px;
    }
    .section-main__dataButtons .button-video .button__icon {
        width: 15px;
    }

    .section-main__statisticItems {
        max-width: 435px;
        width: 100%;
        margin: 15px auto 0;
    }
    .section-main__statisticItem {
        margin-bottom: 14px;
        width: 48%;
        flex-direction: column;
        align-items: center;
        height: unset;
        padding: 23px;
    }
    .section-main__statisticItemIconBlock {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .section-main__statisticItem:nth-child(1), .section-main__statisticItem:nth-child(3) {
        margin-right: 0;
    }
    .section-main__statisticItem:nth-child(3), .section-main__statisticItem:nth-child(4) {
        margin-bottom: 0;
    }
    .section-main__statisticItemTextBlock {
        align-items: center;
    }
    .section-main__statisticItemTitle {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.01em;
        margin-bottom: 1px;
    }
    .section-main__statisticItemText {
        font-size: 11px;
        line-height: 13px;
        text-align: center;
        letter-spacing: 0.01em;
        max-width: 80px;
        white-space: unset;
    }

    .section-statistic__row {
        flex-direction: column;
        align-items: center;
        margin-top: 29.84px;
        margin-bottom: 28.15px;
    }
    .section-statistic__row .section-howto__item {
        display: none;
    }
    .section-statistic__items {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .section-statistic__items .section-main__statisticItem {
        max-width: 435px;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        flex-direction: row;
        align-items: center;
    }
    .section-statistic__items .section-main__statisticItemText {
        max-width: 130px;
        text-align: left;
    }
    .section-statistic__items .section-main__statisticItemTextBlock {
        align-items: flex-start;
    }

    .section-statistic__online {
        max-width: 435px;
        width: 100%;
        padding: 32px 25px 29px;
    }
    .section-statistic__onlineItem {
        margin-bottom: 15px;
        padding-right: 18.55px;
    }
    .section-statistic__onlineItemNumber {
        margin-right: 14px;
    }
    .section-statistic__onlineItemName {
        font-size: 16px;
        line-height: 20px;
    }
    .section-statistic__onlineItemOnline {
        font-size: 14px;
        line-height: 17px;
    }
    section-statistic__onlineItemOnlineIcon {
        width: 15.45px;
        margin-right: 5px;
    }
    .section-statistic__onlineTitle {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 22px;
    }

    .section-about__row {
        margin-bottom: 25px;
        flex-direction: column;
        align-items: center;
    }
    .section-about__items {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .section-about__item {
        max-width: 435px;
        width: 100%;
        margin-bottom: 15px;
    }
    .section-about__item:nth-child(3) {
        margin-bottom: 15px;
    }

    .section-about__video {
        max-width: 435px;
        width: 100%;
        height: 345px;
        margin-bottom: 15px;
    }
    .section-about__video .button-video {
        min-width: 84.58px;
        width: 84.58px;
        height: 84.58px;
    }
    .section-about__video .button-video .button__icon {
        width: 28px;
    }

    .section-news__items {
        margin-top: 24px;
        flex-direction: column;
        align-items: center;
    }
    .section-news__items .section-howto__item {
        margin-bottom: 15px;
    }
    .section-news__items .section-howto__itemImgBlock {
        height: 178px;
    }
    .section-news__items .section-howto__itemTitle {
        margin-bottom: 5px;
        max-width: 200px;
    }
    .section-news__items .section-howto__item.black .section-howto__itemTag {
        bottom: 112px;
    }
    .section-news .button-white {
        margin-top: 0;
        margin-bottom: 31px;
    }

    .section-roleplay__row {
        flex-direction: column;
        align-items: center;
    }
    .section-roleplay__block {
        max-width: 435px;
        width: 100%;
        height: unset;
        padding: 35px 30px 24px 30px;
        margin-bottom: 15px;
    }
    .section-roleplay .wrapper {
        padding-bottom: 25px;
    }
    .section-roleplay__items {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .section-roleplay__item {
        max-width: 435px;
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    body {
        background: #26294E url(../img/bg.png) no-repeat top center;
        /*background-size: auto 520px;*/
        background-size: cover;
        background-position: center;
        height: unset;
    }
}
@media screen and (max-width: 500px) {
    .modal-content {
        width: calc(100% - 20px);
        padding: 25px 20px 20px;
    }
    .modal__logo {
        margin-bottom: 15px;
    }
    .modal__title {
        margin-bottom: 15px;
    }
    .main-input__block {
        margin-bottom: 10px;
    }
    .button.transparent {
        font-size: 12px;
    }
    .modal-content__form .button.black {
        margin-top: 0;
    }
    .button.blue {
        font-size: 12px;
    }
    .button:first-child {
        margin-right: 10px;
    }
    .modal.reset .button:first-child {
        margin-right: 0;
    }
}
/*MAIN MEDIA END*/

/*DROPDOWN*/
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    padding-top: 8px;
    /*margin-left: -9px;*/
    right: -9px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a {
    display: block;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.15);
    font-weight: 600;
    text-align: center;
    color: white;
    padding: 15px 20px;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: black;

}
.dropdown .dropbtn:after {
    content: "\25BC";
    margin-left: 5px;
    font-size: 10px;
}
.dropbtn {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
/*DROPDOWN END*/

/*REQUEST*/
.mouse-parallax-bullets1 {
    margin-right: -700px;
}

.section.request .section-main__row {
    margin-bottom: 50px;
}

.request-block {
    max-width: 465px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(7.5px);
    border-radius: 24px;
}
.request-info {
    padding: 39px 34px 39px 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.request-info__icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
}
.request-info__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.request-info__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.request-info__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #A8B1DA;
}
.request-info__text span {
    font-size: 14px;
    color: #7D88BA;
}

.request-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1A203A;
    border-radius: 24px;
    padding: 30px 32px;
    position: relative;
    z-index: 1;
}
.request-form .button {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 5px;
}

.request-decor__block {
    position: absolute;
    height: 200%;
    top: -50%;
    margin-left: 360px;
}
.request-decor {
    display: block;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12.5px);
    transform: rotate(26deg);
}
.request-decor__1 {
    width: 375px;
    top: -50%;
    height: 200%;
    position: absolute;
    z-index: -2;
}
.request-decor__2 {
    width: 165px;
    top: -50%;
    height: 200%;
    margin-left: 240px;
}

.modal.request .modal-content {
    padding: 0;
    max-width: 527px;
    width: 100%;
}
.modal.request .section-howto__item {
    height: 527px;
    width: 100%;
    max-width: 100%;
}
.modal.request .section-howto__itemDataBlock {
    height: 100%;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal.request .section-howto__itemTitle {
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 10px;
}
.modal.request .section-howto__itemText {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}
.modal-request__icon {
    width: 166px;
    height: 166px;
    margin-bottom: 30px;
}
.modal.request .button {
    margin-top: 84px;
    width: 280px;
    height: 60px;
}

@media screen and (max-width: 1365px) {
    .section.plug .wrapper {
        padding-bottom: 440px;
        min-height: calc(100vh - 65px);
    }
    .section.request .wrapper {
        padding-bottom: 440px;
        min-height: calc(100vh - 65px);
    }

    .section.request {
        /*height: 125vh !important;*/
    }
    .section.request .section-main__row {
        margin-bottom: 27.56px;
    }
    .section.request .wrapper {
        justify-content: flex-start;
    }
    .section.request .section-main__data {
        padding-top: 15px;
    }

    .request-decor__block {
        display: none;
    }
    .request-decor__block {
        margin-left: -265px;
    }
    .request-decor__2 {
        margin-left: 5px;
    }

    .request-info {
        padding: 30px;
    }
    .request-form {
        padding: 30px;
    }

    .modal.request .modal-content {
        max-width: 340px;
    }
    .modal.request .section-howto__itemDataBlock {
        padding: 36px 24px;
    }
    .modal.request .section-howto__itemTitle {
        font-size: 30px;
    }
    .modal.request .section-howto__itemText {
        font-size: 16px;
        text-align: center;
    }
    .modal-request__icon {
        height: 130px;
        width: 130px;
        margin-bottom: 20px;
    }
    .modal.request .button {
        height: 42px;
        min-height: 42px;
        width: 144px;
        margin-top: 30px;
    }
    .modal.request .section-howto__item {
        height: unset;
    }
}
@media screen and (max-width: 365px) {
    .modal.request .modal-content {
        max-width: calc(100% - 20px);
    }
}
/*REQUEST END*/

/*DOWNLOAD BLOCK*/
.plug-download {
    margin-top: 55px;
}
.plug-download .section-howto__item {
    height: unset;
    max-width: 460px;
    width: 100%;
    border-radius: 15px;
}
.plug-download .section-howto__itemTitle {
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 6px;
}
.plug-download .section-howto__itemText {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 19px;
}

.plug-download .section-howto__itemText.close {
    margin-bottom: 0px;
}

.plug-download .section-howto__itemDataBlock {
    padding: 24px 33px 35px;
}
.plug-download__buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.plug-download__buttons .button {
    width: 100%;
    max-width: 182px;
    min-width: unset;
    height: 54px;
    padding: 0;
}
.plug-download__buttons .button__icon {
    margin-left: 0;
}
.plug-download__buttons .button:first-child {
    gap: 15px;
}
.plug-download__buttons .button:last-child {
    gap: 12px;
}

@media screen and (max-width: 1365px) {
    .plug-download .section-howto__itemDataBlock {
        padding: 24px;
    }
    .plug-download__buttons {
        gap: 16px;
    }
    .plug-download__buttons .button:first-child {
        margin-right: 0;
        gap: 8px;
    }
    .plug-download__buttons .button:last-child {
        gap: 7px;
    }
    .plug-download__buttons .button {
        height: 42px;
    }
}
/*DOWNLOAD BLOCK END*/

/*POLITICS*/
.section-politics {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: rgba(225, 235, 255, 0.7);
    text-decoration: none;

    position: absolute;
    right: 0;
    bottom: 50px;
}
.section-politics:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1365px) {
    .section-politics {
        bottom: 30px;
        right: unset;
    }
}
/*POLITICS END*/

/*PERFOMANCE*/
.section-main.performance .section-main__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
}
.performance-block {
    max-width: 882px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.performance-block .request-info {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(76, 89, 144, 0.25);
    backdrop-filter: blur(7.5px);
    margin-bottom: 15px;
}

.performance-block__return {
    position: absolute;
    left: 0;
    top: 137px;
    padding: 12px 37px 12px 15px;
    border-radius: 15px;
    background: #FFB906;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: #000;
    font-size: 21px;
    font-weight: 700;
    text-decoration: unset;
    transition: .3s;
}
.performance-block__return:hover {
    background: #ECAA00;
}
.performance-block__return-icon {
    width: 46px;
    height: 46px;
    background: rgba(13, 16, 31, 1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 29px;
}

.performance-tip {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 32px 41px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(76, 89, 144, 0.25);
    backdrop-filter: blur(7.5px);
    position: relative;
    z-index: -1;
    transition: .3s;
    height: 113.6px;
}
.performance-tip .main-input__iconBlock {
    width: 40px;
    margin-top: 3px;
    margin-right: 12px;
}
.performance-tip__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.performance-tip.hidden {
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.performance-stats {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(26, 32, 58, 0.70);
    backdrop-filter: blur(7.5px);
}

.performance-stats__form {
    border-radius: 24px;
    background: #1A203A;
    width: 100%;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
}
.performance-stats__form .main-input__block {
    margin-bottom: 0;
    position: relative;
}
.performance-stats__form .main-input__wrapper {
    padding-right: 36px;
}
.performance-stats__form .main-input__arrow {
    position: absolute;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.10);
    right: 17px;
    top: 20px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
}
.performance-stats__form .main-input__arrow:hover {
    background: rgba(255, 255, 255, 0.13);
}
.performance-stats__form .main-input__arrow-icon {
    transition: .3s;
    user-select: none;
}
.performance-stats__form .main-input__arrow.active .main-input__arrow-icon {
    transform: rotate(180deg);
}

.performance-stats__graph {
    padding: 54px 44px 53px 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    transition: .3s;
    height: 313px;
}
.performance-stats__graph.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.performance-stats__header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 29px;
}
.performance-stats__title {
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
}
.performance-stats__name span:first-child {
    color: #737B9C;
    font-size: 17px;
    font-weight: 600;
    margin-right: 16px;
}
.performance-stats__name span:last-child {
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
}

.performance-stats__rows {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}
.performance-stats__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 29px;
    position: relative;
}
.performance-stats__row-name {
    width: 79px;
    min-width: 79px;
    text-align: left;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}
.performance-stats__decor {
    width: calc(100% - 79px);
    left: 79px;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.performance-stats__decor-delimiter {
    height: 29px;
    width: 1px;
    display: block;
    background: rgba(217, 217, 217, 0.20);
    position: absolute;
    transition: .3s;
}
.performance-stats__decor-delimiter:first-child {
    left: 0;
}
.performance-stats__decor-delimiter:nth-child(2) {
    left: 25%;
}
.performance-stats__decor-delimiter:nth-child(3) {
    left: 50%;
}
.performance-stats__decor-delimiter:nth-child(4) {
    left: 75%;
}
.performance-stats__decor-delimiter:last-child {
    left: 100%;
}
.performance-stats__decor-delimiter.hidden {
    opacity: 0;
    visibility: hidden;
}
.performance-stats__decor-delimiter:first-child {
    height: 21px;
}

.performance-stats__range {
    width: 100%;
    padding-left: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.performance-stats__range-line {
    /*width: calc(100% - 46px);*/
    width: 0;
    height: 7px;
    border-radius: 2px;
    background: lightgrey;
    display: block;
    opacity: .8;
    transition: .3s;
}
.performance-stats__range-line.green {
    background: #14D762;
}
.performance-stats__range-line.yellow {
    background: #BBD714;
}
.performance-stats__range-line.orange {
    background: #D77114;
}
.performance-stats__range-line.red {
    background: #D71414;
}
.performance-stats__range-number {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    margin-left: 8px;
}

@media screen and (max-width: 1365px) {
    .section-main.performance .section-main__row {
        margin-bottom: 27.56px;
    }

    .performance-block__return {
        position: relative;
        left: unset;
        top: unset;
        margin-bottom: 15px;
        margin-right: auto;
    }

    .performance-stats__form {
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
    }

    .performance-tip {
        padding: 30px;
        height: auto;
    }
    .performance-tip__text br {
        display: none;
    }
    .performance-tip__text {
        font-size: 16px;
        line-height: unset;
    }

    .performance-stats__name span:first-child {
        display: none;
    }
    .performance-stats__graph {
        padding: 30px;
        height: auto;
    }
    .performance-stats__name {
        text-align: right;
    }
    .performance-stats__header {
        gap: 16px;
    }
    .performance-stats__title {
        font-size: 16px;
    }
    .performance-stats__name span:last-child {
        font-size: 14px;
    }
    .performance-stats__name {
        max-width: 60%;
    }
}
/*PERFOMANCE END*/

/*SELECT STYLING*/
.select2 .select2-search--dropdown {
    padding: 0;
}
.select2-container--custom .select2-selection--single {
    height: unset;
}
.select2.select2-container--custom .select2-selection__rendered {
    padding: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.75px;
    line-height: 24px;
}
.select2-container--custom .select2-search--dropdown .select2-search__field {
    width: 100%;
    height: 24px;
    outline: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px;
    background: transparent;
    border: none;
    color: #FFFFFF;
    padding: 0;
    transition: .3s;
}
.select2-container--custom .select2-results > .select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}
.select2-container--custom .select2-results__option[aria-disabled=true] {
    display: none;
}
.main-input__wrapper ~ .select2-container--custom.select2-container.select2-container--open {
    top: 69px !important;
    left: 0 !important;
    width: 100%;
}
.select2-container--custom.select2-container--open .select2-dropdown--above {
    width: 100% !important;
}
.select2-container--custom.select2-container--open .select2-dropdown--below {
    width: 100% !important;
}
.select2-container--custom .select2-dropdown {
    border-radius: 12px;
    background: #111528;
    border: unset;
}
.select2-container--custom .select2-results__option {
    height: 59px;
    padding: 0 18px 0 14px;
    margin: 0 23px 0 25px;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.75px;
    position: relative;

    border-bottom: 1px solid rgba(79, 98, 146, 0.20);
}
.select2-container--custom .select2-results__option:last-child {
    border-bottom: unset;
}
.select2-container--custom .select2-results__option::after {
    content: url(../img/performance/arrow-right.svg);
    position: absolute;
    right: 0;
}
.select2-container--custom .select2-results__option[aria-selected=true]::after {
    content: url(../img/performance/check.svg);
}

/* Для Google Chrome и Safari */
.select2-container--custom .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 6px; /* ширина скроллбара */
}
.select2-container--custom .select2-results > .select2-results__options::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #252E4E; /* цвет фона */
}
.select2-container--custom .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #4F5877; /* цвет ползунка */
}
.select2-container--custom .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #596286; /* цвет ползунка при наведении */
}

/* Для Firefox */
.select2-container--custom .select2-results > .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: #252E4E transparent; /* transparent - цвет фона */
}
.select2-container--custom .select2-results > .select2-results__options:hover {
    scrollbar-color: #252E4E #596286; /* изменить цвет фона при наведении */
}

@media screen and (max-width: 1365px) {
    .select2.select2-container--custom .select2-selection__rendered {
        font-size: 14px;
        line-height: 14px;
        white-space: break-spaces;
        overflow: unset;
    }
    .select2-container--custom .select2-results__option {
        height: 45px;
        font-size: 14px;
        line-height: 14px;
    }
    .select2-container--custom .select2-search--dropdown .select2-search__field {
        font-size: 14px;
        height: 14px;
        line-height: 14px;
    }
    .select2-container--custom .select2-search--dropdown {
        height: 14px;
    }
}
/*SELECT STYLING END*/