@font-face {
    font-family: "Cera pro";
    src: url(../fonts/CeraPro-Light.woff2) format("woff2"), url(../fonts/CeraPro-Light.woff) format("woff"), url(../fonts/CeraPro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cera pro";
    src: url(../fonts/CeraPro-Regular.woff2) format("woff2"), url(../fonts/CeraPro-Regular.woff) format("woff"), url(../fonts/CeraPro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cera pro";
    src: url(../fonts/CeraPro-Medium.woff2) format("woff2"), url(../fonts/CeraPro-Medium.woff) format("woff"), url(../fonts/CeraPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cera pro";
    src: url(../fonts/CeraPro-Bold.woff2) format("woff2"), url(../fonts/CeraPro-Bold.woff) format("woff"), url(../fonts/CeraPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cera pro";
    src: url(../fonts/CeraPro-Black.woff2) format("woff2"), url(../fonts/CeraPro-Black.woff) format("woff"), url(../fonts/CeraPro-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: #0F2232;
}

img {
    max-width: 100%;
    height: auto;
}

input {
    font-family: "Cera Pro", sans-serif;
    color: #546573;
}
input:focus {
    outline: none;
}
input::placeholder {
    color: #0F2232;
}

p {
    margin: 0 0 20px;
}
.sv_row {
    flex-direction: row-reverse;
}
.input-group {
    position: relative;
}
.input-group label {
    display: block;
    color: #A7AAAC;
    margin: 0 0 7px;
}
.input-group input, .input-group select {
    background: #fff;
    border: 1px solid #C6CFD7;
    padding: 5px 15px;
    height: 50px;
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
}
.input-group input.input-copy {
    padding-right: 45px;
}
.input-group input::placeholder {
    color: #888B8F;
    font-family: "Cera Pro", sans-serif;
    letter-spacing: initial;
}
.input-group.with-valute input {
    padding-right: 45px;
}
.input-group.with-icon input {
    padding-left: 48px;
}
.input-group.with-icon.cabinet-input label {
    padding-left: 35px;
}
.input-group.with-icon img {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 14px;
    left: 15px;
}
.input-group .valute-name {
    font-size: 14px;
    color: #9FAFBC;
    line-height: 20px;
    position: absolute;
    display: block;
    bottom: 14px;
    right: 15px;
}
.input-group textarea {
    height: 130px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #5B47FF;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
    padding: 15px;
    border-radius: 15px;
}
.input-group .copy-btn {
    width: 24px;
    height: 24px;
    background: transparent url(../img/copy.svg) right center no-repeat;
    position: absolute;
    right: 12px;
    bottom: 12px;
    transition: all .25s;
}
.input-group .copy-btn.green {
    filter: hue-rotate(210deg);
}
.input-group .copy-btn:hover {
    cursor: pointer;
}
.input-group.cabinet-input {
    overflow: hidden;
}
.input-group.cabinet-input label {
    position: absolute;
    font-size: 12px;
    line-height: 1.5;
    color: #888B8F;
    top: 7px;
    left: 15px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.input-group.cabinet-input input {
    padding-top: 20px;
    transition: padding-top 0.3s linear;
}
.input-group.cabinet-input input:focus {
    padding-top: 5px;
}
.input-group.cabinet-input input:focus + label {
    display: none;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

textarea {
    resize: none;
    font-family: "Cera Pro", sans-serif;
}
textarea:focus {
    outline: none;
}
textarea::placeholder {
    color: #95B1C9;
}

button {
    padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=password] {
    font-family: "verdana";
    letter-spacing: 0.2em;
}
input[type=password]::placeholder {
    font-family: "Cera Pro", sans-serif;
    letter-spacing: initial;
}

body {
    font-family: "Cera Pro", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #546573;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}
body *::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    height: 4px;
}
body *::-webkit-scrollbar-thumb {
    background-color: #5B47FF;
    border-radius: 10px;
}
body.over-hid {
    overflow: hidden;
}
body:before {
    width: 100%;
    height: calc(100% - 360px);
    background: linear-gradient(270deg, #B0DAF8 0%, #EEF2FF 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-bottom-left-radius: 95px;
    border-bottom-right-radius: 95px;
}
body.no-bg:before {
    display: none;
}

.middle-text {
    font-size: 16px;
}

.title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: #0F2232;
    margin: 0 0 30px;
}
.title a {
    color: #5B47FF;
}
.title a:hover {
    text-decoration: underline;
}

.with-shadow {
    background: #FFFFFF;
    box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    padding: 30px;
}

.btn {
    background: #5B47FF;
    border-radius: 90px;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px 20px;
    transition: background 0.3s linear;
    gap: 10px;
    border: 1px solid #5B47FF;
}
.btn:hover {
    cursor: pointer;
    background: #fff;
    color: #5B47FF;
}
.btn:active {
    background: #fff;
    color: #5B47FF;
}
.btn.disabled, .btn:disabled {
    background: #C6CFD7;
    border-color: #C6CFD7;
}
.btn.btn-white {
    background: #fff;
    color: #5B47FF;
}
.btn.btn-white:hover {
    background: #5B47FF;
    color: #fff;
}
.btn.btn-white:hover path {
    stroke: #fff;
}
.btn.btn-white:active {
    background: #5B47FF;
    color: #fff;
}
.btn.btn-white.disabled, .btn.btn-white:disabled {
    color: #9FAFBC;
    border-color: #9FAFBC;
}

.main-screen {
    padding: 0;
    position: relative;
    height: 615px;
    background: transparent url(../img/main-bg.png) top center no-repeat;
    background-size: cover;
    border-radius: 0 0 90px 90px;
}

.top {
    height: 55px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.logo a, .logo img {
    display: block;
	width: 150px;
}

.menu {
    margin: 4px auto 0 auto;
    gap: 40px;
}
.menu a.active {
    color: #5B47FF;
}
.menu a:hover {
    text-decoration: underline;
    color: #5B47FF;
}

.top-lang {
    position: relative;
    margin-right: 10px;
}

.top-lang-btn {
    padding: 10px;
    display: flex;
    align-items: center;
}
.top-lang-btn img {
    width: 24px;
    height: 24px;
    display: block;
    border: 1px solid #CBCCCE;
    border-radius: 15px;
}

.top-lang-items {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 7px 25px rgba(176, 218, 248, 0.5);
    border-radius: 30px;
    width: 145px;
    right: 0;
    top: 41px;
    z-index: 15;
    overflow: hidden;
    display: none;
}
.top-lang-items .item {
    display: flex;
    padding: 11px 15px;
    align-items: center;
    color: #546573;
    height: 50px;
}
.top-lang-items .item:hover {
    background: #FFCFB2;
}
.top-lang-items .item img {
    max-width: 24px;
    margin-right: 10px;
}

.mob-menu, .mob-menu-btn {
    display: none;
}

.main-screen-wrapper {
    gap: 60px;
    padding-top: 50px;
}

.main-screen-info {
    width: 310px;
    flex-direction: column;
}

.main-screen-info-top .title {
    margin-bottom: 18px;
}
.main-screen-info-top p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #8292A0;
}

.main-screen-info-bottom {
    margin: auto 0 0;
    padding: 13px 13px 0;
}
.main-screen-info-bottom p {
    margin: 0 0 10px;
    color: #8292A0;
}

.main-screen-apps {
    gap: 10px;
}
.main-screen-apps a {
    display: block;
}
.main-screen-apps a img {
    display: block;
}

.main-exchange-wrapper {
    width: 800px;
    align-items: center;
    background: #fff;
    padding-right: 55px;
    gap: 30px;
}
.main-exchange-wrapper .main-exchange-wrapper-main {
    position: relative;
}

.main-exchange-wrapper-main {
    width: 100%;
}

.main-exchange-wrapper-right {
    width: 185px;
}

.best-directions h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    margin: 0;
    color: #D4DDE4;
}
.best-directions .item {
    margin-top: 20px;
}
.best-directions .item-valute {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.best-directions .item-valute img {
    max-width: 20px;
    height: 20px;
    min-width: 20px;
}
.best-directions .item-valute strong {
    font-weight: 500;
    color: #0F2232;
}
.best-directions .item-valute span {
    color: #D4DDE4;
    margin: 0 0 0 auto;
}
.best-directions .item-bottom {
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    color: #D4DDE4;
}
.best-directions .item-bottom * {
    transition: all .2s;
}
.best-directions .item-bottom:before {
    background: #E4ECF2;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 8px;
    content: "";
    display: block;
}
.best-directions .item-bottom span {
    height: 18px;
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 1;
    width: max-content;
    margin: 0 0 0 auto;
    padding-left: 5px;
}
.best-directions .item-bottom.qEEl:hover, .best-directions .item-bottom.qEEl.active {
    cursor: pointer;
    color: #357dc4;
}
.best-directions .item-bottom.qEEl:hover:before, .best-directions .item-bottom.qEEl.active:before {
    background: #357dc4;
}

.best-directions .item-bottom.qEEl:hover img, .best-directions .item-bottom.qEEl.active img {
    filter: brightness(0);
}

.main-exchange {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.main-exchange:last-of-type {
    margin-bottom: 18px;
}

.main-exchange-item-top {
    gap: 10px;
    margin-bottom: 10px;
}
.main-exchange-item-top h4 {
    width: 50%;
    margin: 0;
}
.main-exchange-item-top p {
    width: 50%;
    margin: 0;
}

.main-exchange-item {
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #C6CFD7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.main-exchange-item .item-input {
    width: 50%;
    height: 100%;
}
.main-exchange-item .item-input input {
    height: 100%;
    border: none;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
}
.main-exchange-item .item-input input::placeholder {
    color: #C6CFD7;
}
.main-exchange-item .item-main {
    width: 50%;
    background: #F3F7FA;
    height: 100%;
    padding: 5px 10px;
    align-items: center;
    gap: 10px;
}
.main-exchange-item .item-main:hover {
    cursor: pointer;
}
.main-exchange-item .item-title {
    width: calc(100% - 86px);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.main-exchange-item .item-title h4 {
    font-weight: 500;
    font-size: 16px;
}
.main-exchange-item span {
    width: 24px;
    height: 24px;
    margin: 0 0 0 auto;
}
.main-exchange-item span img {
    display: block;
}
.main-exchange-item .item-img {
    width: 32px;
    height: 32px;
}
.main-exchange-item .item-img img {
    width: 100%;
    display: block;
}
.main-exchange-item .item-bottom {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.main-exchange-bottom {
    margin-top: -12px;
    gap: 10px;
    justify-content: space-between;
}
.main-exchange-bottom p {
    color: #15171C;
    margin: 0;
}
.main-exchange-bottom p a {
    color: #5B47FF;
}
.main-exchange-bottom .btn {
    min-width: 180px;
    width: 180px;
    padding: 5px;
}

section {
    padding: 60px 0;
}

.about-us {
    margin-top: 40px;
}

.about-us-wrapper {
    gap: 30px;
    background: #FFFFFF;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 30px;
}

.about-us-info {
    width: 840px;
}
.about-us-info .title {
    margin-bottom: 25px;
}
.about-us-info p {
    margin: 0 0 22px;
}
.about-us-info p:last-of-type {
    margin-bottom: 0;
}

.about-us-right {
    width: 185px;
}
.about-us-right img {
    display: block;
    margin: 0 auto 16px;
}
.about-us-right .btn {
    width: 100%;
    padding: 5px;
}

.main-preim {
    margin-bottom: -40px;
}

.main-preim-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}
.main-preim-item .item-img {
    display: flex;
    width: 115px;
    height: 115px;
    align-items: center;
    justify-content: center;
    background: #F0F2FF;
    border-radius: 30px;
}
.main-preim-item .item-img img {
    display: block;
}
.main-preim-item .item-info {
    width: calc(100% - 130px);
}
.main-preim-item .item-info h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #0F2232;
    margin: 0 0 10px;
}

.agree {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.agree input {
    display: none;
}
.agree input + span {
    width: 40px;
    height: 24px;
    display: block;
    border-radius: 20px;
    position: relative;
    background: #CBCCCE;
    margin-right: 15px;
}
.agree input + span:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 2px;
    left: 1px;
    border-radius: 90px;
    transition: all 0.3s linear;
}
.agree input:checked + span {
    background: #5B47FF;
}
.agree input:checked + span:before {
    left: 19px;
}
.agree a {
    color: #5B47FF;
    text-decoration: underline;
}
.agree:hover {
    cursor: pointer;
}
.agree a:hover {
    text-decoration: none;
}

.reviews-wrapper {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
}

.reviews-item {
    background: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.reviews-item h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-left: 39px;
    background: transparent url(../img/review-icon.svg) left center no-repeat;
}

.reviews-item-top {
    gap: 5px;
    margin-bottom: 20px;
}

.reviews-item-rating {
    display: flex;
    align-items: center;
    width: 120px;
    min-width: 120px;
    justify-content: space-between;
}
.reviews-item-rating span {
    width: 20px;
    height: 20px;
    background: transparent url(../img/star.svg) center no-repeat;
    display: block;
}
.reviews-item-rating span.active {
    background: transparent url(../img/active-star.svg) center no-repeat;
}

.reviews-item-content p {
    margin: 0 0 20px;
    word-break: break-word;
}
.reviews-item-content p:last-of-type {
    margin-bottom: 0;
}

.main-page-reviews-bottom {
    gap: 15px;
}

.main-page-tg-main {
    max-width: 500px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    align-items: center;
    margin: 0 0 0 auto;
}
.main-page-tg-main .item-icon {
    min-width: 200px;
    width: 200px;
    height: 200px;
    background: #28A7E8;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-page-tg-main .item-right {
    width: calc(100% - 200px);
    padding: 20px;
}
.main-page-tg-main a span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #D4DDE4;
    margin-bottom: 30px;
}

.main-page-monitoring-wrapper {
    background: linear-gradient(270deg, #B0DAF8 0%, #EEF2FF 100%);
    padding: 30px;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.main-page-monitoring-info .title {
    margin-bottom: 25px;
}
.main-page-monitoring-info p {
    margin-bottom: 25px;
}

.main-page-monitoring-links {
    height: 100%;
    max-width: 240px;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}
.main-page-monitoring-links a {
    display: block;
}
.main-page-monitoring-links a:last-of-type {
    margin-bottom: 0;
}
.main-page-monitoring-links a img {
    display: block;
}

.main-offer-form {
    max-width: 530px;
    background: #FFFFFF;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 30px;
}
.main-offer-form .input-group {
    margin-bottom: 20px;
}
.main-offer-form .input-group label {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    color: #0F2232;
    margin: 0 0 10px;
}
.main-offer-form p {
    margin: 0;
}
.main-offer-form p a {
    color: #5B47FF;
}

.main-offer-form-top {
    gap: 15px;
}
.main-offer-form-top .input-group {
    width: 50%;
}
.main-offer-form-top .input-group input {
    font-size: 17px;
    font-weight: 500;
}

footer {
    height: 260px;
    background: linear-gradient(180deg, #F0F2FF 1.7%, #AFD9F7 99.51%);
    padding: 95px 0 20px;
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
    margin: auto 0 0;
}

.footer-top {
    gap: 80px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.footer-logo {
    width: 190px;
}
.footer-logo a, .footer-logo img {
    display: block;
	width: 150px;
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 30px;
    width: 555px;
}
.footer-menu a {
    color: #0F2232;
}
.footer-menu a:hover {
    text-decoration: underline;
}

.footer-social a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.footer-apps a {
    margin-bottom: 10px;
    display: block;
}
.footer-apps a img {
    display: block;
}

.footer-bottom {
    gap: 80px;
    justify-content: space-between;
}
.footer-bottom .footer-menu a {
    font-size: 12px;
    line-height: 1.5;
    color: #9FAFBC;
}

.copyright {
    font-size: 12px;
    line-height: 1.5;
}

.modal-dialog {
    max-width: 400px;
}

.modal-content {
    padding: 32px 50px 50px;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.modal-header {
    padding: 0;
    margin-bottom: 30px;
    border: none;
    display: block;
}
.modal-header .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    margin: 0;
}
.modal-header p {
    margin: 8px 0 0;
    text-align: center;
}

.btn-close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 32px;
    height: 32px;
    background: transparent url(../img/cross.svg) center no-repeat;
    border: none;
}
.btn-close:hover {
    cursor: pointer;
}

.modal-body {
    padding: 0;
}
.modal-body .input-group {
    margin-bottom: 20px;
}

.modal-check-wrapper {
    align-self: center;
    gap: 10px;
    margin-bottom: 20px;
}

.check {
    position: relative;
    line-height: 18px;
    padding-left: 29px;
}
.check input {
    display: none;
}
.check input:checked + span {
    background: #5B47FF url(../img/check.svg) center no-repeat;
}
.check span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #5B47FF;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.check a {
    color: #002341;
    text-decoration: underline;
}
.check a:hover {
    text-decoration: none;
}

.forgot-pass {
    color: #5B47FF;
}
.forgot-pass:hover {
    text-decoration: underline;
}

.modal-form-captcha img {
    display: block;
}

.modal-form-bottom {
    margin-top: 30px;
    gap: 10px;
}
.modal-form-bottom .btn {
    padding: 5px 25px;
}

.terms-modal-text {
    margin: 0 0 20px;
}

.content-top {
    gap: 10px;
    margin-bottom: 20px;
}
.content-top .title {
    margin: 0;
}
.content-top p {
    margin: 0;
}
.content-top.reserves-top {
    gap: 10px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.pagination a {
    width: 50px;
    height: 50px;
    border: 1px solid #5B47FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5B47FF;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
    transition: all 0.3s linear;
}
.pagination a.active {
    background: #5B47FF;
    color: #FFFFFF;
    border-color: #5B47FF;
}
.pagination a:hover {
    background: #5B47FF;
    color: #FFFFFF;
    border-color: #5B47FF;
}
.pagination a:hover path {
    stroke: #fff;
}

.reviews-content-bottom {
    margin: 40px 0;
}

.review-modal-btn {
    position: absolute;
    left: 0;
}

.reviews-form-rating {
    width: 140px;
    margin: 0 auto 20px;
}
.reviews-form-rating label {
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(../img/star.svg) center no-repeat;
}
.reviews-form-rating label input {
    display: none;
}
.reviews-form-rating label:hover {
    cursor: pointer;
}
.reviews-form-rating label.active, .reviews-form-rating label:hover {
    background: transparent url(../img/active-star.svg) center no-repeat;
}
.reviews-form-rating label.active ~ label, .reviews-form-rating label:hover ~ label {
    background: transparent url(../img/active-star.svg) center no-repeat;
}

.reviews-form-submit {
    width: 100%;
    margin-top: 10px;
}

.content {
    padding-bottom: 50px;
    margin-bottom: 100px;
}

.with-shadow {
    background: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
}

.partners-content {
    gap: 40px;
}

.partners-left {
    width: 515px;
}

.partners-right {
    width: 555px;
}

.partners-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.partners-items.loyalty-items {
    grid-template-columns: repeat(4, 1fr);
}
.partners-items .item {
    overflow: hidden;
    border: 1px solid #5B47FF;
    border-radius: 20px;
}
.partners-items .item p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #5B47FF;
    justify-content: center;
    background: #EFEDFF;
    margin: 0;
    padding: 10px;
}
.partners-items .item p span {
    font-weight: 500;
}
.partners-items .item-top {
    background: #5B47FF;
    padding: 15px;
    text-align: center;
}
.partners-items .item-top h4 {
    color: #fff;
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
}
.partners-items .item-top span {
    color: #CEC8FF;
}

.loyalty-info {
    margin-bottom: 30px;
}

.reviews-content .reviews-wrapper {
    margin-bottom: 0;
}

.guarantee-main {
    gap: 30px;
}

.guarantee-main-left {
    width: 225px;
}
.guarantee-main-left a {
    display: block;
    margin-bottom: 35px;
}
.guarantee-main-left a:last-of-type {
    margin-bottom: 0;
}
.guarantee-main-left a:hover {
    opacity: 0.8;
}
.guarantee-main-left a img {
    display: block;
}

.guarantee-main-right ul li {
    margin-bottom: 15px;
    height: 22px;
}
.guarantee-main-right ul li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1E405D;
    font-size: 16px;
    height: 22px;
}
.guarantee-main-right ul li a:hover {
    text-decoration: underline;
}
.guarantee-main-right ul li:last-of-type {
    margin-bottom: 0;
}

.guarantee-main-bottom {
    padding: 10px;
    color: #5B47FF;
    text-align: center;
    background: #EFEDFF;
    border: 1px solid #CEC8FF;
    border-radius: 15px;
    margin-top: 20px;
}

.reserve-wrapper-top {
    margin: 0 auto;
    gap: 10px;
}
.reserve-wrapper-top a {
    font-size: 16px;
    padding: 3px 8px;
    border-radius: 10px;
    color: #0F2232;
}
.reserve-wrapper-top a:hover, .reserve-wrapper-top a.active {
    color: #FFFFFF;
    background: #5B47FF;
}

.reserve-search {
    width: 250px;
}
.reserve-search input {
    padding-left: 40px;
    background: #fff url(../img/search.svg) 15px center no-repeat;
}

.reserve-wrapper-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 20px;
}
.reserve-wrapper-items .item {
    display: flex;
    height: 44px;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.reserve-wrapper-items .item:hover {
    background: #F3F7FA;
}
.reserve-wrapper-items .item-img {
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    height: 24px;
}
.reserve-wrapper-items .item-img img {
    display: block;
}
.reserve-wrapper-items span {
    color: #5B47FF;
    margin: 0 0 0 auto;
}

.reserve-content-top {
    margin-bottom: 40px;
}

.reserve-request {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 70px;
}

.reserve-request-form {
    width: 550px;
    padding: 30px;
    background: #EFEDFF;
    border-radius: 10px;
}
.reserve-request-form .btn {
    width: 100%;
}
.reserve-request-form .main-exchange {
    margin-bottom: 23px;
}
.reserve-request-form .main-exchange-item-top h4 {
    width: 100%;
}
.reserve-request-form .main-exchange-list-wrapper {
    width: 100%;
}

.reserve-request-info {
    width: 435px;
}
.reserve-request-info h4 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 500;
}
.reserve-request-info p {
    margin: 0;
}

.contacts-main {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    font-size: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contacts-main a {
    color: #5B47FF;
}
.contacts-main a:hover {
    text-decoration: underline;
}
.contacts-main span {
    display: block;
}

.contact-socials span {
    white-space: nowrap;
    display: block;
    margin-bottom: 12px;
}
.contact-socials .d-flex {
    gap: 20px;
}
.contact-socials .d-flex a img {
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
}
.contact-socials .d-flex a:hover {
    opacity: 0.8;
}

.contacts-wrapper {
    gap: 20px;
}

.contact-left {
    width: 56%;
}
.contact-left .main-page-tg-main {
    padding-left: 0;
    max-width: 100%;
    height: 180px;
}
.contact-left .main-page-tg-main .item-right {
    text-align: center;
}
.contact-left .main-page-tg-main .item-icon {
    min-width: 180px;
    width: 180px;
    height: 180px;
}

.contact-right {
    width: 44%;
}

.contact-form label {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    display: block;
    margin: 0 0 10px;
    color: #0F2232;
}
.contact-form .input-group {
    margin-bottom: 20px;
}
.contact-form .input-group input {
    height: 60px;
}

.main-exchange-bottom.contact-form-bottom {
    margin-top: 0;
}

.cabinet-top {
    margin-bottom: 20px;
}

.cabinet-menu {
    gap: 10px;
}
.cabinet-menu a {
    font-size: 16px;
    padding: 3px 8px;
    border-radius: 10px;
    color: #0F2232;
}
.cabinet-menu a:hover, .cabinet-menu a.active {
    color: #FFFFFF;
    background: #5B47FF;
}

.cabinet-main-info {
    color: #5B47FF;
}
.cabinet-main-info span {
    color: #0F2232;
}

.your-balance {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 30px;
}

.your-rebate {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cabinet-history {
    margin-bottom: 20px;
}

.cabinet-history-item {
    border-bottom: 1px solid #D4DDE4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 115px;
    padding: 13px 0;
    gap: 10px;
}
.cabinet-history-item:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}
.cabinet-history-item .item-id {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #5B47FF;
}
.cabinet-history-item .item-date {
    color: #9FAFBC;
    font-size: 12px;
    line-height: 1.5;
}
.cabinet-history-item .item-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cabinet-history-item .item-valute {
    position: relative;
    padding-left: 63px;
    min-width: 220px;
}
.cabinet-history-item .item-valute-img {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 0;
    top: calc(50% - 24px);
}
.cabinet-history-item .item-valute-img img {
    display: block;
    width: 100%;
}
.cabinet-history-item .item-valute-summ {
    font-weight: 500;
    font-size: 16px;
}
.cabinet-history-item .item-valute-account {
    color: #A7AAAC;
    font-size: 12px;
    line-height: 1.5;
}
.cabinet-history-item .item-center-arrow {
    width: 24px;
    height: 24px;
    background: transparent url(../img/swap.svg) center no-repeat;
    margin: 0 15px;
}
.cabinet-history-item .item-right p {
    margin: 0 0 3px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
.cabinet-history-item .item-right .btn {
    padding: 5px 25px;
    text-align: center;
    font-size: 12px;
}

.order-repeat-btn {
    text-align: center;
    border-radius: 10px;
    padding: 35px 10px 10px;
    min-width: 90px;
    display: block;
    color: #2F4151;
    background: transparent url(../img/repeat.svg) center 10px no-repeat;
}
.order-repeat-btn:hover {
    background: #EFEDFF url(../img/repeat-active.svg) center 10px no-repeat;
}

.cabinet-verification {
    gap: 30px;
    align-items: flex-start;
}

.cabinet-verification-info {
    width: 58%;
}
.cabinet-verification-info h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 30px;
}
.cabinet-verification-info ul {
    padding-left: 24px;
}
.cabinet-verification-info ul li {
    position: relative;
    font-size: 16px;
    margin: 0 0 20px;
}
.cabinet-verification-info ul li:last-of-type {
    margin-bottom: 0;
}
.cabinet-verification-info ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 90%;
    position: absolute;
    top: 8px;
    left: -15px;
}

.cabinet-verification-img {
    width: 42%;
    background: linear-gradient(180deg, #E9EDFF 5.66%, #F9FAFF 100%);
    border: 3px solid #E4ECF2;
    border-radius: 10px;
}
.cabinet-verification-img img {
    display: block;
    margin: 24px auto 0;
}

.cabinet-settings {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.cabinet-settings h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 30px;
    color: #0F2232;
}

.cabinet-settings-block {
    padding: 30px;
    background: #EFEDFF;
    border-radius: 10px;
}
.cabinet-settings-block .input-group {
    margin-bottom: 13px;
}
.cabinet-settings-block .input-group label {
    margin: 0 0 7px;
    color: #0F2232;
}
.cabinet-settings-block .input-group input {
    border: 1px solid #D4DDE4;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
}
.cabinet-settings-block .btn {
    margin-top: 17px;
    width: 100%;
}

.cabinet-settings-other-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.cabinet-settings-other h3 {
    margin: 0;
}

.cabinet-api {
    margin: 15px auto;
    max-width: 905px;
    gap: 30px;
}

.cabinet-api-form {
    width: 63%;
    padding: 30px;
    background: #EFEDFF;
    border-radius: 10px;
}
.cabinet-api-form .input-group {
    margin-bottom: 13px;
}
.cabinet-api-form .input-group label {
    margin: 0 0 7px;
    color: #0F2232;
}
.cabinet-api-form .input-group input {
    border: 1px solid #D4DDE4;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
}
.cabinet-api-form .input-group textarea {
    height: 100px;
    border: 1px solid #D4DDE4;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
}
.cabinet-api-form .btn {
    margin-top: 17px;
    width: 100%;
}

.cabinet-api-info {
    width: 37%;
    color: #0F2232;
}
.cabinet-api-info h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 10px;
}
.cabinet-api-info p {
    margin: 0;
}

.cabinet-referral-top {
    margin-bottom: 20px;
}

.cabinet-referral-input {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), linear-gradient(180deg, #7F72FC 0%, #1EDCC1 100%);
    border-radius: 10px;
    padding: 30px;
}
.cabinet-referral-input .input-group {
    position: relative;
}
.cabinet-referral-input label {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #0F2232;
}
.cabinet-referral-input input {
    padding: 10px 48px;
    background: #fff url(../img/hyperlink.svg) 15px center no-repeat;
}

.cabinet-referral-copy {
    background: #5B47FF url(../img/copy-2.svg) center no-repeat;
    border: 2px solid #5B47FF;
    border-radius: 10px;
    position: absolute;
    height: 32px;
    width: 32px;
    bottom: 9px;
    right: 10px;
    transition: all .25s;
}
.cabinet-referral-copy.green {
    background: #00d315 url(../img/copy-2.svg) center no-repeat;
    border: 2px solid #008312;
}

.cabinet-referral-info {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
    width: 100%;
}
.cabinet-referral-info .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-size: 16px;
    color: #002341;
}
.cabinet-referral-info .item strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #5B47FF;
}

.cabinet-referral-offer {
    padding: 30px;
    background: #EFEDFF;
    border-radius: 10px;
    margin-bottom: 20px;
}
.cabinet-referral-offer h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    margin: 0 0 10px;
    color: #0F2232;
}
.cabinet-referral-offer .input-group {
    margin-bottom: 13px;
}
.cabinet-referral-offer input {
    border: 1px solid #D4DDE4;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
}
.cabinet-referral-offer .btn {
    margin-top: 17px;
    width: 100%;
}

.cabinet-referral-directions h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    margin: 0 0 20px;
    color: #0F2232;
}
.cabinet-referral-directions .item {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.cabinet-referral-directions .item:last-of-type {
    margin-bottom: 0;
}
.cabinet-referral-directions .item-img {
    width: 24px;
    height: 24px;
}
.cabinet-referral-directions .item-img img {
    display: block;
    width: 100%;
}
.cabinet-referral-directions .item-title {
    width: calc(100% - 150px);
}
.cabinet-referral-directions .item-status {
    padding-right: 12px;
    position: relative;
    width: 110px;
}
.cabinet-referral-directions .item-status span {
    width: 10px;
    height: 10px;
    border-radius: 90%;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}
.cabinet-referral-directions .item-status.green span {
    background: #27CE6A;
}
.cabinet-referral-directions .item-status.red span {
    background: #FF4062;
}

.cabinet-referral-items-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    margin: 0 0 20px;
    color: #0F2232;
}

.cabinet-referral-items .item {
    display: flex;
    height: 56px;
    align-items: center;
    padding: 5px 15px;
    background: #EFEDFF;
    border-radius: 10px;
    margin-bottom: 10px;
    gap: 20px;
}
.cabinet-referral-items .item:last-of-type {
    margin-bottom: 0;
}
.cabinet-referral-items .item .item-summ {
    width: 75px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #5B47FF;
}
.cabinet-referral-items .item .refEmail {
    font-weight: 500;
    font-size: 17px;
    color: #0F2232;
}
.cabinet-referral-items .item span {
    color: #8292A0;
    font-size: 16px;
    margin: 0 0 0 auto;
}

.order-content-top {
    margin-bottom: 30px;
}
.order-content-top p {
    max-width: 350px;
    text-align: right;
}
.order-content-top p a {
    color: #5B47FF;
}
.order-content-top p a:hover {
    text-decoration: underline;
}

.order-content .main-exchange-wrapper-main {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 30px;
    align-self: self-start;
}
.order-content .main-exchange:last-of-type {
    margin-bottom: 0;
}

.order-content-main {
    width: calc(100% - 530px);
}
.order-content-main h2 {
    font-weight: 500;
    color: #0F2232;
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 20px;
}

.order-start-step h2 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.order-start-step h2 a {
    color: #5B47FF;
}
.order-start-step h2 a:hover {
    text-decoration: underline;
}
.order-start-step h2 span a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.order-start-step .flex-wrap {
    gap: 10px;
}
.order-start-step .input-group {
    width: 100%;
    order: 3;
}
.order-start-step .input-group.half-input {
    width: 70%;
    order: 1;
}
.order-start-step .input-group.mini-input {
    width: calc(30% - 10px);
    order: 2;
}

.order-start-step-bottom {
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.order-start-step-bottom h2 {
    margin: 0;
}
.order-start-step-bottom h2 a {
    color: #FF4062;
}
.order-start-step-bottom h2 a:hover {
    text-decoration: underline;
}
.order-start-step-bottom .btn:not(.btn-white) {
    margin: 0 0 0 auto;
}

.order-step {
    padding: 25px 0;
}
.order-step .middle-text {
    margin: 0 0 20px;
}
.order-step h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #0F2232;
    margin: 0 0 5px;
}
.order-step h3 a {
    display: inline-flex;
    align-items: center;
    padding-left: 29px;
    background: transparent url(../img/refresh-2.svg) left center no-repeat;
    margin-left: 10px;
    font-size: 14px;
    color: #5B47FF;
    line-height: 24px;
}
.order-step p:last-of-type {
    margin-bottom: 0;
}
.order-step p a {
    color: #5B47FF;
}
.order-step p a:hover {
    text-decoration: underline;
}
.order-step.order-step-verification p {
    margin: 0 0 20px;
    color: #8292A0;
}
.order-step.order-step-verification h2 {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #0F2232;
}
.order-step.order-step-verification h2 a {
    text-decoration: underline;
}
.order-step.order-step-verification h2 a:hover {
    text-decoration: none;
}
.order-step.order-step-verification .order-step-buttons {
    margin-bottom: 0;
}
.order-step.order-step-verification-form h2 {
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 130%;
    color: #0F2232;
}
.order-step.order-step-verification-form .middle-text {
    margin-bottom: 10px;
}
.order-step.order-step-verification-form p {
    margin-bottom: 20px;
}

.order-step-buttons {
    gap: 10px;
    margin-bottom: 20px;
}

h3.order-step-error-title {
    padding-left: 47px;
    line-height: 32px;
    font-weight: 500;
    font-size: 20px;
    color: #FF4062;
    background: transparent url(../img/order-error.svg) left center no-repeat;
}

.order-step-verification-form-bottom {
    gap: 20px;
}
.order-step-verification-form-bottom .btn-white {
    margin-bottom: 10px;
}

.order-step-verification-form-img img {
    display: block;
}

.order-step-finish-form {
    width: 100%;
}
.order-step-finish-form .item {
    margin-bottom: 15px;
}
.order-step-finish-form h5 {
    margin: 0 0 5px;
    color: #546573;
    font-size: 16px;
    font-weight: 400;
}
.order-step-finish-form .reviews-form-rating {
    margin: 0;
    width: 120px;
}
.order-step-finish-form textarea {
    height: 94px;
    border: 1px solid #D4DDE4;
    display: block;
    margin-bottom: 10px;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
}

.order-step-finish {
    padding-top: 10px;
}

.order-step-finish-top {
    margin-bottom: 20px;
    border-bottom: 1px solid #CEC8FF;
}
.order-step-finish-top h2 {
    color: #27CE6A;
    font-size: 20px;
    margin: 0 0 5px;
    line-height: 32px;
    padding-left: 39px;
    background: transparent url(../img/success.svg) left center no-repeat;
}
.order-step-finish-top p {
    line-height: 1.3;
    font-weight: 500;
    font-size: 17px;
    color: #2F4151;
}

.order-step-finish-bottom h4 {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    color: #2F4151;
}
.order-step-finish-bottom p:last-of-type {
    margin-bottom: 0;
}
.order-step-finish-bottom p a {
    color: #5B47FF;
}
.order-step-finish-bottom p a:hover {
    text-decoration: underline;
}

.accordion {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.accordion-item {
    background: #FFFFFF;
    border: 1px solid #CEC8FF;
    border-radius: 10px;
    padding: 0 20px;
    width: 100%;
    overflow: hidden;
}
.accordion-item:last-of-type {
    margin-bottom: 0;
}

.accordion-top {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 0 -20px;
}
.accordion-top:hover {
    cursor: pointer;
}
.accordion-top.active span {
    transform: rotate(-180deg);
}
.accordion-top span {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 auto;
    background: transparent url(../img/arrow-from.svg) center no-repeat;
    transition: transform 0.3s linear;
    position: relative;
    right: 0;
}

.accordion-content {
    border-top: 1px solid #263E55;
    padding: 20px 0;
    display: none;
}
.accordion-content p {
    margin: 0 0 20px;
}
.accordion-content p:last-of-type {
    margin-bottom: 0;
}

.terms-wrapper ol {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: item;
}
.terms-wrapper > ol {
    margin-bottom: -15px;
    color: #5B47FF;
    font-size: 20px;
    font-weight: 500;
}
.terms-wrapper > ol ol {
    padding-top: 20px;
    color: #0F2232;
    font-size: 16px;
    font-weight: 400;
}
.terms-wrapper > ol li {
    margin: 0 0 20px;
    display: block;
}
.terms-wrapper > ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

.no-page-content {
    padding: 25px 0;
    text-align: center;
    line-height: 1.3;
}
.no-page-content img {
    display: block;
    margin: 65px auto 20px;
}
.no-page-content h2 {
    font-weight: 900;
    font-size: 210px;
    color: #0F2232;
    margin: 0 0 20px;
}
.no-page-content h4 {
    font-weight: 500;
    font-size: 30px;
    color: #0F2232;
    margin: 0;
}
.no-page-content p {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 17px;
    color: #546573;
}
.no-page-content .btn {
    padding: 10px 40px;
}
.no-page-content span {
    font-weight: 500;
    font-size: 17px;
    color: #5B47FF;
}

.main-exchange-list-wrapper {
    position: absolute;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    width: calc(100% - 30px);
    left: 0;
    z-index: 2;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}
.main-exchange-list-wrapper.main-exchange-list-from {
    top: 92px;
}
.main-exchange-list-wrapper.main-exchange-list-to {
    top: 212px;
}

.main-exchange-list-top {
    height: 50px;
    padding: 5px 15px;
    gap: 10px;
    overflow: auto;
}
.main-exchange-list-top a {
    color: #5B47FF;
    display: flex;
    height: 35px;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    padding: 3px 8px;
    border-radius: 10px;
}
.main-exchange-list-top a.active, .main-exchange-list-top a:hover {
    background: #5B47FF;
    color: #fff;
}

.main-exchange-list-content {
    max-height: 276px;
    overflow: auto;
}
.main-exchange-list-content .item {
    display: flex;
    height: 46px;
    align-items: center;
    padding: 11px 15px;
    gap: 12px;
}
.main-exchange-list-content .item span {
    color: #888B8F;
    align-self: flex-end;
    margin: 0 0 0 auto;
}
.main-exchange-list-content .item.active, .main-exchange-list-content .item:hover {
    background: #F3F7FA;
    cursor: pointer;
}
.main-exchange-list-content .item-img {
    min-width: 24px;
}
.main-exchange-list-content .item-img img {
    display: block;
    width: 24px;
}
.main-exchange-list-content .item-title {
    color: #11181F;
}


.fCaptcha .showerror {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    color: red;
}

.fCaptcha > div > div {
    margin: 0 auto;
}

.top-account .btn.text-truncate {
    max-width: 250px;
    display: block;
    line-height: 34px;
}

.separator-line {
    border-bottom: 1px solid #FFB800;
    position: relative;
}

.separator-line > .stars {
    background: url(../img/raitStarBigYellow.svg) center center repeat-x;
    width: 75px;
    height: 25px;
    position: absolute;
    top: -9px;
    left: calc(50% - 37px);
}

#security_form .alert.alert-warning {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    color: red;
    margin: 50px auto;
}

#subscriptionResult {
    color: #009f00;
    font-weight: 900;
    font-size: 110%;
}

body.bStep2 .main-exchange-wrapper-right, body.bStep2 .main-screen-info, body.bStep2 .main-exchange-wrapper-main .main-exchange-bottom {
    display: none!important;
}

body.bStep2 #home-exchange.step2 {
    width: 100%;
}

body.bStep2 #home-exchange.step2 .main-exchange-wrapper-main {
    align-self: self-start;
    flex: 1 0 500px;
}

