:root {
  --green-color: #20975E;
  --color-text: #191924;
  --color-background: #fff;
  --red-color: rgba(224, 0, 11, 1);
  --burger-background: url('/static/img/burger-black.png');
  --instagram: url('/static/img/inst-black.svg');
  --twitter: url('/static/img/twitt-black.svg');
  --reddit: url('/static/img/reddit-black.svg');
  --whatsapp: url('/static/img/whatsapp-black.svg');
  --telegram: url('/static/img/telegram-black.svg');
  --linear-gradient: linear-gradient(91.35deg, #E0000B -1.93%, #E0006C 99.32%);
  --background-text-block: rgba(254, 243, 243, 1);
  --svg_filter: none;
  --bs-pagination-active-bg: var(--linear-gradient) !important;
  --bs-pagination-active-border-color: var(--linear-gradient) !important;
  --bs-pagination-color: var(--linear-gradient) !important;
}

@font-face {
	font-family: 'Montserrat';
	src: url(/static/fonts/Montserrat-VariableFont_wght.ttf);
}


@font-face {
	font-family: 'Raleway regular';
	src: url(/static/fonts/Raleway-Regular.ttf);
}
@font-face {
	font-family: 'Raleway medium';
	src: url(/static/fonts/Raleway-Medium.ttf);
}
@font-face {
	font-family: 'Raleway semibold';
	src: url(/static/fonts/Raleway-SemiBold.ttf);
}
@font-face {
    font-family: 'Gilroy bold';
    src: url(/static/fonts/Gilroy-Bold.ttf);
}
@font-face {
	font-family: 'Raleway';
	src: url(/static/fonts/Raleway.ttf);
}
.taplink-new .main-header-block .sub-header {
    color: rgba(232, 238, 245, 1);
    font-size: 26px;
    text-transform: uppercase;
    line-height: 31.58px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin: 2px 1px;
    border-radius: 7px;
    padding-right: 30px;
    padding-left: 8px;
    display: inline-block;
}
.taplink-new .main-header-block h1 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 39.01px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 0 2px;
    color: rgba(46, 50, 47, 1);
}
.taplink-new .header-row .text-license p {
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 17.07px;
    font-weight: 400;
}

/* General */
body {
background: #F6F5FA;
font-family: 'Raleway';
font-weight: 500;
font-variant-numeric: lining-nums tabular-nums;
}
#scrollToTopBtn {
display: none;
position: fixed;
bottom: 90px;
width: 65px;
right: 20px;
padding: 8px 15px;
cursor: pointer;
border-radius: 40px;
border: 1px solid #505050;
z-index: 100;
}
#scrollToTopBtn img {
height: 16px;
}
.big-flag {
font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "EmojiOne", "Android Emoji", "EmojiSymbols";
}
.phone-link {
color: black;
font-variant-numeric: lining-nums tabular-nums;
}
.footer-phone .phone-link {
color: white
}
.full-container {
max-width: 1440px;
margin: 0 auto;
}
a:hover {
    opacity: 0.8;
    cursor: pointer;
}
.only-mobile {
    display: none;
}
.green-btn, .gray-btn {
    border-radius: 16px;
    height: 48px;
    padding: 12px 32px;
    justify-content: center;
    border: none;
    align-items: center;
    color: #FFF;
    font-weight: 400;
    text-decoration: none;
}
.green-btn {
    background: var(--green-color);
}
.gray-btn {
    background: slategray;
}
.custom-btn:hover, .green-btn:hover, .gray-btn:hover {
    transform: scale(1.01);
    transition: 0.5 sec;
}
.low-exchange-button {
width: auto;
margin: 0 auto;
}
.green-btn:hover {
background: var(--green-color);
}
.gray-btn:hover {
background: lightslategray;
}
img {
    max-width: 100%;
}
.h1, h1 {
    color: #06090C;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin: 15px;
}
.h2 {
    color: #06090C;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
}
.h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.read-more {
    color: var(--green-color);
    text-decoration: none;
    font-size: 16px;
    line-height: 24px; /* 150% */
}
.white-container {
    padding: 32px 40px;
    background-color: white;
    border-radius: 20px;
    margin: 40px 0;
    box-shadow: 1px 1px 5px 0px rgba(168, 173, 181, 1);
}
p.description {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.custom-btn {
    padding: 12px 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
}
.black-btn {
    background-color: #000;
    color: white !important;
    text-decoration: none;
}

.h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.h4-desc {
    color: #A8ADB5;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.small {
color: #000;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 16px;
}
.telegram-icon img:hover {

}
a {
text-decoration: none;
}
.white-container .h2 {
margin-top: 0;
margin-bottom: 8px;
}
.white-button {
    border-radius: 16px;
    background: #fff;
    padding: 12px 20px !important;
    margin: 0 10px;
    color: black;
    height: 100%;
    font-weight: 600;
    border: none;
    white-space: nowrap;
}
.white-button:hover {
background-color: black;
color: white !important;
}
.black-button {
    border-radius: 16px;
    background: #000;
    padding: 12px 32px;
    color: white;
    text-align: center;
    border: none;
    white-space: nowrap;
}
#cookie-message {
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%);
        z-index: 10;

}
/* Header */
.header {
    padding: 0 40px;
    position: fixed;
    width: 100%;
    top: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgb(246 245 250 / 60%);
    box-shadow: 1px 1px 5px 0px rgba(168, 173, 181, 1);
    z-index: 10000;
}
.header-contacts.only-desc {
min-width: 250px;
}

.header .container-fluid {
    padding: 0;
}
.header .navbar {
    padding: 12px 0;
    background: none;
}
nav.bg-body-tertiary {
    background-color: transparent !important;
    padding: 12px;
}
.geo {
    align-items: center;
}
.geo svg {
    margin-right: 8px;
}
#logo {
    width: 162px;
}
.navbar .nav-item {
    font-weight: 400;
}
.navbar .nav-item a, .navbar .nav-item .exchange-services-button .nav-link, .navbar .nav-item .circles-button .nav-link  {
    color: black;
}
.geo {
    margin: 0 20px;
    height: 100%;
    font-weight: 400;
    justify-content: center;
    display: flex;
    color: black;
}
.geo-country {
    font-weight: 600;
}
.header-contacts span {
    font-family: Gilroy bold;
}
.social-icon {
    margin-left: 25px;
}
.navbar-toggler-icon {
    background-image: url(/static/img/burger.svg);
}
.navbar-toggler {
    border: none;
    padding: 0;
}
.navbar-nav {
width: 100%
}
.contacts-container {
max-width: 460px;
/* height: 100vh; */
display: flex;
flex-flow: column;
justify-content: space-around;
}
.contacts-container .text-license {
font-size: 10px;
display: flex;
justify-content: end;
    font-variant-numeric: lining-nums tabular-nums;
}
.contacts-container .contact {
display: flex;
height: 70px;
padding: 15px 16px 15px 12px;
align-items: center;
gap: 12px;
flex-shrink: 0;
align-self: stretch;
border-radius: 12px;
background: #FFF;
margin-bottom: 16px;
background-size: 35px;
background-image: url(/static/img/contact-page/Arrow_Right_24.png);
background-repeat: no-repeat;
background-position: right;
background-origin: content-box;
}
.contacts-container h4 {
font-weight: 600;
}
.contact-logo {
height: auto;
padding: 0;
/*margin-top: -40px;*/
margin-top: 30px;
justify-content: center;
/*margin-bottom:20px;*/
}
.contact-logo a {
    margin-bottom: 30px;
}
.contacts-page-list {
    list-style: none;
}
.contact-logo img {
    padding: 0;
    width: 100%;
    height: auto;
}
.contact-logo .btn {
    padding: 12px 8px;
    width: 100%;
    margin-top: -25px;
    height: auto;
    font-weight: 600;
}
.contact-img {
    width: 43px;
    height: 43px;
    background-size: 80%;
    background-color: #F6F5FA;
    border-radius: 13px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    }
