@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, 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")
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

@font-face {
    font-display: swap;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/nunito-sans-v15-cyrillic-ext_latin-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/nunito-sans-v15-cyrillic-ext_latin-700.woff2) format("woff2")
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 16px;
    min-height: 100vh;
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

body {
    background: #0c0608;
    color: #f5f5f5;
    font-family: Nunito Sans, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 91px 0 0
}

@media (max-width: 992px) {
    body.show-menu {
        overflow: hidden
    }
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px
}

@media (max-width: 576px) {
    .container {
        padding: 0 12px
    }
}

.btn {
    border-radius: 12px;
    display: inline-block;
    font-family: Nunito Sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.btn--red {
    background: linear-gradient(180deg, #8e1c1c, #c3372e)
}

.btn--red, .btn--red:visited {
    color: #f5f5f5
}

.btn--red:hover {
    background: linear-gradient(180deg, #9f0808, #e42317)
}

.btn--green {
    background: linear-gradient(180deg, #145923, #738d28)
}

.btn--green, .btn--green:visited {
    color: #f5f5f5
}

.btn--green:hover {
    background: linear-gradient(180deg, #127929, #87aa22)
}

.btn--grey {
    background: linear-gradient(180deg, #c7c7c7, #f5f5f5)
}

.btn--grey, .btn--grey:visited {
    color: #0b0708
}

.btn--grey:hover {
    background: linear-gradient(180deg, #dbcece, #fff);
    color: #e42317
}

.header {
    background: #0c0608;
    height: 91px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10
}

.header .logo img {
    display: block
}

.header-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between
}

.header-user {
    display: flex
}

.header-user .reg {
    margin-left: 12px
}

@media (max-width: 576px) {
    .header-user .reg {
        display: none
    }
}

@media (max-width: 1280px) {
    .header-menu-container {
        background: #110e0e;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        left: -268px;
        padding: 16px 40px;
        position: fixed;
        top: 0;
        transition: left .3s;
        width: 268px;
        z-index: 9
    }

    .header-menu-container.show {
        left: 0
    }
}

.header-menu-container .logo {
    display: none
}

@media (max-width: 1280px) {
    .header-menu-container .logo {
        display: block
    }
}

.header-menu-container .logo img {
    margin: 0 auto
}

.header-menu {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 1280px) {
    .header-menu {
        flex-direction: column;
        margin-top: 60px
    }
}

.header-menu a, .header-menu span {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%
}

.header-menu a {
    color: #f5f5f5;
    text-decoration: none
}

.header-menu a:visited {
    color: #f5f5f5
}

.header-menu a:hover {
    color: #e42317
}

.header-menu span {
    color: #c3372e
}

.header-menu-btns {
    display: none
}

@media (max-width: 1280px) {
    .header-menu-btns {
        display: flex;
        flex-direction: column;
        gap: 12px
    }
}

.menu-toggle-button {
    background: url(../img/btn_burger.svg) no-repeat 50%;
    display: none;
    height: 32px;
    transition: background .3s;
    width: 32px
}

@media (max-width: 1280px) {
    .menu-toggle-button {
        display: block
    }
}

.menu-toggle-button:hover {
    background: url(../img/btn_burger_hov.svg) no-repeat 50%
}

.menu-toggle-button.open {
    background: url(../img/btn_close.svg) no-repeat 50%
}

.menu-toggle-button.open:hover {
    background: url(../img/btn_close_hov.svg) no-repeat 50%
}

.main-slider {
    height: 360px;
    position: relative
}

@media (max-width: 992px) {
    .main-slider {
        display: none
    }
}

.main-slider__bullets {
    bottom: 16px;
    display: flex;
    gap: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1
}

.main-slider__bullet {
    background: #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 16px;
    opacity: .6;
    transition: opacity .2s;
    width: 16px
}

.main-slider__bullet:hover {
    opacity: 1
}

.main-slider__bullet--active {
    background: transparent;
    border: 2px solid #f5f5f5;
    cursor: default;
    opacity: 1
}

.slide {
    position: relative
}

.slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.slide__inner {
    align-items: flex-start;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: calc(50% - 620px);
    max-width: 440px;
    position: absolute;
    top: 40px
}

@media (max-width: 1280px) {
    .slide__inner {
        left: 40px
    }
}

.slide__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px
}

.slide__subtitle {
    font-size: 32px;
    line-height: 120%
}

h1, h2, h3 {
    color: #f5f5f5;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 60px
}

@media (max-width: 576px) {
    h1, h2, h3 {
        margin-top: 40px
    }
}

h1 {
    font-size: 52px;
    margin-top: 48px
}

@media (max-width: 576px) {
    h1 {
        font-size: 28px
    }
}

h2 {
    font-size: 40px
}

@media (max-width: 576px) {
    h2 {
        font-size: 24px
    }
}

h3 {
    font-size: 32px
}

@media (max-width: 576px) {
    h3 {
        font-size: 20px
    }
}

.page-title {
    margin-top: 0
}

.page-content p {
    margin-bottom: 12px;
    margin-top: 0
}

.page-content a:not(.btn,.ctoc__item) {
    color: #c3372e
}

.page-content a:not(.btn,.ctoc__item):visited {
    color: #9c423c
}

.page-content a:not(.btn,.ctoc__item):hover {
    color: #e42317
}

.page-content img {
    border-radius: 20px;
    display: block;
    height: auto;
    margin: 20px 0;
    max-width: 100%
}

.page-content img.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.page-content img.alignright {
    float: right;
    margin-left: 20px
}

.page-content img.alignleft {
    float: left;
    margin-right: 20px
}

@media (max-width: 992px) {
    .page-content img.aligncenter, .page-content img.alignleft, .page-content img.alignnone, .page-content img.alignright {
        float: none;
        margin: 20px auto
    }
}

.page-content ol, .page-content ul {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
    overflow: visible
}

.page-content ol {
    counter-reset: section;
    list-style: none;
    padding: 0 0 0 40px
}

@media (max-width: 576px) {
    .page-content ol {
        padding-left: 10px
    }
}

.page-content ol li {
    padding-left: 38px;
    position: relative
}

.page-content ol li:before {
    color: #c3372e;
    content: counters(section, ".") ".";
    counter-increment: section;
    display: flex;
    font-weight: 700;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    width: 28px
}

.page-content ol li > ol {
    margin: 0;
    padding: 0
}

.page-content ol li > ol li {
    padding-left: 30px
}

.page-content ol li > ol li:before {
    left: -8px
}

.page-content ul {
    list-style: none;
    padding: 0 0 0 40px
}

@media (max-width: 576px) {
    .page-content ul {
        padding-left: 10px
    }
}

.page-content ul li {
    padding-left: 38px;
    position: relative
}

.page-content ul li > ul {
    margin: 0;
    padding: 0
}

.page-content > ul > li:before {
    background: #c3372e;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 18px;
    position: absolute;
    top: 8px;
    width: 10px
}

.page-content > ul > li > ul > li {
    margin-bottom: 4px
}

.page-content > ul > li > ul > li:last-of-type {
    margin-bottom: 0
}

.page-content > ul > li > ul > li:before {
    border: 2px solid #c3372e;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 18px;
    position: absolute;
    top: 8px;
    width: 10px
}

.page-content table {
    border-collapse: collapse;
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    width: 100%
}

.page-content table th, .page-content table thead td {
    font-weight: 700
}

.page-content table tr {
    border-bottom: 2px solid #0c0608
}

.page-content table tr:last-of-type {
    border-bottom: 0
}

.page-content table td, .page-content table th {
    background: #1c0d0d;
    padding-bottom: 24px;
    padding-right: 20px;
    padding-top: 24px;
    vertical-align: top
}

.page-content table td:first-child, .page-content table th:first-child {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    padding-left: 20px
}

.page-content table td:last-child, .page-content table th:last-child {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px
}

.page-content table.double {
    margin: 20px auto
}

.page-content table.double td:last-child {
    font-weight: 700
}

@media (max-width: 576px) {
    .page-content table.double tr {
        display: block;
        height: auto !important
    }

    .page-content table.double td, .page-content table.double th {
        display: block;
        height: auto !important;
        min-width: 0 !important;
        padding-left: 20px;
        padding-right: 20px;
        width: auto !important
    }

    .page-content table.double td:first-child, .page-content table.double th:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 12px;
        padding-bottom: 8px;
        padding-top: 12px
    }

    .page-content table.double td:last-child, .page-content table.double th:last-child {
        border-bottom-left-radius: 12px;
        border-top-right-radius: 0;
        padding-bottom: 12px;
        padding-top: 0
    }
}

.page-content table.is-mobile tbody tr {
    display: block
}

.page-content table.is-mobile tbody tr th {
    display: block;
    padding: 12px 20px 0
}

.page-content table.is-mobile tbody tr th:first-of-type {
    border-bottom-left-radius: 0;
    border-top-right-radius: 12px
}

.page-content table.is-mobile tbody tr th:last-of-type {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
}

.page-content table.is-mobile tbody tr td {
    display: block;
    padding: 0 20px 8px
}

.page-content table.is-mobile tbody tr td:first-of-type {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.page-content table.is-mobile tbody tr td:last-of-type {
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0;
    padding-bottom: 12px
}

.page-content table.is-mobile:not(.th-center) tbody tr th:last-of-type {
    padding-top: 0
}

@media (max-width: 576px) {
    .page-content table.th-center .heading {
        padding-bottom: 8px;
        padding-top: 12px;
        text-align: center
    }

    .page-content table.th-center tbody tr th:last-of-type {
        border-top-right-radius: 12px
    }

    .page-content table.th-center tbody tr td {
        display: flex;
        gap: 8px;
        justify-content: space-between
    }

    .page-content table.th-center tbody tr td span {
        display: inline-block;
        width: 50%
    }

    .page-content table.th-center tbody tr td span:last-of-type {
        text-align: right
    }
}

.page-content .cover-table {
    margin: 20px 0;
    max-width: 100%;
    overflow: auto
}

.page-content nav:not(.ctoc-body) {
    background: #110e0e;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 20px 0;
    padding: 20px
}

@media (max-width: 576px) {
    .page-content nav:not(.ctoc-body) {
        flex-direction: column
    }
}

.page-content nav:not(.ctoc-body) ol, .page-content nav:not(.ctoc-body) > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 576px) {
    .page-content nav:not(.ctoc-body) ol, .page-content nav:not(.ctoc-body) > ul {
        flex-direction: column
    }
}

.page-content nav:not(.ctoc-body) ol li, .page-content nav:not(.ctoc-body) > ul li {
    margin: 0;
    padding: 0
}

.page-content nav:not(.ctoc-body) ol ol, .page-content nav:not(.ctoc-body) ol ul, .page-content nav:not(.ctoc-body) > ul ol, .page-content nav:not(.ctoc-body) > ul ul {
    display: none
}

.page-content nav:not(.ctoc-body) a:not(.btn) {
    background: linear-gradient(180deg, #8e1c1c, #c3372e);
    border-radius: 12px;
    color: #f5f5f5;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 12px 20px;
    text-decoration: none
}

.page-content nav:not(.ctoc-body) a:not(.btn):visited {
    color: #f5f5f5
}

.page-content nav:not(.ctoc-body) a:not(.btn):hover {
    background: linear-gradient(180deg, #9f0808, #e42317);
    color: #f5f5f5
}

.ctoc-toggle, .page-content nav:not(.ctoc-body) br {
    display: none
}

.ctoc-body {
    background: #110e0e;
    border-radius: 20px;
    margin: 20px 0;
    padding: 20px
}

.ctoc-body ol, .ctoc-body > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 576px) {
    .ctoc-body ol, .ctoc-body > ul {
        flex-direction: column
    }
}

.ctoc-body ol li, .ctoc-body > ul li {
    margin: 0;
    padding: 0
}

.ctoc-body ol ol, .ctoc-body ol ul, .ctoc-body > ul ol, .ctoc-body > ul ul {
    display: none
}

.ctoc-body ol a, .ctoc-body > ul a {
    background: linear-gradient(180deg, #8e1c1c, #c3372e);
    border-radius: 12px;
    color: #f5f5f5;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 12px 20px;
    text-decoration: none
}

.ctoc-body ol a:visited, .ctoc-body > ul a:visited {
    color: #f5f5f5
}

.ctoc-body ol a:hover, .ctoc-body > ul a:hover {
    background: linear-gradient(180deg, #9f0808, #e42317);
    color: #f5f5f5
}

.site-footer {
    margin-top: 60px;
    padding: 80px 0
}

.footer-bottom {
    align-items: center;
    border-bottom: 1px solid #643b3b;
    border-top: 1px solid #643b3b;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 20px 0
}

@media (max-width: 992px) {
    .footer-bottom {
        flex-direction: column;
        gap: 20px
    }
}

.footer-bottom__left {
    align-items: center;
    display: flex;
    gap: 40px
}

@media (max-width: 576px) {
    .footer-bottom__left {
        gap: unset;
        justify-content: space-between;
        width: 100%
    }
}

.footer-bottom img {
    display: block
}

.copyright {
    font-size: 14px;
    line-height: 120%;
    text-align: center
}

.footer-menu {
    display: flex;
    gap: 100px;
    margin-bottom: 60px
}

@media (max-width: 576px) {
    .footer-menu {
        flex-direction: column;
        gap: 32px
    }
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 576px) {
    .footer-menu ul li {
        text-align: center
    }
}

.footer-menu ul a, .footer-menu ul span {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%
}

.footer-menu ul a {
    color: #f5f5f5;
    text-decoration: none
}

.footer-menu ul a:visited {
    color: #f5f5f5
}

.footer-menu ul a:hover {
    color: #e42317
}

.footer-menu ul span {
    color: #c3372e
}

.providers {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 40px;
    justify-content: center;
    margin-bottom: 60px
}

.provider {
    position: relative
}

@media (max-width: 576px) {
    .provider:first-child {
        height: 36px !important;
        width: 120px !important
    }

    .provider:nth-child(2) {
        height: 21px !important;
        width: 120px !important
    }

    .provider:nth-child(3) {
        height: 32px !important;
        width: 80px !important
    }

    .provider:nth-child(4) {
        height: 30px !important;
        width: 120px !important
    }

    .provider:nth-child(5) {
        height: 32px !important;
        width: 90px !important
    }

    .provider:nth-child(6) {
        height: 38px !important;
        width: 120px !important
    }

    .provider:nth-child(7) {
        height: 32px !important;
        width: 84px !important
    }

    .provider:nth-child(8) {
        height: 28px !important;
        width: 120px !important
    }

    .provider:nth-child(9) {
        height: 32px !important;
        width: 81px !important
    }

    .provider:nth-child(10) {
        height: 22px !important;
        width: 119px !important
    }

    .provider:nth-child(11) {
        height: 32px !important;
        width: 76px !important
    }

    .provider:nth-child(12) {
        height: 15px !important;
        width: 120px !important
    }

    .provider:nth-child(13) {
        height: 26px !important;
        width: 120px !important
    }

    .provider:nth-child(14) {
        height: 36px !important;
        width: 120px !important
    }

    .provider:nth-child(15) {
        height: 26px !important;
        width: 120px !important
    }

    .provider:nth-child(16) {
        height: 32px !important;
        width: 88px !important
    }

    .provider:nth-child(17) {
        height: 32px !important;
        width: 94px !important
    }

    .provider:nth-child(18) {
        height: 36px !important;
        width: 120px !important
    }

    .provider:nth-child(19) {
        height: 36px !important;
        width: 119px !important
    }

    .provider:nth-child(20) {
        height: 32px !important;
        width: 59px !important
    }
}

.provider img {
    display: block;
    height: auto;
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: visibility .2s, opacity .2s
}

.provider img:last-of-type, .provider:hover img:first-of-type {
    opacity: 0;
    visibility: hidden
}

.provider:hover img:last-of-type {
    opacity: 1;
    visibility: visible
}

.payments {
    background: #110e0e;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 40px
}

@media (max-width: 992px) {
    .payments {
        flex-wrap: wrap;
        gap: 40px 20px;
        justify-content: center;
        padding: 40px 20px
    }
}

.breadcrumbs {
    font-size: 14px;
    line-height: 1.2;
    list-style: none;
    margin: 48px 0 12px;
    padding: 0
}

.breadcrumbs li {
    display: inline
}

.breadcrumbs span {
    color: hsla(0, 0%, 96%, .2)
}

.breadcrumbs a {
    color: #c3372e;
    font-size: 14px;
    font-weight: 700
}

.breadcrumbs a:visited, .breadcrumbs a:visited span {
    color: #c3372e
}

.breadcrumbs a:hover, .breadcrumbs a:hover span {
    color: #e42317
}

.breadcrumbs a span {
    color: #c3372e
}

.breadcrumbs .sep {
    background: url(../img/icon_right.svg);
    display: inline-block;
    height: 16px;
    margin: 0 2px;
    vertical-align: text-bottom;
    width: 16px
}

.breadcrumbs .sep, .up-btn {
    background-position: 50%;
    background-repeat: no-repeat
}

.up-btn {
    background-color: #1c0d0d;
    background-image: url(../img/arrow-up.svg);
    border: 0;
    border-radius: 50%;
    bottom: 40px;
    height: 36px;
    left: calc(50% + 640px);
    opacity: 0;
    position: fixed;
    transition: all .15s;
    width: 36px;
    z-index: 9
}

@media (max-width: 1400px) {
    .up-btn {
        left: auto;
        right: 20px
    }
}

@media (max-width: 992px) {
    .up-btn {
        bottom: 100px
    }
}

@media (max-width: 576px) {
    .up-btn {
        right: 16px
    }
}

.up-btn.show {
    cursor: pointer;
    opacity: 1
}

.up-btn:hover {
    background-color: #643b3b;
    background-image: url(../img/arrow-up-hov.svg)
}

html body .header-user a.ttg-apk {
    opacity: 1;
    visibility: visible
}

.apk-wrapper {
    padding-right: 40px
}

@media (max-width: 992px) {
    .apk-wrapper {
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        background: rgba(11, 7, 8, .96);
        bottom: 0;
        left: 0;
        padding: 12px 0;
        position: fixed;
        right: 0;
        text-align: center;
        z-index: 8
    }
}

.container-404 {
    padding: 48px 20px 60px;
    text-align: center
}

@media (max-width: 576px) {
    .container-404 {
        padding: 48px 0 60px
    }
}

.container-404 img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.container-404 .text-404 {
    margin: 20px 0 32px
}
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

body .is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex > * {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}
