/* FONTS */
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');*/
@font-face {
    font-family: "Montserrat";
    src: local("Montserrat"), url("fonts/light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: local("Montserrat"), url("fonts/regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: local("Montserrat"), url("fonts/medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat"), url("fonts/bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}
/* END FONTS */

* {
    box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
section,
ul,
li {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-size: 100%;
    vertical-align: baseline;
}

/*strong {
    font-weight: normal !important;
}*/

.ulul {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.lili {
    font: 300 14px / 20px Montserrat, sans-serif;
    color: rgb(153, 150, 167);
    list-style: circle;
    list-style-type: disc;
    margin-left: 16px;
}

html {
    font: 400 16px / 18px Montserrat, sans-serif;
}

.h3h3 {
    font: 700 24px / 32px Montserrat, sans-serif;
    color: rgb(0, 198, 255);
    letter-spacing: 0.105882px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.about-spoler-main1 {
    width: 100%;
}

a {
    text-decoration: none;
    color: rgb(0, 198, 255);
}
a:hover,
a:active,
a:focus {
    color: #f37d0c;
    text-decoration: none;
}
/*a:visited {
    color: rgb(0, 198, 255);
}*/


ul {
    margin-top: 16px;
    margin-bottom: 16px;
}

li {
    /*list-style: outside none none;*/
    font: 300 14px / 20px Montserrat, sans-serif;
    color: rgb(153, 150, 167);
    margin-left: 32px;
}
svg {
    flex: 0 0 auto;
}
button {
    font-family: Montserrat, sans-serif;
}

h1 {
    font: 700 32px / 41px Montserrat, sans-serif;
    color: rgb(0, 198, 255);
    letter-spacing: 0.105882px;
    margin-bottom: 32px;
    margin-top: 64px;
}

h2 {
    font: 700 24px / 32px Montserrat, sans-serif;
    color: rgb(0, 198, 255);
    letter-spacing: 0.105882px;
    margin-bottom: 24px;
    margin-top: 24px;
}

h3 {
    font: 500 18px / 20px Montserrat, sans-serif;
    color: rgb(0, 198, 255);
    margin-bottom: 8px;
}

h4 {
    font: 500 18px / 20px Montserrat, sans-serif;
    color: rgb(0, 198, 255);
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    width: auto;
    /*width: 302px;*/
}

.article {
    min-height: 100vh;
    background: rgb(247, 250, 252) url("/images/bg2.png") no-repeat scroll right
        top / auto 100%;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    background-size: cover;
    background-attachment: fixed;
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 1140px;
}

header {
    display: flex;
    align-items: flex-end;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 32px 0px 50px;
    position: relative;
}
header .wrap {
    display: flex;
    align-items: flex-end;
}
header .wrap .logo {
    width: auto;
    padding: 0px 24px;
    min-width: 195px;
    outline: none;
}
header .wrap .logo a {
    display: inline-block;
}
header .wrap .logo a.mobile {
    display: none;
}
header .wrap .items .item {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: rgb(24, 30, 69);
}
header .wrap .items .item > svg {
    margin-right: 12px;
    vertical-align: middle;
}
header .wrap .items .item > svg path {
    fill: #e23f65;
}

header .wrap .items .item + .item {
    margin-top: 4px;
}

header nav {
    display: flex;
}
header nav .items {
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

header nav .items a,
.button {
    outline: currentcolor none medium;
    cursor: pointer;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 14px 28px;
    box-sizing: border-box;
    max-height: 56px;
    border: medium none;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease 0s;
    position: relative;
    white-space: nowrap;
    font: 400 14px / 16px Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    background: rgb(226, 63, 101) none repeat scroll 0% 0%;
}
header nav .items a > span {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}
header nav .items > a svg,
header nav .items > button svg {
    width: auto;
    height: auto;
}
header nav .items > a > span > span,
header nav .items > button > span > span {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
header nav .items > a svg {
    margin-right: 9px;
}
header nav .items > a,
header nav .items > button {
    margin-left: 16px;
}

header nav .items a.profile {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
header nav .items a.login {
    padding-left: 18px;
    padding-right: 18px;
    background-color: rgb(251, 251, 251);
    box-shadow: transparent 0px 0px 0px 1px inset;
    flex-shrink: 0;
}
header nav .items a.login span {
    color: rgb(24, 30, 69);
}

header .accountLink {
    display: none;
}

.cabinet {
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.cabinet .cabinet-content {
    position: relative;
}
.cabinet .cabinet-content .header {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
}

.avatar {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(226, 63, 101);
    font-weight: 700;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.cabinet .cabinet-content .header .avatar {
    margin-right: 8px;
}
.cabinet .cabinet-content .header .email {
    font-size: 14px;
    line-height: 16px;
    color: rgb(24, 30, 69);
    font-weight: 500;
}

.label.bronze {
    display: inline-block;
    border-radius: 4px;
    font-size: 11px;
    line-height: 13px;
    margin-top: 4px;
    padding: 4px;
    color: rgb(255, 152, 56);
    background: rgba(255, 152, 56, 0.1) none repeat scroll 0% 0%;
}

.cabinet .cabinet-content .header .arrow svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    transition-duration: 0.3s;
    transform: rotate(0deg);
}
.cabinet .cabinet-content .header .arrow svg path {
    fill: rgb(24, 30, 69);
}
.cabinet .cabinet-content.open .header .arrow svg {
    transform: rotate(-180deg);
}

.cabinet .cabinet-content .profile-menu {
    display: none;
}
.cabinet .cabinet-content .profile-menu > li:hover {
    background-color: rgb(231, 232, 236);
}
.cabinet .cabinet-content .profile-menu > li:first-child {
    border-bottom: 1px solid rgb(246, 246, 246);
}
.cabinet .cabinet-content .profile-menu > li:last-child {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    color: rgb(57, 59, 83);
    border-top: 1px solid rgb(246, 246, 246);
    text-align: center;
    cursor: pointer;
}
.cabinet .cabinet-content .profile-menu > li a {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
    color: rgb(24, 30, 69);
    white-space: nowrap;
}
.cabinet .cabinet-content .profile-menu > li a svg {
    width: 20px;
    margin-right: 8px;
}

.cabinet .cabinet-content .profile-menu > li:last-child a {
    justify-content: center;
}

.cabinet .cabinet-content.open .profile-menu {
    display: block;
}

.cabinet .cabinet-content .profile-menu > li.soon svg,
.cabinet .cabinet-content .profile-menu > li.soon span {
    opacity: 0.4;
}
.cabinet .cabinet-content .profile-menu > li.new > a::after,
.cabinet .cabinet-content .profile-menu > li.soon > a::after {
    display: inline-block;
    border-radius: 4px;
    margin-left: 17px;
    padding: 2px 4px;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
}
.cabinet .cabinet-content .profile-menu > li.soon > a::after {
    content: "Soon";
    background-color: rgb(249, 217, 224);
    color: rgb(226, 63, 101);
}

.mobile-burger .burger {
    display: block;
    height: 17px;
    width: 22px;
    cursor: pointer;
}
.mobile-burger .burger svg {
    height: 100%;
    width: 100%;
}

main > section {
    width: 100%;
    display: flex;
    flex: 1 1 0%;
    flex-wrap: wrap;
}

main > section .menu {
    height: 566px;
    max-width: 186px;
    min-width: 186px;
    margin-right: 28px;
    border-radius: 0px 0px 10px 10px;
}
main > section .menu ul {
    position: relative;
    margin-top: -20px;
}
main > section .menu ul li {
    position: relative;
    z-index: 2;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 20px 5px 20px 24px;
}
main > section .menu ul li a.menu-item {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    position: relative;
}
main > section .menu ul li a.menu-item,
main > section .menu ul li a.menu-item path {
    fill: rgb(24, 30, 69);
}
main > section .menu ul li a.menu-item svg {
    width: 24px;
    margin-right: 12px;
    box-sizing: content-box;
    border-radius: 50%;
}
main > section .menu ul li a.menu-item span {
    color: rgb(24, 30, 69);
    font: 400 14px / 16px Montserrat, sans-serif;
    white-space: nowrap;
}

main .container {
    display: flex;
    width: 100%;
    opacity: 0;
}
main .container .content {
    height: 566px;
    width: 100%;
    margin: 0px;
    display: flex;
    flex-flow: row wrap;
    min-height: 300px;
    min-width: 500px;
    position: relative;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 8px;
    transition: all 0.3s ease 0s;
    animation: 1s ease 0s 1 normal none running bcCCNc;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0px;
    box-shadow: none;
    z-index: 2;
}

main .container .content::before,
main .container .content .block::before,
.block-content::before,
.have-before::before,
.cute-content::before,
.table-content::before {
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
    border-radius: 10px;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease 0s;
}

main .container .content .block {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}

main .container .content .block .input-select {
    position: relative;
    margin-bottom: 13px;
}
main .container .content .block .input-select .btn {
    user-select: none;
    cursor: pointer;
    position: relative;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 13px 16px 13px 20px;
    font: 500 18px / 21px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
    border: 1px solid rgb(178, 196, 214);
    border-radius: 12px;
    transition: border-color 0.2s ease 0s;
}
main .container .content .block .input-select .btn .icon {
    width: 28px;
    height: 28px;
    opacity: 1;
    margin-right: 17px;
}
main .container .content .block .input-select .btn > svg {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-left: 7px;
    transform: translateY(-50%);
    transition: all 0.3s linear 0s;
}
main .container .content .block .input-select.open .btn > svg {
    transform: translateY(-50%) rotateZ(180deg);
    transition: all 0.3s linear 0s;
}

main .container .content .block .input-select .dropdown {
    display: none;
    overflow: hidden;
    max-height: 310px;
    z-index: 2;
    position: absolute;
    top: 100%;
    right: 0px;
    left: 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-color: currentcolor rgb(178, 196, 214) rgb(178, 196, 214);
    border-style: none solid solid;
    border-width: 0px 1px 1px;
    border-image: none 100% / 1 / 0 stretch;
    border-radius: 12px 12px 12px 12px;
    box-shadow: rgb(50 50 50 / 10%) 0px 10px 20px;
    transition: all 0.3s linear 0s;
    animation: 0.2s ease 0s 1 normal none running jhesXi;
    margin-top: 4px;
    z-index: 9999;
}
main .container .content .block .input-select .dropdown .dropdown_inner {
    overflow-y: auto;
    max-height: 310px;
}
main
    .container
    .content
    .block
    .input-select
    .dropdown
    .dropdown_inner
    .optiongroup {
    background: #f9f9f9;
    padding: 9px 20px;
    font-size: 12px;
}
main
    .container
    .content
    .block
    .input-select
    .dropdown
    .dropdown_inner
    .option {
    user-select: none;
    cursor: pointer;
    position: relative;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: rgb(24, 30, 69);
    padding: 8px 20px;
    font: 400 14px / 18px Montserrat, sans-serif;
    transition: all 0.2s linear 0s;
}
main
    .container
    .content
    .block
    .input-select
    .dropdown
    .dropdown_inner
    .option
    .icon {
    width: 24px;
    height: 24px;
    opacity: 1;
    margin-right: 14px;
}
main
    .container
    .content
    .block
    .input-select
    .dropdown
    .dropdown_inner
    .option:hover {
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    color: rgb(24, 30, 69);
}

main .container .content .block .input-select.open .dropdown {
    display: block;
}

main .container .content .block .amountInput {
    position: relative;
}
main .container .content .block .amountInput .input-text {
    position: relative;
    width: 100%;
    font: 500 18px / 21px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
    padding: 16px 0px;
}
main .container .content .block .amountInput .input-text input {
    background-color: inherit;
    appearance: none;
    width: 100%;
    padding-bottom: 8px;
    outline: currentcolor none medium;
    font: 400 17px / 20px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
    border-radius: 0px;
    border-color: currentcolor currentcolor rgb(24, 30, 69);
    border-style: none none solid;
    border-width: medium medium 1px;
    border-image: none 100% / 1 / 0 stretch;
}
main .container .content .block .amountInput .input-text input:focus {
    border-color: rgb(0, 198, 255);
}
main .container .content .block .amountInput .input-text input:focus ~ .addons {
    color: rgb(0, 198, 255);
}
main .container .content .block .amountInput .input-text .addons {
    position: absolute;
    text-transform: uppercase;
    top: 17px;
    right: 0px;
    color: inherit;
}

main .container .content .block aside {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    min-height: 76px;
    margin-top: 5px;
}
main .container .content .block aside p {
    padding-right: 10px;
    font: 400 12px / 20px Montserrat, sans-serif;
    color: rgb(96, 87, 136);
}
main .container .content .block aside .range > span {
    min-width: 22px;
}

main .container .content .block h4 {
    display: none;
}

main .container .content .block .to-field {
    display: flex;
    flex-flow: row wrap;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.content-field {
    position: relative;
    width: 100%;
    font: 500 18px / 21px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
    padding: 16px 0px;
    margin-top: 10px;
}
.content-field input {
    background-color: inherit;
    appearance: none;
    width: 100%;
    padding-bottom: 8px;
    outline: currentcolor none medium;
    font: 400 17px / 20px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
    border-radius: 0px;
    border-color: currentcolor currentcolor rgb(162, 165, 181);
    border-style: none none solid;
    border-width: medium medium 1px;
    border-image: none 100% / 1 / 0 stretch;
}
.content-field input:focus {
    border-color: rgb(0, 198, 255);
}
.content-field input:focus ~ .placeholder {
    color: rgb(0, 198, 255);
    font-size: 13px;
    top: 0px;
}

.placeholder {
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 20px;
    left: 0px;
    white-space: nowrap;
    font: 400 14px / 14px Montserrat, sans-serif;
    color: rgb(162, 165, 181);
    transition: all 0.3s ease 0s;
}

.content-field input:focus ~ .placeholder,
.content-field input.dirty ~ .placeholder,
.content-field input:autofill ~ .placeholder {
    font-size: 13px;
    top: 0px;
}
.content-field input.dirty:not(:focus) ~ .placeholder {
    color: rgb(162, 165, 181);
    font-size: 13px;
    top: 0px;
}

.separator {
    content: "";
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e23f65;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.separator::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: ;
    display: none;
}

.separator:hover {
    background: rgb(239, 85, 121) none repeat scroll 0% 0%;
}

main .container .content .block aside.vertical {
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
}

main .container .content .block .form-send {
    -moz-box-flex: 1;
    flex-grow: 1;
    -moz-box-pack: end;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

.text-agree {
    margin-bottom: 16px;
    font: 400 12px / 18px Montserrat, sans-serif;
    color: rgb(96, 87, 136);
    text-align: center;
}
.text-agree a {
    color: rgb(96, 87, 136);
    text-decoration: underline;
}

.btn-submit {
    outline: currentcolor none medium;
    cursor: pointer;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 17px 28px;
    box-sizing: border-box;
    max-height: 56px;
    border: medium none;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease 0s;
    position: relative;
    white-space: nowrap;
    font: 500 18px / 21px Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    background: rgb(226, 63, 101) none repeat scroll 0% 0%;
}
.btn-submit > span {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}
.btn-submit:active {
    background: rgb(209, 55, 91) none repeat scroll 0% 0%;
}

.btn-submit:disabled {
    cursor: default;
    background: rgb(153, 150, 167) none repeat scroll 0% 0%;
}
.btn-submit:disabled:active {
    background: rgb(153, 150, 167) none repeat scroll 0% 0%;
}

footer {
    padding: 28px 0px;
}
footer .flex {
    display: flex;
    -moz-box-pack: justify;
    -moz-box-align: center;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
footer .flex .copyright {
    color: rgb(24, 30, 69);
    font: 14px / 16px Montserrat, sans-serif;
}
footer .flex .copyright2 {
    color: rgb(24, 30, 69);
    font: 14px / 16px Montserrat, sans-serif;
    display: none !important;
}
footer .flex .footer-flex-content {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: rgb(24, 30, 69);
}
footer .flex .header {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
}
footer .flex .header > svg:first-child {
    margin-right: 5px;
}
footer .flex .header > svg:last-child {
    transition-duration: 0.3s;
}
footer .flex .header .title {
    font-weight: 500;
}

footer .flex .header.open > svg:last-child {
    transform: rotate(-180deg);
}
footer .flex .header.open .dropdown {
    display: block;
}

footer .links {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}
footer .links .left,
footer .links .right {
    display: flex;
    flex-wrap: wrap;
}
footer .links .left {
    -moz-box-align: baseline;
    align-items: baseline;
}
footer .links .left a {
    text-decoration: underline;
}
footer .links .left a:not(:last-child),
footer .links .right a:not(:last-child) {
    margin-right: 2em;
}
footer .links .right {
    -moz-box-align: center;
    align-items: center;
}
footer .links a {
    font: 300 14px / 16px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
}

footer .links .bestchange-link {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    font-size: 14px;
    color: rgb(24, 30, 69);
    text-decoration: underline;
}
footer .links .bestchange-link > span {
    margin-right: 8px;
    white-space: nowrap;
}
footer .links .bestchange-link > svg {
    width: 77px;
}

footer .flex .langs {
    position: absolute;
    bottom: calc(100% + 14px);
    z-index: 2;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 12px;
    border-radius: 10px;
    padding: 4px 0px;
    min-width: 132px;
    display: none;
}
footer .flex .langs > li {
    padding: 6px 16px;
    cursor: pointer;
    transition-duration: 0.3s;
}
footer .flex .langs > li:hover {
    opacity: 0.4;
}

#progressBar .bar {
    background: rgb(226, 63, 101) none repeat scroll 0% 0%;
    position: fixed;
    z-index: 1031;
    top: 0px;
    left: 0px;
    width: 0;
    height: 4px;
}
#progressBar .bar .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: rgb(226, 63, 101) 0px 0px 10px, rgb(226, 63, 101) 0px 0px 5px;
    opacity: 1;
    transform: rotate(3deg) translate(0px, -4px);
}

#exchange-form {
    position: relative;
}

.alert-mini {
    background: rgb(24, 30, 69) none repeat scroll 0% 0%;
    border: medium none;
    border-radius: 8px;
    font-size: 11px;
    padding: 10px 12px;
    line-height: 14px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    cursor: default;
    animation: 1s ease 0s 1 normal none running bcCCNc;
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 56px;
    transform: translateX(-50%);
}
.alert-mini svg {
    width: 16px;
    margin-right: 8px;
}

.mobile-cabinet,
.mobile-cabinet-enter {
    display: none;
}
.mobile-cabinet a > span {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}
.mobile-cabinet a > span > span,
.mobile-cabinet a > span > span {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.mobile-cabinet > a svg,
.mobile-cabinet > button svg {
    width: auto;
    height: auto;
    margin-right: 9px;
}
.mobile-cabinet a.login {
    padding-left: 18px;
    padding-right: 18px;
    background-color: rgb(251, 251, 251);
    box-shadow: rgb(24, 30, 69) 0px 0px 0px 1px inset;
    flex-shrink: 0;
}
.mobile-cabinet a.login span {
    color: rgb(24, 30, 69);
}
.mobile-cabinet a.profile {
    background: rgb(24, 30, 69) none repeat scroll 0% 0%;
    width: 100%;
    margin-left: 16px;
}

main > section .menu .close {
    display: none;
    width: 20px;
    height: 20px;
    position: relative;
    left: -10px;
}

.block-content {
    height: 566px;
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: row;
    min-height: 300px;
    min-width: 500px;
    position: relative;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(88, 191, 249, 0.204) 0px 3px 21px;
    border-radius: 24px;
    transition: all 0.3s ease 0s;
    animation: 1s ease 0s 1 normal none running bcCCNc;
    padding: 0px;
}
.block-content .part-left {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 41px 36px;
}
.block-content .part-right {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0)
        linear-gradient(213.49deg, rgb(56, 62, 101) 0%, rgb(24, 30, 69) 100%)
        repeat scroll 0% 0%;
    border-radius: 24px 24px 24px 24px;
    color: rgb(255, 255, 255);
    padding: 41px 36px;
}

.registration .block-content .part-left .content-field {
    position: relative;
    width: 100%;
    font: 500 18px / 21px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
    padding: 16px 0px;
}
.registration .block-content .part-left form,
.enter .block-content .part-left form {
    display: flex;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.registration .block-content .part-left form button,
.enter .block-content .part-left form button {
    width: 100%;
    margin-bottom: 24px;
}
.registration .block-content .part-right img,
.enter .block-content .part-right img {
    margin: 0px auto 16px;
}

.enter .block-content .part-left form .content-field.last {
    margin-bottom: 20px;
}

.enter-button {
    font-size: 14px;
    line-height: 16px;
    color: rgb(153, 150, 167);
    text-align: center;
}
.enter-button a {
    color: rgb(226, 63, 101);
    text-decoration: underline;
}

.block-content .part-right h3 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0px;
}
.block-content .part-right p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.block-content .part-right p:not(:last-child) {
    margin-bottom: 1em;
}

.enter .recovery {
    margin-bottom: 40px;
    margin-top: -25px;
    text-align: right;
}
.enter .recovery a {
    text-decoration: none;
    font: 400 14px / 16px Montserrat, sans-serif;
    color: rgb(134, 126, 172);
}

.page-content {
    height: 566px;
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    min-width: 500px;
    padding: 36px;
    position: relative;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(88, 191, 249, 0.204) 0px 3px 21px;
    border-radius: 24px;
    transition: all 0.3s ease 0s;
    animation: 1s ease 0s 1 normal none running bcCCNc;
}

.tabs {
    margin-bottom: 16px;
    scrollbar-width: none;
}
.tabs li {
    display: inline-block;
    height: 24px;
    border: 1px solid rgb(226, 63, 101);
    border-radius: 4px;
    margin: 0px 8px 8px 0px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 14px;
    color: rgb(153, 150, 167);
    background-color: transparent;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}
.tabs li > span:first-child {
    font-weight: 700;
    margin-right: 4px;
}
.tabs li.active {
    background-color: rgb(226, 63, 101);
    color: rgb(255, 255, 255);
}

.tabs-item {
    display: none;
}
.tabs-item.active {
    display: block;
}

.tab-reserve.active {
    display: flex;
    flex-wrap: wrap;
}
.tab-reserve .item {
    display: flex;
    flex-direction: column;
    -moz-box-pack: end;
    justify-content: flex-end;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    max-width: calc(16.6667% - 12px);
    height: 132px;
    border: 1px solid rgb(246, 246, 246);
    border-radius: 8px;
    padding: 8px;
    margin: 6px;
}
.tab-reserve .item > div {
    text-align: center;
}
.tab-reserve .item .icon {
    width: 42px;
    height: 42px;
}
.tab-reserve .item .reserve {
    font-size: 14px;
    line-height: 16px;
    color: rgb(24, 30, 69);
    margin: 8px 0px 0px;
}
.tab-reserve .item .name {
    font-size: 12px;
    line-height: 14px;
    color: rgb(153, 150, 167);
    margin: 18px 0px 0px;
}

.content-field .error,
.content-field .help-block,
.input-text .help-block {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: rgb(226, 63, 101);
    font-size: 10px;
    line-height: 11px;
    pointer-events: none;
    font-weight: 400;
}

.alert-big-error,
.alert-big-success {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 14px;
    display: inline;
    -moz-box-align: center;
    align-items: center;
    box-shadow: rgba(50, 50, 50, 0.2) 4px 6px 12px;
    border-radius: 10px;
    padding: 17px 16px 17px 64px;
    z-index: 3001;
    animation: 0.5s ease 0s 1 normal none running iyRrE;
}
.alert-big-error {
    background: rgb(255, 255, 255) url("/images/icon-error.svg") no-repeat
        scroll 20px 50% / 30px;
    color: rgb(24, 30, 69);
    border: 1px solid rgb(226, 63, 101);
}
.alert-big-success {
    background: rgb(255, 255, 255) url("/images/icon-success.svg") no-repeat
        scroll 20px 50% / 30px;
    color: rgb(24, 30, 69);
    border: 1px solid rgb(2, 194, 88);
}

.success-text {
    line-height: 23px;
}

.faq {
    box-sizing: border-box;
    padding-right: 16px;
}

.faq .item {
    border-bottom: 1px solid rgb(210, 210, 210);
    transition: all 0.3s ease 0s;
}
.faq .item__title {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    box-sizing: border-box;
    color: rgb(24, 30, 69);
    transition: all 0.3s ease 0s;
    font-size: 18px;
    line-height: 21px;
    padding: 19px 0px;
    user-select: none;
}
.faq .item__title svg {
    margin-left: 7px;
    transition: all 0.3s ease 0s;
}
.faq .item__title svg path {
    stroke: rgb(24, 30, 69);
}
.faq .item.active .item__title {
    border: 0px none;
    color: rgb(226, 63, 101);
}
.faq .item.active .item__title svg {
    transform: rotateZ(180deg);
}
.faq .item.active .item__title svg path {
    stroke: rgb(226, 63, 101);
    fill: transparent;
}
.faq .item__content {
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: rgb(153, 150, 167);
    font-weight: 300;
    padding-bottom: 20px;
    animation: 1s ease 0s 1 normal none running ljBvOZ;
}
.faq .item.active .item__content {
    display: block;
}

.info {
    overflow-y: auto;
}
.info h3 {
    font: bold 24px / 28px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
    margin-bottom: 12px;
    margin-top: 0px;
}
.info p {
    font: 300 14px / 20px Montserrat, sans-serif;
    color: rgb(153, 150, 167);
    margin-bottom: 36px;
}

.profile-tabs {
    display: flex;
    -moz-box-pack: justify;
    /*justify-content: space-between;*/
    border-bottom: 1px solid rgb(246, 246, 246);
    margin-bottom: 24px;
}
.profile-tabs a {
    display: inline-block;
    padding: 14px 0px;
    font-size: 13px;
    line-height: 16px;
    color: rgb(96, 87, 136);
    position: relative;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
    margin-right: 15px;
}
.profile-tabs a.active {
    color: rgb(24, 30, 69);
}
.profile-tabs a.active::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    height: 2px;
    background-color: rgb(226, 63, 101);
}
.profile-tabs a:hover {
    color: rgb(226, 63, 101);
}

.profile-content {
    display: flex;
    align-items: flex-start;
}
.profile-content .part {
    flex: 1 1 0%;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 10px;
    padding: 24px 16px;
    color: rgb(24, 30, 69);
}
.profile-content .part h2 {
    display: flex;
    -moz-box-align: baseline;
    align-items: baseline;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 4px;
    color: #000;
}
.profile-content .part h2 svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.profile-content .part h2 + .small {
    display: inline-block;
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 14px;
    color: rgb(57, 59, 83);
    font-weight: 300;
}
.profile-content .part h2 button {
    font-size: 12px;
    line-height: 14px;
    color: rgb(0, 198, 255);
    border: medium none;
    outline: currentcolor none medium;
    background-color: transparent;
    cursor: pointer;
    padding: 0px;
}

.profile-content .part .person-item {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.profile-content .part .person-item > span {
    font-size: 14px;
    line-height: 16px;
}
.profile-content .part .person-item > span:first-child {
    color: rgb(57, 59, 83);
}
.profile-content .part .person-item > span:last-child {
    color: rgb(24, 30, 69);
}
.profile-content .part .person-item:not(:last-child) {
    margin-bottom: 12px;
}

.profile-content .option {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}
.profile-content .option .title {
    font-size: 14px;
    line-height: 16px;
    color: rgb(24, 30, 69);
    margin-bottom: 4px;
}
.profile-content .option .small {
    font-size: 12px;
    line-height: 14px;
    color: rgb(96, 87, 136);
    font-weight: 300;
}
.profile-content .option:not(:last-child) {
    margin-bottom: 32px;
}

.btn-default {
    outline: currentcolor none medium;
    cursor: pointer;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 9px;
    box-sizing: border-box;
    max-height: 56px;
    border: 1.25px solid rgb(223, 223, 223);
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease 0s;
    position: relative;
    white-space: nowrap;
    font: 400 12px / 14px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
    background: transparent none repeat scroll 0% 0%;
}
.btn-default > span {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    color: rgb(24, 30, 69);
}
.btn-default:hover {
    background: transparent none repeat scroll 0% 0%;
}

.modal {
    display: none;
}
.modal .modal-content {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 14px;
    overflow-y: auto;
}
.modal .modal-content .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(10, 10, 10, 0.4) none repeat scroll 0% 0%;
    z-index: 9;
    animation: 0.3s ease 0s 1 normal none running bcCCNc;
}
.modal .modal-content .body {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 460px;
    margin: auto;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(159, 166, 176, 0.41) 4px 6px 16px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 44px 36px 36px;
    animation: 0.5s ease 0s 1 normal none running bcCCNc;
}
.modal .modal-content .body h3 {
    font-size: 24px;
    line-height: 28px;
    color: rgb(24, 30, 69);
    margin-bottom: 24px;
}
.modal .modal-content .body h4 {
    font-size: 16px;
    line-height: 18px;
    color: rgb(24, 30, 69);
    margin: 32px 0px 16px;
}

.modal .modal-content .body .btn-submit {
    width: 100%;
    margin-top: 30px;
}

.modal .modal-content .modal_close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 17px;
    height: 17px;
    object-fit: contain;
    cursor: pointer;
}
.modal .modal-content .modal_close path {
    stroke: rgb(24, 30, 69);
}

.modal .modal-content p {
    color: rgb(50, 60, 90);
}

.cute-content {
    height: -moz-fit-content;
    width: -moz-fit-content;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    min-width: 500px;
    padding: 36px;
    position: relative;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(88, 191, 249, 0.204) 0px 3px 21px;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    animation: 1s ease 0s 1 normal none running bcCCNc;
}

.link-back {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    align-self: flex-start;
}
.link-back > svg {
    margin-right: 4px;
}
.link-back > svg path {
    fill: rgb(96, 87, 136);
}
.link-back > span {
    font-size: 14px;
    line-height: 16px;
    color: rgb(96, 87, 136);
}

.shark {
    margin-top: 20px;
    width: 100%;
}

.bids .title {
    display: flex;
    -moz-box-align: baseline;
    align-items: baseline;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}
.bids .title h3 {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: rgb(24, 30, 69);
    margin: 0px;
}
.bids .title h3 svg {
    width: 24px;
    margin-right: 8px;
}

.bids .table-container {
    margin: 0px -36px 20px;
}
.bids .table-content {
    width: 100%;
}

.icon {
    width: 28px;
    height: 28px;
    opacity: 1;
}

.table-content {
    display: table;
    position: relative;
    border-collapse: collapse;
    color: rgb(24, 30, 69);
}
.table-header {
    display: table-header-group;
    background: rgb(240, 240, 244) none repeat scroll 0% 0%;
}
.table-header > div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    padding: 14px;
    white-space: nowrap;
    color: rgb(24, 30, 69);
}
.table-header > div:first-child {
    padding-left: 24px;
}
.table-header > div:last-child {
    padding-right: 24px;
}

.table-row {
    display: table-row;
    border-bottom: 1px solid rgb(210, 210, 210);
    transition: all 1s ease 0s;
}
.table-row > div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    padding: 12px;
}
.table-row > div:first-child {
    padding-left: 24px;
}
.table-row > div:last-child {
    padding-right: 24px;
}

.table-row span {
    display: block;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-row span:first-child {
    color: rgb(24, 30, 69);
    line-height: 16px;
}
.table-row span:not(:only-child):last-child {
    color: rgb(96, 87, 136);
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
}
.table-row a {
    color: rgb(0, 198, 255);
}

.table-row .group {
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
/*
.table-row .status-cell.color--yellow .value {
    color: rgb(221, 177, 52);
}
.table-row .status-cell.color--green .value {
    color: rgb(2, 194, 88);
}*/

.table-row .icon {
    width: 20px;
    height: 20px;
}
.table-row .group .icon {
    margin-right: 8px;
    flex-shrink: 0;
}

.table-row strong {
    color: rgb(24, 30, 69);
    font-weight: 500;
}

.bids .table-content .trigger > svg {
    cursor: pointer;
}
.bids .table-content .trigger > svg path {
    fill: rgb(24, 30, 69);
}

.loading {
    width: 15px;
    vertical-align: middle;
}

.unavailable {
    opacity: 0.3;
}
.unavailable::after {
    content: "Недоступно";
    position: absolute;
    right: 21px;
    color: rgb(96, 87, 136);
    padding: 2px 4px;
    font: 400 12px / 14px Montserrat, sans-serif;
    background: rgb(240, 239, 244) none repeat scroll 0% 0%;
    border-radius: 4px;
}

.modal .tpl3 {
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    max-width: 565px;
    color: rgb(24, 30, 69);
}
.modal .tpl3 .important {
    background: rgb(247, 103, 63) none repeat scroll 0% 0%;
    opacity: 0.8;
    color: rgb(255, 255, 255);
    font-size: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0px auto;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}
.modal .tpl3 h2 {
    font-size: 24px;
    margin: 16px 0px 20px;
}
.modal .tpl3 ul {
    text-align: left;
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
}
.modal .tpl3 ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: calc(50% - 2px);
    background: rgb(21, 35, 52) none repeat scroll 0% 0%;
}
.modal .tpl3 ul li {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
}
.modal .tpl3 span {
    color: rgb(226, 63, 101);
}

.modal .tpl1 {
    font-family: "Ubuntu", sans-serif;
    text-align: center;
}
.modal .tpl1 .text {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    color: rgb(24, 30, 69);
}
.modal .tpl1 .text strong {
    color: rgb(226, 63, 101);
}
.modal .tpl1 .count {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    margin: 12px 0px;
}
.modal .tpl1 .count div:first-child {
    font-size: 72px;
    line-height: 56px;
    margin-right: 12px;
}
.modal .tpl1 .count div {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: rgb(226, 63, 101);
    text-align: left;
}
.modal .tpl1 .count div span {
    display: block;
    color: rgb(226, 63, 101);
}

.modal .tpl2 {
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    max-width: 460px;
    color: rgb(24, 30, 69);
}
.modal .tpl2 h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
    color: rgb(24, 30, 69);
}
.modal .tpl2-count {
    margin: 20px 0px;
}
.modal .tpl2 span {
    color: rgb(226, 63, 101);
}
.modal .tpl2-count span:first-child {
    font-size: 72px;
    font-weight: 700;
    line-height: 54px;
    margin-right: 8px;
}
.modal .tpl2-count span {
    color: rgb(226, 63, 101);
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
}
.modal .tpl2-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin: 0px;
}
.modal .tpl2-btn {
    display: flex;
    justify-content: center;
}
.modal .modal-content .body .tpl2 .btn-submit {
    width: 150px !important;
}

.bid-direction {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}
.bid-direction > div {
    color: rgb(24, 30, 69);
    flex: 1 1 0%;
    line-height: 1;
}
.bid-direction > div .icon {
    width: 28px;
    height: 28px;
    opacity: 1;
    margin: 0px 10px;
}
.bid-direction > div:first-child {
    -moz-box-pack: end;
    justify-content: flex-end;
}
.bid-direction svg {
    margin: 0px 20px;
    width: 32px;
    height: 32px;
}

.bid-reqs > div {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.bid-reqs h4 {
    font: 500 18px / 20px Montserrat, sans-serif;
    color: rgb(0, 198, 255);
    margin-bottom: 20px;
}
.bid-reqs li {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgb(210, 210, 210);
    padding: 12px 0px;
    font-size: 18px;
    line-height: 21px;
    flex-direction: column;
}
.bid-reqs li span {
    color: rgb(24, 30, 69);
    font-size: 12.5px;
}
.bid-reqs li span:first-child {
    color: rgb(153, 150, 167);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

._crypto ul li span:last-child {
    word-break: break-all;
    font-size: 15px;
}

.bid-footer form {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
}

/* .pay .summary p.status > strong {
    color: rgb(226, 63, 101) !important;
} */
.color--grey,
.color--grey .value {
    color: rgb(134, 126, 172) !important;
}
.color--yellow,
.color--yellow .value {
    color: rgb(221, 177, 52) !important;
}
.color--green,
.color--green .value {
    color: rgb(2, 194, 88) !important;
}
.color--blue,
.color--blue .value {
    color: #0046ec !important;
}
.color--red,
.color--red .value {
    color: rgb(226, 63, 101) !important;
}

.bid-send {
    text-align: center;
    margin-bottom: 25px;
    background: #ffeaea;
    padding: 20px;
}

.pay {
    width: 100%;
    max-width: 655px;
    height: -moz-fit-content;
    margin: 0px auto;
    font-weight: 300;
}
.pay .header {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.pay .summary h2 {
    font: 600 24px / 36px Montserrat, sans-serif;
    line-height: 29px;
    margin-bottom: 8px;
}
.pay .summary p {
    line-height: 24px;
    white-space: nowrap;
}
.pay .summary p:not(:last-child) {
    margin-bottom: 4px;
}
.pay .payment-type {
    font-size: 14px;
    line-height: 12px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.pay .tooltip-empty {
    display: none;
    height: 29px;
    margin-bottom: 8px;
    width: 100%;
}
.pay .payment-type .icon {
    width: 55px;
    height: 55px;
}
.pay .divider {
    height: 1px;
    min-height: 1px;
    background-color: rgb(210, 210, 210);
    margin: 12px -36px 8px;
}

.alert-pay {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(251, 226, 232);
    border-radius: 8px;
    padding: 8px 16px;
    margin-bottom: 8px;
}
.alert-pay .icon {
    display: flex;
    border-radius: inherit;
    background-color: rgba(226, 63, 101, 0.25);
    padding: 7px;
    margin-right: 16px;
    width: auto;
    height: auto;
}
.alert-pay .icon path {
    fill: rgb(226, 63, 101);
}
.alert-pay .text {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: rgb(113, 21, 43);
}

.pay .info {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
}

.pay .content-field-max {
    margin-bottom: 16px;
}
.pay .content-field-max .label {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: rgb(153, 150, 167);
}
.pay .content-field-max .field,
.field-mass {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
    border: 1px solid rgb(210, 210, 210);
    box-sizing: border-box;
    border-radius: 8px;
    min-height: 48px;
    padding: 0px 16px 0px 12px;
    cursor: pointer;
    position: relative;
}
.pay .content-field-max .field .view,
.field-mass .view {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: rgb(24, 30, 69);
    margin: 0px;
    width: calc(100% - 30px);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
}
.pay .content-field-max .field .copy-content,
.field-mass .copy-content {
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px 8px;
    transition: all 0.3s ease 0s;
    overflow-x: hidden;
    width: auto;
    display: block;
    text-overflow: ellipsis;
}
.pay .content-field-max .field .copy-success,
.field-mass .copy-success {
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(24, 30, 69);
    border: medium none;
    border-radius: 8px;
    font-size: 12px;
    line-height: 12px;
    color: rgb(255, 255, 255);
    padding: 9px;
    white-space: nowrap;
}
.pay .content-field-max .field .copy-success.hide,
.field-mass .copy-success.hide {
    animation: 1s ease 0s 1 normal none running ggXszE;
}
.pay .content-field-max .field .copy-success > svg,
.field-mass .copy-success > svg {
    width: 11px;
    height: 8px;
    margin-right: 6px;
}

.pay footer {
    display: flex;
    margin-top: 17px;
    padding: 0;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: end;
    justify-content: flex-end;
}
.pay footer .refund-buttons {
    flex: 1 1 0%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    flex-direction: column;
}
.pay footer button,
.pay footer a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    margin-left: 36px;
    color: rgb(153, 150, 167);
    cursor: pointer;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    background: none;
    border: 0;
}
.pay footer button:hover,
.pay footer a:hover {
    color: rgb(24, 30, 69);
}
.pay footer button > svg,
.pay footer a > svg {
    vertical-align: middle;
    margin-right: 8px;
}
.pay footer button > span,
.pay footer a > span {
    position: relative;
    vertical-align: middle;
}
.pay footer button svg path,
.pay footer a svg path {
    transition: all 0.3s ease 0s;
}
.pay footer button > span::after,
.pay footer a > span::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(153, 150, 167);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 1px;
}

.hide {
    display: none;
}

.popup {
    position: fixed;
    z-index: 4;
    bottom: 24px;
    left: 24px;
    width: 100%;
    min-height: 220px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    max-width: 522px;
    background: rgb(24, 30, 69) none repeat scroll 0% 0%;
    color: rgb(235, 234, 240);
}
.popup .popup_image {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: flex-end;
}
.popup .popup_image > img {
    margin: auto;
}
.popup .popup_content {
    width: 100%;
    padding: 29px 24px 24px 201px;
}
.popup .popup_content h3 {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin: 0px 0px 18px;
}
.popup .popup_content p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0px 0px 20px;
}
.popup .popup_content .popup_ctrl {
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.popup .popup_content .popup_ctrl > button {
    background: rgb(24, 30, 69) none repeat scroll 0% 0%;
}
.popup .popup_close {
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}
.popup .popup_close path {
    stroke: rgb(255, 255, 255);
}

.btn-link,
.btn-mini {
    padding: 14px 28px;
    font: 400 14px / 16px Montserrat, sans-serif;
}

.error-page {
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}
.error-page h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    margin: 12px 0px;
    color: rgb(24, 30, 69);
}
.error-page p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    color: rgb(50, 60, 90);
}

.page-content .desc {
    font-size: 14px;
    line-height: 20px;
    color: rgb(153, 150, 167);
    font-weight: 300;
}

.bonuse-content {
    position: relative;
}
.bonuse-content .list {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-top: 36px;
}
.bonuse-content .list > li {
    width: calc(20% - 17px);
}
.bonuse-content .list > li .top {
    border-bottom: 1px solid rgb(210, 210, 210);
    margin-bottom: 11px;
}
.bonuse-content .list > li .top .status-icon {
    width: 68px;
    margin-bottom: 8px;
}
.bonuse-content .list > li .top .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
}
.bonuse-content .list > li .top .title.bronze {
    color: rgb(255, 152, 56);
}
.bonuse-content .list > li .top .title.silver {
    color: rgb(114, 146, 161);
}
.bonuse-content .list > li .top .title.gold {
    color: rgb(242, 205, 44);
}
.bonuse-content .list > li .top .title.platinum {
    color: rgb(107, 120, 147);
}
.bonuse-content .list > li .top .title.diamond {
    color: rgb(61, 145, 202);
}

.bonuse-content .list > li .top p {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgb(153, 150, 167);
    margin-bottom: 8px;
    white-space: nowrap;
}
.bonuse-content .list > li .bonuses {
    border-bottom: 1px solid rgb(210, 210, 210);
    margin-bottom: 16px;
}
.bonuse-content .list > li .bonuses .title {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 8px;
}
.bonuse-content .list > li .bonuses .title > span {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: rgb(24, 30, 69);
}
.bonuse-content .list > li .bonuses .title > svg {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 67px;
    margin-left: 6px;
}
.bonuse-content .list > li .bonuses .note {
    font-size: 11px;
    line-height: 13px;
    color: rgb(153, 150, 167);
    margin-bottom: 10px;
}
.bonuse-content .list > li .folded {
    font-size: 13px;
    line-height: 16px;
    color: rgb(24, 30, 69);
    margin-bottom: 32px;
}

.bonuse-content .included-list > li {
    display: flex;
    margin-bottom: 20px;
}
.bonuse-content .included-list > li > svg {
    margin-right: 8px;
}
.bonuse-content .included-list > li .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: rgb(24, 30, 69);
    margin-bottom: 4px;
}
.bonuse-content .included-list > li .desc {
    font-size: 12px;
    line-height: 14px;
    color: rgb(153, 150, 167);
}
.bonuse-content .included-list > li.soon {
    padding-top: 5px;
}
.bonuse-content .included-list > li > svg {
    margin-right: 8px;
}
.bonuse-content .included-list > li.soon .title,
.bonuse-content .included-list > li.soon .desc,
.bonuse-content .included-list > li.soon svg {
    opacity: 0.4;
}
.bonuse-content .included-list > li.soon > div {
    position: relative;
}
.bonuse-content .included-list > li.soon > div::after {
    content: "Coming soon";
    background-color: rgb(249, 217, 224);
    color: rgb(226, 63, 101);
    font-size: 10px;
    line-height: 11px;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateY(-100%);
}

.page-bonus > button {
    align-self: center;
}

#morebonusinfo .modal-content .body {
    max-width: 1140px;
}
#morebonusinfo > h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 12px 0px;
}

.developing {
    max-width: 624px;
    text-align: center;
    margin: 16px auto 0px;
}
.developing > img {
    max-width: 90%;
    margin-bottom: 14px;
}
.developing h1 {
    color: rgb(24, 30, 69);
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 14px;
    margin-top: 0px;
}
.developing p {
    color: rgb(153, 150, 167);
    font-size: 14px;
    line-height: 20px;
}

.bonus-page .body {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bonus-page .body > div:nth-child(2n + 1) {
    width: calc(53% - 10px);
}
.bonus-page .body > div:nth-child(2n) {
    width: calc(47% - 10px);
}

.bonus-page .body .block-1 {
    padding: 12px 16px 0px;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 10px;
    position: relative;
}
.bonus-page .body .block-1 .header,
.bonus-page .body .block-2 .header,
.bonus-page .body .block-3 .header,
.bonus-page .body .block-4 .header {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 13px;
}
.bonus-page .body .block-1 .header .title-small,
.bonus-page .body .block-2 .header .title-small {
    font-size: 14px;
    line-height: 16px;
    color: rgb(57, 59, 83);
}
.bonus-page .body .block-1 .balance-wrap {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.bonus-page .balance-wrap .balance {
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.bonus-page .balance-wrap .balance > span {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: rgb(24, 30, 69);
    white-space: nowrap;
}
.bonus-page .balance-wrap .balance > svg {
    margin-left: 4px;
    width: 30px;
    height: 30px;
}

.bonus-page .body .block-1 .header .more,
.bonus-page .body .block-2 .header .more,
.bonus-page .body .block-3 .header .more {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: rgb(0, 198, 255);
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}
.bonus-page .body .block-2 .more > svg {
    margin-right: 4px;
}
.bonus-page .body .block-2 .more > svg path {
    fill: rgb(0, 198, 255);
}

.bonus-page .body .block-2 {
    padding: 12px 16px 0px;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.bonus-page .body .block-2 .flex {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.bonus-page .body .block-2 .status-wrap {
    margin-bottom: 17px;
    flex-wrap: wrap;
}
.bonus-page .body .block-2 .status-wrap .status,
.bonus-page .body .block-2 .status-wrap .sum {
    margin-top: 4px;
}

.bonus-page .body .block-2 .status-wrap .sum {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: rgb(24, 30, 69);
    white-space: nowrap;
}
.bonus-page .body .block-2 .status-wrap .sum > span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: rgb(57, 59, 83);
}

.bonus-page .body .block-2 .status-wrap .status {
    font-size: 14px;
    line-height: 16px;
}
.bonus-page .body .block-2 .status-wrap .status.bronze {
    color: rgb(255, 152, 56);
}
.bonus-page .body .block-2 .status-wrap .status > svg {
    width: 30px;
    height: 30px;
    margin-right: 4px;
    vertical-align: middle;
}

.bonus-page .body .block-3 .header .title-big,
.bonus-page .body .block-4 .header .title-big {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color: rgb(24, 30, 69);
}
.bonus-page .body .block-3 .header .title-big > svg {
    margin-right: 8px;
}

.proccess {
    background: rgb(239, 239, 239) none repeat scroll 0% 0%;
    height: 10px;
    margin: 0px -16px;
}
.proccess .bar {
    width: 0px;
    height: 100%;
    background-image: linear-gradient(
        0deg,
        rgb(124, 212, 32) 0%,
        rgb(143, 230, 53) 100%
    );
    transition-duration: 0.3s;
}

.bonus-page .body .block-3 {
    padding: 12px 16px 0px;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 10px;
    position: relative;
}
.bonus-page .body .block-3 .empty {
    margin-bottom: 29px;
}

.bonus-page .body .block-4 {
    padding: 12px 16px 0px;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 10px;
    position: relative;
}
.bonus-page .body .block-4 .text {
    font-size: 12px;
    line-height: 14px;
    color: rgb(57, 59, 83);
    margin-bottom: 23px;
}

.btn-off {
    outline: currentcolor none medium;
    cursor: pointer;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 9px;
    box-sizing: border-box;
    max-height: 56px;
    border: medium none rgb(223, 223, 223);
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease 0s;
    position: relative;
    white-space: nowrap;
    font: 400 12px / 14px Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    background: rgb(226, 63, 101) none repeat scroll 0% 0%;
}
.btn-off > span {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}
.btn-off:disabled {
    cursor: default;
    background: rgb(153, 150, 167) none repeat scroll 0% 0%;
}
.btn-off:hover {
    background: rgb(239, 85, 121) none repeat scroll 0% 0%;
}

.empty {
    text-align: center;
    margin: 0px auto;
    max-width: 600px;
    color: rgb(24, 30, 69);
}
.empty p {
    font-size: 16px;
    line-height: 20px;
}
.empty .title {
    font-size: 20px;
    line-height: 23px;
    color: rgb(24, 30, 69);
    margin-bottom: 8px;
    font-weight: 400;
}

.bonus-page .body .block-4 .empty p {
    font-size: 14px;
    line-height: 16px;
    color: rgb(153, 150, 167);
    margin-bottom: 29px;
}

.bid-page h2 small {
    color: rgb(153, 150, 167);
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
}
.bid-page h2 {
    font: 600 24px / 36px Montserrat, sans-serif;
    color: rgb(0, 198, 255);
    letter-spacing: 0.105882px;
    margin-bottom: 16px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.bid-course {
    color: rgb(153, 150, 167);
    font-size: 14px;
    line-height: 16px;
    margin: 20px 0px;
    text-align: center;
}

#viewbid .bid-body h3 {
    text-align: left;
    margin-bottom: 0px;
}
#viewbid .bid-body .date {
    font-size: 14px;
    line-height: 16px;
    color: rgb(57, 59, 83);
    font-weight: 300;
    margin-bottom: 28px;
}
#viewbid .bid-body p {
    color: rgb(50, 60, 90);
}
#viewbid .bid-body .info .item {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: baseline;
    align-items: baseline;
    padding: 12px 0px;
    border-bottom: 1px solid rgb(210, 210, 210);
}
#viewbid .bid-body .info .item > span {
    font-size: 18px;
    line-height: 21px;
    color: rgb(153, 150, 167);
}
#viewbid .bid-body .info .item > div {
    font-size: 17px;
    line-height: 20px;
}
#viewbid .bid-body .info .item > div > span {
    font-size: 14px;
    line-height: 16px;
    color: rgb(57, 59, 83);
}
#viewbid .bid-body .info .item > div .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
#viewbid .bid-body .info .item > div > svg {
    margin-left: 12px;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
}
#viewbid .bid-body .requisites .item {
    padding: 24px 0px 13px;
    border-bottom: 1px solid rgb(210, 210, 210);
}
#viewbid .bid-body .requisites .item h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
    margin-top: 0;
}
#viewbid .bid-body .requisites .item .content {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}
#viewbid .bid-body .requisites .item .content .c {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
}
#viewbid .bid-body .requisites .item .content .c .label {
    font-size: 18px;
    line-height: 21px;
    color: rgb(153, 150, 167);
    font-weight: 400;
}
#viewbid .bid-body .requisites .item .content .c .field-mass {
    border: medium none;
    padding: 0px;
    height: auto;
    flex-direction: row-reverse;
}
#viewbid .bid-body .requisites .item .content .c .field-mass .copy-content {
    padding: 0px;
    overflow: visible;
    text-overflow: initial;
    font-weight: 400;
    font-size: 18px;
    color: rgb(153, 150, 167);
}