.contacts-container a .contact, .contacts-container .contact-text {
color: #0A0D27;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 112.5% */
}
.contacts-container a .contact, .contacts-container .office {
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.contacts-container a .contact .contact-shadow {
box-shadow: 5px 5px 4px 1px rgba(0, 0, 0, 0.25);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: rgba(0,0,0,.0);
}
.contacts-container .contact img {
width:24px;
height: 24px;
margin-right: 16px;
margin-left: 10px;
}
.contacts-container .office {
border-radius: 12px;
background: #FFF;
margin: 10px 0;
}
.contacts-container .office .office-name {
color: #000;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 700;
}
.contacts-container .photo-work-time {
margin-top:20px;
}
.contacts-container .office {
    margin-top: 0;
    padding: 15px 16px 15px 12px;
}
.contacts-container .office .first-row {
    margin-bottom: 15px;
}
.contacts-container .office .office-icon {
    width: 43px;
    height: 43px;
    background-size: cover;
    border-radius: 10px;
    margin-right: 12px;
}
.contacts-container .work-time {
color: #000;
font-family: Raleway;
font-size: 12px;
font-style: normal;
font-weight: 500;
    display: flex;
    flex-direction: column;

padding-left: 15px;
}
.contacts-container .reviews-count a {
color: #A8ADB5;

font-family: Raleway;
font-size: 10px;
font-style: normal;
font-weight: 500;
}
.contacts-container .work-time-header {
font-weight: 700;
}
.contacts-container .open-navigator-button {
color: #FFF;
font-family: Raleway;
font-size: 10px;
font-weight: 600;
padding: 11px;
line-height: 14px;
border-radius: 5px;
margin-top: auto;
background: #20975E;
text-align: center;
font-variant-numeric: lining-nums tabular-nums;
display: flex;
justify-content: center;
align-items: center;
}
.contacts-container .photo-work-time img {
margin: 0;
border-radius: 5px;
}

@media (max-width: 991px) {
.contacts-container .office {
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    max-height: none;
}
    .about-block, .advantages-header, .faq-header {
    margin-top: 40px !important;
}
}


/* CIRCLES BUTTON */
.circles-item {
display: flex;
align-items: center;
margin-right: 20px;
}
.circles-button, .exchange-services-button, .choice-geo-buttons {
position: relative;
cursor: pointer;
transition: background-color 0.3s;
}


.row-circles {
display: flex;
}

.circle {
width: 12px;
height: 12px;
border: 1px solid black;
border-radius: 50%;
display: inline-block;
margin: 1px;
transition: background-color 0.3s;
}

.green {
background-color: green;
border: none;
}
span.link-green-point {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: green;
    margin: 0 0 10px 10px;
}

.triangle {
position: absolute;
top: 50%;
right: -15px;
transform: translateY(-50%);
width: 0;
height: 0;
border-radius: 2px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid black;
transition: transform 0.3s;
}

.links {
position: absolute;
top: 100%;
width: 310px;
left: 0;
margin-top: 15px;
/* opacity: 0; */
display: none;
transition: opacity 0.1s;
cursor: default;
}
.exchange-services-button .links {
width: 280px;
margin-top: 9px;
}
.choice-geo-buttons .links {
    width: 380px;
    margin-top: 9px;
}
/*.links:before {*/
/*	border:12px solid transparent;*/
/*	border-bottom-color:white;*/
/*	position:absolute;*/
/*	bottom:100%;*/
/*	left:25px;*/
/*	content:'';*/
/*}*/
/*.links:after {*/
/*	border:10px solid transparent;*/
/*	border-bottom-color: white;*/
/*	position:absolute;*/
/*	bottom:100%;*/
/*	left:25px;*/
/*	content:'';*/
/*}*/
.links-dropdown-block {
display: flex;
background-color: white;
padding: 15px 40px;
border: none;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.circles-button:hover .circle {
background-color: green;
border-color: green;
color: white;
}
.not-click {
opacity: 0.6;
}
.circles-button:hover .triangle, .exchange-services-button:hover .triangle  {
transform: translateY(-50%) rotate(180deg);
}
.blur-layer {
display: none;
background: rgba(168, 173, 181, 0.62);
backdrop-filter: blur(3.5px);
width: 100%;
height: 100vh;
z-index: 10;
position: fixed;
}
/*
.circles-item:hover .links {
opacity: 1;
pointer-events: auto;
}
*/

.link-block {
display: flex;
margin: 10px 0;
}
.choice-geo-buttons .link-block {
    margin: 2px;
}
.geography a {
    color: black;
}
.exchange-services-button .link-block {
min-height: auto;
margin: 10px 0;
}
.link-block a {
display: flex
}
.link-block img {
    margin-right: 15px;
}
.img-wrap {
    background: #20975E;
    width: 32px;
    height: 32px;
    padding: 3px 4px;
    border-radius: 10px;
    margin-right: 15px;
    text-align: center;
}
.link-block img {
    max-width: 100%;
    max-height: 100%;
}
.link-block span p {
    margin-bottom: 0;
    line-height: 16px;
}
span.link-sticker, .link-soon {
    position: absolute;
    font-size: 12px;
    background: #D9D9D9;
    color: #000;
    font-weight: 300;
    padding: 1px 3px;
    border-radius: 8px;
    margin-top: -14px;
    margin-left: 18px;
}
.link-soon {
    position: relative;
    height: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
.links small {
font-size: 12px;
}



/* CONTENT */
.custom-container {
    margin: 32px;
    padding-top: 100px;
    margin-top: 0;
}
.first-screen .img-block {
    height: 450px;
    position: relative;
    text-align: center;
    transition: 2s ease-in-out;
}
.first-screen .img-block img {
    max-height: 100%;

}
/*
.first-screen .img-block:hover {
transform: scale(1.1);
transition: 2s ease-in-out;
}
*/
.first-screen .h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
}
.first-screen p {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}
.first-screen {
    margin: 0 120px;
    align-items: center;
}
.blur {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 82px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(246, 245, 250, 0.00) 0%, #F6F5FA 43.75%);
}

/* CALCULATOR */

.calculator {
    padding: 40px 80px;
}

.name-case {
    color: var(--green-color);
    text-decoration: none;
}
.input-currency-fields, .output-currency-fields {
    display: flex;
}
.custom-select-currency {
    position: relative;
    width: 130px;
}
.rate-for-one-input, .rate-for-one-output {
    margin-bottom: .5rem;
    white-space: nowrap;
    justify-content: end;
    display: flex;
    color: rgba(168, 173, 181, 1);
    font-size: 16px;
    font-weight: 400;
}

      .selected-option {
            padding: 13px 0;
            padding-left: 52px;
            cursor: pointer;
            position: relative;
            border: 1px solid rgba(168, 173, 181, 1);
            border-left: none;
            border-radius: 0 10px 10px 0;
      }

      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1;
        width: 100%;
        z-index: 20;
        max-height: 200px;
    overflow: scroll;
      }

      .dropdown-content div {
        padding: 5px 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        width: 100%;
        align-items: center;
        display: flex;
      }
      .dropdown-content img {
        width: 25px;
        height: 25px;
        vertical-align: middle;
        margin-right: 10px;
      }
      .dropdown-content div:hover {
        background-color: #f1f1f1;
      }
      .selected-option img {
        position: absolute;
        top: 0;
        width: 42px;
        height: 42px;
        margin: 4px;
        padding: 5px;
        margin-left: -45px;
      }
      .form-label {
        z-index: 10;
      }
      .option-div[disabled] {
        cursor: default;
        opacity: 0.4;
        pointer-events: none;
      }
      .option-div[disabled]:hover {
        background-color: transparent;
      }

.safe-exchange {
border-radius: 26px;
border: 1px solid #20975E;
background: #FFF;
padding: 20px;
margin: 30px 0;
}
.safe-exchange-heading img {
width: 33px;
margin-right: 15px;
}
.safe-exchange-heading {
display: flex;
align-items: center;
color: #06090C;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
}
.safe-exchange-text {
color: #06090C;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
}
.safe-exchange-text a {
    color: #06090C;
    text-decoration: underline;
}
.safe-exchange-text p {
margin: 15px 0 0 0;
}

.exchange-rates-table {
    max-height: 290px;
    width: 100%;
    overflow: hidden;
    display: block;
}
#show-all-currencies {
color: #20975E;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
background: none;
border: none;
}
.table-blur {
background: linear-gradient(0deg, #FFF -4.69%, rgba(255, 255, 255, 0.00) 100%);
    height: 200px;
    margin-top: -200px;
}
#id_region_code {
font-size: 30px;
}


/* HOW TO CHANGE */

.how-to-change-card {
    background-color: white;
    border-radius: 20px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    min-height: 295px;
}

.how-to-change-name {
    padding-right: 55px;
}

.how-to-change-img {
    position: absolute;
    bottom: -25px;
    left: 0%;
    padding: 0px 25px;
    transition: 0.1s ease-in-out;
}
/*
.how-to-change-img:hover {
    transform: scale(1.2);
    transition: 0.1s ease-in-out;
}
*/

/* PAYMENTS METHODS */
.hover-block, .hover-block svg  {
    transition: transform .4s cubic-bezier(0,0,.4,1);
}
.hover-block:hover, .hover-block svg:hover {
/*    background-color: var(--green-color); */
    transform: scale(1.07);
    transition: transform .4s cubic-bezier(0,0,.4,1);
}
.telegram-icon:hover svg path:first-child {
fill: #229ED9;
}
.whatsapp-icon:hover svg > path:first-child {
fill: #43d854;
}

.method-item {
    /*border-radius: 16px;*/
    /*border: 1px solid #A8ADB5;*/
    /*padding: 10px 15px;*/
    /*text-align: center;*/
    transition: transform .4s cubic-bezier(0,0,.4,1);
}

.method-item img:hover {
/*    opacity: 0.8;
    transform: rotate(45deg);
    transition: 1s; */
}
#slider .owl-stage {
padding: 30px 0;
}
#slider .owl-item  {
    transition: transform .3s cubic-bezier(0,0,.3,1);
}
#slider .owl-item:hover {
/*    background-color: var(--green-color); */
    transform: scale(1.03);
    transition: transform .3s cubic-bezier(0,0,.3,1);
}


.method-item:hover {
/*    background-color: var(--green-color); */
    transform: scale(1.1);
    transition: transform .4s cubic-bezier(0,0,.4,1);
}
.method-item img {
/*    max-width: 40px; */
    max-height: 60px;
}

/* MAP */
.map-block {
margin: 40px 0;
max-height: 650px;
padding: 0;
}

.geography {
    margin: 24px 0;
}
.geography > .h4 {
    margin-bottom: 24px;
}
.geography-country {
    padding: 12px 8px;
    border-top: 1px solid #EBECEC;
}
.geography .cities {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.office-address {
font-size: 12px;
font-weight: 400;
line-height: 20px;
}
.office {
padding: 12px 8px;
}
.offices-list {
margin-top: 24px;
}
.offices-list .office:nth-child(odd) {
background: #F9F9F9;
}
.offices-column {
overflow: scroll;
padding: 32px 32px 0 32px;
}
.office img, .office .office-address, .office .rating {
margin: 8px 0;
}
.photo-col {
max-width: 200px;
}
.photo-col img {
max-width: 100%;
}
#map {
border-radius: 0 20px 20px 0;
height: 100%;
}
#mobile-map {
border-radius: 20px;
height: 200px;
margin: 24px 0;
}
#mobile-map .h4 {
font-size: 14px;
font-weight: 400;
margin: 0;
}
#mobile-map .social-icon {
margin-right: 0px;
}
#mobile-map .social-icon img {
width: 20px;
margin-right: 5px;
}
#mobile-map .open-hours-text, #mobile-map .address-text {
font-size: 12px;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#map .details {
font-family: 'Raleway';
}
#map .open-hours-head, #map .address-head {
font-size: 12px;
font-weight: 500;
line-height: 16px;
color: #757A9E;
margin: 16px 0 8px 0;
}
#map .open-hours-text, #map .address-text {
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px;
margin: 8px 0 16px 0;
}
.map-social .social-icon {
margin: 0 10px 0 0;
}
@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
.pin-map:hover {
    animation: bounce 1s;
}
@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

.reviews-count a {
color: #20975E;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px;
vertical-align: middle;
margin-left: 5px;
}


/* WORK WITH ARBI */
.work-with-arbi {
margin: 0px;
padding: 25px 80px 25px 80px;
background-color: #D7F7C8;
border-radius: 20px;
position: relative;
overflow: hidden;
}
.work-with-arbi .description p {
color: #000;
font-size: 15px;
font-weight: 400;
margin-bottom: 0;
width: 70%;
}
.work-with-arbi-img {
    position: absolute;
    right: 0px;
    bottom: -135px;
    z-index: 0;
    width: 420px;
}
.work-with-arbi-button {
 margin: 15px 0 0 0;
}

/* REVIEWS HEADER */

.reviews-head {
margin: 40px 0 20px 0;
}
.avatar {
width: 50px;
}
.review {
border-radius: 12px;
background: #FFF;
height: 100%;
        box-shadow: 1px 1px 5px 0px rgba(168, 173, 181, 1);
}
.reviews.only-mobile {
/*    width: 100vw;
    margin: calc(var(--bs-gutter-x) * -0.5); */
}
.only-mobile .review {
    margin: calc(var(--bs-gutter-x) * .5);
    box-shadow: 1px 1px 5px 0px rgba(168, 173, 181, 1);

}
.new-box-shadow {
    box-shadow: 1px 1px 5px 0px rgba(168, 173, 181, 1);
}
.reviews.only-mobile,
.big-reviews-wrap.only-desc
{
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
}
/*.reviews.only-desc {*/
/*    margin: 12px;*/
/*}*/
.review-exchange-info {
padding: 16px;
}
.review-exchange-separator img {
width: 24px !important;
}
.avatar img {
border-radius: 100%;
}
.reviews-common-rating {
color: var(--green-color);
}
.reviews-common-rating svg {
margin-left: 10px;
}
.first-col .review {
margin-right: 8px;
margin-bottom: 16px;
}
.second-col .review {
margin-left: 8px;
margin-bottom: 16px;
}
/* FORMS */
.green-advantages {
margin: 24px 0;
}
.green-advantage {
border-radius: 16px;
background: #E9FFE5;
margin-right: 8px;
color: #20975E;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
padding: 2px 16px 2px 8px;
align-items: center;
display: inline-block;
    margin-bottom: 10px;
}
.green-advantage svg {
margin-right: 8px;
}
.counties-list {
margin: 24px 0;
display: flex;
justify-content: space-between;
}
span.svg-flag {
    margin-right: 8px;
}
.counties-list .country {
padding: 6px 16px;
display: flex;
align-items: center;
border-radius: 16px;
background: #F6F5FA;
color: #000;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px;
}
.counties-list .country .flag {
margin-right: 8px;
font-size: 30px;
}
.form-block form {
margin-top: 52px;
display: flex;
}
#div_id_output_amount, #div_id_input_amount {
position: relative;
margin-bottom: 25px !important;
}
.counties-list .country:last-child .flag {
    width: 0px;
    overflow: hidden;
    }
