@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

form {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
}

a {
    display: inline-block;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body {
    height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    font: inherit;
    font-size: 100%;
    text-transform: none;
    color: inherit;
    letter-spacing: inherit;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
input {
    overflow: visible;
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button:focus {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 22px;
    width: 22px;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: none;
    font: inherit;
}

textarea {
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
    vertical-align: top;
}

a {
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: center;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s;
}

::-moz-input-placeholder {
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
}

:focus::-moz-input-placeholder {
    opacity: 0;
}

:focus:-moz-placeholder {
    opacity: 0;
}

:focus:-ms-input-placeholder {
    opacity: 0;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter_18pt-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter_18pt-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter_18pt-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter_18pt-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter_18pt-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter_18pt-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #010101;
}

body.lock {
    overflow: hidden;
}

body.wiki-page {
    position: relative;
}

body.wiki-page .main::before,
body.wiki-page .main::after {
    content: "";
    display: none;
}

@media (max-width: 1024px) {
    body.wiki-page .main {
        width: 1024px;
        overflow-x: auto;
        flex: 0 0 auto;
    }
}

a {
    display: inline-block;
}

body,
a,
p,
h1,
ul,
li,
select,
option,
input,
textarea,
input::placeholder,
textarea::placeholder {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: white;
}

img {
    display: block;
}

.header,
.footer {
    flex: 0 0 auto;
}

.main {
    width: 100%;
    flex: 1 0 auto;
    overflow: hidden;
}

.title {
    position: relative;
    z-index: 11;
    margin-bottom: 60px;
    max-width: fit-content;
    font-weight: 700;
    font-size: 3.646vw;
    line-height: 1.3;
    text-transform: uppercase;
    color: white;
    background-image: linear-gradient(90deg, #fff 70.5%, rgba(92, 91, 91, 0) 110%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title.center {
    max-width: min-content;
    text-align: center;
    margin: 0 auto 60px auto;
}

@media (max-width: 1024px) {
    .title.center {
        margin: 0 auto 30px auto;
    }
}

.title.with-logo {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 40px;
}

.title.with-logo img {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    filter: saturate(100%);
}

@media (max-width: 1300px) {
    .title.with-logo {
        font-size: 30px;
    }
}

@media (min-width: 1921px) {
    .title {
        font-size: 70px;
    }
}

@media (max-width: 1440px) {
    .title {
        font-size: 4.861vw;
    }
}

@media (max-width: 1024px) {
    .title {
        margin-bottom: 30px;
        font-size: 5.333vw;
    }
}

@media (max-width: 390px) {
    .title {
        margin-bottom: 30px;
        font-size: 6.692vw;
    }
}

.section {
    margin-bottom: 100px;
}

.section-head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .section-head {
        margin-bottom: 30px;
    }
}

.section-head__logo {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    filter: saturate(100%);
}

.section-head .title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(91deg, #fff 70.5%, #5c5b5b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-head .title:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .section {
        margin-bottom: 50px;
    }
}

.container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 100px;
}

@media (max-width: 1750px) {
    .container {
        padding: 0 50px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
}

.main {
    position: relative;
}

.main.margin-top {
    padding-top: 136px;
}

@media (max-width: 1024px) {
    .main.margin-top {
        padding-top: 106px;
    }
}

.main.custom-margin {
    padding-top: 200px;
}

@media (max-width: 1024px) {
    .main.custom-margin {
        padding-top: 150px;
    }
}

@media (min-width: 1921px) {
    .main {
        position: relative;
    }

    .main::before {
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% - 960px - 1px);
        z-index: 99;
        width: 50px;
        height: 100%;
        background: rgb(1, 1, 1);
        background: linear-gradient(90deg, rgb(1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }

    .main::after {
        content: "";
        position: absolute;
        top: 0;
        right: calc(50% - 960px - 1px);
        z-index: 99;
        width: 50px;
        height: 100%;
        background: rgb(1, 1, 1);
        background: linear-gradient(270deg, rgb(1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }
}

body.modal-page .main {
    margin-top: 176px;
}

body.modal-page .main::before,
body.modal-page .main::after {
    content: "";
    display: none;
}

@media (max-width: 1024px) {
    body.modal-page .main {
        margin-top: 126px;
    }
}

.for-desktop {
    display: flex !important;
}

@media (max-width: 1024px) {
    .for-desktop {
        display: none !important;
        margin: 0 !important;
    }
}

.for-mobile {
    display: none !important;
}

@media (max-width: 1024px) {
    .for-mobile {
        display: flex !important;
    }
}

.svg-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    fill: currentColor;
    flex: 0 0 auto;
}

.pointer-none {
    pointer-events: none;
}

.disabled-element {
    opacity: 0.4;
    pointer-events: none;
}

.button {
    padding: 0 20px;
    height: 64px;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    border-radius: 20px;
    box-shadow: 3px 3px 20px 0 rgba(208, 15, 6, 0.6), -3px -3px 40px 0 rgba(208, 15, 6, 0.6);
    background-color: #C52D03;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, border-radius 0.2s ease, border-bottom 0.2s ease, padding 0.2s ease, letter-spacing 0.2s ease;
}

.button.button_intro-white {
    height: 72px;
    padding: 0 50px;

    background-color: white;
    box-shadow: 3px 3px 30px 0 rgba(255, 255, 255, 0.6);

    color: #C52D03;
    font-size: 16px;
    font-weight: 600;
}

.button .mark-right {
    margin-left: 5px;
    font-weight: 800;
}

@media (min-width: 1025px) {
    .button.hover:hover {
        background-color: #de0b00;
        box-shadow: 3px 3px 40px 0 rgba(208, 15, 6, 0.6), -3px -3px 40px 0 rgba(208, 15, 6, 0.6);
    }

    .button.button_intro-white:hover {
        background-color: #de0b00;
        box-shadow: 3px 3px 40px 0 rgba(208, 15, 6, 0.6),
            -3px -3px 40px 0 rgba(208, 15, 6, 0.6);
        color: white;
    }
}

.button.outline {
    position: relative;
    height: 44px;
    border-radius: 12px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #C62E04;
}

.button.outline .btn-text {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 16px;
    line-height: 208%;
    text-transform: capitalize;
    color: #c62e04;
    transition: color 0.3s ease;
}

.button.outline::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 1;
    width: 50%;
    height: calc(100% + 2px);
    pointer-events: none;
    border-radius: 12px;
    background: #272727;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.button.outline::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    background-color: #272727;
    pointer-events: none;
    transition: all 0.3s ease;
}

@media (min-width: 1025px) {
    .button.outline:hover::after {
        content: "";
        width: 100%;
        background-color: #c62e04;
        opacity: 1;
    }

    .button.outline:hover .btn-text {
        color: #ffffff;
    }
}

.button.outline.border-bottom {
    padding: 0 15px;
    height: 54px;
    overflow: hidden;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #C62E04;
}

.button.outline.border-bottom .btn-text {
    text-transform: uppercase;
    line-height: 1.3;
}

.button.outline.border-bottom::before {
    content: "";
    border-radius: 0;
}

.button.outline.border-bottom::after {
    content: "";
    border-radius: 0;
}

@media (min-width: 1025px) {
    .button.outline.border-bottom:hover {
        border-radius: 8px;
        border-bottom: 1px solid transparent;
    }

    .button.outline.border-bottom:hover::before {
        content: "";
        border-radius: 8px;
    }
}

@media (max-width: 767px) {
    .button {
        font-size: 16px;
    }
}

.button-min {
    position: relative;
    padding: 0 15px;
    height: 54px;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #C52D03 77.5%, rgba(208, 15, 6, 0.4) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.button-min::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(208, 15, 6);
    background: linear-gradient(90deg, rgb(208, 15, 6) 85%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.2s ease;
}

@media (min-width: 1025px) {
    .button-min.hover:hover {
        padding: 0;
        letter-spacing: 1.005px;
    }
}

.back-button {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.back-button .svg-icon {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-right: 18px;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s ease;
}

.back-button .text {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    transition: color 0.2s ease;
}

@media (min-width: 1025px) {
    .back-button:hover .svg-icon {
        color: rgb(255, 255, 255);
    }

    .back-button:hover .text {
        color: rgb(255, 255, 255);
    }
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.pagination-label {
    font-weight: 500;
    font-size: 22px;
    color: #979899;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination ul {
    display: flex;
}

.pagination li {
    display: flex;
    align-items: flex-end;
    padding: 0px 3px;
}

.pagination li.dots {
    pointer-events: none;
    padding: 0px 3px 2px 3px;
}

.pagination li.active {
    pointer-events: none;
}

.pagination li.active a::before,
.pagination li.active span::before {
    content: "";
    width: 100%;
    opacity: 1;
}

.pagination li.first-pager.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.pagination li.first-pager a {
    position: relative;
    width: auto;
}

.pagination li.first-pager a .icon {
    width: 12px;
    height: 12px;
    z-index: 5;
}

@media (min-width: 1025px) {
    .pagination li.first-pager a:hover {
        color: white;
    }

    .pagination li.first-pager a:hover .icon {
        color: white;
    }
}

@media (max-width: 1024px) {
    .pagination li.first-pager a {
        font-size: 0;
        padding: 10px;
    }

    .pagination li.first-pager a .icon {
        margin-right: 0;
    }
}

.pagination li.last-pager.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.pagination li.last-pager a {
    position: relative;
}

.pagination li.last-pager a .icon {
    width: 12px;
    height: 12px;
    z-index: 5;
}

@media (min-width: 1025px) {
    .pagination li.last-pager a:hover {
        color: white;
    }

    .pagination li.last-pager a:hover .icon {
        color: white;
    }
}

@media (max-width: 1024px) {
    .pagination li.last-pager a {
        font-size: 0;
        padding: 10px;
    }

    .pagination li.last-pager a .icon {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .pagination li {
        display: none;
    }

    .pagination li.active,
    .pagination li.first-pager,
    .pagination li.last-pager {
        display: flex;
    }
}

.pagination li span,
.pagination a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 8px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    z-index: 5;
    white-space: nowrap;
}

.pagination li span .icon,
.pagination a .icon {
    transition: color 0.2s ease;
}

.pagination li span::before,
.pagination a::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
    background-color: white;
    opacity: 0;
    transition: width 0.2s ease, opacity 0.2s ease;
}

@media (min-width: 1025px) {

    .pagination li span:hover::before,
    .pagination a:hover::before {
        content: "";
        width: 100%;
        opacity: 1;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    flex: 0 0 auto;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    transition: background-color 0.2s ease, border-bottom 0.2s ease;
}

.header.active {
    background-color: #010101;
    border-bottom: 2px solid rgb(82, 83, 84);
}

.header.active .header-container {
    padding: 15px 100px;
}

@media (max-width: 1700px) {
    .header.active .header-container {
        padding: 15px 50px;
    }
}

@media (max-width: 1024px) {
    .header.active .header-container {
        padding: 10px 15px;
    }
}

.header-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 100px;
    transition: padding 0.2s ease;
}

@media (max-width: 1700px) {
    .header-container {
        padding: 35px 50px;
    }
}

@media (max-width: 1024px) {
    .header-container {
        padding: 20px 15px;
    }
}

.header .main-logo {
    width: 146px;
    height: 64px;
    object-fit: contain;
    cursor: pointer;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-button {
    padding: 0 30px;
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 470px) {
    .header-button {
        display: none;
    }
}

.header-events {
    display: flex;
    align-items: center;
}

.header .page-nav {
    margin-left: auto;
}

.page-nav ul {
    display: flex;
    align-items: center;
}

.page-nav li {
    margin-right: 40px;
}

.page-nav li:last-child {
    margin-right: 0;
}

.page-nav .link {
    position: relative;
    padding: 5px 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.8);
}

.page-nav .link::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 1px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: bottom 0.2s ease, opacity 0.2s ease;
}

.page-nav .link:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 1px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: top 0.2s ease, opacity 0.2s ease;
}

.page-nav .link:hover:after {
    content: "";
    top: 0;
    opacity: 1;
}

.page-nav .link:hover:before {
    content: "";
    bottom: 0;
    opacity: 1;
}

.burger {
    display: none;
    flex: 0 0 auto;
}

@media (max-width: 1300px) {
    .burger {
        display: flex;
        padding: 7px 3px;
        margin-left: 20px;
    }
}

.burger.active .burger-wrapper span {
    background-color: white;
    transform: scale(0);
    width: 82%;
}

.burger.active .burger-wrapper span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
}

.burger.active .burger-wrapper span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
}

.burger-wrapper {
    position: relative;
    z-index: 1000;
    cursor: pointer;
}

@media (max-width: 1300px) {
    .burger-wrapper {
        width: 30px;
        height: 20px;
    }
}

.burger-wrapper span {
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: white;
    transition: background-color 0.2s ease, transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
}

.burger-wrapper span:first-child {
    top: 0px;
    transform: none;
}

.burger-wrapper span:last-child {
    top: auto;
    bottom: 0px;
    transform: none;
}

@media (min-width: 1025px) {
    .burger-wrapper:hover span {
        background-color: rgba(255, 255, 255, 0.7);
    }
}

.header-mobile {
    width: 100%;
    margin-right: 20px;
}

.header-mobile .button {
    display: none;
}

.header-mobile .burger-social {
    display: none;
}

.header-mobile .burger-bg {
    display: none;
}

.header-mobile__wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 1300px) {
    .header-mobile {
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 10;
        width: 100vw;
        height: 100vh;
        display: block;
        margin-right: inherit;
        transition: left 0.5s ease-in-out;
    }

    .header-mobile.active {
        left: 0;
    }

    .header-mobile__wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        overflow-y: auto;
        padding: 130px 20px 130px 20px;
        background-color: rgba(9, 4, 2, 0.95);
    }

    .header-mobile .page-nav {
        width: 100%;
        margin-bottom: 30px;
        margin-left: inherit;
        order: 1;
    }

    .header-mobile .page-nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header-mobile .page-nav ul li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .header-mobile .page-nav ul li .link {
        height: 50px;
        display: flex;
        align-items: center;
        font-size: 25px;
        text-align: start;
    }

    .header-mobile .button {
        display: flex;
        margin-bottom: 40px;
        order: 2;
    }

    .header-mobile .burger-social {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        order: 4;
    }

    .header-mobile .burger-social .title {
        margin-bottom: 30px;
        font-size: 25px;
    }

    .header-mobile .burger-bg {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .header-mobile__wrapper {
        padding: 70px 20px 90px 20px;
    }

    .header-mobile .social-cards {
        max-width: none;
    }
}

