@font-face {
    font-display: swap;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/ubuntu-v20-cyrillic_latin-300.woff2) format("woff2"), url(../fonts/ubuntu-v20-cyrillic_latin-300.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ubuntu-v20-cyrillic_latin-regular.woff2) format("woff2"), url(../fonts/ubuntu-v20-cyrillic_latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/ubuntu-v20-cyrillic_latin-500.woff2) format("woff2"), url(../fonts/ubuntu-v20-cyrillic_latin-500.woff) format("woff")
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
    }
   
    #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    }
   
    #customers tr:hover {background-color: #929191;}
   
    #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
    }

    img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
      }
      figure img {
        border-radius: 14px;
        margin: 20px auto;
      }

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

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

@media (max-width:992px) {
    html {
        scroll-padding-top: 176px
    }
}

body {
    background: #181625;
    color: #7d7ea1;
    display: flex;
    flex-direction: column;
    font-family: Ubuntu, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0;
    min-height: 100vh;
    padding: 0
}

body.show-menu {
    overflow: hidden
}

.site-wrap {
    padding-top: 136px
}

@media (max-width:1200px) {
    .site-wrap {
        padding-top: 96px
    }
}

.container {
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:1200px) and (max-width:1400px) {
    .container {
        max-width: 1056px
    }
}

@media (max-width:576px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.btn {
    border: 0 !important;
    border-radius: 4px;
    color: #f8f8f8;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 20px;
    padding: 13px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
    z-index: 1
}

@media (max-width:576px) {
    .btn {
        width: 120px
    }
}

.btn:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -2
}

.btn:after,
.btn:before {
    border-radius: 4px;
    content: "";
    position: absolute
}

.btn:after {
    bottom: 2px;
    left: 2px;
    right: 2px;
    top: 2px;
    z-index: -1
}