.form-block form small.text-muted, small.warning-message {
position: absolute;
margin: 3px 0;
}
p.info-message {
font-size: 10px;
line-height: 10px;
position: absolute;
margin: 3px 0;
}
.form-block form small.text-muted.error, #calculate_form small.text-muted.error {
color: red !important;
}
.form-block form small.text-muted.success, #calculate_form small.text-muted.success {
color: green !important;
}
.form-block form input, .form-block form select {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 8px;
    overflow: hidden;
    color: #06090C;
    font-variant-numeric: lining-nums tabular-nums;
    text-overflow: ellipsis;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 16px;
    border: 1px solid #A8ADB5;
}
.form-block form #div_id_phone {
width: 100%;
}
.form-block form select {
color: #A8ADB5;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 200% */
height: 100%;
    padding: 0 16px;
    width: 90px;
}
.form-block form label {
    position: absolute;
    margin-left: 24px;
    margin-top: 8px;
    color: #A8ADB5;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}
.form-block form .asteriskField {
    display: none;
}
.form-block form > div > div {
position: relative;
margin-right: 8px;
}
.form-block form .submit-button, .calculator form .submit-button {
border-radius: 10px;
background: #000;
padding: 12px 16px;
color: white;
height: 100%;
border: none;
/*white-space: nowrap;*/
}
.form-block form .social-button {
border-radius: 16px;
background: #fff;
padding: 12px 32px;
height: 100%;
border: 1px solid #000;
align-items: center;
display: flex;
}
.form-block form .social-button img {
width: 24px;
height: 24px;
max-width: none;
}
.form-description {
color: #A8ADB5;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px;
}
.form-block form#not_found_answer_form .submit-button, .calculator form .submit-button {
background: #20975E;
}
.form-block.not_found_answer_form {
    background-image: url('/static/img/no_answer_form_woman.webp');
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50px;
}
.form-block form#not_found_answer_form {
display: block;
}
.form-block form#not_found_answer_form .other-buttons {
    display: block !important;
    margin-top: 38px;
}
.form-block form#not_found_answer_form .other-buttons-group {
display: flex;
}
.form-block form#not_found_answer_form .form-description, .calculator form .form-description {
margin-bottom: 12px;
}
.form-block form#not_found_answer_form .fields {
width: 45%;
}
.form-block form#not_found_answer_form .other-buttons-group > div {
margin-right: 12px;
}

/* FOOTER */
.footer {
    background-color: #06090C;
    padding: 40px 40px 80px 40px;
    color: white;
}
.copyright-item {
    margin-top: 24px;
    color: #747474;
}
.footer-header {
    margin-bottom: 24px;
    color: white;
    font-weight: 600;
}
.footer-item {
    margin-bottom: 32px;
}
.footer-menu {
padding: 0;
}
.footer-menu .unavailable {
color: gray;
}
.footer-head {
    margin-bottom: 4px;
}
.footer-phone {
    font-family: Gilroy bold;
    text-align: left;
    color: #FFF;
    font-variant-numeric: lining-nums tabular-nums;
    font-weight: 700;
    margin: 24px 0 36px;
}
.footer-partner-button {
    background: none;
    border: 1px solid white;
    white-space: nowrap;
    border-radius: 10px;
    margin-bottom: 40px;
}
.footer-socials span {
    padding: 4px;
    width: 36px;
    display: inline-flex;
    margin-right: 8px;
}
.footer-socials .social-icon {
    margin: 0px;
}
.footer a {
    color: white;
    text-decoration: none;
font-weight: 300;
}
.footer-menu li {
    margin-bottom: 12px;
}
.footer-menu {
    list-style: none;
}
.footer-contacts a {
    font-weight: 400;
}

/* RATES PAGE */

.rates-page-table {
    font-size: 18px;
    font-variant-numeric: lining-nums tabular-nums;
}
.rates-page-table td, .rates-page-table th {
    padding: 0.1rem !important;
}
.currency-name {
    display: flex;
    font-size: 18px;
    align-items: center;
    min-height: 22px;
}
.currency-name img {
    max-width: 30px;
    margin-right: 10px;
}
.rates-logo #logo {
width: auto;
max-height: 100px;
height: auto;
}
.online-rus img {
max-height: 30px;
border-radius: 100%;
    margin: 0 0 0 10px;
    box-shadow: 0px 0px 9px 1px #d5d5d5;
}
.horizont-tables, .vertical-tables {
margin: 20px 0;
}
.qr-div {
        background-color: var(--green-color);
    border-radius: 10px;
    padding: 15px;
    font-size: 20px;
    color: white;
}
.qr-img {
max-height: 100px;
    border-radius: 10px;
    }

@media (orientation: landscape) {
  /* .vertical-tables {
    display: none;
  } */
  .main-rates-block {
    height: 100vh;
    display: flex;
    align-items: center;
}
  .header-rates-block {
  display: none;
  }
  .vertical-tables {
      display: flex;
    align-items: center;
    }
    .rates-page-column {
        width: 60%;
    }
    .logo-qr-block {
        padding: 0 50px;
        width: 40%;
    }
    .logo-col, .qr-col {
    margin: 50px 0;
    }
    .qr-col .qr-img {
        max-width: 100%;
        max-height: none;
    }

}


@media (orientation: portrait) {
/*
  .horizont-tables {
    display: none;
  }
  */

  .header-rates-block .qr-col {
  display: none;
  }
  .logo-qr-block .logo-col {
  display: none;
  }
  .logo-col {
    margin: 30px 0;
    }
    .logo-qr-block {
        padding: 20px 40px;
    }
  .qr-col {
    margin: 30px 0;
    }
    .qr-col .qr-img {

        max-width: 100%;
        max-height: 260px;
    }
}



/* MODALS */

.locations-list, .locations-list ul {
    list-style: none;
}
.locations-list a {
    text-decoration: none;
    color: var(--green-color);
    font-size: 24px;
}
.locations-list ul a {
    color: black;
    font-size: 18px;
}
/* ARTICLES */

.article-text-block {
padding: 40px 80px;
}
.article {
margin: 0 80px;
}
.img-wraper img {
width: 100%;
}
.img-wraper {
height: 210px;
margin-bottom: 20px;
overflow: hidden;
}
.related-article {
border-radius: 20px;
background: #FFF;
padding: 20px 20px 40px 20px;
}
.related-articles > div > div {
padding: 15px;
}
.related-articles > div > div:first-child {
padding-left:0;
}
.related-articles > div > div:last-child {
padding-right:0;
}
.related-article a {
text-decoration: none;
color: black;
}
#slider .img-wraper {
padding: 0 75px;
}
#slider .owl-item {
    border-radius: 20px;
    background: #FFF;
    padding: 24px;
    box-shadow: 1px 1px 5px 0px rgba(168, 173, 181, 1);
}
.slide__title {
min-height: 56px;
}
#slider .read-more {
color: var(--green-color);
text-decoration: none;
}
.left-arrow, .right-arrow {
    background: none;
    border: none;
}
.owl-nav {
display: none;
}

/* REVIEWS */
.review-content .avatar {
margin-right: 10px;
}
.review-separator {
margin: 0px 6px;
}
.review-exchange-info {
border-top: 1px solid #A8ADB5;
}
.review-block {
    padding: 16px;
}
.review-input-currency-icon img, .review-output-currency-icon img {
    width: 40px !important;
}
.review-input-currency-name, .review-output-currency-name {
color: #06090C;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 10px;
font-style: normal;
font-weight: 400;
}
.review-input-currency-amount, .review-output-currency-amount {
color: #A8ADB5;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 10px;
font-style: normal;
font-weight: 400;
}
.review-date {
color: #A8ADB5;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
}
.review-text {
color: #000;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 15px;
font-style: normal;
font-weight: 400;
margin: 16px 0;
}
.emoji-item {
border-radius: 16px;
background: #F6F5FA;
padding: 4px 8px;
align-items: center;
gap: 4px;
margin-right: 4px;
}
.emoji-item .count {
color: #000;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 14px;
}
.more-reviews {
display: block;
padding: 16px 24px 16px 16px;
margin-bottom: 30px;
margin-top: 10px;
border-radius: 12px;
background: #FFF;
vertical-align: middle;
}
.reviews-links {
min-width: 125px;
}
.reviews-links-row {
    display: inline;
}
.more-review-wrap {
display: flex;
align-items: center;
}
.more-reviews-text {
    color: #20975E;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-left: 10px;
}
.simple-arrow {
margin-right: 20px;
}
.telegram-review img, .instagram-review img, .google-review img, .yandex-review img {
width: 32px;
height: 32px;
margin-left: 10px;
}
.google-review img {
padding: 3px;
border-radius: 100%;
border: 1px solid #f2f2f2;
}
.yandex-review img {
    padding: 3px;
    border-radius: 100%;
    border: 1px solid #f2f2f2;
}

.second-col .review:last-child {
    margin-left: 8px;
    margin-bottom: 0px;

}
.reviews-wrap {
display: table-caption;
}
.first-col {
display: table;
padding-right: 8px;
}


.review-name {
color: #000;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
}

/* ADVANTAGES */
.advantages-header, .faq-header {
margin: 40px 0 40px 0;
}
.advantage {
border-radius: 20px;
background: #FFF;
position: relative;
overflow: hidden;
height: 100%;
}

.adv-caption {
padding: 24px;
bottom: 0;
z-index: 2;
    background: white;
}
.adv-image {
background-image: url(/media/advantages/864c1e0….png);
width: 100%;
height: 170px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
transition: 0.1s ease-in-out;
z-index: 1;
position: relative;
}
.operation-sticker {
z-index: 10;
    border-radius: 15px;
    background: #D9D9D9;
    display: inline;
    padding: 3px 15px;
    color: #000;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 125px;
    right: 30px;
}

