@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/jost/jost-v15-cyrillic_latin-300.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/jost/jost-v15-cyrillic_latin-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/jost/jost-v15-cyrillic_latin-600.woff2) format("woff2")
}

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

html {
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 180px
}

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

body {
    background: #f1f1f1 url(../img/bg_first_screen_1920.jpg) no-repeat;
    color: #383838;
    display: flex;
    flex-direction: column;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    line-height: 28.8px;
    margin: 0;
    min-height: 100vh;
    padding: 96px 0 0
}

@media (max-width:320px) {
    body {
        background: #f1f1f1 url(../img/bg_first_screen_320.jpg) no-repeat
    }
}

body.show-menu {
    overflow: hidden
}

body strong {
    font-weight: 600
}

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

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

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

@media (max-width:1120px) {
    .container-content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:576px) {
    .container-content {
        margin: 40px auto 0;
        padding-left: 10px;
        padding-right: 10px
    }
}

.btn {
    align-items: center;
    border-radius: 12px;
    color: #f1f1f1;
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
    padding: 8px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.btn--red {
    background: linear-gradient(90deg, #df0455 -.63%, #e73d93)
}

.btn--red:hover {
    background: linear-gradient(90deg, #ff2173 -.63%, #ff76bb)
}

.btn--blue {
    background: linear-gradient(90deg, #009cff -.63%, #00c8ff)
}

.btn--blue:hover {
    background: linear-gradient(90deg, #42b6ff -.63%, #68deff)
}

.site-header {
    background: linear-gradient(90deg, #9cd5f7, #a6ddf6);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.header-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

.header-logo img {
    display: block
}

.header-logo a {
    text-decoration: none
}

.header-logo span {
    color: #383838;
    text-transform: uppercase
}

@media (max-width:768px) {
    .header-logo span {
        font-size: 14px;
        line-height: 14px
    }
}

.header-btns {
    display: flex
}

.header-btns a:last-of-type {
    margin-left: 8px
}

@media (max-width:576px) {
    .header-btns a:last-of-type {
        display: none
    }
}

.header-bottom {
    display: flex;
    justify-content: flex-end;
    position: relative
}

@media (max-width:992px) {
    .header-bottom {
        background: #f1f1f1;
        bottom: 0;
        display: none;
        left: 0;
        overflow: hidden;
        padding: 77px 40px 96px;
        position: fixed;
        right: 0;
        top: 80px
    }

    .header-bottom.show {
        display: block
    }
}

.header-menu-btn {
    display: none;
    padding: 10px 32px
}

@media (max-width:992px) {
    .header-menu-btn {
        display: inline-block
    }

    .header-menu {
        margin-bottom: 40px;
        overflow: auto
    }
}

.header-menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 12px 0
}

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

.header-menu .menu li {
    margin-left: 20px
}

@media (max-width:992px) {
    .header-menu .menu li {
        margin-bottom: 40px;
        margin-left: 0
    }
}

.header-menu .menu li:first-child {
    margin-left: 0
}

.header-menu .menu li.current-menu-item span {
    border-bottom: 2px solid #d9d9d9;
    color: #383838
}

.header-menu .menu a,
.header-menu .menu span {
    border-bottom: 2px solid transparent;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px
}

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

.header-menu .menu a:hover,
.header-menu .menu a:visited {
    color: #383838
}

.hamburger {
    display: none;
    height: 32px;
    position: relative;
    width: 32px
}

@media (max-width:992px) {
    .hamburger {
        display: block
    }
}

.hamburger span {
    background: #8b929f;
    border-radius: 1px;
    display: inline-block;
    height: 4px;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

.hamburger span:first-child {
    top: 3px;
    width: 100%
}

.hamburger span:nth-child(2) {
    top: 14px;
    width: 24px
}

.hamburger span:nth-child(3) {
    top: 25px;
    width: 16px
}

.hamburger.active span:first-child {
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 32px
}

.hamburger.active span:nth-child(2) {
    width: 0
}

.hamburger.active span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 32px
}

.site-footer {
    background: #f1f1f1;
    box-shadow: 0 -20px 60px 0 rgba(48, 72, 157, .1);
    margin-top: 160px;
    padding: 240px 0 120px
}

@media (max-width:576px) {
    .site-footer {
        margin-top: 80px
    }
}

.footer_menu {
    margin-bottom: 80px;
    padding: 20px 0
}

@media (max-width:768px) {
    .footer_menu {
        margin-bottom: 40px;
        padding: 20px 10px
    }
}

.copyright {
    color: #8b929f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center
}

.copyright br {
    display: none
}

@media (max-width:768px) {
    .copyright br {
        display: block
    }
}

.footer-menu ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:768px) {
    .footer-menu ul {
        flex-direction: column
    }

    .footer-menu li {
        line-height: 19.2px;
        margin-bottom: 20px
    }
}

.footer-menu li:last-child {
    margin-bottom: 0
}

.footer-menu li.current-menu-item span {
    border-bottom: 2px solid #d9d9d9;
    color: #383838
}

.footer-menu a,
.footer-menu span {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px
}

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

.footer-menu a:hover,
.footer-menu a:visited {
    color: #383838
}

.providers {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px 80px
}

@media (max-width:576px) {
    .providers {
        justify-content: center;
        margin: 0 -5px
    }
}

.providers img {
    display: block;
    margin: 0 25px 40px
}

@media (max-width:576px) {
    .providers img {
        margin: 0 5px 20px
    }
}

@media (max-width:320px) {
    .providers img:last-of-type {
        flex-grow: 1
    }
}

.payments {
    margin-bottom: 80px
}

@media (max-width:768px) {
    .payments {
        margin-bottom: 20px
    }
}

.payments-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -20px
}

@media (max-width:992px) {
    .payments-container {
        justify-content: center;
        margin: 0 auto;
        max-width: 768px;
        padding: 0
    }
}

.payments-container .payment {
    margin: 0 20px
}

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

@media (max-width:576px) {
    .payments-container .payment {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px 0 0
    }

    .payments-container .payment:nth-child(odd) {
        justify-content: flex-end
    }

    .payments-container .payment:nth-child(2n) {
        justify-content: flex-start
    }

    .payments-container .payment:last-child {
        padding: 0
    }
}

.payments-container .payment img {
    display: block
}

.content-404 {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.content-404 .img_bl {
    text-align: center
}

.content-404 img {
    display: block;
    margin: 0 auto
}

@media (max-width:768px) {
    .content-404 img {
        height: auto;
        max-width: 240px
    }
}

.content_bl {
    text-align: center
}

.content_bl .home_btn {
    display: inline-block
}

.title-404 {
    margin: 24px 0;
    text-align: center
}

@media (max-width:576px) {
    .title-404 {
        margin: 24px auto;
        max-width: 200px
    }
}

@media (max-width:320px) {
    .title-404 {
        margin-left: auto;
        margin-right: auto;
        max-width: 220px
    }
}

.text-404 {
    margin: 24px auto;
    max-width: 620px
}

@media (max-width:576px) {
    .text-404 {
        text-align: left
    }
}

.banner {
    height: 496px;
    margin: 0 auto;
    position: relative
}

@media (max-width:576px) {
    .banner {
        height: 400px
    }
}

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

@media (max-width:576px) {
    .banner img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.banner__inner {
    left: 50%;
    max-width: 525px;
    position: absolute;
    top: 200px
}

@media (max-width:1120px) {
    .banner__inner {
        left: auto;
        right: 5%
    }
}

@media (max-width:576px) {
    .banner__inner {
        bottom: 20px;
        left: 50%;
        max-width: 280px;
        right: auto;
        text-align: center;
        top: 100px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.banner__inner .btn--red {
    font-size: 24px;
    padding: 16px 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:576px) {
    .banner__inner .btn--red {
        margin: 0 auto
    }
}

.banner__text {
    color: #8b929f;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media (max-width:576px) {
    .banner__text {
        font-size: 32px;
        line-height: 38.4px
    }
}

h1,
h2,
h3 {
    color: #383838;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 24px;
    margin-top: 30px
}

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

@media (max-width:768px) {

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

h1 {
    font-size: 40px;
    margin-top: 0
}

@media (max-width:768px) {
    h1 {
        font-size: 28px;
        line-height: 33.6px
    }
}

h2 {
    font-size: 32px;
    line-height: 38.4px
}

@media (max-width:768px) {
    h2 {
        font-size: 24px;
        line-height: 28.8px
    }
}

h3 {
    font-size: 24px;
    line-height: 28.8px
}

@media (max-width:768px) {
    h3 {
        font-size: 20px;
        line-height: 24px
    }
}

.page-title {
    margin-top: 0
}

.page-content nav {
    margin: 40px 0 40px 60px
}

@media (max-width:576px) {
    .page-content nav {
        margin-left: 20px
    }
}

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

.page-content nav ol li,
.page-content nav ul li {
    line-height: 19.2px;
    padding-left: 0
}

.page-content nav a {
    color: #df0455;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    padding: 4px 0;
    text-decoration: none;
    text-transform: uppercase
}

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

.page-content nav a:hover {
    color: #e73d93
}

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

.page-content p:last-child {
    margin-bottom: 0
}

.page-content a {
    color: #df0455;
    text-decoration: underline
}

.page-content a:visited {
    color: #a6003d
}

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

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

.page-content img.aligncenter {
    margin: 0 auto 24px
}

.page-content img.alignright {
    float: right;
    margin: 0 0 24px 24px
}

.page-content img.alignleft {
    float: left;
    margin: 0 24px 24px 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 {
    counter-reset: section;
    list-style: none;
    padding: 0 0 0 60px
}

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

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

.page-content ol li:before {
    content: counters(section, ".") ".";
    counter-increment: section;
    left: 0;
    position: absolute
}

.page-content ol li>ol {
    flex-basis: 100%;
    margin: 4px 0;
    padding: 0 0 0 35px
}

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

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

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

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

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

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

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

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

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

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

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

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

.page-content>ul>li>ul>li:before {
    background: #383838;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 15px
}

.page-content table {
    border-collapse: collapse;
    border-spacing: 0 4px;
    margin: 0 auto;
    width: 100%
}

.page-content table tbody tr {
    border-bottom: 1px solid hsla(219, 9%, 58%, .5)
}

.page-content table tbody tr:last-child {
    border-bottom: 0
}

.page-content table tbody tr td {
    color: #383838;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    padding: 10px 20px 20px 0;
    text-align: left;
    vertical-align: top
}

.page-content table tbody tr td:last-child {
    padding-right: 0
}

.page-content table thead tr {
    border-bottom: 1px solid hsla(219, 9%, 58%, .5)
}

.page-content table thead th {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    padding: 10px 20px 20px 0;
    text-align: left;
    vertical-align: top
}

.page-content table thead th:last-child {
    padding-right: 0
}

@media screen and (max-width:768px) {

    .page-content table,
    .page-content table.mobile,
    .page-content table.tb_slots {
        border-spacing: 0;
        margin: 0 auto;
        min-width: auto;
        padding: 0;
        width: 100%
    }

    .page-content table thead,
    .page-content table.mobile thead,
    .page-content table.tb_slots thead {
        display: none
    }

    .page-content table tbody tr:last-child,
    .page-content table.mobile tbody tr:last-child,
    .page-content table.tb_slots tbody tr:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }

    .page-content table tbody tr td,
    .page-content table.mobile tbody tr td,
    .page-content table.tb_slots tbody tr td {
        align-items: flex-start;
        background: transparent;
        border: 0;
        display: flex;
        flex-direction: column;
        justify-content: left;
        margin-bottom: 4px;
        min-width: 100%;
        padding: 0;
        text-align: left
    }

    .page-content table tbody tr td:first-child,
    .page-content table.mobile tbody tr td:first-child,
    .page-content table.tb_slots tbody tr td:first-child {
        justify-content: center;
        padding-top: 10px;
        width: 100%
    }

    .page-content table tbody tr td:last-child,
    .page-content table.mobile tbody tr td:last-child,
    .page-content table.tb_slots tbody tr td:last-child {
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .page-content table.mobile tbody tr td {
        min-width: 100%
    }

    .page-content table.mobile tbody tr td:before {
        content: attr(data-th);
        display: block;
        font-style: normal;
        font-weight: 600
    }

    .page-content table.tb_slots {
        border-spacing: 0;
        margin: 0 auto;
        min-width: auto;
        padding: 0;
        width: 100%
    }

    .page-content table.tb_slots thead {
        display: none
    }

    .page-content table.tb_slots tbody tr td {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 8px;
        text-align: right
    }

    .page-content table.tb_slots tbody tr td:before {
        content: attr(data-th);
        display: block;
        margin-right: 8px;
        text-align: left
    }

    .page-content table.tb_slots tbody tr td:first-child {
        font-weight: 600;
        justify-content: center;
        margin-bottom: 4px
    }

    .page-content table.tb_slots tbody tr td:first-child:before {
        content: none
    }
}

.page-content .cover-table {
    background: #f1f1f1;
    border-radius: 20px;
    box-shadow: 0 20px 60px 0 rgba(48, 72, 157, .1);
    margin: 40px auto;
    max-width: 880px;
    overflow: auto;
    padding: 40px
}

@media screen and (max-width:768px) {
    .page-content .cover-table {
        padding: 20px
    }
}

.btn_content {
    display: flex;
    justify-content: center;
    margin: 80px 0
}

@media screen and (max-width:768px) {
    .btn_content {
        margin: 40px 0
    }
}

.btn_content .btn {
    color: #f1f1f1;
    text-decoration: none
}

.btn_content .btn:hover {
    color: #f1f1f1
}

.breadcrumbs {
    color: #383838;
    list-style: none;
    margin: 80px 0 20px;
    padding: 0
}

@media (max-width:768px) {
    .breadcrumbs {
        margin: 40px 0 20px
    }
}

.breadcrumbs li {
    display: inline
}

.breadcrumbs a {
    color: #df0455;
    text-decoration: underline
}

.breadcrumbs a:visited {
    color: #df0455
}

.breadcrumbs a:hover {
    color: #e73d93
}

.breadcrumbs a,
.breadcrumbs__current {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px
}

.breadcrumbs .sep {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.96.46a1 1 0 0 1 1.413 0l3.334 3.333a1 1 0 0 1 0 1.414L2.373 8.54A1 1 0 0 1 .96 7.127L3.585 4.5.96 1.873a1 1 0 0 1 0-1.413H.96Zm4 0a1 1 0 0 1 1.413 0l3.334 3.333a1 1 0 0 1 0 1.414L6.373 8.54A1 1 0 0 1 4.96 7.127L7.585 4.5 4.96 1.873a1 1 0 0 1 0-1.413h.001Z' fill='%2393979B'/%3E%3C/svg%3E");
    display: inline-block;
    height: 16px;
    margin: 0 4px;
    vertical-align: middle;
    width: 16px
}

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

.up-button {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='1' y='0' width='38' height='60'%3E%3Cpath d='M39 60V0H1v60h38Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-9' y='-7' width='64' height='71'%3E%3Cpath d='M31.482-6.2-8.732 11.13l22.95 52.83 40.215-17.33L31.483-6.2Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M13.422 57.473c-.939-1.79-1.462-4.009-.978-6.008.52-2.144 1.956-3.915 3.352-5.58.953-1.136 1.946-2.357 2.38-3.787.287-.941.178-1.87-.022-2.812-.175-.823-.799-1.963.49-1.983.37-.006.447.208.559.517.154.439.354.879.425 1.339a8.414 8.414 0 0 1-.941 5.342c-1.39 2.512-4.013 4.334-4.715 7.216a5.632 5.632 0 0 0 .603 4.131c.359.623.827 1.18 1.373 1.655.83.718 1.39 1.476.28 2.27-.533.388-1.202-.375-1.528-.736-.454-.505-.957-.952-1.278-1.564Z' fill='%23383838'/%3E%3Cpath d='M17.553 41.654c.141-.048 1.04 2.271 1.129 2.487.201.504.331 1.034.623 1.495.172.275.428.794.7.965.385.244.733-.031 1.094-.187.957-.412 1.677-1.192 2.257-2.029.235-.334.53-.654.294-1.044-.178-.299-.662-.538-.951-.711-1.028-.605-3.19-1.698-4.435-1.17l-.71.194Z' fill='%23ED6C30'/%3E%3Cpath d='M17.553 41.654c.141-.048 1.04 2.271 1.129 2.487.201.504.331 1.034.623 1.495.172.275.428.794.7.965.385.244.733-.031 1.094-.187.957-.412 1.677-1.192 2.257-2.029.235-.334.53-.654.294-1.044-.178-.299-.662-.538-.951-.711-1.028-.605-3.19-1.698-4.435-1.17l-.71.194Z' fill='url(%23c)'/%3E%3Cpath d='M17.553 41.654c.141-.048 1.04 2.271 1.129 2.487.201.504.331 1.034.623 1.495.172.275.428.794.7.965.385.244.733-.031 1.094-.187.957-.412 1.677-1.192 2.257-2.029.235-.334.53-.654.294-1.044-.178-.299-.662-.538-.951-.711-1.028-.605-3.19-1.698-4.435-1.17l-.71.194Z' fill='url(%23d)'/%3E%3Cpath d='M37.233 11.617C33.16 2.24 22.146-2.039 12.636 2.06 3.885 5.83-.54 15.38 1.974 24.184c0 0 3.692 14.366 16.235 18.059l1.644-.149s14.03-4.378 17.76-16.843c1.572-4.28 1.575-9.135-.38-13.634Z' fill='url(%23e)'/%3E%3Cg filter='url(%23f)'%3E%3Cpath d='M22.131 16.37c.058.056.306.269.51.468 1.284 1.165 3.384 4.204 4.025 5.795.102.242.32.853.334 1.179 0 .313-.072.61-.218.895-.204.355-.524.64-.904.795-.262.1-1.05.256-1.064.256-.86.156-2.26.242-3.805.242-1.474 0-2.816-.086-3.69-.213-.014-.015-.991-.17-1.326-.341A1.785 1.785 0 0 1 15 23.868v-.056c.014-.426.395-1.321.409-1.321.642-1.505 2.639-4.474 3.965-5.668 0 0 .341-.336.555-.482.305-.228.684-.341 1.064-.341.422 0 .817.128 1.137.37Z' fill='%23F1F1F1'/%3E%3C/g%3E%3Cpath d='M7.954 15.887c.051-.62.046-1.23-.08-1.791-.427-1.963-2.245-1.86-3.512.132-.637 1.003-1.02 2.194-1.286 3.312-.06.257-.116.517-.162.776-.423 2.31-.356 4.644.541 6.354.295.567.796 1.282 1.338 1.524.384.172.858.16 1.315-.113 1.107-.663.986-2.242 1.007-3.247.027-1.262.151-2.55.349-3.848.159-1.02.403-2.083.49-3.099Z' fill='%23fff' fill-opacity='.58'/%3E%3Cpath d='M6.547 16.466c.031-.452.02-.895-.08-1.306-.341-1.434-1.695-1.38-2.616.056-.463.723-.735 1.586-.92 2.397-.042.187-.08.375-.112.564-.288 1.678-.211 3.378.477 4.634.226.415.608.942 1.015 1.125.288.129.641.125.978-.068.818-.47.71-1.621.713-2.353.006-.918.083-1.856.216-2.798.106-.741.276-1.512.329-2.251Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='c' x1='19.808' y1='40.682' x2='22.1' y2='46.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F17202'/%3E%3Cstop offset='1' stop-color='%23FFDD4D'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='20.149' y1='40.819' x2='21.823' y2='46.27' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DF0455'/%3E%3Cstop offset='1' stop-color='%23E73D93'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='14.838' y1='.997' x2='26.805' y2='39.959' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DF0455'/%3E%3Cstop offset='1' stop-color='%23E73D93'/%3E%3C/linearGradient%3E%3Cfilter id='f' x='14.001' y='16' width='14' height='12' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.795833 0 0 0 0 0.0762674 0 0 0 0 0.34736 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_69_80'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_69_80' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    border: none;
    bottom: 40px;
    height: 60px;
    left: calc(50% + 550px);
    opacity: 0;
    padding: 0;
    position: fixed;
    width: 40px;
    z-index: 100
}

@media (max-width:1120px) {
    .up-button {
        left: inherit;
        right: 10px
    }
}

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

.up-button:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='1' y='0' width='38' height='60'%3E%3Cpath d='M39 60V0H1v60h38Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-9' y='-7' width='64' height='71'%3E%3Cpath d='M31.482-6.2-8.732 11.13l22.95 52.83 40.215-17.33L31.483-6.2Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M13.422 57.473c-.939-1.79-1.462-4.009-.978-6.008.52-2.144 1.956-3.915 3.352-5.58.953-1.136 1.946-2.357 2.38-3.787.287-.941.178-1.87-.022-2.812-.175-.823-.799-1.963.49-1.983.37-.006.447.208.559.517.154.439.354.879.425 1.339a8.414 8.414 0 0 1-.941 5.342c-1.39 2.512-4.013 4.334-4.715 7.216a5.632 5.632 0 0 0 .603 4.131c.359.623.827 1.18 1.373 1.655.83.718 1.39 1.476.28 2.27-.533.388-1.202-.375-1.528-.736-.454-.505-.957-.952-1.278-1.564Z' fill='%23383838'/%3E%3Cpath d='M17.553 41.654c.141-.048 1.04 2.271 1.129 2.487.201.504.331 1.034.623 1.495.172.275.428.794.7.965.385.244.733-.031 1.094-.187.957-.412 1.677-1.192 2.257-2.029.235-.334.53-.654.294-1.044-.178-.299-.662-.538-.951-.711-1.028-.605-3.19-1.698-4.435-1.17l-.71.194Z' fill='%23ED6C30'/%3E%3Cpath d='M17.553 41.654c.141-.048 1.04 2.271 1.129 2.487.201.504.331 1.034.623 1.495.172.275.428.794.7.965.385.244.733-.031 1.094-.187.957-.412 1.677-1.192 2.257-2.029.235-.334.53-.654.294-1.044-.178-.299-.662-.538-.951-.711-1.028-.605-3.19-1.698-4.435-1.17l-.71.194Z' fill='url(%23c)'/%3E%3Cpath d='M17.553 41.654c.141-.048 1.04 2.271 1.129 2.487.201.504.331 1.034.623 1.495.172.275.428.794.7.965.385.244.733-.031 1.094-.187.957-.412 1.677-1.192 2.257-2.029.235-.334.53-.654.294-1.044-.178-.299-.662-.538-.951-.711-1.028-.605-3.19-1.698-4.435-1.17l-.71.194Z' fill='url(%23d)'/%3E%3Cpath d='M17.553 41.654c.141-.048 1.04 2.271 1.129 2.487.201.504.331 1.034.623 1.495.172.275.428.794.7.965.385.244.733-.031 1.094-.187.957-.412 1.677-1.192 2.257-2.029.235-.334.53-.654.294-1.044-.178-.299-.662-.538-.951-.711-1.028-.605-3.19-1.698-4.435-1.17l-.71.194Z' fill='url(%23e)'/%3E%3Cpath d='M37.233 11.617C33.16 2.24 22.146-2.039 12.636 2.06 3.885 5.83-.54 15.38 1.974 24.184c0 0 3.692 14.366 16.235 18.059l1.644-.149s14.03-4.378 17.76-16.843c1.572-4.28 1.575-9.135-.38-13.634Z' fill='url(%23f)'/%3E%3Cpath d='M37.233 11.617C33.16 2.24 22.146-2.039 12.636 2.06 3.885 5.83-.54 15.38 1.974 24.184c0 0 3.692 14.366 16.235 18.059l1.644-.149s14.03-4.378 17.76-16.843c1.572-4.28 1.575-9.135-.38-13.634Z' fill='url(%23g)'/%3E%3Cg filter='url(%23h)'%3E%3Cpath d='M22.131 16.37c.058.056.306.269.51.468 1.284 1.165 3.384 4.204 4.025 5.795.102.242.32.853.334 1.179 0 .313-.072.61-.218.895-.204.355-.524.64-.904.795-.262.1-1.05.256-1.064.256-.86.156-2.26.242-3.805.242-1.474 0-2.816-.086-3.69-.213-.014-.015-.991-.17-1.326-.341A1.785 1.785 0 0 1 15 23.868v-.056c.014-.426.395-1.321.409-1.321.642-1.505 2.639-4.474 3.965-5.668 0 0 .341-.336.555-.482.305-.228.684-.341 1.064-.341.422 0 .817.128 1.137.37Z' fill='%23F1F1F1'/%3E%3C/g%3E%3Cpath d='M7.954 15.887c.051-.62.046-1.23-.08-1.791-.427-1.963-2.245-1.86-3.512.132-.637 1.003-1.02 2.194-1.286 3.312-.06.257-.116.517-.162.776-.423 2.31-.356 4.644.541 6.354.295.567.796 1.282 1.338 1.524.384.172.858.16 1.315-.113 1.107-.663.986-2.242 1.007-3.247.027-1.262.151-2.55.349-3.848.159-1.02.403-2.083.49-3.099Z' fill='%23fff' fill-opacity='.58'/%3E%3Cpath d='M6.547 16.466c.031-.452.02-.895-.08-1.306-.341-1.434-1.695-1.38-2.616.056-.463.723-.735 1.586-.92 2.397a9.95 9.95 0 0 0-.112.564c-.288 1.678-.211 3.378.477 4.634.226.415.608.942 1.015 1.125.288.129.641.125.978-.068.818-.47.71-1.621.713-2.352.006-.92.083-1.857.216-2.799.106-.741.276-1.512.329-2.251Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='c' x1='19.808' y1='40.682' x2='22.1' y2='46.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F17202'/%3E%3Cstop offset='1' stop-color='%23FFDD4D'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='20.149' y1='40.819' x2='21.823' y2='46.27' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DF0455'/%3E%3Cstop offset='1' stop-color='%23E73D93'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='20.149' y1='40.819' x2='21.823' y2='46.27' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF2173'/%3E%3Cstop offset='1' stop-color='%23FF76BB'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='14.838' y1='.997' x2='26.805' y2='39.959' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DF0455'/%3E%3Cstop offset='1' stop-color='%23E73D93'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='14.838' y1='.997' x2='26.805' y2='39.959' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF2173'/%3E%3Cstop offset='1' stop-color='%23FF76BB'/%3E%3C/linearGradient%3E%3Cfilter id='h' x='14.001' y='16' width='14' height='12' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.795833 0 0 0 0 0.0762674 0 0 0 0 0.34736 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_71_41'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_71_41' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
}

.apk-container {
    display: none
}

@media (max-width:992px) {
    .apk-container {
        align-items: center;
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        background: rgba(140, 201, 254, .6);
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        padding: 15px 0;
        position: fixed;
        right: 0;
        text-align: center;
        z-index: 90
    }

    .apk-container .apk-btn {
        padding: 8px 24px
    }
}

.faq_container {
    margin-bottom: 24px;
    position: relative;
    width: 100%
}

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

.faq_container .how-start-step__item-title {
    color: #383838;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
    margin: 0 0 8px
}

@media screen and (max-width:576px) {
    .faq_container .how-start-step__item-title {
        font-size: 20px;
        line-height: 24px
    }
}

.how-start-step__item-content {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    pointer-events: none
}

.how-start-step__item-btn {
    align-items: start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    position: relative
}

.faq+p {
    margin-top: 24px
}