body.bStep2 #home-exchange.step2 .propsWrp {
    display: block!important;
}

body.bStep2 .main-screen {
    height: initial;
    padding-bottom: 80px;
}

#home-exchange.step2 .propsBlock .main-exchange-bottom p {
    max-width: 400px;
}

#homeChangeBtns #goto-payment {
    width: initial;
    padding: 5px 20px;
}

#calcError span {
    display: block;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 115%;
    border: 2px solid red;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: red;
}

#status.orderPage .main-exchange-item *:hover, #status.orderPage .main-exchange-item:hover * {
    cursor: default!important;
    pointer-events: none;
}

.terms-wrapper ul {
    list-style: disc;
    list-style-position: inside;
}

.photoExample {
    max-width: 250px;
}

.about-us-right a {
    text-align: center;
}

.faq-page-content .accordion-content a, .bottomTechLine a, a {
    color: #0002ff;
}

.fSelect select:hover {
    cursor: pointer;
}

#refoutsHistory tr, #refoutsHistory th {
    text-align: left;
}

#refoutsHistory table {
    background: #004679;
}

#refoutsHistory thead {
    background: #5B47FF
}

#refoutsHistory td {
    background: #fff;
    padding: 10px;
}

#refoutsHistory th {
    color: #fff;
    padding: 10px;
}