/*
.adv-image:hover {
transition: 0.1s ease-in-out;
transform: scale(1.2);
}
*/
.adv-text {
color: #000;
font-variant-numeric: lining-nums tabular-nums;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
a .adv-name {
color: #000;
}
.form_html_content .green-advantage img {
max-width: 16px !important;
height: auto !important;
margin-right: 5px;
}
.form_html_content .country {
font-size: 16px;
}
.form_html_content .country img {
    margin-right: 5px;
}
/* ABOUT */
.about-block {
margin: 80px 0 40px 0;
}
.about-photo {
padding: 0;
}
.about-content {
padding: 48px 80px;
}
.about-photo img {
    border-radius: 0 20px 20px 0;
}
.about-photo-container {
    height: 100%;
}

.about-photo-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.about-text {
color: #000;
font-weight: 600;
}
.about-ceo {
color: #20975E;
font-size: 24px;
font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}
.about-position {
color: #A8ADB5;
font-size: 16px;
font-weight: 600;
}
.about-position p {
margin: 0;
}
.about-text {
    font-weight: 400;
}


/* FAQ */
.faq .accordion-item, .faq .accordion-button {
    margin-bottom: 16px;
        border-radius: 20px !important;
    border: none;
}
.faq .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}
.faq .accordion-button, .faq .accordion-button:not(.collapsed) {
    color: #0C1218;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    }
.faq .accordion-button:focus:not(:focus-visible) {
    box-shadow: none;
}
.faq .accordion-body {
    color: #0C1218;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.faq .accordion-button::after {
    width: 32px;
    background-size: cover;
    height: 32px;
    flex-shrink: 0;
    box-shadow: 0px 0px 5px 1px #49505733;
    border-radius: 100%;
}
.faq .accordion-button::after {
    background-image: url('/static/img/acc-arrow-down.svg');
    }
.faq .accordion-button:not(.collapsed)::after {
    background-image: url('/static/img/acc-arrow-up.svg');
    }
.faq .accordion-body a img {
    height: 24px !important;
    width: 24px !important;
    margin-left: 4px !important;
}
.faq .accordion-body a {
    vertical-align: middle !important;
}
.faq .accordion-body a, .faq .accordion-body a span {
    color: #20975e !important;
    font-family: Raleway !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

/* CALCULATOR */

/* Общий стиль для радиокнопок */
.radio-group {
  display: inline-block; /* Располагаем радиокнопки в одну строку */
}

/* Стиль для скрытия настоящих радиокнопок */
.radio-group input[type="radio"] {
  display: none;
}

/* Стиль для кастомизированных радиокнопок (обычные кнопки) */
.radio-group label {
    display: inline-block;
    padding: 6px 16px;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    border-radius: 16px;
    background: #F6F5FA;
    color: #A8ADB5;
    white-space: nowrap;
}
.calculator {
    margin-bottom: 0;
    }
.calculator .withdraw-types-field {
margin: 40px 0;
}
.calculator .withdraw-types-field > div {
margin: 0 !important;
}
.calculator .form-check {
    display: inline-block;
    padding-right: 16px;
    padding-left: 0;
    margin-bottom: 0;
}

/* Стиль для активных радиокнопок */
.radio-group input[type="radio"]:checked + label {
  background-color: #000;
  color: #fff;
}
.calculator h2 {
margin-bottom: 0;
}
.arrow-to-next-block {
    text-align: center;
    }
form input {
font-variant-numeric: lining-nums tabular-nums;
}
.calculator form #div_id_input_currency label, .calculator form #div_id_output_currency label, .custom-select-currency label {
    /*position: absolute;*/
    /*margin-left: 52px;*/
    /*margin-top: 8px;*/
    /*color: #A8ADB5;*/
    /*font-variant-numeric: lining-nums tabular-nums;*/
    /*font-family: Raleway;*/
    /*font-size: 12px;*/
    /*font-style: normal;*/
    /*font-weight: 600;*/
    /*line-height: 16px;*/
    /*z-index: 10;*/
    display: none;
}
.calculator #div_id_input_currency, .calculator #div_id_output_currency {
position: relative;
display: none;
}
#whatsapp-calculator-button, #telegram-calculator-button {
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: left;
}
#whatsapp-calculator-button svg, #telegram-calculator-button svg {
    width: 40px;
}
div#div_id_input_amount, div#div_id_output_amount {
    width: 100%;
}
#calculate_form input#id_input_amount, #calculate_form input#id_output_amount {
    border-radius: 10px 0 0 10px;
    border: 1px solid rgba(168, 173, 181, 1);
    border-right: none;
}
input#id_input_amount:focus, input#id_output_amount:focus {
    box-shadow: none;
}
.big-flag {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
    margin: 2px;
    background: white;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 32px;
}
.big-flag img {
max-width: 32px;
}

