@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")
}

*, :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: #73749b;
    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: 72px;
}

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

picture img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
}

.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: #4f4c7b
}

.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: #4f4c7b;
    display: block;
    transition: all .1s ease
}

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

.header-menu__link span {
    color: #4f4c7b;
    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%;
    -webkit-transform: translateY(-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 #4f4c7b;
    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: #4f4c7b;
    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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger.active span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    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: #4f4c7b
}

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

.merit__label {
    color: #4f4c7b;
    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: 26px 0;
    text-align: center;
}

@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: #73749b
}

.breadcrumbs .sep {
    margin: 0 9px
}

.page-content {
    color: #73749b;
    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;
    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;
    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 42px
}

@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: #4f4c7b;
    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: #4f4c7b
}

.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 {
    -webkit-transform: rotate(90deg);
    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: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 22px
}

.pair__a {
    color: #73749b;
    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: 35px;
    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: #4f4c7b
}

.up-button:hover svg {
    fill: #4f4c7b
}

.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%;
    -webkit-transform: translate(-50%, -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;
    padding: 30px 0 30px
}

.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
}