@media (max-width: 370px) {
    .header-mobile .social-cards {
        display: block;
    }
}

.lang-drop {
    position: relative;
    cursor: pointer;
    max-width: fit-content;
    flex: 0 0 auto;
    padding: 5px 0;
    margin-left: auto;
}

@media (max-width: 1300px) {
    .lang-drop {
        margin-left: inherit;
        margin-bottom: 40px;
        order: 3;
    }
}

.lang-drop__head {
    display: flex;
    align-items: center;
}

.lang-drop__head .text {
    margin-right: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0%;
}

.lang-drop__head .svg-icon {
    transition: all 0.2s ease;
}

.lang-drop__list {
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 10;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.lang-drop__item {
    display: block;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

@media (max-width: 1300px) {
    .lang-drop__item {
        background-color: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(5px);
    }
}

.lang-drop__link {
    border-bottom: 1px solid transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0%;
    cursor: pointer;
    transition: all 0.2s ease;
}

@media (min-width: 1025px) {
    .lang-drop__link:hover {
        border-bottom: 1px solid white;
    }
}

.lang-drop:hover .lang-drop__list {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.lang-drop:hover .lang-drop__head .svg-icon {
    transform: rotate(180deg);
}

.section-intro {
    position: relative;
    margin-bottom: 0;
}

.section-bg__center-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-counter {
    margin-bottom: 40px;
}

.timer-counter__numbers {
    display: flex;
    align-items: flex-start;
}

.timer-counter__numbers li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-counter__numbers li:nth-child(odd) {
    margin-top: 10px;
}

.timer-counter__number {
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
    color: white;
}

.timer-counter__text {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    color: white;
}

@media (max-width:1300px) {
    .timer-counter__number {
        font-size: 70px;
    }
}

@media (max-width:750px) {
    .timer-counter__number {
        font-size: 10vw;
    }

    .timer-counter__text {
        font-size: 3vw;
    }

    .timer-counter__numbers li:nth-child(odd) {
        margin-top: 3px;
    }

    .button.button_intro-white {
        height: 50px;
        padding: 0 20px;
        border-radius: 12px;
    }
}

@media (min-width: 1921px) {
    .section-intro::before {
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% - 960px - 501px);
        z-index: 99;
        width: 500px;
        height: 100%;
        background: rgb(1, 1, 1);
        /* background: linear-gradient(90deg, rgb(1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%); */
        pointer-events: none;
    }

    .section-intro::after {
        content: "";
        position: absolute;
        top: 0;
        right: calc(50% - 960px - 501px);
        z-index: 99;
        width: 500px;
        height: 100%;
        background: rgb(1, 1, 1);
        /* background: linear-gradient(90deg, rgb(1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%); */
        pointer-events: none;
    }
}

.section-intro .section-top {
    height: 57.552vw;
    margin-bottom: 75px;
}

@media (min-width: 1921px) {
    .section-intro .section-top {
        height: 1105px;
    }
}

@media (max-width: 1440px) {
    .section-intro .section-top {
        margin-bottom: 170px;
    }
}

@media (max-width: 750px) {
    .section-intro .section-top {
        height: 96.267vw;
        margin-bottom: 80px;
    }
}

@media (max-width: 390px) {
    .section-intro .section-top {
        height: 171.026vw;
        margin-bottom: 125px;
    }
}

.section-intro .section-top .section-bg {
    position: relative;
    top: 60px;
    max-width: 1920px;
    height: 46.458vw;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1921px) {
    .section-intro .section-top .section-bg {
        height: 892px;
    }
}

@media (max-width: 1440px) {
    .section-intro .section-top .section-bg {
        top: 50px;
    }
}

@media (max-width: 750px) {
    .section-intro .section-top .section-bg {
        top: 40px;
        height: 96.267vw;
    }
}

@media (max-width: 390px) {
    .section-intro .section-top .section-bg {
        top: 70px;
        height: 171.026vw;
    }
}

.section-intro .section-top .section-bg .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 1440px) {
    .section-intro .section-top .section-bg .bg-img {
        transform: scale(1.11);
    }
}

@media (max-width: 750px) {
    .section-intro .section-top .section-bg .bg-img {
        top: 157px;
        transform: scale(1.756);
    }
}

@media (max-width: 390px) {
    .section-intro .section-top .section-bg .bg-img {
        transform: none;
        top: 0;
        left: -60.769vw;
        width: 312.051vw;
    }
}

.section-intro .section-top .section-bg .section-logo {
    width: 36.198vw;
    object-fit: contain;
}

.section-intro .section-top .section-bg__center-items {
    position: absolute;
    top: 3.292vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
}

@media (min-width: 1921px) {
    .section-intro .section-top .section-bg .section-logo {
        width: 695px;
    }

    .section-intro .section-top .section-bg__center-items {
        top: 140px;
    }
}

@media (max-width: 1440px) {
    .section-intro .section-top .section-bg .section-logo {
        width: 41.181vw;
    }
}

@media (max-width: 750px) {
    .section-intro .section-top .section-bg .section-logo {
        width: 64vw;
    }

    .section-intro .section-top .section-bg__center-items {
        top: 10vw;
    }
}

@media (max-width: 390px) {
    .section-intro .section-top .section-bg .section-logo {
        width: 113.59vw;
    }

    .section-intro .section-top .section-bg .section-logo {
        position: relative;
        top: 44px;
    }

    .section-intro .section-top .section-bg__center-items {
        top: 23vw;
        left: calc(50% + 10px);
    }
}

.section-intro .section-top .section-bg .hero-1,
.section-intro .section-top .section-bg .hero-2,
.section-intro .section-top .section-bg .hero-3,
.section-intro .section-top .section-bg .hero-4,
.section-intro .section-top .section-bg .hero-5 {
    position: absolute;
    object-fit: contain;
    filter: saturate(0%);
    transition: filter 0.2s ease-in, transform 0.1s ease;
}

@media (min-width: 1025px) {

    .section-intro .section-top .section-bg .hero-1:hover,
    .section-intro .section-top .section-bg .hero-2:hover,
    .section-intro .section-top .section-bg .hero-3:hover,
    .section-intro .section-top .section-bg .hero-4:hover,
    .section-intro .section-top .section-bg .hero-5:hover {
        filter: saturate(100%);
    }
}

.intro-img-saturate {
    filter: saturate(100%) !important;
}

.section-intro .section-top .section-bg .hero-1 {
    top: -6.146vw;
    left: 7.24vw;
    z-index: 2;
    width: 34.115vw;
}

@media (min-width: 1921px) {
    .section-intro .section-top .section-bg .hero-1 {
        top: -118px;
        left: 139px;
        width: 655px;
    }
}

@media (max-width: 1440px) {
    .section-intro .section-top .section-bg .hero-1 {
        top: 0;
        left: 0.889vw;
        width: 39.722vw;
    }
}

@media (max-width: 750px) {
    .section-intro .section-top .section-bg .hero-1 {
        top: -14.667vw;
        left: -18.133vw;
        width: 61.733vw;
    }
}

@media (max-width: 390px) {
    .section-intro .section-top .section-bg .hero-1 {
        top: -27.949vw;
        left: -40.256vw;
        width: 109.744vw;
    }
}

.section-intro .section-top .section-bg .hero-2 {
    top: 15.833vw;
    left: 0;
    z-index: 4;
    width: 23.125vw;
}

@media (min-width: 1921px) {
    .section-intro .section-top .section-bg .hero-2 {
        top: 304px;
        width: 444px;
    }
}

@media (max-width: 1440px) {
    .section-intro .section-top .section-bg .hero-2 {
        top: 18.056vw;
        left: -10.944vw;
        width: 32.222vw;
    }
}

@media (max-width: 750px) {
    .section-intro .section-top .section-bg .hero-2 {
        top: 28vw;
        left: -25.067vw;
        width: 50.133vw;
        z-index: 12;
    }
}

@media (max-width: 390px) {
    .section-intro .section-top .section-bg .hero-2 {
        top: 80.974vw;
        left: -45.974vw;
        width: 70.974vw;
    }
}

.section-intro .section-top .section-bg .hero-3 {
    top: 28.229vw;
    left: 9.01vw;
    z-index: 3;
    width: 35.99vw;
}

@media (min-width: 1921px) {
    .section-intro .section-top .section-bg .hero-3 {
        top: 543px;
        left: 173px;
        width: 691px;
    }
}

@media (max-width: 1440px) {
    .section-intro .section-top .section-bg .hero-3 {
        top: 34.167vw;
        left: -2.361vw;
        width: 43.611vw;
    }
}

@media (max-width: 750px) {
    .section-intro .section-top .section-bg .hero-3 {
        top: 53.067vw;
        left: -17.867vw;
        width: 67.733vw;
        z-index: 13;
    }
}

@media (max-width: 390px) {
    .section-intro .section-top .section-bg .hero-3 {
        top: 100.103vw;
        left: -43.077vw;
        width: 120.513vw;
    }
}

.section-intro .section-top .section-bg .hero-4 {
    top: -7.76vw;
    right: 0;
    z-index: 2;
    width: 41.042vw;
}

@media (min-width: 1921px) {
    .section-intro .section-top .section-bg .hero-4 {
        top: -149px;
        width: 788px;
    }
}

@media (max-width: 1440px) {
    .section-intro .section-top .section-bg .hero-4 {
        top: 0;
        right: -3.472vw;
        width: 46.736vw;
    }
}

@media (max-width: 750px) {
    .section-intro .section-top .section-bg .hero-4 {
        top: -13.333vw;
        right: -25.333vw;
        width: 72.667vw;
    }
}

@media (max-width: 390px) {
    .section-intro .section-top .section-bg .hero-4 {
        top: -43.846vw;
        right: -64.359vw;
        z-index: 9;
        width: 128.974vw;
    }
}

.section-intro .section-top .section-bg .hero-5 {
    top: 27.917vw;
    right: 2.396vw;
    z-index: 3;
    width: 38.698vw;
}

@media (min-width: 1921px) {
    .section-intro .section-top .section-bg .hero-5 {
        top: 536px;
        right: 46px;
        width: 743px;
    }
}

@media (max-width: 1440px) {
    .section-intro .section-top .section-bg .hero-5 {
        top: 33.944vw;
        right: -6.875vw;
        width: 51.806vw;
    }
}

@media (max-width: 750px) {
    .section-intro .section-top .section-bg .hero-5 {
        top: 41.867vw;
        right: -22.4vw;
        width: 80.533vw;
    }
}

@media (max-width: 390px) {
    .section-intro .section-top .section-bg .hero-5 {
        top: 88.359vw;
        right: -53.077vw;
        width: 143.077vw;
    }
}

.section-intro .section-bottom {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 100px auto;
}

@media (max-width: 750px) {
    .section-intro .section-bottom {
        margin: 0 auto 50px auto;
    }
}

.section-intro .section-bottom .section-bg {
    position: relative;
    width: 100%;
    height: 36.875vw;
}

@media (min-width: 1921px) {
    .section-intro .section-bottom .section-bg {
        height: 708px;
    }
}

.section-intro .section-bottom .section-bg .bg-pic {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1440px) {
    .section-intro .section-bottom .section-bg .bg-pic {
        top: -5%;
    }
}

@media (max-width: 1024px) {
    .section-intro .section-bottom .section-bg .bg-pic {
        top: 30%;
    }
}

.section-intro .section-bottom .section-bg .hero-pic {
    position: absolute;
    top: 290px;
    right: 224px;
    z-index: 10;
}

@media (max-width: 1750px) {
    .section-intro .section-bottom .section-bg .hero-pic {
        top: 491px;
        right: -61px;
    }
}

@media (max-width: 1024px) {
    .section-intro .section-bottom .section-bg .hero-pic {
        display: none;
    }
}

.section-intro .background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

@media (max-width: 1750px) {
    .section-intro .cards .card:nth-child(2) {
        grid-column: span 2;
    }

    .section-intro .cards .card:nth-child(4) {
        grid-column: span 2;
    }

    .section-intro .cards .card:nth-child(5) {
        grid-column: span 2;
    }
}

.cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px;
    padding: 0 110px;
}

@media (max-width: 1750px) {
    .cards {
        grid-template-columns: calc(33.333% - 30px) calc(16.6665% - 35px) calc(16.6665% - 35px) calc(33.333% - 30px);
        padding: 0 50px;
    }
}

@media (max-width: 1024px) {
    .cards {
        grid-template-columns: calc(33.333% - 12.5px) calc(16.6665% - 14px) calc(16.6665% - 14px) calc(33.333% - 12.5px);
        padding: 0 15px;
        grid-gap: 15px;
    }
}

@media (max-width: 700px) {
    .cards {
        grid-template-columns: inherit;
        display: block;
    }
}

.card {
    position: relative;
    top: 0;
    left: 0;
    padding: 40px 20px;
    border-radius: 36px;
    backdrop-filter: blur(20px);
    background: rgba(1, 1, 1, 0.1);
    border: 2px solid rgb(82, 83, 84);
    box-shadow: 0 0 0 rgba(128, 128, 128, 0.584);
    transition: top 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 1024px) {
    .card {
        padding: 20px 15px;
    }
}

@media (max-width: 700px) {
    .card {
        margin-bottom: 15px;
    }
}

@media (max-width: 390px) {
    .card {
        margin-bottom: 10px;
    }
}

.card-pic {
    position: relative;
    height: 100px;
    margin-bottom: 15px;
    transition: transform 0.2s ease;
}

.card-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: saturate(0%);
    transition: filter 0.2s ease;
}

@media (max-width: 1024px) {
    .card-pic img {
        filter: saturate(100%);
    }
}

@media (max-width: 1024px) {
    .card-pic {
        height: 60px;
    }
}

.card-title {
    max-width: 80%;
    margin: 0 auto 15px auto;
    font-weight: 700;
    font-size: 1.302vw;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    background-image: linear-gradient(90deg, #fff 70.5%, rgba(92, 91, 91, 0) 110%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: letter-spacing 0.2s ease;
}

@media (min-width: 1921px) {
    .card-title {
        font-size: 25px;
    }
}

@media (max-width: 1440px) {
    .card-title {
        font-size: 1.736vw;
    }
}

@media (max-width: 1024px) {
    .card-title {
        font-size: 3.259vw;
        margin: 0 0 15px 0;
        max-width: none;
    }
}

@media (max-width: 390px) {
    .card-title {
        font-size: 6.41vw;
    }
}

.card-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #bcbaba;
}