.calculator form #div_id_input_currency select, .calculator form #div_id_output_currency select {
    padding-top: 20px;
    padding-left: 30px;
}
.calculator form .asteriskField {
    display: none;
}
.calculator form input::placeholder {
color: #A8ADB5;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
.calculator form input {
    height: 52px;
}
.arrow-to-next-block {
max-width: 100px;
}
.description-button-block {
margin: 0;
    gap: 10px;
}
.calculator .h2 {
    display: flex;
}
.desktop-exchange-rate {
margin-left: auto;
    color: #A8ADB5;
    font-size: 12px;
    font-weight: 600;
    /*line-height: 12px;*/
}
p.work24-7 {
    color: black;
    font-size: 16px;
}
.trigger-item {
    display: flex;
}
.trigger-icon {
    width: 40px;
    margin: 16px;
}
.trigger-text {
    align-content: center;
    font-size: 16px;
    font-weight: 400;
}
.desktop-exchange-rate .exchange-rate {
    color: #000;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}
.exchange-rates-table {
width: 100%;
}
table.exchange-rates-table span.big-flag {
    position: inherit;
    display: inline-block;
    vertical-align: middle;
    background: none;
    width: auto;
    height: auto;
    margin-right: 10px;
}
table.exchange-rates-table td {
    overflow: hidden;
    color: #06090C;
    font-variant-numeric: lining-nums tabular-nums;
    text-overflow: ellipsis;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
table.exchange-rates-table td, table.exchange-rates-table th {
padding: 10px 0;
}
table.exchange-rates-table th {
overflow: hidden;
color: #A8ADB5;
font-variant-numeric: lining-nums tabular-nums;
text-overflow: ellipsis;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
}
.cssLeaf_f3a1 {
    display: none !important;
}

/* Report Page */

.report-table th, .report-table td {
font-size: 0.7rem;
}

/* CUSTOM PAGES */
.reserves-page p {
margin: 0;
}
.reserve {
    background-color: white;
    border-radius: 20px;
    padding: 24px;
    margin: 0;
}
.reserve-wrap {
    padding-bottom: 24px;
}
.reserve-img {
    max-width: 100px;
    margin: 0 auto 20px auto;
}
.reserve {
    height: 100%;
}
/* PARTNERS PAGE */
.partner-text {
    max-width: 190px;
    margin: 10px auto;
}
.partner-icon {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 1px 17px 0px rgba(168, 173, 181, 0.36);
    margin: 10px auto;
}
.referal-info {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 1px 17px 0px rgba(168, 173, 181, 0.36);
    margin: 40px 0;
    padding: 30px 20px;
}
.referal-way-text {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 1px 17px 0px rgba(168, 173, 181, 0.36);
    height: 100%;
    padding: 25px 15px;
    position: relative;
    min-height: 170px;
}
.referal-way p {
    margin-bottom: 0px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
a.green-link {
    color: #20975E;
}
.green-link img {
    width: 16px;
}
.digit {
    position: absolute;
    bottom: 5px;
    color: #A8ADB5;
    font-variant-numeric: lining-nums tabular-nums;
    font-size: 40px;
    font-weight: 800;
}
.referal-way > div {
    margin-bottom: 20px;
}
.referal-way .empty-block {
    height: 60px;
}

.marketing-projects h2 {
    margin: 25px 0;
}
.marketing-project {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 1px 17px 0px rgba(168, 173, 181, 0.36);
    padding: 30px;
        margin: 30px 0;
}
.marketing-project h3 {
    color: #20975E;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}
.marketing-project .left-column p {
    color: #000;
    font-size: 16px;
}
.marketing-project .right-column p, .marketing-project .right-column li {
color: #000;
font-size: 12px;
}
.marketing-serial  {
    padding: 0px;
}
.marketing-serial .left-column {
    padding: 30px;
}
.marketing-serial .photo-column {
    overflow: hidden;
}
.marketing-serial .photo-container {
    height: 100%;
    overflow: hidden;
}
.marketing-serial .photo-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
        border-radius: 0 20px 20px 0;
}

/* DOCUMENTS PAGE */
.service-block-header {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.service-block-header img {
    width: 45px;
    border-radius: 15px;
    margin-right: 10px;
}
ul.documents-list {
    padding: 10px;
    margin: 10px 0;
}
.service-block-documents li {
    list-style: none;
    position: relative;
}
.documents-list a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.documents-list i.fa-regular.fa-file {
    position: absolute;
    top: 4px;
    left: -15px;
}
.active-li i.fa-regular.fa-file {
    color: #20975E;
}
a.document-link.active {
    color: #20975E;
}
.updated-at-data {
    margin: 10px 0 30px;
    font-style: italic;

}
.document-text-block {
    border-left: 1px solid #20975eb8;
    padding-left: 20px;
    max-height: 500px;
    overflow: scroll;
}
.modal {
z-index: 10000
}
.modal-header {
    padding: 18px;
    text-align: center;
    display: block;
    border-bottom: none;
}
.modal-header .btn-close {
position: absolute;
    top: 24px;
    right: 24px;
}
.modal-content {
border: none;
}
.modal-body {
padding: 12px 48px 24px 48px;
}
.modal-body {
font-weight: 400;
}
.modal-body .green-btn {
margin: 10px;
}
.map__window {
max-width: 400px;
}
.modal-body ol li {
    margin-bottom: 15px;
}
.modal-body ol {
    padding-left: 1rem;
}
u a {
    color: #000;
}
.name-case img {
width: 24px;
}
.partner-icon img {
    max-height: 100%;
    max-width: 100%;
}
.referral-info-text-block {
    background-image: url(/static/img/partners/partner-10.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.referal-way-text {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.referal-way-text1 {
background-image: url(/static/img/partners/partner-11.png);
}
.referal-way-text2 {
background-image: url(/static/img/partners/partner-12.png);
}
.referal-way-text3 {
background-image: url(/static/img/partners/partner-13.png);
}
.referal-way-text4 {
background-image: url(/static/img/partners/partner-14.png);
}
.marketing-project {
position: relative;
}
.right-columns-icons {
position: absolute;
    bottom: 0;
    right: 0;
}
.right-columns-icons img {
    max-width: 150px;
}
.reviews-arrows-desc {
    width: 110px;
    margin-left: auto;
}
/* MEDIA */
@media (min-width: 992px) {
    .review-text {
        min-height: 270px;
    }
}

@media (max-width: 991px) {
    .custom-container {
        margin: 0;
    }
    .right-columns-icons {
    display: flex;
    margin: 20px;
    position: unset;
}
    .h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .header {
        padding: 8px 16px;
    }
    .geo {
        margin-left: 12px;
    }
    #logo {
        height: 30px;
        width: auto;
    }
    .only-mobile {
        display: flex;
    }
    .offices-list.only-mobile {
        display: block;
        overflow: scroll;
        margin-right: -10px;
        margin-left: -10px;
        padding: 10px;
    }
    #scrollToTopBtn {
    bottom: 20px;
    width: 65px;
    left: 20px;
    }
    .header-social .social-icon {
        margin-left: 5px;
    }
    .only-desc {
        display: none !important;
    }
    .header-contacts span {
        border-radius: 16px;
        padding: 12px;
        margin-right: 10px;
        border: 1px solid #000;
    }
    .header-contacts .social-icon {
        margin-left: 0;
    }
    .header-contacts {
        margin: 20px 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler {
        padding: 5px 0;
    }
    .navbar-nav {
        margin: 20px 0 !important;
    }
    .navbar-collapse {
        padding: 30px 0;
        height: 100vh;
        overflow: scroll;
        max-height: calc(100vh - 60px);
    }
    .navbar-collapse .geo {
        margin-left: 0;
    }
    .triangle {
    position: relative;
    float: right;
    margin-top: -12px;
    }
    .exchange-services-button .links, .circles-button .links {
    position: relative;
    width: 100%;
    }
    .links-dropdown-block {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    display: block;
    }
    .circles-item {
    display: block;
    }
    .links:before, .links:after {
        display: none;
    }
    a.black-button.only-mobile {
        display: block;
    }
    .first-screen {
        margin: 0 40px;
        text-align: center;
    }
    .first-screen .h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .first-screen p {
        font-size: 14px;
        line-height: 18px;
    }
    .first-screen .img-block {
        height: auto;
    }
    .first-screen .img-block img {
        height: auto;
        width: 100%;
    }
    .blur {
        height: 43px;
    }
    .how-to-change-name {
        font-size: 20px;
        line-height: 24px; /* 120% */
        padding-right: 0;
    }
    .how-to-change-img {
        position: relative;
        bottom: -5px;
    }
    .how-to-change-card {
        min-height: auto;
        align-items: center;
        max-height: 160px;
        padding: 0;
    }
    .how-to-change-card .left-block {
        padding:  25px 0 25px 25px;
    }
    .payment-methods, .form-block {
        padding: 16px 16px 20px 16px;
    }
    .method-item img {
        max-height: 40px;
    }
    .payment-methods .method-item {
        /*padding: 8px;*/
        /*border-radius: 16px;*/
        /*border: 1px solid #A8ADB5;*/
        /*line-height: 16px;*/
    }
    .map-block {
        margin : 40px 0;
        display: block;
        max-height: none;
    }

    .geography > .h4 {
    margin-bottom: 12px;
    }
    .geography {
        margin: 0;
    }

    .office {
        width: 300px;
        border-radius: 20px;
        background: #FFF;
        margin-right: 8px;
        padding: 16px;
        max-height: 370px;
    }
    .office:last-child {
        margin-right: 0;
        overflow: scroll;
    }
    .offices-list {
    margin-bottom: 30px;
    }
    .offices-wraper {
        width: max-content;
    }
    .offices-list .office:nth-child(odd) {
        background: #FFF;
    }
    .work-with-arbi {
        padding: 16px;
        padding-right: 50px;
    }
    .work-with-arbi-button {
    margin: 16px 0;

    }
    .work-with-arbi-img {
    width: 200px;
    bottom: -50px;
    right: -50px;

    }
    /*.arrows {*/
    /*display: none !important;*/
    /*}*/
    .more-reviews-text {
    font-size: 14px;
    }
    .first-col {
    display: block;
    padding-right: 0;
    }
    .reviews-wrap, .more-reviews  {
    display: block;
    }
    .article-card {
        width: 300px;
        border-radius: 20px;
        background: #FFF;
        margin-right: 8px;
        padding: 16px;
    }
    .advantage {
    height: auto;
    align-items: center;
    margin-bottom: 8px;
    overflow: hidden;
    }
    .advantage img {
        height: 100%;
    }
    .adv-caption {
    position: static;
    order: -1;
    padding-right: 0;
    }
    .adv-image {
        width: 100%;
    background-size: cover;
    background-position: center;
    }
    .reviews-head, .advantages-header, .faq-header {
    margin: 80px 0 24px 0;
    }
    .articles-header {
        margin: 0;
    }
    .work-with-arbi {
    margin: 24px 0 40px 0;
    }
    .about-photo img {
    border-radius: 0 0 20px 20px;
}
    .counties-list .country {
        display: inline-flex;
        margin: 0 4px 8px 0;
    }
    .counties-list {
    display: block;
    }
    .form-block form {
        display: block;
    }
    .form-block form .social-button {
    padding: 12px;
    }
    .form-block form .other-buttons > div:first-child, .form-block form .submit-button {
    width: 100%;
    }
    .form-block form#not_found_answer_form .other-buttons {
        display: block !important;
        width: 60%;
        margin-top: 24px;
    }
    .form-block form#not_found_answer_form .other-buttons > div {
    margin-bottom: 8px !important;
    }
    .form-block form#not_found_answer_form .other-buttons-group > div:nth-child(2),
    .form-block form#not_found_answer_form .other-buttons-group > div:nth-child(3) {
        width: 47%;
        text-align: center;
        display: inline-flex;
        margin-right: 0;
    }
    .form-block form#not_found_answer_form .other-buttons-group > div:nth-child(2) a,
    .form-block form#not_found_answer_form .other-buttons-group > div:nth-child(3) a {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .form-block form#not_found_answer_form {
    margin-top: 24px;
    margin-bottom: 24px;
    }
    .form#not_found_answer_form {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 205px;
    background-position-y: 170px;
    }
    .form-block form#not_found_answer_form .other-buttons-group {
    display: block;
    }
    .form-block form#not_found_answer_form .fields {
        width: 100%;
    }
    .form-block.not_found_answer_form {
        background-size: contain;
        background-position-x: 100%;
        background-position-y: 195px;
    }
    .reviews-links-row {
        display: block;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .reviews-links {
        text-align: center;
    }
    .reviews-links-row img {
        margin-left: 0px;
    }
    .footer {
        padding: 24px 16px;
    }
    .footer-menu {
        padding: 0;
    }
    .footer-phone {
        font-size: 16px;
    }
    .footer-socials-block {
        display: block;
    }
    .modal.show .modal-dialog {
    bottom: 0;
    position: absolute;
    margin: 0;
    }
    .modal-content {
    border-radius: 20px 20px 0 0;
    }
    .itc-modal-show .itc-modal-content {
    height: auto !important;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    }
    .itc-modal-title, .modal-title {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    width: 100% !important;
    }
    .itc-modal-content .open-hours-head, .itc-modal-content .address-head {
    margin-top: 16px;
    margin-bottom: 8px;
    color: #757A9E;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    }
    .itc-modal-content .open-hours-text, .itc-modal-content .address-text {
    color: #000;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 16px;
    margin-top: 8px;
    }
    .open-navigator-button {
    border-radius: 16px;
    background: #20975E;
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    }
    .itc-modal-header, .modal-header {
        border-bottom: none !important;
    }
    .arrow-to-next-block svg {
    transform: rotate(90deg);
    }
    .calculator {
    padding: 16px 12px;
    }
    .calculator .fields .row {
    display: block;
    }
    .arrow-to-next-block {
    max-width: none;
    width: 100%;
    margin-bottom: 16px;
    }
    .calculator .withdraw-types-field {
    margin: 24px 0;
    width: calc(100% + 24px);
    margin-left: -12px;
    padding-left: 12px;
    overflow: scroll;
    }
    .calculator .withdraw-types-field > div > div {
    display: flex;
    }
    .description-button-block {
    margin: 15px 0 10px 0;
        gap: 10px;
    }
    #whatsapp-calculator-button, #telegram-calculator-button {
        padding: 12px 12px;
    }
    .calculator .description-button-block .submit-button {
    width: 100%;
    }
    .mobile-exchange-rate {
    color: #A8ADB5;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    }
    .mobile-exchange-rate .exchange-rate {
    color: #000;
    }
    .calculator .h2 {
        display: block;
    }
    .white-container .h2.exchange-rate-header {
    /*margin-top: 52px;*/
    }
    table.exchange-rates-table th {
        padding: 5px 0;
        font-size: 12px;
        width: auto !important;
    }
    table.exchange-rates-table td {
        font-size: 14px;
        padding: 5px 0;
    }
    table.exchange-rates-table span.big-flag {
        font-size: 20px;
        margin-right: 5px;
    }
    .modal.show .modal-dialog {
    width: 100%;
    }
    .article {
        margin: 0;
    }
    .article h1 {
    color: #06090C;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    }
    .article-text-block {
        padding: 16px;
        display: block !important;
    }
    .article-photo {
    height: 250px;
    margin-bottom: -16px;
    overflow: hidden;
    text-align: right;
    }
    .article-photo img {
    width: 80%;
    }
    .related-articles > div {
    overflow: scroll;
    }
    .related-articles > div > div {
    padding: 15px;
    min-width: 90%;
    }
    .article .small {
    font-weight: 500;
    }
    .not_found_answer_article_form form {
    margin: 24px 0;
    }
    .contact-logo {
    /* height: 320px; */
    }
    .work-with-arbi-img {
    display: none
    }
    .work-with-arbi .description p {
    width: 100%;
    }
    .about-content {
                padding: 30px 20px 0px;
    }
    .marketing-serial .photo-container img {
    border-radius: 0 0 20px 20px ;
    }
    .document-text-block {
        border-top: 1px solid #20975eb8;
        padding-top: 20px;
        border-left: none;
        padding-left: 0;
        max-height: 500px;
        overflow: scroll;
    }
    .green-advantages {
        display: block;
    }
    .green-advantage {
    display: inline-block;
    margin-bottom: 10px;
    }
    .partners-icons-row {
    flex-wrap: inherit;
    overflow-x: scroll;
    }
    .partner-block {
    min-width: 190px;
    }
    .referal-info table {
    font-size: 12px;
    }
    .reserve {
    padding: 12px;
    }
    .reserve img {
        max-width: 50px;
    }
    .h3.reserve-name {
        font-size: 14px;
        margin: 0;
        line-height: 16px;
    }
    .h4.reserve-amount {
        font-size: 12px;
        margin: 0;
        line-height: 14px;
            font-weight: 400;
    }
    .reserve-img {
    margin: 0 auto 10px auto;
    }
    .referral-info-text-block {
    min-height: 175px;
    }

@media (max-width: 767px) {
.currency-name {
    font-size: 18px;
    display:block;
    }
    .online-rus {
        display: block;
}
    }
    .online-rus img {
    max-height: 25px;
    margin: 5px 0 0 0px;
    }
}




/* Manager */

.sidebar_container {
    height: 100vh;
    width: 62px;
    background-color: #FFF;
    box-shadow: 4px 0px 10px 0px #06090c3d;
    padding: 20px 10px;
    position: sticky;
    top: 0;
    left: 0;
    overflow: scroll;
}
.sidebar_container.wide {
    padding: 20px;
}
.sidebar_container .manager-menu {
    text-align: center;
}
.sidebar_container .manager-menu li i {
    margin-right: 0;
}
.sidebar_container.wide .manager-menu {
    text-align: left;
}
.sidebar_container.wide .manager-menu li i {
    margin-right: 5px;
}
.sidebar_container .navbar-brand {
    display: none;
}
.sidebar_container.wide .navbar-brand {
    display: block;
}
.sidebar_container.wide {
    min-width: 250px;
}
.sidebar_container .manager-green-button .text {
    display: none;
}
.sidebar_container.wide .manager-green-button .text {
    display: inline;
}
.sidebar_container.wide .logo-toggle {
    justify-content: space-between;
}
.sidebar_container .logo-toggle {
    justify-content: center;
}
.sidebar_container .username-header {
    display: none;
}
.sidebar_container.wide .username-header {
    display: block;
    max-width: 170px;
    overflow-x: hidden;
}

.manager-container {
    background-color: #F6F5FA;
    font-variant-numeric: lining-nums tabular-nums;
    max-width: 2200px;Z
}
.manager-container #logo {
    max-height: 40px;
    width: auto;
}
.manager-container .metric-block a {
    color: var(--green-color);
}
.manager-container .submit-button {
    background-color: var(--green-color);
    border-color: var(--green-color);
    margin-top: 5px;
    margin-bottom: 5px;
}
.manager-menu {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}
.manager-menu li {
    margin: 10px 0;
}
.manager-menu a {
    color: #06090C;
}
.manager-menu a:hover {
    color: var(--green-color);
}
.manager-menu a i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
.sidebar-toggle {
background: none;
border: 2px solid #06090C;
padding: 0px 7px;
border-radius: 5px;
}
.metric-block {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
}
.metric-header {
    font-size: 24px;
}
.metric-total {
    font-size: 36px;
    font-weight: 600;
    color: var(--green-color);
    font-variant-numeric: lining-nums tabular-nums;
}
.metric-new {
    background-color: #F6F5FA;
    display: inline;
    padding: 3px 10px;
    border-radius: 10px;
}
.green-text {
    color: var(--green-color);
    font-variant-numeric: lining-nums tabular-nums;
}
.red-text {
    color: red;
    font-variant-numeric: lining-nums tabular-nums;
}
.manager-green-button {
    font-size: 14px;
    height: auto;
    display: block;
    text-align: left;
}
.sidebar_container .manager-green-button {
    padding: 10px;
    text-align: center;
}
.sidebar_container.wide .manager-green-button {
    padding: 10px 10px 10px 15px;
    text-align: left;
}
.manager-green-button i {
    width: 18px;
    text-align: center;
}
.manager-container form small.text-muted.error {
color: red !important;
}
.manager-container form small.text-muted.success, small.text-muted.success {
color: green !important;
}
.copy-link {
    cursor: pointer;
}
.manager-container .table-wrap, .sbp-container .table-wrap {
    max-width: 100%;
    overflow: scroll;
}

.manager-container .container {
max-width: 100%;
overflow: hidden;
}
.manager-container table i {
    margin-right: 2px;
}
.manager-client-buttons {
    margin: 20px 0;
}
.manager-client-buttons a {
    margin-right: 15px;
    font-size: 15px;
}
.customer-block p {
    margin: 3px 0;
}
.white-wrapper {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #06090c1a;
}
.exchanges-table th {
    min-width: 70px;
}
.exchanges-table .big-th {
    min-width: 140px;
}
.exchanges-table td, .exchanges-table th {
    padding: 0.5rem 0.3rem;
}
.exchanges-table .interaction {
    background-color: #d6ecf3;
}
.exchanges-table .iteration-1 {
    background-color: #efcad0;
}
.exchanges-table .iteration-2 {
    background-color: #f3c0c0;
}
.exchanges-table .finance-result {
    background-color: #f3f3dd;
}
.exchanges-table .end-item {
    background-color: #d0e8c9;
}
.exchanges-table .success-exchange td {
    background-color: #87b287;
}
.xdsoft_datetimepicker {
    z-index: 10001 !important;
}
.metric-currency {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.metric-currency-pair-value {
    font-size: 24px;
    font-weight: 600;
    font-variant-numeric: lining-nums tabular-nums;
}
.fin-model .metric-currency-pair-value {
    font-size: 20px;
}

.fin-model span.metric-currency-pair {
    font-size: 12px;
}
.report-table {
    font-variant-numeric: lining-nums tabular-nums;
}
.metric-currency-pair-value-percent {
    color: var(--green-color);
}
.metric-min-value {
    font-size: 18px;
}
.exchanges-table .cancel-exchange td {
    background-color: #ffc8c8;
}
.exchanges-table .in-work-exchange td {
    background-color: white;
}

.exchanges-table .not-payed-exchange td {
    background-color: #ffff0087;
}
.exchanges-table td.red-background {
    background-color: red;
    color: white;
}
.manager-container table .status-link i {
    margin-right: 0px;
    margin-left: 2px;
}
.exchange-id {
    min-width: 15px;
    display: inline-block;
    text-align: center;
}
.table-wrap {
max-height: calc(100vh - 100);
}
.adv-channels-metrics .metric-currency-pair-value {
font-size: 14px;
}
.adv-channels-metrics thead {
font-size: 12px;
}
.attention-block {
    background-color: #ff000030;
    padding: 20px 40px;
    margin: 10px 0;
    border-radius: 20px;
    border: 1px red solid;
    align-items: center;
}
.attention-icon {
    font-size: 40px;
    color: #a50000;
}
.attention-text {
    padding: 0 30px;
}

/* New Contacts Page */

.white-bg {
    background-color: #fff;
}
/*.taplink-new {*/
/*    background-image: url("/static/img/contact-page/right-line.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position-x: 260px;*/
/*}*/
.taplink-new #logo {
    width: 128px;
}
.taplink-new .header-row {
    margin: 28px 0 !important;
    align-items: normal !important;
}
.taplink-new .header-row .logo-block {
    padding: 0 3px;
    text-align: left !important;
}
.taplink-new .header-row .text-license {
    padding: 0;
}
.taplink-new .header-row .text-license p {
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 17.07px;
    font-weight: 400;
}
.taplink-new .main-header-block {
    background-image: url("/static/img/contact-page/green-bottom.png");
    background-repeat: no-repeat;
    background-position-y: 108px;
    background-size: cover;
}
.taplink-new .main-header-block h1 {
    /*font-size: 32px;*/
    font-size: 28px;
    text-transform: uppercase;
    line-height: 39.01px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 0 2px;
    color: rgba(46, 50, 47, 1);
}
.green-gradient-background {
    background: linear-gradient(to right, rgba(18, 143, 101, 1), rgba(24, 196, 138, 1));
}
.taplink-new .main-header-block .sub-header {
    color: rgba(232, 238, 245, 1);
    /*font-size: 30px;*/
    font-size: 26px;
    text-transform: uppercase;
    line-height: 31.58px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin: 2px 1px;
    border-radius: 7px;
    padding-right: 30px;
    padding-left: 8px;
    display: inline-block;
}
.taplink-new .main-header-block .rating-countries-block {
    margin: 46px 0 0 0 !important;
    padding-bottom: 46px;
}
.taplink-new .main-header-block .rating-countries-block .countries-block {
    padding-left: 1px;
}
.taplink-new .main-header-block .rating-countries-block .rating-block,
.taplink-new .main-header-block .rating-countries-block .rating-block .h5,
.taplink-new .main-header-block .rating-countries-block .reviews-count a,
.taplink-new .main-header-block .rating-countries-block .countries-block {
    font-size: 16px;
    line-height: 20.66px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.taplink-new .main-header-block .rating-countries-block .reviews-count a{
    margin: 0;
}
.taplink-new .main-header-block .rating-countries-block .rating-block {
    /*padding-left: 36px;*/
    padding-left: 2px;
    padding-right: 0;
}
.taplink-new .exchange-block {
    margin-top: -40px;
    background-color: #fff;
    border-radius: 40px;
    padding-top: 56px;
    box-shadow: 0 -4px 4px 0px rgba(0, 0, 0, 0.25);
}
.taplink-new .green-h {
    font-size: 24px;
    line-height: 36.57px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(14, 114, 80, 1);
    margin-bottom: 28px;
}
.taplink-new #telegram-button,
.taplink-new #whatsapp-button,
.taplink-new .open-navigator-button,
.taplink-new .button-to-exchange,
.taplink-new .personal-rate-block #personal-rate-button,
.taplink-new #calculate-button {
    font-size: 16px;
    line-height: 20.66px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
    display: block;
    text-align: center;
    padding: 16px 0;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25), inset 0 4px 4px 0px rgba(255, 255, 255, 0.25);
    transition: transform 0.1s ease;
}
.taplink-new #telegram-button, .taplink-new .personal-rate-block #personal-rate-button, .taplink-new #calculate-button {
    background: linear-gradient(to right, rgba(9, 122, 203, 1), rgba(72, 155, 214, 1));
}
.taplink-new #telegram-button:hover,
.taplink-new .personal-rate-block #personal-rate-button:hover,
.taplink-new #calculate-button:hover {
    background: rgba(6, 103, 172, 1);
}