/* MEDIA */
@media (min-width: 767px) {
    .bonus-page .body .block-3 .empty {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .bonus-page .body .block-3 {
        margin-top: 19px;
    }

    .bonuse-content {
        height: 100%;
    }

    .bonus-page .body .block-4 {
        margin-top: 19px;
    }

    .bid-direction > div {
        display: flex;
        -moz-box-align: baseline;
        align-items: baseline;
        font-size: 32px;
    }
    .bid-direction > div .currency {
        font-size: 25px;
        margin-left: 5px;
    }

    .bid-reqs {
        display: flex;
        -moz-box-flex: 1;
        flex-grow: 1;
        -moz-box-pack: justify;
        justify-content: space-between;
    }
    .bid-reqs > div {
        width: calc(50% - 30px);
    }

    .mobile-burger {
        display: none;
    }

    main > section .menu ul li a.menu-item.active svg,
    main > section .menu ul li a.menu-item.active svg path {
        fill: rgb(226, 63, 101);
    }
    main > section .menu ul li a.menu-item.active svg {
        background-color: transparent;
    }
    main > section .menu ul li a.menu-item.active span {
        color: rgb(226, 63, 101);
        font-weight: 700;
    }

    main .container {
        flex: 1 1 0%;
    }
    main .container .content {
        background-color: transparent;
    }
    main .container .content .block {
        width: calc(50% - 15px);
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(88, 191, 249, 0.204) 0px 14px 20px;
        padding-right: 36px;
        padding-left: 36px;
    }

    main .container .content .block.part-1,
    main .container .content .block.part-3 {
        border-radius: 24px 24px 0px 0px;
        padding-top: 36px;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        border-color: transparent transparent currentcolor;
        border-style: solid solid none;
        border-width: 1px 1px medium;
        border-image: none 100% / 1 / 0 stretch;
        box-shadow: rgb(88 191 249 / 20%) 0px 0px 20px;
    }
    main .container .content .block.part-2,
    main .container .content .block.part-4 {
        border-radius: 0px 0px 24px 24px;
        padding-bottom: 28px;
        position: relative;
    }

    main .container .content .block.part-2 {
        order: 3;
    }
    main .container .content .block.part-3 {
        order: 2;
    }
    main .container .content .block.part-4 {
        order: 4;
    }

    .btn-submit:hover {
        background: rgb(239, 85, 121) none repeat scroll 0% 0%;
        color: #fff;
    }

    footer .flex .langs {
        right: 0px;
    }

    .cabinet .cabinet-content .header {
        background-color: rgb(255, 255, 255);
        border-radius: 8px;
        padding: 12px;
    }
    .cabinet .cabinet-content .profile-menu {
        position: absolute;
        top: calc(100% + 15px);
        right: 0px;
        z-index: 10;
        min-width: 254px;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        box-shadow: rgba(88, 191, 249, 0.204) 0px 3px 21px;
        border-radius: 8px;
        overflow: hidden;
    }

    .tab-reserve {
        overflow-x: auto;
        margin: -6px;
    }
    .tab-reserve .item .name {
        text-align: center;
    }

    .faq {
        height: 500px;
        overflow-y: auto;
    }

    .profile-content .part + .part {
        margin-left: 16px;
    }

    .bids .table-container {
        height: 400px;
        overflow-y: auto;
    }
}

@media (max-width: 1024px) {
    main {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .bids .table-container {
        height: auto;
        overflow-y: auto;
    }

    .article {
        /*background: rgb(247, 250, 252) url("/images/bg2.jpg") no-repeat scroll right top / 175px;
        background-size: cover;*/
        /*background: url(/images/bg3.svg) right top / 175px no-repeat
            rgb(247, 250, 252);*/
    }

    header {
        padding: 16px;
        -moz-box-align: center;
        align-items: center;
        margin-bottom: 52px;
    }
    header .wrap {
        margin: 0px auto;
    }
    header .wrap .logo {
        padding: 0px;
        min-width: initial;
    }
    header .wrap .logo a {
        display: none;
    }
    header .wrap .logo a.mobile {
        display: block;
    }
    header .wrap .items {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    header .accountLink {
        display: block;
    }
    header .accountLink svg > path {
        fill: rgb(226, 63, 101);
    }
    header nav {
        display: none;
    }

    .mobile-burger .burger svg path {
        stroke: rgb(226, 63, 101);
    }

    main > section {
        max-height: 100%;
        width: 100%;
        padding: 16px 14px 0px;
        margin-bottom: 52px;
    }
    main > section .menu {
        display: none;
        position: fixed;
        inset: 0px;
        width: 100%;
        margin-right: 0px;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        z-index: 1090;
        height: 100%;
        max-width: unset;
        padding: 20px 36px 36px;
        overflow: auto;
    }
    main > section .menu ul {
        margin: 15px 0px 20px;
    }
    main > section .menu ul li {
        padding: 0;
    }
    main > section .menu ul li a {
        padding: 20px 0px;
    }
    main > section .menu ul li a,
    main > section .menu ul li a path {
        fill: rgb(255, 255, 255);
    }
    main > section .menu ul li a.menu-item span {
        color: rgb(24, 30, 69);
        font: 500 20px / 23px Montserrat, sans-serif;
    }
    main > section .menu ul li a.menu-item svg {
        margin-right: 26px;
    }

    main > section .menu ul li a.menu-item:hover span,
    main > section .menu ul li a.menu-item.active span {
        color: rgb(226, 63, 101);
    }
    main > section .menu ul li a.menu-item.active span svg,
    main > section .menu ul li a.menu-item.active span path,
    main > section .menu ul li a.menu-item:hover span svg,
    main > section .menu ul li a.menu-item:hover span path {
        fill: rgb(226, 63, 101);
    }

    main > section .menu .close,
    .mobile-cabinet {
        display: block;
    }

    main > section .menu .close path {
        fill: rgb(24, 30, 69);
    }

    .mobile-cabinet {
        display: flex;
        -moz-box-align: center;
        align-items: center;
    }

    section .container .content {
        padding: 13px 20px 20px;
        min-width: initial;
        width: 100%;
        height: initial;
        min-height: 0px;
        flex-direction: column;
        box-shadow: rgb(88 191 249 / 20%) 0px 3px 21px;
        border-radius: 16px;
    }

    main .container {
        opacity: 1;
    }
    main .container .content .block {
        width: auto;
    }
    main .container .content .block.part-1 {
        order: 1;
    }
    main .container .content .block.part-3 {
        order: 2;
    }
    main .container .content .block.part-2 {
        order: 3;
    }
    main .container .content .block.part-4 {
        order: 4;
    }
    main .container .content .block.part-1,
    main .container .content .block.part-3 {
        margin: 0px -20px 20px;
        padding: 0px 20px;
        border-bottom: 1px solid rgb(238, 237, 240);
    }

    h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    main .container .content .block.part-1 h2,
    main .container .content .block.part-3 h2 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 7px;
        font-weight: bolder !important;
    }
    main .container .content .block .input-select {
        margin-bottom: 0px;
    }
    main .container .content .block .input-select .btn {
        font: 500 16px / 18px Montserrat, sans-serif;
        padding: 10px 20px;
    }
    main .container .content .block .input-select .btn .icon {
        margin-right: 8px;
        width: 32px;
        height: 32px;
    }
    main .container .content .block .amountInput {
        margin-bottom: 6px;
        font: 500 1em / 21px Montserrat, sans-serif;
    }
    main .container .content .block .amountInput input {
        font: 500 1em / 21px Montserrat, sans-serif;
        padding-bottom: 11.8px;
    }
    main .container .content .block aside {
        margin-bottom: 20px;
        min-height: auto;
        flex-direction: column;
        -moz-box-pack: start;
        justify-content: flex-start;
    }
    main .container .content .block aside .wrapper {
        margin-bottom: 14px;
    }

    h4 {
        font-size: 16px;
        line-height: 18px;
    }

    main .container .content .block h4 {
        margin-bottom: 4px;
        display: block;
    }

    .content-field {
        margin-bottom: 6px;
        font: 500 1em / 21px Montserrat, sans-serif;
    }
    .content-field input {
        font: 400 14px / 16px Montserrat, sans-serif;
        padding-left: 0px;
    }

    .separator {
        height: 30px;
        width: 30px;
        top: 254px;
    }

    .text-agree {
        margin-bottom: 24px;
    }
    .btn-submit {
        padding: 17px 28px;
        font-weight: 500;
    }

    footer {
        padding: 0px 14px;
    }

    footer .flex {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .flex .footer-flex-content {
        margin-bottom: 16px;
    }

    footer .links {
        flex-direction: column;
        -moz-box-pack: initial;
        justify-content: initial;
        margin: 0px 0px 16px 0px;
    }
    footer .links .left a:not(:last-child),
    footer .links .right a:not(:last-child) {
        margin-right: 2em;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .block-content {
        min-width: initial;
        width: 100%;
        height: initial;
        min-height: 0px;
        flex-direction: column;
    }
    .block-content .part-left,
    .block-content .part-right {
        width: 100%;
        padding: 13px 20px 20px;
    }
    .block-content h2 {
        margin-bottom: 16px;
    }

    .registration .block-content .part-left .content-field {
        margin-bottom: 6px;
        font: 500 1em / 21px Montserrat, sans-serif;
    }
    .registration .block-content .part-left form button {
        padding: 17px 28px;
        font-weight: 500;
    }

    .page-content {
        padding: 13px 20px 20px;
        min-width: initial;
        width: 100%;
        height: initial;
        min-height: 0px;
        flex-direction: column;
    }

    .tabs {
        display: flex;
        overflow: auto;
        margin: 0px -20px 16px;
        padding-left: 20px;
    }
    .tabs li {
        height: 32px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 16px;
    }
    .tabs::before,
    .tabs::after {
        content: "";
        position: absolute;
        z-index: 2;
        width: 20px;
        height: 32px;
        pointer-events: none;
        background: rgba(0, 0, 0, 0)
            linear-gradient(
                90deg,
                rgb(255, 255, 255) 20%,
                rgba(255, 255, 255, 0) 92%
            )
            repeat scroll 0% 0%;
    }
    .tabs::before {
        left: 0px;
    }
    .tabs::after {
        right: 0px;
        transform: rotate(-180deg);
    }

    .tab-reserve .item {
        flex-direction: row;
        -moz-box-pack: start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        margin: 0px 0px 8px;
        padding: 0px 16px;
        height: 60px;
    }
    .tab-reserve .item .icon {
        width: 36px;
    }
    .tab-reserve .item .reserve {
        margin: 0px 0px 0px 10px;
        font-size: 16px;
        line-height: 18px;
        flex: 1 1 0%;
        order: 2;
        text-align: right;
    }
    .tab-reserve .item .name {
        font-size: 16px;
        line-height: 18px;
        margin: 0px 0px 0px 20px;
        order: 1;
    }

    .mobile-cabinet-enter,
    .cabinet .cabinet-content .profile-menu {
        display: block;
    }
    .cabinet .cabinet-content {
        width: 100%;
        border-top: 1px solid rgba(24, 30, 69, 0.4);
        margin-top: 12px;
        padding-top: 32px;
    }
    .cabinet .cabinet-content .profile-menu > li a {
        font-size: 16px;
        line-height: 18px;
        color: rgb(24, 30, 69);
        padding: 14px 0px;
    }
    .cabinet .cabinet-content .profile-menu > li a svg,
    .cabinet .cabinet-content .header .arrow svg {
        display: none;
    }
    .cabinet .cabinet-content .header .email {
        font-weight: bold;
    }
    .cabinet .cabinet-content .profile-menu > li:last-child {
        font-size: 16px;
        line-height: 18px;
        color: rgb(24, 30, 69);
        border-top: 1px solid rgba(24, 30, 69, 0.4);
        text-align: left;
        padding: 28px 0px 14px;
        margin-top: 18px;
    }

    .faq .item .item__title {
        font-size: 14px;
        line-height: 16px;
    }

    .info h3 {
        font: 500 18px / 21px Montserrat, sans-serif;
    }
    .info p {
        margin-bottom: 20px;
    }

    .profile-tabs {
        overflow: auto;
        margin: 0px -20px 24px;
        padding-left: 20px;
        scrollbar-width: none;
    }
    .profile-tabs::before,
    .profile-tabs::after {
        content: "";
        position: absolute;
        top: 25px;
        z-index: 2;
        width: 25px;
        height: 40px;
        pointer-events: none;
        background: rgba(0, 0, 0, 0)
            linear-gradient(
                90deg,
                rgb(255, 255, 255) 20%,
                rgba(255, 255, 255, 0) 92%
            )
            repeat scroll 0% 0%;
    }
    .profile-tabs::before {
        left: 0px;
    }
    .profile-tabs::after {
        right: 0px;
        transform: rotate(-180deg);
    }

    .profile-tabs a {
        padding: 27px 0px 14px;
    }
    .profile-tabs a:not(:last-child) {
        margin-right: 24px;
    }
    .profile-tabs a:last-child {
        padding-right: 20px;
    }

    .profile-content {
        flex-direction: column;
        -moz-box-align: stretch;
        align-items: stretch;
    }
    .profile-content .part h2 {
        margin-bottom: 7px;
    }
    .profile-content .part h2 + .small {
        margin-bottom: 20px;
    }
    .profile-content .option {
        flex-direction: column;
    }

    .profile-content .part + .part {
        margin-top: 16px;
    }

    .modal .modal-content .body {
        width: 100%;
        padding: 44px 20px 20px;
    }

    .cute-content {
        padding: 13px 20px 20px;
        min-width: initial;
        width: 100%;
        height: initial;
        min-height: 0px;
        flex-direction: column;
    }

    .bids .title {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .bids .title h3 {
        margin-bottom: 16px;
    }

    .bids .table-container {
        margin: 0px -20px 20px;
        width: calc(-28px + 100vw);
        overflow-x: auto;
    }
    .table-row > div {
        padding: 15px 14px;
    }

    #courseFixtime {
        display: block;
    }

    .popup {
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
        bottom: 20px;
        border: 1px solid transparent;
    }
    .popup .popup_image {
        display: none;
    }
    .popup .popup_content {
        padding: 20px;
    }
    .popup .btn-submit {
        padding: 17px 28px;
        font-weight: 500;
    }

    .bonuse-content {
        overflow-x: auto;
        margin: 0px -20px;
        padding: 0px 20px;
    }
    .bonuse-content .list > li {
        width: 220px;
        flex-shrink: 0;
        padding-right: 56px;
        box-sizing: initial;
    }
    #morebonusinfo .bonuse-content {
        font-size: 13px;
        line-height: 20px;
    }
    #morebonusinfo > h3 {
        margin-bottom: 16px;
    }

    .cabinet .cabinet-content .profile-menu > li.new > a::after,
    .cabinet .cabinet-content .profile-menu > li.soon > a::after {
        margin-left: 8px;
    }
    .cabinet .cabinet-content .profile-menu > li.soon > a::after {
        background-color: rgb(255, 255, 255);
        color: rgb(255, 130, 46);
    }

    .developing {
        padding-bottom: 36px;
    }
    .developing > img {
        margin-bottom: 25px;
    }
    .developing h1 {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .developing p {
        font-size: 12px;
    }

    .bonus-page .desc {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px;
    }
    .bonus-page .body > div {
        width: 100% !important;
        min-height: 102px;
        margin-bottom: 16px;
    }
    .bonus-page .header {
        margin-bottom: 6px;
    }
    .bonus-page .body .block-1 .balance-wrap button {
        padding: 9px;
    }

    .empty p {
        font-size: 14px;
    }

    .bonus-page .body .block-4 .text {
        margin-bottom: 20px;
    }

    .pay-content .header {
        flex-direction: column;
    }
    .pay .summary h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .pay .summary p {
        white-space: normal;
        font-size: 14px;
        line-height: 20px;
    }
    .pay .summary p:not(:last-child) {
        margin-bottom: 15px;
    }
    .pay .payment-type {
        margin-top: 10px;
        text-align: left;
        align-items: flex-start;
    }
    .pay .payment-type .icon {
        margin: 10px 0px;
    }
    .pay .divider {
        margin: 20px -20px;
    }
    .pay footer {
        flex-direction: column;
    }
    .pay footer .refund-buttons {
        width: 100%;
        margin-bottom: 16px;
    }
    .pay footer button,
    .pay footer a {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .pay .summary p.status > strong {
        display: block;
    }

    .bid-page h2 {
        flex-direction: column;
        -moz-box-align: baseline;
        align-items: baseline;
        font-weight: 500;
    }
    .bid-direction {
        flex-direction: column;
    }
    .bid-direction > div {
        font-size: 27px;
        text-align: center;
    }
    .bid-direction > div .icon {
        width: 20px;
        height: 20px;
        display: inline-block;
    }
    .bid-direction > div .currency {
        font-size: 13px;
        line-height: 13px;
    }
    .bid-direction svg {
        margin: 7px 0px;
        width: 24px;
    }

    .bid-course {
        margin-bottom: 30px;
        font-size: 12px;
    }

    .bid-reqs > div {
        width: 100%;
        margin-bottom: 40px;
    }
    .bid-reqs li {
        padding: 15px 0px 13px;
    }
    .bid-reqs li:last-child {
        font-size: 17px;
        line-height: 20px;
    }

    .btn-submit {
        padding: 17px 28px;
        font-weight: 500;
        width: 100%;
        margin-top: 20px;
    }
}

.changelink {
    width: 92%;
    background: rgb(56, 62, 101);
    margin: 4%;
    border-radius: 16px;
    padding: 16px;
    font-size: 13px;
    color: #fff;
}

.copyright2 {
    display: block;
}

.bestchange-link {
    font-size: 14px;
    color: rgb(24, 30, 69);
    text-decoration: underline;
    margin-right: 2em;
}

.linksumo {
    float: left;
    line-height: 19px;
    text-decoration: underline;
}

.linktrust {
    float: left;
    line-height: 20px;
    text-decoration: underline;
}

.last-changes {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.last-change {
    width: 369px;
    background: #fff;
    border-radius: 16px;
    box-shadow: rgb(88 191 249 / 20%) 0px 0px 20px;
    padding: 16px;
}

.get {
    width: 100%;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}

.get1 {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.ava1 {
    background: url(https://payswap.ru/uploads/18-9519-3021.svg);
    width: 36px;
    height: 36px;
    background-size: cover;
}

.ava2 {
    background: url(https://payswap.ru/uploads/40-1824.svg);
    width: 36px;
    height: 36px;
    background-size: cover;
}

.avaname1 {
}

.avaname2 {
    color: #a2a5b5;
}

.line {
    color: #a2a5b5;
}

.textreview {
    margin-top: 24px;
    font-size: 14px;
    color: #333;
}

.last-rev {
    width: 273px;
    background: #fff;
    border-radius: 16px;
    box-shadow: rgb(88 191 249 / 20%) 0px 0px 20px;
    padding: 16px;
}

.rev {
    width: 100%;
}

.rev1 {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.amountInput .loading {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-75%);
}

div#exchange_from aside .wrapper {
    position: relative;
}

div#exchange_from aside .wrapper .timer {
    position: absolute;
    left: -26px;
    font-size: 12px;
    top: 21px;
}

div#exchange_from aside .wrapper .timer {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 50%;
    color: #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 19px;
    font-size: 10px;
    text-align: center;
    line-height: 11px;
}

.base-timer {
    position: relative;
    width: 300px;
    height: 300px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 8px;
    stroke: #f1f1f1;
}

.base-timer__path-remaining {
    stroke-width: 8px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: #01a582;
}

.base-timer__path-remaining.orange {
    color: #01a582;
}

.base-timer__path-remaining.red {
    color: #01a582;
}

.base-timer__label {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.base-timer {
    width: 20px;
    height: 20px;
}

.base-timer__label {
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.base-timer {
    width: 18px;
    height: 18px;
}

.base-timer__label {
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-size: 9px;
    line-height: 10px;
    text-align: center;
    padding-left: 0px;
}

div#app {
    position: absolute;
}

p#exchange_from-course {
    padding-left: 24px;
}

main .container .content .block .amountInput .input-text input {
    padding-left: 20px;
}

.amountInput .loading {
    left: 0;
}

.guarantee {
    width: 560px;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: rgb(88 191 249 / 20%) 0px 0px 20px;
    font: 300 14px / 16px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
}

.main-spoiler-guarantee {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 24px 0px;
}

p {
    /*font: 300 14px / 16px Montserrat, sans-serif;
    color: rgb(24, 30, 69);*/
    font: 300 14px / 20px Montserrat, sans-serif;
    color: rgb(153, 150, 167);
}

.faq-block {
    margin-top: 20px;
    margin-bottom: 80px;
}

.img-nap-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 80px;
}

.img-nap {
    margin: 0 10px 0 10px;
    width: 215px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 16px;
    box-shadow: rgb(88 191 249 / 20%) 0px 0px 20px;
}

.index_img {
    filter: grayscale(100%) saturate(50);
    -webkit-filter: grayscale(100%) saturate(50);
    transition: 0.3s;
    opacity: 0.5;
    height: 60px;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer !important;
}

.index_img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    cursor: default;
}

.swap-nap-block {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.swap-nap {
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 16px;
    box-shadow: rgb(88 191 249 / 20%) 0px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px;
}

.img_nap {
    height: 24px;
}

.img_arrow {
}

.swap_summ {
    color: #3c4859;
    font-weight: 700;
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.swap_date {
    font: 300 12px / 14px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
}

.about-spoler-main {
    height: 300px;
    overflow: hidden;
    transition: 0.5s ease-out;
    margin-bottom: 80px !important;
    position: relative;
    z-index: 1;
}
p.spoilered {
    background: linear-gradient(
        180deg,
        rgb(24, 30, 69),
        rgba(255, 255, 255, 0)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-spoler-main.opened p.spoilered {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

@media (max-width: 768px) {
    p.spoilered-768 {
        background: linear-gradient(
            180deg,
            rgb(24, 30, 69),
            rgba(255, 255, 255, 0)
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .about-spoler-main.opened p.spoilered-768 {
        background: none;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
    }
}
.slick-list {
    padding-top: 15px !important;
    padding-bottom: 22px !important;
}
.about-spoler-main.opened {
    height: auto;
    position: initial;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.about-spoiler-button {
    margin-top: -55px;
    text-align: center;
    padding-bottom: 50px;
    cursor: pointer;
}

.banners_index {
    display: flex;
    gap: 16px;
    margin-bottom: 80px;
}

.banner_index {
    width: 50%;
    background: #fff;
    border-radius: 16px;
    box-shadow: rgb(88 191 249 / 20%) 0px 0px 20px;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 16px;
    font: 300 14px / 16px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
}

.banner_img_1 {
    height: 80px;
}

.banner_img_2 {
    height: 75px;
}

.banner_text {
}

.banner_text1 {
    margin-bottom: 8px;
    font-size: 16px;
}

.banner_text2 {
    font-size: 12px;
}

.button_banner {
    background: #e23f65;
    border: none;
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

.img_stat {
    border-radius: 16px;
}

.stat_title {
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.stat_text {
    font: 300 14px / 16px Montserrat, sans-serif;
    color: rgb(24, 30, 69);
    text-align: left;
}

.stat-nap {
    width: 273px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 16px;
    box-shadow: rgb(88 191 249 / 20%) 0px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.stat-nap:hover {
    background: #ffffff7d;
}

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

.stat_nap_img {
    width: 100%;
    height: 120px;
    background: url(/images/backback2.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 16px 16px 0px 0px;
}

.stat_info {
    padding: 20px;
    padding-top: 0px;
}

.h_2 {
    font: 700 36px / 41px Montserrat, sans-serif;
    color: rgb(0, 198, 255);
    letter-spacing: 0.105882px;
    margin-bottom: 36px;
}

.monit {
    display: flex;
    gap: 16px;
    margin-bottom: 36px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.monit-link {
}

.monit_summ {
    background: #45d151;
    float: left;
    padding: 4px 8px;
    border-radius: 16px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-left: -60px;
    margin-top: -16px;
}

.monit_img {
    width: 160px;
    box-shadow: rgba(88, 191, 249, 0.204) 0px 3px 21px;
    border-radius: 16px;
    padding: 8px 16px;
    float: left;
}

@media (max-width: 767px) {
    .h_2 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 7px;
        font-weight: bolder !important;
    }

    .swap-nap-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .about-spoler-main {
        height: 440px;
    }

    .banners_index {
        display: flex;
        gap: 13px;
        margin-bottom: 80px;
        flex-wrap: wrap;
    }

    .faq-block {
    }

    .img-nap-block {
        flex-wrap: wrap;
    }

    .banner_index {
        width: 48%;
        background: #fff;
        border-radius: 16px;
        box-shadow: rgb(88 191 249 / 20%) 0px 0px 20px;
        display: flex;
        align-items: flex-start;
        padding: 20px;
        gap: 16px;
        font: 300 14px / 16px Montserrat, sans-serif;
        color: rgb(24, 30, 69);
        flex-direction: column;
        justify-content: space-between;
    }

    .napnap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 13px;
        flex-wrap: wrap;
    }

    .img-nap {
        width: 48%;
    }

    .swap-nap {
        width: 48%;
    }

    .img-nap-block {
        gap: 13px;
    }

    .stat-nap {
        width: 100% !important;
    }
}