.btn--blue:before {
    background: linear-gradient(212.83deg, #b6eefa 19.61%, #2aabc0 80.39%)
}

.btn--blue:after {
    background: linear-gradient(212.83deg, #67d0e5 19.61%, #2893c1 80.39%)
}

.btn--blue:hover:after {
    background: linear-gradient(212.83deg, #a2f9ff 19.61%, #50d7ea 80.39%)
}

.btn--dark:before {
    background: #8687a7
}

.btn--dark:after {
    background: #1e1f31
}

.btn--dark:hover:before {
    background: #f8f8f8
}

.header {
    align-items: center;
    background: #1e1f31;
    display: flex;
    height: 136px;
    justify-content: space-between;
    left: 0;
    padding: 0 40px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

@media (max-width:1200px) {
    .header {
        height: 96px;
        padding: 0 20px
    }
}

@media (max-width:576px) {
    .header {
        padding: 0 10px
    }
}

.header__left {
    display: flex
}

.header-logo img {
    display: block;
    height: auto;
    max-width: 100%
}

@media (max-width:1200px) {
    .header-menus {
        background: #262841;
        bottom: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        left: -100%;
        overflow: auto;
        position: fixed;
        top: 96px;
        transition: left .3s ease-in-out;
        width: auto
    }

    .header-menus.open {
        left: 0
    }
}

.header-menus .header-menu-container {
    margin-left: 120px
}

@media (max-width:1200px) {
    .header-menus .header-menu-container {
        margin-left: 0
    }
}

.header-menus .sidebar-menu-container {
    background: #262841;
    left: 0;
    position: fixed;
    top: 136px;
    width: 72px;
    z-index: 100
}

@media (max-width:1200px) {
    .header-menus .sidebar-menu-container {
        position: static;
        width: auto
    }
}

.header-btns {
    display: flex
}

.header-btns a:first-child {
    margin-right: 10px
}

@media (max-width:576px) {
    .header-btns a:first-child {
        display: none
    }
}

.header-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:1200px) {
    .header-menu {
        flex-direction: column;
        padding: 20px
    }
}

.header-menu__link {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-decoration: none
}

@media (max-width:1200px) {
    .header-menu__link {
        flex-direction: row
    }
}

.header-menu__link svg {
    fill: #8687a7;
    display: block;
    transition: all .1s ease
}

@media (max-width:576px) {
    .header-menu__link svg {
        height: 24px;
        width: 24px
    }
}

.header-menu__link span {
    color: #8687a7;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all .1s ease
}

@media (max-width:1200px) {
    .header-menu__link span {
        margin-left: 6px
    }
}

@media (max-width:576px) {
    .header-menu__link span {
        font-size: 12px;
        line-height: 17px
    }
}

.header-menu__link:hover svg {
    fill: #f8f8f8
}

.header-menu__link:hover span {
    color: #f8f8f8
}

.header-menu__item {
    margin-right: 32px
}

.header-menu__item:last-of-type {
    margin-right: 0
}

.header-menu__item:last-of-type .header-menu__link svg {
    fill: #b68a2a
}

.header-menu__item:last-of-type .header-menu__link span {
    color: #b68a2a
}

.header-menu__item:last-of-type .header-menu__link:hover svg {
    fill: #d7c737
}

.header-menu__item:last-of-type .header-menu__link:hover span {
    color: #d7c737
}

@media (max-width:1200px) {
    .header-menu__item {
        margin-bottom: 16px;
        margin-right: 0
    }
}

.sidebar-menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 20px 0
}

@media (max-width:1200px) {
    .sidebar-menu {
        align-items: start;
        padding-left: 20px
    }
}

.sidebar-menu__item {
    margin-bottom: 16px;
    position: relative
}

.sidebar-menu__item:last-of-type {
    margin-bottom: 0
}

.sidebar-menu__link {
    border-radius: 4px;
    display: block;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out
}

@media (max-width:1200px) {
    .sidebar-menu__link {
        align-items: center;
        display: flex
    }
}

.sidebar-menu__link svg {
    fill: #2893c1;
    display: block
}

@media (max-width:576px) {
    .sidebar-menu__link svg {
        height: 24px;
        width: 24px
    }
}

.sidebar-menu__link span {
    background: #2893c1;
    border-radius: 4px;
    color: #f8f8f8;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    left: calc(100% + 10px);
    letter-spacing: .02em;
    line-height: 20px;
    opacity: 0;
    padding: 6px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: visibility, opacity .3s ease-in-out;
    visibility: hidden;
    white-space: nowrap;
    z-index: 101
}

.sidebar-menu__link span:before {
    border-color: transparent #2893c1 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0
}

@media (max-width:1200px) {
    .sidebar-menu__link span {
        background: transparent;
        color: #2893c1;
        margin-left: 9px;
        opacity: 1;
        padding: 0;
        position: static;
        text-transform: uppercase;
        visibility: visible
    }

    .sidebar-menu__link span:before {
        display: none
    }
}

@media (max-width:576px) {
    .sidebar-menu__link span {
        font-size: 12px;
        line-height: 17px;
        margin-left: 6px
    }
}

.sidebar-menu__link:hover {
    background: #313350
}

.sidebar-menu__link:hover svg {
    fill: #50d7ea
}

.sidebar-menu__link:hover span {
    opacity: 1;
    visibility: visible
}

.sidebar-menu__label {
    background: #c12868;
    border-radius: 4px;
    color: #f8f8f8;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    left: calc(100% - 2px);
    letter-spacing: .02em;
    line-height: 14px;
    padding: 0 4px 1px;
    position: absolute;
    text-align: center;
    top: -7px;
    z-index: 100
}

@media (max-width:1200px) {
    .sidebar-menu__label {
        left: 100%
    }
}

.hamburger {
    align-items: center;
    border: 1px solid #8687a7;
    border-radius: 2px;
    display: none;
    height: 32px;
    justify-content: center;
    width: 32px
}

@media (max-width:1200px) {
    .hamburger {
        display: flex
    }
}

.hamburger span {
    position: relative
}

.hamburger span,
.hamburger span:after,
.hamburger span:before {
    background: #8687a7;
    display: inline-block;
    height: 3px;
    width: 24px
}

.hamburger span:after,
.hamburger span:before {
    content: "";
    position: absolute
}

.hamburger span:before {
    top: -8px
}

.hamburger span:after {
    top: 8px
}

.hamburger.active span {
    background: transparent
}

.hamburger.active span:before {
    top: 0;
    transform: rotate(45deg)
}

.hamburger.active span:after {
    top: 0;
    transform: rotate(-45deg)
}

.merits-container {
    margin: 100px 0 40px
}

@media (max-width:992px) {
    .merits-container {
        margin: 60px 0 40px
    }
}

.merits-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:576px) {
    .merits-list {
        align-items: flex-start;
        flex-direction: column;
        margin: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.merit {
    display: flex
}

@media (max-width:992px) {
    .merit {
        flex-basis: 50%;
        margin-bottom: 20px
    }
}

.merit__icon svg {
    fill: #8687a7
}

.merit__text {
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.merit__label {
    color: #8687a7;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

.merit__value {
    color: #f8f8f8;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4
}

h1 {
    font-size: 36px
}

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

h2 {
    font-size: 28px
}

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

h3 {
    font-size: 20px
}

h1,
h2,
h3 {
    color: #f8f8f8;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 28px;
    margin-top: 80px
}

@media (max-width:576px) {

    h1,
    h2,
    h3 {
        margin-top: 60px
    }
}

.page-title {
    margin-top: 40px
}

@media (max-width:576px) {
    .page-title {
        margin-top: 20px
    }
}

.breadcrumbs-container {
    margin: 100px 0 40px
}

@media (max-width:576px) {
    .breadcrumbs-container {
        margin: 60px 0 20px
    }
}

.breadcrumbs {
    display: inline-block;
    font-weight: 400;
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumbs__item {
    display: inline
}

.breadcrumbs__link {
    color: #2893c1;
    text-decoration: none
}

.breadcrumbs__link:visited {
    color: #2893c1
}

.breadcrumbs__link:hover {
    color: #50d7ea
}

.breadcrumbs__cur {
    color: #7d7ea1
}

.breadcrumbs .sep {
    margin: 0 9px
}

.page-content {
    color: #7d7ea1;
    font-size: 1rem;
    letter-spacing: .02em;
    line-height: 1.4
}

.page-content:last-child {
    margin-bottom: 100px
}

.page-content p {
    margin-bottom: 2em;
    margin-top: 0
}

.page-content a {
    color: #6d66c7
}

.page-content a:visited {
    color: #3d3882
}

.page-content a:hover {
    color: #ad84ef
}

.page-content img {
    display: block;
    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;
    margin-top: 0
}

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

@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 {
    margin: 20px 0
}

.page-content ol {
    padding: 0 0 0 82px
}

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

.page-content ul {
    padding: 0 0 0 82px
}

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

.page-content table {
    border-collapse: collapse;
    color: #2893c1;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0 auto;
    text-align: left;
    width: 1000px !important
}

@media (max-width:1040px) {
    .page-content table {
        width: 100% !important
    }
}

@media (max-width:992px) {
    .page-content table {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent
    }
}

.page-content table thead tr {
    background: #1e1f31;
    border: 0 !important
}

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

.page-content table tbody tr {
    border: 0 !important
}

.page-content table tbody tr:nth-child(odd) {
    background: #1e1f31
}

.page-content table tbody td {
    font-weight: 300
}

.page-content table td,
.page-content table th {
    border: 0 !important;
    padding: 20px 0 20px 20px;
    vertical-align: top
}

.page-content table td:last-of-type,
.page-content table th:last-of-type {
    padding-right: 20px
}

@media (max-width:576px) {

    .page-content table td,
    .page-content table th {
        width: auto !important
    }
}

.page-content table.has-thead tbody tr:nth-child(odd) {
    background: transparent
}

.page-content table.has-thead tbody tr:nth-child(2n) {
    background: #1e1f31
}

.page-content table.double td:last-of-type {
    font-weight: 500
}

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

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

.page-content table.is-mobile tbody tr {
    display: block;
    height: auto;
    padding: 20px
}

.page-content table.is-mobile tbody tr:nth-child(odd) {
    background: #1e1f31
}

.page-content table.is-mobile tbody tr:nth-child(2n) {
    background: transparent
}

.page-content table.is-mobile tbody td {
    display: inline-block;
    height: auto;
    min-width: 0 !important;
    padding: 0;
    text-align: right;
    width: 50% !important
}

.page-content table.is-mobile tbody td:nth-child(2n) {
    text-align: left
}

.page-content table.is-mobile tbody td[colspan="2"] {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    width: 100% !important
}

.page-content table.is-mobile.mobile--double td {
    display: block;
    height: auto;
    min-width: 0 !important;
    padding: 0;
    text-align: left;
    width: 100% !important
}

.page-content table.is-mobile.mobile--double td:nth-child(odd) {
    font-weight: 500
}

.page-content table.is-mobile.mobile--double td:nth-child(3) {
    margin-top: 10px
}

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

.page-content div.alignright {
    float: right;
    margin-left: 20px;
    margin-top: 0
}

@media (max-width:992px) {
    .page-content div.alignright {
        float: none;
        margin: 20px auto
    }

    .page-content .iframe-container {
        width: 100% !important
    }
}

.page-content .iframe-container .iframe-wrapper {
    overflow: hidden;
    position: relative
}

.page-content .iframe-container .iframe-wrapper iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.page-content .reviews div {
    margin-bottom: 20px
}

.page-content .reviews div:last-of-type {
    margin-bottom: 0
}

.page-content .reviews div div {
    align-items: center;
    color: #2893c1;
    display: flex;
    justify-content: space-between
}

.page-content .reviews div div b {
    font-weight: 500
}

.page-content nav {
    margin: 20px 0
}

.page-content nav,
.page-content nav ol,
.page-content nav ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.page-content nav ol,
.page-content nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:576px) {

    .page-content nav ol,
    .page-content nav ul {
        padding: 0 10px
    }

    .page-content nav ol li,
    .page-content nav ul li {
        width: 100%
    }
}

.page-content nav a {
    background: #1e1f31;
    border-radius: 4px;
    color: #8687a7;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 22px;
    margin: 0 5px 10px;
    padding: 12px 16px;
    text-decoration: none;
    transition: all .15s;
    white-space: nowrap
}

.page-content nav a:visited {
    color: #8687a7
}

.page-content nav a:hover {
    background: #262841;
    color: #50d7ea
}

@media (max-width:768px) {
    .page-content nav a {
        white-space: normal
    }
}

@media (max-width:576px) {
    .page-content nav a {
        margin: 0 0 10px;
        width: 100%
    }
}

.faq {
    margin: 28px 0;
    position: relative
}

.pair {
    background: #262841;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 20px 40px
}

.pair:last-child {
    margin-bottom: 0
}

@media (max-width:576px) {
    .pair {
        padding: 20px
    }
}

.pair.open .pair__q svg {
    transform: rotate(90deg)
}

.pair__q {
    color: #f8f8f8;
    cursor: pointer;
    font-weight: 500;
    padding-right: 42px;
    position: relative
}

.pair__q svg {
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s ease-in-out;
    width: 22px
}

.pair__a {
    color: #7d7ea1;
    font-weight: 400;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out
}

.pair__a-inner {
    padding-top: 20px
}

.pair__a p:last-of-type {
    margin-bottom: 0
}

.up-button {
    align-items: center;
    background: #181625;
    border: 3px solid #262841;
    border-radius: 4px;
    bottom: 80px;
    display: flex;
    height: 48px;
    justify-content: center;
    left: calc(50% + 620px);
    opacity: 0;
    position: fixed;
    transition: all .15s ease;
    width: 48px;
    z-index: 10
}

.up-button svg {
    fill: #262841;
    transition: all .15s ease
}

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

@media (max-width:576px) {
    .up-button {
        right: 10px
    }
}

.up-button:hover {
    border-color: #8687a7
}

.up-button:hover svg {
    fill: #8687a7
}

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

.slots-container {
    margin: 40px auto 0;
    width: 1000px
}

@media (max-width:1056px) {
    .slots-container {
        width: 736px
    }
}

@media (max-width:792px) {
    .slots-container {
        width: 472px
    }
}

@media (max-width:528px) {
    .slots-container {
        width: 208px
    }
}

.slots-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -28px
}

@media (max-width:528px) {
    .slots-row {
        margin: 0
    }
}

.slot {
    margin: 0 28px 40px;
    position: relative;
    width: 208px
}

@media (max-width:528px) {
    .slot {
        margin-left: 0;
        margin-right: 0
    }
}

.slot__thumb {
    cursor: pointer;
    height: 151px;
    margin: 0;
    position: relative
}

.slot__thumb:after {
    background: rgba(8, 9, 15, .96);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .1s ease-in-out
}

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

.slot__thumb:hover:after {
    opacity: 1
}

.slot__thumb:hover .slot__btn {
    opacity: 1;
    visibility: visible
}

.slot__btn {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity, visibility .2s ease-in-out;
    visibility: hidden
}

.slot__rating {
    margin-top: 10px;
    text-align: center
}

.slot__rating .custom-rating-img {
    cursor: pointer;
    display: flex
}

.slot__rating .custom-rating-img img {
    display: block;
    height: auto;
    margin: 0 1px;
    max-width: 100%
}

.slot__name {
    color: #f8f8f8;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4;
    text-align: center
}

.footer {
    background: #1e1f31;
    color: #8687a7;
    padding: 120px 0 60px
}

.footer__top {
    margin-bottom: 120px
}

@media (max-width:992px) {
    .footer__top {
        margin-bottom: 100px
    }
}

.footer__middle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px
}

@media (max-width:992px) {
    .footer__middle {
        align-items: center;
        flex-direction: column
    }
}

.footer__middle .email {
    color: #f8f8f8;
    font-weight: 500
}

@media (max-width:992px) {
    .footer__middle .email {
        margin-bottom: 40px
    }
}

.footer__bottom {
    display: flex;
    justify-content: space-between
}

@media (max-width:992px) {
    .footer__bottom {
        align-items: center;
        flex-direction: column
    }
}

.footer__bottom .info {
    max-width: 500px;
    text-align: left
}

@media (max-width:992px) {
    .footer__bottom .info {
        margin-bottom: 40px;
        text-align: center
    }
}

.footer__bottom .copyright {
    text-align: right
}

@media (max-width:992px) {
    .footer__bottom .copyright {
        text-align: center
    }
}

.paysystems {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.paysystems__item {
    align-items: flex-end;
    display: flex;
    height: 32px;
    margin: 0 10px
}

@media (max-width:992px) {
    .paysystems__item {
        margin-bottom: 20px
    }
}

.paysystems__item img {
    display: block
}

.footer-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:992px) {
    .footer-menu {
        justify-content: center;
        margin-bottom: -20px
    }
}

.footer-menu .menu-item {
    color: #2893c1;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-left: 40px;
    text-transform: uppercase
}

@media (max-width:992px) {
    .footer-menu .menu-item {
        margin: 0 20px 20px
    }
}

.footer-menu .menu-item a {
    color: #2893c1;
    text-decoration: none
}

.footer-menu .menu-item a:visited {
    color: #2893c1
}

.footer-menu .menu-item a:hover {
    color: #50d7ea
}

.page-404-container {
    margin: 100px 0;
    text-align: center
}

@media (max-width:576px) {
    .page-404-container {
        margin-top: 60px
    }
}

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

.page-404-title {
    margin-bottom: 20px;
    margin-top: 40px
}

@media (max-width:320px) {
    .page-404-title {
        margin: 20px auto;
        max-width: 200px
    }
}

@media (max-width:576px) {
    .page-404-text br {
        display: none
    }
}

.page-404-btn {
    margin-top: 28px
}

.page-404-btn a {
    min-width: 150px
}

.apk-container {
    display: none
}

@media (max-width:992px) {
    .apk-container {
        background: #1e1f31;
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        text-align: center;
        z-index: 99
    }

    .apk-container .apk-btn {
        margin: 10px 0
    }
}

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

.main_video img {
    max-width: 100%
}

.main_video .frame-wrap {
    position: relative
}

.main_video .frame-wrap .play-btn {
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZWFyR3JhZGllbnQgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAtNDEuNjYgMzQ5LjA0KSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJhIiB4MT0iNjcuNjQzIiB4Mj0iNjk0LjI3NiIgeTE9IjMyMy4xMjIiIHkyPSItMzAzLjUxMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZGQyNzJkIi8+PHN0b3Agb2Zmc2V0PSIuNTE1IiBzdHlsZT0ic3RvcC1jb2xvcjojY2EyNDI5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjIyMDI1Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMzkxLjkzOSAxNTkuNjQyYy0xMS40ODUtMTIuODE2LTI0LjM0OS0xMi44OTItMzAuMjQ3LTEzLjYxOC00Mi4yNTItMy4yNzUtMTA1LjYyNS0zLjI3NS0xMDUuNjI1LTMuMjc1aC0uMTQycy02My4zNzQgMC0xMDUuNjE2IDMuMjc1Yy01Ljg5OC43MjctMTguNzUyLjgwMi0zMC4yNDcgMTMuNjE4LTkuMDQxIDkuNzc3LTExLjk5NSAzMS45ODQtMTEuOTk1IDMxLjk4NHMtMy4wMiAyNi4wNTctMy4wMiA1Mi4xMTV2MjQuNDI0YzAgMjYuMDc2IDMuMDIgNTIuMTI0IDMuMDIgNTIuMTI0czIuOTQ1IDIyLjE5NyAxMS45OTUgMzEuOTU1YzExLjQ5NSAxMi44MTYgMjYuNTY2IDEyLjQyOSAzMy4yODYgMTMuNzY5QzE3Ny40OTkgMzY4LjQ4NyAyNTYgMzY5LjI1MSAyNTYgMzY5LjI1MXM2My40NC0uMTEzIDEwNS42OTEtMy4zNWM1Ljg5OC0uNzU1IDE4Ljc2Mi0uODMgMzAuMjQ3LTEzLjY0NyA5LjA0MS05Ljc1OCAxMS45OTUtMzEuOTU1IDExLjk5NS0zMS45NTVzMy4wMi0yNi4wNTcgMy4wMi01Mi4xMjRWMjQzLjc1YzAtMjYuMDY2LTMuMDItNTIuMTI0LTMuMDItNTIuMTI0cy0yLjk0My0yMi4yMDYtMTEuOTk0LTMxLjk4NHpNMjE4LjI5NyAzMTIuNjI2VjE5OS4zNzVsOTQuMzc2IDU2LjYyNi05NC4zNzYgNTYuNjI1eiIgZmlsbD0idXJsKCNhKSIvPjwvc3ZnPg==);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 150px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s;
    width: 100%
}

.main_video .frame-wrap iframe {
    height: 315px;
    margin-top: 15px;
    width: 100%
}