.taplink-new #telegram-button:active,
.taplink-new .personal-rate-block #personal-rate-button:active,
.taplink-new #calculate-button:active {
    transform: scale(0.95);
}
.taplink-new #whatsapp-button, .taplink-new .open-navigator-button, .taplink-new .button-to-exchange {
    background: linear-gradient(to right, rgba(18, 143, 101, 1), rgba(24, 196, 138, 1));
}
.taplink-new #whatsapp-button:hover,
.taplink-new .open-navigator-button:hover,
.taplink-new .button-to-exchange:hover {
    background: rgba(14, 114, 80, 1);
}
.taplink-new #whatsapp-button:active,
.taplink-new .open-navigator-button:active,
.taplink-new .button-to-exchange:active {
    transform: scale(0.95);
}
.taplink-new .exchange-block a img {
    width: 30px;
    margin-right: 5px;
}
.taplink-new .office {
    padding: 24px;
    background-color: rgba(231, 243, 243, 1);
}
.taplink-new .office .contact-text {
    font-size: 18px;
    line-height: 21.94px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.taplink-new .office .office-name, .taplink-new .office .rating-countries-block,
.taplink-new .office .rating-countries-block .h5,
.taplink-new .office .rating-countries-block .reviews-count a {
    /*font-size: 16px;*/
    font-size: 14px;
    line-height: 20.66px;
    font-family: 'Montserrat';
    font-weight: 400 !important;
    color: rgba(46, 50, 47, 1);
    margin: 0;
}
.taplink-new .office .rating-countries-block {
    margin-top: 15px;
}
.taplink-new .office .rating-countries-block > div {
    padding: 0;
}
.taplink-new .office .rating-countries-block img {
    margin: 0;
}
.taplink-new .office .work-time-header {
    font-weight: 400 !important;
}
.taplink-new .office .rating-countries-block .rating-block {
    text-align: right;
}
.taplink-new .office .office-img{
    margin-top: 15px;
    margin-bottom: 18px;
    /*margin-bottom: 25px;*/
    border-radius: 6px;
}
.taplink-new .payment-block {
    margin-top: 56px;
}
.taplink-new .payment-block .green-h {
    margin-bottom: 24px;
}
.taplink-new .method-block img {
    max-width: 100%;
    max-height: 40px;
}
.how-to-change-block {
    margin-top: 56px;
}
.taplink-new .accordion {
    margin-bottom: 80px;
}
.taplink-new .accordion-item {
    background-color: rgba(210, 219, 229, 1);
    box-shadow: 0 -2px 4px 0px rgba(94, 97, 96, 0.3);
}
.taplink-new .accordion-item.active {
    background-color: rgba(232, 238, 245, 1);
}
.taplink-new .accordion-item {
    font-size: 16px;
    line-height: 19.5px;
    font-family: 'Montserrat';
    font-weight: 400 !important;
    color: rgba(46, 50, 47, 1);
    border: none;
    border-radius: 35px 35px;
    margin-bottom: -60px;
    padding-bottom: 55px;
}
.taplink-new .accordion-button {
    background-color: inherit;
    font-size: 18px;
    line-height: 21.94px;
    font-weight: 600 !important;
    border: none;
    padding: 20px 25px;
    box-shadow: none;
    color: rgba(46, 50, 47, 1);
}
.taplink-new .accordion-body {
    padding: 0 23px;
}
.taplink-new .accordion-button::after {
    background-image: url('/static/img/contact-page/plus.png');
    background-position-y: center;
    /*margin-left: 20px;*/
}
.taplink-new .accordion-item.active .accordion-button::after {
    background-image: url('/static/img/contact-page/minus.png');
}
.taplink-new .blue-bg-block {
    background-color: rgba(206, 231, 249, 1);
    font-size: 16px;
    line-height: 19.5px;
    font-family: 'Montserrat';
    font-weight: 400 !important;
    color: rgba(46, 50, 47, 1);
}
.taplink-new .trust-block {
    margin-top: 35px;
    border-radius: 42px;
    padding: 0 10px 0 0px !important;
}
.taplink-new .blue-bg-block strong {
    font-size: 18px;
    line-height: 21.94px;
    font-family: 'Montserrat';
    font-weight: 600 !important;
}
.taplink-new .blue-bg-block > div {
    padding-top: 29px !important;
    padding-bottom: 12px !important;
}
.taplink-new .personal-rate-block {
    background-position-y: bottom;
    background-size: contain;
    margin-top: 55px;
    padding-bottom: 27px;
}
.taplink-new .personal-rate-block .green-bg-block {
    background-position-y: 0;
    background-size: cover;
    padding-bottom: 22px;
    background-image: url('/static/img/contact-page/green-head.png');
}
.taplink-new .personal-rate-block .green-block-header {
    font-size: 30px;
    line-height: 35.58px;
    font-family: 'Montserrat';
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #fff;
}
.taplink-new .personal-rate-block .green-block-header strong {
    font-weight: 600 !important;
    line-height: 36.57px;
}
.taplink-new .personal-rate-block .green-block-header p {
    margin-bottom: 0;
}
.taplink-new .personal-rate-block .green-bg-block > div {
padding-top: 29px !important;
}
.taplink-new .personal-rate-block #personal-rate-button {
    font-size: 16px;
    line-height: 20.66px;
    font-family: 'Montserrat';
    font-weight: 500 !important;
    margin: 104px 45px 0;
}
.taplink-new .partner-block {
    margin-top: 56px;
    border-radius: 40px;
    overflow: hidden;
    background-position-x: center;
    background-image: url('/media/taplink/Frame_6017.png');
    background-size: cover;
}
.taplink-new .green-line-bg {
    padding: 0 !important;
    /*background-image: url("/static/img/contact-page/green-line-big.png");*/
    background-size: cover;
}
.taplink-new .partner-block-text p {
    margin: 0;
}
.taplink-new .partner-block-image {
    margin-top: -61px;
    padding: 0 4px 0 25px;
    margin-bottom: -26px;
}
.taplink-new .button-to-exchange {
margin: 0 0px 16px;
}