@media (max-width: 767px) {
    .card-text {
        font-size: 16px;
    }
}

@media (min-width: 1025px) {
    .card:hover {
        top: -5px;
        box-shadow: 0 5px 10px rgba(128, 128, 128, 0.584);
    }

    .card:hover .card-title {
        letter-spacing: 1.0005px;
    }

    .card:hover .card-pic {
        transform: translateY(-5px);
    }

    .card:hover .card-pic img {
        filter: saturate(100%);
    }
}

.section-map {
    position: relative;
    min-height: 1806px;
}

.section-map .background-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 1806px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .section-map .background-wrapper {
        height: 1219px;
    }
}

.section-map .section-bg {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.section-map .section-bg img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: saturate(30%);
}

@media (max-width: 1024px) {
    .section-map .section-bg img {
        top: -117px;
        left: 378px;
        width: 1500px;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 510px) {
    .section-map .section-bg img {
        left: 80.392vw;
    }
}

@media (max-width: 390px) {
    .section-map .section-bg img {
        left: 91.392vw;
    }
}

.section-map .section-bg .gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 250px;
    background: rgb(1, 1, 1);
    background: linear-gradient(180deg, rgb(1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-map .section-bg .gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 200px;
    background: rgb(1, 1, 1);
    background: linear-gradient(0deg, rgb(1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-map__columns {
    display: flex;
}

@media (max-width: 1024px) {
    .section-map__columns {
        flex-direction: column;
    }
}

.section-map .title.custom {
    position: relative;
    left: -50%;
    max-width: none;
    width: 150%;
    background-image: inherit;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: right;
    color: #999;
}

@media (max-width: 1400px) {
    .section-map .title.custom {
        font-size: 2.857vw;
    }
}

@media (max-width: 1200px) {
    .section-map .title.custom {
        position: static;
        width: auto;
    }
}

.section-map .title.custom-2 {
    max-width: fit-content;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
}

.section-map .text {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #ccc;
}

.section-map .logo {
    margin: 0 auto;
}

.section-map .first-column {
    width: calc(100% - 400px - 40px);
}

@media (max-width: 1200px) {
    .section-map .first-column {
        width: calc(100% - 350px - 40px);
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .section-map .first-column {
        width: 100%;
    }
}

.section-map .second-column {
    width: 400px;
    margin-left: 40px;
}

@media (max-width: 1200px) {
    .section-map .second-column {
        width: 350px;
    }
}

@media (max-width: 1024px) {
    .section-map .second-column {
        margin-left: 0;
        width: 100%;
    }
}

.section-map .first-block {
    max-width: 420px;
    width: 100%;
    margin-bottom: 100px;
}

@media (max-width: 1200px) {
    .section-map .first-block {
        margin-bottom: auto;
        flex: 1 0 auto;
    }
}

@media (max-width: 1024px) {
    .section-map .first-block {
        max-width: 50.667vw;
        margin-bottom: 114px;
    }

    .section-map .first-block .logo {
        display: none;
    }
}

@media (max-width: 510px) {
    .section-map .first-block {
        max-width: 67.949vw;
    }
}

@media (max-width: 390px) {
    .section-map .first-block {
        max-width: 84.615vw;
        margin-bottom: 60px;
    }

    .section-map .first-block .gorisontal-cards {
        margin-right: 65px;
    }
}

@media (max-width: 350px) {
    .section-map .first-block .gorisontal-cards {
        margin-right: 30px;
    }
}

.section-map .second-block .title {
    max-width: 500px;
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .section-map .second-block .title {
        max-width: none;
        margin-bottom: 30px;
    }
}

.section-map .third-block .title.custom {
    margin-bottom: 20px;
    text-align: start;
}

@media (max-width: 750px) {
    .section-map .third-block .title.custom {
        font-size: 25px;
    }
}

.logo {
    position: relative;
    width: 60px;
    height: 60px;
}

.logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gorisontal-cards {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .gorisontal-cards {
        margin-bottom: 0;
    }
}

.gorisontal-card {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(85, 87, 89);
}

.gorisontal-card:last-child {
    margin-bottom: 0;
}

.gorisontal-card__pic {
    position: relative;
    width: 70px;
    height: 70px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.gorisontal-card__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .gorisontal-card__pic {
        width: 50px;
        height: 50px;
    }
}

.gorisontal-card__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

.map-block {
    position: relative;
}

@media (max-width: 1024px) {
    .map-block {
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .map-block {
        display: flex;
        flex-direction: column-reverse;
    }
}

.map-block .picture-wrapper {
    position: relative;
    max-width: 1280px;
    width: 100%;
    height: 750px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.1), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
}

@media (max-width: 1024px) {
    .map-block .picture-wrapper {
        min-height: 466px;
        height: auto;
    }
}

@media (max-width: 500px) {
    .map-block .picture-wrapper {
        min-height: auto;
        padding-bottom: 64.7222222222%;
    }
}

.map-block .picture-wrapper img {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    object-fit: cover;
}

.map-block .content-wrapper {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 350px;
}

@media (max-width: 500px) {
    .map-block .content-wrapper {
        width: 100%;
    }
}

.map-block .content-wrapper .gorisontal-cards {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .map-block .content-wrapper .gorisontal-cards {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .map-block .content-wrapper .gorisontal-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .map-block .content-wrapper .gorisontal-cards .gorisontal-card {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }

    .map-block .content-wrapper .gorisontal-cards .gorisontal-card__pic {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .map-block .content-wrapper .gorisontal-cards .gorisontal-card__text {
        text-align: center;
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .map-block .content-wrapper .gorisontal-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.map-block .content-wrapper .button {
    padding: 0 10px;
    max-width: none;
    width: 100%;
}

@media (max-width: 1024px) {
    .map-block .content-wrapper {
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 500px) {
    .map-block .content-wrapper {
        position: static;
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .title-texts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

@media (max-width: 390px) {
    .title-texts {
        display: block;
    }
}

.title-texts .title-text {
    margin-bottom: 56px;
}

@media (max-width: 1024px) {
    .title-texts .title-text {
        margin-bottom: 0;
        padding: 15px;
        border-radius: 20px;
        border: 1px solid white;
        box-shadow: 8px 15px 20px 0 rgba(123, 186, 201, 0.08), -8px -18px 18px 0 rgba(123, 186, 201, 0.1);
        background: #080d0d;
    }

    .title-texts .title-text.mob-span-2 {
        grid-column: span 2;
    }
}

@media (max-width: 390px) {
    .title-texts .title-text {
        margin-bottom: 20px;
    }
}

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

.title-texts .title-text .title {
    max-width: none;
    margin-bottom: 10px;
    background-image: inherit;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}

@media (max-width: 1024px) {
    .title-texts .title-text .title {
        text-align: left;
        font-size: 2.441vw;
        max-width: fit-content;
        background-image: linear-gradient(90deg, #fff 70.5%, rgba(92, 91, 91, 0) 110%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media (max-width: 750px) {
    .title-texts .title-text .title {
        font-size: 3.333vw;
    }
}

@media (max-width: 390px) {
    .title-texts .title-text .title {
        font-size: 6.41vw;
    }
}

.title-texts .title-text .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    text-align: right;
    color: #ccc;
}

@media (max-width: 1024px) {
    .title-texts .title-text .text {
        margin-bottom: 0;
        text-align: start;
        font-size: 2.133vw;
    }
}

@media (max-width: 750px) {
    .title-texts .title-text .text {
        font-size: 2.133vw;
    }
}

@media (max-width: 390px) {
    .title-texts .title-text .text {
        font-size: 4.103vw;
    }
}

.section-economic .title {
    width: 100%;
    max-width: none;
    text-align: center;
}

.events-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 2fr 1fr;
    grid-gap: 40px;
}

@media (max-width: 1440px) {
    .events-cards {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr 1fr;
        grid-gap: 30px;
    }
}

@media (max-width: 750px) {
    .events-cards {
        grid-gap: 20px;
    }
}

@media (max-width: 670px) {
    .events-cards {
        display: block;
    }
}

.events-card {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 40px 25px;
    border-radius: 36px;
    border: 2px solid #4d4d4d;
    background: rgba(1, 1, 1, 0.1);
    box-shadow: 0 0 0 rgba(128, 128, 128, 0.584);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, top 0.2s ease;
}

@media (max-width: 1440px) {
    .events-card {
        padding: 20px;
    }
}

@media (max-width: 670px) {
    .events-card {
        margin-bottom: 20px;
    }

    .events-card:last-child {
        margin-bottom: 0;
    }
}

.events-card .title {
    margin: 0 auto;
    font-size: 2.604vw;
}

@media (min-width: 1921px) {
    .events-card .title {
        font-size: 50px;
    }
}

@media (max-width: 1440px) {
    .events-card .title {
        font-size: 3.472vw;
    }
}

@media (max-width: 1024px) {
    .events-card .title {
        margin-bottom: 10px;
    }
}

@media (max-width: 670px) {
    .events-card .title {
        font-size: 4.179vw;
    }
}

@media (max-width: 390px) {
    .events-card .title {
        font-size: 7.179vw;
    }
}

.events-card .button-min {
    margin: 0 auto 40px auto;
}

@media (max-width: 1024px) {
    .events-card .button-min {
        padding: 0;
        font-size: 2.2vw;
    }
}

@media (max-width: 670px) {
    .events-card .button-min {
        margin: 0 auto 20px auto;
        font-size: 2.687vw;
        padding: 0 15px;
    }
}

@media (max-width: 670px) {
    .events-card .button-min {
        margin: 0 auto 20px auto;
        font-size: 2.687vw;
        padding: 0 15px;
    }
}

@media (max-width: 390px) {
    .events-card .button-min {
        font-size: 4.615vw;
    }
}

@media (max-width: 370px) {
    .events-card .button-min {
        padding: 0;
        width: 100%;
        max-width: none;
    }
}

.events-card .button {
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
    transition: background-color 0.3s ease, box-shadow 0.2s ease, letter-spacing 0.2s ease;
}

@media (max-width: 1440px) {
    .events-card .button {
        padding: 0 30px;
        max-width: fit-content;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 1024px) {
    .events-card .button {
        text-align: center;
        padding: 0 10px;
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 370px) {
    .events-card .button {
        margin-bottom: 20px;
        width: 100%;
        max-width: none;
        padding: 0;
    }
}

.events-card__info {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1440px) {
    .events-card__info {
        width: 50%;
    }
}

.events-card__logo {
    position: relative;
    height: 100px;
    margin-bottom: 15px;
    transition: transform 0.2s ease;
}

@media (max-width: 1440px) {
    .events-card__logo {
        height: 70px;
    }
}

@media (max-width: 750px) {
    .events-card__logo {
        height: 60px;
    }
}

@media (max-width: 390px) {
    .events-card__logo {
        margin-bottom: 10px;
        height: 40px;
    }
}

.events-card__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: saturate(0%);
    transition: filter 0.2s ease-in;
}

@media (max-width: 1024px) {
    .events-card__logo img {
        filter: saturate(100%);
    }
}

.events-card__text {
    max-width: fit-content;
    margin: 0 auto 15px auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.51548;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(90deg, #fff 70.5%, #5c5b5b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .events-card__text {
        font-size: 2.133vw;
    }
}

@media (max-width: 670px) {
    .events-card__text {
        font-size: 2.388vw;
    }
}

@media (max-width: 390px) {
    .events-card__text {
        margin: 0 auto 10px auto;
        font-size: 4.103vw;
    }
}

.events-card__pic {
    position: relative;
    flex: 1 0 auto;
    width: 100%;
    height: 30.208vw;
    border-radius: 25px;
    overflow: hidden;
}

.events-card__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1921px) {
    .events-card__pic {
        height: 580px;
    }
}

@media (max-width: 670px) {
    .events-card__pic {
        width: 100%;
        height: 100%;
        flex: 0 0 auto;
        padding-bottom: 45.3125%;
    }
}

@media (min-width: 1025px) {
    .events-card:hover {
        top: -5px;
        background-color: black;
        box-shadow: 0 5px 10px rgba(128, 128, 128, 0.584);
    }

    .events-card:hover.without-hover {
        top: 0;
        box-shadow: 0 0 0 rgba(128, 128, 128, 0.584);
    }

    .events-card:hover .events-card__logo {
        transform: translateY(-5px);
    }

    .events-card:hover .events-card__logo img {
        filter: saturate(100%);
    }

    .events-card:hover .button-min {
        letter-spacing: 1.002px;
    }

    .events-card:hover .button {
        letter-spacing: 1.002px;
    }
}

.events-card:nth-child(1) {
    grid-row: span 2;
}

@media (max-width: 1440px) {
    .events-card:nth-child(1) {
        grid-row: inherit;
        grid-column: span 2;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .events-card:nth-child(1) .events-cards__info {
        width: calc(50% - 15px);
        flex: 0 0 auto;
    }

    .events-card:nth-child(1) .events-card__pic {
        width: calc(50% - 15px);
        height: 100%;
        flex: 0 0 auto;
    }
}

@media (max-width: 670px) {
    .events-card:nth-child(1) {
        flex-direction: column;
    }

    .events-card:nth-child(1) .events-cards__info {
        width: 100%;
    }

    .events-card:nth-child(1) .events-card__pic {
        width: 100%;
        height: 100%;
        flex: 0 0 auto;
        padding-bottom: 45.3125%;
    }
}

.events-card:nth-child(2) .events-card__pic,
.events-card:nth-child(3) .events-card__pic {
    height: 11.25vw;
}

@media (min-width: 1921px) {

    .events-card:nth-child(2) .events-card__pic,
    .events-card:nth-child(3) .events-card__pic {
        height: 216px;
    }
}

.events-card:nth-child(4) {
    grid-column: span 2;
}

.video-cards {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    user-select: none;
    /* Запобігає виділенню тексту під час перетягування */
}

.video-card {
    width: 320px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}

.video-card:last-child {
    margin-right: 0;
}

@media (max-width: 390px) {
    .video-card {
        width: 270px;
    }
}

.video-card .logo-text {
    display: flex;
    align-items: center;
    min-height: 25px;
    margin-bottom: 15px;
    width: 100%;
    pointer-events: none;
}

.video-card .logo-text img {
    margin-right: 5px;
    width: 35px;
    flex: 0 0 auto;
}

.video-card .logo-text .text {
    max-width: fit-content;
    width: 83%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.09091;
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {
    .video-card .logo-text .text {
        font-size: 18px;
    }
}

.video-card__body {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    margin-top: auto;
    pointer-events: none;
}

.video-card__body .logo-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin-bottom: 0;
    transition: bottom 0.2s ease;
}

.video-card__body .logo-text img {
    margin-right: 10px;
    width: 18px;
}

.video-card__body .logo-text .text {
    font-weight: 500;
}

.video-card__pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 210px;
    transition: filter 0.2s ease;
}

@media (max-width: 750px) {
    .video-card__pic {
        height: 190px;
    }
}

@media (max-width: 390px) {
    .video-card__pic {
        height: 145px;
    }
}

.video-card__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1025px) {
    .video-card:hover .video-card__pic {
        filter: saturate(200%);
    }

    .video-card:hover .video-card__body .logo-text {
        bottom: 25px;
    }
}

.footer {
    position: relative;
    margin-bottom: 100px;
    flex: 0 0 auto;
}

@media (max-width: 1440px) {
    .footer {
        margin-bottom: 70px;
    }
}

@media (max-width: 750px) {
    .footer {
        margin-bottom: 50px;
    }
}

.footer-container {
    position: relative;
    z-index: 3;
    padding: 0 100px;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

.footer-container .title {
    max-width: fit-content;
}

@media (max-width: 1750px) {
    .footer-container {
        padding: 0 50px;
    }
}

@media (max-width: 1024px) {
    .footer-container {
        padding: 0 15px;
    }
}

.footer .background-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}

@media (max-width: 1024px) {
    .footer .background-wrapper {
        width: 126.5%;
    }
}

@media (max-width: 650px) {
    .footer .background-wrapper {
        width: 172.5%;
    }
}

@media (max-width: 500px) {
    .footer .background-wrapper {
        width: 250%;
    }
}

@media (max-width: 390px) {
    .footer .background-wrapper {
        width: 270%;
    }
}

@media (max-width: 350px) {
    .footer .background-wrapper {
        width: 300%;
    }
}

.footer .background-wrapper .section-bg {
    position: relative;
    width: 100%;
    padding-bottom: 58.0317460317%;
}

@media (min-width: 1576px) {
    .footer .background-wrapper .section-bg {
        width: 1575px;
        height: 914px;
        margin: 0 auto;
        padding-bottom: inherit;
    }
}

.footer .background-wrapper .section-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 650px) {
    .footer .background-wrapper .section-bg img {
        left: 144px;
    }
}

@media (max-width: 390px) {
    .footer .background-wrapper .section-bg img {
        left: 120px;
    }
}

@media (max-width: 350px) {
    .footer .background-wrapper .section-bg img {
        left: 100px;
    }
}

.footer .social-cards {
    margin-bottom: 90px;
}

@media (max-width: 750px) {
    .footer .social-cards {
        margin-bottom: 50px;
    }
}

.footer .page-nav {
    margin: 0 auto;
}

.footer .page-nav ul {
    justify-content: center;
}

@media (max-width: 650px) {
    .footer .page-nav ul {
        display: inline-block;
        width: 100%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 390px) {
    .footer .page-nav ul {
        display: block;
        width: 100%;
        -webkit-column-count: inherit;
        -moz-column-count: inherit;
        column-count: inherit;
        -webkit-column-gap: inherit;
        -moz-column-gap: inherit;
        column-gap: inherit;
    }
}

.footer.footer-min {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 0;
}

.footer.footer-min .footer-container {
    position: relative;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1650px) {
    .footer.footer-min .footer-container {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .footer.footer-min .footer-container {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.footer.footer-min .page-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1650px) {
    .footer.footer-min .page-nav {
        position: static;
        transform: none;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .footer.footer-min .page-nav {
        margin-bottom: 20px;
    }

    .footer.footer-min .page-nav ul {
        justify-content: flex-start;
    }
}

.footer.footer-min::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300%;
    background: rgb(1, 1, 1);
    background: linear-gradient(0deg, rgb(1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

@media (max-width: 1024px) {
    .footer.footer-min::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer.footer-min::before {
        height: 150%;
    }
}

.footer .nav-wrapper .text {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: white;
}

.footer-nav ul {
    display: flex;
    align-items: center;
}

.footer-nav ul li {
    margin-right: 25px;
}

.footer-nav ul li:last-child {
    margin-right: 0;
}

.footer-nav ul a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: white;
    transition: color 0.2s ease;
}

@media (min-width: 1025px) {
    .footer-nav ul a:hover {
        color: rgba(255, 255, 255, 0.7);
    }
}

.social-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
}

@media (max-width: 1024px) {
    .social-cards {
        grid-column-gap: 29.333vw;
        grid-row-gap: 80px;
    }
}

@media (max-width: 650px) {
    .social-cards {
        display: block;
    }
}

.social-cards__title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #888989;
}

@media (max-width: 767px) {
    .social-cards__title {
        font-size: 18px;
    }
}

.social-cards.custom {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    max-width: 50%;
}

.social-cards.custom .social-card {
    max-width: none;
    padding: 20px 15px;
    border-radius: 20px;
}

.social-cards.custom .social-card img {
    width: 30px;
    height: 30px;
    margin: 0 0 10px 0;
}

.social-cards.custom .social-card__title {
    margin-bottom: 0;
    line-height: 1;
    font-size: 22px;
}

.social-cards.custom .social-card:first-child {
    grid-column: span 2;
}

.social-cards.custom-2 {
    grid-gap: 40px;
}

.social-cards.custom-2 .social-card {
    padding: 30px 40px;
}

.social-cards.custom-2 .social-card__text {
    text-align: left;
}

.social-cards.custom-2 .social-card__group img {
    width: 72px;
    height: 72px;
    margin-left: 0;
    margin-right: 20px !important;
}

.social-cards.custom-2 .social-card__group .social-card__title {
    font-size: 35px;
    margin-bottom: 0;
}

.social-card {
    position: relative;
    top: 0;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    border-radius: 36px;
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(85, 87, 89);
    cursor: pointer;
    transition: top 0.2s ease, background-color 0.2s ease;
}

.social-card:nth-child(even) {
    margin-left: auto;
}

@media (min-width: 1025px) {
    .social-card:hover {
        top: -5px;
        background-color: rgba(255, 255, 255, 0.15);
    }
}

@media (max-width: 1024px) {
    .social-card {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .social-card {
        max-width: 51.282vw;
    }
}

@media (max-width: 650px) {
    .social-card {
        margin-bottom: 10px;
    }
}

@media (max-width: 390px) {
    .social-card {
        padding: 20px;
    }
}

.social-card__text {
    margin-bottom: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
    .social-card__text {
        margin-bottom: 10px;
    }
}

.social-card img {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px auto;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .social-card img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 650px) {
    .social-card img {
        width: 40px;
        height: 40px;
        margin: 0 0 10px 0;
    }
}

.social-card__title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 1024px) {
    .social-card__title {
        margin-bottom: 0;
        font-size: 25px;
    }
}

@media (max-width: 650px) {
    .social-card__title {
        font-size: 6.41vw;
    }
}

.social-card__group {
    display: flex;
    align-items: center;
}

.social-card__group img {
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    width: 50px;
    height: 50px;
}

.social-card__group .social-card__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .social-card__group {
        flex-direction: column;
        align-items: flex-start;
    }

    .social-card__group img {
        margin-bottom: 10px !important;
    }

    .social-card__group .social-card__title {
        font-size: 20px;
    }
}

@media (max-width: 365px) {
    .social-card__group .social-card__title {
        font-size: 16px !important;
    }
}

.social-card .text-group {
    display: flex;
    justify-content: space-between;
}

.social-card .text-group .social-card__text {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12.91px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    letter-spacing: inherit;
    text-transform: inherit;
}

@media (max-width: 1024px) {
    .social-card .text-group {
        display: none;
    }
}

.social-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 1024px) {
    .social-wrapper {
        align-items: flex-start;
    }

    .social-wrapper .social-cards {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}

@media (max-width: 767px) {
    .social-wrapper .social-card__group {
        flex-direction: row;
        align-items: center;
    }

    .social-wrapper .social-card__group img {
        margin-bottom: 0 !important;
        width: 50px !important;
        height: 50px !important;
    }

    .social-wrapper .social-card__group .social-card__title {
        font-size: 26px !important;
    }
}

@media (max-width: 640px) {
    .social-wrapper .social-cards {
        grid-gap: 10px;
    }

    .social-wrapper .social-cards .social-card {
        padding: 30px 20px;
        max-width: none;
        border-radius: 25px;
    }
}

.popup {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(1, 1, 1, 0.93);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.popup.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.popup .close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 4;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.popup .close-button .svg-icon {
    width: 30px;
    height: 30px;
    color: rgb(255, 255, 255);
    transition: color 0.2s ease;
}

@media (min-width: 1025px) {
    .popup .close-button:hover {
        background-color: #c20b01;
    }

    .popup .close-button:hover .svg-icon {
        color: white;
    }
}

@media (max-width: 767px) {
    .popup .close-button {
        top: 15px;
        right: 15px;
    }
}

.popup .popup-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 1200px;
    max-height: calc(100vh - 200px);
    width: calc(100% - 60px);
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .popup .popup-bg {
        left: auto;
        right: 30px;
        transform: translate(0, 0) translateY(-50%);
        object-position: top right;
    }
}

@media (max-width: 767px) {
    .popup .popup-bg {
        width: calc(100% - 20px);
        right: 10px;
    }
}

.popup .button {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
}

.popup .button .mark {
    margin-left: 7px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.popup .social-cards {
    display: flex;
    max-width: 575px;
}

.popup .social-card__text {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .popup .social-card__text {
        display: none;
    }
}

.popup-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-body {
    max-width: 1200px;
    padding: 130px 50px;
    width: calc(100% - 60px);
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    border-radius: 40px;
}

@media (max-width: 1024px) {
    .popup-body {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .popup-body {
        padding: 30px 20px;
        width: calc(100% - 20px);
    }
}

.popup-texts {
    max-width: 76%;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .popup-texts {
        max-width: none;
    }
}

.popup-text {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 20px;
    line-height: 33.33px;
}

.popup-text .mark {
    font-weight: 600;
}

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

@media (max-width: 767px) {
    .popup-text {
        margin-bottom: 20px;
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
        vertical-align: middle;
    }
}

.wiki-columns {
    display: grid;
    grid-template-columns: 320px auto;
    grid-gap: 40px;
    align-items: flex-start;
    padding-top: 30px;
}

@media (max-width: 1300px) {
    .wiki-columns {
        grid-template-columns: 280px auto;
        grid-gap: 20px;
    }
}

.wiki-column {
    padding: 40px 60px;
    border-radius: 40px;
    backdrop-filter: blur(20px);
    box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.08), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
    background: rgba(0, 0, 0, 0.49);
}

@media (max-width: 1200px) {
    .wiki-column {
        padding: 30px;
    }
}

.wiki-bg {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100vh;
    max-width: 1920px;
    width: 100%;
    object-fit: cover;
}

.aside {
    padding: 30px 20px;
    height: 100%;
    border-radius: 40px;
    backdrop-filter: blur(20px);
    box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.08), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
}

.aside .drop-wrapper {
    margin-bottom: 0;
}

.aside .link-wrapper {
    padding: 15px 0;
    border-bottom: 1px solid #333434;
}

.aside .link-wrapper:nth-child(2) {
    margin-top: 20px;
    border-top: 1px solid #333434;
}

.aside .aside-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid transparent;
    transition: border 0.2s ease, background-color 0.2s ease;
}

.aside .aside-link .logo {
    flex: 0 0 auto;
    margin-right: 5px;
    width: 40px;
    height: 40px;
}

.aside .aside-link .text {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: inherit;
    color: white;
    background-image: linear-gradient(90deg, #fff 70.5%, rgba(92, 91, 91, 0) 110%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1300px) {
    .aside .aside-link .text {
        font-size: 20px;
    }
}

@media (max-width: 1300px) {
    .aside .aside-link {
        margin: 0 -10px;
    }
}

@media (min-width: 1025px) {
    .aside .aside-link:hover {
        color: white;
        border: 1px solid rgb(117, 117, 119);
        background-color: rgb(58, 59, 61);
    }
}

.aside .drop-menu {
    width: 100%;
    max-width: none;
    margin-left: 0;
}

.aside .drop-menu .select {
    width: 100%;
}

.aside-menu {
    padding: 15px 0;
    border-bottom: 1px solid #333434;
}

.aside-menu:nth-child(2) {
    margin-top: 20px;
    border-top: 1px solid #333434;
}

@media (max-width: 1300px) {
    .aside-menu {
        margin: 0 -10px;
    }
}

.aside-menu .aside-menu__btn {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 5px 10px;
    margin-bottom: 2px;
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid transparent;
    transition: border 0.0001s linear, background-color 0.0001s linear;
}

.aside-menu .aside-menu__btn .logo {
    flex: 0 0 auto;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    pointer-events: none;
}

.aside-menu .aside-menu__btn .text {
    margin-right: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    color: white;
    text-transform: capitalize;
    background-image: linear-gradient(90deg, #fff 70.5%, rgba(92, 91, 91, 0) 110%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
}

@media (max-width: 1300px) {
    .aside-menu .aside-menu__btn .text {
        font-size: 20px;
    }
}

.aside-menu .aside-menu__btn .svg-icon {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    margin-left: auto;
    transform: rotate(-90deg);
    pointer-events: none;
}

.aside-menu .aside-menu__btn::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 2;
    width: 100%;
    height: calc(100% + 3px);
    border-radius: 15px;
    background: rgb(58, 59, 61);
    background: linear-gradient(270deg, rgb(58, 59, 61) 10%, rgba(255, 255, 255, 0) 50%);
    opacity: 0;
    transition: opacity 0.2s ease;
}

@media (min-width: 1025px) {
    .aside-menu .aside-menu__btn:hover {
        border: 1px solid rgb(117, 117, 119);
        background-color: rgb(58, 59, 61);
        transition: border 0.3s ease, background-color 0.3s ease;
    }

    .aside-menu .aside-menu__btn:hover::before {
        content: "";
        opacity: 1;
    }
}

.aside-menu .aside-menu__list {
    max-height: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.aside-menu.active .aside-menu__btn .svg-icon {
    transform: rotate(0);
}

.aside-menu.active .aside-menu__list {
    opacity: 1;
}

.aside-menu .aside-link {
    font-size: 14px;
    color: #b9bbbc;
    text-transform: capitalize;
}

.aside-menu .aside-link .logo {
    flex: 0 0 auto;
    margin-right: 0;
    width: 0;
    height: 18px;
    filter: saturate(0);
    opacity: 0;
    transition: all 0.3s ease;
}

.aside-menu .aside-link::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 2;
    width: 100%;
    height: calc(100% + 3px);
    border-radius: 15px;
    background: rgb(58, 59, 61);
    background: linear-gradient(270deg, rgb(58, 59, 61) 10%, rgba(255, 255, 255, 0) 50%);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.aside-menu .aside-link:last-child {
    border-bottom: 1px solid transparent;
}

@media (min-width: 1025px) {
    .aside-menu .aside-link:last-child:hover {
        border: 1px solid rgb(117, 117, 119);
        background-color: rgb(58, 59, 61);
    }

    .aside-menu .aside-link:last-child:hover::before {
        content: "";
        opacity: 1;
    }
}

.aside-menu .aside-link.active {
    pointer-events: none;
    border: 1px solid rgb(117, 117, 119);
    background-color: rgb(58, 59, 61);
    color: white;
}

.aside-menu .aside-link.active .logo {
    opacity: 1;
    margin-right: 10px;
    width: 13px;
    filter: saturate(100%);
}

.aside-menu .aside-link.active::before {
    content: "";
    opacity: 1;
}

@media (min-width: 1025px) {
    .aside-menu .aside-link:hover {
        color: white;
        border: 1px solid rgb(117, 117, 119);
        background-color: rgb(58, 59, 61);
    }

    .aside-menu .aside-link:hover .logo {
        opacity: 1;
        margin-right: 10px;
        width: 13px;
        filter: saturate(100%);
    }
}

.aside-menu .aside-menu {
    padding: 0;
    border-bottom: none;
}

.aside-menu .aside-menu:nth-child(2) {
    margin-top: inherit;
    border-top: none;
}

@media (max-width: 1300px) {
    .aside-menu .aside-menu {
        margin: 0;
    }
}

.aside-menu .aside-menu .aside-menu__btn {
    margin-left: 13px;
}

@media (max-width: 1300px) {
    .aside-menu .aside-menu .aside-menu__btn {
        margin-left: 5px;
    }
}

.aside-menu .aside-menu .aside-menu__btn .logo {
    flex: 0 0 auto;
    margin-right: 10px;
    width: 13px;
    height: 18px;
    filter: saturate(0);
    transition: all 0.3s ease;
}

.aside-menu .aside-menu .aside-menu__btn .text {
    margin-right: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: inherit;
    color: white;
    background-image: inherit;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}

.aside-menu .aside-menu .aside-menu__btn .svg-icon {
    transform: rotate(-90deg);
}

.aside-menu .aside-menu .aside-menu__btn.active {
    border: 1px solid rgb(117, 117, 119);
    background-color: rgb(58, 59, 61);
    transition: border 0.3s ease, background-color 0.3s ease;
}

.aside-menu .aside-menu .aside-menu__btn.active .logo {
    filter: saturate(100%);
}

.aside-menu .aside-menu .aside-menu__btn.active::before {
    content: "";
    opacity: 1;
}

@media (min-width: 1025px) {
    .aside-menu .aside-menu .aside-menu__btn:hover .logo {
        filter: saturate(100%);
    }
}

.aside-menu .aside-menu .aside-menu__list {
    padding-left: 35px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.aside-menu .aside-menu.active .aside-menu__btn .svg-icon {
    transform: rotate(0);
}

.aside-menu .aside-menu.active .aside-menu__list {
    opacity: 1;
}

.aside-menu .aside-menu.active .aside-menu .aside-menu__btn .svg-icon {
    transform: rotate(-90deg);
}

.aside-menu .aside-menu .aside-menu .aside-menu__btn {
    margin-left: 0;
}

.aside-menu .aside-menu .aside-menu .aside-menu__btn .svg-icon {
    transform: rotate(-90deg);
}

.aside-menu .aside-menu .aside-menu .aside-menu__btn .logo {
    opacity: 0;
    width: 0;
    margin-right: 0;
}

.aside-menu .aside-menu .aside-menu .aside-menu__btn .text {
    font-size: 14px;
    color: #B9BBBC;
}

.aside-menu .aside-menu .aside-menu .aside-menu__btn.active .text {
    color: white;
}

.aside-menu .aside-menu .aside-menu .aside-menu__btn.active .logo {
    opacity: 1;
    margin-right: 10px;
    width: 13px;
}

@media (min-width: 1025px) {
    .aside-menu .aside-menu .aside-menu .aside-menu__btn:hover .text {
        color: white;
    }

    .aside-menu .aside-menu .aside-menu .aside-menu__btn:hover .logo {
        opacity: 1;
        margin-right: 10px;
        width: 13px;
    }
}

.aside-menu .aside-menu .aside-menu .aside-menu__list {
    padding-left: 22px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.aside-menu .aside-menu .aside-menu.active .aside-menu__btn .svg-icon {
    transform: rotate(0);
}

.aside-menu .aside-menu .aside-menu.active .aside-menu__list {
    opacity: 1;
}

.aside-menu .aside-menu .aside-menu.active .aside-menu .aside-menu__btn .svg-icon {
    transform: rotate(-90deg);
}

.aside-menu .aside-menu .aside-menu .aside-menu .aside-menu__btn .svg-icon {
    transform: rotate(-90deg);
    fill: #b9bbbc;
}

.aside-menu .aside-menu .aside-menu .aside-menu .aside-menu__btn .text {
    font-size: 14px;
    color: #B9BBBC;
    text-transform: capitalize;
}

.aside-menu .aside-menu .aside-menu .aside-menu .aside-menu__btn.active .text {
    color: white;
}

.aside-menu .aside-menu .aside-menu .aside-menu .aside-menu__list {
    max-height: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.aside-menu .aside-menu .aside-menu .aside-menu.active .aside-menu__btn .svg-icon {
    transform: rotate(0);
}

.aside-menu .aside-menu .aside-menu .aside-menu.active .aside-menu__list {
    opacity: 1;
}

.aside-menu .aside-menu .aside-menu .aside-menu.active .aside-menu .aside-menu__btn .svg-icon {
    transform: rotate(-90deg);
}

.wiki-cards-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

@media (max-width: 1550px) {
    .wiki-cards-1 {
        grid-gap: 20px;
    }
}

@media (max-width: 1350px) {
    .wiki-cards-1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.card-1 {
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(20px);
    box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.08), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
    overflow: hidden;
}

.card-1__pic {
    position: relative;
    padding-bottom: 135.9773371105%;
}

.card-1__pic img {
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    object-fit: cover;
    filter: saturate(40%);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.card-1__pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    transition: background-color 0.2s ease, left 0.2s ease;
}

.card-1__text {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 2;
    max-width: 80%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 1.56vw;
    line-height: 1.5;
    letter-spacing: 0.6px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    transition: bottom 0.2s ease;
}

@media (min-width: 1921px) {
    .card-1__text {
        font-size: 30px;
    }
}

@media (max-width: 1350px) {
    .card-1__text {
        line-height: 1.3;
        font-size: 2.5vw;
    }
}

@media (max-width: 767px) {
    .card-1__text {
        font-size: 26px;
    }
}

@media (min-width: 1025px) {
    .card-1:not(.not-hover):hover .card-1__pic img {
        filter: saturate(100%);
    }

    .card-1:not(.not-hover):hover .card-1__pic::before {
        content: "";
        background-color: rgba(0, 0, 0, 0);
    }

    .card-1:not(.not-hover):hover .card-1__text {
        bottom: 45px;
    }
}

.drop-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    flex: 0 0 auto;
    margin-left: 30px;
    height: fit-content;
    border-radius: 15px;
    box-shadow: 8px 8px 8px 0 rgba(255, 255, 255, 0.05), -8px -8px 8px 0 rgba(255, 255, 255, 0.05);
}

.drop-menu.active .select {
    border-radius: 14px 14px 0 0;
    border-bottom: none;
}

.drop-menu.active .select .svg-icon {
    transform: rotate(180deg);
}

.drop-menu.active .options {
    opacity: 1;
    visibility: visible;
}

.drop-menu .select {
    position: relative;
    padding: 0 15px !important;
    height: 44px !important;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-gap: 10px;
    overflow: hidden;
    will-change: padding;
    width: 100%;
    border: 1px solid rgb(84, 84, 85);
    background-color: rgb(52, 54, 55);
    border-radius: 14px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    color: white;
    transition: background-color 0.2s ease, color 0.2s ease, border-radius 0.2s ease;
}

.drop-menu .select .svg-icon {
    position: relative;
    z-index: 5;
    width: 12px;
    margin-left: auto;
    fill: white;
    transition: color 0.2s ease, transform 0.2s ease;
}

.drop-menu .select .text {
    z-index: 5;
    white-space: nowrap;
}

.drop-menu .select .effect {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: block;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 100%;
    background-color: rgb(62, 65, 67);
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease;
}

@media (max-width: 1024px) {
    .drop-menu .select .effect {
        display: none;
    }
}

@media (min-width: 1025px) {
    .drop-menu .select:hover .effect {
        width: 102%;
        height: 102%;
        border-radius: 10px;
        opacity: 1;
    }
}

.drop-menu .options {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 50;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgb(52, 54, 55);
    border-radius: 0 0 15px 15px;
    border: 1px solid rgb(84, 84, 85);
    border-top: none;
    opacity: 0;
    visibility: hidden;
    color: white;
    transition: border-radius 0.2s ease, visibility 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 767px) {
    .drop-menu .options {
        padding: 5px 0px;
    }
}

.drop-menu .option {
    position: relative;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.drop-menu .option::before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 15px;
    width: calc(50% - 30px);
    height: 1px;
    background-color: grey;
    opacity: 0;
    transition: width 0.2s ease, opacity 0.2s ease;
}

.drop-menu .option.active {
    pointer-events: none;
}

.drop-menu .option.active::before {
    content: "";
    width: calc(100% - 30px);
    opacity: 1;
}

@media (min-width: 1025px) {
    .drop-menu .option:hover::before {
        content: "";
        width: calc(100% - 30px);
        opacity: 1;
    }
}

.drop-wrapper {
    margin-bottom: 20px;
}

.drop-label {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.5);
}

.drop-label.under-menu {
    margin-bottom: 0;
    margin-top: 10px;
}

.cards-2 {
    display: grid;
    grid-gap: 20px;
}

.card-2 {
    border-radius: 26px;
    border: 1px solid rgb(84, 84, 85);
    background-color: #050909;
}

.card-2__head {
    position: relative;
    height: 130px;
    padding: 0 50px;
    overflow: hidden;
    border-radius: 25px;
    border: 1px solid rgb(39, 39, 39);
    box-shadow: 8px 15px 20px 0 rgba(123, 186, 201, 0.08), -8px -18px 18px 0 rgba(123, 186, 201, 0.1);
    background: #010101;
    cursor: pointer;
}

.card-2__head img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    pointer-events: none;
    opacity: 0.7;
    filter: saturate(40%);
    transition: all 0.2s ease;
}

.card-2__head .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 800;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #999 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease;
}

@media (max-width: 1650px) {
    .card-2__head .title {
        left: 0;
        transform: translate(40px, -50%);
    }
}

.card-2__head .text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 20px;
    line-height: 105%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all 0.2s ease;
}

.card-2__head .text .svg-icon {
    margin-left: 10px;
    width: 12px;
}

@media (max-width: 1650px) {
    .card-2__head .text {
        left: 0;
        transform: translateX(40px);
    }
}

@media (min-width: 1025px) {
    .card-2__head:hover img {
        opacity: 1;
        filter: saturate(100%);
    }

    .card-2__head:hover .title {
        transform: translate(-50%, -50%) scale(1.05);
    }
}

@media (min-width: 1025px) and (max-width: 1650px) {
    .card-2__head:hover .title {
        transform: translate(40px, -50%) scale(1.05);
    }
}

@media (min-width: 1025px) {
    .card-2__head:hover .text {
        bottom: 15px;
        opacity: 1;
    }
}

.card-2__body {
    padding: 0 50px;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    border-radius: 0 0 26px 26px;
    transition: all 0.5s ease-in-out, padding 0.3s ease 0.2s;
}

.card-2.active .card-2__head img {
    opacity: 1;
    filter: saturate(100%);
}

.card-2.active .card-2__head .title {
    left: 0;
    transform: translate(50px, -50%) scale(1.05);
    transition: all 0.5s ease;
}

@media (max-width: 1650px) {
    .card-2.active .card-2__head .title {
        transform: translate(40px, -50%) scale(1.05);
    }
}

.card-2.active .card-2__head .text {
    opacity: 0;
}

.card-2.active .card-2__body {
    padding: 40px 50px;
    opacity: 1;
    transition: all 0.5s ease-in-out, padding 0.3s ease;
}

@media (max-width: 1450px) {
    .card-2.active .card-2__body {
        padding: 40px;
    }
}

.card-2 .links-wrapper {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.card-2 .links-wrapper.active {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.cards-3 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
}

@media (max-width: 1650px) {
    .cards-3 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1450px) {
    .cards-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.card-3 {
    position: relative;
    bottom: 0;
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    border-radius: 25px;
    border: 1px solid rgb(84, 84, 85);
    overflow: hidden;
    transition: all 0.2s ease;
}

.card-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease;
}

.card-3 img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.card-3 .title {
    position: relative;
    top: 0;
    z-index: 11;
    width: 100%;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 105%;
    text-transform: capitalize;
    text-align: center;
    color: white;
    transition: all 0.2s ease;
}

.card-3 .text {
    position: relative;
    top: 0;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    visibility: visible;
    transition: all 0.2s ease;
}

.card-3 .text .svg-icon {
    margin-left: 5px;
    width: 10px;
}

.card-3.active {
    bottom: 8px;
    pointer-events: none;
    box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.08), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
}

.card-3.active::before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.card-3.active .text {
    position: relative;
    top: 50px;
}

.card-3.active .title {
    position: relative;
    top: 20px;
}

.card-3.not-active::before {
    content: "";
    z-index: 12;
    background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 1025px) {
    .card-3:hover {
        bottom: 8px;
        padding: 25px 15px;
        box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.08), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
    }

    .card-3:hover::before {
        content: "";
        background-color: rgba(0, 0, 0, 0);
    }
}

.links-label {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    color: rgba(255, 255, 255, 0.5);
}

.links-label .mark {
    color: white;
    font-weight: 500;
}

.links-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 20px;
}

@media (max-width: 1650px) {
    .links-list {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 15px;
    }
}

@media (max-width: 1450px) {
    .links-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.links-list a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    transition: all 0.2s ease;
}

.links-list a img {
    position: relative;
    z-index: 1;
    margin-right: 12px;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    transition: all 0.2s ease;
}

.links-list a .text {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 18px;
    line-height: 83%;
    text-align: center;
    color: black;
}

.links-list a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 70%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: width 0.2s ease, opacity 0.2s ease;
}

@media (min-width: 1025px) {
    .links-list a:hover::before {
        content: "";
        width: 100%;
        opacity: 1;
    }

    .links-list a:hover img {
        margin-right: 15px;
    }
}

.head-block {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.head-block .search {
    margin-right: auto;
    height: 67px;
    max-width: none;
    width: 400px;
    flex: 0 0 auto;
}

@media (max-width: 1700px) {
    .head-block {
        flex-direction: column;
        align-items: flex-end;
    }

    .head-block .search {
        max-width: none;
        width: 300px;
        height: 44px;
        margin-right: inherit;
        margin-bottom: 20px;
        border-radius: 15px;
        box-shadow: none;
    }

    .head-block .filter-block {
        width: 100%;
        margin-left: 0;
    }
}

.search {
    display: flex;
    border: 1px solid rgb(84, 84, 85);
    border-radius: 25px;
    max-width: 400px;
    width: 100%;
    height: 44px;
    box-shadow: 8px 8px 8px 0 rgba(255, 255, 255, 0.05), -8px -8px 8px 0 rgba(255, 255, 255, 0.05);
    background-color: rgb(52, 54, 55);
}

.search input {
    width: 100%;
    height: 100%;
    padding: 10px 5px 10px 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: white;
}

.search input::placeholder {
    color: #AFAFAF;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.2s ease;
}

@media (max-width: 1700px) {
    .search input {
        font-size: 14px;
    }

    .search input::placeholder {
        font-size: 14px;
    }
}

@media (min-width: 1025px) {
    .search input:hover::placeholder {
        color: white;
    }
}

.search button {
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
}

.search button .svg-icon {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    color: #AFAFAF;
    transition: all 0.2s ease;
}

@media (min-width: 1025px) {
    .search button:hover .svg-icon {
        transform: scale(1.05);
        color: #ffffff;
    }
}

.filter-block {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
    margin-left: 40px;
}

.filter-block .drop-wrapper {
    margin-bottom: 0;
}

.filter-block .drop-wrapper:first-child {
    margin-left: 0;
}

.filter-block .drop-wrapper .drop-menu {
    margin-left: 0;
}

@media (max-width: 1700px) {
    .filter-block {
        column-gap: 20px;
    }
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.chip {
    position: relative;
    z-index: 1;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 12px;
    border: 1px solid #FEFEFE;
    background-color: #272727;
    transition: all 0.2s ease;
}

.chip .text {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #979899 !important;
}

.chip::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 1;
    width: 50%;
    height: calc(100% + 2px);
    pointer-events: none;
    border-radius: 12px;
    background: #272727;
    background: linear-gradient(270deg, #272727 0%, rgba(255, 255, 255, 0) 100%);
}

.cards-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 25px;
}

@media (max-width: 1880px) {
    .cards-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1550px) {
    .cards-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.card-4 {
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 25px;
    border: 1px solid rgb(84, 84, 85);
    box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.1), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
    background-color: #010101;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.card-4 .chips {
    flex-direction: column;
    gap: 5px;
}

.card-4 .chip {
    max-width: fit-content;
    flex: 0 0 auto;
    padding: 4px 8px;
}

.card-4 .chip .text {
    text-align: left;
    line-height: 1.3;
    text-transform: inherit;
    font-size: 9px !important;
    color: #979899;
}

.card-4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: rgb(1, 1, 1);
    background: linear-gradient(0deg, #222121 0%, rgba(1, 1, 1, 0) 36.61%);
    pointer-events: none;
}

.card-4 .title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.1px;
    text-transform: inherit;
    color: white;
}

.card-4__head {
    position: relative;
    z-index: 2;
    flex: 1 0 auto;
    display: grid;
    grid-template-columns: 80px auto;
    grid-column-gap: 20px;
    margin-bottom: 10px;
}

.card-4__head .chips {
    margin-right: 0;
}

.card-4__body {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 80px auto;
    grid-column-gap: 20px;
    align-items: flex-end;
}

.card-4__logo {
    position: relative;
    padding: 8px 6px;
    width: 78px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 7px;
    box-shadow: 8px 17px 17px 0 rgba(123, 186, 201, 0.1), -6px -11px 11px 0 rgba(123, 186, 201, 0.1);
    background: linear-gradient(222deg, #2b4a63 0.5%, #000208 100%);
}

.card-4__logo img {
    width: 68px;
    height: 68px;
    border-radius: 6px;
    object-fit: contain;
}

.card-4__logo .logo-border {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 0;
    object-fit: contain;
}

.card-4__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-4__list li {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
    color: #979899;
}

.card-4__list li:last-child {
    margin-bottom: 0;
}

.card-4__list li .mark {
    color: #ffffff;
}

.card-4.custom {
    padding: 15px 20px;
    box-shadow: 5px 5px 5px 0 rgba(123, 186, 201, 0.1), -5px -5px 5px 0 rgba(123, 186, 201, 0.1);
}

.card-4.custom .card-4__body {
    align-items: inherit;
}

.card-4.custom .card-4__body .group {
    display: flex;
    flex-direction: column;
}

.card-4.custom .card-4__body .title {
    flex: 1 0 auto;
    margin-bottom: auto;
}

.card-4.custom .card-4__list li {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #b3b3b3;
}

.card-4.custom .card-4__list li .mark {
    position: relative;
    top: 4px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 45px;
    line-height: 1;
    letter-spacing: -0.05em;
    background: linear-gradient(0deg, #252525 0%, #666 59.71%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-4.custom-body .card-4__body {
    align-items: center;
}

@media (min-width: 1025px) {
    .card-4:hover {
        background-color: #282B2D;
        transform: scale(1.02);
    }

    .card-4:hover::before {
        content: "";
        background: linear-gradient(0deg, rgba(117, 117, 117, 0.2) 0%, rgba(70, 70, 70, 0) 36.61%);
    }

    .card-4:hover .chip {
        background-color: #636363;
    }

    .card-4:hover.custom::before {
        content: "";
        background: linear-gradient(0deg, #222121 0%, rgba(1, 1, 1, 0) 36.61%);
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
}

.breadcrumbs li {
    margin-right: 5px;
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs li:last-child a,
.breadcrumbs li:last-child p {
    background: linear-gradient(83deg, #fff 70.5%, #5c5b5b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumbs a,
.breadcrumbs p {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-transform: capitalize;
}

.breadcrumbs a {
    transition: color 0.2s ease;
}

@media (min-width: 1025px) {
    .breadcrumbs a:hover {
        color: #979899;
    }
}

.breadcrumbs p {
    pointer-events: none;
}

.card-info,
.card-block {
    padding: 30px 50px;
    grid-column: span 2;
    margin-bottom: 20px;
    border-radius: 25px;
    backdrop-filter: blur(1px);
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1200px) {

    .card-info,
    .card-block {
        padding: 30px 50px;
    }
}

.card-info .back-button,
.card-block .back-button {
    margin-left: auto;
}

@media (max-width: 1400px) {

    .card-info .back-button,
    .card-block .back-button {
        margin-bottom: 20px;
        margin-left: inherit;
    }
}

.card-info__row,
.card-block__row {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(136, 136, 136, 0.5);
}

.card-info__row:last-child,
.card-block__row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

@media (max-width: 1400px) {

    .card-info__row,
    .card-block__row {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .card-info__row.custom,
    .card-block__row.custom {
        flex-direction: column-reverse;
    }

    .card-info__row.custom .card-block__title,
    .card-block__row.custom .card-block__title {
        margin-bottom: 0 !important;
        margin-right: 20px !important;
    }
}

.card-info__row-group,
.card-block__row-group {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.card-info__title,
.card-block__title {
    display: flex;
    align-items: center;
    margin-right: 60px;
    flex: 0 0 auto;
}

@media (max-width: 1400px) {

    .card-info__title,
    .card-block__title {
        margin-right: 20px;
    }
}

@media (max-width: 1400px) {

    .card-info__title,
    .card-block__title {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.card-info__title img,
.card-block__title img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.card-info__title .text,
.card-block__title .text {
    font-weight: 800;
    font-size: 25px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #e8e8e8;
}

@media (max-width: 1200px) {

    .card-info__title .text,
    .card-block__title .text {
        font-size: 20px;
    }
}

.card-info__title.custom-opacity,
.card-block__title.custom-opacity {
    opacity: 0;
}

@media (max-width: 1200px) {

    .card-info__title.custom-opacity,
    .card-block__title.custom-opacity {
        display: none;
    }
}

.card-info__list,
.card-block__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 15px;
    margin-right: 40px;
}

.card-info__list:last-child,
.card-block__list:last-child {
    margin-right: 0;
}

@media (max-width: 1200px) {

    .card-info__list,
    .card-block__list {
        column-gap: 20px;
        row-gap: 20px;
    }
}

.card-info__list a,
.card-block__list a {
    position: relative;
    border-radius: 12px;
    padding: 10px 20px;
    background-color: rgba(70, 70, 70, 0.6);
    border: 1px solid rgb(118, 120, 121);
    font-weight: 600;
    font-size: 22px;
    line-height: 95%;
    text-transform: capitalize;
    text-align: center;
    color: #e8e8e8;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.card-info__list a::before,
.card-block__list a::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 1;
    width: 20%;
    height: calc(100% + 2px);
    pointer-events: none;
    border-radius: 12px;
    background: #272727;
    background: linear-gradient(270deg, rgb(70, 70, 70) 0%, rgba(255, 255, 255, 0) 100%);
}

.card-info__list a::after,
.card-block__list a::after {
    content: "";
    position: absolute;
    top: -1px;
    right: 60%;
    z-index: -1;
    width: 100%;
    height: calc(100% + 2px);
    pointer-events: none;
    opacity: 0;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(117, 117, 117, 0.6) 0%, rgba(70, 70, 70, 0.6) 36.61%);
    transition: right 0.2s ease, opacity 0.2s ease;
}

@media (min-width: 1025px) {

    .card-info__list a:hover,
    .card-block__list a:hover {
        transform: scale(1.05);
    }

    .card-info__list a:hover::after,
    .card-block__list a:hover::after {
        content: "";
        right: -1px;
        opacity: 1;
    }
}

@media (max-width: 1200px) {

    .card-info__list a,
    .card-block__list a {
        padding: 5px 12px;
        font-weight: 500;
        font-size: 16px;
    }
}

.cards-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}

.cards-5 .card-info,
.cards-5 .card-block {
    max-height: 0;
    opacity: 0;
    padding: 0px 60px;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out, padding 0.3s ease 0.2s, margin-bottom 0.2s ease;
}

@media (max-width: 1200px) {

    .cards-5 .card-info,
    .cards-5 .card-block {
        padding: 0 50px;
    }
}

.cards-5 .card-info.active,
.cards-5 .card-block.active {
    opacity: 1;
    padding: 30px 60px;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out, padding 0.3s ease-in-out, margin-bottom 0.2s ease;
}

@media (max-width: 1200px) {

    .cards-5 .card-info.active,
    .cards-5 .card-block.active {
        padding: 30px 50px;
    }
}

@media (max-width: 1650px) {
    .cards-5 {
        display: contents;
        flex-direction: column;
        grid-template-columns: inherit;
        grid-gap: inherit;
    }

    .cards-5 .card-5.notebook-order-1 {
        order: 1;
    }

    .cards-5 .card-info.notebook-order-2,
    .cards-5 .card-block.notebook-order-2 {
        order: 2;
    }

    .cards-5 .card-5.notebook-order-3 {
        order: 3;
    }

    .cards-5 .card-info.notebook-order-4,
    .cards-5 .card-block.notebook-order-4 {
        order: 4;
    }

    .cards-5 .card-5.notebook-order-5 {
        order: 5;
    }

    .cards-5 .card-info.notebook-order-6,
    .cards-5 .card-block.notebook-order-6 {
        order: 6;
    }

    .cards-5 .card-5.notebook-order-7 {
        order: 7;
    }

    .cards-5 .card-info.notebook-order-8,
    .cards-5 .card-block.notebook-order-8 {
        order: 8;
    }

    .cards-5 .card-5.notebook-order-9 {
        order: 9;
    }

    .cards-5 .card-info.notebook-order-10,
    .cards-5 .card-block.notebook-order-10 {
        order: 10;
    }
}

.card-5 {
    position: relative;
    margin-bottom: 20px;
    border-radius: 26px;
    border: 1px solid rgb(84, 84, 85);
    background-color: #050909;
    position: relative;
    height: 230px;
    padding: 0 50px;
    overflow: hidden;
    border-radius: 25px;
    border: 1px solid rgb(84, 84, 85);
    box-shadow: 8px 15px 20px 0 rgba(123, 186, 201, 0.08), -8px -18px 18px 0 rgba(123, 186, 201, 0.1);
    background: #010101;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .card-5 {
        height: 180px;
    }
}

.card-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease;
}

.card-5.not-active::before {
    content: "";
    z-index: 12;
    background-color: rgba(0, 0, 0, 0.6);
}

.card-5.active img {
    opacity: 1;
    filter: saturate(100%);
}

.card-5.active .title {
    transform: translateY(-50%) scale(1.05);
}

.card-5.width-100 {
    grid-column: span 2;
}

.card-5.width-100 img {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.card-5 img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    pointer-events: none;
    opacity: 0.7;
    filter: saturate(40%);
    transition: all 0.2s ease;
}

.card-5 .title {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    font-weight: 800;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #999 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s linear;
}

.card-5 .text {
    position: absolute;
    bottom: 10px;
    left: 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 105%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all 0.2s ease;
}

.card-5 .text .svg-icon {
    margin-left: 10px;
    width: 12px;
}

@media (max-width: 1650px) {
    .card-5 .text {
        left: 0;
        transform: translateX(40px);
    }
}

@media (min-width: 1025px) {
    .card-5:hover img {
        opacity: 1;
        filter: saturate(100%);
    }

    .card-5:hover .title {
        transform: translateY(-50%) scale(1.05);
    }

    .card-5:hover .text {
        bottom: 15px;
        opacity: 1;
    }

    .card-5:hover.not-active::before {
        content: "";
        background-color: rgba(0, 0, 0, 0);
        transition: background-color 0.2s ease;
    }

    .card-5:hover.active .text {
        opacity: 0;
    }
}

.tab-section {
    padding: 60px;
    border-radius: 25px;
    backdrop-filter: blur(1px);
    box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.1), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
    border: 1px solid rgb(84, 84, 85);
    background: linear-gradient(0deg, #222121 0%, #010101 26.81%);
}

@media (max-width: 1300px) {
    .tab-section {
        padding: 30px;
    }
}

@media (max-width: 1200px) {
    .tab-section {
        margin: 0 -30px;
    }
}

.tab-section .second-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.tab-section .second-column .title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-align: right;
    background: linear-gradient(90deg, #fff 0%, #5c5b5b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-section .second-column .text {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: #e8e8e9;
}

.tab-section .second-column.active {
    opacity: 1;
    pointer-events: inherit;
}

.tab-section__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 490px;
    height: 424px;
}

.tab-section__head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 1500px) {
    .tab-section__head {
        margin-bottom: 30px;
    }
}

.tab-section__head .title {
    margin-bottom: 20px;
    text-transform: inherit;
    font-weight: 600;
    font-size: 35px;
    line-height: 120%;
    color: #e8e8e9;
}

@media (max-width: 1500px) {
    .tab-section__head .title {
        margin-bottom: 10px;
        font-size: 25px;
    }
}

.tab-section__head .text {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1500px) {
    .tab-section__head .text {
        font-size: 16px;
    }
}

.tab-section__head .group {
    margin-right: 30px;
}

.tab-section__head .chips {
    margin-left: auto;
    flex-direction: column;
    align-items: flex-end;
}

.tab-section__head .chips .chip .text {
    text-transform: inherit;
}

@media (max-width: 1500px) {
    .tab-section__head .chips {
        gap: 10px;
    }
}

.tab-section__body {
    position: relative;
    z-index: 2;
}

.tab-section__body-head {
    display: grid;
    grid-template-columns: auto 220px;
    grid-gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1700px) {
    .tab-section__body-head {
        grid-gap: 20px;
    }
}

@media (max-width: 1300px) {
    .tab-section__body-head {
        grid-template-columns: auto 180px;
        grid-gap: 20px;
        margin-bottom: 20px;
    }
}

.tab-section__logo {
    padding: 20px;
    width: 140px;
    height: 140px;
    margin-right: 30px;
    flex: 0 0 auto;
    border-radius: 18px;
    box-shadow: 13px 25px 25px 0 rgba(123, 186, 201, 0.1), -8px -17px 17px 0 rgba(123, 186, 201, 0.1);
    background: linear-gradient(222deg, #2b4a63 0.5%, #000208 100%);
}

.tab-section__logo img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1500px) {
    .tab-section__logo {
        width: 80px;
        height: 80px;
        padding: 10px;
    }
}

.tab-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 15px;
}

.tab-buttons.custom .tab-button {
    display: none;
}

.tab-buttons.custom .tab-button:nth-child(1),
.tab-buttons.custom .tab-button:nth-child(2),
.tab-buttons.custom .tab-button:nth-child(3),
.tab-buttons.custom .tab-button:nth-child(4),
.tab-buttons.custom .tab-button:nth-child(5),
.tab-buttons.custom .tab-button:nth-child(6),
.tab-buttons.custom .tab-button:nth-child(7),
.tab-buttons.custom .tab-button:nth-child(8),
.tab-buttons.custom .tab-button:nth-child(9),
.tab-buttons.custom .tab-button:nth-child(10) {
    display: flex;
}

.tab-buttons.custom.show-all-buttons .tab-button {
    display: flex;
}

.tab-buttons.custom.show-all-buttons .tab-button:nth-child(1),
.tab-buttons.custom.show-all-buttons .tab-button:nth-child(2),
.tab-buttons.custom.show-all-buttons .tab-button:nth-child(3),
.tab-buttons.custom.show-all-buttons .tab-button:nth-child(4) {
    display: flex;
}

.tab-buttons.custom.show-all-buttons .show-other {
    display: none;
}

.tab-button,
.show-other {
    position: relative;
    border-radius: 15px;
    padding: 0 25px;
    height: 48px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-bottom: 1px solid #4E5050;
    white-space: nowrap;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #b9bbbc;
    overflow: hidden;
    cursor: pointer;
    transition: border 0.2s ease;
}

.tab-button::before,
.show-other::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #272727;
    pointer-events: none;
    transition: top 0.4s ease, opacity 0.6s ease;
}

.tab-button.active,
.show-other.active {
    border: 1px solid #4E5050;
    pointer-events: none;
}

.tab-button.active::before,
.show-other.active::before {
    content: "";
    top: 0;
    opacity: 1;
}

@media (min-width: 1025px) {

    .tab-button:hover,
    .show-other:hover {
        border: 1px solid #4E5050;
    }

    .tab-button:hover::before,
    .show-other:hover::before {
        content: "";
        top: 0;
        opacity: 1;
        transition: top 0.2s ease, opacity 0.2s ease;
    }
}

.tab-contents.custom-width .cards-4 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    max-width: fit-content;
}

@media (max-width: 1910px) {
    .tab-contents.custom-width .cards-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1700px) {
    .tab-contents.custom-width .cards-4 {
        grid-column-gap: 20px;
    }
}

@media (max-width: 1300px) {
    .tab-contents.custom-width .cards-4 {
        max-width: none;
    }
}

.tab-content {
    opacity: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out;
}

.tab-content.active {
    padding: 10px 0;
    opacity: 1;
}

.info-list {
    max-width: 640px;
    width: 100%;
}

.info-list li {
    display: grid;
    grid-template-columns: 250px auto;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.info-list .text {
    padding: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
}

.info-list .text.mark {
    font-weight: 500;
    font-size: 18px;
}

.info-list .skills-list {
    padding: 12px;
}

.modal-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px;
}

@media (max-width: 1500px) {
    .modal-columns {
        grid-gap: 50px;
    }
}

.modal-column.align-items-end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.modal-page .modal-columns {
    margin-bottom: 30px;
}

@media (max-width: 1600px) {
    .modal-page .modal-columns {
        grid-template-columns: repeat(1, 1fr);
    }
}

.modal-page .other-bg {
    position: fixed;
    top: 0;
    right: 0;
    object-fit: cover;
}

@media (max-width: 1600px) {
    .modal-page .other-bg {
        right: -20%;
    }
}

@media (max-width: 1200px) {
    .modal-page .other-bg {
        opacity: 0.6;
    }
}

@media (max-width: 767px) {
    .modal-page .other-bg {
        top: auto;
        right: -80%;
        bottom: -30%;
    }
}

.modal-page .main {
    display: flex;
    flex-direction: column;
}

.modal-page .section {
    margin-bottom: 20px;
}

.modal-page .section.last-section {
    flex: 1 0 auto;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    body.page-404 .button {
        margin: 0 auto 50px auto;
        background-color: #010101;
        border-radius: 8px !important;
        border: 1px solid #C62E04 !important;
    }

    body.page-404 .button .btn-text {
        font-size: 18px;
    }

    body.page-404 .button::after,
    body.page-404 .button::before {
        content: "";
        display: none;
    }
}

@media (max-width: 350px) {
    body.page-404 .button .btn-text {
        font-size: 16px;
    }
}

body.page-404 .button.outline {
    margin-bottom: 50px;
}

body.page-404 .title-404 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 180px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    body.page-404 .title-404 {
        font-size: 140px;
        text-align: inherit;
    }
}

@media (max-width: 767px) {
    body.page-404 .title-404 {
        font-size: 100px;
        text-align: center;
    }
}

body.page-404 .text-404 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0px;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    body.page-404 .text-404 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    body.page-404 .text-404 {
        font-size: 26px;
        text-align: center;
    }
}

body.page-404 .other-bg {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    object-fit: cover;
}

@media (max-width: 1500px) {
    body.page-404 .other-bg {
        right: -517px;
    }
}

@media (max-width: 767px) {
    body.page-404 .other-bg {
        max-width: none;
        opacity: 0.6;
    }
}

body.page-404 .section {
    margin-top: 40px;
    margin-bottom: 50px;
}

body.page-404 .main {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.page-404 .main::before,
body.page-404 .main::after {
    content: "";
    display: none;
}

@media (max-width: 1200px) {
    body.page-404 .social-cards {
        grid-template-columns: repeat(1, 1fr);
        max-width: none;
        width: 100%;
    }

    body.page-404 .social-cards .social-card {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    body.page-404 .modal-columns {
        grid-template-columns: repeat(1, 1fr);
    }
}

.cards-6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 110px;
}

@media (max-width: 1024px) {
    .cards-6 {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 50px;
    }
}

@media (max-width: 640px) {
    .cards-6 {
        grid-gap: 10px;
    }
}

.card-6 {
    position: relative;
    z-index: 1;
    border-radius: 25px;
    padding: 40px;
    border: 1px solid #4D4D4D;
    box-shadow: 8px 15px 20px 0 rgba(123, 186, 201, 0.08), -8px -18px 18px 0 rgba(123, 186, 201, 0.1);
    background: #010101;
    overflow: hidden;
}

.card-6::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 0;
    width: 30%;
    height: calc(100% + 4px);
    pointer-events: none;
    border-radius: 12px;
    background: #272727;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.card-6 .button {
    text-align: center;
}

@media (max-width: 450px) {
    .card-6 .button {
        max-width: none;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .card-6 {
        padding: 30px 20px;
    }
}

.card-6__bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

@media (max-width: 1400px) {
    .card-6__bg {
        right: -170px;
    }
}

@media (max-width: 1024px) {
    .card-6__bg {
        right: -100px;
    }
}

@media (max-width: 767px) {
    .card-6__bg {
        right: -100px;
        opacity: 0.4;
    }
}

.card-6__body {
    position: relative;
    z-index: 2;
    max-width: 58%;
}

@media (max-width: 1400px) {
    .card-6__body {
        max-width: 80%;
    }
}

@media (max-width: 1024px) {
    .card-6__body {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .card-6__body {
        max-width: none;
    }
}

.card-6__title {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #fff 70.5%, #5c5b5b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .card-6__title {
        font-size: 26px;
    }
}

.card-6__text {
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #bcbaba;
}

@media (max-width: 767px) {
    .card-6__text {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

.wrap-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wrap-checkbox .checkbox {
    margin-right: 20px;
}

@media (max-width: 600px) {
    .wrap-checkbox {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .wrap-checkbox .checkbox {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.checkbox {
    display: flex;
    align-items: center;
    z-index: 6;
    background-color: transparent;
    border-radius: 4px;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox input:checked+label::before {
    background-size: 10px;
    background: #2F2F2F url("../img/done.svg") no-repeat center/14px 14px;
    z-index: 10;
}

.checkbox input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    width: 100% !important;
    width: 25px;
    height: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: rgba(232, 232, 233, 0.5);
    cursor: pointer;
    border-radius: 4px;
    transition: color 0.2s ease;
}

.checkbox input+label::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #5E5E5E;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: all 0.2s ease;
    background-image: url("../img/done.svg");
    background-size: 0;
    cursor: pointer;
    z-index: 10;
}

@media (min-width: 1025px) {
    .checkbox input+label:hover {
        color: rgba(255, 255, 255, 0.5);
    }

    .checkbox input+label:hover:before {
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
}

.checkbox .form-link {
    height: 100%;
    display: flex;
    align-items: center;
}

.modal-title {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #d9d9d9 0%, #5c5b5b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1200px) {
    .modal-title {
        margin-bottom: 30px;
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .modal-title {
        margin-bottom: 20px;
        font-size: 26px;
    }
}

.modal-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #ccc;
}

.modal-texts {
    margin-bottom: 60px;
}

.modal-texts .modal-title {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .modal-texts {
        margin-bottom: 20px;
    }
}

.form-link {
    position: relative;
    margin: 0 6px;
    padding: 2px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    background: linear-gradient(84deg, #c52d03 70%, rgba(197, 45, 3, 0.3) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s ease;
}

.form-link::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #c52d03;
    transition: width 0.2s ease;
}

@media (min-width: 1025px) {
    .form-link:hover::before {
        content: "";
        width: 80%;
    }
}

.form-link.is-dark {
    background: linear-gradient(84deg, rgba(197, 45, 3, 0.5) 70%, rgba(197, 45, 3, 0.3) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-link.is-dark::before {
    content: "";
    background-color: rgba(197, 45, 3, 0.5);
    transition: width 0.08s ease, background-color 0.08s ease;
}

@media (max-width: 767px) {
    .form-link.is-dark {
        background: linear-gradient(84deg, rgba(197, 45, 3, 0.8) 70%, rgba(197, 45, 3, 0.3) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .form-link.is-dark::before {
        content: "";
        background-color: rgba(197, 45, 3, 0.8);
    }
}

@media (min-width: 1025px) {
    .form-link.is-dark:hover {
        background: linear-gradient(84deg, rgb(197, 45, 3) 70%, rgba(197, 45, 3, 0.3) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .form-link.is-dark:hover::before {
        content: "";
        background-color: rgb(197, 45, 3);
        width: 80%;
    }
}

.form-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #757575;
}

.form-wrapper {
    padding: 40px 60px;
    border-radius: 30px;
    box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.08), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
    background: #010101;
}

.form-wrapper .tab-buttons {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .form-wrapper .tab-buttons {
        margin-bottom: 20px;
        column-gap: 10px;
    }
}

.form-wrapper .tab-button {
    height: 48px;
    font-weight: 500;
    font-size: 20px;
    color: #e8e8e9;
}

.form-wrapper .tab-button::before {
    content: "";
    z-index: 0;
    background-color: #272727;
}

.form-wrapper .tab-button .text {
    position: relative;
    z-index: 1;
}

.form-wrapper .tab-button.active {
    pointer-events: none;
}

@media (max-width: 1024px) {
    .form-wrapper {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .form-wrapper {
        padding: 20px;
        border-radius: 14px;
    }
}

.form .button {
    padding: 0 80px;
    height: 45px;
    border-radius: 12px;
    box-shadow: 3px 3px 8px rgba(208, 15, 6, 0.6);
}

@media (min-width: 1025px) {
    .form .button:hover {
        box-shadow: 3px 3px 14px rgba(208, 15, 6, 0.6);
    }
}

@media (max-width: 767px) {
    .form .button {
        padding: 0 10px;
        max-width: none;
        width: 100%;
    }
}

.form.custom {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .form.custom {
        margin-bottom: 20px;
    }
}

.form-google {
    margin-bottom: 40px;
}

.form-google .button {
    margin: 0 auto;
    padding: 10px 80px;
    height: auto;
    min-height: 45px;
    border-radius: 12px;
    box-shadow: 3px 3px 40px 0 rgba(208, 15, 6, 0.3), -3px -3px 40px 0 rgba(208, 15, 6, 0.3);
    background-color: rgba(197, 45, 3, 0.4);
    line-height: 1.3;
}

@media (max-width: 767px) {
    .form-google .button {
        padding: 10px;
        max-width: none;
        width: 100%;
    }
}

.input-wapper {
    position: relative;
    overflow: hidden;
}

.input-wapper input {
    border-radius: 12px;
    padding: 0 25px;
    height: 50px;
    width: 100%;
    border: 1px solid #5E5E5E;
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: rgb(255, 255, 255);
    transition: background-color 0.2s ease;
}

.input-wapper input::placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: rgba(232, 232, 233, 0.25);
    transition: color 0.2s ease;
}

@media (min-width: 1025px) {
    .input-wapper input:hover {
        background-color: #2F2F2F;
    }

    .input-wapper input:hover::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }
}

.input-wapper::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 1;
    width: 20%;
    height: calc(100% + 2px);
    pointer-events: none;
    border-radius: 16px;
    background: #272727;
    background: linear-gradient(270deg, rgba(39, 39, 39, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.input-wapper .show-hide {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    transform: translateY(-50%);
    display: flex;
    padding: 4px;
    cursor: pointer;
}

.input-wapper .show-hide .svg-icon {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    color: #757575;
    pointer-events: none;
    transition: color 0.2s ease;
}

@media (min-width: 1025px) {
    .input-wapper .show-hide:hover .svg-icon {
        color: #a2a2a2;
    }
}

.label-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.label-wrapper label {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: rgba(232, 232, 233, 0.5);
}

.label-wrapper .svg-icon.for-error {
    width: 16px;
    height: 16px;
    margin: 0 0 0 20px;
    opacity: 0;
    pointer-events: none;
    color: #C52D03;
}

.form-group {
    margin-bottom: 25px;
}

.form-group.error input {
    border: 1px solid #C52C02;
}

.form-group.error .svg-icon.for-error {
    opacity: 1;
}

.text-line {
    position: relative;
    margin: 40px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #757575;
}

.text-line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 45%;
    height: 1px;
    background: #757575;
    background: linear-gradient(270deg, rgb(117, 117, 117) 0%, rgba(117, 117, 117, 0) 100%);
}

.text-line:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 45%;
    height: 1px;
    background: #757575;
    background: linear-gradient(90deg, rgb(117, 117, 117) 0%, rgba(117, 117, 117, 0) 100%);
}

@media (max-width: 767px) {
    .text-line {
        margin: 20px 0;
    }

    .text-line:before {
        content: "";
        width: 40%;
    }

    .text-line::after {
        content: "";
        width: 40%;
    }
}

.testers-intro {
    max-width: 960px;
}

@media (max-width: 1024px) {
    .testers-intro {
        max-width: none;
    }
}

.testers-intro .title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 70px;
    line-height: 130%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #d9d9d9 82.13%, #5c5b5b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1024px) {
    .testers-intro .title {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 30px;
        line-height: 130%;
        text-transform: uppercase;
        background: linear-gradient(180deg, #d9d9d9 82.13%, #5c5b5b 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.testers-intro__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.testers-intro__group .text {
    margin-right: 30px;
    max-width: 50%;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #ccc;
}

.testers-intro__group .text.top {
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
    text-align: end;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: rgba(232, 232, 233, 0.5);
}

@media (max-width: 1024px) {
    .testers-intro__group {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .testers-intro__group .text {
        margin-bottom: 15px;
        max-width: none;
        margin-right: 0;
        font-size: 16px;
    }

    .testers-intro__group .text.top {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        color: #e8e8e9;
        text-align: inherit;
    }
}

.progress-number {
    padding: 16px 80px;
    backdrop-filter: blur(20px);
    box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.08), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    border: 1px solid #565656;
}

@media (max-width: 1024px) {
    .progress-number {
        margin: 0 auto;
        max-width: fit-content;
    }
}

@media (max-width: 1024px) {
    .progress-number__wrapper {
        width: 100%;
    }
}

.progress-number__text {
    text-align: center;
    font-size: 22px;
    background: linear-gradient(180deg, #c52d03 48.74%, #191c1e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

@media (max-width: 1024px) {
    .progress-number__text {
        font-size: 16px;
        background: linear-gradient(180deg, #fff 48.74%, #191c1e 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.progress-number__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    white-space: nowrap;
    text-align: center;
    background: linear-gradient(180deg, #c52d03 50.08%, #1a1c1e 99.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

@media (max-width: 1024px) {
    .progress-number__title {
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        background: linear-gradient(181deg, #fff 50.08%, #1a1c1e 99.58%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.section-table {
    margin-bottom: 100px;
}

@media (max-width: 1024px) {
    .section-table {
        margin-bottom: 50px;
    }
}

.section-table:last-child {
    margin-bottom: 0;
}

.section-table .table {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .section-table .table {
        margin-bottom: 20px;
    }
}

.section-table__title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #d9d9d9 0%, #5c5b5b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1024px) {
    .section-table__title {
        margin-bottom: 20px;
        font-size: 30px;
    }
}

.section-table__text {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #ccc;
}

.section-table__text:last-child {
    margin-bottom: 0;
}

.section-table.right-position .section-table__title {
    text-align: end;
}

.section-table.right-position .section-table__text {
    max-width: 70%;
    margin-left: auto;
    text-align: end;
}

@media (max-width: 1024px) {
    .section-table.right-position .section-table__title {
        text-align: inherit;
    }

    .section-table.right-position .section-table__text {
        max-width: none;
        margin-left: inherit;
        text-align: inherit;
    }
}

@media (max-width: 385px) {
    .table-wrapper {
        margin: 0 -15px;
        width: 100vw;
        overflow-x: auto;
    }
}

.table {
    border-spacing: 0;
    width: 100%;
}

@media (max-width: 385px) {
    .table {
        width: 700px;
    }
}

.table .table-chip {
    position: relative;
    z-index: 1;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-height: 29px;
    border-radius: 12px;
    border: 1px solid #FEFEFE;
    background-color: #272727;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.table .table-chip::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 1;
    width: 35%;
    height: calc(100% + 2px);
    pointer-events: none;
    border-radius: 12px;
    background: #272727;
    background: linear-gradient(270deg, rgba(39, 39, 39, 0.6705882353) 0%, rgba(255, 255, 255, 0) 100%);
}

.table thead th {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid #010101;
    position: relative;
    padding: 15px 25px;
    text-align: inherit;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    vertical-align: middle;
    color: white;
}

.table thead th::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 30px);
    background-color: #757575;
}

.table thead th.text-nowrap {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .table thead th.text-nowrap {
        white-space: inherit;
    }
}

.table thead th:first-child {
    padding: 15px 25px 15px 50px;
    border-radius: 25px 0 0 0;
}

.table thead th:first-child::before {
    content: "";
    left: 35px;
}

.table thead th:last-child {
    padding: 15px 50px 15px 25px;
    border-radius: 0 25px 0 0;
}

@media (max-width: 767px) {
    .table thead th {
        padding: 10px 7px;
        font-size: 12px;
    }

    .table thead th::before {
        content: "";
        left: 0;
        height: calc(100% - 20px);
    }

    .table thead th:first-child {
        padding: 10px 7px 10px 15px;
        border-radius: 15px 0 0 0;
    }

    .table thead th:first-child::before {
        content: "";
        left: 8px;
    }

    .table thead th:last-child {
        padding: 10px 7px;
        border-radius: 0 15px 0 0;
    }
}

@media (max-width: 385px) {
    .table thead th:first-child {
        border-radius: 0;
    }

    .table thead th:last-child {
        border-radius: 0;
    }
}

.table tbody {
    padding: 0 25px;
}

@media (max-width: 767px) {
    .table tbody {
        padding: 0;
    }
}

.table tbody tr:last-child td {
    border-bottom: none;
}

.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 25px;
}

@media (max-width: 767px) {
    .table tbody tr:last-child td:first-child {
        border-radius: 0 0 0 15px;
    }
}

@media (max-width: 385px) {
    .table tbody tr:last-child td:first-child {
        border-radius: 0;
    }
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0 25px 0;
}

@media (max-width: 767px) {
    .table tbody tr:last-child td:last-child {
        border-radius: 0 0 15px 0;
    }
}

@media (max-width: 385px) {
    .table tbody tr:last-child td:last-child {
        border-radius: 0;
    }
}

.table tbody td {
    position: relative;
    padding: 10px 25px;
    border-bottom: 2px solid #010101;
    background: rgba(255, 255, 255, 0.12);
    font-weight: 600;
    font-size: 16px;
    color: #f2f2f7;
    line-height: 1.3;
    vertical-align: middle;
}

.table tbody td::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 30px);
    background-color: #757575;
}

.table tbody td.text-nowrap {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .table tbody td.text-nowrap {
        white-space: inherit;
    }
}

.table tbody td:first-child {
    padding: 15px 25px 15px 50px;
}

.table tbody td:first-child::before {
    content: "";
    left: 35px;
}

.table tbody td:last-child {
    padding: 15px 50px 15px 25px;
}

@media (max-width: 767px) {
    .table tbody td {
        padding: 6px 7px;
        font-size: 12px;
    }

    .table tbody td::before {
        content: "";
        left: 0;
        height: calc(100% - 12px);
    }

    .table tbody td:first-child {
        padding: 6px 7px 6px 15px;
    }

    .table tbody td:first-child::before {
        content: "";
        left: 7px;
    }

    .table tbody td:last-child {
        padding: 6px 7px 6px 7px;
    }
}

.testers-content {
    max-width: 960px;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .testers-content {
        max-width: none;
        margin-left: inherit;
    }
}

.single-card {
    display: block;
    padding: 40px 20px;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.08), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
    background: #010101;
    border: 1px solid #4d4d4d;
    border-radius: 36px;
    transition: all 0.2s ease;
}

@media (max-width: 1024px) {
    .single-card {
        padding: 40px 15px;
    }
}

.single-card .button {
    padding: 0 90px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .single-card .button {
        padding: 0 10px;
        max-width: none;
    }
}

.single-card__head {
    position: relative;
    top: 0;
    margin-bottom: 40px;
    transition: top 0.2s ease;
}

.single-card__head .title {
    max-width: none;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(90deg, #fff 70.5%, #5c5b5b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: letter-spacing 0.2s ease;
}

@media (max-width: 1024px) {
    .single-card__head .title {
        font-size: 30px;
    }
}

.single-card__head .text {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 17px;
    line-height: 152%;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(90deg, #fff 81%, rgba(255, 255, 255, 0.2) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: letter-spacing 0.2s ease;
}

@media (max-width: 385px) {
    .single-card__head .text {
        font-size: 14px;
    }
}

.single-card__logo {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px auto;
}

.single-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: saturate(0%);
    transition: filter 0.2s ease;
}

@media (max-width: 1024px) {
    .single-card__logo {
        width: 60px;
        height: 60px;
    }
}

.single-card__body {
    position: relative;
    top: 0;
    transition: top 0.2s ease;
}

.single-card__pic {
    position: relative;
    width: 100%;
    height: 260px;
}

.single-card__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    filter: saturate(50%);
    transition: filter 0.2s ease;
}

@media (max-width: 767px) {
    .single-card__pic img {
        object-fit: cover;
    }
}

@media (max-width: 1024px) {
    .single-card__pic {
        height: 200px;
    }
}

@media (min-width: 1025px) {
    .single-card:hover {
        box-shadow: 15px 30px 30px 0 rgba(123, 186, 201, 0.12), -10px -20px 20px 0 rgba(123, 186, 201, 0.1);
    }

    .single-card:hover .single-card__logo img {
        filter: saturate(100%);
    }

    .single-card:hover .single-card__pic img {
        filter: saturate(150%);
    }

    .single-card:hover .single-card__head {
        top: 5px;
    }

    .single-card:hover .button {
        letter-spacing: 1.5px;
    }
}

.testers-bg-1 {
    position: absolute;
    top: -190px;
    right: 0;
    z-index: -1;
    border-radius: 100px;
}

@media (max-width: 1800px) {
    .testers-bg-1 {
        right: -500px;
    }
}

@media (max-width: 767px) {
    .testers-bg-1 {
        top: -200px;
        right: -400px;
        transform: scale(0.8);
    }
}

.testers-bg-2 {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
}

@media (max-width: 1500px) {
    .testers-bg-2 {
        left: -300px;
    }
}

@media (max-width: 1024px) {
    .testers-bg-2 {
        top: 200px;
        left: auto;
        right: -900px;
    }
}

@media (max-width: 767px) {
    .testers-bg-2 {
        top: -300px;
        right: -820px;
        transform: scale(0.6);
    }
}

.testers-bg-3 {
    position: absolute;
    bottom: -220px;
    left: 0;
    z-index: -1;
    width: 100%;
}

@media (max-width: 1600px) {
    .testers-bg-3 {
        bottom: -170px;
    }
}

@media (max-width: 1024px) {
    .testers-bg-3 {
        bottom: -120px;
    }
}

@media (max-width: 767px) {
    .testers-bg-3 {
        bottom: -80px;
    }
}

@media (max-width: 460px) {
    .testers-bg-3 {
        bottom: -60px;
    }
}

.skills-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skills-item {
    display: flex !important;
    align-items: center;
    border-bottom: none !important;
}

.skills-item__pic {
    position: relative;
    width: 64px;
    height: 64px;
    margin-right: 10px;
    flex: 0 0 auto;
}

.skills-item__pic .pic-border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
}

.skills-item__pic .picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: contain;
}

.skills-item__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 23.4px;
    letter-spacing: 0%;
    color: #B3B3B3;
}

a.skills-item__text {
    cursor: pointer;
    transition: color 0.2s ease;
}

@media (min-width: 1025px) {
    a.skills-item__text:hover {
        color: white;
    }
}

.wave-hover {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in;
}

.wave-hover * {
    pointer-events: none;
}

.wave {
    background: rgba(62, 41, 45, 0.4862745098);
    border-radius: 60px;
    transform: scale(0);
    animation: wave 0.3s ease-in;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

@keyframes wave {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.card-4__logo .logo-border {
    border-radius: 10px;
}

.card-info__list a,
.card-block__list a {
    cursor: pointer;
}


@media (min-width: 1651px) {
    .mobile {
        display: none !important;
    }
}

@media (max-width: 1650px) {
    .desktop {
        display: none !important;
    }
}

.disable {
    opacity: 0.4 !important;
}