.opNote {
    font-size: 120%;
    font-weight: bold;
}

.opAccInfo {
    margin-top: 10px;
}

.opAccInfo b {
    color: #0002ff;
}

.extraConfirm {
    border: 2px solid red;
    border-radius: 10px;
    padding: 15px;
    margin-top: 25px;
}

.oStepBtns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.oStepBtns button, .oStepBtns a {
    white-space: nowrap;
    margin: initial!important;
}

.new-bonus-block {
    background: linear-gradient(270deg, #B0DAF8 0%, #EEF2FF 100%);
    padding: 15px;
    border-radius: 10px;
    font-size: 120%;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.bonus-page-wrapper{
    padding: 20px 30px 30px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}
.bonus-page-wrapper h2{
    font-size: 28px;
    margin: 0 0 30px;
    color: #FFA200;
}
.bonus-page-wrapper p{
    margin: 0 0 20px;
}
.bonus-page-wrapper ol li a,
.bonus-page-wrapper p a{
    color: #ffa200;
}
.bonus-page-wrapper ol li a.bestchange-link{
    color: #1CA215;
}
.bonus-page-wrapper ol li a:hover,
.bonus-page-wrapper p a:hover{
    text-decoration: underline;
}
.bonus-page-wrapper ol{
    margin: 20px 0;
}
.bonus-page-wrapper ol li{
    margin: 0 0 12px;
}
.bonus-page-wrapper ol li:last-of-type{
    margin-bottom: 0;
}
.bonus-page-form{
    display: flex;
    gap: 20px;
    margin: 20px 0 30px;
    align-items: center;
}
.bonus-page-form .input-group{
    width: auto;
    height: 52px;
    background: #F1F6F0;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 10px;
}
.bonus-page-form input{
    height: 32px;
    padding: 0;
    border: none;
    background: none;
    width: 200px;
    font-size: 14px;
}
.bonus-page-form .btn{
    min-height: auto;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 22px;
    height: initial;
}
.bonus-page-preims{
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 10px;
    margin: 0 auto;
    border-radius: 10px;
}
.bonus-page-preims .item{
    height: 150px;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}
.bonus-page-preims .item h4{
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 22px;
}
.bonus-page-preims .item-bottom{
    display: flex;
    gap: 15px;
    align-items: center;
}
.bonus-page-preims .item-icon{
    width: 38px;
    height: 38px;
}
.bonus-page-preims .item-icon img{
    display: block;
    width: 100%;
}
.bonus-page-preims .item-bottom span{
    color: #FFA200;
    font-size: 26px;
    font-weight: 700;
}

.main-exchange-bottom label {
    display: block;
}
.main-exchange-bottom a:hover, .main-exchange-bottom label:hover {
    cursor: pointer;
}

.bannerBonusWrp {
    background: #1182d5;
    margin-top: -25px;
    padding: 5px 0;
}
.bannerBonusWrp img {
    height: 50px;
    margin-right: 30px;
}
.bannerBonusWrp .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 150px;
    color: #fff;
    font-weight: bold;
    padding: 0;
    justify-content: space-evenly;
}
.bannerBonusWrp .bannerTxt {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 24px;
}
.bannerBonusWrp a {
    color: #000;
    text-decoration: underline;
    font-size: 22px;
    transition: all .25s;
}

.bannerBonusWrp a:hover {
    text-decoration: none;
    color: #fff;
}