.taplink-new .partner-block .button-to-exchange {
margin: 278px 24px 16px;
}

.taplink-new .social-block {
    margin-top: 37px;
}
.taplink-new .social-block a {
    background-color: rgba(216, 229, 229, 1);
    padding: 11px 24px 11px 28px;
    border-radius: 7px;
    font-size: 18px;
    line-height: 21.94px;
    font-family: 'Montserrat';
    font-weight: 500 !important;
    color: rgba(46, 50, 47, 1);
    margin-bottom: 15px;
    background-size: 9px;
    transition: transform 0.1s ease;
    display: flex;
    align-items: center;
}
.taplink-new .social-block a:active {
    transform: scale(0.95);
    background-color: rgba(202, 220, 220, 1);
}
.taplink-new .social-block a img {
    max-width: 33px;
    margin-right: 10px;
}
.taplink-new .footer-block {
    background-color: black;
    margin-top: 44px;
    color: white;
    padding: 15px 23px;
}
.taplink-new .footer-block .contacts-phone {
    font-size: 14px;
    line-height: 21.94px;
    font-family: 'Montserrat';
    font-weight: 600 !important;
    text-align: right;
    margin-top: 12px;
}
.taplink-new .footer-block .messengers-block {
    text-align: right;
    margin-top: 16px;
    margin-right: 5px;
}
.taplink-new .footer-block .messengers-block img {
    height: 44px;
    margin-left: 12px;
}
.taplink-new .footer-block .contacts-copyright {
    font-size: 14px;
    line-height: 17.07px;
    font-family: 'Montserrat';
    font-weight: 400 !important;
    color: rgba(173, 168, 168, 1);
    margin: 12px 1px;
    max-width: 340px;
}
.first-screen-contacts {
    max-width: 460px;
    width: 100%;
    top: 0px;
    --blackout-delay: 0.3s;
    position: fixed;
    object-fit: cover;
    overflow: hidden;
    background-image: url(/static/img/contact-page/right-line.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 50%;
}
.second-screen-contacts {
    top: 404px;
    position: relative;
    background: white;
    margin-bottom: 404px;
}
.taplink-new {
    overflow: hidden;
    color: rgba(46, 50, 47, 1);
}
.taplink-new .rating-block img {
    max-width: 70px;
}
.taplink-new .arrow-bg {
    background-image: url('/static/img/contact-page/right-arrow.png');
    width: 10px;
    height: 13px;
    background-size: 9px;
    background-position-y: center;
    background-repeat: no-repeat;
}
.taplink-new .office  {
    box-shadow: none;
}
.taplink-new .overflow-accord {
    overflow: clip;
}
.taplink-new .accordion .accordion-item:first-child {
    box-shadow: none;
}
#div_id_adv_channels {
    max-height: 120px;
    overflow: scroll;
}

@media (max-width: 370px) {
    .taplink-new .main-header-block .sub-header {
        font-size: 23px;
    }
}
.exchanges-table th, .exchanges-table td {
    font-size: 0.9rem;
}
.exchanges-table tr td:first-child {
    position: sticky;
    left: 0;
    background: white;
    z-index: 1;
}
.exchanges-table thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}
.report-block .content-table {
        height: calc(100vh - 400px);
}

form span.select2 {
    max-width: 100%;
}
.geo-accordion .accordion-body {
    padding-top: 0;
}
.geo-accordion ul {
    list-style: none;
    padding: 0;
}
.wallet-balance {
    margin:15px;
    padding: 10px;
}
.my-wallet {
    background-color: #b3e5b370;
    border-radius: 10px;
}
.general-wallet {
    background-color: #b3b8e570;
    border-radius: 10px;
}

.sbp-container {
    max-width: 450px;
    margin: 25px auto 0px auto;
}

.header-sbp #logo {
    height: 40px;
    width: auto;
}
.license-text {
    color: rgba(168, 173, 181, 1);
    line-height: 16px;
    font-size: 14px;
}
.license-text p {
    margin: 0;
}
.header-sbp .spb-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sbp-container .gray-block {
    background: rgba(245, 247, 250, 1);
    border-radius: 24px 24px 0 0;
    padding: 25px;
}
.spb-body {
    background: white;
}
.spb-body h4 {
    /*margin: 0;*/
    font-size: 21px;
}
.spb-header-line {
    display: flex;
    align-items: center;
}
.spb-header-line img {
    height: 40px;
}
.black-btn-spb {
    border-radius: 10px;
    background: #000;
    padding: 12px 16px;
    color: white;
    height: 100%;
    border: none;
    width: 100%;
}

.input-flag {
    position: absolute;
    top: 14px;
    left: 10px;
}

#new-sbp-payment-form #id_output_amount, #new-sbp-payment-form #id_input_amount {
    padding: 15px 45px;
}
#new-sbp-payment-form #div_id_output_amount {
    margin-bottom: 0 !important;
}
#new-sbp-payment-form .vip-form #div_id_output_amount, #new-sbp-payment-form .vip-form #div_id_input_amount {
    margin-bottom: 0 !important;
}

#confirmPayment img, .clock-icon-block img {
    width: 63px;
}
.rules {
        background: white;
    color: rgba(88, 91, 105, 1);
    padding: 0;
    border-radius: 16px;
}
.rules ol {
    margin: 0;
    list-style: none;
    padding: 15px;
}
.rules li {
    margin: 5px 0;
    display: flex;
    align-items: center;
}
.rules .ol-li {
    background: rgba(88, 91, 105, 1);
    color: white;
    margin-right: 15px;
    min-width: 19px;
    float: left;
    height: 19px;
    font-size: 14px;
    border-radius: 20px;
    text-align: center;
}
.come-back-button {
    color: black;
    text-align: center;
}
.sbp-bank.new-box-shadow {
    background: white;
    padding: 16px;
    border-radius: 16px;

    justify-content: space-between;
}

.bank-img-name {
    width: 90%;
    align-items: center;
    text-align: left;
}
.bank-img-name img {
    width: 32px;
    border-radius: 7px;
}
span.bank-name {
    margin-left: 10px;
    font-weight: 500;
}
.bank-arrow {
    align-items: center;
}
.bank-arrow img {
    width: 16px;
}
.sbp-banks a {
    color: black;
}
.one-page-height {
    min-height: calc(100vh - 140px);
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.one-page-height-140 {
    min-height: calc(100vh);
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.sbp-buttons-block a {
    color: black;
    font-size: 14px;
    height: 100%;
    display: block;
    background: white;
    border-radius: 16px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
.sbp-button {
    padding: 10px;
    height: 100%;
}
.sbp-buttons-block img {
    width: 24px;
    margin-bottom: 10px;
}
.disabled-link {
        pointer-events: none; /* Отключает клики */
        color: gray; /* Делаем тусклой */
        text-decoration: none; /* Убираем подчеркивание */
        cursor: default; /* Изменяем курсор */
    }

.arbipay-rate {
    background-color: rgba(221, 248, 235, 1);
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 16px;
}
#new-sbp-payment-form #id_output_amount, #new-sbp-payment-form #id_input_amount {
    /*padding: 23px 25px 5px 50px;*/
    padding: 16px 25px 14px 50px;
    font-weight: bold;
    font-size: 1.2rem;
}
#new-sbp-payment-form .simple-form #id_output_amount, #new-sbp-payment-form .simple-form #id_input_amount {
    font-size: 16px;
    color: black;
    font-weight: 600;
    border-radius: 16px;
}
#new-sbp-payment-form .simple-form #id_output_amount::placeholder,
#new-sbp-payment-form .simple-form #id_input_amount::placeholder {
    color: rgba(168, 173, 181, 1);
}
#new-sbp-payment-form .total-sbp-data {
    color: black;
    font-size: 16px;
    font-weight: 700;
}
.sbp-hidden {
      display: none;
}
.sbp-error-message {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #000000;
    color: white;
    padding: 18px;
    border-radius: 16px;
    font-size: 14px;
    z-index: 1000;
    font-family: Arial, sans-serif;
    animation: slideDown 0.3s ease;
}
#rightAmountCheckbox, #rightAmountCheckbox2 {
  display: none;
}

/*!* Кастомный чекбокс *!*/
/*.custom-checkbox {*/
/*  display: inline-block;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  border: 2px solid #999;*/
/*  border-radius: 4px;*/
/*  position: relative;*/
/*  cursor: pointer;*/
/*  vertical-align: middle;*/
/*  transition: background-color 0.2s;*/
/*    margin-right: 12px;*/
/*}*/

/*!* Стиль активного состояния (чекбокс отмечен) *!*/
/*#rightAmountCheckbox:checked + .custom-checkbox {*/
/*  background-color: #000;*/
/*  border-color: #000;*/
/*}*/

/*!* Галочка внутри чекбокса *!*/
/*#rightAmountCheckbox:checked + .custom-checkbox::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 6px;*/
/*  top: 2px;*/
/*  width: 6px;*/
/*  height: 12px;*/
/*  border: solid white;*/
/*  border-width: 0 2px 2px 0;*/
/*  transform: rotate(45deg);*/
/*}*/

/* Кастомный чекбокс */
label .custom-checkbox {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: background-color 0.2s;
  margin-right: 12px;
}

/* Стиль активного состояния (чекбокс отмечен) */
input[type="checkbox"]:checked ~ .custom-checkbox {
  background-color: #000;
  border-color: #000;
}

/* Галочка внутри чекбокса */
input[type="checkbox"]:checked ~ .custom-checkbox::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#new-sbp-payment-form .vip-form #id_output_amount {
padding: 15px 15px 15px 50px;
}
#new-sbp-payment-form .placeholder-text {
    left: 51px;
    top: 8px;
    position: absolute;
    color: rgba(168, 173, 181, 1);
    font-size: 12px;
}
#new-sbp-payment-form small {
    color: rgba(168, 173, 181, 1);
    font-size: 12px;
    /*margin-left: 20px;*/
}
#new-sbp-payment-form small.red-text {
    color: red;
}
#new-sbp-payment-form #confirm-form[disabled] {
    background-color: #606060;
}


.sbp-container h3, .sbp-container h4 {
    text-align: center;
    display: flex;
    align-items: center;
}
.wide-format {
    max-width: 100%;
    padding: 10px;
}
.las {
    font-size: 20px;
}
#banks-container {
    min-height: 400px;
    align-content: start;
}
.banks-logo-sbp img {
    width: 35px;
    margin-right: 6px;
}
.banks-logo-sbp {
    margin: 30px 0;
}
.gray-block .gray-text {
    color: #585B69;
    font-size: 16px;
}
.black-btn-spb:hover {
    background-color: #000000cf;
    border-color: #000000cf;
}
.wa-sbp-btn {
    border-radius: 10px;
    background: #25D366;
    padding: 12px 16px;
    color: white;
    height: 100%;
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wa-sbp-btn img {
    width: 16px;
    height: 16px;
    margin: 0 6px;
}
.wa-sbp-btn:hover {
    background-color: #25D366;
    border-color: #25d366c2;
}
.number-in-circle {
    border: 1px solid #CFD7E2;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 27px;
    display: inline-block;
    border-radius: 32px;
    color: #A9ADB9;
    margin-right: 10px;
}

.bank-button {
    display: block;
    width: 100%;
    border: none;
    background: none;
    margin: 15px 0;
    padding: 0;
}
#new-sbp-payment-form input {
    color: black;
}

#alert-sbp-img {
    width: 24px;
    margin-right: 5px;
}
.sbp-container .content {
    padding: 0;
}
.sbp-container .store-info {
    margin: 0 20px;
}
.sbp-container .store-logo-block {
    width: 100%;
    /*height: 120px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: rgb(255 255 255);
    border-radius: 16px 16px 0 0;
    margin-bottom: 5px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    aspect-ratio: 3 / 1;
}
.sbp-container .store-description-block {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 16px 16px;
    padding: 15px;
}
.sbp-container .store-description-block h4 {
    font-size: 20px;
}
.sbp-container .store-description-block p {
    font-size: 14px;
    margin: 5px 0 0 0;
}
.bottom-button-block {
    position: sticky;
    /*margin-top: -165px;*/
    bottom: 0;
    width: 100%;
    background: white;
    border-radius: 14px 14px 0 0;
    padding: 15px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.sbp-checkbox-block {
    font-size: 14px;
}
.bottom-button-block button {
    font-variant-numeric: lining-nums tabular-nums;
}
.arbipay-rate-min {
    font-size: 16px;
}
.currency-switcher .btn-group {
    background-color: rgba(228, 234, 244, 1);
    color: rgba(154, 162, 174, 1);
    border: none;
    padding: 4px;
    border-radius: 16px;
}
.currency-switcher label {
    color: rgba(154, 162, 174, 1);
    border: none;
    padding: 12px 10px;
}
.currency-switcher .btn-check:checked+.btn {
    color: black;
    background: white;
    border-radius: 12px;
}

#new-sbp-payment-form .vip-form #id_output_amount, #new-sbp-payment-form .vip-form #id_input_amount {
    font-size: 14px;
}
#new-sbp-payment-form .vip-form .input-flag {
    top: 11px;
}
.bank-button .sbp-bank .bank-img-name .bank-name {
    color: black;
}
.bank-button[disabled] .sbp-bank {
    background-color: rgba(217, 217, 217, 0.4);
}
.bank-button[disabled] .sbp-bank .bank-img-name .bank-name {
    color: #ffffff;
    cursor: none;
}
.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(168, 173, 181, 0.62); /* Полупрозрачный фон */
    backdrop-filter: blur(5px); /* Эффект размытия */
    -webkit-backdrop-filter: blur(5px); /* Поддержка Safari */
    z-index: 9999; /* Поверх всех элементов */
    display: none; /* Скрыто по умолчанию */
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.menu-sbp-lk .btn {
    margin-bottom: 5px;
}
#new-sbp-payment-form small.abs-position {
    position: absolute;
    top: 14px;
    right: 8px;
    min-width: 75px;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #80808029;
    padding-left: 7px;
}
button.bank-button.left-item {
    padding-right: 5px;
}
button.bank-button.right-item {
    padding-left: 5px;
}
.compact-banks .bank-name {
    font-size: 14px;
}


.product-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.product-row input,
.product-row textarea {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

.product-row .product-name {
    width: 30%;
}

.product-row .product-price,
.product-row .product-quantity {
    width: 20%;
}

.product-row .product-comment {
    width: 50%;
}

.total-price {
    text-align: right;
    margin-top: 20px;
    font-size: 18px;
    color: red;
}

.invoice-comment textarea {
    width: 100%;
    height: 100px;
    margin-top: 20px;
}

#add-product {
    margin-top: 10px;
}
.no-show-fields {
    display: none;
}
.sbp-container .django-ckeditor-widget {
    display: block !important;
}
.event-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: contain;
    border-radius: 20px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position-x: center;
}
.gray-info-wrapper {
    background-color: #F6F7FC;
    border-radius: 12px;
    display: inline-flex;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
}
.gray-info-wrapper img {
    height: 16px;
}
.icon-img-wrap {
    width: 16px;
    margin-right: 5px;
    text-align: center;
    display: flex;
}
.row.ticket-header {
    background-color: black;
    color: white;
    padding: 10px 0;
    border-radius: 16px 16px 0 0;
}
.ticket-name {
    font-size: 16px;
}
.ticket-price {
    font-size: 20px;
    text-align: right;
}
.ticket-desc {
    color: #9493A9;
    font-weight: 400;
    padding: 12px 0;
}
.minus-btn, .plus-btn {
    background: white;
    color: black;
    border: solid 1px #D1D3DF;
    padding: 5px;
}
.minus-btn {
    border-radius: 16px 0 0 16px;
    border-right: none;
}
.plus-btn {
    border-radius: 0 16px 16px 0;
    border-left: none;
}
.minus-btn img, .plus-btn img {
    height: 20px;
    display: inline-flex;
}
.quantity-input {
    max-width: 40px;
    display: inline-flex;
    padding: 3px;
    text-align: center;
    border-radius: 0;
    margin: 0;
    border-color: #D1D3DF;
}
/* Убираем стрелки в большинстве браузеров */
.quantity-input[type="number"] {
  -webkit-appearance: textfield; /* Для Safari и Chrome */
  -moz-appearance: textfield;    /* Для Firefox */
  appearance: textfield;

  /* Опционально: убираем внутренние отступы, если нужно */
  padding-right: 2px;
}

/* Специфичные стили для Webkit-браузеров (Chrome, Edge, Safari) */
.quantity-input[type="number"]::-webkit-inner-spin-button,
.quantity-input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-control {
    display: flex;
    justify-content: end;
}
.product-quantity-block {
    display: flex;
    align-items: center;
}
.ticket-desc p {
    margin-bottom: 5px;
}
.plus-btn:hover, .minus-btn:hover {
    background: #D1D3DF;
    border-color: #D1D3DF;
}
.plus-btn.disabled, .minus-btn.disabled {
    background-color: white;
    border-color: #dee2e6;
}
.quantity-input[disabled] {
    background-color: white;
    color: #D1D3DF;
    border-color: #dee2e6;
}
.product-quantity-block.disabled {
    opacity: 0.65;
}
.total-price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-price-block-title {
    font-size: 16px;
    font-weight: 600;
}
#total-amount-rub, #total-amount-thb {
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px;
}
#total-amount-thb {
    color: #9493A9;
}

#selected-tickets-list {
    list-style: none;
    padding: 0;
}
#selected-tickets-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #EDEDF1;
}
#selected-tickets-list li:first-child {
    border: none;
}
span.selected-ticket-name, span.selected-ticket-price {
    display: block;
    text-align: right;
}
span.selected-count, span.selected-ticket-name, span.selected-ticket-price {
    font-weight: 700;
    font-size: 14px;
}
span.selected-ticket-price {
    color: #9493A9;
}
.black-btn-spb[disabled] {
    background-color: black;
    opacity: 0.65;
}
#fill-customer-form div {
    position: relative;
}
#fill-customer-form input {
    padding: 14px 12px 14px 12px;
    border-radius: 12px;
}
#fill-customer-form .filled input {
    padding: 20px 12px 8px 12px;
}
#fill-customer-form .filled label {
    display: block
}
#fill-customer-form label {
    position: absolute;
    font-size: 12px;
    color: #A8ADB5;
    top: 3px;
    left: 13px;
    display: none;
}
div#summary-section {
    border-radius: 20px 20px 0 0;
}
div#summary-section.summary-section-class {
    border-radius: 20px;
}
div#summary-section.summary-section-class #selected-tickets-list {
    margin-bottom: 0px;
}
.summary-section-class {
    padding: 5px 20px;
}
.invoice-header {
    display: flex;
    justify-content: space-between;

}
.invoice-title {
    font-size: 16px;
    font-weight: 600;
}
.invoice-date {
    font-size: 16px;
    font-weight: 600;
    color: #9493A9;
}
.comment-title {
    color: #9493A9;
    font-size: 14px;
    font-weight: 400;
}
.comment-text {
    font-size: 14px;
    font-weight: 400;
}
.prod-comment-text {
    font-size: 12px;
    font-weight: 400;
    color: #9493A9;
    margin-bottom:5px;
}
.scan-or-download-qr {
    font-size: 14px;
    margin: 10px 0;
}
.qr-block {
    display: none;
}
#qrImage {
    border-radius: 20px;
    margin: 10px 0;
}